]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am ($(top_builddir)/config.status): Removed.
authorGary V. Vaughan <gary@gnu.org>
Fri, 6 Feb 2004 16:11:26 +0000 (16:11 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 6 Feb 2004 16:11:26 +0000 (16:11 +0000)
* configure.ac (CONFIG_STATUS_DEPENDENCIES): This substitution is
how automake-1.8 now informs all Makefiles when config.status
needs to be rebuilt.
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>

ChangeLog
Makefile.am
configure.ac

index 83e05da503f60063e67f5b891357ad576f0cdb1f..6e27c26ac9db944db7fff728592e07dab92d40a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-02-06  Gary V. Vaughan  <gary@gnu.org>
 
+       * Makefile.am ($(top_builddir)/config.status): Removed.
+       * configure.ac (CONFIG_STATUS_DEPENDENCIES): This substitution is
+       how automake-1.8 now informs all Makefiles when config.status
+       needs to be rebuilt.
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>
+
        * configure.ac (AC_CONFIG_FILES): Generate libtoolize from here.
        * Makefile.am (libtool, libtoolize): These rules are redundant.
        Automake generates better rules for remaking these files.
index 880e5de5009e726bc685bb75d0d7c6bf1080eb34..41d9127f05c9386a4a7b10d6216327a3b9d9695c 100644 (file)
@@ -41,9 +41,7 @@ pkgmacro_DATA = m4/libtool.m4 m4/ltdl.m4 m4/ltsugar.m4
 # The standalone libtool script, and the libtool distributor.
 bin_SCRIPTS = libtool libtoolize
 
-# Make sure config.status is regenerated when the version timestamp changes
 MKSTAMP = $(SHELL) $(top_srcdir)/config/mkstamp
-$(top_builddir)/config_status: stamp-vcl
 stamp-vcl: vcl.tmp $(top_srcdir)/ChangeLog
 vcl.tmp:
        @dir=.; test -f $$dir/stamp-vcl || dir=$(srcdir); \
index 3d5a466168b1a113e707a4356c02c8bbad3ebbd1..b295dc9415ca4ad859cad8b7db98da91dbbef61e 100644 (file)
@@ -112,6 +112,8 @@ dnl These are bootstrap requirements, once built, libtool may work with
 dnl much older releases of autoconf and automake.  See release notes.
 AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2]) ## We use auto-m4_including
 
+dnl Make sure config.status is regenerated when the version timestamp changes
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_builddir)/stamp-vcl'])
 
 ## ------------------------------- ##
 ## Libtool specific configuration. ##