From: Gary V. Vaughan Date: Mon, 29 Mar 2004 12:03:29 +0000 (+0000) Subject: * Makefile.am (pkgmacro_DATA): Install ltoptions.m4. X-Git-Tag: release-1-9b~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a79ae38fd303a411f99b750825ce88e74846de6;p=thirdparty%2Flibtool.git * Makefile.am (pkgmacro_DATA): Install ltoptions.m4. --- diff --git a/ChangeLog b/ChangeLog index add6cb51f..57af47489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-03-30 Gary V. Vaughan + * Makefile.am (pkgmacro_DATA): Install ltoptions.m4. + * libltdl/Makefile.am (AM_CPPFLAGS): Also check $top_builddir for config.h. (ltdl.o): config.h is in $top_builddir. diff --git a/Makefile.am b/Makefile.am index a91c911d2..5e6837546 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,8 @@ dist_pkgdata_DATA = config/config.guess config/config.sub config/ltmain.sh # Everything that gets picked up by aclocal is automatically distributed, # this is the list of macro files we install on the user's system. pkgmacrodir = $(pkgdatadir)/m4 -pkgmacro_DATA = m4/libtool.m4 m4/ltdl.m4 m4/ltsugar.m4 m4/ltversion.m4 +pkgmacro_DATA = m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 \ + m4/ltversion.m4 # We build ltversion.m4 here, instead of from config.status, # because config.status is rerun each time one og configure's