Rob Browning
c5b09a0529
add AC_CONFIG_FILES for ice-9/Makefile.
2004-08-29 21:14:06 +00:00
Rob Browning
a9123e8401
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
2002-12-08 22:04:18 +00:00
Rob Browning
f244c41db1
* configure.in (LIBGUILEREADLINE_MAJOR): replaces
...
LIBGUILEREADLINE_LTHACK.
2002-07-20 20:17:23 +00:00
Rob Browning
7554881756
* configure.in: add documentation for AC_DEFINEs and add
...
LIBGUILEREADLINE_LTHACK.
2002-04-09 17:21:22 +00:00
Thien-Thi Nguyen
b375c956f2
(LIBGUILEREADLINE-VERSION): Look for this file in $srcdir.
2002-02-26 07:19:35 +00:00
Rob Browning
5a4c4a0ca3
* configure.in: source ./LIBGUILEREADLINE-VERSION for version info
...
and then AC_SUBST the resulting variables:
LIBGUILEREADLINE_INTERFACE_CURRENT,
LIBGUILEREADLINE_INTERFACE_REVISION,
LIBGUILEREADLINE_INTERFACE_AGE, and
LIBGUILEREADLINE_INTERFACE.
2002-02-25 04:37:10 +00:00
Marius Vollmer
dcb17187c3
* configure.in: Check for rl_filename_completion_function.
...
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.
2001-06-14 17:42:45 +00:00
Marius Vollmer
691f5a4d2d
Added AC_PREREQ(2.50) and minimally changed for
...
autoconf 2.50. This is mostly so that the `transparent autoconf
wrapper' on Debian picks the right version of autoconf.
2001-06-03 00:59:23 +00:00
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