X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.config;h=f40e0ac704535257d2eb6884113449d60ec52b34;hb=50afb3c579d9eba76f4433881f3a8c67c11fa8bc;hp=1d10829952ca1196450f00aa9488e8f562e3e5da;hpb=df7e457273153461399378a243946302ea9a8440;p=ghc-hetmet.git diff --git a/Makefile.config b/Makefile.config index 1d10829..f40e0ac 100644 --- a/Makefile.config +++ b/Makefile.config @@ -2,22 +2,21 @@ 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 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