*** empty log message ***
[m17n/libotf.git] / configure.ac
1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(libotf, 1.0, libotf@m17n.org)
3 AM_INIT_AUTOMAKE(libotf, 1.0)
4 AM_CONFIG_HEADER(src/config.h)
5
6 # Checks for programs.
7 AC_PROG_CC
8 AM_PROG_LIBTOOL
9
10 # Checks for libraries.
11 AC_PATH_XTRA
12
13 # Checks for header files.
14 AC_HEADER_STDC
15 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h])
16
17 # Checks for typedefs, structures, and compiler characteristics.
18
19 # Checks for library functions.
20 AC_FUNC_ALLOCA
21 AC_FUNC_MALLOC
22
23 AC_CONFIG_FILES([Makefile src/Makefile example/Makefile otflib-config])
24 AC_OUTPUT