]> git.ipfire.org Git - thirdparty/libtool.git/commit
Speed up bootstrap by improving lt_combine.
authorEric Blake <ebb9@byu.net>
Wed, 14 May 2008 21:04:41 +0000 (21:04 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 17 May 2008 15:44:52 +0000 (09:44 -0600)
commitc44c8b335035fe45c3743e5827cadcac4d7c0d5d
tree0990a81eec855c6844a61006eed0f079a9c35594
parentd6744bdb26bcfdf12bbf16f31229088ed58a678e
Speed up bootstrap by improving lt_combine.

* libltdl/m4/ltsugar.m4 (lt_combine): Mirror Autoconf 2.62
improvements.  Includes a semantic change where the separator can
now be empty, and where an empty fourth argument is now treated as
a valid suffix.
* libltdl/m4/libtool.m4 (_lt_decl_varnames_tagged): Adjust to new
semantics of lt_combine.
(lt_decl_varnames_tagged): Fix quoting and optimize.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
libltdl/m4/libtool.m4
libltdl/m4/ltsugar.m4