From f9f7b6ccf9e5cd3d1c86c50b8b65fb373780f300 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 16 Dec 1999 10:39:14 +0000 Subject: [PATCH] * libltdl/Makefile.am (ACLOCAL): Define with `-I .', as in bootstrap. --- ChangeLog | 5 +++++ libltdl/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.47.3