1 # Process this file with autoconf to produce a configure script.
3 AC_INIT(libbanshee,0.9,dberlin@dberlin.org)
4 AC_CONFIG_SRCDIR(engine/flowrow-sort.c)
5 AC_CONFIG_HEADERS(config.h)
12 # Checks for libraries.
13 # FIXME: Replace `main' with a function in `-llambda':
14 #AC_CHECK_LIB([lambda], [main])
15 # FIXME: Replace `main' with a function in `-lm':
16 #AC_CHECK_LIB([m], [main])
19 if test x$GCC = xyes; then
20 ac_libbanshee_warn_cflags='-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes'
22 AC_SUBST(ac_libbanshee_warn_cflags)
25 # Checks for header files.
27 AC_CHECK_HEADERS([fcntl.h limits.h stddef.h stdlib.h string.h sys/param.h unistd.h])
30 # Checks for typedefs, structures, and compiler characteristics.
36 # Checks for library functions.
40 AC_CHECK_FUNCS([atexit dup2 floor getpagesize memset munmap])
42 AC_CONFIG_FILES([Makefile