From bdd4f9d5b178e7646b95ae97c7b7629256b6edaa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 12 Mar 2001 04:58:53 +0000 Subject: HMH autoconf cleanup. svn path=/trunk/; revision=3241 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e98fbba5..42e2b86e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,13 +212,13 @@ mostlyclean: clean # one below is unnecessary and causes problems with cross-platform builds. ${srcdir}/configure: configure.in aclocal.m4 - cd ${srcdir} && autoconf + cd ${srcdir} && @AUTOCONF@ # autoheader might not change config.h.in, so touch a stamp file. ${srcdir}/config.h.in: stamp-h.in ${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h # config.h.top config.h.bot - cd ${srcdir} # && autoheader + cd ${srcdir} # && @AUTOHEADER@ echo timestamp> ${srcdir}/stamp-h.in config.h: stamp-h @@ -232,7 +232,7 @@ config.status: configure ./config.status --recheck $(srcdir)/aclocal.m4: configure.in - cd $(srcdir) && aclocal + cd $(srcdir) && @ACLOCAL@ # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: -- cgit v1.2.3