Deal with init message sizes for reuse sessions
[yazpp-moved-to-github.git] / configure.in
index afd2b00..6d13853 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE("yaz++",0.7.6)
+AM_INIT_AUTOMAKE("yaz++",0.7.9)
 
 AC_PROG_CC
 AC_PROG_CPP
@@ -8,14 +8,15 @@ AC_HEADER_STDC
 AM_DISABLE_SHARED
 AM_PROG_LIBTOOL
 
-YAZ_INIT(threads)
+YAZ_INIT(threads,2.0.12)
 
+AC_CHECK_FUNCS(setrlimit getrlimit)
 dnl
 dnl ----- libXSLT
 AC_SUBST(XSLT_LIBS)
 AC_SUBST(XSLT_CFLAGS)
 xsltdir=yes
-AC_ARG_WITH(xslt, [  --with-xslt[=PREFIX]    use libxslt in PREFIX],[xsltdir=$withval])
+AC_ARG_WITH(xslt, [  --with-xslt[=PREFIX]      use libxslt in PREFIX],[xsltdir=$withval])
 if test "$xsltdir" = "yes"; then
        for d in /usr /usr/local; do
                if test -x $d/bin/xslt-config; then
@@ -40,7 +41,7 @@ fi
 dnl
 dnl ----- DOCBOOK DTD
 AC_SUBST(DTD_DIR)
-AC_ARG_WITH(dtd, [  --with-dtd[=DIR]        Use docbookx.dtd in DIR],
+AC_ARG_WITH(dtd, [  --with-dtd[=DIR]          use docbookx.dtd in DIR],
 [
    if test -f "$withval/docbookx.dtd"; then
       DTD_DIR=$withval
@@ -64,7 +65,7 @@ AC_ARG_WITH(dtd, [  --with-dtd[=DIR]        Use docbookx.dtd in DIR],
    fi
 ])
 AC_SUBST(DSSSL_DIR)
-AC_ARG_WITH(dsssl,[  --with-dsssl[=DIR]      Use DSSSL in DIR/{html,print}/docbook.dsl],
+AC_ARG_WITH(dsssl,[  --with-dsssl[=DIR]        use DSSSL in DIR/{html,print}/docbook.dsl],
 [
    if test -f "$withval/html/docbook.dsl"; then
       DSSSL_DIR=$withval
@@ -100,9 +101,9 @@ AC_OUTPUT([
        src/Makefile
        include/Makefile
        include/yaz++/Makefile
+       zlint/Makefile
        yaz++-config
        zoom/Makefile
-       lib/Makefile
        doc/Makefile
        doc/yaz++.xml
        doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl