]> granicus.if.org Git - postgresql/commit
Dodge an ancient ksh bug that breaks configure on some platforms. REL8_4_10
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Dec 2011 00:52:22 +0000 (19:52 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Dec 2011 00:52:22 +0000 (19:52 -0500)
commit28b78e8863bbec8a0e13c067df98d543c0084e7b
tree422849a386c5919a17d5313f4c30c611c010de57
parentc2e412ad41e24460fa119e4de156b05a21e05433
Dodge an ancient ksh bug that breaks configure on some platforms.

8.4.10's configure script suddenly started failing on platforms that use
older versions of ksh as /bin/sh.  It turns out to be a ksh bug that's
triggered by here-document delimiters falling across bufferload boundaries:
https://mailman.research.att.com/pipermail/ast-developers/2010q4/000797.html

Hopefully this will get fixed before we trip over it again, but to make
8.4.10 releasable, add a comment to move the boundaries to dodge the bug.
Per buildfarm members koi and warthog, plus a report from Bjorn Munch of
the identical failure on Solaris 10.
configure
configure.in