From 1280ee49bbead93ee57b85fbd70c8904cb864d06 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Mar 1995 00:11:27 +0000 Subject: (configure, config.h.in): Uncomment these rules. Commit the files to CVS if there is a CVS directory. --- compatMakefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/compatMakefile b/compatMakefile index 188fb30..bf46bdb 100644 --- a/compatMakefile +++ b/compatMakefile @@ -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: -- cgit v1.2.3