summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-011-3/+3
* update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon2004-09-271-3/+3
* Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut2004-09-171-2/+3
* Use $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian2004-09-101-14/+11
* Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane2004-09-021-3/+3
* tag configure beta2REL8_0_0BETA2PostgreSQL Daemon2004-08-311-2/+2
* tag her configure 8.0.0beta1 ...PostgreSQL Daemon2004-08-081-2/+2
* Fixups for Win32 symlinks.Bruce Momjian2004-08-081-2/+5
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Add docs for initdb --auth.Bruce Momjian2004-08-011-6/+1
* Suppress readline usage in mingw in configure.Bruce Momjian2004-07-201-3/+13
* Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with thePeter Eisentraut2004-07-171-2/+2
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-141-2/+2
* Add --enable-thread-safety-force to force a thread compile even if theBruce Momjian2004-07-101-7/+25
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-241-2/+2
* Improve comment.Bruce Momjian2004-06-161-2/+2
* Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with theBruce Momjian2004-06-161-3/+5
* Fix mingw link check by using double-brackets.Bruce Momjian2004-06-081-2/+2
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-1/+2
* Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian2004-05-281-2/+2
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-271-1/+2
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-221-56/+3
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-1/+54
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-3/+3
* benign change ...added space to end of linePostgreSQL Daemon2004-05-201-2/+2
* Revert irix change to suppress configure warnings.Bruce Momjian2004-05-191-17/+5
* Configure adjustments for irix.Bruce Momjian2004-05-191-4/+12
* Rename irix5 port to irix.Bruce Momjian2004-05-191-2/+2
* Improve win32 link test. Previous commit added most of the code, butBruce Momjian2004-05-181-3/+2
* Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian2004-05-181-6/+5
* Improve configure win32 link test to run from config.status.Bruce Momjian2004-05-171-11/+15
* Refactor code to warn about configure link failures on MinGW.Bruce Momjian2004-05-131-17/+11
* Warn when MinGW fails to create symlinks during configure. ReportBruce Momjian2004-05-131-1/+19
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-2/+1
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* Second try at a portable unsetenv().Tom Lane2004-05-051-2/+2
* More cleanups for USE_PGTZ.Bruce Momjian2004-04-301-2/+2
* Rename to USE_PGTZ to match code.Bruce Momjian2004-04-301-3/+3
* Integrate timezone library to be called only from Win32.Bruce Momjian2004-04-301-2/+4
* Enable use of our own timezone library for Win32.Bruce Momjian2004-04-301-2/+4
* Improve thread failure wording.Bruce Momjian2004-04-271-2/+4
* Enable thread testing outside the source tree.Bruce Momjian2004-04-271-2/+2
* Do thread testing from configure in a much cleaner fashion.Bruce Momjian2004-04-271-50/+25
* Fix vpath for thread test.Bruce Momjian2004-04-261-11/+11
* More cleanup of thread tests.Bruce Momjian2004-04-261-24/+31
* Unconditionally define:Bruce Momjian2004-04-261-1/+6
* Exit with non-zero error on thread test failures.Bruce Momjian2004-04-261-5/+9
* More thread error improvements.Bruce Momjian2004-04-261-2/+3
* Improve thread error message.Bruce Momjian2004-04-261-1/+3
* Improve error message for platform thread failure.Bruce Momjian2004-04-261-2/+3