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.70 by ayin, Thu Aug 2 00:09:54 2007 UTC vs.
Revision 1.73 by ayin, Sat Aug 4 10:46:22 2007 UTC

95dnl AC_ENABLE_STATIC(yes)dnl# libtool 95dnl AC_ENABLE_STATIC(yes)dnl# libtool
96dnl AC_PROG_LIBTOOL()dnl# libtool 96dnl AC_PROG_LIBTOOL()dnl# libtool
97 97
98support_frills=yes 98support_frills=yes
99support_inheritpixmap=yes 99support_inheritpixmap=yes
100support_tinting=yes
101support_fading=yes 100support_fading=yes
102support_keepscrolling=yes 101support_keepscrolling=yes
103support_selectionscrolling=yes 102support_selectionscrolling=yes
104support_mousewheel=yes 103support_mousewheel=yes
105support_mouseslipwheel=yes 104support_mouseslipwheel=yes
137 NOTE: automatically enabled with --enable-shared], 136 NOTE: automatically enabled with --enable-shared],
138 [ 137 [
139 if test x$enableval = xno; then 138 if test x$enableval = xno; then
140 support_frills=no 139 support_frills=no
141 support_inheritpixmap=no 140 support_inheritpixmap=no
142 support_tinting=no
143 support_fading=no 141 support_fading=no
144 support_keepscrolling=no 142 support_keepscrolling=no
145 support_selectionscrolling=no 143 support_selectionscrolling=no
146 support_lastlog=no 144 support_lastlog=no
147 support_mousewheel=no 145 support_mousewheel=no
167 codesets= 165 codesets=
168 fi 166 fi
169 if test x$enableval = xyes; then 167 if test x$enableval = xyes; then
170 support_frills=yes 168 support_frills=yes
171 support_inheritpixmap=yes 169 support_inheritpixmap=yes
172 support_tinting=yes
173 support_fading=yes 170 support_fading=yes
174 support_keepscrolling=yes 171 support_keepscrolling=yes
175 support_selectionscrolling=yes 172 support_selectionscrolling=yes
176 support_lastlog=yes 173 support_lastlog=yes
177 support_mousewheel=yes 174 support_mousewheel=yes
242 239
243AC_ARG_ENABLE(transparency, 240AC_ARG_ENABLE(transparency,
244 [ --enable-transparency enable transparent backgrounds], 241 [ --enable-transparency enable transparent backgrounds],
245 [if test x$enableval = xyes -o x$enableval = xno; then 242 [if test x$enableval = xyes -o x$enableval = xno; then
246 support_inheritpixmap=$enableval 243 support_inheritpixmap=$enableval
247 fi])
248
249AC_ARG_ENABLE(tinting,
250 [ --enable-tinting enable tinting of transparent bg],
251 [if test x$enableval = xyes -o x$enableval = xno; then
252 support_tinting=$enableval
253 fi]) 244 fi])
254 245
255AC_ARG_ENABLE(fading, 246AC_ARG_ENABLE(fading,
256 [ --enable-fading enable colors fading when off focus], 247 [ --enable-fading enable colors fading when off focus],
257 [if test x$enableval = xyes -o x$enableval = xno; then 248 [if test x$enableval = xyes -o x$enableval = xno; then
763 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences) 754 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
764fi 755fi
765if test x$support_fading = xyes; then 756if test x$support_fading = xyes; then
766 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost) 757 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
767fi 758fi
768if test x$support_tinting = xyes; then
769 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
770fi
771if test x$support_inheritpixmap = xyes; then 759if test x$support_inheritpixmap = xyes; then
772 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background) 760 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
773fi 761fi
774if test x$support_keepscrolling = xno; then 762if test x$support_keepscrolling = xno; then
775 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 763 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
776fi 764fi
777if test x$support_selectionscrolling = xyes; then 765if test x$support_selectionscrolling = xyes; then
778 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 766 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
767fi
768if test x$support_frills = xyes; then
769 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
779fi 770fi
780if test x$support_mousewheel = xyes; then 771if test x$support_mousewheel = xyes; then
781 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 772 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
782fi 773fi
783if test x$support_mouseslipwheel = xyes; then 774if test x$support_mouseslipwheel = xyes; then
877AC_SUBST(PERLPRIVLIBEXP) 868AC_SUBST(PERLPRIVLIBEXP)
878AC_SUBST(PERL) 869AC_SUBST(PERL)
879AC_SUBST(IF_PERL) 870AC_SUBST(IF_PERL)
880AC_SUBST(PERL_O) 871AC_SUBST(PERL_O)
881 872
882if test x$support_perl = xyes; then
883 support_frills=yes
884fi
885
886if test x$support_frills = xyes; then
887 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
888fi
889
890AC_SUBST(CFLAGS) 873AC_SUBST(CFLAGS)
891AC_SUBST(CPPFLAGS) 874AC_SUBST(CPPFLAGS)
892AC_SUBST(LDFLAGS) 875AC_SUBST(LDFLAGS)
893AC_SUBST(X_CFLAGS) 876AC_SUBST(X_CFLAGS)
894 877
941 Install path: ${prefix}/bin 924 Install path: ${prefix}/bin
942 Compiler: $CXX 925 Compiler: $CXX
943 Compiler flags: $CXXFLAGS 926 Compiler flags: $CXXFLAGS
944 Linker: $LINKER" 927 Linker: $LINKER"
945 928
946if test x$support_afterimage = xyes; then
947 echo " AfterImage support: yes"
948fi
949
950dnl if test x$support_afterstep = xyes; then
951dnl echo " AfterStep integration: yes"
952dnl fi
953
954if test x$term != x; then 929if test x$term != x; then
955 echo " set TERM to: $term" 930 echo " set TERM to: $term"
956fi 931fi
957if test x$terminfo != x; then 932if test x$terminfo != x; then
958 echo " set TERMINFO to: $terminfo" 933 echo " set TERMINFO to: $terminfo"
963 echo " resource class fallback: $RESFALLBACK" 938 echo " resource class fallback: $RESFALLBACK"
964fi 939fi
965echo 940echo
966echo " embedded perl: $support_perl" 941echo " embedded perl: $support_perl"
967echo " libafterimage: $support_afterimage" 942echo " libafterimage: $support_afterimage"
943dnl echo " AfterStep integration: $support_afterstep"
968echo 944echo
969if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 945if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
970 echo ".----------------------------------------------------------------." 946 echo ".----------------------------------------------------------------."
971 echo ". WARNING: --enable-xim was specified however the locale support ." 947 echo ". WARNING: --enable-xim was specified however the locale support ."
972 echo ". functions could not be found. ." 948 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines