[project @ 2004-09-01 15:57:13 by ross]
[haskell-directory.git] / configure.ac
1 AC_INIT([base], [], [libraries@haskell.org], [base])
2
3 # Safety check: Ensure that we are in the correct source directory.
4 AC_CONFIG_SRCDIR([include/HsBase.h])
5
6 AC_CONFIG_HEADERS([include/HsBaseConfig.h])
7
8 dnl ** Check for idiosyncracies in some mingw impls of directory handling.
9 FP_READDIR_EOF_ERRNO
10 FP_DIRENT_FLAT_LAYOUT
11
12 AC_OUTPUT