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

Comparing rxvt-unicode/configure (file contents):
Revision 1.62 by root, Wed Jan 4 05:12:04 2006 UTC vs.
Revision 1.65 by root, Wed Jan 11 00:59:58 2006 UTC

889 --enable-xim XIM (X Input Method) protocol support 889 --enable-xim XIM (X Input Method) protocol support
890 --enable-ttygid enable tty setting to group named "tty" 890 --enable-ttygid enable tty setting to group named "tty"
891 --disable-backspace-key disable handling of the backspace key 891 --disable-backspace-key disable handling of the backspace key
892 --disable-delete-key disable handling of the delete key 892 --disable-delete-key disable handling of the delete key
893 --disable-resources disable all resource checking 893 --disable-resources disable all resource checking
894 --enable-xgetdefault enable resources via X instead of our small version
895 --enable-8bitctrls enable 8 bit control sequences (not recommended) 894 --enable-8bitctrls enable 8 bit control sequences (not recommended)
896 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 895 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
897 --enable-strings enable some replacement system functions 896 --enable-strings enable some replacement system functions
898 --disable-swapscreen disable swap screen support 897 --disable-swapscreen disable swap screen support
899 --enable-iso14755 enable support for extended ISO 14755 modes 898 --enable-iso14755 enable support for extended ISO 14755 modes
4639_ACEOF 4638_ACEOF
4640 4639
4641 fi 4640 fi
4642fi; 4641fi;
4643 4642
4644# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
4645if test "${enable_xgetdefault+set}" = set; then
4646 enableval="$enable_xgetdefault"
4647 if test x$enableval = xyes; then
4648
4649cat >>confdefs.h <<\_ACEOF
4650#define USE_XGETDEFAULT 1
4651_ACEOF
4652
4653 fi
4654fi;
4655
4656# Check whether --enable-8bitctrls or --disable-8bitctrls was given. 4643# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4657if test "${enable_8bitctrls+set}" = set; then 4644if test "${enable_8bitctrls+set}" = set; then
4658 enableval="$enable_8bitctrls" 4645 enableval="$enable_8bitctrls"
4659 if test x$enableval = xyes -o x$enableval = xno; then 4646 if test x$enableval = xyes -o x$enableval = xno; then
4660 support_8bitctrls=$enableval 4647 support_8bitctrls=$enableval
7308 7295
7309 7296
7310 7297
7311 7298
7312 7299
7300
7301
7313for ac_header in \ 7302for ac_header in \
7314 assert.h \ 7303 assert.h \
7315 fcntl.h \ 7304 fcntl.h \
7316 grp.h \ 7305 grp.h \
7317 libc.h \ 7306 libc.h \
7330 sys/time.h \ 7319 sys/time.h \
7331 utmp.h \ 7320 utmp.h \
7332 utmpx.h \ 7321 utmpx.h \
7333 stdint.h \ 7322 stdint.h \
7334 pty.h \ 7323 pty.h \
7324 util.h \
7325 libutil.h \
7335 wchar.h \ 7326 wchar.h \
7336 cwchar \ 7327 cwchar \
7337 clocale \ 7328 clocale \
7338 7329
7339do 7330do
12185 12176
12186fi 12177fi
12187 12178
12188if test x$support_xft = xyes; then 12179if test x$support_xft = xyes; then
12189 LIBS="$LIBS `pkg-config xft --libs`" 12180 LIBS="$LIBS `pkg-config xft --libs`"
12190 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
12191 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12181 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12192 12182
12193 12183
12194for ac_header in X11/Xft/Xft.h 12184for ac_header in X11/Xft/Xft.h
12195do 12185do
12828 12818
12829 12819
12830 12820
12831 12821
12832 12822
12823
12824if text x$support_perl = xyes; then
12825 support_frills=yes
12826fi
12833 12827
12834 12828
12835CFLAGS=${CFLAGS--O} 12829CFLAGS=${CFLAGS--O}
12836LDFLAGS=${LDFLAGS--O} 12830LDFLAGS=${LDFLAGS--O}
12837 12831

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines