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.1 by pcg, Mon Nov 24 17:28:08 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.1 2003/11/24 17:28:08 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)
118 [if test x$enableval = xyes; then 118 [if test x$enableval = xyes; then
119 support_xft=yes 119 support_xft=yes
120 fi]) 120 fi])
121 121
122AC_ARG_WITH(codesets, 122AC_ARG_WITH(codesets,
123 [ --with-codesets=NAME,... compile in additional codesets (hp,jp_ext,kr,cn,cn_ext,vn,all)], 123 [ --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)],
124 [if test x$enableval = xyes; then 124 [if test x$enableval = xyes; then
125 codesets="$withval" 125 codesets="$withval"
126 fi]) 126 fi])
127 127
128AC_ARG_WITH(encoding, 128AC_ARG_WITH(encoding,
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