2 # Process this file with autoconf to produce a configure script.
7 AC_CONFIG_SRCDIR([compose.cpp])
8 AC_CONFIG_HEADER([config.h])
10 # Checks for programs.
20 # Checks for libraries.
22 VSPELL_PACKAGES=gtk+-2.0
23 PKG_CHECK_MODULES(VSPELL, $VSPELL_PACKAGES)
24 AC_SUBST(VSPELL_CFLAGS)
27 # Checks for header files.
29 AC_CHECK_HEADERS([fcntl.h locale.h stddef.h stdlib.h string.h sys/param.h unistd.h values.h])
31 # Checks for typedefs, structures, and compiler characteristics.
38 # Checks for library functions.
44 AC_CHECK_FUNCS([memmove memset rint setlocale sqrt strchr strdup strrchr strtol])
46 AC_CONFIG_FILES([Makefile