]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (pkgmacro_DATA): Install ltoptions.m4.
authorGary V. Vaughan <gary@gnu.org>
Mon, 29 Mar 2004 12:03:29 +0000 (12:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 Mar 2004 12:03:29 +0000 (12:03 +0000)
ChangeLog
Makefile.am

index add6cb51f18efbeab4b9b6f2ec4d93dc29c16492..57af474898be9912c822c08098a2533dd13960fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-30  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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.
index a91c911d2889dc4e75e5c294b88012ee74861df0..5e6837546805e11d56d835eadfde3401548e7575 100644 (file)
@@ -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