X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=7f5bbd5f582570fa19f8cae58a5f77d1a9da10e2;hb=bc3b887a6ce09fa318a4318638ddc66f8a996bb6;hp=2baae3e5e2cdbe3d2f88b467995d1d3eddab4825;hpb=3b5bca2572ac9995f325f4ff2e8f9161118d2935;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 2baae3e..7f5bbd5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.5.1], [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,10 +134,9 @@ AC_CONFIG_FILES([ src/Makefile src/Jamfile doc/Makefile - doc/main.xml + doc/local.ent doc/common/Makefile - doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl - doc/common/print.dsl doc/common/html.dsl + doc/common/print.dsl etc/Makefile ])