Commit Graph

364 Commits (4ac7635fdbb7dce58898161a1cc5caf40426335f)

Author SHA1 Message Date
Tom Lane dc43e2f540 Fix configure's regexp for extracting the Perl version number from perl -v 16 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 e08ab7c312 Support inlining various small performance-critical functions on non-GCC 16 years ago
Tom Lane 55233c3382 Make configure check the version of Perl we're building with, and reject 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut de7ee9e2e9 In the configure check for the Python distutils module, use a less obscure 16 years ago
Tom Lane d69a419e68 Remove any -arch switches given in ExtUtils::Embed's ldopts from our 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 16 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 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 7cc514ac65 Upgrade to Autoconf 2.63 16 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 16 years ago
Peter Eisentraut fefe1ae730 Update config.guess and config.sub 17 years ago
Andrew Dunstan b5d23f28ce allow alternative names for tclsh used on Windows 17 years ago
Peter Eisentraut a65ed83f8a Allow configure to deal with Python 3.0. Changes were: 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Andrew Dunstan 466368b8d0 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Peter Eisentraut f7ef575fb7 Use Autoconf provided AS_HELP_STRING macro to automatically format and 17 years ago
Peter Eisentraut 579d9a5201 Add DSSSL stylesheet location for Mac OS X/Fink installation. 17 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 17 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 17 years ago
Alvaro Herrera 49f001d81e Cope with Tcl versions that do not create a tclsh symlink to the version- 17 years ago
Peter Eisentraut 509303a597 Abort if Tcl support was configured and no tcl shell was found. 17 years ago
Tom Lane 623f8a0969 Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 17 years ago
Tom Lane 7e8374a3e0 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 18 years ago
Tom Lane 1ac1bea076 Adjust -Wl,--asneeded test to avoid using the switch if it breaks 18 years ago
Tom Lane 2dad10f467 Make another try at using -Wl,--as-needed to suppress linking of unnecessary 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Peter Eisentraut 7a550cb95c Update config.guess and config.sub 18 years ago
Bruce Momjian 4ea3210a04 Again properly fix Darwin strip. 18 years ago
Bruce Momjian a4840c82da Modify OS/X Darin test to actually work, (no $template) 18 years ago
Bruce Momjian 58ac0f92c0 Use strip -x on OS/X-darwin because non-"-x" causes link problems: 18 years ago
Tom Lane faa1179678 Fix search for SGML stylesheets to include the place where Gentoo keeps them. 18 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 18 years ago
Tom Lane 746330e2d0 Better solution to the tr problem: use sed instead. Per Martijn and Andrew. 19 years ago
Tom Lane 7ac9d45f49 Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported by 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Peter Eisentraut 6ab23dabf5 Punt when trying to build with threaded Python on FreeBSD. 19 years ago
Peter Eisentraut e1fdd2263f Make unknown-option-warning code more portable. echo -n is not portable, 19 years ago
Peter Eisentraut a64f208833 Updated config.guess and config.sub 19 years ago
Alvaro Herrera 5c83b510be Fix typo. 19 years ago
Bruce Momjian 382808612c Emit warnings for unknown configure options. 20 years ago
Bruce Momjian 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Bruce Momjian 10e3d224e0 Add configure flag to allow libedit to be preferred over GNU readline: 20 years ago