X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=bba803dbd795f4ff4501475db947a59085dd51b4;hb=efe16756b891974b3cd72e8de8ed5bdbdb5ba980;hp=2167645c001c7084c5004547b7c7515a65b8daa2;hpb=0f7ed8f2edaea1f75d608612e49703f6cc25e1dc;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 2167645..bba803d 100644 --- a/configure.ac +++ b/configure.ac @@ -36,28 +36,19 @@ AC_CHECK_LIB(dl,dlopen) # check for Boost C++ development libs and headers -AX_BOOST_BASE(1.33) -AX_BOOST_DATE_TIME(1.33) -AX_BOOST_PROGRAM_OPTIONS(1.33) -AX_BOOST_THREAD(1.33) -AX_BOOST_UNIT_TEST_FRAMEWORK(1.33) + +AX_BOOST([1.32]) if test "$ax_cv_boost_base" = "no"; then AC_MSG_ERROR([install libboost-dev or similar]) fi if test "$ax_cv_boost_date_time" = "no"; then AC_MSG_ERROR([install libboost-date-time-dev or similar]) -else - LIBS="$LIBS -lboost_date_time"; fi if test "$ax_cv_boost_program_options" = "no"; then AC_MSG_ERROR([install libboost-program-options-dev or similar]) -else - LIBS="$LIBS -lboost_program_options"; fi if test "$ax_cv_boost_thread" = "no"; then AC_MSG_ERROR([install libboost-thread-dev or similar]) -else - LIBS="$LIBS -lboost_thread"; fi if test "$ax_cv_boost_unit_test_framework" = "no"; then AC_MSG_ERROR([install libboost-test-dev or similar]) @@ -123,6 +114,10 @@ echo \ Automake: ${AUTOMAKE} Archiver: ${AR} Ranlib: ${RANLIB} + Boost Version: ${BOOST_VERSION} + Boost Include: ${BOOST_CPPFLAGS} + Boost linker flags: ${BOOST_LDFLAGS} + Boost Libs: ${BOOST_DATE_TIME_LIB} ${BOOST_PROGRAM_OPTIONS_LIB} ${BOOST_THREAD_LIB} YAZPP Version: ${YAZPPVERSION} YAZPP Include: ${YAZPPINC} YAZPP La Lib: ${YAZPPLALIB}