X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=488bed8fcbeeb7a8e1d936bb61de23360c67f462;hb=58111b3d189127eb19e06fb41f5f3cc6ec8f0e9f;hp=bc0966b37f17262e02fddb291b170029ceac4a86;hpb=b5417c9becc9374970044acacb2f7d733dd378b0;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index bc0966b..488bed8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ ## -*- Autoconf -*- ## This file is part of Pazpar2. +## Copyright (C) 2006-2011 Index Data ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.4.2],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.6],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -21,7 +22,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.0.10]) +YAZ_INIT([static icu],[4.1.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -41,6 +42,8 @@ fi AC_CHECK_FUNC([gethostbyname], ,[AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])]) AC_CHECK_FUNCS([getaddrinfo]) +AC_CHECK_FUNCS([mallinfo]) + if test -d ${srcdir}/.git; then sha=`git show --pretty=format:%H|head -1` else @@ -51,7 +54,6 @@ AC_DEFINE_UNQUOTED([PAZPAR2_VERSION_SHA1], ["$sha"], [Git SHA1]) AC_CONFIG_FILES([ Doxyfile Makefile - pazpar2.spec src/Makefile test/Makefile js/Makefile