Commit Graph

98 Commits (bb7b71826d7a32752ace2f4574752a401fb7fa0f)

Author SHA1 Message Date
Peter Eisentraut 2660803697 Only look for bison as YACC; other yaccs need to be selected explicitly. 25 years ago
Tom Lane a8b9cbfa0e Make DEF_PGPORT available to Makefiles, so it can be substituted into 25 years ago
Peter Eisentraut 5610b6d9cb Only use termcap xor [n]curses, depending on what readline needs. Solaris 25 years ago
Peter Eisentraut b1f528f86c Check for -lresolv. 25 years ago
Marc G. Fournier 72401a4490 update configure to beta4 25 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Tom Lane 531cd44fd1 Remove no-longer-used STRERROR2 config symbol. 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
PostgreSQL Daemon 460a9f8a68 jump version to beta3 ... beta2 was created and pulled due to a couple of 25 years ago
PostgreSQL Daemon 6781aa4707 tag configure as beta2 .. 25 years ago
Peter Eisentraut 46e5daf586 Allow NetBSD's libedit to be used instead of GNU Readline. (This simply 25 years ago
Peter Eisentraut f0fc635220 Only update stamp-h if config.status actually looks at config.h. 25 years ago
Tom Lane 4300e290d8 Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so. 25 years ago
Tom Lane b05b981924 stamp-h needs to be made by config.status, not elsewhere, per recipe in 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Peter Eisentraut 2a81896a2a Fix rules to re-generate config.h. The examples in the Autoconf manual are 25 years ago
Marc G. Fournier db0de2241d update VERSION to 7.1beta1.. 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Peter Eisentraut 0075c29f54 Fix directory search for include and library directories to accept white- 25 years ago
Peter Eisentraut 0e9ba44506 Remove check for 'ln' library. On FreeBSD this is some obscure lex 25 years ago
Peter Eisentraut 9394d391b8 Add configure checks for strtoll, strtoull (or strto[u]q). Disable 25 years ago
Peter Eisentraut 6b70f3862c Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), 25 years ago
Peter Eisentraut 306c44eead Add -V option to backend, to show version, since --version doesn't seem 25 years ago
Peter Eisentraut 7267fdd7a3 Add some configure checks for DocBook and related tools. With a somewhat 25 years ago
Peter Eisentraut dabe897940 If CFLAGS was specified in the environment, use that, not what the template 25 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 25 years ago
Peter Eisentraut b99ee7f37d This is the minimal version of the Darwin support patch from 26 years ago
Peter Eisentraut dc0f5cb090 Determine CXXFLAGS after the C++ compiler was detected. Also honor 26 years ago
Tatsuo Ishii e5b6b0ebb9 Add new configure option "--enable-uniconv" that enables automatic 26 years ago
Peter Eisentraut 6707ede813 Make use of system-specific linker option to embed shared library search 26 years ago
Peter Eisentraut 53f300d49e Rearrange handling of -L linker options so that they are always before all 26 years ago
Peter Eisentraut 3daa17173b Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get 26 years ago
Tom Lane b762a9e9ec Make test for <netinet/tcp.h> IRIX-proof. 26 years ago
Peter Eisentraut 7b021ce17c Polish shared library build to reduce number of special hacks. In 26 years ago
Bruce Momjian 8111329b87 Back out xti.h portion of the patch. 26 years ago
Peter Eisentraut f8ff1ee5aa Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 26 years ago
Peter Eisentraut 12e7558c76 Add check for GNU or not GNU ld, needed to pick the right export_dynamic 26 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Bruce Momjian 4c145712fb This fixes a small problem with identifying -lbind as required for 26 years ago
Bruce Momjian 0f07d644a3 The configure script fails to find <netinet/tcp.h>. 26 years ago
Peter Eisentraut 4d76a801c6 Unify solaris_i386 and solaris_sparc templates. They were almost identical 26 years ago
Peter Eisentraut c4ccc6146b Cosmetic cleanups of Beos port 26 years ago
Peter Eisentraut 984b0b4df8 Append "/postgresql" to (certain) installation subdirectories when 26 years ago
Bruce Momjian ed059eca88 This removes the LDFLAGS from the template and adds an autoconf check 26 years ago
Bruce Momjian 8e469b4ffc Beos regression patch. 26 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 26 years ago
Peter Eisentraut 831e78e0c4 Better coding of readline tests 26 years ago
Peter Eisentraut 3189e48470 One check for sys/un.h ought to be enough. Zero checks for sys/shm.h are not. 26 years ago
Bruce Momjian e846c2bb6f Update configure.in 26 years ago
Bruce Momjian 99f7c1578e Add configure.in change. 26 years ago