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

Comparing rxvt-unicode/configure (file contents):
Revision 1.108 by ayin, Fri Jul 27 10:09:39 2007 UTC vs.
Revision 1.114 by ayin, Wed Oct 31 12:00:52 2007 UTC

687X_CFLAGS 687X_CFLAGS
688X_PRE_LIBS 688X_PRE_LIBS
689X_LIBS 689X_LIBS
690X_EXTRA_LIBS 690X_EXTRA_LIBS
691afterimage_config 691afterimage_config
692XPM_CPPFLAGS
693XPM_CFLAGS
694XPM_LIBS
695rxvt_int16_typedef 692rxvt_int16_typedef
696rxvt_uint16_typedef 693rxvt_uint16_typedef
697rxvt_int32_typedef 694rxvt_int32_typedef
698rxvt_uint32_typedef 695rxvt_uint32_typedef
699rxvt_intp_define 696rxvt_intp_define
1320 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1317 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1321 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1318 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1322 --enable-everything enable standard non-multichoice features 1319 --enable-everything enable standard non-multichoice features
1323 NOTE: this option is order dependent 1320 NOTE: this option is order dependent
1324 NOTE: automatically enabled with --enable-shared 1321 NOTE: automatically enabled with --enable-shared
1322 --enable-warnings turn on g++ warnings
1325 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1323 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1326 --enable-combining enable composition of base and combining characters 1324 --enable-combining enable composition of base and combining characters
1327 --enable-xft enable xft support on systems that have it 1325 --enable-xft enable xft support on systems that have it
1328 --enable-font-styles enable bold and italic support 1326 --enable-font-styles enable bold and italic support
1329 --enable-xpm-background enable background pixmaps
1330 --enable-afterimage enable integration with libAfterImage for background images 1327 --enable-afterimage enable integration with libAfterImage for background images
1331 --enable-afterstep enable integration with AfterStep window manager
1332 --enable-transparency enable transparent backgrounds 1328 --enable-transparency enable transparent backgrounds
1333 --enable-tinting enable tinting of transparent bg
1334 --enable-fading enable colors fading when off focus 1329 --enable-fading enable colors fading when off focus
1335 --enable-rxvt-scroll enable rxvt style scrollbar 1330 --enable-rxvt-scroll enable rxvt style scrollbar
1336 --enable-next-scroll enable NeXT style scrollbar 1331 --enable-next-scroll enable NeXT style scrollbar
1337 --enable-xterm-scroll enable Xterm style scrollbar 1332 --enable-xterm-scroll enable Xterm style scrollbar
1338 --enable-perl enable embedded perl interpreter 1333 --enable-perl enable embedded perl interpreter
1340 --enable-xim XIM (X Input Method) protocol support 1335 --enable-xim XIM (X Input Method) protocol support
1341 --disable-backspace-key disable handling of the backspace key 1336 --disable-backspace-key disable handling of the backspace key
1342 --disable-delete-key disable handling of the delete key 1337 --disable-delete-key disable handling of the delete key
1343 --disable-resources disable all resource checking 1338 --disable-resources disable all resource checking
1344 --enable-8bitctrls enable 8 bit control sequences (not recommended) 1339 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1345 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 1340 --enable-fallback[=CLASS] fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1346 --disable-swapscreen disable swap screen support 1341 --disable-swapscreen disable swap screen support
1347 --enable-iso14755 enable support for extended ISO 14755 modes 1342 --enable-iso14755 enable support for extended ISO 14755 modes
1348 --enable-frills enable support for rarely used features 1343 --enable-frills enable support for rarely used features
1349 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1344 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1350 --enable-selectionscrolling enable scrolling during selections 1345 --enable-selectionscrolling enable scrolling during selections
1351 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1346 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1352 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1347 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1353 --enable-smart-resize enable smart growth/shrink behaviour 1348 --enable-smart-resize enable smart growth/shrink behaviour
1354 --enable-text-blink enable blinking text 1349 --enable-text-blink enable blinking text
1355 --enable-pointer-blank enable pointer blank when typing or inactive pointer 1350 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1356 --enable-utmp enable utmp (utmpx) support 1351 --enable-utmp enable utmp (utmpx) support
1357 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1352 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1359 1354
1360Optional Packages: 1355Optional Packages:
1361 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1356 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1362 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1357 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1363 --with-afterimage-config=DIR use libAfterImage config script in DIR 1358 --with-afterimage-config=DIR use libAfterImage config script in DIR
1364 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 1359 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1365 --with-res-name=NAME use this as default resource name (default: urxvt) 1360 --with-res-name=NAME use this as default resource name (default: urxvt)
1366 --with-res-class=CLASS use this as the resource class (default: URxvt) 1361 --with-res-class=CLASS use this as the resource class (default: URxvt)
1367 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1362 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1368 --with-term=NAME set the terminal to NAME (default: rxvt) 1363 --with-term=NAME set the terminal to NAME (default: rxvt)
1369 --with-terminfo=PATH set the path to the terminfo tree to PATH 1364 --with-terminfo=PATH set the path to the terminfo tree to PATH
1370 --with-x use the X Window System 1365 --with-x use the X Window System
1371 --with-xpm-includes=DIR use XPM includes in DIR
1372 --with-xpm-library=DIR use XPM library in DIR
1373 --with-xpm use XPM
1374 1366
1375Some influential environment variables: 1367Some influential environment variables:
1376 CC C compiler command 1368 CC C compiler command
1377 CFLAGS C compiler flags 1369 CFLAGS C compiler flags
1378 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1370 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
3878LINKER=$LINKER 3870LINKER=$LINKER
3879 3871
3880 3872
3881if test -z "$orig_CXXFLAGS"; then 3873if test -z "$orig_CXXFLAGS"; then
3882 if test x$GCC = xyes && test "x$GXX" = xyes; then 3874 if test x$GCC = xyes && test "x$GXX" = xyes; then
3883 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3875 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3884 cat >conftest.$ac_ext <<_ACEOF 3876 cat >conftest.$ac_ext <<_ACEOF
3885/* confdefs.h. */ 3877/* confdefs.h. */
3886_ACEOF 3878_ACEOF
3887cat confdefs.h >>conftest.$ac_ext 3879cat confdefs.h >>conftest.$ac_ext
3888cat >>conftest.$ac_ext <<_ACEOF 3880cat >>conftest.$ac_ext <<_ACEOF
4401 4393
4402 4394
4403 4395
4404support_frills=yes 4396support_frills=yes
4405support_inheritpixmap=yes 4397support_inheritpixmap=yes
4406support_tinting=yes
4407support_fading=yes 4398support_fading=yes
4408support_keepscrolling=yes 4399support_keepscrolling=yes
4409support_selectionscrolling=yes 4400support_selectionscrolling=yes
4410support_mousewheel=yes 4401support_mousewheel=yes
4411support_mouseslipwheel=yes 4402support_mouseslipwheel=yes
4414support_scroll_rxvt=yes 4405support_scroll_rxvt=yes
4415support_scroll_next=yes 4406support_scroll_next=yes
4416support_scroll_xterm=yes 4407support_scroll_xterm=yes
4417support_scroll_plain=yes 4408support_scroll_plain=yes
4418support_xim=yes 4409support_xim=yes
4419support_xpm=yes
4420support_afterimage=yes 4410support_afterimage=yes
4421support_afterstep=yes 4411support_afterstep=yes
4422support_xft=yes 4412support_xft=yes
4423support_unicode3=no 4413support_unicode3=no
4424support_combining=yes 4414support_combining=yes
4443if test "${enable_everything+set}" = set; then 4433if test "${enable_everything+set}" = set; then
4444 enableval=$enable_everything; 4434 enableval=$enable_everything;
4445 if test x$enableval = xno; then 4435 if test x$enableval = xno; then
4446 support_frills=no 4436 support_frills=no
4447 support_inheritpixmap=no 4437 support_inheritpixmap=no
4448 support_tinting=no
4449 support_fading=no 4438 support_fading=no
4450 support_keepscrolling=no 4439 support_keepscrolling=no
4451 support_selectionscrolling=no 4440 support_selectionscrolling=no
4452 support_lastlog=no 4441 support_lastlog=no
4453 support_mousewheel=no 4442 support_mousewheel=no
4459 support_scroll_xterm=no 4448 support_scroll_xterm=no
4460 support_scroll_plain=no 4449 support_scroll_plain=no
4461 support_utmp=no 4450 support_utmp=no
4462 support_wtmp=no 4451 support_wtmp=no
4463 support_xim=no 4452 support_xim=no
4464 support_xpm=no
4465 support_afterimage=no 4453 support_afterimage=no
4466 support_afterstep=no 4454 support_afterstep=no
4467 support_xft=no 4455 support_xft=no
4468 support_unicode3=no 4456 support_unicode3=no
4469 support_combining=no 4457 support_combining=no
4474 codesets= 4462 codesets=
4475 fi 4463 fi
4476 if test x$enableval = xyes; then 4464 if test x$enableval = xyes; then
4477 support_frills=yes 4465 support_frills=yes
4478 support_inheritpixmap=yes 4466 support_inheritpixmap=yes
4479 support_tinting=yes
4480 support_fading=yes 4467 support_fading=yes
4481 support_keepscrolling=yes 4468 support_keepscrolling=yes
4482 support_selectionscrolling=yes 4469 support_selectionscrolling=yes
4483 support_lastlog=yes 4470 support_lastlog=yes
4484 support_mousewheel=yes 4471 support_mousewheel=yes
4490 support_scroll_xterm=yes 4477 support_scroll_xterm=yes
4491 support_scroll_plain=yes 4478 support_scroll_plain=yes
4492 support_utmp=yes 4479 support_utmp=yes
4493 support_wtmp=yes 4480 support_wtmp=yes
4494 support_xim=yes 4481 support_xim=yes
4495 support_xpm=yes
4496 support_afterimage=yes 4482 support_afterimage=yes
4497 support_afterstep=yes 4483 support_afterstep=yes
4498 support_xft=yes 4484 support_xft=yes
4499 support_unicode3=yes 4485 support_unicode3=yes
4500 support_combining=yes 4486 support_combining=yes
4506 fi 4492 fi
4507 4493
4508fi 4494fi
4509 4495
4510 4496
4497WARNINGS=no
4498# Check whether --enable-warnings was given.
4499if test "${enable_warnings+set}" = set; then
4500 enableval=$enable_warnings; if test x$enableval = xyes; then
4501 WARNINGS=yes
4502 fi
4503fi
4504
4505if test x$GXX = xyes; then
4506 if test $WARNINGS = yes; then
4507 save_CXXFLAGS="$CXXFLAGS"
4508 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-non-virtual-dtor"
4509 cat >conftest.$ac_ext <<_ACEOF
4510/* confdefs.h. */
4511_ACEOF
4512cat confdefs.h >>conftest.$ac_ext
4513cat >>conftest.$ac_ext <<_ACEOF
4514/* end confdefs.h. */
4515
4516int
4517main ()
4518{
4519
4520 ;
4521 return 0;
4522}
4523_ACEOF
4524rm -f conftest.$ac_objext
4525if { (ac_try="$ac_compile"
4526case "(($ac_try" in
4527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4528 *) ac_try_echo=$ac_try;;
4529esac
4530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4531 (eval "$ac_compile") 2>conftest.er1
4532 ac_status=$?
4533 grep -v '^ *+' conftest.er1 >conftest.err
4534 rm -f conftest.er1
4535 cat conftest.err >&5
4536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4537 (exit $ac_status); } && {
4538 test -z "$ac_cxx_werror_flag" ||
4539 test ! -s conftest.err
4540 } && test -s conftest.$ac_objext; then
4541 :
4542else
4543 echo "$as_me: failed program was:" >&5
4544sed 's/^/| /' conftest.$ac_ext >&5
4545
4546 CXXFLAGS="$save_CXXFLAGS"
4547fi
4548
4549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4550 else
4551 CXXFLAGS="$CXXFLAGS -w"
4552 fi
4553fi
4554
4511# Check whether --enable-unicode3 was given. 4555# Check whether --enable-unicode3 was given.
4512if test "${enable_unicode3+set}" = set; then 4556if test "${enable_unicode3+set}" = set; then
4513 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then 4557 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then
4514 support_unicode3=$enableval 4558 support_unicode3=$enableval
4515 fi 4559 fi
4538 support_styles=$enableval 4582 support_styles=$enableval
4539 fi 4583 fi
4540fi 4584fi
4541 4585
4542 4586
4543# Check whether --enable-xpm-background was given.
4544if test "${enable_xpm_background+set}" = set; then
4545 enableval=$enable_xpm_background; if test x$enableval = xyes -o x$enableval = xno; then
4546 support_xpm=$enableval
4547 fi
4548fi
4549
4550
4551# Check whether --enable-afterimage was given. 4587# Check whether --enable-afterimage was given.
4552if test "${enable_afterimage+set}" = set; then 4588if test "${enable_afterimage+set}" = set; then
4553 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then 4589 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4554 support_afterimage=$enableval 4590 support_afterimage=$enableval
4555 fi 4591 fi
4563 afterimage_config=$withval/afterimage-config 4599 afterimage_config=$withval/afterimage-config
4564 fi 4600 fi
4565fi 4601fi
4566 4602
4567 4603
4568# Check whether --enable-afterstep was given.
4569if test "${enable_afterstep+set}" = set; then
4570 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then
4571 support_afterstep=$enableval
4572 fi
4573fi
4574
4575 4604
4576# Check whether --enable-transparency was given. 4605# Check whether --enable-transparency was given.
4577if test "${enable_transparency+set}" = set; then 4606if test "${enable_transparency+set}" = set; then
4578 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4607 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4579 support_inheritpixmap=$enableval 4608 support_inheritpixmap=$enableval
4580 fi
4581fi
4582
4583
4584# Check whether --enable-tinting was given.
4585if test "${enable_tinting+set}" = set; then
4586 enableval=$enable_tinting; if test x$enableval = xyes -o x$enableval = xno; then
4587 support_tinting=$enableval
4588 fi 4609 fi
4589fi 4610fi
4590 4611
4591 4612
4592# Check whether --enable-fading was given. 4613# Check whether --enable-fading was given.
4897 fi 4918 fi
4898done 4919done
4899done 4920done
4900IFS=$as_save_IFS 4921IFS=$as_save_IFS
4901 4922
4923 test -z "$ac_cv_path_TIC" && ac_cv_path_TIC=":"
4902 ;; 4924 ;;
4903esac 4925esac
4904fi 4926fi
4905TIC=$ac_cv_path_TIC 4927TIC=$ac_cv_path_TIC
4906if test -n "$TIC"; then 4928if test -n "$TIC"; then
6455 LDFLAGS=$ac_save_LDFLAGS 6477 LDFLAGS=$ac_save_LDFLAGS
6456 6478
6457fi 6479fi
6458 6480
6459 6481
6460
6461AFTERIMAGE_CFLAGS= 6482AFTERIMAGE_CFLAGS=
6462AFTERIMAGE_LIBS= 6483AFTERIMAGE_LIBS=
6463AFTERIMAGE_VERSION= 6484AFTERIMAGE_VERSION=
6464 6485
6465if test x$support_afterimage = xyes; then 6486if test x$support_afterimage = xyes; then
6506echo "${ECHO_T}no" >&6; } 6527echo "${ECHO_T}no" >&6; }
6507fi 6528fi
6508 6529
6509 6530
6510 fi 6531 fi
6532 if test "x$afterimage_config" != "xno" ; then
6511 { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5 6533 { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5
6512echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; } 6534echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; }
6513 AFTERIMAGE_VERSION=`$afterimage_config --version` 6535 xAFTERIMAGE_VERSION=`$afterimage_config --version`
6514 if test -n $AFTERIMAGE_VERSION ; then 6536 if test -n "$xAFTERIMAGE_VERSION" ; then
6515 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 6537 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6516 AFTERIMAGE_LIBS=`$afterimage_config --libs` 6538 xAFTERIMAGE_LIBS=`$afterimage_config --libs`
6517 if test "x$AFTERIMAGE_LIBS" != "x"; then 6539 if test "x$xAFTERIMAGE_LIBS" != "x"; then
6518 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .` 6540 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
6519 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .` 6541 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
6520 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then 6542 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6521 support_afterimage=yes 6543 support_afterimage=yes
6522 fi 6544 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6523 fi 6545 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6524 fi 6546 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6525
6526 if test "x$support_afterimage" = "xyes"; then
6527 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6528echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6529 else
6530 { echo "$as_me:$LINENO: result: no" >&5
6531echo "${ECHO_T}no" >&6; }
6532 fi
6533fi
6534
6535if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6536
6537
6538
6539# Initialize some more variables set by options.
6540# The variables have the same names as the options, with
6541# dashes changed to underlines.
6542
6543# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6544# paths, otherwise set no_xpm=yes.
6545# Uses ac_ vars as temps to allow command line to override cache and checks.
6546{ echo "$as_me:$LINENO: checking for libXpm" >&5
6547echo $ECHO_N "checking for libXpm... $ECHO_C" >&6; }
6548
6549
6550# Check whether --with-xpm_includes was given.
6551if test "${with_xpm_includes+set}" = set; then
6552 withval=$with_xpm_includes; xpm_includes="$withval"
6553else
6554 xpm_includes=NO
6555fi
6556
6557
6558# Check whether --with-xpm_library was given.
6559if test "${with_xpm_library+set}" = set; then
6560 withval=$with_xpm_library; xpm_libraries="$withval"
6561else
6562 xpm_libraries=NO
6563fi
6564
6565
6566# --without-xpm overrides everything else, but does not touch the cache.
6567
6568# Check whether --with-xpm was given.
6569if test "${with_xpm+set}" = set; then
6570 withval=$with_xpm;
6571fi
6572
6573if test "$with_xpm" = no; then
6574 have_xpm=disabled
6575else
6576 if test "${ac_cv_have_xpm+set}" = set; then
6577 echo $ECHO_N "(cached) $ECHO_C" >&6
6578else
6579
6580 vt_xpm_include_X11=no
6581 if test -n "$xpm_includes"; then
6582 vt_xpm_includes=$xpm_includes
6583 else
6584 vt_xpm_includes=NO
6585 fi
6586 if test -n "$xpm_libraries"; then
6587 vt_xpm_libraries=$xpm_libraries
6588 else
6589 vt_xpm_libraries=NO
6590 fi
6591
6592 if test "$vt_xpm_includes" = NO; then
6593 # Guess where to find xpm.h
6594
6595ac_save_CPPFLAGS="$CPPFLAGS"
6596CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6597
6598 # First, try using that file with no special directory specified.
6599cat >conftest.$ac_ext <<_ACEOF
6600/* confdefs.h. */
6601_ACEOF
6602cat confdefs.h >>conftest.$ac_ext
6603cat >>conftest.$ac_ext <<_ACEOF
6604/* end confdefs.h. */
6605#include <X11/xpm.h>
6606_ACEOF
6607if { (ac_try="$ac_cpp conftest.$ac_ext"
6608case "(($ac_try" in
6609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6610 *) ac_try_echo=$ac_try;;
6611esac
6612eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6614 ac_status=$?
6615 grep -v '^ *+' conftest.er1 >conftest.err
6616 rm -f conftest.er1
6617 cat conftest.err >&5
6618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619 (exit $ac_status); } >/dev/null && {
6620 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6621 test ! -s conftest.err
6622 }; then
6623 # We can compile using X headers with no special include directory.
6624vt_xpm_includes=
6625vt_xpm_include_X11=yes
6626else
6627 echo "$as_me: failed program was:" >&5
6628sed 's/^/| /' conftest.$ac_ext >&5
6629
6630 CPPFLAGS="$ac_save_CPPFLAGS"
6631# Look for the header file in a standard set of common directories.
6632 for ac_dir in \
6633 /usr/X11/include \
6634 /usr/X11R6/include \
6635 /usr/X11R5/include \
6636 /usr/X11R4/include \
6637 \
6638 /usr/include/X11 \
6639 /usr/include/X11R6 \
6640 /usr/include/X11R5 \
6641 /usr/include/X11R4 \
6642 \
6643 /usr/local/X11/include \
6644 /usr/local/X11R6/include \
6645 /usr/local/X11R5/include \
6646 /usr/local/X11R4/include \
6647 \
6648 /usr/local/include/X11 \
6649 /usr/local/include/X11R6 \
6650 /usr/local/include/X11R5 \
6651 /usr/local/include/X11R4 \
6652 \
6653 /usr/X386/include \
6654 /usr/x386/include \
6655 /usr/XFree86/include/X11 \
6656 \
6657 /usr/include \
6658 /usr/local/include \
6659 /usr/unsupported/include \
6660 /usr/athena/include \
6661 /usr/local/x11r5/include \
6662 /usr/lpp/Xamples/include \
6663 \
6664 /usr/openwin/include \
6665 /usr/openwin/share/include \
6666 ; \
6667 do
6668 if test -r "$ac_dir/X11/xpm.h"; then
6669 vt_xpm_includes="$ac_dir"
6670 vt_xpm_include_X11=yes
6671 break
6672 else
6673 if test -r "$ac_dir/xpm.h"; then
6674 vt_xpm_includes=$ac_dir
6675 break
6676 fi
6677 fi
6678 done
6679fi
6680
6681rm -f conftest.err conftest.$ac_ext
6682fi
6683
6684if test "$vt_xpm_libraries" = NO; then
6685 # Check for the libraries.
6686
6687 # See if we find them without any special options.
6688 # Don't add to $LIBS permanently.
6689 ac_save_LIBS="$LIBS"
6690 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6691cat >conftest.$ac_ext <<_ACEOF
6692/* confdefs.h. */
6693_ACEOF
6694cat confdefs.h >>conftest.$ac_ext
6695cat >>conftest.$ac_ext <<_ACEOF
6696/* end confdefs.h. */
6697
6698int
6699main ()
6700{
6701XpmReadFileToPixmap()
6702 ;
6703 return 0;
6704}
6705_ACEOF
6706rm -f conftest.$ac_objext conftest$ac_exeext
6707if { (ac_try="$ac_link"
6708case "(($ac_try" in
6709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6710 *) ac_try_echo=$ac_try;;
6711esac
6712eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6713 (eval "$ac_link") 2>conftest.er1
6714 ac_status=$?
6715 grep -v '^ *+' conftest.er1 >conftest.err
6716 rm -f conftest.er1
6717 cat conftest.err >&5
6718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719 (exit $ac_status); } && {
6720 test -z "$ac_cxx_werror_flag" ||
6721 test ! -s conftest.err
6722 } && test -s conftest$ac_exeext &&
6723 $as_test_x conftest$ac_exeext; then
6724 LIBS="$ac_save_LIBS"
6725# We can link libXpm with no special library path.
6726vt_xpm_libraries=
6727else
6728 echo "$as_me: failed program was:" >&5
6729sed 's/^/| /' conftest.$ac_ext >&5
6730
6731 LIBS="$ac_save_LIBS"
6732# First see if replacing the include by lib works.
6733for ac_dir in \
6734 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6735 /usr/X11/lib \
6736 /usr/X11R6/lib \
6737 /usr/X11R5/lib \
6738 /usr/X11R4/lib \
6739 \
6740 /usr/lib/X11 \
6741 /usr/lib/X11R6 \
6742 /usr/lib/X11R5 \
6743 /usr/lib/X11R4 \
6744 \
6745 /usr/local/X11/lib \
6746 /usr/local/X11R6/lib \
6747 /usr/local/X11R5/lib \
6748 /usr/local/X11R4/lib \
6749 \
6750 /usr/local/lib/X11 \
6751 /usr/local/lib/X11R6 \
6752 /usr/local/lib/X11R5 \
6753 /usr/local/lib/X11R4 \
6754 \
6755 /usr/X386/lib \
6756 /usr/x386/lib \
6757 /usr/XFree86/lib/X11 \
6758 \
6759 /usr/lib \
6760 /usr/local/lib \
6761 /usr/unsupported/lib \
6762 /usr/athena/lib \
6763 /usr/local/x11r5/lib \
6764 /usr/lpp/Xamples/lib \
6765 \
6766 /usr/openwin/lib \
6767 /usr/openwin/share/lib \
6768 ; \
6769do
6770 for ac_extension in a so sl; do
6771 if test -r $ac_dir/libXpm.$ac_extension; then
6772 vt_xpm_libraries=$ac_dir
6773 break 2
6774 fi
6775 done
6776done
6777fi
6778
6779rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6780 conftest$ac_exeext conftest.$ac_ext
6781fi
6782
6783
6784 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6785 ac_cv_have_xpm="have_xpm=no"
6786 else
6787 ac_cv_have_xpm="have_xpm=yes \
6788 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6789 vt_xpm_include_X11=$vt_xpm_include_X11"
6790 fi
6791fi
6792 eval "$ac_cv_have_xpm"
6793fi
6794
6795if test "$have_xpm" != yes; then
6796 { echo "$as_me:$LINENO: result: $have_xpm" >&5
6797echo "${ECHO_T}$have_xpm" >&6; }
6798 no_xpm=yes
6799else
6800 if test "$xpm_includes" != NO; then
6801 if test "$xpm_includes" = "$vt_xpm_includes"; then
6802 if test -r "$xpm_includes/X11/xpm.h"; then
6803 vt_xpm_include_X11=yes
6804 fi
6805 else
6806 vt_xpm_include_X11=no
6807 if test -z "$xpm_includes"; then
6808 cat >conftest.$ac_ext <<_ACEOF
6809/* confdefs.h. */
6810_ACEOF
6811cat confdefs.h >>conftest.$ac_ext
6812cat >>conftest.$ac_ext <<_ACEOF
6813/* end confdefs.h. */
6814#include <X11/xpm.h>
6815_ACEOF
6816if { (ac_try="$ac_cpp conftest.$ac_ext"
6817case "(($ac_try" in
6818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6819 *) ac_try_echo=$ac_try;;
6820esac
6821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6822 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6823 ac_status=$?
6824 grep -v '^ *+' conftest.er1 >conftest.err
6825 rm -f conftest.er1
6826 cat conftest.err >&5
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); } >/dev/null && {
6829 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6830 test ! -s conftest.err
6831 }; then
6832 vt_xpm_include_X11=yes
6833else
6834 echo "$as_me: failed program was:" >&5
6835sed 's/^/| /' conftest.$ac_ext >&5
6836
6837
6838fi
6839
6840rm -f conftest.err conftest.$ac_ext
6841 else
6842 if test -r "$xpm_includes/X11/xpm.h"; then
6843 vt_xpm_include_X11=yes
6844 fi 6547 fi
6845 fi 6548 fi
6846 fi 6549 fi
6847 vt_xpm_includes=$xpm_includes 6550 if test "x$support_afterimage" = "xyes"; then
6551 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6552echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6553 else
6554 { echo "$as_me:$LINENO: result: no" >&5
6555echo "${ECHO_T}no" >&6; }
6848 fi 6556 fi
6849 if test "x$xpm_libraries" != xNO; then
6850 vt_xpm_libraries=$xpm_libraries
6851 fi
6852 # Update the cache value to reflect the command line values.
6853 ac_cv_have_xpm="have_xpm=yes \
6854 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6855 vt_xpm_include_X11=$vt_xpm_include_X11"
6856 eval "$ac_cv_have_xpm"
6857 { echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6858echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6; }
6859 if test -n "$vt_xpm_includes"; then
6860 XPM_CPPFLAGS="-DHAVE_LIBXPM"
6861 fi
6862 if test -n "$vt_xpm_includes"; then
6863 XPM_CFLAGS="-I$vt_xpm_includes"
6864 fi
6865 XPM_LIBS="-lXpm"
6866 if test -n "$vt_xpm_libraries"; then
6867 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6868 fi
6869 if test "x$vt_xpm_include_X11" = xyes; then
6870
6871cat >>confdefs.h <<\_ACEOF
6872#define XPM_INC_X11 1
6873_ACEOF
6874
6875 fi
6876fi
6877
6878
6879
6880
6881
6882 if test x$no_xpm = xyes; then
6883 support_xpm=needsmanualspecification
6884 fi 6557 fi
6885fi 6558fi
6886 6559
6887{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 6560{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6888echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } 6561echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
11674_ACEOF 11347_ACEOF
11675 11348
11676fi 11349fi
11677 11350
11678 11351
11679ac_save_LIBS=$LIBS 11352save_LIBS=$LIBS
11680ac_save_CFLAGS=$CFLAGS 11353save_CFLAGS=$CFLAGS
11681CFLAGS="$CFLAGS $X_CFLAGS" 11354CFLAGS="$CFLAGS $X_CFLAGS"
11682LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11355LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11356if test x$support_xim = xyes; then
11683{ echo "$as_me:$LINENO: checking for working Xlocale" >&5 11357 { echo "$as_me:$LINENO: checking for working Xlocale" >&5
11684echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11358echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
11685if test "${rxvt_cv_func_xlocale+set}" = set; then 11359if test "${rxvt_cv_func_xlocale+set}" = set; then
11686 echo $ECHO_N "(cached) $ECHO_C" >&6 11360 echo $ECHO_N "(cached) $ECHO_C" >&6
11687else 11361else
11688 if test "$cross_compiling" = yes; then 11362 if test "$cross_compiling" = yes; then
11689 : 11363 :
11690else 11364else
11691 cat >conftest.$ac_ext <<_ACEOF 11365 cat >conftest.$ac_ext <<_ACEOF
11692/* confdefs.h. */ 11366/* confdefs.h. */
11693_ACEOF 11367_ACEOF
11694cat confdefs.h >>conftest.$ac_ext 11368cat confdefs.h >>conftest.$ac_ext
11695cat >>conftest.$ac_ext <<_ACEOF 11369cat >>conftest.$ac_ext <<_ACEOF
11696/* end confdefs.h. */ 11370/* end confdefs.h. */
11697#include <X11/Xlib.h> 11371#include <X11/Xlib.h>
11698#include <stdlib.h> 11372 #include <stdlib.h>
11699main() { 11373 main() {
11700char *p; 11374 char *p;
11701if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 11375 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11702exit (XSupportsLocale() ? 0 : 1); 11376 exit (XSupportsLocale() ? 0 : 1);
11703else 11377 else
11704exit (1);} 11378 exit (1);}
11705_ACEOF 11379_ACEOF
11706rm -f conftest$ac_exeext 11380rm -f conftest$ac_exeext
11707if { (ac_try="$ac_link" 11381if { (ac_try="$ac_link"
11708case "(($ac_try" in 11382case "(($ac_try" in
11709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11395eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11722 (eval "$ac_try") 2>&5 11396 (eval "$ac_try") 2>&5
11723 ac_status=$? 11397 ac_status=$?
11724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11725 (exit $ac_status); }; }; then 11399 (exit $ac_status); }; }; then
11726 rxvt_cv_func_xlocale=yes 11400 rxvt_cv_func_xlocale=yes
11727else 11401else
11728 echo "$as_me: program exited with status $ac_status" >&5 11402 echo "$as_me: program exited with status $ac_status" >&5
11729echo "$as_me: failed program was:" >&5 11403echo "$as_me: failed program was:" >&5
11730sed 's/^/| /' conftest.$ac_ext >&5 11404sed 's/^/| /' conftest.$ac_ext >&5
11731 11405
11737 11411
11738 11412
11739fi 11413fi
11740{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11414{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11741echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11415echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
11742if test x$support_xim = xyes; then
11743 if test x$rxvt_cv_func_xlocale = xyes; then 11416 if test x$rxvt_cv_func_xlocale = xyes; then
11744 11417
11745cat >>confdefs.h <<\_ACEOF 11418cat >>confdefs.h <<\_ACEOF
11746#define USE_XIM 1 11419#define USE_XIM 1
11747_ACEOF 11420_ACEOF
11748 11421
11422 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11423echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
11424if test "${rxvt_broken_ximcb+set}" = set; then
11425 echo $ECHO_N "(cached) $ECHO_C" >&6
11426else
11427 cat >conftest.$ac_ext <<_ACEOF
11428
11429 #include <X11/Xlib.h>
11430
11431 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11432
11433 void f() {
11434 XIMCallback cb;
11435 cb.callback = im_destroy_cb;
11436 }
11437
11438_ACEOF
11439rm -f conftest.$ac_objext
11440if { (ac_try="$ac_compile"
11441case "(($ac_try" in
11442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11443 *) ac_try_echo=$ac_try;;
11444esac
11445eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11446 (eval "$ac_compile") 2>conftest.er1
11447 ac_status=$?
11448 grep -v '^ *+' conftest.er1 >conftest.err
11449 rm -f conftest.er1
11450 cat conftest.err >&5
11451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11452 (exit $ac_status); } && {
11453 test -z "$ac_cxx_werror_flag" ||
11454 test ! -s conftest.err
11455 } && test -s conftest.$ac_objext; then
11456 rxvt_broken_ximcb=yes
11457else
11458 echo "$as_me: failed program was:" >&5
11459sed 's/^/| /' conftest.$ac_ext >&5
11460
11461 rxvt_broken_ximcb=no
11462fi
11463
11464rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11465fi
11466{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11467echo "${ECHO_T}$rxvt_broken_ximcb" >&6; }
11468
11469 if test x$rxvt_broken_ximcb = xyes; then
11470
11471cat >>confdefs.h <<\_ACEOF
11472#define XIMCB_PROTO_BROKEN 1
11473_ACEOF
11474
11475 fi
11749 fi 11476 fi
11750fi 11477fi
11751 11478
11752{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11479{ echo "$as_me:$LINENO: checking for working X setlocale" >&5
11753echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11480echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
11806cat >>confdefs.h <<\_ACEOF 11533cat >>confdefs.h <<\_ACEOF
11807#define HAVE_XSETLOCALE 1 11534#define HAVE_XSETLOCALE 1
11808_ACEOF 11535_ACEOF
11809 11536
11810fi 11537fi
11811LIBS=$ac_save_LIBS 11538LIBS=$save_LIBS
11812CFLAGS=$ac_save_CFLAGS 11539CFLAGS=$save_CFLAGS
11813 11540
11814{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5 11541{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11815echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; } 11542echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; }
11816if test "${rxvt_cv_func_setlocale+set}" = set; then 11543if test "${rxvt_cv_func_setlocale+set}" = set; then
11817 echo $ECHO_N "(cached) $ECHO_C" >&6 11544 echo $ECHO_N "(cached) $ECHO_C" >&6
12020 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5 11747 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
12021echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;} 11748echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12022 { (exit 1); exit 1; }; } 11749 { (exit 1); exit 1; }; }
12023fi 11750fi
12024 11751
12025
12026{ echo "$as_me:$LINENO: checking for broken XIM callback" >&5
12027echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
12028if test "${rxvt_broken_ximcb+set}" = set; then
12029 echo $ECHO_N "(cached) $ECHO_C" >&6
12030else
12031 cat >conftest.$ac_ext <<_ACEOF
12032
12033#include <X11/Xlib.h>
12034
12035void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
12036
12037void f() {
12038 XIMCallback cb;
12039 cb.callback = im_destroy_cb;
12040}
12041
12042_ACEOF
12043rm -f conftest.$ac_objext
12044if { (ac_try="$ac_compile"
12045case "(($ac_try" in
12046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12047 *) ac_try_echo=$ac_try;;
12048esac
12049eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12050 (eval "$ac_compile") 2>conftest.er1
12051 ac_status=$?
12052 grep -v '^ *+' conftest.er1 >conftest.err
12053 rm -f conftest.er1
12054 cat conftest.err >&5
12055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12056 (exit $ac_status); } && {
12057 test -z "$ac_cxx_werror_flag" ||
12058 test ! -s conftest.err
12059 } && test -s conftest.$ac_objext; then
12060 rxvt_broken_ximcb=yes
12061else
12062 echo "$as_me: failed program was:" >&5
12063sed 's/^/| /' conftest.$ac_ext >&5
12064
12065 rxvt_broken_ximcb=no
12066fi
12067
12068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12069fi
12070{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
12071echo "${ECHO_T}$rxvt_broken_ximcb" >&6; }
12072
12073if test x$rxvt_broken_ximcb = xyes; then
12074
12075cat >>confdefs.h <<\_ACEOF
12076#define XIMCB_PROTO_BROKEN 1
12077_ACEOF
12078
12079fi
12080 11752
12081 11753
12082 11754
12083 11755
12084 11756
13067cat >>confdefs.h <<\_ACEOF 12739cat >>confdefs.h <<\_ACEOF
13068#define OFF_FOCUS_FADING 1 12740#define OFF_FOCUS_FADING 1
13069_ACEOF 12741_ACEOF
13070 12742
13071fi 12743fi
13072if test x$support_tinting = xyes; then
13073
13074cat >>confdefs.h <<\_ACEOF
13075#define TINTING 1
13076_ACEOF
13077
13078fi
13079if test x$support_inheritpixmap = xyes; then 12744if test x$support_inheritpixmap = xyes; then
13080 12745
13081cat >>confdefs.h <<\_ACEOF 12746cat >>confdefs.h <<\_ACEOF
13082#define ENABLE_TRANSPARENCY 1 12747#define ENABLE_TRANSPARENCY 1
13083_ACEOF 12748_ACEOF
13095cat >>confdefs.h <<\_ACEOF 12760cat >>confdefs.h <<\_ACEOF
13096#define SELECTION_SCROLLING 1 12761#define SELECTION_SCROLLING 1
13097_ACEOF 12762_ACEOF
13098 12763
13099fi 12764fi
12765if test x$support_frills = xyes; then
12766
12767cat >>confdefs.h <<\_ACEOF
12768#define ENABLE_FRILLS 1
12769_ACEOF
12770
12771fi
13100if test x$support_mousewheel = xyes; then 12772if test x$support_mousewheel = xyes; then
13101 12773
13102cat >>confdefs.h <<\_ACEOF 12774cat >>confdefs.h <<\_ACEOF
13103#define MOUSE_WHEEL 1 12775#define MOUSE_WHEEL 1
13104_ACEOF 12776_ACEOF
13109cat >>confdefs.h <<\_ACEOF 12781cat >>confdefs.h <<\_ACEOF
13110#define MOUSE_SLIP_WHEELING 1 12782#define MOUSE_SLIP_WHEELING 1
13111_ACEOF 12783_ACEOF
13112 12784
13113fi 12785fi
13114if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13115
13116cat >>confdefs.h <<\_ACEOF
13117#define XPM_BACKGROUND 1
13118_ACEOF
13119
13120fi
13121
13122if test x$support_afterimage = xyes; then 12786if test x$support_afterimage = xyes; then
13123 12787
13124cat >>confdefs.h <<\_ACEOF 12788cat >>confdefs.h <<\_ACEOF
13125#define HAVE_AFTERIMAGE 1 12789#define HAVE_AFTERIMAGE 1
13126_ACEOF 12790_ACEOF
13127 12791
13128fi
13129
13130if test x$support_afterstep = xyes; then
13131 12792
13132cat >>confdefs.h <<\_ACEOF 12793cat >>confdefs.h <<\_ACEOF
13133#define AFTERSTEP_INTEGRATION 1 12794#define BG_IMAGE_FROM_FILE 1
13134_ACEOF 12795_ACEOF
13135 12796
13136fi 12797fi
12798
13137 12799
13138if test x$support_scroll_rxvt = xyes; then 12800if test x$support_scroll_rxvt = xyes; then
13139 12801
13140cat >>confdefs.h <<\_ACEOF 12802cat >>confdefs.h <<\_ACEOF
13141#define RXVT_SCROLLBAR 1 12803#define RXVT_SCROLLBAR 1
13409 13071
13410 13072
13411 13073
13412 13074
13413 13075
13414
13415if test x$support_perl = xyes; then
13416 support_frills=yes
13417fi
13418
13419if test x$support_frills = xyes; then
13420
13421cat >>confdefs.h <<\_ACEOF
13422#define ENABLE_FRILLS 1
13423_ACEOF
13424
13425fi
13426 13076
13427 13077
13428 13078
13429 13079
13430 13080
14214X_CFLAGS!$X_CFLAGS$ac_delim 13864X_CFLAGS!$X_CFLAGS$ac_delim
14215X_PRE_LIBS!$X_PRE_LIBS$ac_delim 13865X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14216X_LIBS!$X_LIBS$ac_delim 13866X_LIBS!$X_LIBS$ac_delim
14217X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 13867X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14218afterimage_config!$afterimage_config$ac_delim 13868afterimage_config!$afterimage_config$ac_delim
14219XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim
14220XPM_CFLAGS!$XPM_CFLAGS$ac_delim
14221XPM_LIBS!$XPM_LIBS$ac_delim
14222rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 13869rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim
14223rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 13870rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim
14224rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim 13871rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim
14225rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim 13872rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim
14226rxvt_intp_define!$rxvt_intp_define$ac_delim 13873rxvt_intp_define!$rxvt_intp_define$ac_delim
14235PERL_O!$PERL_O$ac_delim 13882PERL_O!$PERL_O$ac_delim
14236AFTERIMAGE_CFLAGS!$AFTERIMAGE_CFLAGS$ac_delim 13883AFTERIMAGE_CFLAGS!$AFTERIMAGE_CFLAGS$ac_delim
14237AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim 13884AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14238include_stdint_h!$include_stdint_h$ac_delim 13885include_stdint_h!$include_stdint_h$ac_delim
14239include_stdarg_h!$include_stdarg_h$ac_delim 13886include_stdarg_h!$include_stdarg_h$ac_delim
13887include_stdlib_h!$include_stdlib_h$ac_delim
13888include_unistd_h!$include_unistd_h$ac_delim
13889include_string_h!$include_string_h$ac_delim
14240_ACEOF 13890_ACEOF
14241 13891
14242 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 13892 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
14243 break 13893 break
14244 elif $ac_last_try; then 13894 elif $ac_last_try; then
14276 13926
14277 13927
14278ac_delim='%!_!# ' 13928ac_delim='%!_!# '
14279for ac_last_try in false false false false false :; do 13929for ac_last_try in false false false false false :; do
14280 cat >conf$$subs.sed <<_ACEOF 13930 cat >conf$$subs.sed <<_ACEOF
14281include_stdlib_h!$include_stdlib_h$ac_delim
14282include_unistd_h!$include_unistd_h$ac_delim
14283include_string_h!$include_string_h$ac_delim
14284include_fcntl_h!$include_fcntl_h$ac_delim 13931include_fcntl_h!$include_fcntl_h$ac_delim
14285include_util_h!$include_util_h$ac_delim 13932include_util_h!$include_util_h$ac_delim
14286include_assert_h!$include_assert_h$ac_delim 13933include_assert_h!$include_assert_h$ac_delim
14287include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim 13934include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
14288include_sys_select_h!$include_sys_select_h$ac_delim 13935include_sys_select_h!$include_sys_select_h$ac_delim
14291include_time_h!$include_time_h$ac_delim 13938include_time_h!$include_time_h$ac_delim
14292LIBOBJS!$LIBOBJS$ac_delim 13939LIBOBJS!$LIBOBJS$ac_delim
14293LTLIBOBJS!$LTLIBOBJS$ac_delim 13940LTLIBOBJS!$LTLIBOBJS$ac_delim
14294_ACEOF 13941_ACEOF
14295 13942
14296 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 13; then 13943 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
14297 break 13944 break
14298 elif $ac_last_try; then 13945 elif $ac_last_try; then
14299 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 13946 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14300echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 13947echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14301 { (exit 1); exit 1; }; } 13948 { (exit 1); exit 1; }; }
14730 Install path: ${prefix}/bin 14377 Install path: ${prefix}/bin
14731 Compiler: $CXX 14378 Compiler: $CXX
14732 Compiler flags: $CXXFLAGS 14379 Compiler flags: $CXXFLAGS
14733 Linker: $LINKER" 14380 Linker: $LINKER"
14734 14381
14735if test x$support_xpm = xyes; then
14736 echo " Xpm library: $XPM_LIBS"
14737fi
14738
14739if test x$support_afterimage = xyes; then
14740 echo " AfterImage support: yes"
14741fi
14742
14743if test x$support_afterstep = xyes; then
14744 echo " AfterStep integration: yes"
14745fi
14746
14747if test x$term != x; then 14382if test x$term != x; then
14748 echo " set TERM to: $term" 14383 echo " set TERM to: $term"
14749fi 14384fi
14750if test x$terminfo != x; then 14385if test x$terminfo != x; then
14751 echo " set TERMINFO to: $terminfo" 14386 echo " set TERMINFO to: $terminfo"
14755if test x$RESFALLBACK != x; then 14390if test x$RESFALLBACK != x; then
14756 echo " resource class fallback: $RESFALLBACK" 14391 echo " resource class fallback: $RESFALLBACK"
14757fi 14392fi
14758echo 14393echo
14759echo " embedded perl: $support_perl" 14394echo " embedded perl: $support_perl"
14395echo " libafterimage: $support_afterimage"
14760echo 14396echo
14761if test x$support_xpm = xneedsmanualspecification; then
14762 echo ".----------------------------------------------------------------."
14763 echo ". WARNING: --enable-xpm-background was specified however the ."
14764 echo ". XPM includes files and libraries could not be found. ."
14765 echo ". XPM backgrounds are now being DISABLED! If you want ."
14766 echo ". to use them you should rerun configure with the ."
14767 echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14768 echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14769 echo ".----------------------------------------------------------------."
14770fi
14771if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 14397if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14772 echo ".----------------------------------------------------------------." 14398 echo ".----------------------------------------------------------------."
14773 echo ". WARNING: --enable-xim was specified however the locale support ." 14399 echo ". WARNING: --enable-xim was specified however the locale support ."
14774 echo ". functions could not be found. ." 14400 echo ". functions could not be found. ."
14775 echo ". XIM is now being DISABLED! ." 14401 echo ". XIM is now being DISABLED! ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines