From: Roland McGrath Date: Wed, 8 Mar 1995 18:06:59 +0000 (+0000) Subject: (configure, config.h.in): Depend on aclocal.m4. Commit files to CVS. X-Git-Tag: 3.72.9~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3699ad75f448f254c845e4b05bd067860e467f1;p=thirdparty%2Fmake.git (configure, config.h.in): Depend on aclocal.m4. Commit files to CVS. --- diff --git a/GNUmakefile b/GNUmakefile index b0649840..3d7ba9e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,8 +55,12 @@ ifdef AC_MACRODIR configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral) config.h.in: $(AC_MACRODIR)/acconfig.h endif -configure: configure.in; autoconf $(ACFLAGS) -config.h.in: configure.in; autoheader $(ACFLAGS) +configure: configure.in aclocal.m4 + autoconf $(ACFLAGS) + test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@ +config.h.in: configure.in aclocal.m4 + autoheader $(ACFLAGS) + test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@ ifdef customs defines := $(defines) -Ipmake/customs -Ipmake/lib/include