X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=4c53253dc307c3b534c54be78d85456af0147065;hb=98c9356102a338238afc5b85af52acc4c8a2267c;hp=d80a185da4d4d31b50fbd4cfaebac1b873e2f462;hpb=cb3877b1752106329a811b6d9bb658c1b221289c;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index d80a185..4c53253 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.2],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.6.2],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -22,12 +22,13 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.1.0]) +YAZ_INIT([static icu],[4.2.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC +AC_SEARCH_LIBS([log],[m]) AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h]) checkBoth=0 AC_CHECK_FUNC([connect]) @@ -40,7 +41,7 @@ if test "$checkBoth" = "1"; then AC_CHECK_FUNC([accept], , [LIBS=$oldLibs]) fi AC_CHECK_FUNC([gethostbyname], ,[AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])]) -AC_CHECK_FUNCS([getaddrinfo]) +AC_CHECK_FUNCS([getaddrinfo mallinfo]) if test -d ${srcdir}/.git; then sha=`git show --pretty=format:%H|head -1` @@ -79,12 +80,8 @@ echo \ Linked libs: ${LIBS} Host System Type: ${host} Install path: ${prefix} - Automake: ${AUTOMAKE} - Archiver: ${AR} - Ranlib: ${RANLIB} YAZ Version: ${YAZVERSION} YAZ Include: ${YAZINC} - YAZ La Lib: ${YAZLALIB} YAZ Lib: ${YAZLIB} Bugreport: ${PACKAGE_BUGREPORT}