From 1cd80e8044cfb8395e622f6b25ab24410f07bad8 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 16 Dec 1998 02:40:54 +0000 Subject: [PATCH] * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed (libtool): automatically update --- ChangeLog | 3 +++ libltdl/Makefile.am | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.47.2