X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=f4e73d81e236d270c5acc47c0923c4325735ac01;hp=036c919048498c26307954d05a5cece1f328da96;hb=37dd478cd6917b9f8a66e123dc35cabc77b4bcc4;hpb=4b3585940162cf9ca65ca4a6914c0addcde50eef diff --git a/configure.ac b/configure.ac index 036c919..f4e73d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2008 dnl See the file LICENSE for details. 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]) @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[3.0.26]) +YAZ_INIT([threads],[3.0.45]) 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])