X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d148e32634ba42fadf2c4136ab013131d6dfa403;hb=a317903bc5eccb7cfb0c15411565fe4d5f2e72a4;hp=b7f3c7447eb23db2972e7ff4e321544708bfe5b5;hpb=2ba14237fbb3983161a63f321cbfd137eb622648;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index b7f3c74..d148e32 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,9 @@ dnl This file is part of the YAZ toolkit. -dnl Copyright (C) 1995-2011 Index Data +dnl Copyright (C) 1995-2012 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.2.20],[yaz-help@indexdata.dk]) +AC_INIT([yaz], +m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), +[yaz-help@indexdata.dk]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config])