aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-08-09 02:34:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-08-09 02:34:07 +0000
commit3cb161786338c93998bcf8ae5929b4e208766cbb (patch)
tree7b749ac1feb237a0ce212d979c57a5b05d080a94
parent7dd8d4673f21ca63d754f2015f8b075e0dc79b91 (diff)
downloadpostgresql-3cb161786338c93998bcf8ae5929b4e208766cbb.tar.gz
postgresql-3cb161786338c93998bcf8ae5929b4e208766cbb.zip
Fix search for SGML stylesheets to include the place where Gentoo keeps them.
Brendan Jurd
-rw-r--r--config/docbook.m45
-rwxr-xr-xconfigure3
2 files changed, 5 insertions, 3 deletions
diff --git a/config/docbook.m4 b/config/docbook.m4
index eddd1e2e412..3972ddb81d0 100644
--- a/config/docbook.m4
+++ b/config/docbook.m4
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/config/docbook.m4,v 1.7 2003/12/13 20:25:18 momjian Exp $
+# $PostgreSQL: pgsql/config/docbook.m4,v 1.7.8.1 2007/08/09 02:34:07 tgl Exp $
# PGAC_PROG_JADE
# --------------
@@ -60,7 +60,8 @@ else
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
- sgml/docbook-dsssl \
+ sgml/stylesheets/dsssl/docbook \
+ sgml/docbook-dsssl \
sgml/docbook/dsssl/modular \
sgml/docbook/stylesheet/dsssl/modular \
sgml/docbook/dsssl-stylesheets
diff --git a/configure b/configure
index a41a878434f..0d8ebdc28c0 100755
--- a/configure
+++ b/configure
@@ -22675,7 +22675,8 @@ else
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
- sgml/docbook-dsssl \
+ sgml/stylesheets/dsssl/docbook \
+ sgml/docbook-dsssl \
sgml/docbook/dsssl/modular \
sgml/docbook/stylesheet/dsssl/modular \
sgml/docbook/dsssl-stylesheets