]> granicus.if.org Git - postgresql/commit
Fix configure's search for collateindex.pl.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2012 04:46:03 +0000 (00:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2012 04:46:03 +0000 (00:46 -0400)
commitf2386d7136dacbb8bf59ebbe8e5c5b73db202813
tree33af812cfc47a678d3170538618cade6bd5f3d23
parent0e85abd658738db9ea183c133c89c3c94ee37dae
Fix configure's search for collateindex.pl.

PGAC_PATH_COLLATEINDEX supposed that it could use AC_PATH_PROGS to search
for collateindex.pl, but that macro will only accept files that are marked
executable, and at least some DocBook installations don't mark the script
executable (a case the docs Makefile was already prepared for).  Accept the
script if it's present and readable in $DOCBOOKSTYLE/bin, and otherwise
search the PATH as before.

Having fixed that up, we don't need the fallback case that was in the docs
Makefile, and instead can throw an understandable error if configure didn't
find the script.  Per recent trouble report from John Lumby.
config/docbook.m4
configure
doc/src/sgml/Makefile