postgresql/config
Tom Lane f2386d7136 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.
2012-03-22 00:46:03 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ac_func_accept_argtypes.m4 Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
acx_pthread.m4 Better support for thread-support flag detection with clang 2011-02-16 23:15:54 +02:00
c-compiler.m4 Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. 2011-05-26 17:29:33 -04:00
c-library.m4 Per-column collation support 2011-02-08 23:04:18 +02:00
config.guess Update config.guess and config.sub 2011-05-19 22:14:56 +03:00
config.sub Update config.guess and config.sub 2011-05-19 22:14:56 +03:00
docbook.m4 Fix configure's search for collateindex.pl. 2012-03-22 00:46:03 -04:00
general.m4 Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
install-sh Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libtool.m4 Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the 2004-07-17 18:53:56 +00:00
missing Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
perl.m4 Fix remaining stray references to CVS. 2010-09-22 19:51:39 -04:00
prep_buildtree find -path is not portable, so use grep -v instead. 2010-10-25 10:04:00 -03:00
programs.m4 Add/fix caching on some configure checks 2010-09-29 22:38:04 +03:00
python.m4 Don't reject threaded Python on FreeBSD. 2012-02-20 16:21:28 -05:00
tcl.m4 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00