summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2001-09-10Make prep_buildtree harmless when run on top of the source tree.Peter Eisentraut
2001-09-10Add explicit '-print' to 'find' commands.Peter Eisentraut
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-08-28Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut
2001-08-26Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut
2001-08-06Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut
2001-08-06update from upstreamPeter Eisentraut
2001-07-10Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut
2001-07-04Check for jakarta-ant before ant, in case 'ant' is the screen saver program.Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-03-11Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut
2001-03-05There's always 1 file missed out ;-)Peter Mount
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-09Make more portable.Peter Eisentraut
2001-02-06Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom 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
2000-11-09Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut
2000-11-05Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-10-26In flex --version test, redirect stdin to /dev/null, because some lex' hangPeter Eisentraut
2000-10-24New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut
2000-10-24Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions getPeter Eisentraut
2000-10-20Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-02Fix configure types.hBruce Momjian
2000-10-02Add sys/types include for sockaddr test to configureBruce Momjian
2000-09-30fix shell bugPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
2000-09-21Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-28New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-26Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct sockaddr *' as secondPeter Eisentraut
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut