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.115 by sf-exg, Thu Sep 2 15:48:10 2010 UTC vs.
Revision 1.117 by sf-exg, Fri Oct 8 18:57:04 2010 UTC

94support_scroll_rxvt=yes 94support_scroll_rxvt=yes
95support_scroll_next=yes 95support_scroll_next=yes
96support_scroll_xterm=yes 96support_scroll_xterm=yes
97support_xim=yes 97support_xim=yes
98support_afterimage=yes 98support_afterimage=yes
99support_afterstep=yes
100support_xft=yes 99support_xft=yes
101support_unicode3=no 100support_unicode3=no
102support_combining=yes 101support_combining=yes
103support_8bitctrls=no 102support_8bitctrls=no
104support_iso14755=yes 103support_iso14755=yes
130 support_scroll_xterm=no 129 support_scroll_xterm=no
131 support_utmp=no 130 support_utmp=no
132 support_wtmp=no 131 support_wtmp=no
133 support_xim=no 132 support_xim=no
134 support_afterimage=no 133 support_afterimage=no
135 support_afterstep=no
136 support_xft=no 134 support_xft=no
137 support_unicode3=no 135 support_unicode3=no
138 support_combining=no 136 support_combining=no
139 support_8bitctrls=no 137 support_8bitctrls=no
140 support_iso14755=no 138 support_iso14755=no
158 support_scroll_xterm=yes 156 support_scroll_xterm=yes
159 support_utmp=yes 157 support_utmp=yes
160 support_wtmp=yes 158 support_wtmp=yes
161 support_xim=yes 159 support_xim=yes
162 support_afterimage=yes 160 support_afterimage=yes
163 support_afterstep=yes
164 support_xft=yes 161 support_xft=yes
165 support_unicode3=yes 162 support_unicode3=yes
166 support_combining=yes 163 support_combining=yes
167 #support_8bitctrls=yes 164 #support_8bitctrls=yes
168 support_iso14755=yes 165 support_iso14755=yes
241AC_ARG_WITH(afterimage_config, 238AC_ARG_WITH(afterimage_config,
242 [ --with-afterimage-config=DIR use libAfterImage config script in DIR], 239 [ --with-afterimage-config=DIR use libAfterImage config script in DIR],
243 [if test "x$withval" != x; then 240 [if test "x$withval" != x; then
244 afterimage_config=$withval/afterimage-config 241 afterimage_config=$withval/afterimage-config
245 fi]) 242 fi])
246
247dnl AC_ARG_ENABLE(afterstep,
248dnl [ --enable-afterstep enable integration with AfterStep window manager],
249dnl [if test x$enableval = xyes -o x$enableval = xno; then
250dnl support_afterstep=$enableval
251dnl fi])
252 243
253AC_ARG_ENABLE(pixbuf, 244AC_ARG_ENABLE(pixbuf,
254 [ --enable-pixbuf enable integration with gdk-pixbuf for background images], 245 [ --enable-pixbuf enable integration with gdk-pixbuf for background images],
255 [if test x$enableval = xyes -o x$enableval = xno; then 246 [if test x$enableval = xyes -o x$enableval = xno; then
256 support_pixbuf=$enableval 247 support_pixbuf=$enableval
685fi 676fi
686if test x$support_mouseslipwheel = xyes; then 677if test x$support_mouseslipwheel = xyes; then
687 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 678 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
688fi 679fi
689 680
690dnl if test x$support_afterstep = xyes; then
691dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager)
692dnl fi
693
694scrolltypes=plain 681scrolltypes=plain
695AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars) 682AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
696 683
697if test x$support_scroll_rxvt = xyes; then 684if test x$support_scroll_rxvt = xyes; then
698 AC_DEFINE(RXVT_SCROLLBAR, 1, Support Rxvt original style scrollbars) 685 AC_DEFINE(RXVT_SCROLLBAR, 1, Support Rxvt original style scrollbars)
705if test x$support_scroll_xterm = xyes; then 692if test x$support_scroll_xterm = xyes; then
706 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 693 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
707 scrolltypes="$scrolltypes xterm" 694 scrolltypes="$scrolltypes xterm"
708fi 695fi
709if test x$support_pointer_blank = xyes; then 696if test x$support_pointer_blank = xyes; then
710 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 697 AC_DEFINE(POINTER_BLANK, 1, Define if you want to hide the pointer while typing)
711fi 698fi
712if test x$support_text_blink = xyes; then 699if test x$support_text_blink = xyes; then
713 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) 700 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)
714fi 701fi
715if test x$support_unicode3 = xyes; then 702if test x$support_unicode3 = xyes; then
805 echo " resource class fallback: $RESFALLBACK" 792 echo " resource class fallback: $RESFALLBACK"
806fi 793fi
807echo 794echo
808echo " embedded perl: $support_perl" 795echo " embedded perl: $support_perl"
809echo " libafterimage: $support_afterimage" 796echo " libafterimage: $support_afterimage"
810dnl echo " AfterStep integration: $support_afterstep"
811echo 797echo
812if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 798if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
813 echo ".----------------------------------------------------------------." 799 echo ".----------------------------------------------------------------."
814 echo ". WARNING: --enable-xim was specified however the locale support ." 800 echo ". WARNING: --enable-xim was specified however the locale support ."
815 echo ". functions could not be found. ." 801 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines