Silence Bison deprecation warnings

Joe Conway <mail@joeconway.com>

Commit: b12b1743b48a7b7753098be342754477e6129921
Author: Joe Conway <mail@joeconway.com>
Date: 2017-01-02T21:51:10Z
Releases: 9.2.20
Silence Bison deprecation warnings

Bison >=3.0 issues warnings about

    %name-prefix="base_yy"

instead of the now preferred

    %name-prefix "base_yy"

but the latter doesn't work with Bison 2.3 or less.  So for now we
silence the deprecation warnings.

Back-patch to 9.2 and 9.3 -- the newer branches already have this fix.

Author: Peter Eisentraut
Discussion: https://postgr.es/m/677.1483384145%40sss.pgh.pa.us

Files

PathChange+/−
config/programs.m4 modified +8 −0
configure modified +8 −0

Discussion