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.
# 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); \
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. ##