_clearObj instead of _setObj.
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])
6 AM_CONFIG_HEADER([config.h])
9 dnl Save user defined CXXFLAGS
10 dnl lx_user_cxxflags="$CXXFLAGS"
12 dnl Checks for programs.
19 if test $CXX != icc -a $CXX != icpc; then
20 CXXFLAGS="$CXXFLAGS -Wall -W"
23 dnl This is tested only with gcc-3.4 and icc-8.0
26 dnl Checks for libraries.
31 dnl Checks for header files.
32 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
34 dnl Checks for typedefs, structures, and compiler characteristics.
41 dnl Checks for library functions.
43 AC_CHECK_FUNCS(gettimeofday times ctime_r)
47 autopackage/default.apspec
53 src/benchmark/Makefile
61 echo '****************************** SUMMARY ******************************'
63 echo Package version............... : $PACKAGE-$VERSION
65 echo C++ compiler.................. : $CXX
66 echo C++ compiles flags............ : $CXXFLAGS
68 echo GLPK support.................. : $lx_glpk_found
70 echo The packace will be installed in
74 echo The documentation will be installed in
76 eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.
78 echo '*********************************************************************'
81 echo configure complete, now type \'make\'