From 12e583d56eed7a65a777e117cbac94a38051421d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 30 Apr 2005 18:31:26 +0000 Subject: [PATCH] Header changes. --- Makefile.defines.in | 7 +++---- Makefile.defines_int.in | 9 ++++----- apps/autodist/autodist.in | 14 +++++++------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Makefile.defines.in b/Makefile.defines.in index 926a303..c13aab2 100644 --- a/Makefile.defines.in +++ b/Makefile.defines.in @@ -1,14 +1,13 @@ # # Makefile.defines.pre # -# Author: Pekka Riikonen +# Author: Pekka Riikonen # -# Copyright (C) 2001 Pekka Riikonen +# Copyright (C) 2001 - 2005 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Makefile.defines_int.in b/Makefile.defines_int.in index 3f82947..817ec5f 100644 --- a/Makefile.defines_int.in +++ b/Makefile.defines_int.in @@ -1,14 +1,13 @@ # # Makefile.defines_int.pre # -# Author: Pekka Riikonen +# Author: Pekka Riikonen # -# Copyright (C) 2000 - 2001 Pekka Riikonen +# Copyright (C) 2000 - 2005 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -30,7 +29,7 @@ silc_install_prefix=@prefix@ # # Common libraries that are linked against the created executable # -SILC_COMMON_LIBS= @LIBS@ -L$(silc_top_srcdir)/lib -lsilc +SILC_COMMON_LIBS= -L$(silc_top_srcdir)/lib -lsilc @LIBS@ # # Common compilation flags diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index f40f70f..6da94f7 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -915,8 +915,8 @@ ad_makedist() ad_log_open "makedist.log" ad_debug "Starting distribution creation" - ad_log "Starting distribution creation" - ad_log "------------------------------" + ad_log "Created distribution" + ad_log "--------------------" ad_log "" if test '!' -f autodist.dist; then @@ -1388,8 +1388,8 @@ ad_process_noprocess() if test x$1 = xtrue; then ad_log "" - ad_log "Autodist did not process the following files and directories:" - ad_log "-------------------------------------------------------------" + ad_log "Following files and directories were not processed:" + ad_log "---------------------------------------------------" f="$cur/autodist__noprocess" rm -rf $f @@ -1669,7 +1669,7 @@ ad_run_hooks() ad_debug "Running hooks: $1" ad_log "" - ad_log "Running hooks:" + ad_log "Hooks executed:" ad_log "--------------" for i in $1 @@ -1695,8 +1695,8 @@ ad_run_dist_hooks() ad_debug "Starting running distributions hooks: $1" ad_log "" - ad_log "Running distribution hooks:" - ad_log "---------------------------" + ad_log "Distribution hooks executed:" + ad_log "----------------------------" for i in $1 do -- 2.24.0