- Nov 09, 2000
-
-
Peter Eisentraut authored
but take it as 'int *' instead. Add real test for whether ld -R works on Unixware. Rename --enable-uniconv to --enable-unicode-conversion. Install shlibs mode 755 by default, since 644 causes gratuitous complaints from ldd et al. on some systems.
-
- Nov 05, 2000
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
- Nov 03, 2000
-
-
Peter Eisentraut authored
included, and then include <strings.h> if so. Several systems already needed <strings.h> anyway. Some new systems that claim to conform to the Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99 compilers will not like that.
-
- Oct 26, 2000
-
-
Peter Eisentraut authored
waiting for input. From Pete Forman <gsez020@kryten.bedford.waii.com>.
-
- Oct 24, 2000
-
-
Peter Eisentraut authored
source). Adjust resultmap accordingly and fix some other regexps.
-
Peter Eisentraut authored
messed up and we end up with the comments from included files in the output "configure".
-
- Oct 21, 2000
-
-
Peter Eisentraut authored
flags for Solaris. The test itself is straight from libtool.
-
- Oct 20, 2000
-
-
Peter Eisentraut authored
source directory. This involves mostly makefiles using $(srcdir) when they might have used ".". (Regression tests don't work with this, yet.) Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword in most places, to preserve necessary flags even when the user overrode the flags.
-
- Oct 02, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 30, 2000
-
-
Peter Eisentraut authored
-
- Sep 27, 2000
-
-
Peter Eisentraut authored
Update the installation instructions (formerly misnamed "FAQ"), add configure checks for some headers rather than having users copy stubs manually (ugh!). Use Autoconf check for exe extension. This also avoids inheriting the value of $(X) from the environment.
-
- 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 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.
-
- Jun 07, 2000
-
-
Peter Eisentraut authored
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
-