summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Update branding for 7.1.3, no HISTORY yet.Bruce Momjian2001-08-091-1/+1
* Stamp for 7.1.2. Ready when you are...Bruce Momjian2001-05-111-1/+1
* Some updates for 7.1.1.Bruce Momjian2001-05-031-1/+1
* Defend against ancient versions of zlib by checking that zlib.hTom Lane2001-04-231-2/+5
* Remove libsfio check.Peter Eisentraut2001-04-191-1/+0
* Work with Readline 4.2.Peter Eisentraut2001-04-141-22/+5
* tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like itREL7_1Marc G. Fournier2001-04-131-1/+1
* upgrade tags to rc4 (note lower case for packagers)Marc G. Fournier2001-04-081-1/+1
* 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-0/+13
* 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-0/+16
* Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut2001-03-111-2/+5
* Use install-sh unconditionally.Peter Eisentraut2001-03-101-24/+0
* Hmmm, a conflict with V1.104 of configure.in remained and broke configurePeter Mount2001-03-051-15/+1
* Ok, I've split todays commit into three, the first two already done had somePeter Mount2001-03-051-1/+23
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-031-10/+19
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-011-3/+0
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-0/+9
* update to beta5Marc G. Fournier2001-02-231-1/+1
* Fix nasty bug in configure.Tatsuo Ishii2001-02-191-1/+1
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-1/+4
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+13
* Make DEF_PGPORT available to Makefiles, so it can be substituted intoTom Lane2001-02-071-3/+3
* Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut2001-02-061-3/+1
* Check for -lresolv.Peter Eisentraut2001-02-041-0/+1
* update configure to beta4Marc G. Fournier2001-01-291-1/+1
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-2/+0
* Remove no-longer-used STRERROR2 config symbol.Tom Lane2001-01-201-2/+1
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-0/+1
* 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-1/+1
* 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-1/+4
* stamp-h needs to be made by config.status, not elsewhere, per recipe inTom Lane2000-12-291-3/+4
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-0/+5
* Fix rules to re-generate config.h. The examples in the Autoconf manual arePeter Eisentraut2000-12-161-3/+4
* 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-17/+0
* Fix directory search for include and library directories to accept white-Peter Eisentraut2000-11-261-15/+16
* Remove check for 'ln' library. On FreeBSD this is some obscure lexPeter Eisentraut2000-11-221-1/+0
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-201-0/+4
* Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut2000-11-091-6/+20
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-061-0/+10
* Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut2000-11-051-0/+13
* If CFLAGS was specified in the environment, use that, not what the templatePeter Eisentraut2000-11-041-9/+20
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-031-0/+2