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.6 by pcg, Thu Jan 29 21:34:14 2004 UTC vs.
Revision 1.7 by pcg, Thu Jan 29 23:26:01 2004 UTC

1dnl# -*- sh -*- 1dnl# -*- sh -*-
2dnl# 2dnl#
3dnl# $Id: configure.in,v 1.6 2004/01/29 21:34:14 pcg Exp $ 3dnl# $Id: configure.in,v 1.7 2004/01/29 23:26:01 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)
352 [if test x$enableval = xyes -o x$enableval = xno; then 352 [if test x$enableval = xyes -o x$enableval = xno; then
353 support_cursor_blink=$enableval 353 support_cursor_blink=$enableval
354 fi]) 354 fi])
355 355
356AC_ARG_ENABLE(text-blink, 356AC_ARG_ENABLE(text-blink,
357 [ --enable-text-blink enable blinking text], 357 [ --enable-text-blink enable blinking text],
358 [if test x$enableval = xyes -o x$enableval = xno; then 358 [if test x$enableval = xyes -o x$enableval = xno; then
359 support_text_blink=$enableval 359 support_text_blink=$enableval
360 fi]) 360 fi])
361 361
362AC_ARG_ENABLE(pointer-blank, 362AC_ARG_ENABLE(pointer-blank,
1194 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 1194 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
1195fi 1195fi
1196if test x$support_cursor_blink = xyes; then 1196if test x$support_cursor_blink = xyes; then
1197 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support) 1197 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support)
1198fi 1198fi
1199if test x$support_test_blink = xyes; then 1199if test x$support_text_blink = xyes; then
1200 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) 1200 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)
1201fi 1201fi
1202if test x$support_unicode3 = xyes; then 1202if test x$support_unicode3 = xyes; then
1203 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0) 1203 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0)
1204fi 1204fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines