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.113 by sf-exg, Fri Jul 23 06:43:33 2010 UTC vs.
Revision 1.114 by sf-exg, Mon Aug 30 18:14:38 2010 UTC

463 fi 463 fi
464 fi 464 fi
465 fi 465 fi
466 if test "x$support_afterimage" = "xyes"; then 466 if test "x$support_afterimage" = "xyes"; then
467 AC_MSG_RESULT($AFTERIMAGE_LIBS) 467 AC_MSG_RESULT($AFTERIMAGE_LIBS)
468 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing)
469 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps.)
468 else 470 else
469 AC_MSG_RESULT(no) 471 AC_MSG_RESULT(no)
470 fi 472 fi
471 fi 473 fi
472fi 474fi
475
476AC_SUBST(AFTERIMAGE_CFLAGS)
477AC_SUBST(AFTERIMAGE_LIBS)
473 478
474dnl# -------------------------------------------------------------------------- 479dnl# --------------------------------------------------------------------------
475dnl# CHECKING FOR HEADER FILES 480dnl# CHECKING FOR HEADER FILES
476dnl# -------------------------------------------------------------------------- 481dnl# --------------------------------------------------------------------------
477AC_CHECK_HEADERS( \ 482AC_CHECK_HEADERS( \
647 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 652 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
648fi 653fi
649if test x$support_mouseslipwheel = xyes; then 654if test x$support_mouseslipwheel = xyes; then
650 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 655 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
651fi 656fi
652if test x$support_afterimage = xyes; then
653 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing)
654 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps. Needs libAfterImage)
655fi
656 657
657dnl if test x$support_afterstep = xyes; then 658dnl if test x$support_afterstep = xyes; then
658dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager) 659dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager)
659dnl fi 660dnl fi
660 661
743AC_SUBST(PERL) 744AC_SUBST(PERL)
744AC_SUBST(IF_PERL) 745AC_SUBST(IF_PERL)
745AC_SUBST(PERL_O) 746AC_SUBST(PERL_O)
746 747
747 748
748dnl# Attack the libs
749
750AC_SUBST(AFTERIMAGE_CFLAGS)
751AC_SUBST(AFTERIMAGE_LIBS)
752
753AC_CONFIG_FILES([Makefile \ 749AC_CONFIG_FILES([Makefile \
754doc/Makefile \ 750doc/Makefile \
755src/Makefile \ 751src/Makefile \
756]) 752])
757AC_OUTPUT 753AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines