diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-12 04:58:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-12 04:58:53 +0000 |
commit | bdd4f9d5b178e7646b95ae97c7b7629256b6edaa (patch) | |
tree | a7ac24fbc37814325e5461e92002e87207716cc6 /Makefile.in | |
parent | c71c95b401a49a69281af562062375c85592074d (diff) | |
download | fetchmail-bdd4f9d5b178e7646b95ae97c7b7629256b6edaa.tar.gz fetchmail-bdd4f9d5b178e7646b95ae97c7b7629256b6edaa.tar.bz2 fetchmail-bdd4f9d5b178e7646b95ae97c7b7629256b6edaa.zip |
HMH autoconf cleanup.
svn path=/trunk/; revision=3241
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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: |