Update program --help output to match current GCS.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 26 Jun 2010 20:10:21 +0000 (22:10 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 26 Jun 2010 20:20:37 +0000 (22:20 +0200)
commit9b72d6688f5a1897db8f9d1fb85f3a9c77046bd8
treed8915874f365bb944a27dbbc4edc3f2e27fbb870
parent10152e93dd159a04e1f9efc4388cc80d33a5f8ef
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>
12 files changed:
ChangeLog
Makefile.am
Makefile.in
aclocal.in
automake.in
configure
configure.ac
doc/automake.texi
lib/Automake/ChannelDefs.pm
lib/Automake/Config.in
lib/Automake/Makefile.am
lib/Automake/Makefile.in