X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=994456487778f6633ad0080a041c4163d8e2661f;hp=ba8630f97acf0e7619e7ba808520501bd2766d3b;hb=5e44f9e8b9c90d13e59169f966bec3593047f603;hpb=5076e32b1de695dc3e7b9509c9b05104b01a5f90 diff --git a/configure.ac b/configure.ac index ba8630f..9944564 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,7 @@ -dnl yazproxy, Index Data 1994-2007 +dnl This file is part of YAZ proxy dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.19 2008-02-21 09:33:22 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.1],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.3.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -13,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZPP_INIT([threads],[1.0.3]) +YAZPP_INIT([threads],[1.1.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi