X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=4b590d98d38aa4e11b688d73811ca8af2e28ef3d;hb=320d48635923bdf53fdefb99fa36ee9c7be35462;hp=45c591bc10902678b0d9b82a1f632741aeba7161;hpb=f44e5e8c10a6bea57b0fbe9fe6c4bafd164cb905;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 45c591b..4b590d9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.0], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -76,7 +76,7 @@ BOOST_AUTO_UNIT_TEST( test ) ]) ## YAZPP checks -YAZPP_INIT(threads,1.0) +YAZPP_INIT(threads,1.0.1) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -134,12 +134,10 @@ AC_CONFIG_FILES([ src/Makefile src/Jamfile doc/Makefile - doc/main.xml + doc/local.ent doc/common/Makefile - doc/common/html.dsl - doc/common/html.xsl - doc/common/print.dsl - doc/common/tkl.xsl + doc/common/print.dsl + etc/Makefile ]) AC_OUTPUT