libyazproxy.la uses libyazpp.la
[yazproxy-moved-to-github.git] / configure.ac
index 4e75cf1..95e4f58 100644 (file)
@@ -1,11 +1,10 @@
-dnl yazproxy, Index Data 1994-2007
+dnl This file is part of YAZ proxy
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.15 2007-03-20 16:23:42 adam Exp $
-AC_PREREQ(2.59)
-AC_INIT([yazproxy],[1.3.0],[adam@indexdata.dk])
+AC_PREREQ(2.60)
+AC_INIT([yazproxy],[1.3.5],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE([1.8])
+AM_INIT_AUTOMAKE([1.9])
 
 AC_PROG_CC
 AC_PROG_CPP
@@ -13,7 +12,7 @@ AC_PROG_CXX
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-YAZPP_INIT(threads,1.0.1)
+YAZPP_INIT([threads],[1.1.4])
 if test -z "$YAZPPLIB"; then
        AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
@@ -21,7 +20,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(sys/resource.h sys/stat.h sys/time.h sys/types.h unistd.h)
 AC_CHECK_LIB(dl,dlopen)
 dnl
 AC_SUBST(YAZPROXY_SRC_ROOT)
@@ -38,4 +37,5 @@ AC_OUTPUT([
        doc/common/Makefile
        doc/common/print.dsl
        etc/Makefile
+       yazproxy.spec
 ])