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.25 by ayin, Mon Jan 23 09:56:47 2006 UTC vs.
Revision 1.26 by ayin, Mon Jan 23 10:10:39 2006 UTC

235 235
236AC_ARG_ENABLE(font-styles, 236AC_ARG_ENABLE(font-styles,
237 [ --enable-font-styles enable bold and italic support], 237 [ --enable-font-styles enable bold and italic support],
238 [if test x$enableval = xyes -o x$enableval = xno; then 238 [if test x$enableval = xyes -o x$enableval = xno; then
239 support_styles=$enableval 239 support_styles=$enableval
240 fi])
241
242AC_ARG_ENABLE(utmp,
243 [ --enable-utmp enable utmp (utmpx) support],
244 [if test x$enableval = xyes -o x$enableval = xno; then
245 support_utmp=$enableval
246 fi])
247
248AC_ARG_ENABLE(wtmp,
249 [ --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)],
250 [if test x$enableval = xyes -o x$enableval = xno; then
251 support_wtmp=$enableval
252 fi])
253
254AC_ARG_ENABLE(lastlog,
255 [ --enable-lastlog enable lastlog support (requires --enable-utmp)],
256 [if test x$enableval = xyes -o x$enableval = xno; then
257 support_lastlog=$enableval
258 fi]) 240 fi])
259 241
260AC_ARG_ENABLE(xpm-background, 242AC_ARG_ENABLE(xpm-background,
261 [ --enable-xpm-background enable XPM background pixmaps], 243 [ --enable-xpm-background enable XPM background pixmaps],
262 [if test x$enableval = xyes -o x$enableval = xno; then 244 [if test x$enableval = xyes -o x$enableval = xno; then
854 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 836 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
855fi 837fi
856if test x$support_mouseslipwheel = xyes; then 838if test x$support_mouseslipwheel = xyes; then
857 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 839 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
858fi 840fi
859if test x$support_utmp = xyes; then
860 AC_DEFINE(UTMP_SUPPORT, 1, Define if you want to have utmp/utmpx support)
861fi
862if test x$support_wtmp = xyes; then
863 AC_DEFINE(WTMP_SUPPORT, 1, Define if you want to have wtmp support when utmp/utmpx is enabled)
864fi
865if test x$support_lastlog = xyes; then
866 AC_DEFINE(LASTLOG_SUPPORT, 1, Define if you want to have lastlog support when utmp/utmpx is enabled)
867fi
868if test x$support_xim = xyes -o x$multichar_set = xyes; then 841if test x$support_xim = xyes -o x$multichar_set = xyes; then
869 if test x$rxvt_cv_func_xlocale = xyes; then 842 if test x$rxvt_cv_func_xlocale = xyes; then
870 AC_DEFINE(USE_XIM, 1, Define if you want to have XIM (X Input Method) protocol support - required for multibyte characters input) 843 AC_DEFINE(USE_XIM, 1, Define if you want to have XIM (X Input Method) protocol support - required for multibyte characters input)
871 fi 844 fi
872fi 845fi
1045 1018
1046if test x$support_xpm = xyes; then 1019if test x$support_xpm = xyes; then
1047 echo " Xpm library: $XPM_LIBS" 1020 echo " Xpm library: $XPM_LIBS"
1048fi 1021fi
1049 1022
1050if test x$support_utmp != xyes; then
1051 echo " utmp support: disabled"
1052 echo
1053else
1054 echo " utmp support: enabled
1055 utmp file: $path_utmp
1056 utmpx file: $path_utmpx
1057 wtmp file: $path_wtmp
1058 wtmpx file: $path_wtmpx
1059 lastlog file: $path_lastlog
1060 lastlogx file: $path_lastlogx"
1061fi
1062if test x$term != x; then 1023if test x$term != x; then
1063 echo " set TERM to: $term" 1024 echo " set TERM to: $term"
1064fi 1025fi
1065if test x$terminfo != x; then 1026if test x$terminfo != x; then
1066 echo " set TERMINFO to: $terminfo" 1027 echo " set TERMINFO to: $terminfo"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines