X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=323b51d529012d5b80ebd2619031bf21061403e2;hb=2409c087de4ba6164d9470ba5e44797b4c2fec73;hp=45b5f2231df4d4a5ea76a7051bf9b490d0115449;hpb=41b3d6e76417912fda803543325e1edba21896ba;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 45b5f22..323b51d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PROG_CC AC_LANG(C) -YAZ_INIT(libxml2,2.1.44) +YAZ_INIT(libxml2,2.1.46) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -26,6 +26,11 @@ YAZ_DOC AC_CONFIG_FILES([ Makefile src/Makefile + doc/Makefile + doc/local.ent + doc/common/Makefile + doc/common/print.dsl + ]) AC_OUTPUT