X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=b6a03481167c8d5763a78e00a39d7b59c0bc7181;hb=90dcde08cb73241173e22e84362c6acf9ee92276;hp=fb91a013238d55e0ab8cf96f1c3fd4e7042d82ce;hpb=5b233035bc221e0674fa86503451af6122ff6759;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index fb91a01..b6a0348 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ ## -*- Autoconf -*- +## This file is part of Pazpar2. ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.59) -AC_INIT([pazpar2],[1.0.5],[pazpar2-help@indexdata.dk]) +AC_PREREQ(2.60) +AC_INIT([pazpar2],[1.0.6],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/cconfig.h) @@ -11,14 +12,14 @@ AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([1.8]) +AM_INIT_AUTOMAKE([1.9]) AC_PROG_CC AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static threads],[3.0.4]) +YAZ_INIT([static threads],[3.0.25]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi