X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=30e9464c1badca0a9212a4de449fa4ad814a5232;hb=7b5541d7399501f0d6f35cc754bfbdc899df7a81;hp=036c919048498c26307954d05a5cece1f328da96;hpb=4b3585940162cf9ca65ca4a6914c0addcde50eef;p=yazpp-moved-to-github.git diff --git a/configure.ac b/configure.ac index 036c919..30e9464 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -dnl YAZ++ Toolkit Index Data 1998-2008 +dnl YAZ++ Toolkit Index Data 1998-2010 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.1.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[3.0.26]) +YAZ_INIT([threads],[4.0.1]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -40,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])