summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.Alvaro Herrera2006-08-111-2/+2
* Emit warnings for unknown configure options.Bruce Momjian2006-05-301-1/+24
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-231-9/+1
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-113-0/+6
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-5/+5
* Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian2005-12-041-9/+18
* Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian2005-10-131-2/+2
* Prevent threaded python build on BSD's, where it fails.Bruce Momjian2005-09-261-1/+16
* Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian2005-08-291-1/+1
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-014-443/+535
* Clean up printf arg-control test, per Kurt Roeckx.Tom Lane2005-02-241-11/+9
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-1/+34
* New version of mkinstalldirs fixes problems on Tru64 UNIX.Peter Eisentraut2005-01-081-15/+54
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-162-13/+18
* Update aix cc_r wording.Bruce Momjian2004-12-141-3/+3
* Mention aix cc_r is not supported, and whyBruce Momjian2004-12-141-0/+3
* Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane2004-12-021-8/+9
* Fix readline/libedit selection code to prefer readline over libeditTom Lane2004-11-301-6/+5
* If we're going to test for switch validity by observing whether theTom Lane2004-10-241-1/+3