X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2Fconfigure-bin.ac;h=ba0803336e6e1f000b4482c5cb26980ba7a1eca4;hp=0d01388e8086797d653e89dae73dd7d5776e38b4;hb=ba8ea9d3f3bb97c4f7a680c11374f4f49853f7b1;hpb=094f9feafaf83190891736ddd8d1d7213f4293c4 diff --git a/distrib/configure-bin.ac b/distrib/configure-bin.ac index 0d01388..ba08033 100644 --- a/distrib/configure-bin.ac +++ b/distrib/configure-bin.ac @@ -148,10 +148,15 @@ FP_HAVE_GCC AC_PROG_CPP # -AC_OUTPUT(Makefile-vars) +dnl ** Check gcc version and flags we need to pass it ** +# +FP_GCC_EXTRA_FLAGS + +# +AC_CONFIG_FILES(Makefile-vars extra-gcc-opts) +AC_OUTPUT echo "****************************************************" -echo "Configuration done, ready to either 'make install'" -echo "or 'make in-place'." +echo "Configuration done, ready to 'make install'" echo "(see README and INSTALL files for more info.)" echo "****************************************************"