X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=2f870d10337d2607e2edb97fa4d7d8e4fdb80203;hp=ab2059ef85b20aa2a21f76492139d14afc4c6711;hb=HEAD;hpb=a5fe36a7faa841fe44b2b12757d339fc13ac1997 diff --git a/configure.ac b/configure.ac index ab2059e..2f870d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,10 @@ -dnl YAZ++ Toolkit Index Data 1998-2009 -dnl See the file LICENSE for details. +dnl This file is part of yazpp +dnl Copyright (C) Index Data AC_PREREQ(2.60) -AC_INIT([yazpp],[1.1.6],[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,21 +15,16 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[3.0.47]) +YAZ_INIT([threads],[5.1.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC -AC_CHECK_HEADERS([unistd.h sys/stat.h sys/time.h sys/types.h]) +AC_CHECK_HEADERS([unistd.h sys/stat.h sys/time.h sys/types.h fcntl.h]) AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes]) AM_CONDITIONAL(ZOOM, test $enable_zoom = "yes") -AC_SUBST(YAZPP_SRC_ROOT) -AC_SUBST(YAZPP_BUILD_ROOT) -YAZPP_SRC_ROOT=`cd ${srcdir}; pwd` -YAZPP_BUILD_ROOT=`pwd` - AC_OUTPUT([ Doxyfile Makefile @@ -37,11 +35,15 @@ AC_OUTPUT([ yazpp-config zoom/Makefile doc/Makefile - doc/local.ent + doc/local0.ent doc/common/Makefile doc/common/print.dsl - yazpp.spec -],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config]) +],[ + sed s%echo_source=yes%echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config + diff doc/local.ent doc/local0.ent >/dev/null 2>/dev/null \ + || cp doc/local0.ent doc/local.ent + ] +) echo \