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

Comparing cvsroot/rxvt-unicode/configure.ac (file contents):
Revision 1.144 by root, Tue Jun 19 18:17:56 2012 UTC vs.
Revision 1.145 by root, Tue Jun 19 20:50:05 2012 UTC

95support_combining=yes 95support_combining=yes
96support_8bitctrls=no 96support_8bitctrls=no
97support_iso14755=yes 97support_iso14755=yes
98support_styles=yes 98support_styles=yes
99support_perl=yes 99support_perl=yes
100support_xdbe=yes
101codesets=all 100codesets=all
102 101
103dnl# -------------------------------------------------------------------------- 102dnl# --------------------------------------------------------------------------
104dnl# CHECKING COMMAND LINE OPTIONS 103dnl# CHECKING COMMAND LINE OPTIONS
105dnl# -------------------------------------------------------------------------- 104dnl# --------------------------------------------------------------------------
108 [ --enable-everything enable standard non-multichoice features 107 [ --enable-everything enable standard non-multichoice features
109 NOTE: this option is order dependent], 108 NOTE: this option is order dependent],
110 [ 109 [
111 if test x$enableval = xno; then 110 if test x$enableval = xno; then
112 support_frills=no 111 support_frills=no
113 support_xdbe=no
114 support_inheritpixmap=no 112 support_inheritpixmap=no
115 support_fading=no 113 support_fading=no
116 support_keepscrolling=no 114 support_keepscrolling=no
117 support_selectionscrolling=no 115 support_selectionscrolling=no
118 support_lastlog=no 116 support_lastlog=no
133 support_combining=no 131 support_combining=no
134 support_8bitctrls=no 132 support_8bitctrls=no
135 support_iso14755=no 133 support_iso14755=no
136 support_styles=no 134 support_styles=no
137 support_perl=no 135 support_perl=no
138 support_xdbe=no
139 codesets= 136 codesets=
140 fi 137 fi
141 if test x$enableval = xyes; then 138 if test x$enableval = xyes; then
142 support_frills=yes 139 support_frills=yes
143 support_inheritpixmap=yes 140 support_inheritpixmap=yes
162 support_combining=yes 159 support_combining=yes
163 #support_8bitctrls=yes 160 #support_8bitctrls=yes
164 support_iso14755=yes 161 support_iso14755=yes
165 support_styles=yes 162 support_styles=yes
166 support_perl=yes 163 support_perl=yes
167 support_xdbe=yes
168 codesets=all 164 codesets=all
169 fi 165 fi
170 ]) 166 ])
171 167
172support_assertions=no 168support_assertions=no
412 408
413AC_ARG_WITH(terminfo, 409AC_ARG_WITH(terminfo,
414 [ --with-terminfo=PATH set the path to the terminfo tree to PATH], 410 [ --with-terminfo=PATH set the path to the terminfo tree to PATH],
415 [if test x$withval != x; then 411 [if test x$withval != x; then
416 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 412 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
417 fi])
418
419AC_ARG_ENABLE(xdbe,
420 [ --enable-xdbe enable support for double buffering],
421 [if test x$enableval = xyes -o x$enableval = xno; then
422 support_xdbe=$enableval
423 fi]) 413 fi])
424 414
425dnl# -------------------------------------------------------------------------- 415dnl# --------------------------------------------------------------------------
426 416
427LIBEV_M4_AVOID_LIBRT=1 417LIBEV_M4_AVOID_LIBRT=1
572dnl# -------------------------------------------------------------------------- 562dnl# --------------------------------------------------------------------------
573support_image=no 563support_image=no
574if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then 564if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
575 support_image=yes 565 support_image=yes
576fi 566fi
577if test x$support_xdbe = xyes; then
578 LIBS="$LIBS -lXext"
579fi
580
581if test x$support_xft = xyes || test x$support_image = xyes; then 567if test x$support_xft = xyes || test x$support_image = xyes; then
582 rxvt_have_xrender=no 568 rxvt_have_xrender=no
583 AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 569 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
584 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then 570 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
585 X_LIBS="`$PKG_CONFIG xrender --libs` $X_LIBS" 571 X_LIBS="`$PKG_CONFIG xrender --libs` $X_LIBS"
660fi 646fi
661 647
662AC_SUBST(PIXBUF_CFLAGS) 648AC_SUBST(PIXBUF_CFLAGS)
663AC_SUBST(PIXBUF_LIBS) 649AC_SUBST(PIXBUF_LIBS)
664 650
665if test x$support_xdbe = xyes; then
666 AC_DEFINE(ENABLE_XDBE, 1, Define if you want to use XDBE)
667fi
668if test x$support_styles = xyes; then 651if test x$support_styles = xyes; then
669 AC_DEFINE(ENABLE_STYLES, 1, Define if you want bold and italic support) 652 AC_DEFINE(ENABLE_STYLES, 1, Define if you want bold and italic support)
670fi 653fi
671if test x$support_iso14755 = xyes; then 654if test x$support_iso14755 = xyes; then
672 AC_DEFINE(ISO_14755, 1, Define if you want ISO 14755 extended support) 655 AC_DEFINE(ISO_14755, 1, Define if you want ISO 14755 extended support)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines