* gnu/regexp/CharIndexedReader.java: Removed.
[official-gcc.git] / libbanshee / configure.in
bloba44e7000a0c819c06d67782e86edda2d4b0c31cd
1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(engine/flowrow-sort.c, 0.9, dberlin@dberlin.org)
3 AM_INIT_AUTOMAKE(libbanshee, 0.9)
4 AM_CONFIG_HEADER(config.h)
6 # Checks for programs.
7 AC_PROG_CC
8 AC_PROG_INSTALL
9 AC_PROG_RANLIB
10 # Checks for libraries.
11 # FIXME: Replace `main' with a function in `-llambda':
12 #AC_CHECK_LIB([lambda], [main])
13 # FIXME: Replace `main' with a function in `-lm':
14 #AC_CHECK_LIB([m], [main])
17 if test x$GCC = xyes; then
18   ac_libbanshee_warn_cflags='-W -Wall -pedantic -Wwrite-strings  -Wstrict-prototypes -Wmissing-prototypes'
20 AC_SUBST(ac_libbanshee_warn_cflags)
22 AM_MAINTAINER_MODE
23 # Checks for header files.
24 AC_HEADER_STDC
25 AC_CHECK_HEADERS([fcntl.h limits.h stddef.h stdlib.h string.h sys/param.h unistd.h])
27 gcc_AC_HEADER_STDBOOL
28 gcc_AC_C__BOOL
29 # Checks for typedefs, structures, and compiler characteristics.
30 AC_C_CONST
31 AC_C_INLINE
32 AC_TYPE_PID_T
33 AC_TYPE_SIZE_T
35 # Checks for library functions.
36 AC_FUNC_MEMCMP
37 AC_FUNC_MMAP
38 AC_FUNC_VPRINTF
39 AC_CHECK_FUNCS([atexit dup2 floor getpagesize memset munmap])
41 AC_OUTPUT([Makefile
42                  engine/Makefile
43                  libcompat/Makefile
44                  points-to/Makefile])