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.
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.
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.
## 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