Peter Eisentraut
5c1f31d2d4
Readline and Zlib now required by default. Add options --without-readline
...
and --without-zlib to turn them off.
2002-04-10 22:47:09 +00:00
Peter Eisentraut
563673e15d
Add make install-strip target.
2002-04-10 16:45:25 +00:00
Peter Eisentraut
7c1ff35410
Upgrade to Autoconf version 2.53. Replaced many custom macro
...
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.
2002-03-29 17:32:55 +00:00
Peter Eisentraut
5298eb47dc
Fix the readline test to find dependent libraries on NetBSD and OpenBSD.
...
Not pretty, but it doesn't look like the OS will get fixed sometime soon.
2001-08-28 14:59:11 +00:00
Peter Eisentraut
5558e15ce5
Do not pre-expand localedir as substituted in the makefile, so that 'make
...
install prefix=elsewhere' works.
2001-08-06 15:46:44 +00:00
Peter Eisentraut
e542036461
Native Language Support (NLS)
...
Use --enable-nls to turn it on; see installation instructions for details.
See developer's guide how to make use of it in programs and how to add
translations.
psql sources have been almost fully prepared and an incomplete German
translation has been provided. In the backend, only elog() calls are
currently translatable, and the provided German translation file is more
of a placeholder.
2001-06-02 18:25:18 +00:00
Peter Eisentraut
2660803697
Only look for bison as YACC; other yaccs need to be selected explicitly.
...
When no suitable YACC is configured, supply useful informational messages
to users. (Same way flex has been handled for a while.)
2001-02-10 22:31:42 +00:00
Peter Eisentraut
5610b6d9cb
Only use termcap xor [n]curses, depending on what readline needs. Solaris
...
has problems when linking with both.
2001-02-06 19:20:16 +00:00
Peter Eisentraut
07ac8e94c7
In flex --version test, redirect stdin to /dev/null, because some lex' hang
...
waiting for input. From Pete Forman <gsez020@kryten.bedford.waii.com>.
2000-10-26 16:28:01 +00:00
Peter Eisentraut
f03fc94e7d
New configure test for flex, which recognizes only flex but does so in all
...
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.
2000-08-28 11:53:23 +00:00