ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.33 by root, Sun Aug 15 04:42:46 2004 UTC vs.
Revision 1.35 by root, Tue Aug 17 09:16:40 2004 UTC

400 [ --enable-smart-resize enable smart growth/shrink behaviour], 400 [ --enable-smart-resize enable smart growth/shrink behaviour],
401 [if test x$enableval = xyes; then 401 [if test x$enableval = xyes; then
402 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior) 402 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior)
403 fi]) 403 fi])
404 404
405AC_ARG_ENABLE(256-color,
406 [ --enable-256-color enable 256-color support],
407 [if test x$enableval = xyes; then
408 AC_DEFINE(TTY_256COLOR, 1, Define if you want 256 colour support)
409 fi])
410
411AC_ARG_ENABLE(cursor-blink, 405AC_ARG_ENABLE(cursor-blink,
412 [ --enable-cursor-blink enable blinking cursor], 406 [ --enable-cursor-blink enable blinking cursor],
413 [if test x$enableval = xyes -o x$enableval = xno; then 407 [if test x$enableval = xyes -o x$enableval = xno; then
414 support_cursor_blink=$enableval 408 support_cursor_blink=$enableval
415 fi]) 409 fi])
463AC_PATH_PROG(LN, ln, ln) 457AC_PATH_PROG(LN, ln, ln)
464AC_PATH_PROG(SED, sed, sed) 458AC_PATH_PROG(SED, sed, sed)
465AC_PATH_PROG(ECHO, echo, echo) 459AC_PATH_PROG(ECHO, echo, echo)
466AC_PATH_PROG(CMP, cmp, cmp) 460AC_PATH_PROG(CMP, cmp, cmp)
467AC_PATH_PROG(TBL, tbl) 461AC_PATH_PROG(TBL, tbl)
462AC_PATH_PROG(TIC, tic)
468 463
469dnl# need a neat way to detect SVR4 or its features 464dnl# need a neat way to detect SVR4 or its features
470dnl# in src/command.c we use these functions: 465dnl# in src/command.c we use these functions:
471dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h> 466dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
472dnl# - but are these also defined for other systems? 467dnl# - but are these also defined for other systems?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines