Tom Lane
bccac99e97
Make configure --help produce slightly more useful and consistently-
...
formatted descriptions of --with options.
2000-03-26 01:29:25 +00:00
Tom Lane
42ef928327
Autoconf run
2000-03-19 22:46:56 +00:00
Peter Eisentraut
3526017a59
Forgot to run autoconf.
...
(Configure shouldn't really be in CVS ...)
2000-03-05 14:14:15 +00:00
Bruce Momjian
f55624a96c
autoconf
2000-02-28 23:32:43 +00:00
Peter Eisentraut
718bb2cc9c
Moved psql \eset and \eshow to \encoding
...
Improved psql's Ctrl-C handling
Fixed configure test for sigsetjmp that now even recognizes it if it's a macro
2000-02-20 14:28:28 +00:00
Peter Eisentraut
49353692d1
Fixed handling of old --with-mb option using newly gained wisdom from
...
autoconf mailing list. ;)
2000-02-18 00:21:38 +00:00
Tom Lane
7cc0d6ae9d
Fix tab-complete so it works with old versions of readline that don't
...
have the rl_completion_append_character variable. The tab completion
behavior doesn't seem to be quite perfect in that situation, but it's
better than failing to build at all...
2000-01-21 23:32:36 +00:00
Bruce Momjian
ea1f6e00e6
autoconf
2000-01-19 17:27:04 +00:00
Tatsuo Ishii
d4aab2c000
Revert back Makefile.global
...
Add check for --with-mb. It is now obsoleted.
2000-01-19 01:42:12 +00:00
Peter Eisentraut
759fba4873
Included all yacc and lex files into the distribution.
2000-01-16 20:05:00 +00:00
Peter Eisentraut
2a1bfbce24
- Allow array on int8
...
- Prevent permissions on indexes
- Instituted --enable-multibyte option and tweaked the MB build process where necessary
- initdb prompts for superuser password
2000-01-15 18:30:35 +00:00
Tom Lane
bd62e062aa
New scheme for managing platform-specific regress test result files.
...
Instead of hard-wiring one result file per platform, there is a map file
'resultmap' that says which one to use --- a lot like template/.similar.
I have only created entries in resultmap for my own platform (HPUX) so
far; feel free to add lines for other platforms.
2000-01-09 07:54:00 +00:00
Tatsuo Ishii
0022f21dcb
Allow --with-mb=SQL_ASCII
1999-12-30 08:33:49 +00:00
Bruce Momjian
04c78e2eb4
autoconf
1999-12-21 16:56:42 +00:00
Tom Lane
76898cd330
Avoid compiler warnings on systems that have snprintf and/or vsnprintf
...
but do not bother to declare them in <stdio.h>. Seems to be a more
common omission than you'd think...
1999-12-20 00:51:25 +00:00
Bruce Momjian
93ca944077
autoconf
1999-12-17 18:19:30 +00:00
Bruce Momjian
8d49a6608a
autoconf
1999-12-16 16:34:06 +00:00
Bruce Momjian
2ea3b6d63a
autoconf
1999-11-04 21:48:36 +00:00
Bruce Momjian
bbdeaea5be
autoconf
1999-11-01 23:59:45 +00:00
Bruce Momjian
85016a2b9c
autoconf
1999-11-01 23:51:55 +00:00
Bruce Momjian
1973e90ce2
autoconf
1999-10-31 19:52:28 +00:00
Bruce Momjian
8e28ce97e5
autoconf
1999-10-31 11:51:29 +00:00
Bruce Momjian
cd273043b9
autoconf
1999-10-12 14:42:04 +00:00
Bruce Momjian
3bd3dc541d
autoconf
1999-10-12 14:31:22 +00:00
Bruce Momjian
d3ba981b3c
autoconf
1999-10-11 17:48:23 +00:00
Bruce Momjian
f29ccc8270
autoconf
1999-10-03 18:24:03 +00:00
Tom Lane
1f122a7c4c
Replace float.c's #ifdef finite check with a proper autoconf check, so it
...
works if finite() is a function. Patch from Christof Petig.
1999-10-02 17:45:31 +00:00
Marc G. Fournier
b705fa3909
Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to
...
the CPPFLAGS/LDFLAGS variables...
1999-09-12 22:49:47 +00:00
Tom Lane
b15a7c9fbe
Fix ELF test so it doesn't spit up on all non-ELF systems...
...
use Autoconf-approved method of testing for predefined symbols, and move
it down to where we know what compiler to run and how to run it.
1999-08-03 00:09:32 +00:00
Bruce Momjian
9032d3f205
autoconf
1999-08-01 16:36:57 +00:00
Bruce Momjian
41b60ba7ad
autoconf
1999-07-20 02:45:44 +00:00
Bruce Momjian
9da390d348
autoconf
1999-07-19 02:32:55 +00:00
Bruce Momjian
435ed7aaa1
autoconf
1999-07-19 01:20:00 +00:00
Tom Lane
44bc7ab2a6
Put back mistakenly removed configure test for HAVE_NETINET_IN_H.
1999-07-19 00:55:59 +00:00
Bruce Momjian
b9b5f5d6ca
autoconf
1999-07-18 21:05:17 +00:00
Bruce Momjian
0b976ec1d8
autoconf
1999-07-18 20:46:25 +00:00
Bruce Momjian
b721c9e164
autoconf
1999-07-18 20:13:40 +00:00
Bruce Momjian
ef9699d6da
autoconf
1999-07-18 16:44:31 +00:00
Bruce Momjian
0858b06f16
autoconf
1999-07-18 14:54:46 +00:00
Bruce Momjian
9c30bba810
autoconf
1999-07-18 14:38:47 +00:00
Tom Lane
6687bcb558
configure.in forgot to do AC_LANG_C to reselect C-based tests
...
after checking for presence of C++ compiler. Odd we hadn't seen any
reports of problems before...
1999-05-30 00:06:44 +00:00
Tom Lane
6f979c1541
Turns out that configure's test for HPUXMATHLIB didn't work
...
when used with egcs --- now it does.
1999-05-29 16:26:42 +00:00
Marc G. Fournier
180186272a
Give BEOS a chance ...
1999-05-26 01:22:24 +00:00
Marc G. Fournier
a0b7daa129
Apply freebsd specific patches dealign with ELF system from FreeBSD's
...
ports collection ...
1999-05-17 04:13:29 +00:00
Tom Lane
5085132c6d
Fix configure to generate correct expansion of library directory
...
in pl/plpgsql/src/mklang.sql.
1999-05-11 22:57:50 +00:00
Tom Lane
d30e2ac306
Portability patches for HPUX 11 and Unixware in configure
...
and related files. Also remove float.c's gratuitous redeclaration of
isinf() ... looks like there are more decls in there that ought to be
in config.h, but I'll leave well enough alone for now ...
1999-04-20 00:26:32 +00:00
Tom Lane
f620241d73
Remove overly presumptuous use of __STDC__ in c.h, replacing
...
it with configure-script tests to see whether const, inline, volatile, etc
work or not. (Curiously, configure was already doing the work to see if
const and inline were OK, but the results were not getting plugged into
config.h :-(.)
1999-04-02 05:10:16 +00:00
Tom Lane
1e117923aa
Revise memutils.h to use alignment information gathered by
...
configure, instead of having a bunch of crufty platform-specific guesses.
1999-03-25 19:05:19 +00:00
Tatsuo Ishii
61ce9cd366
Add KOI8/WIN/ALT to the multi-byte encoding selections
1999-03-24 06:20:38 +00:00
Bruce Momjian
33cac03c3e
autoconf
1999-03-16 03:09:09 +00:00