Source and Target EdgeMap.
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.
14 CXXFLAGS="$CXXFLAGS -Wall"
16 dnl Checks for libraries.
18 dnl Checks for header files.
19 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
21 dnl Checks for typedefs, structures, and compiler characteristics.
28 dnl Checks for library functions.
30 AC_CHECK_FUNCS(gettimeofday times ctime_r)
34 autopackage/default.apspec
40 src/benchmark/Makefile