]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Dec 1998 02:40:54 +0000 (02:40 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 02:40:54 +0000 (02:40 +0000)
(libtool): automatically update

ChangeLog
libltdl/Makefile.am

index ce2c3f5eeeddf34bf1147da6f52677b6ab7add68..ee28087a6f9da23ad04191b46d95b47a70dc64a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1998-12-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed
+       (libtool): automatically update
+
        * libltdl/configure.in (stdlib.h, unistd.h, stdio.h): check
        * libltdl/ltdl.c: include them
 
index 496b2ca547fb9c672e2673df25e62f8d595fc225..296794c304231eaedd09270bf89789d49ebbb855 100644 (file)
@@ -7,10 +7,15 @@ AUTOMAKE_OPTIONS = no-dependencies foreign
 
 CFLAGS = -force-static
 
-EXTRA_DIST = acinclude.m4
-
 noinst_LTLIBRARIES = libltdl.la
 libltdl_la_SOURCES = ltdl.c
 libltdl_la_LDFLAGS = $(LIBADD_DL) 
 
 noinst_HEADERS = ltdl.h
+
+# rebuild the libtool script if needed
+ltdl.lo: libtool
+libtool: $(srcdir)/../ltconfig $(srcdir)/../ltmain.sh
+       rm -f libtool
+       cd .. && $(MAKE) libtool
+       $(MAKE) -f ../Makefile srcdir=$(srcdir)/.. LIBTOOL_DEPS= libtool