[project @ 2001-04-04 13:39:09 by simonmar]
[ghc-hetmet.git] / Makefile.config
index 90c5ab4..1d10829 100644 (file)
@@ -2,7 +2,7 @@
 
 all: configure
 
-configure: configure.in
+configure: configure.in aclocal.m4
        rm -f configure.new
        autoconf configure.in > configure.new \
                || ( rm -f configure.new; exit 1 )
@@ -10,6 +10,7 @@ configure: configure.in
        mv configure.new configure
        chmod +x configure
        chmod -w configure
+       if test -f config.status; then ./config.status --recheck; fi
        rm -f configure.new
 
 CONFIG_H_IN = ghc/includes/config.h.in