Header changes.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 30 Apr 2005 18:31:26 +0000 (18:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 30 Apr 2005 18:31:26 +0000 (18:31 +0000)
Makefile.defines.in
Makefile.defines_int.in
apps/autodist/autodist.in

index 926a3035c61d8914db549e7e75a5313e135b85c1..c13aab23b8ccb584e27b76816a438612121e1d1c 100644 (file)
@@ -1,14 +1,13 @@
 #
 #  Makefile.defines.pre
 #
-#  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+#  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  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
index 3f82947145d85da14cd1cd305ef08bcceb3850f3..817ec5fec0e8990c7f298f01f3152ca6811fe5aa 100644 (file)
@@ -1,14 +1,13 @@
 #
 #  Makefile.defines_int.pre
 #
-#  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+#  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  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
index f40f70fe6dba20334162b0dfe3b0b21fbd71660b..6da94f7f38418977136b0d726428d0ad0c05b025 100755 (executable)
@@ -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