From: Eric Blake Date: Mon, 26 Jan 2009 18:39:43 +0000 (-0700) Subject: Use URLs in --help output, part 1: autoconf executables. X-Git-Tag: v2.63b~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c875bf7a97be2ce7dc67c697267cdcab162e32a2;p=thirdparty%2Fautoconf.git 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. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 4fdcce6c3..e676fbdf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-01-27 Eric Blake + + 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 (tiny change) Quote traced macros passed from autom4te to M4. diff --git a/bin/autoconf.as b/bin/autoconf.as index dcd8ae095..590f198ce 100644 --- a/bin/autoconf.as +++ b/bin/autoconf.as @@ -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 ."] +Report bugs to . +GNU Autoconf home page: . +General help using GNU software: ."] version=["\ autoconf (@PACKAGE_NAME@) @VERSION@ diff --git a/bin/autoheader.in b/bin/autoheader.in index ab5bfcecb..66a2f2cf9 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -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 . +GNU Autoconf home page: . +General help using GNU software: . "; diff --git a/bin/autom4te.in b/bin/autom4te.in index 4281e0301..946452cd4 100644 --- a/bin/autom4te.in +++ b/bin/autom4te.in @@ -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 . +GNU Autoconf home page: . +General help using GNU software: . "; # $VERSION diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 86e88261c..9bedbf643 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -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 . +GNU Autoconf home page: . +General help using GNU software: . "; # $VERSION diff --git a/bin/autoscan.in b/bin/autoscan.in index 18d9ac1ae..df39c9b19 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -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 .\n"; +Report bugs to . +GNU Autoconf home page: . +General help using GNU software: . +"; # $version # -------- diff --git a/bin/autoupdate.in b/bin/autoupdate.in index c9235596b..50987b47f 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -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 . +GNU Autoconf home page: . +General help using GNU software: . "; # $VERSION diff --git a/bin/ifnames.in b/bin/ifnames.in index 5ee70d714..f99e4b973 100644 --- a/bin/ifnames.in +++ b/bin/ifnames.in @@ -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 . +GNU Autoconf home page: . +General help using GNU software: . ";