]> granicus.if.org Git - postgresql/history - src/configure.in
From: t-ishii@sra.co.jp
[postgresql] / src / configure.in
1998-02-24 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-02-24 Marc G. FournierVarious fixes for string.h vs strings.h
1998-02-24 Marc G. FournierSlight change to GUESS for finding the right entry...
1998-02-22 Bruce MomjianConfigure patches from Brook Milligan.
1998-02-19 Marc G. FournierVarious minor modes for i386_solaris
1998-02-19 Marc G. FournierCheck for <netinet/in.h>, required by DG/ux
1998-02-18 Marc G. FournierCheck for and include <getopt.h>
1998-02-17 Marc G. FournierThe problem is that $ac_cv_prog_gcc is empty, instead...
1998-02-14 Marc G. FournierRemove HBA related switch
1998-02-13 Marc G. FournierRemove interfaces/ecpg/{include,preproc}/Makefile.in...
1998-02-11 Marc G. FournierFrom: Michael Meskes <meskes@topsystem.de>
1998-02-05 Marc G. FournierBuild in a 'dummy' tas file...nothing in it, just used...
1998-02-04 Marc G. FournierTry this fix for the tas.s code...
1998-02-03 Marc G. FournierStrange, this should be required, but initialize need_t...
1998-02-03 Marc G. FournierI tried to match up the if/test stuff...fixed now,...
1998-02-03 Marc G. Fourniervarious i386_solaris cleanups that should fix sparc_sol...
1998-02-03 Marc G. FournierLearning a little more about autoconf each day...
1998-02-03 Marc G. FournierFix for missing tas.s under sparc_solaris
1998-02-02 Marc G. FournierFix HP/ux port for tas.s
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-01-28 Marc G. FournierSomeone wants to try a Cynus port....
1998-01-25 Marc G. Fournierthis is to help someone that wants an AUX port get...
1998-01-25 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-23 Marc G. FournierMinor cleanups for i386_solaris port
1998-01-20 Marc G. FournierStart an openbsd port
1998-01-17 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-01-13 Marc G. Fournierthis should pretty much clean up the i386_solaris port...
1998-01-13 Marc G. Fournierisinf() doesn't exist under i386_solaris, so code it...
1998-01-13 Marc G. FournierOops, should be 'tas.o', not 'tas.s'
1998-01-13 Marc G. FournierMIssed a semi-colon in AC_LINK_FILES for i386_solaris...
1998-01-13 Marc G. FournierFurther clean up "auto-configuration" for ports
1998-01-13 Marc G. FournierVarious fixes resulting from removing the PORTNAME...
1997-12-31 Marc G. FournierMissed a subst() for the RANDOM substritution...
1997-12-30 Marc G. FournierChange @RANDOM@ to @MISSING_RANDOM@ because of bash
1997-12-20 Marc G. FournierMake sure configure reflects changes
1997-12-20 Marc G. FournierGet it so that everything else *should* work with my...
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19 Marc G. FournierIf this doesn't break something, nothing will *muhahaha*
1997-12-19 Marc G. FournierNice clean compile...still need to run regression tests...
1997-12-19 Marc G. FournierUpdate configure so that it auto-detects and configures...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-17 Marc G. FournierAdd recognition for 'machten'
1997-10-30 Bruce MomjianMake configure more automated, from Brook Milligan.
1997-09-28 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1997-09-24 Bruce MomjianUpdate configure.
1997-09-21 Bruce MomjianConfigure OS cleanup.
1997-09-19 Bruce MomjianUpdate configure.
1997-09-18 Bruce MomjianHave to do [[ ]] in configure.in.
1997-09-18 Marc G. FournierAdd in srandom() check to configure
1997-09-17 Bruce MomjianRemove extra backets in tr test.
1997-09-13 Bruce Momjianconfigure cleanup.
1997-09-12 Bruce Momjianpg_version Makefile was not being processed.
1997-08-27 Marc G. FournierOnly need to check for strerror once :)
1997-08-17 Marc G. FournierChanges so that it actually checks for <readline/histor...
1997-08-06 Bruce MomjianFix for os version handling.
1997-08-02 Bruce MomjianMakei configure less os-version specific, were possible.
1997-08-01 Bruce MomjianFIx solaris template finding.
1997-07-31 Bruce MomjianConfigure cleanup for /usr/ucb patch.
1997-07-30 Bruce MomjianLook in /usr/ucb first for install.
1997-07-30 Bruce Momjianconfigure.in cleanup for tr and strerror2.
1997-07-30 Marc G. FournierCheck for and use <netdb.h> for postmaster.c, instead...
1997-07-30 Bruce Momjianconfigure.in cleanup from sco install.
1997-07-29 Bruce MomjianAdd strerror to pg_version for sunos4.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-07-15 Marc G. FournierSearch for ginstall before the other installs...
1997-07-14 Bruce MomjianAdd sysv4 support to configure and docs.
1997-06-01 Marc G. FournierOrdering of libraries changed so that -lbsd is *after...
1997-04-28 Marc G. FournierFix configure so that installbsd gets -c also
1997-04-26 Marc G. FournierReverse check for TR so that trbsd gets checked for...
1997-04-26 Marc G. FournierFix for bootstrap.c problem (F_* values missing from...
1997-04-22 Marc G. FournierAdd fcvt() as a check to configure so that we can get...
1997-04-22 Marc G. FournierFrom: adrian@waltham.harvard.net
1997-04-18 Marc G. FournierAdd a --with-compiler switch that allows someone to...
1997-04-18 Marc G. FournierFrom: adrian@waltham.harvard.net
1997-04-15 Marc G. FournierHave CASSERT enabled/disabled via configure, and passed...
1997-04-15 Marc G. FournierPatch for Solaris 2.5 from: adrian@waltham.harvard.net
1997-04-12 Marc G. FournierFixes for [] escaping pointed out by Adrian
1997-04-12 Marc G. FournierMake sure that Makefile.${PORTNAME} is link'd and that...
1997-04-12 Marc G. FournierFix detection of install vs installbsd
1997-04-09 Marc G. FournierMuch improved configure that integrates the build scrip...
1997-04-04 Marc G. FournierMove YACC and YFLAGS into the template files
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-04 Marc G. FournierOne helluva mess.
1997-04-03 Marc G. FournierMore modifications to make building more interactive:
1997-04-03 Marc G. FournierVarious improvements to reduce questions :)
1997-04-01 Marc G. FournierMisc port related issues
1997-03-25 Marc G. FournierAdd checs for float.h
1997-03-25 Marc G. FournierRather than make this a Linux test, we should just...
1997-03-25 Marc G. FournierStart of a univel port by "Michael P. Snyder" <msnyder...
1997-03-25 Marc G. FournierAdd in alpha port
1997-03-21 Marc G. FournierForgot to add an AC_SUBST(STRERROR) to configure.in...
1997-03-20 Marc G. FournierCheck for and set HAVE_CRYPT_H if <crypt.h> exists
1997-03-19 Marc G. FournierAdd a check for strerr, and add in D'Arcy's strerror...
1997-03-17 Marc G. FournierAdd in a check for libcrypt.a
1997-03-11 Marc G. FournierAdd in the sunos4 portname to configure detection
1997-02-25 Marc G. FournierFix, I think, the stdup.o problem reported on those...
1997-02-20 Marc G. FournierAdd in port hpux to configure
1997-02-19 Marc G. FournierRemoved a ',' that didn't belong in the timezone test...
1997-02-13 Marc G. FournierHad configure check for strdup, but didn't have it...
next