summaryrefslogtreecommitdiff
path: root/src/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Build in a 'dummy' tas file...nothing in it, just used for the link processMarc G. Fournier1998-02-051-4/+5
| | | | of configure
* Try this fix for the tas.s code...Marc G. Fournier1998-02-041-18/+19
|
* Strange, this should be required, but initialize need_tas to noMarc G. Fournier1998-02-031-0/+1
|
* I tried to match up the if/test stuff...fixed now, I thinkMarc G. Fournier1998-02-031-1/+1
|
* various i386_solaris cleanups that should fix sparc_solaris and hpuxMarc G. Fournier1998-02-031-1/+1
|
* Learning a little more about autoconf each day...Marc G. Fournier1998-02-031-13/+9
| | | | Fix inclusion of 'tas.s' for various ports
* Fix for missing tas.s under sparc_solarisMarc G. Fournier1998-02-031-5/+8
| | | | Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
* Fix HP/ux port for tas.sMarc G. Fournier1998-02-021-1/+4
|
* Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier1998-02-021-2/+3
| | | | configure vs port specific #ifdef's...
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-02-011-0/+1
| | | | | The following patches will bring the UNIVEL port in line with the new porting model used in postgreSQL 6.3
* Someone wants to try a Cynus port....Marc G. Fournier1998-01-281-0/+1
|
* this is to help someone that wants an AUX port get started...Marc G. Fournier1998-01-251-0/+1
|
* From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier1998-01-251-1/+1
| | | | | | Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script.
* Minor cleanups for i386_solaris portMarc G. Fournier1998-01-231-1/+1
|
* Start an openbsd portMarc G. Fournier1998-01-201-1/+1
|
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-01-171-11/+12
| | | | | | | | | | | | | | | | | | | The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port.
* this should pretty much clean up the i386_solaris port, with regressionMarc G. Fournier1998-01-131-8/+9
| | | | tests running "as expected"...
* isinf() doesn't exist under i386_solaris, so code it such thatMarc G. Fournier1998-01-131-1/+4
| | | | it is (!isnan() && !finite()) instead
* Oops, should be 'tas.o', not 'tas.s'Marc G. Fournier1998-01-131-1/+1
|
* MIssed a semi-colon in AC_LINK_FILES for i386_solaris port...Marc G. Fournier1998-01-131-1/+1
|
* Further clean up "auto-configuration" for portsMarc G. Fournier1998-01-131-1/+5
|
* Various fixes resulting from removing the PORTNAME definesMarc G. Fournier1998-01-131-1/+1
| | | | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Missed a subst() for the RANDOM substritution...Marc G. Fournier1997-12-311-1/+1
|
* Change @RANDOM@ to @MISSING_RANDOM@ because of bashMarc G. Fournier1997-12-301-1/+1
|
* Make sure configure reflects changesMarc G. Fournier1997-12-201-0/+3
|
* Get it so that everything else *should* work with my changes...Marc G. Fournier1997-12-201-16/+17
|
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-14/+7
|
* If this doesn't break something, nothing will *muhahaha*Marc G. Fournier1997-12-191-5/+14
| | | | Just got rid of PORTNAME altogether for FreeBSD and AIX...more to follow
* Nice clean compile...still need to run regression tests, but its a majorMarc G. Fournier1997-12-191-0/+5
| | | | start
* Update configure so that it auto-detects and configures for missingMarc G. Fournier1997-12-191-7/+32
| | | | functions...
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-1/+4
| | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
* Add recognition for 'machten'Marc G. Fournier1997-12-171-0/+1
|
* 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
| | | | | I asked for this a long time ago and Frank Dana recently has indicated that using lbsd on aix breaks the timezone code.
* 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
| | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
* 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
| | | | of assuming it does exist
* 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
|