]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (OBJECTS): In addition to making $(OBJECTS)
authorGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 19:28:19 +0000 (19:28 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 19:28:19 +0000 (19:28 +0000)
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.

ChangeLog
NEWS
libltdl/Makefile.am

index f4553cc354cfdc86bd36e4f75e8f76971d550305..e05e00996ebb1d6adaf495c9a6dec77da87d985f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-09-11  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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 e6e5a6fd4330aae748086efdb53a2d134638b65f..1432eed441250c096a72faeb14491e98a93408e4 100644 (file)
--- 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.
+\f
 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.
index c0b6c0bffed3e53544bdc5d69a44623934442041..5c2d47001b43096e8e6709b28407a6f55977cd8c 100644 (file)
@@ -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