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.24 by root, Sun Jan 22 20:39:47 2006 UTC vs.
Revision 1.26 by ayin, Mon Jan 23 10:10:39 2006 UTC

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]) 240 fi])
241 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])
259
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
263 support_xpm=$enableval 245 support_xpm=$enableval
264 fi]) 246 fi])
483 fi]) 465 fi])
484 466
485dnl# -------------------------------------------------------------------------- 467dnl# --------------------------------------------------------------------------
486 468
487AC_PATH_PROG(MV, mv, mv) 469AC_PATH_PROG(MV, mv, mv)
488AC_PATH_PROG(RM, rm, rm)
489AC_PATH_PROG(CP, cp, cp) 470AC_PATH_PROG(CP, cp, cp)
490AC_PATH_PROG(LN, ln, ln) 471AC_PATH_PROG(LN, ln, ln)
491AC_PATH_PROG(SED, sed, sed) 472AC_PATH_PROG(SED, sed, sed)
492AC_PATH_PROG(ECHO, echo, echo) 473AC_PATH_PROG(ECHO, echo, echo)
493AC_PATH_PROG(CMP, cmp, cmp) 474AC_PATH_PROG(CMP, cmp, cmp)
855 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)
856fi 837fi
857if test x$support_mouseslipwheel = xyes; then 838if test x$support_mouseslipwheel = xyes; then
858 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)
859fi 840fi
860if test x$support_utmp = xyes; then
861 AC_DEFINE(UTMP_SUPPORT, 1, Define if you want to have utmp/utmpx support)
862fi
863if test x$support_wtmp = xyes; then
864 AC_DEFINE(WTMP_SUPPORT, 1, Define if you want to have wtmp support when utmp/utmpx is enabled)
865fi
866if test x$support_lastlog = xyes; then
867 AC_DEFINE(LASTLOG_SUPPORT, 1, Define if you want to have lastlog support when utmp/utmpx is enabled)
868fi
869if test x$support_xim = xyes -o x$multichar_set = xyes; then 841if test x$support_xim = xyes -o x$multichar_set = xyes; then
870 if test x$rxvt_cv_func_xlocale = xyes; then 842 if test x$rxvt_cv_func_xlocale = xyes; then
871 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)
872 fi 844 fi
873fi 845fi
1046 1018
1047if test x$support_xpm = xyes; then 1019if test x$support_xpm = xyes; then
1048 echo " Xpm library: $XPM_LIBS" 1020 echo " Xpm library: $XPM_LIBS"
1049fi 1021fi
1050 1022
1051if test x$support_utmp != xyes; then
1052 echo " utmp support: disabled"
1053 echo
1054else
1055 echo " utmp support: enabled
1056 utmp file: $path_utmp
1057 utmpx file: $path_utmpx
1058 wtmp file: $path_wtmp
1059 wtmpx file: $path_wtmpx
1060 lastlog file: $path_lastlog
1061 lastlogx file: $path_lastlogx"
1062fi
1063if test x$term != x; then 1023if test x$term != x; then
1064 echo " set TERM to: $term" 1024 echo " set TERM to: $term"
1065fi 1025fi
1066if test x$terminfo != x; then 1026if test x$terminfo != x; then
1067 echo " set TERMINFO to: $terminfo" 1027 echo " set TERMINFO to: $terminfo"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines