X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=7f5bbd5f582570fa19f8cae58a5f77d1a9da10e2;hb=d7142bab2f96cdc9bfd06270b01e9c598f6d2ef4;hp=c4816b8316dadd1243cdbe6f7ef9a54a8e6ba559;hpb=4e876b7359785f69806459e19fcaa8aea37fc15d;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index c4816b8..7f5bbd5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,17 +2,17 @@ ## Process this file with autoconf to produce a configure script. # Autoconf and automake setup -AC_PREREQ(2.57) -AC_INIT(metaproxy, 0.9, adam@indexdata.dk) +AC_PREREQ(2.59) +AC_INIT([metaproxy],[1.0.5.1], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) -AC_CONFIG_SRCDIR(configure.ac) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_SRCDIR([configure.ac]) +AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM ##AC_PREFIX_DEFAULT(`pwd`/install) -AM_INIT_AUTOMAKE(1.8) +AM_INIT_AUTOMAKE([1.8]) # Checks for programs. AC_PROG_CXX @@ -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/metaproxy.xml - doc/print.dsl - doc/html.dsl - doc/tkl.xsl + doc/local.ent + doc/common/Makefile + doc/common/print.dsl + etc/Makefile ]) AC_OUTPUT