X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=e66de0d5062b3fa15bb071c2d83975a55cee7870;hp=393d8b5e944d5ac14cc6c31ca13cc585caf5a756;hb=c74a60c3ae22031f6e2f4a98329e0014df3031ed;hpb=9e31047b0cc47c3f27e628698d43817a6fb9582e;ds=sidebyside diff --git a/configure.ac b/configure.ac index 393d8b5..e66de0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,9 @@ dnl This file is part of YAZ proxy dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.6],[yaz-help@indexdata.dk]) +AC_INIT([yazproxy], +m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), +[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9])