thread safe session class added using boost::mutex
[metaproxy-moved-to-github.git] / configure.in
index a41d27c..856f384 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(yazproxy,1.1.0)
+AM_INIT_AUTOMAKE(yp2,0.0.0)
 
 AC_PROG_CC
 AC_PROG_CPP
@@ -15,7 +15,7 @@ YAZ_DOC
 USEMARCON_INIT
 
 AC_CHECK_FUNCS(setrlimit getrlimit gettimeofday)
-AC_CHECK_HEADERS(pwd.h sys/resource.h sys/stat.h sys/time.h sys/types.h sys/wait.h unistd.h)
+AC_CHECK_HEADERS(pwd.h sys/resource.h sys/stat.h sys/time.h sys/types.h sys/wait.h unistd.h boost/thread/mutex.hpp)
 AC_CHECK_LIB(dl,dlopen)
 dnl
 dnl ----- libXSLT
@@ -52,13 +52,7 @@ AC_SUBST(YAZPROXY_BUILD_ROOT)
 YAZPROXY_SRC_ROOT=`cd ${srcdir}; pwd`
 YAZPROXY_BUILD_ROOT=`pwd`
 AC_OUTPUT([
+        Doxyfile
        Makefile
        src/Makefile
-       include/Makefile
-       include/yazproxy/Makefile
-       doc/Makefile
-       doc/yazproxy.xml
-       doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl
-        doc/tkl.xsl
-       etc/Makefile
 ])