Commit the files to CVS if there is a CVS directory.
$(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: