1 # partain: probably not the right thing yet
5 configure: configure.in
7 autoconf configure.in > configure.new \
8 || ( rm -f configure.new; exit 1 )
10 mv configure.new configure
15 CONFIG_H_IN = ghc/includes/config.h.in
17 config.h.in: configure.in
19 autoheader configure.in > $(CONFIG_H_IN) \
20 || ( rm -f $(CONFIG_H_IN); exit 1 )
22 # do something about autoheader
23 # do something about ghc-vs-nofib configure scripts