Gary Houston
|
c2c2760293
|
* configure.in: test $ac_cv_lib_readline_readline instead of
$ac_cv_lib_readline_main. Thanks to Lars J. Aas.
|
2000-11-19 12:21:36 +00:00 |
|
Marius Vollmer
|
49dd8ff330
|
* configure.in: Check for curses, terminfo and termlib libraries
in addition to ncurses and termcap.
Check for `readline' in libreadline, not for `main'.
Thanks to Albert Chin!
|
2000-09-17 21:16:18 +00:00 |
|
Marius Vollmer
|
6011327117
|
* configure.in (rl_pre_input_hook): Don't check for this with
AC_CHECK_FUNCS, it doesn't work on HP/UX. Test for it with
AC_TRY_LINK.
|
2000-07-19 18:10:30 +00:00 |
|
Mikael Djurfeldt
|
f59a8b6460
|
* configure.in: Check for siginterrupt and rl_pre_input_hook.
|
2000-06-19 01:11:28 +00:00 |
|
Mikael Djurfeldt
|
49a2970b4a
|
* configure.in: Added test if readline clears SA_RESTART flag for
SIGWINCH. (Thanks to Dale P. Smith.)
|
2000-06-19 00:42:30 +00:00 |
|
Mikael Djurfeldt
|
5ca264aaec
|
* configure.in: Put more ink before readline version warning.
(Thanks to Ian Grant.)
|
2000-06-06 12:41:39 +00:00 |
|
Jim Blandy
|
52b30d5e8d
|
* configure.in: Call AM_PROG_CC_STDC.
* configure, aclocal.m4: Regenerated.
|
1999-09-22 19:58:54 +00:00 |
|
Marius Vollmer
|
395753a155
|
* configure.in: Get version from ../GUILE-VERSION and use it for
package version.
|
1999-09-11 15:21:24 +00:00 |
|
Mikael Djurfeldt
|
f30a1c9560
|
* configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
use rl_getc_function. Otherwise smart compilers, like gcc,
optimize away the reference so that no error occurs in the link
phase.
|
1999-08-17 20:58:19 +00:00 |
|
Mikael Djurfeldt
|
66e28f022f
|
* configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
readline doesn't exist on the system, so that configuration can
proceed normally without readline.
|
1999-07-24 11:38:30 +00:00 |
|
Marius Vollmer
|
c374ab69c1
|
* Checked everything into CVS.
|
1999-07-23 21:43:58 +00:00 |
|