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.74 by ayin, Sun Aug 26 18:47:40 2007 UTC vs.
Revision 1.76 by ayin, Tue Sep 18 12:17:58 2007 UTC

419 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 419 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
420 fi]) 420 fi])
421 421
422dnl# -------------------------------------------------------------------------- 422dnl# --------------------------------------------------------------------------
423 423
424AC_PATH_PROG(TIC, tic) 424AC_PATH_PROG(TIC, tic, :)
425 425
426dnl# need a neat way to detect SVR4 or its features 426dnl# need a neat way to detect SVR4 or its features
427dnl# in src/command.c we use these functions: 427dnl# in src/command.c we use these functions:
428dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h> 428dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
429dnl# - but are these also defined for other systems? 429dnl# - but are these also defined for other systems?
773if test x$support_mouseslipwheel = xyes; then 773if test x$support_mouseslipwheel = xyes; then
774 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 774 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
775fi 775fi
776if test x$support_afterimage = xyes; then 776if test x$support_afterimage = xyes; then
777 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing) 777 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing)
778 AC_DEFINE(XPM_BACKGROUND, 1, Define if you want to have sexy-looking background pixmaps. Needs libAfterImage) 778 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps. Needs libAfterImage)
779fi 779fi
780 780
781dnl if test x$support_afterstep = xyes; then 781dnl if test x$support_afterstep = xyes; then
782dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager) 782dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager)
783dnl fi 783dnl fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines