Implemented simple free list block handling for isamb
[idzebra-moved-to-github.git] / configure.in
index 334980e..4b1c309 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.43 2002-08-28 20:58:13 mike Exp $
+dnl $Id: configure.in,v 1.45 2002-09-02 11:19:33 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
 AM_INIT_AUTOMAKE(zebra,1.3.1)
@@ -48,6 +48,7 @@ AC_ARG_WITH(dsssl,[  --with-dsssl[=DIR]      Use DSSSL in DIR/{html,print}/docbo
    AC_MSG_CHECKING(for docbook.dsl)
    for d in /usr/share/sgml/docbook/stylesheet/dsssl/modular \
             /usr/share/sgml/docbook/dsssl-stylesheets-1.64 \
+            /usr/share/sgml/docbook/dsssl-stylesheets-1.59 \
             /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh 
    do
      if test -f $d/html/docbook.dsl; then
@@ -85,7 +86,7 @@ if test "x$tclconfig" = xNONE; then
        if test ! -r ${tclconfig}/tclConfig.sh; then
                # Not found, try search for Tcl on Debian systems.
                for d in /usr/lib/tcl*; do
-                       if test -d $d; then
+                       if test -f $d/tclConfig.sh; then
                                tclconfig=$d
                        fi
                done