summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2001-05-16autoconfBruce Momjian
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-09autoconfBruce Momjian
2001-05-09autoconfBruce Momjian
2001-05-09autoconfBruce Momjian
2001-05-03autoconfBruce Momjian
2001-04-23Defend against ancient versions of zlib by checking that zlib.hTom Lane
2001-04-19Remove libsfio check.Peter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-13tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like itREL7_1Marc G. Fournier
2001-04-08upgrade tags to rc4 (note lower case for packagers)Marc G. Fournier
2001-04-06mark it as RC3 ...Marc G. Fournier
2001-04-01RC2 preparations ...Marc G. Fournier
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-20well, here goes our first Release Candidate for 7.1 *cross fingers*Marc G. Fournier
2001-03-16upgrade version to beta6Marc G. Fournier
2001-03-14Try to run empty test program before running any real AC_TRY_RUN's, toPeter Eisentraut
2001-03-11Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut
2001-03-10Use install-sh unconditionally.Peter Eisentraut
2001-03-05Hmmm, a conflict with V1.104 of configure.in remained and broke configurePeter Mount
2001-03-05Ok, I've split todays commit into three, the first two already done had somePeter Mount
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-23update to beta5Marc G. Fournier
2001-02-19Fix nasty bug in configure.Tatsuo Ishii
2001-02-18Change s_lock to not use any zero-delay select() calls; these are just aTom Lane
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-07Make DEF_PGPORT available to Makefiles, so it can be substituted intoTom Lane
2001-02-06Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut
2001-02-04Check for -lresolv.Peter Eisentraut
2001-01-29update configure to beta4Marc G. Fournier
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-20Remove no-longer-used STRERROR2 config symbol.Tom Lane
2001-01-10Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-09jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3PostgreSQL Daemon
2001-01-07tag configure as beta2 ..REL7_1_BETA2PostgreSQL Daemon
2001-01-04Allow NetBSD's libedit to be used instead of GNU Readline. (This simplyPeter Eisentraut
2001-01-02Only update stamp-h if config.status actually looks at config.h.Peter Eisentraut
2001-01-01Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so.Tom Lane
2000-12-29stamp-h needs to be made by config.status, not elsewhere, per recipe inTom Lane
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-16Fix rules to re-generate config.h. The examples in the Autoconf manual arePeter Eisentraut
2000-12-06update VERSION to 7.1beta1..Marc G. Fournier
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-26Fix directory search for include and library directories to accept white-Peter Eisentraut
2000-11-22Remove check for 'ln' library. On FreeBSD this is some obscure lexPeter Eisentraut