Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
579d9a52
Commit
579d9a52
authored
Sep 05, 2008
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add DSSSL stylesheet location for Mac OS X/Fink installation.
parent
5373817c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
config/docbook.m4
config/docbook.m4
+4
-3
configure
configure
+3
-2
No files found.
config/docbook.m4
View file @
579d9a52
# $PostgreSQL: pgsql/config/docbook.m4,v 1.
8 2007/08/09 02:33:58 tgl
Exp $
# $PostgreSQL: pgsql/config/docbook.m4,v 1.
9 2008/09/05 09:37:37 petere
Exp $
# PGAC_PROG_JADE
# --------------
...
...
@@ -55,7 +55,7 @@ AC_CACHE_VAL([pgac_cv_path_stylesheets],
[if test -n "$DOCBOOKSTYLE"; then
pgac_cv_path_stylesheets=$DOCBOOKSTYLE
else
for pgac_prefix in /usr /usr/local /opt; do
for pgac_prefix in /usr /usr/local /opt
/sw
; do
for pgac_infix in share lib; do
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
...
...
@@ -64,7 +64,8 @@ else
sgml/docbook-dsssl \
sgml/docbook/dsssl/modular \
sgml/docbook/stylesheet/dsssl/modular \
sgml/docbook/dsssl-stylesheets
sgml/docbook/dsssl-stylesheets \
sgml/dsssl/docbook-dsssl-nwalsh
do
pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
if test -r "$pgac_candidate/html/docbook.dsl" \
...
...
configure
View file @
579d9a52
...
...
@@ -25352,7 +25352,7 @@ else
if
test
-n
"
$DOCBOOKSTYLE
"
;
then
pgac_cv_path_stylesheets
=
$DOCBOOKSTYLE
else
for
pgac_prefix
in
/usr /usr/local /opt
;
do
for
pgac_prefix
in
/usr /usr/local /opt
/sw
;
do
for
pgac_infix
in
share lib
;
do
for
pgac_postfix
in
\
sgml/stylesheets/nwalsh-modular
\
...
...
@@ -25361,7 +25361,8 @@ else
sgml/docbook-dsssl
\
sgml/docbook/dsssl/modular
\
sgml/docbook/stylesheet/dsssl/modular
\
sgml/docbook/dsssl-stylesheets
sgml/docbook/dsssl-stylesheets
\
sgml/dsssl/docbook-dsssl-nwalsh
do
pgac_candidate
=
$pgac_prefix
/
$pgac_infix
/
$pgac_postfix
if
test
-r
"
$pgac_candidate
/html/docbook.dsl"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment