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.69 by root, Wed Aug 1 18:38:15 2007 UTC vs.
Revision 1.70 by ayin, Thu Aug 2 00:09:54 2007 UTC

108support_scroll_rxvt=yes 108support_scroll_rxvt=yes
109support_scroll_next=yes 109support_scroll_next=yes
110support_scroll_xterm=yes 110support_scroll_xterm=yes
111support_scroll_plain=yes 111support_scroll_plain=yes
112support_xim=yes 112support_xim=yes
113support_xpm=yes
114support_afterimage=yes 113support_afterimage=yes
115support_afterstep=yes 114support_afterstep=yes
116support_xft=yes 115support_xft=yes
117support_unicode3=no 116support_unicode3=no
118support_combining=yes 117support_combining=yes
154 support_scroll_xterm=no 153 support_scroll_xterm=no
155 support_scroll_plain=no 154 support_scroll_plain=no
156 support_utmp=no 155 support_utmp=no
157 support_wtmp=no 156 support_wtmp=no
158 support_xim=no 157 support_xim=no
159 support_xpm=no
160 support_afterimage=no 158 support_afterimage=no
161 support_afterstep=no 159 support_afterstep=no
162 support_xft=no 160 support_xft=no
163 support_unicode3=no 161 support_unicode3=no
164 support_combining=no 162 support_combining=no
185 support_scroll_xterm=yes 183 support_scroll_xterm=yes
186 support_scroll_plain=yes 184 support_scroll_plain=yes
187 support_utmp=yes 185 support_utmp=yes
188 support_wtmp=yes 186 support_wtmp=yes
189 support_xim=yes 187 support_xim=yes
190 support_xpm=yes
191 support_afterimage=yes 188 support_afterimage=yes
192 support_afterstep=yes 189 support_afterstep=yes
193 support_xft=yes 190 support_xft=yes
194 support_unicode3=yes 191 support_unicode3=yes
195 support_combining=yes 192 support_combining=yes
223 [ --enable-font-styles enable bold and italic support], 220 [ --enable-font-styles enable bold and italic support],
224 [if test x$enableval = xyes -o x$enableval = xno; then 221 [if test x$enableval = xyes -o x$enableval = xno; then
225 support_styles=$enableval 222 support_styles=$enableval
226 fi]) 223 fi])
227 224
228AC_ARG_ENABLE(xpm-background,
229 [ --enable-xpm-background enable background pixmaps],
230 [if test x$enableval = xyes -o x$enableval = xno; then
231 support_xpm=$enableval
232 fi])
233
234AC_ARG_ENABLE(afterimage, 225AC_ARG_ENABLE(afterimage,
235 [ --enable-afterimage enable integration with libAfterImage for background images], 226 [ --enable-afterimage enable integration with libAfterImage for background images],
236 [if test x$enableval = xyes -o x$enableval = xno; then 227 [if test x$enableval = xyes -o x$enableval = xno; then
237 support_afterimage=$enableval 228 support_afterimage=$enableval
238 fi]) 229 fi])
453dnl## yes; 444dnl## yes;
454dnl## #endif 445dnl## #endif
455dnl## ], [AC_MSG_RESULT(yes); AC_DEFINE(PERHAPS_SVR4)], AC_MSG_RESULT(perhaps not?)) 446dnl## ], [AC_MSG_RESULT(yes); AC_DEFINE(PERHAPS_SVR4)], AC_MSG_RESULT(perhaps not?))
456 447
457AC_PATH_XTRA 448AC_PATH_XTRA
458
459dnl# the only reasonable way to find libXpm is do-it-yourself
460dnl# only check if we want xpm-background
461 449
462AFTERIMAGE_CFLAGS= 450AFTERIMAGE_CFLAGS=
463AFTERIMAGE_LIBS= 451AFTERIMAGE_LIBS=
464AFTERIMAGE_VERSION= 452AFTERIMAGE_VERSION=
465 453
489 if test "x$support_afterimage" = "xyes"; then 477 if test "x$support_afterimage" = "xyes"; then
490 AC_MSG_RESULT($AFTERIMAGE_LIBS) 478 AC_MSG_RESULT($AFTERIMAGE_LIBS)
491 else 479 else
492 AC_MSG_RESULT(no) 480 AC_MSG_RESULT(no)
493 fi 481 fi
494 fi
495fi
496
497if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
498 VT_FIND_LIBXPM
499 if test x$no_xpm = xyes; then
500 support_xpm=needsmanualspecification
501 fi 482 fi
502fi 483fi
503 484
504dnl# -------------------------------------------------------------------------- 485dnl# --------------------------------------------------------------------------
505dnl# CHECKING FOR HEADER FILES 486dnl# CHECKING FOR HEADER FILES
800 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 781 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
801fi 782fi
802if test x$support_mouseslipwheel = xyes; then 783if test x$support_mouseslipwheel = xyes; then
803 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 784 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
804fi 785fi
805if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
806 AC_DEFINE(XPM_BACKGROUND, 1, Define if you want to have sexy-looking background pixmaps. Needs libXpm or libAfterImage)
807fi
808
809if test x$support_afterimage = xyes; then 786if test x$support_afterimage = xyes; then
810 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing) 787 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing)
788 AC_DEFINE(XPM_BACKGROUND, 1, Define if you want to have sexy-looking background pixmaps. Needs libAfterImage)
811fi 789fi
812 790
813dnl if test x$support_afterstep = xyes; then 791dnl if test x$support_afterstep = xyes; then
814dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager) 792dnl AC_DEFINE(AFTERSTEP_INTEGRATION, 1, Define if you want to integrate with AfterStep window manager)
815dnl fi 793dnl fi
963 Install path: ${prefix}/bin 941 Install path: ${prefix}/bin
964 Compiler: $CXX 942 Compiler: $CXX
965 Compiler flags: $CXXFLAGS 943 Compiler flags: $CXXFLAGS
966 Linker: $LINKER" 944 Linker: $LINKER"
967 945
968if test x$support_xpm = xyes; then
969 echo " Xpm library: $XPM_LIBS"
970fi
971
972if test x$support_afterimage = xyes; then 946if test x$support_afterimage = xyes; then
973 echo " AfterImage support: yes" 947 echo " AfterImage support: yes"
974fi 948fi
975 949
976dnl if test x$support_afterstep = xyes; then 950dnl if test x$support_afterstep = xyes; then
990fi 964fi
991echo 965echo
992echo " embedded perl: $support_perl" 966echo " embedded perl: $support_perl"
993echo " libafterimage: $support_afterimage" 967echo " libafterimage: $support_afterimage"
994echo 968echo
995if test x$support_xpm = xneedsmanualspecification; then
996 echo ".----------------------------------------------------------------."
997 echo ". WARNING: --enable-xpm-background was specified however the ."
998 echo ". XPM includes files and libraries could not be found. ."
999 echo ". XPM backgrounds are now being DISABLED! If you want ."
1000 echo ". to use them you should rerun configure with the ."
1001 echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
1002 echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
1003 echo ".----------------------------------------------------------------."
1004fi
1005if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 969if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
1006 echo ".----------------------------------------------------------------." 970 echo ".----------------------------------------------------------------."
1007 echo ". WARNING: --enable-xim was specified however the locale support ." 971 echo ". WARNING: --enable-xim was specified however the locale support ."
1008 echo ". functions could not be found. ." 972 echo ". functions could not be found. ."
1009 echo ". XIM is now being DISABLED! ." 973 echo ". XIM is now being DISABLED! ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines