summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-06-26 22:10:21 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-06-26 22:20:37 +0200
commit9b72d6688f5a1897db8f9d1fb85f3a9c77046bd8 (patch)
treed8915874f365bb944a27dbbc4edc3f2e27fbb870 /aclocal.in
parent10152e93dd159a04e1f9efc4388cc80d33a5f8ef (diff)
downloadautomake-9b72d6688f5a1897db8f9d1fb85f3a9c77046bd8.tar.gz
Update program --help output to match current GCS.
* configure.ac: Set and substitute PACKAGE_URL if AC_PACKAGE_URL is not defined, for compatibility to Autoconf < 2.64. * Makefile.am (do_subst): Substitute PACKAGE_BUGREPORT and PACKAGE_URL. (sc_diff_automake_in_automake): Update number of diff lines for additional substitutions. * aclocal.in (usage): Use PACKAGE_BUGREPORT. Point to Automake home page and GNU general help page. * automake.in (usage): Likewise. * doc/automake.texi: New flag PACKAGE_BUGREPORT, to factor email address. (Introduction, Creating amhello, amhello Explained, Options): Use it throughout. * lib/Automake/Makefile.am (do_subst): Substitute PACKAGE_BUGREPORT. * lib/Automake/Config.in ($PACKAGE_BUGREPORT): New global. * lib/Automake/ChannelDefs.pm: Use it for footer of fatal messages. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/aclocal.in b/aclocal.in
index dc8476294..b5c2c4155 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -897,7 +897,10 @@ Warning categories include:
`none' turn off all the warnings
`error' treat warnings as errors
-Report bugs to <bug-automake\@gnu.org>.\n";
+" . 'Report bugs to <@PACKAGE_BUGREPORT@>.
+GNU Automake home page: <@PACKAGE_URL@>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
+';
exit $status;
}