X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=673e3a61ed226f82de076c11f635f85febf53510;hb=6639c716d02ad6117ae6053ca18160dbb21a404a;hp=e17d571fd450dbb0083277718a2d262e3f2de748;hpb=36c75600efc5b12b63538381e2637316874f2fe1;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index e17d571..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.0],[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