X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=dc94cf3f72071d0475795141cb3c87eda0d8e361;hb=9fa96fc44a640014415e1588f50ab7689285e6cb;hp=db268ab98321477278f0b8fc0874f3c86e764a26;hpb=43e5415176ae4f37462999e636f8e23c90689d2c;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index db268ab..dc94cf3 100644 --- a/configure.ac +++ b/configure.ac @@ -438,7 +438,7 @@ then then AC_MSG_NOTICE([Making in-tree mingw tree]) rm -rf inplace/mingw - mkdir inplace + test -d inplace || mkdir inplace mkdir inplace/mingw ( cd inplace/mingw && @@ -950,7 +950,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them]) fi -AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/ghc.iss distrib/configure.ac]) +AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/ghc.iss distrib/configure.ac]) AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h]) AC_OUTPUT