X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=e16580b69820a4cbaebdc7a42e05cf3142c2ce50;hp=585a65e2049775e05e114d0d3ed20155a75ea2ed;hb=217e153abe5e9c5aae6ef74a839bf01d30e295d3;hpb=563f0870fd8b98f66c5e1abcc4683d29368c1491 diff --git a/configure.ac b/configure.ac index 585a65e..e16580b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,10 @@ dnl This file is part of yazpp -dnl Copyright (C) 1998-2011 Index Data +dnl Copyright (C) 1998-2013 Index Data AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.4],[adam@indexdata.dk]) +AC_INIT([yazpp], +m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), +[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 +15,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