summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-10-01Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway
2004-09-27update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon
2004-09-17Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut
2004-09-10Use $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian
2004-09-02Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane
2004-08-31tag configure beta2REL8_0_0BETA2PostgreSQL Daemon
2004-08-08tag her configure 8.0.0beta1 ...PostgreSQL Daemon
2004-08-08Fixups for Win32 symlinks.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-07-20Suppress readline usage in mingw in configure.Bruce Momjian
2004-07-17Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with thePeter Eisentraut
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-10Add --enable-thread-safety-force to force a thread compile even if theBruce Momjian
2004-06-24Avoid including <sys/time.h> on platforms that don't have it.Tom Lane
2004-06-16Improve comment.Bruce Momjian
2004-06-16Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with theBruce Momjian
2004-06-08Fix mingw link check by using double-brackets.Bruce Momjian
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-05-28Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-20benign change ...added space to end of linePostgreSQL Daemon
2004-05-19Revert irix change to suppress configure warnings.Bruce Momjian
2004-05-19Configure adjustments for irix.Bruce Momjian
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-18Improve win32 link test. Previous commit added most of the code, butBruce Momjian
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian
2004-05-17Improve configure win32 link test to run from config.status.Bruce Momjian
2004-05-13Refactor code to warn about configure link failures on MinGW.Bruce Momjian
2004-05-13Warn when MinGW fails to create symlinks during configure. ReportBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-30Rename to USE_PGTZ to match code.Bruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.Bruce Momjian
2004-04-30Enable use of our own timezone library for Win32.Bruce Momjian
2004-04-27Improve thread failure wording.Bruce Momjian
2004-04-27Enable thread testing outside the source tree.Bruce Momjian
2004-04-27Do thread testing from configure in a much cleaner fashion.Bruce Momjian
2004-04-26Fix vpath for thread test.Bruce Momjian
2004-04-26More cleanup of thread tests.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian
2004-04-26Exit with non-zero error on thread test failures.Bruce Momjian
2004-04-26More thread error improvements.Bruce Momjian
2004-04-26Improve thread error message.Bruce Momjian