Move yaz-proxy to separate sub directory.
[yazpp-moved-to-github.git] / configure.in
index 95fd05c..f02c615 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE("yaz++",0.7.5)
+AM_INIT_AUTOMAKE("yaz++",0.7.13)
 
 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
@@ -27,7 +28,6 @@ if test "$xsltdir" != "no"; then
        AC_MSG_CHECKING(for libXSLT)
        if test -x $xsltdir/bin/xslt-config; then
                XSLT_LIBS=`$xsltdir/bin/xslt-config --libs`
-               LIBS="$XSLT_LIBS $LIBS"
                XSLT_CFLAGS=`$xsltdir/bin/xslt-config --cflags`
                XSLT_VER=`$xsltdir/bin/xslt-config --version`
                AC_MSG_RESULT($XSLT_VER)
@@ -40,7 +40,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 +64,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 +100,11 @@ AC_OUTPUT([
        src/Makefile
        include/Makefile
        include/yaz++/Makefile
+       include/yaz++/proxy/Makefile
+       proxy/Makefile
+       zlint/Makefile
        yaz++-config
        zoom/Makefile
-       lib/Makefile
        doc/Makefile
        doc/yaz++.xml
        doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl