libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 21-gary-automake-1-5-VPATH-and-libltdl-bootstrap.patch


From: Gary V. Vaughan
Subject: FYI: 21-gary-automake-1-5-VPATH-and-libltdl-bootstrap.patch
Date: Tue, 11 Sep 2001 20:33:43 +0100
User-agent: Mutt/1.3.22.1i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * 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.

Index: NEWS
===================================================================
RCS file: /cvsroot/libtool/libtool/NEWS,v
retrieving revision 1.91.2.7
diff -u -p -u -r1.91.2.7 NEWS
--- NEWS 2001/09/11 03:33:37 1.91.2.7
+++ NEWS 2001/09/11 19:27:45
@@ -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.
Index: libltdl/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.am,v
retrieving revision 1.40.2.1
diff -u -p -u -r1.40.2.1 Makefile.am
--- libltdl/Makefile.am 2001/09/11 01:22:03 1.40.2.1
+++ libltdl/Makefile.am 2001/09/11 19:27:46
@@ -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
 

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]