From: Alexandre Oliva Date: Wed, 16 Dec 1998 02:40:54 +0000 (+0000) Subject: * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed X-Git-Tag: release-1-2d~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd80e8044cfb8395e622f6b25ab24410f07bad8;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed (libtool): automatically update --- diff --git a/ChangeLog b/ChangeLog index ce2c3f5ee..ee28087a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-12-16 Alexandre Oliva + * 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 diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 496b2ca54..296794c30 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -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