X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=05fdc80736b1dbc6cf5286f2c4c9be7571ad36cd;hb=619f6709b307d9b51e7aae94d3d564a438282fe9;hp=51b04d6bc73a78bd069cc60eb08d9bdc01a9326b;hpb=ecc802567663985c6853a3390e19dda4cd5b508a;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 51b04d6..05fdc80 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-hask # 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 'sh boot'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?" exit 1 fi @@ -197,16 +197,8 @@ AC_SUBST(ICONV_LIB_DIRS) dnl-------------------------------------------------------------------- dnl * Choose host(/target/build) platform dnl-------------------------------------------------------------------- -dnl We don't use the standard autoconf macros for this, but instead -dnl ask the bootstrapping compiler what platform it is for - -dnl Guess host/target/build platform(s) if necessary. -m4_divert_once([HELP_CANON], -[[ -System types: - --build=BUILD configure for building on BUILD [guessed] - --host=HOST cross-compile to build programs to run on HOST [guessed] - --target=TARGET configure for building compilers for TARGET [guessed]]])dnl +dnl If we aren't explicitly told what values to use with configure flags, +dnl we ask the bootstrapping compiler what platform it is for if test "${WithGhc}" != "" then