X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=42b00fe82c3e7e71a2e3dbd003fd979de05f0869;hb=refs%2Ftags%2Fv1.2.7;hp=585a65e2049775e05e114d0d3ed20155a75ea2ed;hpb=563f0870fd8b98f66c5e1abcc4683d29368c1491;p=yazpp-moved-to-github.git diff --git a/configure.ac b/configure.ac index 585a65e..42b00fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ dnl This file is part of yazpp dnl Copyright (C) 1998-2011 Index Data AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.4],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.7],[adam@indexdata.dk]) +AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[4.0.8]) +YAZ_INIT([threads],[4.2.8]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi