summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2011-08-18Improve detection of Python 3.2 installationsPeter Eisentraut
2011-05-26Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane
2011-05-19Update config.guess and config.subPeter Eisentraut
2011-02-16Better support for thread-support flag detection with clangPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-25find -path is not portable, so use grep -v instead.Alvaro Herrera
2010-09-29Add/fix caching on some configure checksPeter Eisentraut
2010-09-24Prevent doc/src/sgml subdirs from being created, instead of deletingAlvaro Herrera
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-26Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-05-12Update config.guess and config.subPeter Eisentraut
2010-03-17Don't link PL/Python against LOCALMODLIBSPeter Eisentraut
2010-02-23Fix configure's regexp for extracting the Perl version number from perl -vTom Lane
2010-02-22Revert configure warning to use "official distribution".Bruce Momjian
2010-02-22Use the term "bundled distribution" instead of "official distribution" inBruce Momjian
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-01-07Make configure check the version of Perl we're building with, and rejectTom Lane
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-10-14In the configure check for the Python distutils module, use a less obscurePeter Eisentraut
2009-09-08Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-07-13Make the configure messages rejecting old bison and flex versions includeTom Lane
2009-07-13Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-04-09Update config.guess and config.subPeter Eisentraut
2009-02-03allow alternative names for tclsh used on WindowsAndrew Dunstan
2009-01-04Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-12Detect and error out on inability to get proper linkage information required ...Andrew Dunstan
2008-10-29Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut
2008-09-05Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-21Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut
2008-08-01Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera
2008-07-23Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut
2008-06-27Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane
2008-05-27Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane
2008-05-20Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane
2008-05-18Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-02-19Backport fixed AC_FUNC_FSEEKOPeter Eisentraut
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut