X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=50e51ce2589fd6222e26689efaacad5664eb6373;hb=b5b9a40216a338472c3410c8e2554a7a8a900a60;hp=334980eec32af2bf9a5513baa001433f751d3b68;hpb=eb5695e1505a97f439f0bc18b279f1c94b350b82;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 334980e..50e51ce 100644 --- a/configure.in +++ b/configure.in @@ -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.47 2002-09-09 09:36:24 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(zebra,1.3.1) +AM_INIT_AUTOMAKE(idzebra,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