Bump version to 1.1.2 and require YAZ 3.0.45.
[yazpp-moved-to-github.git] / configure.ac
index 103bbad..f4e73d8 100644 (file)
@@ -1,8 +1,7 @@
-dnl YAZ++ Toolkit, Index Data 1994-2008
+dnl YAZ++ Toolkit Index Data 1998-2008
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.21 2008-01-24 21:51:24 adam Exp $
 AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.1.0],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.1.2],[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
 
-YAZ_INIT([threads],[3.0.16])
+YAZ_INIT([threads],[3.0.45])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
@@ -41,6 +40,7 @@ AC_OUTPUT([
        doc/local.ent
        doc/common/Makefile
        doc/common/print.dsl
+       yazpp.spec
 ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config])