libt2n: (reinhard) compile fixes.
[libt2n] / configure.in
index fde7f94..ed1eb1e 100644 (file)
@@ -2,7 +2,7 @@ AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
 dnl AC_CONFIG_HEADERS([config.h:config.h.in])
-AM_INIT_AUTOMAKE(libt2n, 0.1)
+AM_INIT_AUTOMAKE(libt2n, 0.4)
 
 AC_DEFINE(PROTOCOL_VERSION, 1, [protocol version used (integers, increase version if incompatible)])
 
@@ -11,8 +11,8 @@ AC_PROG_CXX
 AM_PROG_LIBTOOL
 
 dnl check for doxygen
-AC_PATH_PROG(DOXYGEN, doxygen, $PATH)
-AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN);
+AC_PATH_PROG(DOXYGEN, doxygen)
+AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN)
 
 AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes)
 AM_PATH_CPPUNIT(1.8.0)
@@ -41,4 +41,4 @@ AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE)
 dnl todo: do not create .pc file in configure but in make
 dnl see also autoconf manual "Installation Directory Variables"
          
-AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile)
+AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile examples-codegen/Makefile)