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

Comparing rxvt-unicode/configure (file contents):
Revision 1.25 by pcg, Mon Apr 5 15:54:21 2004 UTC vs.
Revision 1.26 by root, Sat Jul 10 20:59:38 2004 UTC

1049 --enable-ttygid enable tty setting to group named "tty" 1049 --enable-ttygid enable tty setting to group named "tty"
1050 --disable-backspace-key disable handling of the backspace key 1050 --disable-backspace-key disable handling of the backspace key
1051 --disable-delete-key disable handling of the delete key 1051 --disable-delete-key disable handling of the delete key
1052 --disable-resources disable all resource checking 1052 --disable-resources disable all resource checking
1053 --enable-xgetdefault enable resources via X instead of our small version 1053 --enable-xgetdefault enable resources via X instead of our small version
1054 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1054 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 1055 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1055 --enable-strings enable some replacement system functions 1056 --enable-strings enable some replacement system functions
1056 --disable-swapscreen disable swap screen support 1057 --disable-swapscreen disable swap screen support
1057 --enable-frills enable support for rarely used features 1058 --enable-frills enable support for rarely used features
1058 --enable-linespace enable support for linespace 1059 --enable-linespace enable support for linespace
5234# Some flags need to be propagated to the compiler or linker for good 5235# Some flags need to be propagated to the compiler or linker for good
5235# libtool support. 5236# libtool support.
5236case "$host" in 5237case "$host" in
5237*-*-irix6*) 5238*-*-irix6*)
5238 # Find out which ABI we are using. 5239 # Find out which ABI we are using.
5239 echo '#line 5239 "configure"' > conftest.$ac_ext 5240 echo '#line 5240 "configure"' > conftest.$ac_ext
5240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5241 (eval $ac_compile) 2>&5 5242 (eval $ac_compile) 2>&5
5242 ac_status=$? 5243 ac_status=$?
5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 (exit $ac_status); }; then 5245 (exit $ac_status); }; then
5785# builds. 5786# builds.
5786chmod -w . 5787chmod -w .
5787save_CFLAGS="$CFLAGS" 5788save_CFLAGS="$CFLAGS"
5788CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5789CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5789compiler_c_o=no 5790compiler_c_o=no
5790if { (eval echo configure:5790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5791if { (eval echo configure:5791: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5791 # The compiler can only warn and ignore the option if not recognized 5792 # The compiler can only warn and ignore the option if not recognized
5792 # So say no if there are warnings 5793 # So say no if there are warnings
5793 if test -s out/conftest.err; then 5794 if test -s out/conftest.err; then
5794 compiler_c_o=no 5795 compiler_c_o=no
5795 else 5796 else
7401 lt_cv_dlopen_self=cross 7402 lt_cv_dlopen_self=cross
7402else 7403else
7403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7404 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7404 lt_status=$lt_dlunknown 7405 lt_status=$lt_dlunknown
7405 cat > conftest.$ac_ext <<EOF 7406 cat > conftest.$ac_ext <<EOF
7406#line 7406 "configure" 7407#line 7407 "configure"
7407#include "confdefs.h" 7408#include "confdefs.h"
7408 7409
7409#if HAVE_DLFCN_H 7410#if HAVE_DLFCN_H
7410#include <dlfcn.h> 7411#include <dlfcn.h>
7411#endif 7412#endif
7499 lt_cv_dlopen_self_static=cross 7500 lt_cv_dlopen_self_static=cross
7500else 7501else
7501 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7502 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7502 lt_status=$lt_dlunknown 7503 lt_status=$lt_dlunknown
7503 cat > conftest.$ac_ext <<EOF 7504 cat > conftest.$ac_ext <<EOF
7504#line 7504 "configure" 7505#line 7505 "configure"
7505#include "confdefs.h" 7506#include "confdefs.h"
7506 7507
7507#if HAVE_DLFCN_H 7508#if HAVE_DLFCN_H
7508#include <dlfcn.h> 7509#include <dlfcn.h>
7509#endif 7510#endif
8253support_xim=no 8254support_xim=no
8254support_xpm=no 8255support_xpm=no
8255support_xft=no 8256support_xft=no
8256support_unicode3=no 8257support_unicode3=no
8257support_combining=no 8258support_combining=no
8259support_8bitctrls=no
8258codesets= 8260codesets=
8259 8261
8260 8262
8261if test "x$enable_shared" = xyes; then 8263if test "x$enable_shared" = xyes; then
8262 8264
8295 support_xim=yes 8297 support_xim=yes
8296 support_xpm=yes 8298 support_xpm=yes
8297 support_xft=yes 8299 support_xft=yes
8298 support_unicode3=yes 8300 support_unicode3=yes
8299 support_combining=yes 8301 support_combining=yes
8302 #support_8bitctrls=yes
8300 codesets=all 8303 codesets=all
8301 fi 8304 fi
8302fi; 8305fi;
8303 8306
8304# Check whether --enable-unicode3 or --disable-unicode3 was given. 8307# Check whether --enable-unicode3 or --disable-unicode3 was given.
8495 8498
8496cat >>confdefs.h <<\_ACEOF 8499cat >>confdefs.h <<\_ACEOF
8497#define USE_XGETDEFAULT 1 8500#define USE_XGETDEFAULT 1
8498_ACEOF 8501_ACEOF
8499 8502
8503 fi
8504fi;
8505
8506# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8507if test "${enable_8bitctrls+set}" = set; then
8508 enableval="$enable_8bitctrls"
8509 if test x$enableval = xyes -o x$enableval = xno; then
8510 support_8bitctrls=yes
8500 fi 8511 fi
8501fi; 8512fi;
8502 8513
8503RESFALLBACK=Rxvt 8514RESFALLBACK=Rxvt
8504# Check whether --enable-fallback or --disable-fallback was given. 8515# Check whether --enable-fallback or --disable-fallback was given.
16364#define PTYCHAR2 "$pch2" 16375#define PTYCHAR2 "$pch2"
16365_ACEOF 16376_ACEOF
16366 16377
16367fi 16378fi
16368 16379
16380if test x$support_8bitctrls = xyes; then
16381
16382cat >>confdefs.h <<\_ACEOF
16383#define EIGHT_BIT_CONTROLS 1
16384_ACEOF
16385
16386fi
16369if test x$support_tinting = xyes; then 16387if test x$support_tinting = xyes; then
16370 16388
16371cat >>confdefs.h <<\_ACEOF 16389cat >>confdefs.h <<\_ACEOF
16372#define TINTING 1 16390#define TINTING 1
16373_ACEOF 16391_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines