--- rxvt-unicode/configure 2004/08/13 03:36:56 1.33 +++ rxvt-unicode/configure 2004/08/15 04:42:45 1.34 @@ -1056,6 +1056,7 @@ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) --enable-strings enable some replacement system functions --disable-swapscreen disable swap screen support + --enable-iso14755 enable support for extended ISO 14755 modes --enable-frills enable support for rarely used features --enable-linespace enable support for linespace --enable-24bit enable support for using 24bit visuals if available @@ -5239,7 +5240,7 @@ case "$host" in *-*-irix6*) # Find out which ABI we are using. - echo '#line 5242 "configure"' > conftest.$ac_ext + echo '#line 5243 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5790,7 +5791,7 @@ save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no -if { (eval echo configure:5793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then +if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then @@ -7406,7 +7407,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5 echo $ECHO_N "checking for char... $ECHO_C" >&6 if test "${ac_cv_type_char+set}" = set; then @@ -16449,6 +16459,13 @@ fi +if test x$support_iso14755 = xyes; then + +cat >>confdefs.h <<\_ACEOF +#define ISO_14755 1 +_ACEOF + +fi if test x$support_8bitctrls = xyes; then cat >>confdefs.h <<\_ACEOF @@ -16498,10 +16515,10 @@ _ACEOF fi -if test x$support_frills = xno; then +if test x$support_frills = xyes; then cat >>confdefs.h <<\_ACEOF -#define NO_FRILLS 1 +#define ENABLE_FRILLS 1 _ACEOF fi @@ -16640,7 +16657,6 @@ if test x$codesets = xall; then codesets=jp,jp-ext,kr,cn,cn-ext fi -for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do cat >>confdefs.h <<\_ACEOF #define ENCODING_EU 1 @@ -16651,6 +16667,7 @@ #define ENCODING_VN 1 _ACEOF +for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do case "$codeset" in JP ) cat >>confdefs.h <<\_ACEOF