X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=4b590d98d38aa4e11b688d73811ca8af2e28ef3d;hb=16921033f2609ed948cf6985b4fbce3d927a20c1;hp=0a62c88403046074300060bf99d9f9e78c8f8df0;hpb=c7fcd39a6326f4d07c5ce6f286ee713e6150d681;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 0a62c88..4b590d9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[0.9], [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,10 +134,10 @@ AC_CONFIG_FILES([ src/Makefile src/Jamfile doc/Makefile - doc/main.xml - doc/print.dsl - doc/html.dsl - doc/tkl.xsl + doc/local.ent + doc/common/Makefile + doc/common/print.dsl + etc/Makefile ]) AC_OUTPUT