Commit Graph

134 Commits (b8e5581d762acceda22dd7347ed43d2e013a6df1)

Author SHA1 Message Date
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Peter Eisentraut 7a550cb95c Update config.guess and config.sub 18 years ago
Bruce Momjian 4ea3210a04 Again properly fix Darwin strip. 18 years ago
Bruce Momjian a4840c82da Modify OS/X Darin test to actually work, (no $template) 18 years ago
Bruce Momjian 58ac0f92c0 Use strip -x on OS/X-darwin because non-"-x" causes link problems: 18 years ago
Tom Lane faa1179678 Fix search for SGML stylesheets to include the place where Gentoo keeps them. 18 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 18 years ago
Tom Lane 746330e2d0 Better solution to the tr problem: use sed instead. Per Martijn and Andrew. 19 years ago
Tom Lane 7ac9d45f49 Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported by 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Peter Eisentraut 6ab23dabf5 Punt when trying to build with threaded Python on FreeBSD. 19 years ago
Peter Eisentraut e1fdd2263f Make unknown-option-warning code more portable. echo -n is not portable, 19 years ago
Peter Eisentraut a64f208833 Updated config.guess and config.sub 19 years ago
Alvaro Herrera 5c83b510be Fix typo. 19 years ago
Bruce Momjian 382808612c Emit warnings for unknown configure options. 19 years ago
Bruce Momjian 5d9062f939 Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined 19 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Bruce Momjian 10e3d224e0 Add configure flag to allow libedit to be preferred over GNU readline: 20 years ago
Bruce Momjian 4784794279 Enable threaded python builds on freebsd5, per report from Jim C. Nasby 20 years ago
Bruce Momjian d3a0c8dce9 Prevent threaded python build on BSD's, where it fails. 20 years ago
Bruce Momjian 1a6fe83011 Allow Win32 libpq will use it's minimal pthread implementation, and ecpg 20 years ago
Peter Eisentraut 875efad481 Update to autoconf 2.59 as well as updates of related scripts 20 years ago
Tom Lane e71d09a472 Clean up printf arg-control test, per Kurt Roeckx. 21 years ago
Bruce Momjian b4feafb6ff Add support to port/snprintf.c for position parameter specification: 21 years ago
Peter Eisentraut 3bfb93a441 New version of mkinstalldirs fixes problems on Tru64 UNIX. 21 years ago
Bruce Momjian b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to 21 years ago
Bruce Momjian af80de1f01 Update aix cc_r wording. 21 years ago
Bruce Momjian 0f4b3f2215 Mention aix cc_r is not supported, and why 21 years ago
Tom Lane c833c6c558 Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed 21 years ago
Tom Lane aef2d0d86c Fix readline/libedit selection code to prefer readline over libedit 21 years ago
Tom Lane 9b3fc492d3 If we're going to test for switch validity by observing whether the 21 years ago
Neil Conway 857e210ea9 When using GCC, change the default CFLAGS to: 21 years ago
Tom Lane 669ca7af83 Another try at making plpython autoconfiguration work correctly. Use a 21 years ago
Tom Lane 86a39d5a19 Un-break plpython build for non-Windows platforms. 21 years ago
Bruce Momjian 5431393274 Allow plpython to build on Win32. 21 years ago
Bruce Momjian 314cef0f12 Update comment on int64 printf speciifications for MinGW: 21 years ago
Peter Eisentraut 24cfc14019 New config.guess and config.sub 21 years ago
Joe Conway 04d15d120c Make discovery of python_configdir architecture independent. Solution 21 years ago
Bruce Momjian b85faa87b9 Send thread test output to file descriptor 5 like configure does rather 21 years ago
Bruce Momjian 8becd824aa Check for ignored thread compiler options to reduce compiler noise. 21 years ago
Bruce Momjian e97c817092 Use _timezone global on Cygwin instead of timezone. 21 years ago
Tom Lane 31a242ae14 Some versions of lex will drop a lex.yy.c file when we probe to see if 21 years ago
Tom Lane 3a6f1313b5 Use $PATH_SEPARATOR like the rest of the autoconf code, instead of 21 years ago
Bruce Momjian 0d4aa039ac Fix agressive collection of thread flags. 21 years ago
Bruce Momjian 6a5718b1ee Fix syntax error just introduced. 21 years ago
Bruce Momjian e48322a6d6 Be more aggressive about adding flags to thread compiles. The configure 21 years ago
Bruce Momjian 19f1370b1e Minor style cleanup of thread test script. 21 years ago
Peter Eisentraut adf57cd7e2 PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 21 years ago