Commit Graph

179 Commits (22690719ea5a89ccbcd04deb58c83d8d5f138df8)

Author SHA1 Message Date
Peter Eisentraut f005384532 Better support for thread-support flag detection with clang 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Andrew Dunstan 91812df4ed Enable building with the Mingw64 compiler. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Alvaro Herrera 9350824e70 find -path is not portable, so use grep -v instead. 15 years ago
Peter Eisentraut 804a786c95 Add/fix caching on some configure checks 15 years ago
Alvaro Herrera fde5ce4fe2 Prevent doc/src/sgml subdirs from being created, instead of deleting 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
Tom Lane 39ce62b110 Don't auto-create the subdirectories holding built documentation in a VPATH 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Michael Meskes 29259531c7 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. 16 years ago
Michael Meskes 555a02f910 Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish. 16 years ago
Peter Eisentraut 087b393dab Update config.guess and config.sub 16 years ago
Peter Eisentraut 7e8a60b7c5 Don't link PL/Python against LOCALMODLIBS 16 years ago
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