X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=configure.in;h=b7d9353e8b783c6f958714bcfe1d9c4c66be6261;hp=72e3e4539a12bbc45dac97f2f1911607102011bd;hb=07e98688a1a8c3e915ce923f79261a88251a9edd;hpb=644c4d262aab14ee4ec1cfade83a2e99568098d3 diff --git a/configure.in b/configure.in index 72e3e45..b7d9353 100644 --- a/configure.in +++ b/configure.in @@ -11,4 +11,7 @@ dnl check for doxygen AC_PATH_PROG(DOXYGEN, doxygen, $PATH) AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN); +AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes) +AM_PATH_CPPUNIT(1.8.0) + AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile)