]> git.ipfire.org Git - thirdparty/libtool.git/commit
Print Libtool project URL in program --help output.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jun 2010 10:28:58 +0000 (12:28 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jun 2010 17:14:58 +0000 (19:14 +0200)
commit6558f036e358528fa5d849d4ce56ebd057474d72
treece4df3e752a38cf2171ec58e88345d212bc75620
parent2a4278537315a9b073f2669e56753b41d5ab493d
Print Libtool project URL in program --help output.

* configure.ac (AC_INIT): Set PACKAGE argument to `GNU Libtool',
so Autoconf knows this is GNU software.  For Autoconf < 2.64,
if AC_PACKAGE_URL is not defined, substitute PACKAGE_URL.
* Makefile.am (edit): Substitute PACKAGE_URL.
($(srcdir)/tests/package.m4): Also depend on Makefile.am.
Define AT_PACKAGE_URL, for `tests/testsuite --help' output.
* libltdl/config/getopt.m4sh (func_help): Also extract comment
lines that mention a home page and general GNU help.
* libltdl/config/ltmain.m4sh: Use @PACKAGE_BUGREPORT@ instead of
hard-coded list address.  Also mention Libtool home page and
general GNU help web page.
* libtoolize.m4sh: Likewise.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am
configure.ac
libltdl/config/getopt.m4sh
libltdl/config/ltmain.m4sh
libtoolize.m4sh