[project @ 2003-08-18 14:54:40 by panne]
[ghc-hetmet.git] / Makefile.config
index 1d10829..ed0b3ad 100644 (file)
@@ -2,9 +2,9 @@
 
 all: configure
 
-configure: configure.in aclocal.m4
+configure: configure.ac aclocal.m4
        rm -f configure.new
-       autoconf configure.in > configure.new \
+       autoconf configure.ac > configure.new \
                || ( rm -f configure.new; exit 1 )
        rm -f configure
        mv configure.new configure
@@ -15,9 +15,9 @@ configure: configure.in aclocal.m4
 
 CONFIG_H_IN = ghc/includes/config.h.in
 
-config.h.in: configure.in
+config.h.in: configure.ac
        rm -f $(CONFIG_H_IN)
-       autoheader configure.in > $(CONFIG_H_IN) \
+       autoheader configure.ac > $(CONFIG_H_IN) \
                || ( rm -f $(CONFIG_H_IN); exit 1 )
 
 # do something about autoheader