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.72 by root, Mon Jan 16 14:48:39 2006 UTC vs.
Revision 1.74 by root, Mon Jan 16 15:12:48 2006 UTC

1dnl# -*- sh -*- 1dnl# -*- sh -*-
2dnl# 2dnl#
3dnl# Process this file with autoconf to produce a configure script. 3dnl# Process this file with autoconf to produce a configure script.
4dnl# 4dnl#
5AC_PREREQ(2.50)
5orig_CXXFLAGS="$CXXFLAGS" 6orig_CXXFLAGS="$CXXFLAGS"
6 7
7AC_INIT 8AC_INIT
8AC_CONFIG_SRCDIR([src/feature.h]) 9AC_CONFIG_SRCDIR([src/feature.h])
9AC_CONFIG_AUX_DIR(autoconf) 10AC_CONFIG_AUX_DIR(autoconf)
298 [ --enable-plain-scroll enable plain style scrollbar], 299 [ --enable-plain-scroll enable plain style scrollbar],
299 [if test x$enableval = xyes -o x$enableval = xno; then 300 [if test x$enableval = xyes -o x$enableval = xno; then
300 support_scroll_plain=$enableval 301 support_scroll_plain=$enableval
301 fi]) 302 fi])
302 303
303AC_ARG_ENABLE(half-shadow, 304dnl AC_ARG_ENABLE(half-shadow,
304 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 305dnl [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
305 [if test x$enableval = xyes; then 306dnl [if test x$enableval = xyes; then
306 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 307dnl AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
307 fi]) 308dnl fi])
308 309
309AC_ARG_WITH(codesets, 310AC_ARG_WITH(codesets,
310 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], 311 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
311 [codesets="$withval"]) 312 [codesets="$withval"])
312 313

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines