From: Gary V. Vaughan Date: Tue, 11 Sep 2001 19:28:19 +0000 (+0000) Subject: * libltdl/Makefile.am (OBJECTS): In addition to making $(OBJECTS) X-Git-Tag: release-1-4-3~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb2a6a8079fc417f93a88a6cac32938b443b685a;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (OBJECTS): In addition to making $(OBJECTS) depend on libtool -- which causes Automake 1.4 to generate the ibtool script in this directory during bootstrap -- also add libltdl_la_OBJECTS and libltdlc_la_OBJECTS, the Automake 1.5 equivalents. * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index f4553cc35..e05e00996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-09-11 Gary V. Vaughan + * libltdl/Makefile.am (OBJECTS): In addition to making $(OBJECTS) + depend on libtool -- which causes Automake 1.4 to generate the + ibtool script in this directory during bootstrap -- also add + libltdl_la_OBJECTS and libltdlc_la_OBJECTS, the Automake 1.5 + equivalents. + * NEWS: Updated. + * bootstrap: Be robust to having no files that need removing. * configure.in: Bumped version to 1.4.2a. diff --git a/NEWS b/NEWS index e6e5a6fd4..1432eed44 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,13 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.4.3: 2001-??-??; CVS version 1.4.2a, ???: +* The libltdl subdirectory now bootstraps correctly with Automake 1.5. +* srcdir != builddir builds with Automake 1.5 work correctly. + New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and -* ld on solaris + ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index c0b6c0bff..5c2d47001 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -27,7 +27,7 @@ libltdlc_la_LIBADD = $(LIBADD_DL) ## Because we do not have automatic dependency tracking: ltdl.lo: ltdl.h config.h -$(OBJECTS): libtool +$(OBJECTS) $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck