X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fconfigure-bin.in;h=956fb96deea61cf34adaa4167f09123ec5ac8de2;hb=b4e51977b60a2f528ce63a0a33a9d2c3127b60f3;hp=fdb3a9fbd1b021568ce6ae2ae64cf41954e6048a;hpb=e418dc574f6600c05a001afa658fba3ae306e856;p=ghc-hetmet.git diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index fdb3a9f..956fb96 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -89,24 +89,35 @@ else exit 1 fi rm -f conftest -# -dnl ** check if perl library is properly installed -# (by seeing if a "do 'getopts.pl'" works... -if $PerlCmd -e 'do "getopts.pl" || exit(1); exit(0);' > /dev/null 2>&1 ; then - : -else - echo "I think your perl library is misinstalled." - echo "The following script did not work:" - echo ' do "getopts.pl" || exit(1); exit(0);' - echo "But, nevermind, let us continue.." -fi -dnl ** figure out how to do a BSD-ish install +# +dnl ** figure out how to do a BSD-ish install ** # AC_PROG_INSTALL + +# +dnl ** how to do symlinks ** +# AC_PROG_LN_S() + +# +dnl ** Find the path to sed ** # +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 "or 'make in-place'." +echo "(see README and INSTALL files for more info.)" +echo "**************************************************"