(configure, config.h.in): Depend on aclocal.m4. Commit files to CVS.
authorRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 18:06:59 +0000 (18:06 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 18:06:59 +0000 (18:06 +0000)
GNUmakefile

index b06498404c3f3469971005a8eb0a30c0a8d04ff7..3d7ba9e2bb2eb124cc06677d8f172d8a85895ec4 100644 (file)
@@ -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