X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.in;h=856f384055ff2aaaf7846f66b52892c4e7f9f9d0;hb=c90fa1d9d80ba80198953b34c2e5a3134d1b5402;hp=a41d27c7a7905e474130760965e86594030d560b;hpb=c64f3428802f61a7f087e410d9d0972f5a805f65;p=metaproxy-moved-to-github.git diff --git a/configure.in b/configure.in index a41d27c..856f384 100644 --- a/configure.in +++ b/configure.in @@ -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 ])