X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=03d37ccd5c2c3b3e2821b48757132f710b1cc6c3;hb=c0d763b3d02dcf269a4e45477668ac6bf901a204;hp=93812df0c1f7c5caa2c392d608a73210bb2464f6;hpb=2bd14321370e2d042c370d19149d6caec9c01930;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 93812df..03d37cc 100644 --- a/configure.ac +++ b/configure.ac @@ -24,10 +24,15 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.2.40]) +YAZ_INIT([static icu],[4.2.63]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi +case $YAZINC in + *YAZ_HAVE_XSLT=1*) ;; + *) AC_MSG_ERROR([YAZ not compiled with Libxslt support]) ;; +esac + YAZ_DOC AC_SEARCH_LIBS([log],[m]) @@ -52,22 +57,22 @@ else fi AC_DEFINE_UNQUOTED([PAZPAR2_VERSION_SHA1], ["$sha"], [Git SHA1]) -AC_CONFIG_FILES([ +AC_OUTPUT([ Doxyfile Makefile src/Makefile test/Makefile js/Makefile doc/Makefile - doc/local.ent + doc/local0.ent doc/common/Makefile doc/common/print.dsl win/version.nsi +],[ + diff doc/local.ent doc/local0.ent >/dev/null 2>/dev/null \ + || cp doc/local0.ent doc/local.ent ]) -AC_OUTPUT - - echo \ "------------------------------------------------------------------------