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

Comparing rxvt-unicode/configure (file contents):
Revision 1.20 by pcg, Sun Mar 14 17:50:40 2004 UTC vs.
Revision 1.22 by pcg, Wed Mar 17 03:07:35 2004 UTC

1058 --enable-24bit enable support for using 24bit visuals if available 1058 --enable-24bit enable support for using 24bit visuals if available
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections 1060 --enable-selectionscrolling enable scrolling during selections
1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1062 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1062 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1063 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1064 --disable-new-selection disable new mouse (xterm) selection style support
1065 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1063 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1066 --enable-dlmalloc enable Doug Lea's malloc - for production use 1064 --enable-dlmalloc enable Doug Lea's malloc - for production use
1067 NOTE: enable only one malloc package 1065 NOTE: enable only one malloc package
1068 --enable-smart-resize enable smart growth/shrink behaviour 1066 --enable-smart-resize enable smart growth/shrink behaviour
1069 --enable-256-color enable 256-color support 1067 --enable-256-color enable 256-color support
3281LINKER=$LINKER 3279LINKER=$LINKER
3282 3280
3283 3281
3284CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE" 3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3285 3283
3286if test x$GXX = xyes; then
3287 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3288fi
3289 3284
3290ac_ext=cc 3285ac_ext=cc
3291ac_cpp='$CXXCPP $CPPFLAGS' 3286ac_cpp='$CXXCPP $CPPFLAGS'
3292ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3287ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3288ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5035# Some flags need to be propagated to the compiler or linker for good 5030# Some flags need to be propagated to the compiler or linker for good
5036# libtool support. 5031# libtool support.
5037case "$host" in 5032case "$host" in
5038*-*-irix6*) 5033*-*-irix6*)
5039 # Find out which ABI we are using. 5034 # Find out which ABI we are using.
5040 echo '#line 5040 "configure"' > conftest.$ac_ext 5035 echo '#line 5035 "configure"' > conftest.$ac_ext
5041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5042 (eval $ac_compile) 2>&5 5037 (eval $ac_compile) 2>&5
5043 ac_status=$? 5038 ac_status=$?
5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045 (exit $ac_status); }; then 5040 (exit $ac_status); }; then
5586# builds. 5581# builds.
5587chmod -w . 5582chmod -w .
5588save_CFLAGS="$CFLAGS" 5583save_CFLAGS="$CFLAGS"
5589CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5590compiler_c_o=no 5585compiler_c_o=no
5591if { (eval echo configure:5591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5586if { (eval echo configure:5586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5592 # The compiler can only warn and ignore the option if not recognized 5587 # The compiler can only warn and ignore the option if not recognized
5593 # So say no if there are warnings 5588 # So say no if there are warnings
5594 if test -s out/conftest.err; then 5589 if test -s out/conftest.err; then
5595 compiler_c_o=no 5590 compiler_c_o=no
5596 else 5591 else
7202 lt_cv_dlopen_self=cross 7197 lt_cv_dlopen_self=cross
7203else 7198else
7204 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7205 lt_status=$lt_dlunknown 7200 lt_status=$lt_dlunknown
7206 cat > conftest.$ac_ext <<EOF 7201 cat > conftest.$ac_ext <<EOF
7207#line 7207 "configure" 7202#line 7202 "configure"
7208#include "confdefs.h" 7203#include "confdefs.h"
7209 7204
7210#if HAVE_DLFCN_H 7205#if HAVE_DLFCN_H
7211#include <dlfcn.h> 7206#include <dlfcn.h>
7212#endif 7207#endif
7300 lt_cv_dlopen_self_static=cross 7295 lt_cv_dlopen_self_static=cross
7301else 7296else
7302 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7303 lt_status=$lt_dlunknown 7298 lt_status=$lt_dlunknown
7304 cat > conftest.$ac_ext <<EOF 7299 cat > conftest.$ac_ext <<EOF
7305#line 7305 "configure" 7300#line 7300 "configure"
7306#include "confdefs.h" 7301#include "confdefs.h"
7307 7302
7308#if HAVE_DLFCN_H 7303#if HAVE_DLFCN_H
7309#include <dlfcn.h> 7304#include <dlfcn.h>
7310#endif 7305#endif
8038support_keepscrolling=no 8033support_keepscrolling=no
8039support_selectionscrolling=no 8034support_selectionscrolling=no
8040support_menubar=no 8035support_menubar=no
8041support_mousewheel=no 8036support_mousewheel=no
8042support_mouseslipwheel=no 8037support_mouseslipwheel=no
8043support_oldselection=no
8044support_utmp=no 8038support_utmp=no
8045support_wtmp=no 8039support_wtmp=no
8046support_lastlog=no 8040support_lastlog=no
8047support_cursor_blink=no 8041support_cursor_blink=no
8048support_text_blink=no 8042support_text_blink=no
8081 support_selectionscrolling=yes 8075 support_selectionscrolling=yes
8082 support_lastlog=yes 8076 support_lastlog=yes
8083 support_menubar=yes 8077 support_menubar=yes
8084 support_mousewheel=yes 8078 support_mousewheel=yes
8085 support_mouseslipwheel=yes 8079 support_mouseslipwheel=yes
8086 support_oldselection=yes
8087 support_cursor_blink=yes 8080 support_cursor_blink=yes
8088 support_text_blink=yes 8081 support_text_blink=yes
8089 support_pointer_blank=yes 8082 support_pointer_blank=yes
8090 support_scroll_rxvt=yes 8083 support_scroll_rxvt=yes
8091 support_scroll_next=yes 8084 support_scroll_next=yes
8420# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8413# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8421if test "${enable_slipwheeling+set}" = set; then 8414if test "${enable_slipwheeling+set}" = set; then
8422 enableval="$enable_slipwheeling" 8415 enableval="$enable_slipwheeling"
8423 if test x$enableval = xyes -o x$enableval = xno; then 8416 if test x$enableval = xyes -o x$enableval = xno; then
8424 support_mouseslipwheel=$enableval 8417 support_mouseslipwheel=$enableval
8425 fi
8426fi;
8427
8428# Check whether --enable-old-selection or --disable-old-selection was given.
8429if test "${enable_old_selection+set}" = set; then
8430 enableval="$enable_old_selection"
8431 if test x$enableval = xyes -o x$enableval = xno; then
8432 support_oldselection=$enableval
8433 fi
8434fi;
8435
8436# Check whether --enable-new-selection or --disable-new-selection was given.
8437if test "${enable_new_selection+set}" = set; then
8438 enableval="$enable_new_selection"
8439 if test x$enableval = xno; then
8440
8441cat >>confdefs.h <<\_ACEOF
8442#define NO_NEW_SELECTION 1
8443_ACEOF
8444
8445 fi 8418 fi
8446fi; 8419fi;
8447 8420
8448# Check whether --enable-dmalloc or --disable-dmalloc was given. 8421# Check whether --enable-dmalloc or --disable-dmalloc was given.
8449if test "${enable_dmalloc+set}" = set; then 8422if test "${enable_dmalloc+set}" = set; then
16297fi 16270fi
16298if test x$support_mouseslipwheel = xyes; then 16271if test x$support_mouseslipwheel = xyes; then
16299 16272
16300cat >>confdefs.h <<\_ACEOF 16273cat >>confdefs.h <<\_ACEOF
16301#define MOUSE_SLIP_WHEELING 1 16274#define MOUSE_SLIP_WHEELING 1
16302_ACEOF
16303
16304fi
16305if test x$support_oldselection = xno; then
16306
16307cat >>confdefs.h <<\_ACEOF
16308#define NO_OLD_SELECTION 1
16309_ACEOF 16275_ACEOF
16310 16276
16311fi 16277fi
16312if test x$support_utmp = xyes; then 16278if test x$support_utmp = xyes; then
16313 16279

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines