X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=90e4b79364258a9f28e97930d29d23befe3bcaf8;hb=b580b6f606842cac87708b6bdf78140ca8ec0afa;hp=cf9378363d07ba9aa12e34a3d79af15f81271b8e;hpb=aab59e4ad859bc77a361760c9e1dc3ebe6690233;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index cf93783..90e4b79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2010 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.0.12],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.1.0],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -387,12 +387,6 @@ elif test "$enable_memdebug" = "no"; then AC_DEFINE([TRACE_XMALLOC],[0]) fi dnl -dnl ------ Using this for "in-source" yaz-config -AC_SUBST([YAZ_SRC_ROOT]) -AC_SUBST([YAZ_BUILD_ROOT]) -YAZ_SRC_ROOT=`cd ${srcdir}; pwd` -YAZ_BUILD_ROOT=`pwd` -dnl dnl ------ versioning dnl WIN_FILEVERSION=`echo $PACKAGE_VERSION | $AWK 'BEGIN { FS = "."; } { m = $4; printf("%d,%d,%d,%d", $1, $2, $3 == "" ? "0" : $3, $4 == "" ? "1" : $4);}'`