[project @ 2004-09-18 12:49:59 by panne]
[haskell-directory.git] / configure.ac
1 AC_INIT([Haskell base package], [1.0], [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