summaryrefslogtreecommitdiff
path: root/src/configure.in
AgeCommit message (Expand)Author
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-03-16Hmmm. It had to do with tcl/tk on FreeBSD. The configure scripts areBruce Momjian
1999-03-15Fix int8 configure one more time ... prior version didn'tTom Lane
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-03-08Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier
1999-03-07Cleaner autoconf tests for int8 support.Tom Lane
1999-03-06Reduce DEF_MAXBACKENDS to 32 so that default configurationTom Lane
1999-02-21Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane
1999-02-19Allow maximum number of backends to be set at configure timeTom Lane
1999-02-03Modify int8 to not depend on sscanf(), and fix configure's testTom Lane
1999-02-01freebsd4.0 needed to be added to configure...Marc G. Fournier
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Add configure test to see whether vsnprintf() is present,Tom Lane
1998-12-28Fix for current dir not in path, from stan's report.Bruce Momjian
1998-12-13Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane
1998-11-29Use autoconf to determine whether system has POSIX signals,Tom Lane
1998-11-23modify configure so that template/.similar entries can beTom Lane
1998-11-02slight mods required for freebsd (elf vs aout stuff)Marc G. Fournier
1998-10-31oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...Marc G. Fournier
1998-10-31Minor FreeBSD fixes put in placeMarc G. Fournier
1998-10-30Mention --without-CXX option in online help.Tom Lane
1998-10-30Okay, this shoudl provide a fix for the freebsd problem...Marc G. Fournier
1998-10-29Drat. Should test a few more cases before committing.Tom Lane
1998-10-29Run AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC,Tom Lane
1998-10-28Remove unreliable test for how to do cpp from stdin.Tom Lane
1998-10-27Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have aMarc G. Fournier
1998-10-26Fix cpp-from-stdin detection so that it works even if theTom Lane
1998-10-23Fix for version guessing in configure.Bruce Momjian
1998-10-18Use AC_CONFIG_HEADER as documented by Autoconf manual: call itTom Lane
1998-10-18The TCL/TK configuration cleanup patches I submitted have the followingBruce Momjian
1998-10-18Still another round of Perl-module installation tweaks.Tom Lane
1998-10-16Perl fixes from Brook MilliganBruce Momjian
1998-10-15TCL/TK fixes from Billy G. Allie.Bruce Momjian
1998-10-14Add Taral's test for flags required by the detected cpp program to readThomas G. Lockhart
1998-10-13From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier
1998-10-13change configure so that if postgresql isn't being installed as root,Marc G. Fournier
1998-10-13Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR.Bruce Momjian
1998-10-12TCL_LIB/TCL_INCDIR cleanup.Bruce Momjian
1998-10-12TCL_LIB.Bruce Momjian
1998-10-12Fix for Solaris/i386.Bruce Momjian
1998-10-12plpgsql fixes from Billy G. AllieBruce Momjian
1998-10-12Tcl fixes from Billy G. AllieBruce Momjian
1998-10-12Cleanup.Bruce Momjian
1998-10-09configure cleanupBruce Momjian
1998-10-09 There where a few more problems fixed by the patch below.Bruce Momjian
1998-10-09Adjustments for standalone and integrated ODBC.Thomas G. Lockhart
1998-10-08I have had a few problems with the PL stuff recently committed. TheBruce Momjian
1998-10-07Separate out the lextest so that it is run by "make" and "make install".Thomas G. Lockhart
1998-10-06Try to configure interfaces/odbc using the --with-odbc switch.Thomas G. Lockhart
1998-10-06Add configure test to make sure fcntl(SETLK) is available,Tom Lane