From e4745aa4f773932749b356140093b85f7dccc322 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 13:05:25 +0000 Subject: Get rid of obsolete acconfig.h, move descriptions into configure.in. svn path=/trunk/; revision=3896 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3