aboutsummaryrefslogtreecommitdiff
path: root/config/programs.m4
Commit message (Expand)AuthorAge
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-02
* Accept flex > 2.5.x in configure.Tom Lane2015-11-18
* Move PGAC_LDAP_SAFE to config/programs.m4.Noah Misch2014-07-25
* Silence Bison deprecation warningsPeter Eisentraut2014-06-03
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-10
* Fix install-strip on Mac OS XPeter Eisentraut2012-08-21
* Add/fix caching on some configure checksPeter Eisentraut2010-09-29
* Fix remaining stray references to CVS.Tom Lane2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Revert configure warning to use "official distribution".Bruce Momjian2010-02-22
* Use the term "bundled distribution" instead of "official distribution" inBruce Momjian2010-02-22
* Make the configure messages rejecting old bison and flex versions includeTom Lane2009-07-13
* Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane2009-07-13
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane2008-05-27
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-17
* Adjust configure script to print the bison and flex versions in use.Tom Lane2007-07-19
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-23
* Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian2005-12-04
* Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane2004-12-02
* Fix readline/libedit selection code to prefer readline over libeditTom Lane2004-11-30
* Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane2004-09-02
* Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane2004-09-02
* Configure adjustments for irix.Bruce Momjian2004-05-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Properly test for buggy flex 2.5.3.Bruce Momjian2003-05-06
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-06
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-10
* Add make install-strip target.Peter Eisentraut2002-04-10
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut2001-08-28
* Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut2001-08-06
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut2001-02-06
* In flex --version test, redirect stdin to /dev/null, because some lex' hangPeter Eisentraut2000-10-26
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-28