]> granicus.if.org Git - postgresql/commit
Fix computation of PG_VERSION_NUM by configure: remove unnecessary and
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Jun 2007 16:18:52 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Jun 2007 16:18:52 +0000 (16:18 +0000)
commitf6eafabc6e66f946707ff5d29078889863382778
tree685b5a874ba72de0b629cbbcb67b7d8bce6c865d
parente75311d10b90c8845c8d070aeeac9f7b1ccee5d6
Fix computation of PG_VERSION_NUM by configure: remove unnecessary and
unportable backslashes in awk script (per Patrick Welche), and add
brackets to prevent autoconf from mangling sed's regexp (the sed call
here never did what was expected).
configure
configure.in