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

Comparing rxvt-unicode/configure (file contents):
Revision 1.33 by root, Fri Aug 13 03:36:56 2004 UTC vs.
Revision 1.34 by root, Sun Aug 15 04:42:45 2004 UTC

1054 --enable-xgetdefault enable resources via X instead of our small version 1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended) 1055 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1057 --enable-strings enable some replacement system functions 1057 --enable-strings enable some replacement system functions
1058 --disable-swapscreen disable swap screen support 1058 --disable-swapscreen disable swap screen support
1059 --enable-iso14755 enable support for extended ISO 14755 modes
1059 --enable-frills enable support for rarely used features 1060 --enable-frills enable support for rarely used features
1060 --enable-linespace enable support for linespace 1061 --enable-linespace enable support for linespace
1061 --enable-24bit enable support for using 24bit visuals if available 1062 --enable-24bit enable support for using 24bit visuals if available
1062 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1063 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1063 --enable-selectionscrolling enable scrolling during selections 1064 --enable-selectionscrolling enable scrolling during selections
5237# Some flags need to be propagated to the compiler or linker for good 5238# Some flags need to be propagated to the compiler or linker for good
5238# libtool support. 5239# libtool support.
5239case "$host" in 5240case "$host" in
5240*-*-irix6*) 5241*-*-irix6*)
5241 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
5242 echo '#line 5242 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
5243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5244 (eval $ac_compile) 2>&5 5245 (eval $ac_compile) 2>&5
5245 ac_status=$? 5246 ac_status=$?
5246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5247 (exit $ac_status); }; then 5248 (exit $ac_status); }; then
5788# builds. 5789# builds.
5789chmod -w . 5790chmod -w .
5790save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
5791CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5792compiler_c_o=no 5793compiler_c_o=no
5793if { (eval echo configure:5793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5794if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5794 # The compiler can only warn and ignore the option if not recognized 5795 # The compiler can only warn and ignore the option if not recognized
5795 # So say no if there are warnings 5796 # So say no if there are warnings
5796 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
5797 compiler_c_o=no 5798 compiler_c_o=no
5798 else 5799 else
7404 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
7405else 7406else
7406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7407 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
7408 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
7409#line 7409 "configure" 7410#line 7410 "configure"
7410#include "confdefs.h" 7411#include "confdefs.h"
7411 7412
7412#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
7413#include <dlfcn.h> 7414#include <dlfcn.h>
7414#endif 7415#endif
7502 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
7503else 7504else
7504 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7505 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
7506 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
7507#line 7507 "configure" 7508#line 7508 "configure"
7508#include "confdefs.h" 7509#include "confdefs.h"
7509 7510
7510#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
7511#include <dlfcn.h> 7512#include <dlfcn.h>
7512#endif 7513#endif
8258support_xpm=no 8259support_xpm=no
8259support_xft=no 8260support_xft=no
8260support_unicode3=no 8261support_unicode3=no
8261support_combining=no 8262support_combining=no
8262support_8bitctrls=no 8263support_8bitctrls=no
8264support_iso14755=no
8263codesets= 8265codesets=
8264 8266
8265 8267
8266if test "x$enable_shared" = xyes; then 8268if test "x$enable_shared" = xyes; then
8267 8269
8302 support_xpm=yes 8304 support_xpm=yes
8303 support_xft=yes 8305 support_xft=yes
8304 support_unicode3=yes 8306 support_unicode3=yes
8305 support_combining=yes 8307 support_combining=yes
8306 #support_8bitctrls=yes 8308 #support_8bitctrls=yes
8309 support_iso14755=yes
8307 codesets=all 8310 codesets=all
8308 fi 8311 fi
8309fi; 8312fi;
8310 8313
8311# Check whether --enable-unicode3 or --disable-unicode3 was given. 8314# Check whether --enable-unicode3 or --disable-unicode3 was given.
8594 8597
8595cat >>confdefs.h <<\_ACEOF 8598cat >>confdefs.h <<\_ACEOF
8596#define NO_SECONDARY_SCREEN 1 8599#define NO_SECONDARY_SCREEN 1
8597_ACEOF 8600_ACEOF
8598 8601
8602 fi
8603fi;
8604
8605# Check whether --enable-iso14755 or --disable-iso14755 was given.
8606if test "${enable_iso14755+set}" = set; then
8607 enableval="$enable_iso14755"
8608 if test x$enableval = xyes -o x$enableval = xno; then
8609 support_iso14755=$enableval
8599 fi 8610 fi
8600fi; 8611fi;
8601 8612
8602# Check whether --enable-frills or --disable-frills was given. 8613# Check whether --enable-frills or --disable-frills was given.
8603if test "${enable_frills+set}" = set; then 8614if test "${enable_frills+set}" = set; then
11727_ACEOF 11738_ACEOF
11728 11739
11729fi 11740fi
11730 11741
11731 11742
11732
11733echo "$as_me:$LINENO: checking for char" >&5 11743echo "$as_me:$LINENO: checking for char" >&5
11734echo $ECHO_N "checking for char... $ECHO_C" >&6 11744echo $ECHO_N "checking for char... $ECHO_C" >&6
11735if test "${ac_cv_type_char+set}" = set; then 11745if test "${ac_cv_type_char+set}" = set; then
11736 echo $ECHO_N "(cached) $ECHO_C" >&6 11746 echo $ECHO_N "(cached) $ECHO_C" >&6
11737else 11747else
16447#define PTYCHAR2 "$pch2" 16457#define PTYCHAR2 "$pch2"
16448_ACEOF 16458_ACEOF
16449 16459
16450fi 16460fi
16451 16461
16462if test x$support_iso14755 = xyes; then
16463
16464cat >>confdefs.h <<\_ACEOF
16465#define ISO_14755 1
16466_ACEOF
16467
16468fi
16452if test x$support_8bitctrls = xyes; then 16469if test x$support_8bitctrls = xyes; then
16453 16470
16454cat >>confdefs.h <<\_ACEOF 16471cat >>confdefs.h <<\_ACEOF
16455#define EIGHT_BIT_CONTROLS 1 16472#define EIGHT_BIT_CONTROLS 1
16456_ACEOF 16473_ACEOF
16496cat >>confdefs.h <<\_ACEOF 16513cat >>confdefs.h <<\_ACEOF
16497#define MENUBAR 1 16514#define MENUBAR 1
16498_ACEOF 16515_ACEOF
16499 16516
16500fi 16517fi
16501if test x$support_frills = xno; then 16518if test x$support_frills = xyes; then
16502 16519
16503cat >>confdefs.h <<\_ACEOF 16520cat >>confdefs.h <<\_ACEOF
16504#define NO_FRILLS 1 16521#define ENABLE_FRILLS 1
16505_ACEOF 16522_ACEOF
16506 16523
16507fi 16524fi
16508if test x$support_linespace = xno; then 16525if test x$support_linespace = xno; then
16509 16526
16638 16655
16639fi 16656fi
16640if test x$codesets = xall; then 16657if test x$codesets = xall; then
16641 codesets=jp,jp-ext,kr,cn,cn-ext 16658 codesets=jp,jp-ext,kr,cn,cn-ext
16642fi 16659fi
16643for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16644 16660
16645cat >>confdefs.h <<\_ACEOF 16661cat >>confdefs.h <<\_ACEOF
16646#define ENCODING_EU 1 16662#define ENCODING_EU 1
16647_ACEOF 16663_ACEOF
16648 16664
16649 16665
16650cat >>confdefs.h <<\_ACEOF 16666cat >>confdefs.h <<\_ACEOF
16651#define ENCODING_VN 1 16667#define ENCODING_VN 1
16652_ACEOF 16668_ACEOF
16653 16669
16670for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16654 case "$codeset" in 16671 case "$codeset" in
16655 JP ) 16672 JP )
16656cat >>confdefs.h <<\_ACEOF 16673cat >>confdefs.h <<\_ACEOF
16657#define ENCODING_JP 1 16674#define ENCODING_JP 1
16658_ACEOF 16675_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines