X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=ac69cb1387bfa199a9b6797d837574ee0d9aa5fc;hb=65b5fb0ff8dd2af5c8bed6db5f059b4f60eb05de;hp=70936e2bbb307fd8f498d3c04dfcf714c7b90d49;hpb=bdd44abe63ce79b32e3570e846afabad2024cd09;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 70936e2..ac69cb1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,12 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haske # when the source distribution was created. if test ! -f mk/config.h.in; then - echo "mk/config.h.in doesn't exist: perhaps you haven't run 'autoreconf'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'sh boot'?" exit 1 fi +AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args]) + FP_SETUP_PROJECT_VERSION # Hmmm, we fix the RPM release number to 1 here... Is this convenient?