1 # partain: probably not the right thing yet
5 configure: configure.ac aclocal.m4
7 autoconf configure.ac > configure.new \
8 || ( rm -f configure.new; exit 1 )
10 mv configure.new configure
13 if test -f config.status; then ./config.status --recheck; fi
16 CONFIG_H_IN = ghc/includes/config.h.in
18 config.h.in: configure.ac
20 autoheader configure.ac > $(CONFIG_H_IN) \
21 || ( rm -f $(CONFIG_H_IN); exit 1 )
23 # do something about autoheader
24 # do something about ghc-vs-nofib configure scripts