X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=bb5bca580e1e0fa8bfa287ceb827dc20f8476e5d;hp=5614a883dadec7768473b0be2d5fc379b8f74da0;hb=cf0d647d4a642af04013d09f412e8629897187c5;hpb=db40cd121fcb1e7a2d25a350ce683cbe8b4687b6 diff --git a/configure.ac b/configure.ac index 5614a88..bb5bca5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,13 @@ dnl This file is part of the YAZ toolkit. -dnl Copyright (C) 1995-2011 Index Data +dnl Copyright (C) 1995-2013 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.2.8],[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]) -AM_INIT_AUTOMAKE([1.9]) +AM_INIT_AUTOMAKE dnl AC_SUBST([READLINE_LIBS]) AC_SUBST([YAZ_CONF_CFLAGS]) @@ -404,7 +406,7 @@ client/Makefile ztest/Makefile zoom/Makefile doc/Makefile -doc/local.ent +doc/local0.ent doc/common/Makefile doc/common/print.dsl etc/Makefile @@ -415,6 +417,8 @@ win/version.nsi include/yaz/yaz-version.h ],[ sed s%echo_source=yes%echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config + diff doc/local.ent doc/local0.ent >/dev/null 2>/dev/null \ + || cp doc/local0.ent doc/local.ent ] )