X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=ac9835ae41a416d5b1fa9fb4492c6a2d516d6ff7;hb=5ecf452603a0c79e4fed0062b79bcaff4449b213;hp=dce5a07d220bda3ea7670975f283727588113b9d;hpb=5c789e424c1461c1dadfd38c44fcb9e8f38bf755;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index dce5a07..ac9835a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ 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 @@ -44,13 +44,6 @@ dnl We need 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE. dnl We need 2.52 due to the use of AS_TR_CPP and AS_TR_SH. AC_PREREQ([2.52]) -dnl * Declare subdirectories that have a private configure script -dnl -dnl After the toplevel configuration is complete, the script will recurse into -dnl these subdirectories if they exist. The use of a cache file makes repeated -dnl checks cheap. -AC_CONFIG_SUBDIRS([libraries]) - # ------------------------------------------------------------------------- # Prepare to generate the following header files #