summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-021-1/+30
* Be more precise about check for flex 2.5.3, backpatched to 7.3.X.Bruce Momjian2003-05-071-2/+2
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-042-65/+6
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-25/+1
* This fixes 2 inaccuracies in the recently added SQL99 feature list docs.Bruce Momjian2002-07-161-1/+2
* Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut2002-05-281-16/+24
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-241-1/+14
* Allow detection of collateindex.pl in stylesheet directory or in path,Peter Eisentraut2002-04-141-3/+17
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-101-1/+22
* Add make install-strip target.Peter Eisentraut2002-04-101-1/+26
* Fix more random breakage manifesting on FreeBSD.Peter Eisentraut2002-03-301-2/+2
* Add missing comma.Peter Eisentraut2002-03-291-2/+2
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-2911-294/+118
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-1/+32
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-201-1/+25
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-1/+32
* Make prep_buildtree harmless when run on top of the source tree.Peter Eisentraut2001-09-101-2/+4
* Add explicit '-print' to 'find' commands.Peter Eisentraut2001-09-101-1/+1
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-1/+49
* Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut2001-08-281-3/+16
* Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut2001-08-261-0/+27
* Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut2001-08-061-4/+5
* update from upstreamPeter Eisentraut2001-08-062-372/+452
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-24/+20
* Check for jakarta-ant before ant, in case 'ant' is the screen saver program.Peter Eisentraut2001-07-041-2/+51
* Native Language Support (NLS)Peter Eisentraut2001-06-021-1/+32
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-36/+74
* Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut2001-03-111-7/+3
* There's always 1 file missed out ;-)Peter Mount2001-03-051-0/+16
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-031-4/+9
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-102-18/+15
* Make more portable.Peter Eisentraut2001-02-091-7/+8
* Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut2001-02-061-1/+33
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-17/+1
* Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut2001-01-101-5/+7
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-1/+16
* Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut2000-11-091-3/+10
* Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut2000-11-051-0/+79
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-031-1/+28
* In flex --version test, redirect stdin to /dev/null, because some lex' hangPeter Eisentraut2000-10-261-2/+2
* New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut2000-10-242-57/+250
* Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions getPeter Eisentraut2000-10-241-4/+0
* Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut2000-10-201-0/+123
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-0/+33
* Fix configure types.hBruce Momjian2000-10-021-5/+3
* Add sys/types include for sockaddr test to configureBruce Momjian2000-10-021-1/+4
* fix shell bugPeter Eisentraut2000-09-301-3/+3
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-271-2/+20
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-251-0/+76
* Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut2000-09-211-0/+138