From: Ralf Wildenhues Date: Thu, 10 Mar 2005 13:51:03 +0000 (+0000) Subject: * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fad674fb7efd856af221805ae9a8ed8b5efd154;p=thirdparty%2Flibtool.git * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. --- diff --git a/ChangeLog b/ChangeLog index 7dd8f7f6c..cf6e65f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-10 Ralf Wildenhues + + * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. + 2005-03-08 Albert Chin-A-Young * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index ef14f558e..8ea403940 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -28,7 +28,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL -AM_CPPFLAGS = -I$(builddir) -I$(srcdir) -I$(srcdir)/libltdl +AM_CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/libltdl AM_LDFLAGS = -no-undefined VERSION_INFO = -version-info 6:0:0