X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.in;h=862eb96da54e8aa59c0c46e081a2f9f2c430f722;hp=3ea7098dc204d7d8a959c42ae70a171fe6bf219a;hb=6fb805e5006947372e4ad03889ab447cb857d125;hpb=1a9c994964f6560b25633aee700a12f7fec6c785 diff --git a/configure.in b/configure.in index 3ea7098..862eb96 100644 --- a/configure.in +++ b/configure.in @@ -16,6 +16,12 @@ dnl # First off, a distrib sanity check.. AC_INIT(mk/config.mk.in) +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 (the use of cache values makes repeated checks cheap) +AC_CONFIG_SUBDIRS(ghc) + # ------------------------------------------------------------------------- # Prepare to generate the following header files #