2 AC_INIT([libaec], [0.3.1], [rosenhauer@dkrz.de])
4 AC_CONFIG_MACRO_DIR([m4])
5 AC_CONFIG_AUX_DIR([config])
6 AC_CONFIG_SRCDIR([src/libaec.h])
7 AC_CONFIG_HEADERS(config/config.h)
13 # Checks for programs.
16 # Checks for header files.
19 # Checks for typedefs, structures, and compiler characteristics.
30 # Checks for library functions.
31 AC_CHECK_FUNCS([memset strstr])
32 AC_CHECK_DECLS(__builtin_clzll)
34 AC_CONFIG_FILES([Makefile \