Zebra Debian packages. Towards 1.3.2
[idzebra-moved-to-github.git] / configure.in
index 334980e..ff0e2be 100644 (file)
@@ -1,8 +1,8 @@
 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.46 2002-09-05 14:36:20 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(zebra,1.3.1)
+AM_INIT_AUTOMAKE(zebra,1.3.2)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
@@ -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