]> git.ipfire.org Git - thirdparty/libtool.git/commit
Allow for portability with Autoconf 2.59, Automake 1.9.6,
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 29 Aug 2005 13:58:07 +0000 (13:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 29 Aug 2005 13:58:07 +0000 (13:58 +0000)
commitbc5c0861d2d3386c889139539b5795ae07a89d80
treed8560274253fb0e42b7f27a3d144fca04d775aed
parent2a7742ed6119ee0c8cc62c32b269b071a3528999
Allow for portability with Autoconf 2.59, Automake 1.9.6,
which lack AC_CONFIG_LIBOBJ_DIR support.

* bootstrap: Unless environment variable WORKING_LIBOBJS_SUPPORT
is set to true aka `:', symlink ..
* argz.c lt__dirent.c lt__strl.c: .. these from the copies in
libltdl.
* configure.ac (SUBDIR_LIBOBJS): Automake conditional, set if
bootstrap didn't make the extra copies of libobj sources in
top srcdir...
* Makefile.am: Add these to EXTRA_DIST if SUBDIR_OBJS is not set,
as well as the originals in libltdl/, in order to work when
bootstrapped both with old and newer Automake/Autoconf.
ChangeLog
Makefile.am
bootstrap
configure.ac