X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=configure.in;h=4a06a933f529c105d13f7527eddbe0b1912a3bb3;hp=eeb11723a3f04f0831cf5404674bcfbfa78ed194;hb=3d9c0861e86edcbfad10b84da332093fd6438f32;hpb=59c8cfaae8e45265c31da3614c5d1b89277e2148 diff --git a/configure.in b/configure.in index eeb1172..4a06a93 100644 --- a/configure.in +++ b/configure.in @@ -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.2) +AM_INIT_AUTOMAKE(libt2n, 0.5) AC_DEFINE(PROTOCOL_VERSION, 1, [protocol version used (integers, increase version if incompatible)]) @@ -17,7 +17,8 @@ AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN) AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes) AM_PATH_CPPUNIT(1.8.0) -AX_BOOST([1.33]) +AX_BOOST_BASE([1.33]) +AX_BOOST_SERIALIZATION if test "x$BOOST_SERIALIZATION_LIB" = "x"; then echo "Sorry, we need the Serialization-Lib from Boost." exit 1