diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 13:05:25 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 13:05:25 +0000 |
commit | e4745aa4f773932749b356140093b85f7dccc322 (patch) | |
tree | 9f1e8fb98530368aadaacf3a1ce46b425ca9a1fe /Makefile.in | |
parent | 49b630f8ea30b7a5066f87b16b42cffec00a7bef (diff) | |
download | fetchmail-e4745aa4f773932749b356140093b85f7dccc322.tar.gz fetchmail-e4745aa4f773932749b356140093b85f7dccc322.tar.bz2 fetchmail-e4745aa4f773932749b356140093b85f7dccc322.zip |
Get rid of obsolete acconfig.h, move descriptions into configure.in.
svn path=/trunk/; revision=3896
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 3d38ed22..580d46f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -216,9 +216,9 @@ ${srcdir}/configure: configure.in aclocal.m4 # 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@ - echo timestamp> ${srcdir}/stamp-h.in +${srcdir}/stamp-h.in: configure.in aclocal.m4 + cd ${srcdir} && @AUTOHEADER@ + echo timestamp > ${srcdir}/stamp-h.in config.h: stamp-h stamp-h: config.h.in config.status |