Functional session_shared module. Require yazpp 1.0.1.
[metaproxy-moved-to-github.git] / configure.ac
index a200724..4b590d9 100644 (file)
@@ -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], [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/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