postgresql/config
Joe Conway 3f9479603c 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
2017-01-02 13:51:32 -08:00
..
ac_func_accept_argtypes.m4
acx_pthread.m4
c-compiler.m4 Fix "quiet inline" configure test for newer clang compilers. 2014-05-02 15:30:29 -04:00
c-library.m4 Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 2016-03-15 13:19:58 -04:00
config.guess Update config.guess and config.sub 2013-04-26 22:13:03 -04:00
config.sub Update config.guess and config.sub 2013-04-26 22:13:03 -04:00
docbook.m4 Fix configure's search for collateindex.pl. 2012-03-22 00:46:03 -04:00
general.m4
install-sh Fix install-strip on Mac OS X 2012-08-21 23:42:43 -04:00
libtool.m4
Makefile Install our "missing" script where PGXS builds can find it. 2015-12-11 16:14:40 -05:00
missing
perl.m4 Fix configure's incorrect version tests for flex and perl. 2016-05-02 11:18:11 -04:00
prep_buildtree
programs.m4 Silence Bison deprecation warnings 2017-01-02 13:51:32 -08:00
python.m4 Remove configure check prohibiting threaded libpython on OpenBSD. 2015-05-26 22:14:59 -04:00
tcl.m4 Accept tcl 8.6 in configure's probe for tclsh. 2014-05-10 10:48:04 -04:00
test_quiet_include.h Blacklist xlc 32-bit inlining. 2015-07-29 22:53:40 -04:00