X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.config;h=ed0b3adce8e1dab81b02bfbf5848ff7258ba43fe;hb=7473349e010c1f8f5d78afbe2b7c66345818406c;hp=90c5ab4ac709c37cc7dc74a82fa9af2da08ace88;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/Makefile.config b/Makefile.config index 90c5ab4..ed0b3ad 100644 --- a/Makefile.config +++ b/Makefile.config @@ -2,21 +2,22 @@ all: configure -configure: configure.in +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 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 -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