summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* mark it as RC3 ...Marc G. Fournier2001-04-061-1/+1
* RC2 preparations ...Marc G. Fournier2001-04-011-1/+1
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-231-47/+74
* well, here goes our first Release Candidate for 7.1 *cross fingers*Marc G. Fournier2001-03-201-1/+1
* upgrade version to beta6Marc G. Fournier2001-03-161-1/+1
* Try to run empty test program before running any real AC_TRY_RUN's, toPeter Eisentraut2001-03-141-53/+86
* Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut2001-03-111-497/+398
* Use install-sh unconditionally.Peter Eisentraut2001-03-101-422/+325
* Hmmm, a conflict with V1.104 of configure.in remained and broke configurePeter Mount2001-03-051-17/+3
* Ok, I've split todays commit into three, the first two already done had somePeter Mount2001-03-051-392/+575
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-031-404/+454
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-011-145/+129
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-126/+252
* update to beta5Marc G. Fournier2001-02-231-4/+4
* Fix nasty bug in configure.Tatsuo Ishii2001-02-191-4/+4
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-124/+140
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-322/+330
* Make DEF_PGPORT available to Makefiles, so it can be substituted intoTom Lane2001-02-071-2/+3
* Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut2001-02-061-457/+311
* Check for -lresolv.Peter Eisentraut2001-02-041-237/+280
* update configure to beta4Marc G. Fournier2001-01-291-1/+1
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-81/+47
* Remove no-longer-used STRERROR2 config symbol.Tom Lane2001-01-201-94/+92
* Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut2001-01-101-138/+140
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-47/+79
* jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3PostgreSQL Daemon2001-01-091-1/+1
* tag configure as beta2 ..REL7_1_BETA2PostgreSQL Daemon2001-01-071-1/+1
* Allow NetBSD's libedit to be used instead of GNU Readline. (This simplyPeter Eisentraut2001-01-041-308/+326
* Only update stamp-h if config.status actually looks at config.h.Peter Eisentraut2001-01-021-1/+1
* Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so.Tom Lane2001-01-011-241/+275
* stamp-h needs to be made by config.status, not elsewhere, per recipe inTom Lane2000-12-291-3/+3
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-26/+71
* Fix rules to re-generate config.h. The examples in the Autoconf manual arePeter Eisentraut2000-12-161-1/+3
* update VERSION to 7.1beta1..Marc G. Fournier2000-12-061-1/+1
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-291-158/+124
* Fix directory search for include and library directories to accept white-Peter Eisentraut2000-11-261-398/+399
* Remove check for 'ln' library. On FreeBSD this is some obscure lexPeter Eisentraut2000-11-221-292/+249
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-201-26/+138
* Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut2000-11-091-387/+428
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-061-38/+72
* Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut2000-11-051-0/+184
* If CFLAGS was specified in the environment, use that, not what the templatePeter Eisentraut2000-11-041-391/+402
* autoconfBruce Momjian2000-11-041-1/+1
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-031-172/+227
* autoconfBruce Momjian2000-11-021-1/+1
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-364/+365
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-311-318/+339
* Add -enable-uniconvTatsuo Ishii2000-10-301-366/+395
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-271-365/+391
* In flex --version test, redirect stdin to /dev/null, because some lex' hangPeter Eisentraut2000-10-261-2/+2