]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Thu, 16 Dec 1999 10:39:14 +0000 (10:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 16 Dec 1999 10:39:14 +0000 (10:39 +0000)
bootstrap.

ChangeLog
libltdl/Makefile.am

index 82bd400e7ae8e2b3c5f8b13c38355083d5de0542..7ce64f942ccde4ab443ef0fed1332a9611db5a1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in
+       bootstrap.
+
 1999-12-15  Thomas Tanner  <tanner@ffii.org>
 
        * libltdl/configure.in: path to auxiliary files can be specified
index dafd5854d5180f44b823ac9abece4179103d6718..aa484bba7bbe0e73f8d1f1ff695331aab146326a 100644 (file)
@@ -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