(configure, config.h.in): Uncomment these rules.
authorRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 00:11:27 +0000 (00:11 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 00:11:27 +0000 (00:11 +0000)
Commit the files to CVS if there is a CVS directory.

compatMakefile

index 188fb30020432a08a02cc295859dbe695674d439..bf46bdbd4c40aa46d9b374b1f4d8399919a07ef9 100644 (file)
@@ -265,11 +265,12 @@ stamp-config: config.status $(srcdir)/config.h.in
        $(SHELL) config.status
        touch stamp-config
 
-# These rules cause too much trouble.
-#configure: configure.in
-#      autoconf $(ACFLAGS)
-#config.h.in: configure.in
-#      autoheader $(ACFLAGS)
+configure: configure.in aclocal.m4
+       cd $(srcdir) && autoconf $(ACFLAGS)
+       test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@
+config.h.in: configure.in aclocal.m4
+       cd $(srcdir) && autoheader $(ACFLAGS)
+       test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@
 
 # This tells versions [3.59,3.63) of GNU make not to export all variables.
 .NOEXPORT: