Commit Graph

56 Commits (master)

Author SHA1 Message Date
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Jacob Champion 990571a08b oauth: Run Autoconf tests with correct compiler flags 2 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 4 months ago
Thomas Munro d7e40845f9 oauth: Disallow synchronous DNS in libcurl 6 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 7 months ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 8 months ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Tom Lane eab2d3147e Use --strip-unneeded when stripping static libraries with GNU strip. 2 years ago
John Naylor 8b878bffa8 Bump minimum version of Flex to 2.5.35 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 4 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Peter Eisentraut 7e78c872dd Remove obsolete reference to Irix 6 years ago
Peter Eisentraut 4446565d36 Use better comment marker in Autoconf input 7 years ago
Peter Eisentraut 29b3ac7546 configure: More use of AC_ARG_VAR 7 years ago
Tom Lane b21c569cea Further improve consistency of configure's program searching. 8 years ago
Tom Lane 40b9f19217 Record full paths of programs sought by "configure". 8 years ago
Tom Lane 7d7b129277 Fix configure's incorrect version tests for flex and perl. 9 years ago
Tom Lane 32f15d05c8 Accept flex > 2.5.x in configure. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Noah Misch e565ff7553 Move PGAC_LDAP_SAFE to config/programs.m4. 11 years ago
Peter Eisentraut 55fb759ab3 Silence Bison deprecation warnings 11 years ago
Peter Eisentraut 5dd41f3574 Remove maintainer-check target, fold into normal build 12 years ago
Peter Eisentraut b748d8f280 Fix install-strip on Mac OS X 13 years ago
Peter Eisentraut 804a786c95 Add/fix caching on some configure checks 15 years ago
Tom Lane 651377933e Fix remaining stray references to CVS. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian b4689bfb00 Revert configure warning to use "official distribution". 16 years ago
Bruce Momjian 6a0b6421e2 Use the term "bundled distribution" instead of "official distribution" in 16 years ago
Tom Lane dcc9d37331 Make the configure messages rejecting old bison and flex versions include 16 years ago
Tom Lane da4b900176 Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and 16 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 17 years ago
Tom Lane 7e8374a3e0 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 18 years ago
Bruce Momjian 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 20 years ago
Bruce Momjian 10e3d224e0 Add configure flag to allow libedit to be preferred over GNU readline: 20 years ago
Tom Lane c833c6c558 Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed 21 years ago
Tom Lane aef2d0d86c Fix readline/libedit selection code to prefer readline over libedit 21 years ago
Tom Lane 31a242ae14 Some versions of lex will drop a lex.yy.c file when we probe to see if 21 years ago
Tom Lane 3a6f1313b5 Use $PATH_SEPARATOR like the rest of the autoconf code, instead of 21 years ago
Bruce Momjian 5c1cfb5fc1 Configure adjustments for irix. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian e8f4f2f92d Properly test for buggy flex 2.5.3. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Peter Eisentraut 5c1f31d2d4 Readline and Zlib now required by default. Add options --without-readline 24 years ago
Peter Eisentraut 563673e15d Add make install-strip target. 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Peter Eisentraut 5298eb47dc Fix the readline test to find dependent libraries on NetBSD and OpenBSD. 24 years ago