summaryrefslogtreecommitdiff
path: root/src/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Make configure more automated, from Brook Milligan.Bruce Momjian1997-10-301-2/+34
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1997-09-281-1/+4
* Update configure.Bruce Momjian1997-09-241-2/+2
* Configure OS cleanup.Bruce Momjian1997-09-211-3/+3
* Update configure.Bruce Momjian1997-09-191-3/+3
* Have to do [[ ]] in configure.in.Bruce Momjian1997-09-181-5/+5
* Add in srandom() check to configureMarc G. Fournier1997-09-181-1/+1
* Remove extra backets in tr test.Bruce Momjian1997-09-171-2/+2
* configure cleanup.Bruce Momjian1997-09-131-1/+1
* pg_version Makefile was not being processed.Bruce Momjian1997-09-121-1/+1
* Only need to check for strerror once :)Marc G. Fournier1997-08-271-2/+1
* Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier1997-08-171-0/+1
* Fix for os version handling.Bruce Momjian1997-08-061-3/+3
* Makei configure less os-version specific, were possible.Bruce Momjian1997-08-021-1/+5
* FIx solaris template finding.Bruce Momjian1997-08-011-1/+1
* Configure cleanup for /usr/ucb patch.Bruce Momjian1997-07-311-1/+2
* Look in /usr/ucb first for install.Bruce Momjian1997-07-301-1/+1
* configure.in cleanup for tr and strerror2.Bruce Momjian1997-07-301-3/+3
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-301-1/+1
* configure.in cleanup from sco install.Bruce Momjian1997-07-301-1/+1
* Add strerror to pg_version for sunos4.Bruce Momjian1997-07-291-0/+2
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-3/+17
* Search for ginstall before the other installs...Marc G. Fournier1997-07-151-1/+1
* Add sysv4 support to configure and docs.Bruce Momjian1997-07-141-0/+1
* Ordering of libraries changed so that -lbsd is *after* -lmMarc G. Fournier1997-06-011-1/+1
* Fix configure so that installbsd gets -c alsoMarc G. Fournier1997-04-281-4/+4
* Reverse check for TR so that trbsd gets checked for firstMarc G. Fournier1997-04-261-1/+1
* Fix for bootstrap.c problem (F_* values missing from fmgr.h)Marc G. Fournier1997-04-261-4/+2
* Add fcvt() as a check to configure so that we can get rid of the BSD44_derivedMarc G. Fournier1997-04-221-1/+1
* From: adrian@waltham.harvard.netMarc G. Fournier1997-04-221-18/+7
* Add a --with-compiler switch that allows someone to specify:Marc G. Fournier1997-04-181-1/+9
* From: adrian@waltham.harvard.netMarc G. Fournier1997-04-181-49/+12
* Have CASSERT enabled/disabled via configure, and passed through config.hMarc G. Fournier1997-04-151-0/+32
* Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier1997-04-151-1/+1
* Fixes for [] escaping pointed out by AdrianMarc G. Fournier1997-04-121-36/+45
* Make sure that Makefile.${PORTNAME} is link'd and that teh port/*.hMarc G. Fournier1997-04-121-1/+2
* Fix detection of install vs installbsdMarc G. Fournier1997-04-121-4/+11
* Much improved configure that integrates the build script right into itMarc G. Fournier1997-04-091-10/+214
* Move YACC and YFLAGS into the template filesMarc G. Fournier1997-04-041-2/+2
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-3/+4
* One helluva mess.Marc G. Fournier1997-04-041-5/+10
* More modifications to make building more interactive:Marc G. Fournier1997-04-031-6/+21
* Various improvements to reduce questions :)Marc G. Fournier1997-04-031-1/+15
* Misc port related issuesMarc G. Fournier1997-04-011-2/+5
* Add checs for float.hMarc G. Fournier1997-03-251-1/+1
* Rather than make this a Linux test, we should just test for the existenceMarc G. Fournier1997-03-251-1/+1
* Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com>Marc G. Fournier1997-03-251-1/+7
* Add in alpha portMarc G. Fournier1997-03-251-0/+1
* Forgot to add an AC_SUBST(STRERROR) to configure.in for the strerror() testMarc G. Fournier1997-03-211-0/+1
* Check for and set HAVE_CRYPT_H if <crypt.h> existsMarc G. Fournier1997-03-201-2/+2