summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2007-08-09Fix search for SGML stylesheets to include the place where Gentoo keeps them.Tom Lane
2007-07-19Adjust configure script to print the bison and flex versions in use.Tom Lane
2006-11-30Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane
2006-11-30Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane
2006-10-30Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut
2006-10-16Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut
2006-10-13Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut
2006-10-07Updated config.guess and config.subPeter Eisentraut
2006-08-11Fix typo.Alvaro Herrera
2006-05-30Emit warnings for unknown configure options.Bruce Momjian
2006-05-23Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-04Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian
2005-10-13Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian
2005-09-26Prevent threaded python build on BSD's, where it fails.Bruce Momjian
2005-08-29Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2005-02-24Clean up printf arg-control test, per Kurt Roeckx.Tom Lane
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2005-01-08New version of mkinstalldirs fixes problems on Tru64 UNIX.Peter Eisentraut
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian
2004-12-14Update aix cc_r wording.Bruce Momjian
2004-12-14Mention aix cc_r is not supported, and whyBruce Momjian
2004-12-02Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane
2004-11-30Fix readline/libedit selection code to prefer readline over libeditTom Lane
2004-10-24If we're going to test for switch validity by observing whether theTom Lane
2004-10-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-10-04Update comment on int64 printf speciifications for MinGW:Bruce Momjian
2004-09-17New config.guess and config.subPeter Eisentraut
2004-09-16Make discovery of python_configdir architecture independent. SolutionJoe Conway
2004-09-11Send thread test output to file descriptor 5 like configure does ratherBruce Momjian
2004-09-11Check for ignored thread compiler options to reduce compiler noise.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-02Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane
2004-09-02Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane
2004-08-17Fix agressive collection of thread flags.Bruce Momjian
2004-08-16Fix syntax error just introduced.Bruce Momjian
2004-08-12Be more aggressive about adding flags to thread compiles. The configureBruce Momjian
2004-08-12Minor style cleanup of thread test script.Bruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-07-17Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with thePeter Eisentraut
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-05-19Configure adjustments for irix.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian