- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Apr 23, 2004
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Sep 05, 2002
-
-
Peter Eisentraut authored
configuration.
-
- Mar 29, 2002
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- Aug 27, 2001
-
-
Peter Eisentraut authored
platforms and without relinking. Also support VPATH builds and DESTDIR installs. One hopes.
-
- Mar 05, 2001
-
-
Peter Mount authored
Ok, I've split todays commit into three, the first two already done had some bits in JDBC & the first set of tools into contrib. This is the third, and deals with enabling JDBC to be compiled with the main source. What it does is add a new option to configure: --with-java This option tells configure to look for ant (our build tool of choice) and if found, it then compiles both the JDBC driver and the new tools as part of the normal make. Also, when the postgresql install is done, all the .jar files are also installed into the ${PGLIB}/java directory (thought best to keep then separate) Now I had some conflicts when this applied so could someone please double check that everything is ok? Peter
-
- Nov 05, 2000
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
- Oct 21, 2000
-
-
Peter Eisentraut authored
flags for Solaris. The test itself is straight from libtool.
-
- Sep 26, 2000
-
-
Peter Eisentraut authored
add --without-tk option to disable Tk. We don't need the AC_PATH_XTRA test because tkConfig.sh already contains all the information about how to compile and link with X. Also make sure that libpq is up to date for libpgtcl. Remove executable bits from pgaccess.sh, but add it to pgaccess.
-
- Sep 21, 2000
-
-
Peter Eisentraut authored
that's actually useful, robust, consistent. Better plan to generate aclocal.m4 as well: use m4 include directives, rather than cat.
-
- Aug 29, 2000
-
-
Peter Eisentraut authored
-
- Aug 28, 2000
-
-
Peter Eisentraut authored
incarnations (I hope). When an acceptable flex version is not found, print instructive error messages from both configure and the makefiles, so that users can continue building anyway.
-
- Aug 27, 2000
-
-
Peter Eisentraut authored
the harm potential outweighs the possible benefits.
-
- Aug 26, 2000
-
-
Peter Eisentraut authored
argument, change the order of tests for the third argument to be safe against missing prototypes, and make it fail hard if none of the combinations succeed.
-
- Jun 14, 2000
-
-
Peter Eisentraut authored
we'll get there one day. Use `cat' to create aclocal.m4, not `aclocal'. Some people don't have automake installed. Only run the autoconf rule in the top-level GNUmakefile if the invoker specified `make configure', don't run it automatically because of CVS timestamp skew.
-
- Jun 11, 2000
-
-
Peter Eisentraut authored
Interfaced a lot of the custom tests to the config.cache, in the process made them separate macros and grouped them out into files. Made naming adjustments. Removed a couple of useless/unused configure tests. Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl. And it breaks equally often. :(
-
- Jun 10, 2000
-
-
Peter Eisentraut authored
that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization.
-