summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining stray references to CVS.Tom Lane2010-09-224-6/+5
* Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane2010-08-261-0/+9
* 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
* Update config.guess and config.subPeter Eisentraut2007-11-152-16/+42
* Again properly fix Darwin strip.Bruce Momjian2007-11-131-2/+2
* Modify OS/X Darin test to actually work, (no $template)Bruce Momjian2007-11-131-2/+2
* Use strip -x on OS/X-darwin because non-"-x" causes link problems:Bruce Momjian2007-11-101-2/+8
* Fix search for SGML stylesheets to include the place where Gentoo keeps them.Tom Lane2007-08-091-2/+3
* Adjust configure script to print the bison and flex versions in use.Tom Lane2007-07-191-3/+43
* Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane2006-11-301-2/+2
* Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane2006-11-301-2/+2
* Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut2006-10-301-23/+17
* Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut2006-10-161-3/+3
* Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut2006-10-131-11/+11
* Updated config.guess and config.subPeter Eisentraut2006-10-072-52/+128