summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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-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
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-09Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-05Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut
2000-11-04If CFLAGS was specified in the environment, use that, not what the templatePeter Eisentraut
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-31Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut
2000-10-30Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii
2000-10-27Make use of system-specific linker option to embed shared library searchPeter Eisentraut
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
2000-10-24Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions getPeter Eisentraut
2000-10-24Make test for <netinet/tcp.h> IRIX-proof.Tom Lane
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-23Back out xti.h portion of the patch.Bruce Momjian