Commit Graph

85 Commits (bbea3643a3a6425f92d0db9ff16c7f73a31a466c)

Author SHA1 Message Date
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 26 years ago
Bruce Momjian 7bea44f449 autoconf 26 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 26 years ago
Bruce Momjian 1173809333 autoconf 26 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 c5873820ca Add -enable-uniconv 26 years ago
Peter Eisentraut 6707ede813 Make use of system-specific linker option to embed shared library search 26 years ago
Peter Eisentraut 07ac8e94c7 In flex --version test, redirect stdin to /dev/null, because some lex' hang 26 years ago
Bruce Momjian 87968e30c6 autoconf 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 bc083d3d90 autoconf 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 03c98b4b02 autoconf 26 years ago
Bruce Momjian 75e3ba335d autoconf 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 52cba15789 autoconf 26 years ago
Bruce Momjian 450b62138d autoconf 26 years ago
Bruce Momjian 43d402e320 autoconf 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 734b1f7655 autoconf 26 years ago
Bruce Momjian 341e8841e3 autoconf 26 years ago
Bruce Momjian 2c5d1f4caa autoconf 26 years ago
Bruce Momjian 46cf925728 autoconf 26 years ago
Peter Eisentraut 333cbc2dab fix shell bug 26 years ago
Bruce Momjian 51cc51945e autoconf 26 years ago
Peter Eisentraut 6f64c2e54a New unified regression test driver, test/regress makefile cleanup, 26 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 26 years ago
Peter Eisentraut f428d053ce Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 26 years ago
Peter Eisentraut 353371874f Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something 26 years ago
Bruce Momjian c0af8babe3 autoconf 26 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 26 years ago
Peter Eisentraut f03fc94e7d New configure test for flex, which recognizes only flex but does so in all 26 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 26 years ago
Peter Eisentraut 662f6a557c Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as second 26 years ago
Peter Eisentraut 996832caee Make the location of the Kerberos server key file run time configurable 26 years ago
Peter Eisentraut 5cfbf3aba2 ./configure --without-CXX errroneously tried to use a C++ compiler named "no" 26 years ago