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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines