summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-08 18:06:59 +0000
committerRoland McGrath <roland@redhat.com>1995-03-08 18:06:59 +0000
commitf3699ad75f448f254c845e4b05bd067860e467f1 (patch)
tree65c851b46cef85d76901b36dbe8f0126992a7298
parent0af0c8dba066b72003d7990c186d13b04c5402b2 (diff)
downloadgunmake-f3699ad75f448f254c845e4b05bd067860e467f1.tar.gz
(configure, config.h.in): Depend on aclocal.m4. Commit files to CVS.
-rw-r--r--GNUmakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b064984..3d7ba9e 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