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.3 by pcg, Wed Dec 17 23:21:56 2003 UTC vs.
Revision 1.4 by pcg, Thu Dec 18 00:38:07 2003 UTC

1dnl# -*- sh -*- 1dnl# -*- sh -*-
2dnl# 2dnl#
3dnl# $Id: configure.in,v 1.3 2003/12/17 23:21:56 pcg Exp $ 3dnl# $Id: configure.in,v 1.4 2003/12/18 00:38:07 pcg Exp $
4dnl# 4dnl#
5dnl# Process this file with autoconf to produce a configure script. 5dnl# Process this file with autoconf to produce a configure script.
6dnl# 6dnl#
7AC_INIT(src/feature.h) 7AC_INIT(src/feature.h)
8AC_CONFIG_AUX_DIR(autoconf) 8AC_CONFIG_AUX_DIR(autoconf)
330 [ --enable-smart-resize enable smart growth/shrink behaviour], 330 [ --enable-smart-resize enable smart growth/shrink behaviour],
331 [if test x$enableval = xyes; then 331 [if test x$enableval = xyes; then
332 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior) 332 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior)
333 fi]) 333 fi])
334 334
335AC_ARG_ENABLE(256-color,
336 [ --enable-256-color enable 256-color support],
337 [if test x$enableval = xyes; then
338 AC_DEFINE(TTY_256COLOR, 1, Define if you want 256 colour support) 335AC_DEFINE(TTY_256COLOR, 1, Define if you want 256 colour support)
339 fi])
340 336
341AC_ARG_ENABLE(cursor-blink, 337AC_ARG_ENABLE(cursor-blink,
342 [ --enable-cursor-blink enable blinking cursor *], 338 [ --enable-cursor-blink enable blinking cursor *],
343 [if test x$enableval = xyes -o x$enableval = xno; then 339 [if test x$enableval = xyes -o x$enableval = xno; then
344 support_cursor_blink=$enableval 340 support_cursor_blink=$enableval

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines