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