summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of Python 3.2 installationsPeter Eisentraut2011-08-181-2/+7
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-261-0/+3
* Update config.guess and config.subPeter Eisentraut2011-05-192-146/+192
* Better support for thread-support flag detection with clangPeter Eisentraut2011-02-161-1/+2
* Per-column collation supportPeter Eisentraut2011-02-081-0/+29
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-301-2/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-3/+3
* find -path is not portable, so use grep -v instead.Alvaro Herrera2010-10-251-1/+1
* Add/fix caching on some configure checksPeter Eisentraut2010-09-292-23/+30
* Prevent doc/src/sgml subdirs from being created, instead of deletingAlvaro Herrera2010-09-241-10/+5
* Fix remaining stray references to CVS.Tom Lane2010-09-224-6/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-2012-12/+12
* Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane2010-08-261-0/+9
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-16/+1
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+17
* Update config.guess and config.subPeter Eisentraut2010-05-122-162/+153
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-171-2/+2
* Fix configure's regexp for extracting the Perl version number from perl -vTom Lane2010-02-231-2/+2
* Revert configure warning to use "official distribution".Bruce Momjian2010-02-223-8/+8
* Use the term "bundled distribution" instead of "official distribution" inBruce Momjian2010-02-223-8/+8
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-1/+25
* Make configure check the version of Perl we're building with, and rejectTom Lane2010-01-071-2/+27
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+3
* In the configure check for the Python distutils module, use a less obscurePeter Eisentraut2009-10-141-2/+2
* Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane2009-09-081-2/+6
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-263-322/+365
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-30/+1
* Make the configure messages rejecting old bison and flex versions includeTom Lane2009-07-131-5/+5
* Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane2009-07-131-17/+17
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-022-45/+2
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-3/+22
* Update config.guess and config.subPeter Eisentraut2009-04-092-34/+132
* allow alternative names for tclsh used on WindowsAndrew Dunstan2009-02-031-2/+2
* Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut2009-01-041-9/+9
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-1/+30
* Detect and error out on inability to get proper linkage information required ...Andrew Dunstan2008-11-121-2/+10
* Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut2008-10-291-33/+47
* Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut2008-09-051-3/+4
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-19/+17
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-211-9/+9
* Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera2008-08-011-2/+2
* Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut2008-07-231-2/+6
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-271-5/+8
* Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane2008-05-271-3/+5
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-201-2/+4
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-181-1/+17
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+2
* Backport fixed AC_FUNC_FSEEKOPeter Eisentraut2008-02-191-1/+27
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-172-71/+4