From 9b72d6688f5a1897db8f9d1fb85f3a9c77046bd8 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 26 Jun 2010 22:10:21 +0200 Subject: 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 --- aclocal.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'aclocal.in') 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 .\n"; +" . 'Report bugs to <@PACKAGE_BUGREPORT@>. +GNU Automake home page: <@PACKAGE_URL@>. +General help using GNU software: . +'; exit $status; } -- cgit v1.2.1