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.118 by sf-exg, Wed Oct 13 23:04:56 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
668if test x$support_fading = xyes; then 659if test x$support_fading = xyes; then
669 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost) 660 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
670fi 661fi
671if test x$support_inheritpixmap = xyes; then 662if test x$support_inheritpixmap = xyes; then
672 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background) 663 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
664 test x$support_xft = xyes && LIBS="$LIBS -lm"
673fi 665fi
674if test x$support_keepscrolling = xno; then 666if test x$support_keepscrolling = xno; then
675 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 667 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
676fi 668fi
677if test x$support_selectionscrolling = xyes; then 669if test x$support_selectionscrolling = xyes; then
684 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 676 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
685fi 677fi
686if test x$support_mouseslipwheel = xyes; then 678if 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) 679 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
688fi 680fi
689
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 681
694scrolltypes=plain 682scrolltypes=plain
695AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars) 683AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
696 684
697if test x$support_scroll_rxvt = xyes; then 685if test x$support_scroll_rxvt = xyes; then
705if test x$support_scroll_xterm = xyes; then 693if test x$support_scroll_xterm = xyes; then
706 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 694 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
707 scrolltypes="$scrolltypes xterm" 695 scrolltypes="$scrolltypes xterm"
708fi 696fi
709if test x$support_pointer_blank = xyes; then 697if test x$support_pointer_blank = xyes; then
710 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 698 AC_DEFINE(POINTER_BLANK, 1, Define if you want to hide the pointer while typing)
711fi 699fi
712if test x$support_text_blink = xyes; then 700if test x$support_text_blink = xyes; then
713 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) 701 AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)
714fi 702fi
715if test x$support_unicode3 = xyes; then 703if test x$support_unicode3 = xyes; then
805 echo " resource class fallback: $RESFALLBACK" 793 echo " resource class fallback: $RESFALLBACK"
806fi 794fi
807echo 795echo
808echo " embedded perl: $support_perl" 796echo " embedded perl: $support_perl"
809echo " libafterimage: $support_afterimage" 797echo " libafterimage: $support_afterimage"
810dnl echo " AfterStep integration: $support_afterstep"
811echo 798echo
812if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 799if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
813 echo ".----------------------------------------------------------------." 800 echo ".----------------------------------------------------------------."
814 echo ". WARNING: --enable-xim was specified however the locale support ." 801 echo ". WARNING: --enable-xim was specified however the locale support ."
815 echo ". functions could not be found. ." 802 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines