summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8592fbdf8..de4583d67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,9 @@
AC_INIT([GNU Automake], [1.11], [bug-automake@gnu.org])
+m4_ifndef([AC_PACKAGE_URL],
+ [AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/automake/])])
+
AC_CONFIG_SRCDIR(automake.in)
AC_CONFIG_AUX_DIR(lib)