]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix bootstrap script to cope with changed AC_INIT arguments.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Jun 2010 17:23:16 +0000 (19:23 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Jun 2010 04:04:36 +0000 (06:04 +0200)
commit47e4d7da64e121ebf26b66d1bab16d8ca4608c5d
tree3a4c7c46736a3d4974e552a62bc300f4d3449b93
parent8cc72b48f67a6869584f0c73b0bbad1415ef9eff
Fix bootstrap script to cope with changed AC_INIT arguments.

* bootstrap: When extracting PACKAGE and VERSION from AC_INIT
arguments, be sure to remove a 'GNU ' prefix and lowercase the
package name for PACKAGE.  Also set PACKAGE_NAME and PACKAGE_URL
appropriately for GNU software.  Pass these variables to the
make commands creating tests/package.m4 and other files.
* Makefile.am (edit): Fix substitution of PACKAGE_NAME and
PACKAGE_STRING.
* libltdl/config/announce-gen.m4sh: Use @PACKAGE@ not
@PACKAGE_STRING@.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am
bootstrap
libltdl/config/announce-gen.m4sh