X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=673e3a61ed226f82de076c11f635f85febf53510;hb=3b9f14584e5a07fa762ed9189c72294f6b15e08c;hp=4841ba6a1d1d908f2aa7d22b452f8ad188423564;hpb=cf2fe6a4fb22fbca7dcaad3ba8f330eede768279;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4841ba6..673e3a6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.1.1],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.2.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -19,13 +19,15 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static icu threads],[3.0.39]) +AC_C_INLINE + +YAZ_INIT([static icu threads],[3.0.46]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC -AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h]) +AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h glob.h]) AC_CHECK_FUNCS([getaddrinfo]) if test -d ${srcdir}/.git; then