]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use URLs in --help output, part 1: autoconf executables.
authorEric Blake <ebb9@byu.net>
Mon, 26 Jan 2009 18:39:43 +0000 (11:39 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 27 Jan 2009 21:13:50 +0000 (14:13 -0700)
* bin/autoconf.as (usage): Make output consistent with recent
change in gnulib version-etc module.
* bin/autoheader.in ($help): Likewise.
* bin/autom4te.in ($help): Likewise.
* bin/autoreconf.in ($help): Likewise.
* bin/autoscan.in ($help): Likewise.
* bin/autoupdate.in ($help): Likewise.
* bin/ifnames.in ($help): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
bin/autoconf.as
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in
bin/ifnames.in

index 4fdcce6c3e0d3a18c7c0e6a33b8e1c07f5adf613..e676fbdf5fa247a22c3b80ac879880e0ac49332d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-27  Eric Blake  <ebb9@byu.net>
+
+       Use URLs in --help output, part 1: autoconf executables.
+       * bin/autoconf.as (usage): Make output consistent with recent
+       change in gnulib version-etc module.
+       * bin/autoheader.in ($help): Likewise.
+       * bin/autom4te.in ($help): Likewise.
+       * bin/autoreconf.in ($help): Likewise.
+       * bin/autoscan.in ($help): Likewise.
+       * bin/autoupdate.in ($help): Likewise.
+       * bin/ifnames.in ($help): Likewise.
+
 2009-01-27  Peter Breitenlohner  <peb@mppmu.mpg.de>  (tiny change)
 
        Quote traced macros passed from autom4te to M4.
index dcd8ae095985a59eee559d77e5d5300058fa4950..590f198ce4da7771e2e859ff02207275fee107b7 100644 (file)
@@ -4,7 +4,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
 # autoconf -- create `configure' using m4 macros
 
 # Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # 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
@@ -63,7 +63,9 @@ Tracing:
 In tracing mode, no configuration script is created.  FORMAT defaults
 to \`\$f:\$l:\$n:\$%'; see \`autom4te --help' for information about FORMAT.
 
-Report bugs to <bug-autoconf@gnu.org>."]
+Report bugs to <bug-autoconf@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>."]
 
 version=["\
 autoconf (@PACKAGE_NAME@) @VERSION@
index ab5bfcecb0d1ef2d974ba35885493a6535513787..66a2f2cf96668f070da0761724b5276622950ebd 100644 (file)
@@ -8,7 +8,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # autoheader -- create `config.h.in' from `configure.ac'
 
 # Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
 
 # 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
@@ -81,6 +82,8 @@ Library directories:
   -I, --include=DIR          append directory DIR to search path
 
 Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
 ";
 
 
index 4281e03015879353fbb6b148821fc1123286e062..946452cd450737dfd205e64cfb5403a940a31781 100644 (file)
@@ -198,6 +198,8 @@ SEP can be empty for the default (comma for \@ and *, colon for %),
 a single character for that character, or {STRING} to use a string.
 
 Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
index 86e88261c6733f27b960eed14b78616175683c43..9bedbf643567591bbe1ec39f19e5561c971230a7 100644 (file)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # autoreconf - install the GNU Build System in a directory tree
 # Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008  Free Software Foundation, Inc.
+# 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # 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
@@ -92,6 +92,8 @@ The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
 AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
 
 Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
index 18d9ac1ae7852eae4cd695481b20c5b0ae9ac4e9..df39c9b19cad0946c4a246ffb5598cbb73c59276 100644 (file)
@@ -4,7 +4,7 @@
 
 # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
 # Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-#  2007, 2008 Free Software Foundation, Inc.
+# 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # 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
@@ -118,7 +118,10 @@ Library directories:
   -B, --prepend-include=DIR  prepend directory DIR to search path
   -I, --include=DIR          append directory DIR to search path
 
-Report bugs to <bug-autoconf\@gnu.org>.\n";
+Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
+";
 
 # $version
 # --------
index c9235596b85130954daaae544550cf9205cd5dfc..50987b47f97214b856c697cc58905943b17f5dd7 100644 (file)
@@ -4,7 +4,7 @@
 
 # autoupdate - modernize an Autoconf file.
 # Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008 Free Software Foundation, Inc.
+# 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # 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
@@ -79,6 +79,8 @@ Library directories:
   -I, --include=DIR          append directory DIR to search path
 
 Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
 ";
 
 # $VERSION
index 5ee70d714f9d86a5eab37a631188414c80b574b4..f99e4b973415267a1d9cd2c850056c2862c9ffc0 100644 (file)
@@ -8,7 +8,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 # ifnames - print the identifiers used in C preprocessor conditionals
 
 # Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2005, 2006,
-# 2007, 2008 Free Software Foundation, Inc.
+# 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # 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
@@ -61,6 +61,8 @@ space-separated list of the files in which that identifier occurs.
   -V, --version   print version number, then exit
 
 Report bugs to <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
 ";