Update to newer boost autoconf macros
[libt2n] / configure.in
index ed1eb1e..4a06a93 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.4)
+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