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.54 by ayin, Mon Jun 25 13:53:42 2007 UTC vs.
Revision 1.57 by ayin, Tue Jun 26 09:30:04 2007 UTC

78 78
79AC_DEFINE(_GNU_SOURCE, 1, Use all glibc features.) 79AC_DEFINE(_GNU_SOURCE, 1, Use all glibc features.)
80 80
81case $host in 81case $host in
82 *-*-solaris* ) 82 *-*-solaris* )
83 AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, Needed to get declarations for msg_control and msg_controllen on Solaris) 83 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris)
84 AC_DEFINE(_XOPEN_SOURCE, 2, Needed to get declarations for msg_control and msg_controllen on Solaris)
85 AC_DEFINE(__EXTENSIONS__, 1, Needed to get declarations for msg_control and msg_controllen on Solaris)
86 ;; 84 ;;
87esac 85esac
88 86
89dnl if test x$GXX = xyes; then 87dnl if test x$GXX = xyes; then
90dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now... 88dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now...
832fi 830fi
833if test x$support_tinting = xyes; then 831if test x$support_tinting = xyes; then
834 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 832 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
835fi 833fi
836if test x$support_inheritpixmap = xyes; then 834if test x$support_inheritpixmap = xyes; then
837 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 835 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
838fi 836fi
839if test x$support_keepscrolling = xno; then 837if test x$support_keepscrolling = xno; then
840 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 838 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
841fi 839fi
842if test x$support_selectionscrolling = xyes; then 840if test x$support_selectionscrolling = xyes; then
843 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 841 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
844fi
845if test x$support_frills = xyes; then
846 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
847fi 842fi
848if test x$support_mousewheel = xyes; then 843if test x$support_mousewheel = xyes; then
849 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 844 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
850fi 845fi
851if test x$support_mouseslipwheel = xyes; then 846if test x$support_mouseslipwheel = xyes; then
952 947
953if test x$support_perl = xyes; then 948if test x$support_perl = xyes; then
954 support_frills=yes 949 support_frills=yes
955fi 950fi
956 951
952if test x$support_frills = xyes; then
953 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
954fi
955
957AC_SUBST(CFLAGS) 956AC_SUBST(CFLAGS)
958AC_SUBST(CPPFLAGS) 957AC_SUBST(CPPFLAGS)
959AC_SUBST(LDFLAGS) 958AC_SUBST(LDFLAGS)
960AC_SUBST(X_CFLAGS) 959AC_SUBST(X_CFLAGS)
961 960

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines