From: Alexandre Oliva Date: Thu, 16 Dec 1999 10:39:14 +0000 (+0000) Subject: * libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in X-Git-Tag: release-1-3d~239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9f7b6ccf9e5cd3d1c86c50b8b65fb373780f300;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in bootstrap. --- diff --git a/ChangeLog b/ChangeLog index 82bd400e7..7ce64f942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-12-16 Alexandre Oliva + + * libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in + bootstrap. + 1999-12-15 Thomas Tanner * libltdl/configure.in: path to auxiliary files can be specified diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index dafd5854d..aa484bba7 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -2,6 +2,9 @@ AUTOMAKE_OPTIONS = no-dependencies foreign +## for ltdl.m4 +ACLOCAL = @ACLOCAL@ -I . + if INSTALL_LTDL include_HEADERS = ltdl.h lib_LTLIBRARIES = libltdl.la