1 # partain: probably not the right thing yet
5 configure: configure.in aclocal.m4
7 autoconf configure.in > 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.in
20 autoheader configure.in > $(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