summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut2002-04-14 17:23:20 +0000
committerPeter Eisentraut2002-04-14 17:23:20 +0000
commit2e32eca8d0a7177a71fccae6e010e6b54d027207 (patch)
tree24837482c23494245988eb980d6aa1846ea2525d /configure.in
parent08479bcbca4c499a205547a172ed14928114fc18 (diff)
Allow detection of collateindex.pl in stylesheet directory or in path,
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index b829d6ee9b..13100c68a7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.177 2002/04/10 22:46:31 petere Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.178 2002/04/14 17:23:20 petere Exp $
dnl Developers, please strive to achieve this order:
dnl
@@ -1212,13 +1212,11 @@ fi
# Check for DocBook and tools
#
PGAC_PROG_NSGMLS
-# If you don't have nsgmls you won't get very far, so save the cycles.
-if test -n "$NSGMLS"; then
- PGAC_PROG_JADE
- PGAC_CHECK_DOCBOOK([3.1])
- PGAC_PATH_DOCBOOK_STYLESHEETS
- AC_CHECK_PROGS(SGMLSPL, sgmlspl)
-fi
+PGAC_PROG_JADE
+PGAC_CHECK_DOCBOOK([3.1])
+PGAC_PATH_DOCBOOK_STYLESHEETS
+PGAC_PATH_COLLATEINDEX
+AC_CHECK_PROGS(SGMLSPL, sgmlspl)
# prepare build tree if outside source tree