# Process this file with autoconf to produce a configure script. AC_INIT(libotf, 1.0, libotf@m17n.org) AM_INIT_AUTOMAKE(libotf, 1.0) AM_CONFIG_HEADER(src/config.h) # Checks for programs. AC_PROG_CC AC_PROG_LIBTOOL # Checks for libraries. # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_FUNC_ALLOCA AC_FUNC_MALLOC AC_CONFIG_FILES([Makefile src/Makefile example/Makefile otflib-config]) AC_OUTPUT