ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.43 by root, Mon Jan 3 12:00:50 2005 UTC vs.
Revision 1.45 by root, Tue Jan 11 04:44:57 2005 UTC

76AC_PROG_LIBTOOL()dnl# libtool 76AC_PROG_LIBTOOL()dnl# libtool
77 77
78MALLOC_TYPE=S 78MALLOC_TYPE=S
79support_addstrings=no 79support_addstrings=no
80support_frills=no 80support_frills=no
81support_linespace=no
82support_inheritpixmap=no 81support_inheritpixmap=no
83support_tinting=no 82support_tinting=no
84support_fading=no 83support_fading=no
85support_keepscrolling=no 84support_keepscrolling=no
86support_selectionscrolling=no 85support_selectionscrolling=no
122 NOTE: this option is order dependent 121 NOTE: this option is order dependent
123 NOTE: automatically enabled with --enable-shared], 122 NOTE: automatically enabled with --enable-shared],
124 [if test x$enableval = xyes; then 123 [if test x$enableval = xyes; then
125 support_24bit=yes 124 support_24bit=yes
126 support_frills=yes 125 support_frills=yes
127 support_linespace=yes
128 support_inheritpixmap=yes 126 support_inheritpixmap=yes
129 support_tinting=yes 127 support_tinting=yes
130 support_fading=yes 128 support_fading=yes
131 support_keepscrolling=yes 129 support_keepscrolling=yes
132 support_selectionscrolling=yes 130 support_selectionscrolling=yes
358 [ --enable-frills enable support for rarely used features], 356 [ --enable-frills enable support for rarely used features],
359 [if test x$enableval = xyes -o x$enableval = xno; then 357 [if test x$enableval = xyes -o x$enableval = xno; then
360 support_frills=$enableval 358 support_frills=$enableval
361 fi]) 359 fi])
362 360
363AC_ARG_ENABLE(linespace,
364 [ --enable-linespace enable support for linespace],
365 [if test x$enableval = xyes -o x$enableval = xno; then
366 support_linespace=$enableval
367 fi])
368
369AC_ARG_ENABLE(24bit, 361AC_ARG_ENABLE(24bit,
370 [ --enable-24bit enable support for using 24bit visuals if available], 362 [ --enable-24bit enable support for using 24bit visuals if available],
371 [if test x$enableval = xyes -o x$enableval = xno; then 363 [if test x$enableval = xyes -o x$enableval = xno; then
372 support_24bit=$enableval 364 support_24bit=$enableval
373 fi]) 365 fi])
528 sys/stropts.h \ 520 sys/stropts.h \
529 sys/time.h \ 521 sys/time.h \
530 utmp.h \ 522 utmp.h \
531 utmpx.h \ 523 utmpx.h \
532 stdint.h \ 524 stdint.h \
525 pty.h \
533) 526)
534 527
535AC_HEADER_TIME 528AC_HEADER_TIME
536 529
537dnl# check to allow both <termios.h> and <sys/ioctl.h> 530dnl# check to allow both <termios.h> and <sys/ioctl.h>
1233 AC_DEFINE(MENUBAR, 1, Define if you want Menubar support) 1226 AC_DEFINE(MENUBAR, 1, Define if you want Menubar support)
1234fi 1227fi
1235if test x$support_frills = xyes; then 1228if test x$support_frills = xyes; then
1236 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) 1229 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
1237fi 1230fi
1238if test x$support_linespace = xno; then
1239 AC_DEFINE(NO_LINESPACE, 1, Define if you don't want support linespace)
1240fi
1241if test x$support_24bit = xyes; then 1231if test x$support_24bit = xyes; then
1242 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit) 1232 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit)
1243fi 1233fi
1244if test x$support_mousewheel = xyes; then 1234if test x$support_mousewheel = xyes; then
1245 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 1235 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines