]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Feb 2004 21:41:12 +0000 (21:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Feb 2004 21:41:12 +0000 (21:41 +0000)
bin/Makefile.in
tests/Makefile.in

index 698a8e6a9adf343749a778716f41aaebd7f0b59f..e4d6cc29317d22af38defef698fd1a58ef2fd82e 100644 (file)
@@ -462,7 +462,7 @@ check-forbidden-patterns:
        else \
          rm -f forbidden.log; \
        fi
-$(srcdir)/autoconf.in: $(srcdir)/autoconf.as # FIXME: $(m4sh_m4f_dependencies)
+$(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
        $(AUTOM4SH) $(srcdir)/autoconf.as -o $@
 
 autoconf: $(srcdir)/autoconf.in Makefile
index dfdab51593abcd86b9a1ca9dc04891ad45bdc812..412cb8034cf20b3789b734cc60c45533bae5f4de 100644 (file)
@@ -119,6 +119,7 @@ EXTRA_DIST = $(TESTSUITE_AT) local.at mktests.sh \
 # Running the uninstalled scripts.
 check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
 DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
+MAINTAINERCLEANFILES = Makefile.in  $(srcdir)/wrapper.in $(TESTSUITE_GENERATED_AT)
 SUFFIXES = .m4 .m4f
 
 # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
@@ -203,7 +204,6 @@ TESTSUITE = ./testsuite
 # Don't use AUTOM4TE since `make alpha' makes it unavailable although
 # we are allowed to use it (since we ship it).
 AUTOTEST = ./autom4te --language=autotest
-MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE_GENERATED_AT)
 
 # The files which contains macro we check for syntax.  Don't use $(top_srcdir)
 # here since below we explicitly `cd' to $srcdir.  As for the dependencies,
@@ -445,7 +445,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
          echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
        } >$(srcdir)/package.m4
 
-$(srcdir)/wrapper.in: $(srcdir)/wrapper.as
+$(srcdir)/wrapper.in: $(srcdir)/wrapper.as $(m4sh_m4f_dependencies)
        ./autom4te --language=M4sh $(srcdir)/wrapper.as -o $@
 $(TESTSUITE): $(srcdir)/package.m4 \
              local.at \