- Nov 13, 2007
-
-
Bruce Momjian authored
-
- Nov 10, 2007
-
- Aug 09, 2007
-
-
Tom Lane authored
Brendan Jurd
-
- Jul 19, 2007
-
-
Tom Lane authored
Minor rearrangements to make a few tests in a more logical order.
-
- Nov 30, 2006
- Oct 30, 2006
-
-
Peter Eisentraut authored
code relies on the checking macro actually being called at the end, or the automatic undiversion will produce garbage. These sort of implicit side-effects undermine the modularity of the macros and happen to break the ODBC driver which makes use of them. Also put the warnings at the very end of configure, so there is an even better chance of seeing them.
-
- Oct 16, 2006
-
-
Peter Eisentraut authored
Also cut back on excessive use of *** to decorate configure error messages. If it's an error message, you are sure to see it without any decoration.
-
- Oct 13, 2006
-
-
Peter Eisentraut authored
and neither is "|" or "\|" in basic regular expressions.
-
- Oct 07, 2006
-
-
Peter Eisentraut authored
-
- Aug 11, 2006
-
-
Alvaro Herrera authored
-
- May 30, 2006
-
-
Bruce Momjian authored
Martijn van Oosterhout
-
- May 23, 2006
-
-
Bruce Momjian authored
in port/pg_config_paths.h.
-
- Mar 11, 2006
-
-
Bruce Momjian authored
-
- Dec 09, 2005
-
-
Peter Eisentraut authored
-
- Dec 04, 2005
-
-
Bruce Momjian authored
--with-libedit-preferred prefer BSD Libedit over GNU Readline
-
- Oct 13, 2005
-
-
Bruce Momjian authored
-
- Sep 26, 2005
-
-
Bruce Momjian authored
Marko Kreen
-
- Aug 29, 2005
-
-
Bruce Momjian authored
will use pthreadGC2. Dave Page
-
- Jul 01, 2005
-
-
Peter Eisentraut authored
-
- Feb 24, 2005
-
-
Tom Lane authored
-
- Feb 22, 2005
-
-
Bruce Momjian authored
+ # Determine if printf supports %1$ argument selection, e.g. %5$ selects + # the fifth argument after the printf print string. + # This is not in the C99 standard, but in the Single Unix Specification (SUS). + # It is used in our langauge translation strings. Nicolai Tufar with configure changes by Bruce.
-
- Jan 08, 2005
-
-
Peter Eisentraut authored
-
- Dec 16, 2004
-
-
Bruce Momjian authored
binary compiles, and adjust configure tests for AIX.
-
- Dec 14, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 02, 2004
-
-
Tom Lane authored
that readline must depend on libcurses, but it seems more recent ones use libtermcap instead. Allow that case.
-
- Nov 30, 2004
-
-
Tom Lane authored
reliably (ie, regardless of which libraries they depend on). Also make sure that we don't select headers that obviously belong to the wrong one of the two libraries. This was discussed back around 4-Sep but seems to have slipped through the cracks. The header selection could be checked more closely, perhaps, but let's see if this is good enough.
-
- Oct 24, 2004
-
-
Tom Lane authored
compiler emits any warnings, the test program had better be 100% correct, not only 90% correct. The recent addition of -Wold-style-definition broke thread-safety detection on every platform that has that switch, because the test program used an old-style definition.
-
- Oct 20, 2004
-
-
Neil Conway authored
-O2 -Wall -Wmissing-prototypes -Wpointer-arith Check whether the version of GCC we are using supports any of: -Wdeclaration-after-statement -Wendif-labels -Wold-style-definition And add the supported flags to CFLAGS.
-
- Oct 11, 2004
-
-
Tom Lane authored
-L spec rather than assuming libpython is in the standard search path (this returns to the way 7.4 did it). But check the distutils output to see if it looks like Python has built a shared library, and if so link with that instead of the probably-not-shared library found in configdir.
-
- Oct 10, 2004
-
-
Tom Lane authored
-
- Oct 06, 2004
-
-
Bruce Momjian authored
Magnus Hagander
-
- Oct 04, 2004
-
-
Bruce Momjian authored
# MinGW uses '%I64d', though gcc throws an warning with -Wall, # while '%lld' doesn't generate a warning, but doesn't work.
-
- Sep 18, 2004
-
-
Peter Eisentraut authored
-
- Sep 17, 2004
-
-
Joe Conway authored
from James William Pye.
-
- Sep 11, 2004
-
-
Bruce Momjian authored
than /dev/null, which Win32 doesn't have.
-
Bruce Momjian authored
-
- Sep 08, 2004
-
-
Bruce Momjian authored
-
- Sep 02, 2004
-
-
Tom Lane authored
they are flex. Clean up after them.
-