From: Roland McGrath Date: Wed, 8 Mar 1995 18:08:00 +0000 (+0000) Subject: Undo last change. Bad juju. X-Git-Tag: 3.72.9~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b99d4151fad01fdb4101dc57a3fd1cc68b5096;p=thirdparty%2Fmake.git Undo last change. Bad juju. --- diff --git a/compatMakefile b/compatMakefile index bf46bdbd..adcd1f9f 100644 --- a/compatMakefile +++ b/compatMakefile @@ -265,12 +265,10 @@ stamp-config: config.status $(srcdir)/config.h.in $(SHELL) config.status touch stamp-config -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)' $@ +#configure: configure.in aclocal.m4 +# cd $(srcdir) && autoconf $(ACFLAGS) +#config.h.in: configure.in aclocal.m4 +# cd $(srcdir) && autoheader $(ACFLAGS) # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: