summaryrefslogtreecommitdiff
path: root/bin/ifnames.in
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-01-26 11:39:43 -0700
committerEric Blake <ebb9@byu.net>2009-01-27 14:13:50 -0700
commitc875bf7a97be2ce7dc67c697267cdcab162e32a2 (patch)
treef8c2a5655baac472d1bf2e91202f4f263660348e /bin/ifnames.in
parent9f28c6e6564c2c9bdb0ac7e285cb3e24e673c7f5 (diff)
downloadautoconf-c875bf7a97be2ce7dc67c697267cdcab162e32a2.tar.gz
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 <ebb9@byu.net>
Diffstat (limited to 'bin/ifnames.in')
-rw-r--r--bin/ifnames.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ifnames.in b/bin/ifnames.in
index 5ee70d71..f99e4b97 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 <bug-autoconf\@gnu.org>.
+GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
";