X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=2f870d10337d2607e2edb97fa4d7d8e4fdb80203;hp=e16580b69820a4cbaebdc7a42e05cf3142c2ce50;hb=HEAD;hpb=217e153abe5e9c5aae6ef74a839bf01d30e295d3 diff --git a/configure.ac b/configure.ac index e16580b..2f870d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl This file is part of yazpp -dnl Copyright (C) 1998-2013 Index Data +dnl Copyright (C) Index Data AC_PREREQ(2.60) AC_INIT([yazpp], m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), @@ -15,7 +15,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZ_INIT([threads],[4.2.8]) +YAZ_INIT([threads],[5.1.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -35,10 +35,15 @@ AC_OUTPUT([ yazpp-config zoom/Makefile doc/Makefile - doc/local.ent + doc/local0.ent doc/common/Makefile doc/common/print.dsl -],[sed s%echo_source=yes%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 \