X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=576c1d3021c01122349be9080d9c2a3c1d5a56c1;hp=77ad60df2af7d7e86a123552313db7955f12235e;hb=0bfdd4ef69c5f6b002f271ac25b1192597805502;hpb=88510217a59150b1c3812213099ddef2a3d2846e diff --git a/configure.ac b/configure.ac index 77ad60d..576c1d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -dnl yazproxy, Index Data 1994-2006 +dnl yazproxy, Index Data 1994-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.13 2006-07-06 11:50:26 adam Exp $ +dnl $Id: configure.ac,v 1.16 2007-05-08 12:05:08 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazproxy],[1.2.1.1],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.0],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -11,10 +11,9 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_HEADER_STDC -AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZPP_INIT(threads,1.0.1) +YAZPP_INIT([threads],[1.0.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi