X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fconfigure-bin.in;h=956fb96deea61cf34adaa4167f09123ec5ac8de2;hb=3d7f51b9c6b157f31f46623bfbd2408aafe137ab;hp=90967f465d9cd9a1ef6d48338022a69ce4dc5ae1;hpb=85f5a1aa5b5e1172ccfdcab8dca2d01b79da21eb;p=ghc-hetmet.git diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index 90967f4..956fb96 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -108,13 +108,16 @@ AC_PATH_PROG(SedCmd,sed) # dnl ** How to invoke cpp directly ** # +AC_PROG_CC +AC_HAVE_GCC +AC_PROG_CPP AC_PROG_GNUCPP # AC_OUTPUT(Makefile) echo "**************************************************" -echo "Configuration done, ready to either `make install' " -echo "" +echo "Configuration done, ready to either 'make install'" +echo "or 'make in-place'." echo "(see README and INSTALL files for more info.)" echo "**************************************************"