summaryrefslogtreecommitdiff
path: root/config/programs.m4
AgeCommit message (Expand)Author
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