1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon])
3 AC_CONFIG_AUX_DIR([config])
5 AC_CONFIG_SRCDIR([src/lemon/invalid.h])
8 dnl Checks for programs.
13 CXXFLAGS="$CXXFLAGS -Wall"
15 dnl Checks for libraries.
17 dnl Checks for header files.
18 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
20 dnl Checks for typedefs, structures, and compiler characteristics.
27 dnl Checks for library functions.
29 AC_CHECK_FUNCS(gettimeofday times ctime_r)
33 autopackage/default.apspec
39 src/benchmark/Makefile