index
:
users/simon/postgres.git
dev_hot_standby
hot_standby
master
recoveryinfra
Simon's dev repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
programs.m4
Age
Commit message (
Expand
)
Author
2009-07-13
Make the configure messages rejecting old bison and flex versions include
Tom Lane
2009-07-13
Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and
Tom Lane
2008-08-29
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2008-05-27
Require bind_textdomain_codeset() not just gettext() to enable NLS support.
Tom Lane
2008-02-17
Upgrade to Autoconf 2.61:
Peter Eisentraut
2007-07-19
Adjust configure script to print the bison and flex versions in use.
Tom Lane
2006-05-23
Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined
Bruce Momjian
2005-12-04
Add configure flag to allow libedit to be preferred over GNU readline:
Bruce Momjian
2004-12-02
Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed
Tom Lane
2004-11-30
Fix readline/libedit selection code to prefer readline over libedit
Tom Lane
2004-09-02
Some versions of lex will drop a lex.yy.c file when we probe to see if
Tom Lane
2004-09-02
Use $PATH_SEPARATOR like the rest of the autoconf code, instead of
Tom Lane
2004-05-19
Configure adjustments for irix.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-05-06
Properly test for buggy flex 2.5.3.
Bruce Momjian
2003-04-06
Generate pg_config.h.in by autoheader. Separate out manually editable
Peter Eisentraut
2002-04-10
Readline and Zlib now required by default. Add options --without-readline
Peter Eisentraut
2002-04-10
Add make install-strip target.
Peter Eisentraut
2002-03-29
Upgrade to Autoconf version 2.53. Replaced many custom macro
Peter Eisentraut
2001-08-28
Fix the readline test to find dependent libraries on NetBSD and OpenBSD.
Peter Eisentraut
2001-08-06
Do not pre-expand localedir as substituted in the makefile, so that 'make
Peter Eisentraut
2001-06-02
Native Language Support (NLS)
Peter Eisentraut
2001-02-10
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2001-02-06
Only use termcap xor [n]curses, depending on what readline needs. Solaris
Peter Eisentraut
2000-10-26
In flex --version test, redirect stdin to /dev/null, because some lex' hang
Peter Eisentraut
2000-08-28
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut