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.26 by ayin, Mon Jan 23 10:10:39 2006 UTC vs.
Revision 1.28 by ayin, Mon Jan 23 10:41:16 2006 UTC

106 106
107dnl AC_ENABLE_SHARED(no)dnl# libtool 107dnl AC_ENABLE_SHARED(no)dnl# libtool
108dnl AC_ENABLE_STATIC(yes)dnl# libtool 108dnl AC_ENABLE_STATIC(yes)dnl# libtool
109dnl AC_PROG_LIBTOOL()dnl# libtool 109dnl AC_PROG_LIBTOOL()dnl# libtool
110 110
111MALLOC_TYPE=S
112
113support_frills=yes 111support_frills=yes
114support_inheritpixmap=yes 112support_inheritpixmap=yes
115support_tinting=yes 113support_tinting=yes
116support_fading=yes 114support_fading=yes
117support_keepscrolling=yes 115support_keepscrolling=yes
118support_selectionscrolling=yes 116support_selectionscrolling=yes
119support_mousewheel=yes 117support_mousewheel=yes
120support_mouseslipwheel=yes 118support_mouseslipwheel=yes
121support_utmp=yes
122support_wtmp=yes
123support_lastlog=yes
124support_text_blink=yes 119support_text_blink=yes
125support_pointer_blank=yes 120support_pointer_blank=yes
126support_scroll_rxvt=yes 121support_scroll_rxvt=yes
127support_scroll_next=yes 122support_scroll_next=yes
128support_scroll_xterm=yes 123support_scroll_xterm=yes
411 406
412AC_ARG_ENABLE(slipwheeling, 407AC_ARG_ENABLE(slipwheeling,
413 [ --enable-slipwheeling enable slip wheel scrolling (requires previous)], 408 [ --enable-slipwheeling enable slip wheel scrolling (requires previous)],
414 [if test x$enableval = xyes -o x$enableval = xno; then 409 [if test x$enableval = xyes -o x$enableval = xno; then
415 support_mouseslipwheel=$enableval 410 support_mouseslipwheel=$enableval
416 fi])
417
418AC_ARG_ENABLE(dmalloc,
419 [ --enable-dmalloc enable Gray Watson's malloc - for debugging use],
420 [if test x$enableval = xyes; then
421 MALLOC_TYPE=G
422 DEBUG=-DDEBUG_MALLOC
423 DLIB="-L/usr/local/lib -ldmalloc"
424 DINCLUDE=-I/usr/local/include
425 fi])
426
427AC_ARG_ENABLE(dlmalloc,
428 [ --enable-dlmalloc enable Doug Lea's malloc - for production use
429 NOTE: enable only one malloc package],
430 [if test x$enableval = xyes; then
431 MALLOC_TYPE=D
432 DEBUG=
433 DLIB="-L/usr/local/lib -ldlmalloc"
434 DINCLUDE=
435 fi]) 411 fi])
436 412
437AC_ARG_ENABLE(smart-resize, 413AC_ARG_ENABLE(smart-resize,
438 [ --enable-smart-resize enable smart growth/shrink behaviour], 414 [ --enable-smart-resize enable smart growth/shrink behaviour],
439 [if test x$enableval = xyes; then 415 [if test x$enableval = xyes; then
1004 Install path: ${prefix}/bin 980 Install path: ${prefix}/bin
1005 Compiler: $CXX 981 Compiler: $CXX
1006 Compiler flags: $CFLAGS 982 Compiler flags: $CFLAGS
1007 Linker: $LINKER" 983 Linker: $LINKER"
1008 984
1009if test "$MALLOC_TYPE" = S; then
1010 echo " malloc support: system default"
1011fi
1012if test "$MALLOC_TYPE" = G; then
1013 echo " malloc support: Gray Watson's dmalloc"
1014fi
1015if test "$MALLOC_TYPE" = D; then
1016 echo " malloc support: Doug Lea's malloc"
1017fi
1018
1019if test x$support_xpm = xyes; then 985if test x$support_xpm = xyes; then
1020 echo " Xpm library: $XPM_LIBS" 986 echo " Xpm library: $XPM_LIBS"
1021fi 987fi
1022 988
1023if test x$term != x; then 989if test x$term != x; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines