From 60ad9a0d8081fee7d81df258c165b5c8b7efa03a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 28 Aug 2002 03:35:48 +0000 Subject: [PATCH] XEmacs 21.4.1 "Copyleft". --- ChangeLog | 37 ++ PROBLEMS | 40 +- README | 2 +- configure | 1243 +++++++++++++++++++++++----------------------- etc/MACHINES | 8 +- etc/NEWS | 481 +++++++++++------- etc/README | 4 +- etc/TUTORIAL.ja | 2 +- etc/photos/jwz.png | Bin 8056 -> 28473 bytes etc/photos/jwzm.png | Bin 1161 -> 11124 bytes etc/sample.init.el | 2 +- lib-src/ChangeLog | 4 + lisp/ChangeLog | 15 + lisp/about.el | 315 ++++++++---- lisp/x-compose.el | 16 +- lwlib/ChangeLog | 4 + man/ChangeLog | 4 + netinstall/ChangeLog | 11 + netinstall/reginfo.h | 4 +- nt/ChangeLog | 8 + nt/README | 4 +- src/ChangeLog | 9 + src/input-method-motif.c | 9 + tests/ChangeLog | 4 + version.sh | 4 +- 25 files changed, 1303 insertions(+), 927 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1500188..51b67ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-17 Ben Wing + + * etc\NEWS: More changes. + + * etc\sample.init.el (grep-all-files-in-current-directory-and-below): + Missing argument. + + * etc\photos\fabrice.png: + * etc\photos\fabricem.png: + * etc\photos\juhp.png: + * etc\photos\juhpm.png: + Add photos. + * etc\photos\jwz.png: + * etc\photos\jwzm.png: + Update photos. + +2001-04-17 Stephen J. Turnbull + + * README: + * etc/README: + * etc/MACHINES: + * etc/PACKAGES: + * etc/TUTORIAL.ja: + Fixup 21.2 -> 21.4. + + * configure: Regenerate. + + * PROBLEMS (Running/Linux): Add entries for ESD interrupts and + Debian Athena3d workarounds. + + * PROBLEMS: s/xemacs@xemacs.org/xemacs-beta@xemacs.org/ in + requests for developer volunteers. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/PROBLEMS b/PROBLEMS index 2daf276..d932df3 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -734,7 +734,7 @@ may need to add "#define static" to the m- or the s- file. Try evaluating the form (setq lock-directory nil) and see if that helps. There is a problem with file-locking on some systems (possibly related to NFS) that I don't understand. Please send mail to the address -xemacs@xemacs.org if you figure this one out. +xemacs-beta@xemacs.org if you figure this one out. *** When emacs starts up, I get lots of warnings about unknown keysyms. @@ -913,7 +913,7 @@ redisplay on the traditional terminals, or over slow lines can be very slow. If you are interested in fixing this, please let us know at -. +. *** Screen is updated wrong, but only on one kind of terminal. @@ -1305,6 +1305,27 @@ affected virtually all ioctl() calls. ** Linux +*** Debian +**** XEmacs warns "Symbol `toggleClassRec' has different size in shared + object, consider re-linking / Symbol `labelClassRec' has different + size in shared object, consider re-linking / Warning: Representation + size 4 must match superclass's to override value" + +Sometimes this results in segfaults when using the tab control widget +or a progress bar widget. + +Some versions of Debian install 3D versions of the Athena widget +library as /usr/X11R6/lib/libXaw.so. We have not yet solved the +problem of identifying the actual library in use in ./configure, so it +is possible for XEmacs to be compiled with reference to headers for +"flat" Xaw but find a "3D" Xaw when loading. + +The straightforward solution is to rebuild XEmacs with additional +configure options: --with-widgets=athena --with-athena=3d. + +There are several 3D Athena widget sets available; to see which ones +are supported by XEmacs, use ./configure --usage. + *** Mandrake The Mandrake Linux distribution is attempting to comprehensively @@ -1323,6 +1344,19 @@ XEmacs to use the Alt key" below. The color-gcc wrapper (see below) is in common use on the Mandrake platform. +*** XEmacs configured with ESD crashes with a segmentation violation + +This often occurs when a progress bar pops up. + +The problem is that the ESD sound daemon manipulates interrupts in a +way that disagrees with XEmacs. The currently available workaround is +not very satisfactory: remove ESD support. Rebuild after +reconfiguring with the option --with-sound=none[,native][,nas] + +The funny syntax (requiring the initial "none") is for backward +compatibility, and may change. Native sound and NAS do not cause the +problem, so they may be added to the option to get some sound support. + *** I want XEmacs to use the Alt key, not the XXX key, for Meta commands For historical reasons, XEmacs looks for a Meta key, then an Alt key. @@ -1439,7 +1473,7 @@ getaddrinfo() interface from the older gethostbyname() interface. The solution above is insufficient, because getaddrinfo() by default tries to get IPv6 information for localhost. This always involves a dns lookup to get the CNAME, and the strategies above don't work. It then -falls back to IPv4 behavior. This is good[tm]; trust us. +falls back to IPv4 behavior. ***** Robust network case diff --git a/README b/README index 0962c32..88c9290 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory tree holds version 21.2 of XEmacs, the extensible, +This directory tree holds version 21.4 of XEmacs, the extensible, customizable, self-documenting real-time display editor. This version of XEmacs also runs on various Microsoft Windows platforms including MS Windows '95 and MS Windows NT and Cygwin. diff --git a/configure b/configure index fdb596f..036b519 100755 --- a/configure +++ b/configure @@ -4258,7 +4258,7 @@ cat > conftest.$ac_ext < conftest.$ac_ext < -#include main() { FILE *f=fopen("conftestval", "w"); @@ -4454,7 +4453,7 @@ main() exit(0); } EOF -if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:4457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_sizeof_short=`cat conftestval` else @@ -4482,13 +4481,12 @@ if test "$ac_cv_sizeof_short" = 0; then exit 1 fi echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4486: checking size of int" >&5 +echo "configure:4485: checking size of int" >&5 cat > conftest.$ac_ext < -#include main() { FILE *f=fopen("conftestval", "w"); @@ -4497,7 +4495,7 @@ main() exit(0); } EOF -if { (eval echo configure:4501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:4499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_sizeof_int=`cat conftestval` else @@ -4519,13 +4517,12 @@ EOF echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4523: checking size of long" >&5 +echo "configure:4521: checking size of long" >&5 cat > conftest.$ac_ext < -#include main() { FILE *f=fopen("conftestval", "w"); @@ -4534,7 +4531,7 @@ main() exit(0); } EOF -if { (eval echo configure:4538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_sizeof_long=`cat conftestval` else @@ -4556,13 +4553,12 @@ EOF echo $ac_n "checking size of long long""... $ac_c" 1>&6 -echo "configure:4560: checking size of long long" >&5 +echo "configure:4557: checking size of long long" >&5 cat > conftest.$ac_ext < -#include main() { FILE *f=fopen("conftestval", "w"); @@ -4571,7 +4567,7 @@ main() exit(0); } EOF -if { (eval echo configure:4575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:4571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_sizeof_long_long=`cat conftestval` else @@ -4593,13 +4589,12 @@ EOF echo $ac_n "checking size of void *""... $ac_c" 1>&6 -echo "configure:4597: checking size of void *" >&5 +echo "configure:4593: checking size of void *" >&5 cat > conftest.$ac_ext < -#include main() { FILE *f=fopen("conftestval", "w"); @@ -4608,7 +4603,7 @@ main() exit(0); } EOF -if { (eval echo configure:4612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:4607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_sizeof_void_p=`cat conftestval` else @@ -4631,7 +4626,7 @@ EOF echo $ac_n "checking for long file names""... $ac_c" 1>&6 -echo "configure:4635: checking for long file names" >&5 +echo "configure:4630: checking for long file names" >&5 ac_cv_sys_long_file_names=yes # Test for long file names in all the places we know might matter: @@ -4677,10 +4672,10 @@ fi echo $ac_n "checking for sin""... $ac_c" 1>&6 -echo "configure:4681: checking for sin" >&5 +echo "configure:4676: checking for sin" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sin=yes" else @@ -4721,12 +4716,12 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 -echo "configure:4725: checking for sin in -lm" >&5 +echo "configure:4720: checking for sin in -lm" >&5 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` xe_check_libs=" -lm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4781,14 +4776,14 @@ EOF cat > conftest.$ac_ext < int main() { return atanh(1.0) + asinh(1.0) + acosh(1.0); ; return 0; } EOF -if { (eval echo configure:4792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_INVERSE_HYPERBOLIC @@ -4805,14 +4800,14 @@ fi rm -f conftest* echo "checking type of mail spool file locking" 1>&6 -echo "configure:4809: checking type of mail spool file locking" >&5 +echo "configure:4804: checking type of mail spool file locking" >&5 for ac_func in lockf flock do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4813: checking for $ac_func" >&5 +echo "configure:4808: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4917,12 +4912,12 @@ test "$mail_locking" = "locking" -a "$ac_cv_func_locking" != "yes" && \ case "$opsys" in decosf*) echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 -echo "configure:4921: checking for cma_open in -lpthreads" >&5 +echo "configure:4916: checking for cma_open in -lpthreads" >&5 ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lpthreads " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4969,7 +4964,7 @@ fi esac echo $ac_n "checking whether the -xildoff compiler flag is required""... $ac_c" 1>&6 -echo "configure:4973: checking whether the -xildoff compiler flag is required" >&5 +echo "configure:4968: checking whether the -xildoff compiler flag is required" >&5 if ${CC-cc} '-###' -xildon no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then if ${CC-cc} '-###' -xildoff no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then echo "$ac_t""no" 1>&6; @@ -4981,7 +4976,7 @@ fi if test "$opsys" = "sol2"; then if test "$os_release" -ge 56; then echo $ac_n "checking for \"-z ignore\" linker flag""... $ac_c" 1>&6 -echo "configure:4985: checking for \"-z ignore\" linker flag" >&5 +echo "configure:4980: checking for \"-z ignore\" linker flag" >&5 case "`ld -h 2>&1`" in *-z\ ignore\|record* ) echo "$ac_t""yes" 1>&6 ld_switch_site="-z ignore $ld_switch_site" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-z ignore\" to \$ld_switch_site"; fi ;; @@ -4992,7 +4987,7 @@ fi echo "checking "for specified window system"" 1>&6 -echo "configure:4996: checking "for specified window system"" >&5 +echo "configure:4991: checking "for specified window system"" >&5 GNOME_CONFIG=no @@ -5000,7 +4995,7 @@ GTK_CONFIG=no if test "$with_gnome" != "no"; then echo $ac_n "checking for GNOME configuration script""... $ac_c" 1>&6 -echo "configure:5004: checking for GNOME configuration script" >&5 +echo "configure:4999: checking for GNOME configuration script" >&5 for possible in gnome-config do possible_version=`${possible} --version 2> /dev/null` @@ -5031,7 +5026,7 @@ fi if test "$with_gtk" != "no";then echo $ac_n "checking for GTK configuration script""... $ac_c" 1>&6 -echo "configure:5035: checking for GTK configuration script" >&5 +echo "configure:5030: checking for GTK configuration script" >&5 for possible in gtk12-config gtk14-config gtk-config do possible_version=`${possible} --version 2> /dev/null` @@ -5053,37 +5048,37 @@ fi if test "${GTK_CONFIG}" != "no"; then echo $ac_n "checking gtk version""... $ac_c" 1>&6 -echo "configure:5057: checking gtk version" >&5 +echo "configure:5052: checking gtk version" >&5 GTK_VERSION=`${GTK_CONFIG} --version` echo "$ac_t""${GTK_VERSION}" 1>&6 echo $ac_n "checking gtk libs""... $ac_c" 1>&6 -echo "configure:5062: checking gtk libs" >&5 +echo "configure:5057: checking gtk libs" >&5 GTK_LIBS=`${GTK_CONFIG} --libs` libs_gtk="$libs_gtk ${GTK_LIBS}" && if test "$extra_verbose" = "yes"; then echo " Appending \"${GTK_LIBS}\" to \$libs_gtk"; fi echo "$ac_t""${GTK_LIBS}" 1>&6 echo $ac_n "checking gtk cflags""... $ac_c" 1>&6 -echo "configure:5068: checking gtk cflags" >&5 +echo "configure:5063: checking gtk cflags" >&5 GTK_CFLAGS=`${GTK_CONFIG} --cflags` c_switch_gtk="$c_switch_gtk ${GTK_CFLAGS}" && if test "$extra_verbose" = "yes"; then echo " Appending \"${GTK_CFLAGS}\" to \$c_switch_gtk"; fi echo "$ac_t""${GTK_CFLAGS}" 1>&6 echo $ac_n "checking for main in -lgdk_imlib""... $ac_c" 1>&6 -echo "configure:5075: checking for main in -lgdk_imlib" >&5 +echo "configure:5070: checking for main in -lgdk_imlib" >&5 ac_lib_var=`echo gdk_imlib'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lgdk_imlib " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5105,12 +5100,12 @@ fi echo $ac_n "checking for Imlib_init in -lImlib""... $ac_c" 1>&6 -echo "configure:5109: checking for Imlib_init in -lImlib" >&5 +echo "configure:5104: checking for Imlib_init in -lImlib" >&5 ac_lib_var=`echo Imlib'_'Imlib_init | sed 'y%./+-%__p_%'` xe_check_libs=" -lImlib " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5144,10 +5139,10 @@ fi for ac_func in gdk_imlib_init do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5148: checking for $ac_func" >&5 +echo "configure:5143: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5247,15 +5242,15 @@ EOF do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5251: checking for $ac_hdr" >&5 +echo "configure:5246: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5286,19 +5281,19 @@ done echo $ac_n "checking for main in -lxml""... $ac_c" 1>&6 -echo "configure:5290: checking for main in -lxml" >&5 +echo "configure:5285: checking for main in -lxml" >&5 ac_lib_var=`echo xml'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lxml " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5320,19 +5315,19 @@ fi echo $ac_n "checking for main in -lglade""... $ac_c" 1>&6 -echo "configure:5324: checking for main in -lglade" >&5 +echo "configure:5319: checking for main in -lglade" >&5 ac_lib_var=`echo glade'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lglade " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5354,19 +5349,19 @@ fi echo $ac_n "checking for main in -lglade-gnome""... $ac_c" 1>&6 -echo "configure:5358: checking for main in -lglade-gnome" >&5 +echo "configure:5353: checking for main in -lglade-gnome" >&5 ac_lib_var=`echo glade-gnome'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lglade-gnome " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5387,7 +5382,7 @@ fi cat > conftest.$ac_ext < EOF @@ -5445,7 +5440,7 @@ if test "$with_x11" != "no"; then # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:5449: checking for X" >&5 +echo "configure:5444: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -5505,12 +5500,12 @@ if test "$ac_x_includes" = NO; then # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5579,14 +5574,14 @@ if test "$ac_x_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -5695,17 +5690,17 @@ else case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:5699: checking whether -R must be followed by a space" >&5 +echo "configure:5694: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -5721,14 +5716,14 @@ rm -f conftest* else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -5764,12 +5759,12 @@ ac_cv_lib_dnet_dnet_ntoa=no else echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:5768: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:5763: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` xe_check_libs=" -ldnet " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5804,12 +5799,12 @@ fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:5808: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:5803: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` xe_check_libs=" -ldnet_stub " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5849,10 +5844,10 @@ fi # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:5853: checking for gethostbyname" >&5 +echo "configure:5848: checking for gethostbyname" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -5896,12 +5891,12 @@ fi if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:5900: checking for gethostbyname in -lnsl" >&5 +echo "configure:5895: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` xe_check_libs=" -lnsl " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5942,10 +5937,10 @@ fi # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:5946: checking for connect" >&5 +echo "configure:5941: checking for connect" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -5991,12 +5986,12 @@ fi xe_msg_checking="for connect in -lsocket" test -n "$X_EXTRA_LIBS" && xe_msg_checking="$xe_msg_checking using extra libs $X_EXTRA_LIBS" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:5995: checking "$xe_msg_checking"" >&5 +echo "configure:5990: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` xe_check_libs=" -lsocket $X_EXTRA_LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6031,10 +6026,10 @@ fi # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:6035: checking for remove" >&5 +echo "configure:6030: checking for remove" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -6078,12 +6073,12 @@ fi if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:6082: checking for remove in -lposix" >&5 +echo "configure:6077: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` xe_check_libs=" -lposix " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6118,10 +6113,10 @@ fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:6122: checking for shmat" >&5 +echo "configure:6117: checking for shmat" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -6165,12 +6160,12 @@ fi if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:6169: checking for shmat in -lipc" >&5 +echo "configure:6164: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` xe_check_libs=" -lipc " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6217,12 +6212,12 @@ fi xe_msg_checking="for IceConnectionNumber in -lICE" test -n "$X_EXTRA_LIBS" && xe_msg_checking="$xe_msg_checking using extra libs $X_EXTRA_LIBS" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:6221: checking "$xe_msg_checking"" >&5 +echo "configure:6216: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` xe_check_libs=" -lICE $X_EXTRA_LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6400,7 +6395,7 @@ EOF echo "checking for X defines extracted by xmkmf" 1>&6 -echo "configure:6404: checking for X defines extracted by xmkmf" >&5 +echo "configure:6399: checking for X defines extracted by xmkmf" >&5 rm -fr conftestdir if mkdir conftestdir; then cd conftestdir @@ -6415,7 +6410,9 @@ EOF cd .. rm -fr conftestdir for word in $xmkmf_defines; do - case "$word" in -D* ) + case "$word" in + -D__STDC__*) ;; + -D* ) sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'` case "$word" in -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;; @@ -6447,15 +6444,15 @@ EOF ac_safe=`echo "X11/Intrinsic.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Intrinsic.h""... $ac_c" 1>&6 -echo "configure:6451: checking for X11/Intrinsic.h" >&5 +echo "configure:6448: checking for X11/Intrinsic.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6479,12 +6476,12 @@ fi echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6 -echo "configure:6483: checking for XOpenDisplay in -lX11" >&5 +echo "configure:6480: checking for XOpenDisplay in -lX11" >&5 ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'` xe_check_libs=" -lX11 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6520,12 +6517,12 @@ fi xe_msg_checking="for XGetFontProperty in -lX11" test -n "-b i486-linuxaout" && xe_msg_checking="$xe_msg_checking using extra libs -b i486-linuxaout" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:6524: checking "$xe_msg_checking"" >&5 +echo "configure:6521: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo X11'_'XGetFontProperty | sed 'y%./+-%__p_%'` xe_check_libs=" -lX11 -b i486-linuxaout" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6563,12 +6560,12 @@ fi echo $ac_n "checking for XShapeSelectInput in -lXext""... $ac_c" 1>&6 -echo "configure:6567: checking for XShapeSelectInput in -lXext" >&5 +echo "configure:6564: checking for XShapeSelectInput in -lXext" >&5 ac_lib_var=`echo Xext'_'XShapeSelectInput | sed 'y%./+-%__p_%'` xe_check_libs=" -lXext " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6602,12 +6599,12 @@ fi echo $ac_n "checking for XtOpenDisplay in -lXt""... $ac_c" 1>&6 -echo "configure:6606: checking for XtOpenDisplay in -lXt" >&5 +echo "configure:6603: checking for XtOpenDisplay in -lXt" >&5 ac_lib_var=`echo Xt'_'XtOpenDisplay | sed 'y%./+-%__p_%'` xe_check_libs=" -lXt " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6641,14 +6638,14 @@ fi echo $ac_n "checking the version of X11 being used""... $ac_c" 1>&6 -echo "configure:6645: checking the version of X11 being used" >&5 +echo "configure:6642: checking the version of X11 being used" >&5 cat > conftest.$ac_ext < int main(int c, char *v[]) { return c>1 ? XlibSpecificationRelease : 0; } EOF -if { (eval echo configure:6652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:6649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ./conftest foobar; x11_release=$? else @@ -6679,10 +6676,10 @@ EOF for ac_func in XConvertCase do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6683: checking for $ac_func" >&5 +echo "configure:6680: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6737,15 +6734,15 @@ done do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6741: checking for $ac_hdr" >&5 +echo "configure:6738: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6778,10 +6775,10 @@ done for ac_func in XRegisterIMInstantiateCallback do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6782: checking for $ac_func" >&5 +echo "configure:6779: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6832,9 +6829,9 @@ fi done echo $ac_n "checking for standard XRegisterIMInstantiateCallback prototype""... $ac_c" 1>&6 -echo "configure:6836: checking for standard XRegisterIMInstantiateCallback prototype" >&5 +echo "configure:6833: checking for standard XRegisterIMInstantiateCallback prototype" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 else @@ -6867,12 +6864,12 @@ rm -f conftest* test -z "$with_xmu" && { echo $ac_n "checking for XmuReadBitmapDataFromFile in -lXmu""... $ac_c" 1>&6 -echo "configure:6871: checking for XmuReadBitmapDataFromFile in -lXmu" >&5 +echo "configure:6868: checking for XmuReadBitmapDataFromFile in -lXmu" >&5 ac_lib_var=`echo Xmu'_'XmuReadBitmapDataFromFile | sed 'y%./+-%__p_%'` xe_check_libs=" -lXmu " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6922,19 +6919,19 @@ EOF echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 -echo "configure:6926: checking for main in -lXbsd" >&5 +echo "configure:6923: checking for main in -lXbsd" >&5 ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lXbsd " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6971,22 +6968,22 @@ fi fi if test "$with_msw" != "no"; then echo "checking for MS-Windows" 1>&6 -echo "configure:6975: checking for MS-Windows" >&5 +echo "configure:6972: checking for MS-Windows" >&5 echo $ac_n "checking for main in -lgdi32""... $ac_c" 1>&6 -echo "configure:6978: checking for main in -lgdi32" >&5 +echo "configure:6975: checking for main in -lgdi32" >&5 ac_lib_var=`echo gdi32'_'main | sed 'y%./+-%__p_%'` xe_check_libs=" -lgdi32 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7059,12 +7056,12 @@ EOF fi fi cat > conftest.$ac_ext < int main() { return (open("/dev/windows", O_RDONLY, 0) > 0)? 0 : 1; } EOF -if { (eval echo configure:7068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:7065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_MSG_SELECT @@ -7128,15 +7125,15 @@ fi if test "$with_x11" = "yes"; then ac_safe=`echo "X11/extensions/shape.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/shape.h""... $ac_c" 1>&6 -echo "configure:7132: checking for X11/extensions/shape.h" >&5 +echo "configure:7129: checking for X11/extensions/shape.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7188,7 +7185,7 @@ case "$x_libraries" in *X11R4* ) esac echo "checking for WM_COMMAND option" 1>&6 -echo "configure:7192: checking for WM_COMMAND option" >&5; +echo "configure:7189: checking for WM_COMMAND option" >&5; if test "$with_wmcommand" != "no"; then { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_WMCOMMAND @@ -7203,15 +7200,15 @@ fi test -z "$with_xauth" && test "$window_system" = "none" && with_xauth=no test -z "$with_xauth" && { ac_safe=`echo "X11/Xauth.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xauth.h""... $ac_c" 1>&6 -echo "configure:7207: checking for X11/Xauth.h" >&5 +echo "configure:7204: checking for X11/Xauth.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7212: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7234,12 +7231,12 @@ fi } test -z "$with_xauth" && { echo $ac_n "checking for XauGetAuthByAddr in -lXau""... $ac_c" 1>&6 -echo "configure:7238: checking for XauGetAuthByAddr in -lXau" >&5 +echo "configure:7235: checking for XauGetAuthByAddr in -lXau" >&5 ac_lib_var=`echo Xau'_'XauGetAuthByAddr | sed 'y%./+-%__p_%'` xe_check_libs=" -lXau " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7295,15 +7292,15 @@ if test "$with_tooltalk" != "no" ; then for dir in "" "Tt/" "desktop/" ; do ac_safe=`echo "${dir}tt_c.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ${dir}tt_c.h""... $ac_c" 1>&6 -echo "configure:7299: checking for ${dir}tt_c.h" >&5 +echo "configure:7296: checking for ${dir}tt_c.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7304: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7339,12 +7336,12 @@ if test "$with_tooltalk" != "no" ; then xe_msg_checking="for tt_message_create in -ltt" test -n "$extra_libs" && xe_msg_checking="$xe_msg_checking using extra libs $extra_libs" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:7343: checking "$xe_msg_checking"" >&5 +echo "configure:7340: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo tt'_'tt_message_create | sed 'y%./+-%__p_%'` xe_check_libs=" -ltt $extra_libs" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7412,15 +7409,15 @@ fi test -z "$with_cde" && { ac_safe=`echo "Dt/Dt.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for Dt/Dt.h""... $ac_c" 1>&6 -echo "configure:7416: checking for Dt/Dt.h" >&5 +echo "configure:7413: checking for Dt/Dt.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7443,12 +7440,12 @@ fi } test -z "$with_cde" && { echo $ac_n "checking for DtDndDragStart in -lDtSvc""... $ac_c" 1>&6 -echo "configure:7447: checking for DtDndDragStart in -lDtSvc" >&5 +echo "configure:7444: checking for DtDndDragStart in -lDtSvc" >&5 ac_lib_var=`echo DtSvc'_'DtDndDragStart | sed 'y%./+-%__p_%'` xe_check_libs=" -lDtSvc " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7532,7 +7529,7 @@ fi if test "$with_dragndrop" != "no" ; then echo $ac_n "checking if drag and drop API is needed""... $ac_c" 1>&6 -echo "configure:7536: checking if drag and drop API is needed" >&5 +echo "configure:7533: checking if drag and drop API is needed" >&5 if test -n "$dragndrop_proto" ; then with_dragndrop=yes echo "$ac_t""yes (${dragndrop_proto} )" 1>&6 @@ -7552,18 +7549,18 @@ EOF fi echo "checking for LDAP" 1>&6 -echo "configure:7556: checking for LDAP" >&5 +echo "configure:7553: checking for LDAP" >&5 test -z "$with_ldap" && { ac_safe=`echo "ldap.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ldap.h""... $ac_c" 1>&6 -echo "configure:7559: checking for ldap.h" >&5 +echo "configure:7556: checking for ldap.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7586,15 +7583,15 @@ fi } test -z "$with_ldap" && { ac_safe=`echo "lber.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for lber.h""... $ac_c" 1>&6 -echo "configure:7590: checking for lber.h" >&5 +echo "configure:7587: checking for lber.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7618,12 +7615,12 @@ fi if test "$with_ldap" != "no"; then echo $ac_n "checking for ldap_search in -lldap""... $ac_c" 1>&6 -echo "configure:7622: checking for ldap_search in -lldap" >&5 +echo "configure:7619: checking for ldap_search in -lldap" >&5 ac_lib_var=`echo ldap'_'ldap_search | sed 'y%./+-%__p_%'` xe_check_libs=" -lldap " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7659,12 +7656,12 @@ fi xe_msg_checking="for ldap_open in -lldap" test -n "-llber" && xe_msg_checking="$xe_msg_checking using extra libs -llber" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:7663: checking "$xe_msg_checking"" >&5 +echo "configure:7660: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo ldap'_'ldap_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lldap -llber" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7700,12 +7697,12 @@ fi xe_msg_checking="for ldap_open in -lldap" test -n "-llber -lkrb" && xe_msg_checking="$xe_msg_checking using extra libs -llber -lkrb" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:7704: checking "$xe_msg_checking"" >&5 +echo "configure:7701: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo ldap'_'ldap_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lldap -llber -lkrb" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7741,12 +7738,12 @@ fi xe_msg_checking="for ldap_open in -lldap" test -n "-llber -lkrb -ldes" && xe_msg_checking="$xe_msg_checking using extra libs -llber -lkrb -ldes" echo $ac_n "checking "$xe_msg_checking"""... $ac_c" 1>&6 -echo "configure:7745: checking "$xe_msg_checking"" >&5 +echo "configure:7742: checking "$xe_msg_checking"" >&5 ac_lib_var=`echo ldap'_'ldap_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lldap -llber -lkrb -ldes" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7808,10 +7805,10 @@ EOF for ac_func in ldap_set_option ldap_get_lderrno ldap_result2error ldap_parse_result do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7812: checking for $ac_func" >&5 +echo "configure:7809: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -7865,20 +7862,20 @@ fi if test "$with_postgresql" != "no"; then echo "checking for PostgreSQL" 1>&6 -echo "configure:7869: checking for PostgreSQL" >&5 +echo "configure:7866: checking for PostgreSQL" >&5 for header_dir in "" "pgsql/" "postgresql/"; do ac_safe=`echo "${header_dir}libpq-fe.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ${header_dir}libpq-fe.h""... $ac_c" 1>&6 -echo "configure:7874: checking for ${header_dir}libpq-fe.h" >&5 +echo "configure:7871: checking for ${header_dir}libpq-fe.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7902,12 +7899,12 @@ fi test -n "$libpq_fe_h_file" && { echo $ac_n "checking for PQconnectdb in -lpq""... $ac_c" 1>&6 -echo "configure:7906: checking for PQconnectdb in -lpq" >&5 +echo "configure:7903: checking for PQconnectdb in -lpq" >&5 ac_lib_var=`echo pq'_'PQconnectdb | sed 'y%./+-%__p_%'` xe_check_libs=" -lpq " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7951,12 +7948,12 @@ EOF echo $ac_n "checking for PQconnectStart in -lpq""... $ac_c" 1>&6 -echo "configure:7955: checking for PQconnectStart in -lpq" >&5 +echo "configure:7952: checking for PQconnectStart in -lpq" >&5 ac_lib_var=`echo pq'_'PQconnectStart | sed 'y%./+-%__p_%'` xe_check_libs=" -lpq " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8015,15 +8012,15 @@ fi if test "$window_system" != "none"; then echo "checking for graphics libraries" 1>&6 -echo "configure:8019: checking for graphics libraries" >&5 +echo "configure:8016: checking for graphics libraries" >&5 xpm_problem="" if test -z "$with_xpm"; then echo $ac_n "checking for Xpm - no older than 3.4f""... $ac_c" 1>&6 -echo "configure:8024: checking for Xpm - no older than 3.4f" >&5 +echo "configure:8021: checking for Xpm - no older than 3.4f" >&5 xe_check_libs=-lXpm cat > conftest.$ac_ext < @@ -8032,7 +8029,7 @@ echo "configure:8024: checking for Xpm - no older than 3.4f" >&5 XpmIncludeVersion != XpmLibraryVersion() ? 1 : XpmIncludeVersion < 30406 ? 2 : 0 ;} EOF -if { (eval echo configure:8036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:8033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ./conftest dummy_arg; xpm_status=$?; if test "$xpm_status" = "0"; then @@ -8074,17 +8071,17 @@ EOF libs_x="-lXpm $libs_x" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-lXpm\" to \$libs_x"; fi echo $ac_n "checking for \"FOR_MSW\" xpm""... $ac_c" 1>&6 -echo "configure:8078: checking for \"FOR_MSW\" xpm" >&5 +echo "configure:8075: checking for \"FOR_MSW\" xpm" >&5 xe_check_libs=-lXpm cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* xpm_for_msw=no else @@ -8110,15 +8107,15 @@ EOF test -z "$with_xface" && { ac_safe=`echo "compface.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for compface.h""... $ac_c" 1>&6 -echo "configure:8114: checking for compface.h" >&5 +echo "configure:8111: checking for compface.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8141,12 +8138,12 @@ fi } test -z "$with_xface" && { echo $ac_n "checking for UnGenFace in -lcompface""... $ac_c" 1>&6 -echo "configure:8145: checking for UnGenFace in -lcompface" >&5 +echo "configure:8142: checking for UnGenFace in -lcompface" >&5 ac_lib_var=`echo compface'_'UnGenFace | sed 'y%./+-%__p_%'` xe_check_libs=" -lcompface " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8209,12 +8206,12 @@ EOF if test "$with_png $with_tiff" != "no no"; then echo $ac_n "checking for inflate in -lc""... $ac_c" 1>&6 -echo "configure:8213: checking for inflate in -lc" >&5 +echo "configure:8210: checking for inflate in -lc" >&5 ac_lib_var=`echo c'_'inflate | sed 'y%./+-%__p_%'` xe_check_libs=" -lc " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8244,12 +8241,12 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for inflate in -lz""... $ac_c" 1>&6 -echo "configure:8248: checking for inflate in -lz" >&5 +echo "configure:8245: checking for inflate in -lz" >&5 ac_lib_var=`echo z'_'inflate | sed 'y%./+-%__p_%'` xe_check_libs=" -lz " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8279,12 +8276,12 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for inflate in -lgz""... $ac_c" 1>&6 -echo "configure:8283: checking for inflate in -lgz" >&5 +echo "configure:8280: checking for inflate in -lgz" >&5 ac_lib_var=`echo gz'_'inflate | sed 'y%./+-%__p_%'` xe_check_libs=" -lgz " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8325,15 +8322,15 @@ fi test -z "$with_jpeg" && { ac_safe=`echo "jpeglib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 -echo "configure:8329: checking for jpeglib.h" >&5 +echo "configure:8326: checking for jpeglib.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8356,12 +8353,12 @@ fi } test -z "$with_jpeg" && { echo $ac_n "checking for jpeg_destroy_decompress in -ljpeg""... $ac_c" 1>&6 -echo "configure:8360: checking for jpeg_destroy_decompress in -ljpeg" >&5 +echo "configure:8357: checking for jpeg_destroy_decompress in -ljpeg" >&5 ac_lib_var=`echo jpeg'_'jpeg_destroy_decompress | sed 'y%./+-%__p_%'` xe_check_libs=" -ljpeg " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8408,10 +8405,10 @@ EOF png_problem="" test -z "$with_png" && { echo $ac_n "checking for pow""... $ac_c" 1>&6 -echo "configure:8412: checking for pow" >&5 +echo "configure:8409: checking for pow" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pow=yes" else @@ -8455,15 +8452,15 @@ fi } test -z "$with_png" && { ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for png.h""... $ac_c" 1>&6 -echo "configure:8459: checking for png.h" >&5 +echo "configure:8456: checking for png.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8467: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8486,12 +8483,12 @@ fi } test -z "$with_png" && { echo $ac_n "checking for png_read_image in -lpng""... $ac_c" 1>&6 -echo "configure:8490: checking for png_read_image in -lpng" >&5 +echo "configure:8487: checking for png_read_image in -lpng" >&5 ac_lib_var=`echo png'_'png_read_image | sed 'y%./+-%__p_%'` xe_check_libs=" -lpng " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8525,10 +8522,10 @@ fi } if test -z "$with_png"; then echo $ac_n "checking for workable png version information""... $ac_c" 1>&6 -echo "configure:8529: checking for workable png version information" >&5 +echo "configure:8526: checking for workable png version information" >&5 xe_check_libs="-lpng -lz" cat > conftest.$ac_ext < int main(int c, char **v) { @@ -8536,7 +8533,7 @@ echo "configure:8529: checking for workable png version information" >&5 if (strcmp(png_libpng_ver, PNG_LIBPNG_VER_STRING) != 0) return 1; return (PNG_LIBPNG_VER < 10002) ? 2 : 0 ;} EOF -if { (eval echo configure:8540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:8537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ./conftest dummy_arg; png_status=$?; if test "$png_status" = "0"; then @@ -8579,15 +8576,15 @@ EOF test -z "$with_tiff" && { ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 -echo "configure:8583: checking for tiffio.h" >&5 +echo "configure:8580: checking for tiffio.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8610,12 +8607,12 @@ fi } test -z "$with_tiff" && { echo $ac_n "checking for TIFFClientOpen in -ltiff""... $ac_c" 1>&6 -echo "configure:8614: checking for TIFFClientOpen in -ltiff" >&5 +echo "configure:8611: checking for TIFFClientOpen in -ltiff" >&5 ac_lib_var=`echo tiff'_'TIFFClientOpen | sed 'y%./+-%__p_%'` xe_check_libs=" -ltiff " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8665,15 +8662,15 @@ fi if test "$with_gtk" = "yes"; then test -z "$with_xface" && { ac_safe=`echo "compface.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for compface.h""... $ac_c" 1>&6 -echo "configure:8669: checking for compface.h" >&5 +echo "configure:8666: checking for compface.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8696,12 +8693,12 @@ fi } test -z "$with_xface" && { echo $ac_n "checking for UnGenFace in -lcompface""... $ac_c" 1>&6 -echo "configure:8700: checking for UnGenFace in -lcompface" >&5 +echo "configure:8697: checking for UnGenFace in -lcompface" >&5 ac_lib_var=`echo compface'_'UnGenFace | sed 'y%./+-%__p_%'` xe_check_libs=" -lcompface " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8752,10 +8749,10 @@ fi if test "$with_x11" = "yes"; then echo "checking for X11 graphics libraries" 1>&6 -echo "configure:8756: checking for X11 graphics libraries" >&5 +echo "configure:8753: checking for X11 graphics libraries" >&5 echo "checking for the Athena widgets" 1>&6 -echo "configure:8759: checking for the Athena widgets" >&5 +echo "configure:8756: checking for the Athena widgets" >&5 case "$with_athena" in "xaw" | "") athena_variant=Xaw athena_3d=no ;; @@ -8769,12 +8766,12 @@ echo "configure:8759: checking for the Athena widgets" >&5 if test "$athena_3d" = "no"; then echo $ac_n "checking for XawScrollbarSetThumb in -l$athena_variant""... $ac_c" 1>&6 -echo "configure:8773: checking for XawScrollbarSetThumb in -l$athena_variant" >&5 +echo "configure:8770: checking for XawScrollbarSetThumb in -l$athena_variant" >&5 ac_lib_var=`echo $athena_variant'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` xe_check_libs=" -l$athena_variant " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8801,12 +8798,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for threeDClassRec in -l$athena_variant""... $ac_c" 1>&6 -echo "configure:8805: checking for threeDClassRec in -l$athena_variant" >&5 +echo "configure:8802: checking for threeDClassRec in -l$athena_variant" >&5 ac_lib_var=`echo $athena_variant'_'threeDClassRec | sed 'y%./+-%__p_%'` xe_check_libs=" -l$athena_variant " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8848,12 +8845,12 @@ fi else echo $ac_n "checking for threeDClassRec in -l$athena_variant""... $ac_c" 1>&6 -echo "configure:8852: checking for threeDClassRec in -l$athena_variant" >&5 +echo "configure:8849: checking for threeDClassRec in -l$athena_variant" >&5 ac_lib_var=`echo $athena_variant'_'threeDClassRec | sed 'y%./+-%__p_%'` xe_check_libs=" -l$athena_variant " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8882,12 +8879,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for threeDClassRec in -lXaw""... $ac_c" 1>&6 -echo "configure:8886: checking for threeDClassRec in -lXaw" >&5 +echo "configure:8883: checking for threeDClassRec in -lXaw" >&5 ac_lib_var=`echo Xaw'_'threeDClassRec | sed 'y%./+-%__p_%'` xe_check_libs=" -lXaw " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8929,15 +8926,15 @@ fi if test "$athena_3d" = "no"; then ac_safe=`echo "X11/Xaw/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw/ThreeD.h""... $ac_c" 1>&6 -echo "configure:8933: checking for X11/Xaw/ThreeD.h" >&5 +echo "configure:8930: checking for X11/Xaw/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8957,15 +8954,15 @@ else echo "$ac_t""no" 1>&6 ac_safe=`echo "X11/Xaw/XawInit.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw/XawInit.h""... $ac_c" 1>&6 -echo "configure:8961: checking for X11/Xaw/XawInit.h" >&5 +echo "configure:8958: checking for X11/Xaw/XawInit.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8991,15 +8988,15 @@ fi else ac_safe=`echo "X11/$athena_variant/XawInit.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/$athena_variant/XawInit.h""... $ac_c" 1>&6 -echo "configure:8995: checking for X11/$athena_variant/XawInit.h" >&5 +echo "configure:8992: checking for X11/$athena_variant/XawInit.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9016,15 +9013,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "X11/$athena_variant/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/$athena_variant/ThreeD.h""... $ac_c" 1>&6 -echo "configure:9020: checking for X11/$athena_variant/ThreeD.h" >&5 +echo "configure:9017: checking for X11/$athena_variant/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9052,15 +9049,15 @@ fi if test -z "$athena_h_path"; then ac_safe=`echo "$athena_variant/XawInit.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $athena_variant/XawInit.h""... $ac_c" 1>&6 -echo "configure:9056: checking for $athena_variant/XawInit.h" >&5 +echo "configure:9053: checking for $athena_variant/XawInit.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9077,15 +9074,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "$athena_variant/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $athena_variant/ThreeD.h""... $ac_c" 1>&6 -echo "configure:9081: checking for $athena_variant/ThreeD.h" >&5 +echo "configure:9078: checking for $athena_variant/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9114,15 +9111,15 @@ fi if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then ac_safe=`echo "X11/Xaw3d/XawInit.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw3d/XawInit.h""... $ac_c" 1>&6 -echo "configure:9118: checking for X11/Xaw3d/XawInit.h" >&5 +echo "configure:9115: checking for X11/Xaw3d/XawInit.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9126: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9139,15 +9136,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "X11/Xaw3d/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw3d/ThreeD.h""... $ac_c" 1>&6 -echo "configure:9143: checking for X11/Xaw3d/ThreeD.h" >&5 +echo "configure:9140: checking for X11/Xaw3d/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9179,15 +9176,15 @@ fi if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then ac_safe=`echo "Xaw3d/XawInit.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for Xaw3d/XawInit.h""... $ac_c" 1>&6 -echo "configure:9183: checking for Xaw3d/XawInit.h" >&5 +echo "configure:9180: checking for Xaw3d/XawInit.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9188: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9204,15 +9201,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "Xaw3d/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for Xaw3d/ThreeD.h""... $ac_c" 1>&6 -echo "configure:9208: checking for Xaw3d/ThreeD.h" >&5 +echo "configure:9205: checking for Xaw3d/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9244,15 +9241,15 @@ fi if test -z "$athena_h_path"; then ac_safe=`echo "X11/Xaw/ThreeD.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw/ThreeD.h""... $ac_c" 1>&6 -echo "configure:9248: checking for X11/Xaw/ThreeD.h" >&5 +echo "configure:9245: checking for X11/Xaw/ThreeD.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9287,15 +9284,15 @@ fi ac_safe=`echo "Xm/Xm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for Xm/Xm.h""... $ac_c" 1>&6 -echo "configure:9291: checking for Xm/Xm.h" >&5 +echo "configure:9288: checking for Xm/Xm.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9312,12 +9309,12 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for XmStringFree in -lXm""... $ac_c" 1>&6 -echo "configure:9316: checking for XmStringFree in -lXm" >&5 +echo "configure:9313: checking for XmStringFree in -lXm" >&5 ac_lib_var=`echo Xm'_'XmStringFree | sed 'y%./+-%__p_%'` xe_check_libs=" -lXm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9357,9 +9354,9 @@ fi if test "$have_motif" = "yes"; then echo $ac_n "checking for Lesstif""... $ac_c" 1>&6 -echo "configure:9361: checking for Lesstif" >&5 +echo "configure:9358: checking for Lesstif" >&5 cat > conftest.$ac_ext < #ifdef LESSTIF_VERSION @@ -9783,7 +9780,7 @@ fi if test "$with_mule" = "yes" ; then echo "checking for Mule-related features" 1>&6 -echo "configure:9787: checking for Mule-related features" >&5 +echo "configure:9784: checking for Mule-related features" >&5 { test "$extra_verbose" = "yes" && cat << \EOF Defining MULE EOF @@ -9808,15 +9805,15 @@ EOF do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:9812: checking for $ac_hdr" >&5 +echo "configure:9809: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9847,12 +9844,12 @@ done echo $ac_n "checking for strerror in -lintl""... $ac_c" 1>&6 -echo "configure:9851: checking for strerror in -lintl" >&5 +echo "configure:9848: checking for strerror in -lintl" >&5 ac_lib_var=`echo intl'_'strerror | sed 'y%./+-%__p_%'` xe_check_libs=" -lintl " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9896,18 +9893,18 @@ fi echo "checking for Mule input methods" 1>&6 -echo "configure:9900: checking for Mule input methods" >&5 +echo "configure:9897: checking for Mule input methods" >&5 case "$with_xim" in "" | "yes" ) echo "checking for XIM" 1>&6 -echo "configure:9903: checking for XIM" >&5 +echo "configure:9900: checking for XIM" >&5 echo $ac_n "checking for XOpenIM in -lX11""... $ac_c" 1>&6 -echo "configure:9906: checking for XOpenIM in -lX11" >&5 +echo "configure:9903: checking for XOpenIM in -lX11" >&5 ac_lib_var=`echo X11'_'XOpenIM | sed 'y%./+-%__p_%'` xe_check_libs=" -lX11 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9942,12 +9939,12 @@ fi if test "$have_motif $have_lesstif" = "yes no"; then echo $ac_n "checking for XmImMbLookupString in -lXm""... $ac_c" 1>&6 -echo "configure:9946: checking for XmImMbLookupString in -lXm" >&5 +echo "configure:9943: checking for XmImMbLookupString in -lXm" >&5 ac_lib_var=`echo Xm'_'XmImMbLookupString | sed 'y%./+-%__p_%'` xe_check_libs=" -lXm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10023,15 +10020,15 @@ EOF if test "$with_xfs" = "yes" ; then echo "checking for XFontSet" 1>&6 -echo "configure:10027: checking for XFontSet" >&5 +echo "configure:10024: checking for XFontSet" >&5 echo $ac_n "checking for XmbDrawString in -lX11""... $ac_c" 1>&6 -echo "configure:10030: checking for XmbDrawString in -lX11" >&5 +echo "configure:10027: checking for XmbDrawString in -lX11" >&5 ac_lib_var=`echo X11'_'XmbDrawString | sed 'y%./+-%__p_%'` xe_check_libs=" -lX11 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10082,15 +10079,15 @@ EOF test "$with_wnn6" = "yes" && with_wnn=yes # wnn6 implies wnn support test -z "$with_wnn" && { ac_safe=`echo "wnn/jllib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for wnn/jllib.h""... $ac_c" 1>&6 -echo "configure:10086: checking for wnn/jllib.h" >&5 +echo "configure:10083: checking for wnn/jllib.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10113,15 +10110,15 @@ fi } test -z "$with_wnn" && { ac_safe=`echo "wnn/commonhd.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for wnn/commonhd.h""... $ac_c" 1>&6 -echo "configure:10117: checking for wnn/commonhd.h" >&5 +echo "configure:10114: checking for wnn/commonhd.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10146,10 +10143,10 @@ fi for ac_func in crypt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:10150: checking for $ac_func" >&5 +echo "configure:10147: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -10201,12 +10198,12 @@ done test "$ac_cv_func_crypt" != "yes" && { echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 -echo "configure:10205: checking for crypt in -lcrypt" >&5 +echo "configure:10202: checking for crypt in -lcrypt" >&5 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` xe_check_libs=" -lcrypt " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10252,12 +10249,12 @@ fi if test -z "$with_wnn" -o "$with_wnn" = "yes"; then echo $ac_n "checking for jl_dic_list_e in -lwnn""... $ac_c" 1>&6 -echo "configure:10256: checking for jl_dic_list_e in -lwnn" >&5 +echo "configure:10253: checking for jl_dic_list_e in -lwnn" >&5 ac_lib_var=`echo wnn'_'jl_dic_list_e | sed 'y%./+-%__p_%'` xe_check_libs=" -lwnn " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10286,12 +10283,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for jl_dic_list_e in -lwnn4""... $ac_c" 1>&6 -echo "configure:10290: checking for jl_dic_list_e in -lwnn4" >&5 +echo "configure:10287: checking for jl_dic_list_e in -lwnn4" >&5 ac_lib_var=`echo wnn4'_'jl_dic_list_e | sed 'y%./+-%__p_%'` xe_check_libs=" -lwnn4 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10320,12 +10317,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for jl_dic_list_e in -lwnn6""... $ac_c" 1>&6 -echo "configure:10324: checking for jl_dic_list_e in -lwnn6" >&5 +echo "configure:10321: checking for jl_dic_list_e in -lwnn6" >&5 ac_lib_var=`echo wnn6'_'jl_dic_list_e | sed 'y%./+-%__p_%'` xe_check_libs=" -lwnn6 " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10354,12 +10351,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for dic_list_e in -lwnn6_fromsrc""... $ac_c" 1>&6 -echo "configure:10358: checking for dic_list_e in -lwnn6_fromsrc" >&5 +echo "configure:10355: checking for dic_list_e in -lwnn6_fromsrc" >&5 ac_lib_var=`echo wnn6_fromsrc'_'dic_list_e | sed 'y%./+-%__p_%'` xe_check_libs=" -lwnn6_fromsrc " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10418,12 +10415,12 @@ EOF if test "$with_wnn6" != "no"; then echo $ac_n "checking for jl_fi_dic_list in -l$libwnn""... $ac_c" 1>&6 -echo "configure:10422: checking for jl_fi_dic_list in -l$libwnn" >&5 +echo "configure:10419: checking for jl_fi_dic_list in -l$libwnn" >&5 ac_lib_var=`echo $libwnn'_'jl_fi_dic_list | sed 'y%./+-%__p_%'` xe_check_libs=" -l$libwnn " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10469,15 +10466,15 @@ EOF if test "$with_canna" != "no"; then ac_safe=`echo "canna/jrkanji.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for canna/jrkanji.h""... $ac_c" 1>&6 -echo "configure:10473: checking for canna/jrkanji.h" >&5 +echo "configure:10470: checking for canna/jrkanji.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10504,15 +10501,15 @@ fi c_switch_site="$c_switch_site -I/usr/local/canna/include" ac_safe=`echo "canna/jrkanji.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for canna/jrkanji.h""... $ac_c" 1>&6 -echo "configure:10508: checking for canna/jrkanji.h" >&5 +echo "configure:10505: checking for canna/jrkanji.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10540,15 +10537,15 @@ fi test -z "$with_canna" && { ac_safe=`echo "canna/RK.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for canna/RK.h""... $ac_c" 1>&6 -echo "configure:10544: checking for canna/RK.h" >&5 +echo "configure:10541: checking for canna/RK.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10571,12 +10568,12 @@ fi } test -z "$with_canna" && { echo $ac_n "checking for RkBgnBun in -lRKC""... $ac_c" 1>&6 -echo "configure:10575: checking for RkBgnBun in -lRKC" >&5 +echo "configure:10572: checking for RkBgnBun in -lRKC" >&5 ac_lib_var=`echo RKC'_'RkBgnBun | sed 'y%./+-%__p_%'` xe_check_libs=" -lRKC " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10610,12 +10607,12 @@ fi } test -z "$with_canna" && { echo $ac_n "checking for jrKanjiControl in -lcanna""... $ac_c" 1>&6 -echo "configure:10614: checking for jrKanjiControl in -lcanna" >&5 +echo "configure:10611: checking for jrKanjiControl in -lcanna" >&5 ac_lib_var=`echo canna'_'jrKanjiControl | sed 'y%./+-%__p_%'` xe_check_libs=" -lcanna " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10675,12 +10672,12 @@ if test "$need_motif" = "yes" ; then libs_x="-lXm $libs_x" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-lXm\" to \$libs_x"; fi echo $ac_n "checking for layout_object_getvalue in -li18n""... $ac_c" 1>&6 -echo "configure:10679: checking for layout_object_getvalue in -li18n" >&5 +echo "configure:10676: checking for layout_object_getvalue in -li18n" >&5 ac_lib_var=`echo i18n'_'layout_object_getvalue | sed 'y%./+-%__p_%'` xe_check_libs=" -li18n " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10777,10 +10774,10 @@ fi for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp ftime getaddrinfo gethostname getnameinfo getpagesize gettimeofday getcwd getwd logb lrand48 matherr mkdir mktime perror poll random rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf stpcpy strerror tzset ulimit usleep waitpid vsnprintf fsync ftruncate umask do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:10781: checking for $ac_func" >&5 +echo "configure:10778: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -10835,10 +10832,10 @@ done for ac_func in getpt _getpty grantpt unlockpt ptsname killpg tcgetpgrp do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:10839: checking for $ac_func" >&5 +echo "configure:10836: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -10890,10 +10887,10 @@ done echo $ac_n "checking for openpty""... $ac_c" 1>&6 -echo "configure:10894: checking for openpty" >&5 +echo "configure:10891: checking for openpty" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_openpty=yes" else @@ -10935,12 +10932,12 @@ else echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6 -echo "configure:10939: checking for openpty in -lutil" >&5 +echo "configure:10936: checking for openpty in -lutil" >&5 ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'` xe_check_libs=" -lutil " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10986,15 +10983,15 @@ EOF do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:10990: checking for $ac_hdr" >&5 +echo "configure:10987: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10995: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11030,15 +11027,15 @@ for ac_hdr in stropts.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:11034: checking for $ac_hdr" >&5 +echo "configure:11031: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11071,10 +11068,10 @@ if test "$ac_cv_header_stropts_h" = "yes"; then for ac_func in isastream do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:11075: checking for $ac_func" >&5 +echo "configure:11072: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -11128,15 +11125,15 @@ done do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:11132: checking for $ac_hdr" >&5 +echo "configure:11129: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11173,10 +11170,10 @@ extra_objs="$extra_objs realpath.o" && if test "$extra_verbose" = "yes"; then for ac_func in getloadavg do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:11177: checking for $ac_func" >&5 +echo "configure:11174: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -11232,15 +11229,15 @@ if test "$ac_cv_func_getloadavg" = "yes"; then do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:11236: checking for $ac_hdr" >&5 +echo "configure:11233: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11244: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11276,12 +11273,12 @@ else echo $ac_n "checking for kstat_open in -lkstat""... $ac_c" 1>&6 -echo "configure:11280: checking for kstat_open in -lkstat" >&5 +echo "configure:11277: checking for kstat_open in -lkstat" >&5 ac_lib_var=`echo kstat'_'kstat_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lkstat " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11327,15 +11324,15 @@ fi do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:11331: checking for $ac_hdr" >&5 +echo "configure:11328: checking for $ac_hdr" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11367,12 +11364,12 @@ done echo $ac_n "checking for kvm_read in -lkvm""... $ac_c" 1>&6 -echo "configure:11371: checking for kvm_read in -lkvm" >&5 +echo "configure:11368: checking for kvm_read in -lkvm" >&5 ac_lib_var=`echo kvm'_'kvm_read | sed 'y%./+-%__p_%'` xe_check_libs=" -lkvm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11417,16 +11414,16 @@ fi fi echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 -echo "configure:11421: checking whether netdb declares h_errno" >&5 +echo "configure:11418: checking whether netdb declares h_errno" >&5 cat > conftest.$ac_ext < int main() { return h_errno; ; return 0; } EOF -if { (eval echo configure:11430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6 { test "$extra_verbose" = "yes" && cat << \EOF @@ -11446,16 +11443,16 @@ fi rm -f conftest* echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6 -echo "configure:11450: checking for sigsetjmp" >&5 +echo "configure:11447: checking for sigsetjmp" >&5 cat > conftest.$ac_ext < int main() { sigjmp_buf bar; sigsetjmp (bar, 0); ; return 0; } EOF -if { (eval echo configure:11459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 { test "$extra_verbose" = "yes" && cat << \EOF @@ -11475,11 +11472,11 @@ fi rm -f conftest* echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 -echo "configure:11479: checking whether localtime caches TZ" >&5 +echo "configure:11476: checking whether localtime caches TZ" >&5 if test "$ac_cv_func_tzset" = "yes"; then cat > conftest.$ac_ext < #if STDC_HEADERS @@ -11514,7 +11511,7 @@ main() exit (0); } EOF -if { (eval echo configure:11518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:11515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then emacs_cv_localtime_cache=no else @@ -11544,9 +11541,9 @@ fi if test "$HAVE_TIMEVAL" = "yes"; then echo $ac_n "checking whether gettimeofday accepts one or two arguments""... $ac_c" 1>&6 -echo "configure:11548: checking whether gettimeofday accepts one or two arguments" >&5 +echo "configure:11545: checking whether gettimeofday accepts one or two arguments" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""two" 1>&6 else @@ -11589,19 +11586,19 @@ fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:11593: checking for inline" >&5 +echo "configure:11590: checking for inline" >&5 ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -11642,17 +11639,17 @@ if test "$__DECC" != "yes"; then # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:11646: checking for working alloca.h" >&5 +echo "configure:11643: checking for working alloca.h" >&5 cat > conftest.$ac_ext < int main() { -char *p = alloca(2 * sizeof(int)); +void *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:11656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -11676,10 +11673,10 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:11680: checking for alloca" >&5 +echo "configure:11677: checking for alloca" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -11746,10 +11743,10 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:11750: checking whether alloca needs Cray hooks" >&5 +echo "configure:11747: checking whether alloca needs Cray hooks" >&5 cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:11777: checking for $ac_func" >&5 +echo "configure:11774: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -11829,10 +11826,10 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:11833: checking stack direction for C alloca" >&5 +echo "configure:11830: checking stack direction for C alloca" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:11852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_c_stack_direction=1 else @@ -11881,15 +11878,15 @@ fi ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 -echo "configure:11885: checking for vfork.h" >&5 +echo "configure:11882: checking for vfork.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11890: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -11917,10 +11914,10 @@ else fi echo $ac_n "checking for working vfork""... $ac_c" 1>&6 -echo "configure:11921: checking for working vfork" >&5 +echo "configure:11918: checking for working vfork" >&5 cat > conftest.$ac_ext < @@ -12015,7 +12012,7 @@ main() { } } EOF -if { (eval echo configure:12019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:12016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_func_vfork_works=yes else @@ -12041,10 +12038,10 @@ fi echo $ac_n "checking for working strcoll""... $ac_c" 1>&6 -echo "configure:12045: checking for working strcoll" >&5 +echo "configure:12042: checking for working strcoll" >&5 cat > conftest.$ac_ext < main () @@ -12054,7 +12051,7 @@ main () strcoll ("123", "456") >= 0); } EOF -if { (eval echo configure:12058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:12055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_func_strcoll_works=yes else @@ -12082,10 +12079,10 @@ fi for ac_func in getpgrp do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12086: checking for $ac_func" >&5 +echo "configure:12083: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -12136,10 +12133,10 @@ fi done echo $ac_n "checking whether getpgrp takes no argument""... $ac_c" 1>&6 -echo "configure:12140: checking whether getpgrp takes no argument" >&5 +echo "configure:12137: checking whether getpgrp takes no argument" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:12195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then ac_cv_func_getpgrp_void=yes else @@ -12221,10 +12218,10 @@ fi echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:12225: checking for working mmap" >&5 +echo "configure:12222: checking for working mmap" >&5 case "$opsys" in ultrix* ) have_mmap=no ;; *) cat > conftest.$ac_ext < #include @@ -12257,7 +12254,7 @@ int main (int argc, char *argv[]) return 1; } EOF -if { (eval echo configure:12261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:12258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then have_mmap=yes else @@ -12286,9 +12283,9 @@ test "$GNU_MALLOC" != "yes" -a "$have_mmap" != "yes" && rel_alloc=no if test "$rel_alloc $have_mmap" = "default yes"; then if test "$doug_lea_malloc" = "yes"; then echo $ac_n "checking for M_MMAP_THRESHOLD""... $ac_c" 1>&6 -echo "configure:12290: checking for M_MMAP_THRESHOLD" >&5 +echo "configure:12287: checking for M_MMAP_THRESHOLD" >&5 cat > conftest.$ac_ext < int main() { @@ -12300,7 +12297,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12304: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rel_alloc=no; echo "$ac_t""yes" 1>&6; else @@ -12325,15 +12322,15 @@ EOF ac_safe=`echo "termios.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for termios.h""... $ac_c" 1>&6 -echo "configure:12329: checking for termios.h" >&5 +echo "configure:12326: checking for termios.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12376,15 +12373,15 @@ else echo "$ac_t""no" 1>&6 ac_safe=`echo "termio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for termio.h""... $ac_c" 1>&6 -echo "configure:12380: checking for termio.h" >&5 +echo "configure:12377: checking for termio.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12416,10 +12413,10 @@ fi echo $ac_n "checking for socket""... $ac_c" 1>&6 -echo "configure:12420: checking for socket" >&5 +echo "configure:12417: checking for socket" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_socket=yes" else @@ -12457,15 +12454,15 @@ if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 -echo "configure:12461: checking for netinet/in.h" >&5 +echo "configure:12458: checking for netinet/in.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12466: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12482,15 +12479,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 -echo "configure:12486: checking for arpa/inet.h" >&5 +echo "configure:12483: checking for arpa/inet.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12515,9 +12512,9 @@ EOF } echo $ac_n "checking "for sun_len member in struct sockaddr_un"""... $ac_c" 1>&6 -echo "configure:12519: checking "for sun_len member in struct sockaddr_un"" >&5 +echo "configure:12516: checking "for sun_len member in struct sockaddr_un"" >&5 cat > conftest.$ac_ext < @@ -12528,7 +12525,7 @@ int main() { static struct sockaddr_un x; x.sun_len = 1; ; return 0; } EOF -if { (eval echo configure:12532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6; { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_SOCKADDR_SUN_LEN @@ -12546,9 +12543,9 @@ else fi rm -f conftest* echo $ac_n "checking "for ip_mreq struct in netinet/in.h"""... $ac_c" 1>&6 -echo "configure:12550: checking "for ip_mreq struct in netinet/in.h"" >&5 +echo "configure:12547: checking "for ip_mreq struct in netinet/in.h"" >&5 cat > conftest.$ac_ext < @@ -12558,7 +12555,7 @@ int main() { static struct ip_mreq x; ; return 0; } EOF -if { (eval echo configure:12562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6; { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_MULTICAST @@ -12589,10 +12586,10 @@ fi echo $ac_n "checking for msgget""... $ac_c" 1>&6 -echo "configure:12593: checking for msgget" >&5 +echo "configure:12590: checking for msgget" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_msgget=yes" else @@ -12630,15 +12627,15 @@ if eval "test \"`echo '$ac_cv_func_'msgget`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "sys/ipc.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/ipc.h""... $ac_c" 1>&6 -echo "configure:12634: checking for sys/ipc.h" >&5 +echo "configure:12631: checking for sys/ipc.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12655,15 +12652,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6 -echo "configure:12659: checking for sys/msg.h" >&5 +echo "configure:12656: checking for sys/msg.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12667: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12701,15 +12698,15 @@ fi ac_safe=`echo "dirent.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for dirent.h""... $ac_c" 1>&6 -echo "configure:12705: checking for dirent.h" >&5 +echo "configure:12702: checking for dirent.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12713: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12736,15 +12733,15 @@ else echo "$ac_t""no" 1>&6 ac_safe=`echo "sys/dir.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/dir.h""... $ac_c" 1>&6 -echo "configure:12740: checking for sys/dir.h" >&5 +echo "configure:12737: checking for sys/dir.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12777,15 +12774,15 @@ fi ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 -echo "configure:12781: checking for nlist.h" >&5 +echo "configure:12778: checking for nlist.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12815,22 +12812,22 @@ fi echo "checking "for sound support"" 1>&6 -echo "configure:12819: checking "for sound support"" >&5 +echo "configure:12816: checking "for sound support"" >&5 test -z "$with_native_sound" -a -n "$native_sound_lib" && with_native_sound=yes if test "$with_native_sound" != "no"; then if test -n "$native_sound_lib"; then ac_safe=`echo "multimedia/audio_device.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for multimedia/audio_device.h""... $ac_c" 1>&6 -echo "configure:12826: checking for multimedia/audio_device.h" >&5 +echo "configure:12823: checking for multimedia/audio_device.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -12878,12 +12875,12 @@ fi if test -z "$native_sound_lib"; then echo $ac_n "checking for ALopenport in -laudio""... $ac_c" 1>&6 -echo "configure:12882: checking for ALopenport in -laudio" >&5 +echo "configure:12879: checking for ALopenport in -laudio" >&5 ac_lib_var=`echo audio'_'ALopenport | sed 'y%./+-%__p_%'` xe_check_libs=" -laudio " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -12925,12 +12922,12 @@ fi if test -z "$native_sound_lib"; then echo $ac_n "checking for AOpenAudio in -lAlib""... $ac_c" 1>&6 -echo "configure:12929: checking for AOpenAudio in -lAlib" >&5 +echo "configure:12926: checking for AOpenAudio in -lAlib" >&5 ac_lib_var=`echo Alib'_'AOpenAudio | sed 'y%./+-%__p_%'` xe_check_libs=" -lAlib " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -12979,15 +12976,15 @@ fi for dir in "machine" "sys" "linux"; do ac_safe=`echo "${dir}/soundcard.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ${dir}/soundcard.h""... $ac_c" 1>&6 -echo "configure:12983: checking for ${dir}/soundcard.h" >&5 +echo "configure:12980: checking for ${dir}/soundcard.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:12991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13048,15 +13045,15 @@ fi if test "$with_nas_sound" != "no"; then ac_safe=`echo "audio/audiolib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for audio/audiolib.h""... $ac_c" 1>&6 -echo "configure:13052: checking for audio/audiolib.h" >&5 +echo "configure:13049: checking for audio/audiolib.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13057: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13074,12 +13071,12 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo $ac_n "checking for AuOpenServer in -laudio""... $ac_c" 1>&6 -echo "configure:13078: checking for AuOpenServer in -laudio" >&5 +echo "configure:13075: checking for AuOpenServer in -laudio" >&5 ac_lib_var=`echo audio'_'AuOpenServer | sed 'y%./+-%__p_%'` xe_check_libs=" -laudio " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13129,7 +13126,7 @@ EOF fi libs_x="-laudio $libs_x" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-laudio\" to \$libs_x"; fi cat > conftest.$ac_ext < EOF @@ -13160,7 +13157,7 @@ if test "$with_esd_sound" != "no"; then # Extract the first word of "esd-config", so it can be a program name with args. set dummy esd-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:13164: checking for $ac_word" >&5 +echo "configure:13161: checking for $ac_word" >&5 if test -n "$have_esd_config"; then ac_cv_prog_have_esd_config="$have_esd_config" # Let the user override the test. @@ -13189,10 +13186,10 @@ fi c_switch_site="$c_switch_site `esd-config --cflags`" && if test "$extra_verbose" = "yes"; then echo " Appending \"`esd-config --cflags`\" to \$c_switch_site"; fi LIBS="`esd-config --libs` $LIBS" && if test "$extra_verbose" = "yes"; then echo " Prepending \"`esd-config --libs`\" to \$LIBS"; fi echo $ac_n "checking for esd_play_stream""... $ac_c" 1>&6 -echo "configure:13193: checking for esd_play_stream" >&5 +echo "configure:13190: checking for esd_play_stream" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_esd_play_stream=yes" else @@ -13266,7 +13263,7 @@ test -z "$with_tty" && with_tty=yes if test "$with_tty" = "yes" ; then echo "checking for TTY-related features" 1>&6 -echo "configure:13270: checking for TTY-related features" >&5 +echo "configure:13267: checking for TTY-related features" >&5 { test "$extra_verbose" = "yes" && cat << \EOF Defining HAVE_TTY EOF @@ -13282,12 +13279,12 @@ EOF if test -z "$with_ncurses"; then echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 -echo "configure:13286: checking for tgetent in -lncurses" >&5 +echo "configure:13283: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` xe_check_libs=" -lncurses " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13331,15 +13328,15 @@ EOF ac_safe=`echo "ncurses/curses.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ncurses/curses.h""... $ac_c" 1>&6 -echo "configure:13335: checking for ncurses/curses.h" >&5 +echo "configure:13332: checking for ncurses/curses.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13361,15 +13358,15 @@ fi ac_safe=`echo "ncurses/term.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ncurses/term.h""... $ac_c" 1>&6 -echo "configure:13365: checking for ncurses/term.h" >&5 +echo "configure:13362: checking for ncurses/term.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13399,15 +13396,15 @@ fi c_switch_site="$c_switch_site -I/usr/include/ncurses" ac_safe=`echo "ncurses/curses.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ncurses/curses.h""... $ac_c" 1>&6 -echo "configure:13403: checking for ncurses/curses.h" >&5 +echo "configure:13400: checking for ncurses/curses.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13442,12 +13439,12 @@ fi for lib in curses termlib termcap; do echo $ac_n "checking for tgetent in -l$lib""... $ac_c" 1>&6 -echo "configure:13446: checking for tgetent in -l$lib" >&5 +echo "configure:13443: checking for tgetent in -l$lib" >&5 ac_lib_var=`echo $lib'_'tgetent | sed 'y%./+-%__p_%'` xe_check_libs=" -l$lib " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13489,12 +13486,12 @@ fi else echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 -echo "configure:13493: checking for tgetent in -lcurses" >&5 +echo "configure:13490: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` xe_check_libs=" -lcurses " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13523,12 +13520,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 -echo "configure:13527: checking for tgetent in -ltermcap" >&5 +echo "configure:13524: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` xe_check_libs=" -ltermcap " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13587,15 +13584,15 @@ EOF test -z "$with_gpm" && { ac_safe=`echo "gpm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for gpm.h""... $ac_c" 1>&6 -echo "configure:13591: checking for gpm.h" >&5 +echo "configure:13588: checking for gpm.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13618,12 +13615,12 @@ fi } test -z "$with_gpm" && { echo $ac_n "checking for Gpm_Open in -lgpm""... $ac_c" 1>&6 -echo "configure:13622: checking for Gpm_Open in -lgpm" >&5 +echo "configure:13619: checking for Gpm_Open in -lgpm" >&5 ac_lib_var=`echo gpm'_'Gpm_Open | sed 'y%./+-%__p_%'` xe_check_libs=" -lgpm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13684,20 +13681,20 @@ test "$with_x11" = "yes" -o "$with_tty" = "yes" && extra_objs="$extra_objs event test "$with_database_gdbm $with_database_dbm $with_database_berkdb" \ != "no no no" && echo "checking for database support" 1>&6 -echo "configure:13688: checking for database support" >&5 +echo "configure:13685: checking for database support" >&5 if test "$with_database_gdbm $with_database_dbm" != "no no"; then ac_safe=`echo "ndbm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ndbm.h""... $ac_c" 1>&6 -echo "configure:13693: checking for ndbm.h" >&5 +echo "configure:13690: checking for ndbm.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:13701: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:13698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -13727,12 +13724,12 @@ fi if test "$with_database_gdbm" != "no"; then echo $ac_n "checking for dbm_open in -lgdbm""... $ac_c" 1>&6 -echo "configure:13731: checking for dbm_open in -lgdbm" >&5 +echo "configure:13728: checking for dbm_open in -lgdbm" >&5 ac_lib_var=`echo gdbm'_'dbm_open | sed 'y%./+-%__p_%'` xe_check_libs=" -lgdbm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13771,10 +13768,10 @@ fi if test "$with_database_dbm" != "no"; then echo $ac_n "checking for dbm_open""... $ac_c" 1>&6 -echo "configure:13775: checking for dbm_open" >&5 +echo "configure:13772: checking for dbm_open" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_dbm_open=yes" else @@ -13816,12 +13813,12 @@ else echo $ac_n "checking for dbm_open in -ldbm""... $ac_c" 1>&6 -echo "configure:13820: checking for dbm_open in -ldbm" >&5 +echo "configure:13817: checking for dbm_open in -ldbm" >&5 ac_lib_var=`echo dbm'_'dbm_open | sed 'y%./+-%__p_%'` xe_check_libs=" -ldbm " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -13873,10 +13870,10 @@ EOF if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 -echo "configure:13877: checking for Berkeley db.h" >&5 +echo "configure:13874: checking for Berkeley db.h" >&5 for header in "db/db.h" "db.h"; do cat > conftest.$ac_ext < @@ -13898,7 +13895,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* db_h_file="$header"; break else @@ -13914,9 +13911,9 @@ rm -f conftest* if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley DB version""... $ac_c" 1>&6 -echo "configure:13918: checking for Berkeley DB version" >&5 +echo "configure:13915: checking for Berkeley DB version" >&5 cat > conftest.$ac_ext < #if DB_VERSION_MAJOR > 1 @@ -13928,7 +13925,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "yes" >/dev/null 2>&1; then rm -rf conftest* cat > conftest.$ac_ext < #if DB_VERSION_MAJOR > 2 @@ -13955,10 +13952,10 @@ fi rm -f conftest* echo $ac_n "checking for $dbfunc""... $ac_c" 1>&6 -echo "configure:13959: checking for $dbfunc" >&5 +echo "configure:13956: checking for $dbfunc" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$dbfunc=yes" else @@ -14000,12 +13997,12 @@ else echo $ac_n "checking for $dbfunc in -ldb""... $ac_c" 1>&6 -echo "configure:14004: checking for $dbfunc in -ldb" >&5 +echo "configure:14001: checking for $dbfunc in -ldb" >&5 ac_lib_var=`echo db'_'$dbfunc | sed 'y%./+-%__p_%'` xe_check_libs=" -ldb " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -14080,12 +14077,12 @@ fi if test "$with_socks" = "yes"; then echo $ac_n "checking for SOCKSinit in -lsocks""... $ac_c" 1>&6 -echo "configure:14084: checking for SOCKSinit in -lsocks" >&5 +echo "configure:14081: checking for SOCKSinit in -lsocks" >&5 ac_lib_var=`echo socks'_'SOCKSinit | sed 'y%./+-%__p_%'` xe_check_libs=" -lsocks " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -14151,22 +14148,22 @@ fi if test "$with_modules" != "no"; then echo "checking for module support" 1>&6 -echo "configure:14155: checking for module support" >&5 +echo "configure:14152: checking for module support" >&5 if test "$with_msw" = "yes"; then have_dl=yes; else ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 -echo "configure:14162: checking for dlfcn.h" >&5 +echo "configure:14159: checking for dlfcn.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:14170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:14167: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -14183,16 +14180,16 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6 -echo "configure:14187: checking for dlopen in -lc" >&5 +echo "configure:14184: checking for dlopen in -lc" >&5 cat > conftest.$ac_ext < int main() { dlopen ("", 0); ; return 0; } EOF -if { (eval echo configure:14196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* have_dl=yes else @@ -14201,18 +14198,18 @@ else rm -rf conftest* echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 -echo "configure:14205: checking for dlopen in -ldl" >&5 +echo "configure:14202: checking for dlopen in -ldl" >&5 ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext < int main() { dlopen ("", 0); ; return 0; } EOF -if { (eval echo configure:14216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* have_dl=yes else @@ -14241,12 +14238,12 @@ EOF else echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 -echo "configure:14245: checking for shl_load in -ldld" >&5 +echo "configure:14242: checking for shl_load in -ldld" >&5 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` xe_check_libs=" -ldld " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -14284,12 +14281,12 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for dld_init in -ldld""... $ac_c" 1>&6 -echo "configure:14288: checking for dld_init in -ldld" >&5 +echo "configure:14285: checking for dld_init in -ldld" >&5 ac_lib_var=`echo dld'_'dld_init | sed 'y%./+-%__p_%'` xe_check_libs=" -ldld " cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -14345,7 +14342,7 @@ xehost=$canonical xealias=$internal_configuration echo "checking how to build dynamic libraries for ${xehost}" 1>&6 -echo "configure:14349: checking how to build dynamic libraries for ${xehost}" >&5 +echo "configure:14346: checking how to build dynamic libraries for ${xehost}" >&5 # Transform *-*-linux* to *-*-linux-gnu*, to support old configure scripts. case "$xehost" in *-*-linux-gnu*) ;; @@ -14373,9 +14370,9 @@ if test "$GCC" = "yes"; then XEGCC=yes else echo $ac_n "checking checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:14377: checking checking whether we are using GNU C" >&5 +echo "configure:14374: checking checking whether we are using GNU C" >&5 cat > conftest.$ac_ext <&6 -echo "configure:14401: checking how to produce PIC code" >&5 +echo "configure:14398: checking how to produce PIC code" >&5 wl= can_build_shared=yes @@ -14498,18 +14495,18 @@ if test -n "$dll_cflags"; then # Check to make sure the dll_cflags actually works. echo $ac_n "checking if PIC flag ${dll_cflags} really works""... $ac_c" 1>&6 -echo "configure:14502: checking if PIC flag ${dll_cflags} really works" >&5 +echo "configure:14499: checking if PIC flag ${dll_cflags} really works" >&5 save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $dll_cflags -DPIC" cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* # On HP-UX, the stripped-down bundled CC doesn't accept +Z, but also @@ -14540,7 +14537,7 @@ cc_produces_so=no xldf= xcldf= echo $ac_n "checking if C compiler can produce shared libraries""... $ac_c" 1>&6 -echo "configure:14544: checking if C compiler can produce shared libraries" >&5 +echo "configure:14541: checking if C compiler can produce shared libraries" >&5 if test "$XEGCC" = yes; then xcldf="-shared" xldf="-shared" @@ -14591,14 +14588,14 @@ if test -n "$xcldf"; then xe_libs= ac_link='${CC-cc} -o conftest $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' 1>&5' cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* cc_produces_so=yes else @@ -14623,7 +14620,7 @@ if test -z "$LTLD"; then if test "$XEGCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:14627: checking for ld used by GCC" >&5 +echo "configure:14624: checking for ld used by GCC" >&5 ac_prog=`($CC -print-prog-name=ld) 2>&5` case "$ac_prog" in # Accept absolute paths. @@ -14648,7 +14645,7 @@ echo "configure:14627: checking for ld used by GCC" >&5 esac else echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:14652: checking for GNU ld" >&5 +echo "configure:14649: checking for GNU ld" >&5 fi if test -z "$LTLD"; then @@ -14686,7 +14683,7 @@ ld_dynamic_link_flags= # Check to see if it really is or isn't GNU ld. echo $ac_n "checking if the linker is GNU ld""... $ac_c" 1>&6 -echo "configure:14690: checking if the linker is GNU ld" >&5 +echo "configure:14687: checking if the linker is GNU ld" >&5 # I'd rather use --version here, but apparently some GNU ld's only accept -v. if $LTLD -v 2>&1 &5; then xe_gnu_ld=yes @@ -14714,7 +14711,7 @@ else # OK - only NOW do we futz about with ld. # See if the linker supports building shared libraries. echo $ac_n "checking whether the linker supports shared libraries""... $ac_c" 1>&6 -echo "configure:14718: checking whether the linker supports shared libraries" >&5 +echo "configure:14715: checking whether the linker supports shared libraries" >&5 dll_ld=$CC dll_ldflags=$LDFLAGS ld_shlibs=yes @@ -14925,10 +14922,10 @@ EOF for ac_func in dlerror _dlerror do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14929: checking for $ac_func" >&5 +echo "configure:14926: checking for $ac_func" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -14990,11 +14987,11 @@ done fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 +if { (eval echo configure:14995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit $?) 2>&5 then : else diff --git a/etc/MACHINES b/etc/MACHINES index 78c3c21..4677a65 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -11,7 +11,8 @@ such code with autodetection at configure time. The XEmacs core should build "out of the box" on most Unix-like systems. -XEmacs 21.2 was tested and `make check' succeeded on these Unix +XEmacs 21.2 (the development branch that is the base for the 21.4 +release series) was tested and `make check' succeeded on these Unix configurations as of 2001-02-10: alphaev56-dec-osf4.0e (both Compaq C and gcc) @@ -38,8 +39,9 @@ On most of these systems, XEmacs also builds with a C++ compiler, but not "out of the box". This feature is only for use by the maintainers. -XEmacs 21.2 is known _not_ to work on any machines with m680x0 -processors. Sorry, all you sun3 and Unix PC nostalgia buffs out there. +XEmacs 21.2 (and therefore 21.4) is known _not_ to work on any +machines with m680x0 processors. Sorry, all you sun3 and Unix PC +nostalgia buffs out there. VMS has never been supported by XEmacs. In fact, all the old VMS code inherited from Emacs has been removed. Sorry, all you VMS fans out there. diff --git a/etc/NEWS b/etc/NEWS index 32a69bc..9140731 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -32,6 +32,77 @@ consulted for a more detailed list of changes. * Changes in XEmacs 21.4 ======================== +** Summary of user-visible changes: + + -- The delete key now deletes forward by default. + -- Shifted motion keys now select text by default. + -- You can now build XEmacs with support for GTK+ widget set. + -- ~/.xemacs/init.el is now the preferred location for the init file. + - XEmacs now supports a `~/.xemacs/init.el' startup file. + - Custom file will move to ~/.xemacs/custom.el. + -- Much-improved sample init.el, showing how to use many useful features. + -- XEmacs support for menu accelerators has been much improved. + -- Default menubar improvements. + - Default menubar has many new commands and better organization. + - The font-menu is now available under MS Windows. + -- Dialog box improvements, including a real file dialog box. + - XEmacs now has a proper file dialog box under MS Windows (and GTK)! + - The old clunky file dialog box is improved. + - Keyboard traversal now works correctly in MS Windows dialog boxes. + - There is a Search dialog box available from Edit->Find... + -- New buffer tabs. + -- There is a new MS Windows installer, netinstall, ported from Cygwin. + -- The subprocess quote-handling mechanism under Windows is much improved. + -- Printing support now available under MS Windows. + -- Selection improvements. + - Kill and yank now interact with the clipboard under Windows. + - MS Windows support for selection is now much more robust. + - Motif selection support is now more correct (but slower). + -- Mail spool locking now works correctly. + -- International support changes. + - The default coding-priority-list is now safer. + - International keysyms are now supported under X. + - MS Windows 1251 code page now supported. + - Czech, Thai, Cyrillic-KOI8, Vietnamese, Ethiopic now supported. + - Proper support for words in Latin 3 and Latin 4. + -- Help buffers contain hyperlinks, and other changes. + -- The modeline's text is now scrollable. + -- The mouse wheel under MS Windows now functions correctly. + -- Interactive searching and matching case improvements. + - Incremental search will now highlight all visible matches. + - Interactive searches always respect uppercase characters. + -- Rectangle functions rewritten to avoid inserting extra spaces. + -- New command `kill-entire-line' that always kills the entire line. + -- Default values correctly stored in minibuffer histories. + -- You can now create "indirect buffers", like in GNU Emacs. + -- Pixel-based scrolling has been implemented. + -- Operation progress can be displayed using graphical widgets. + -- User names following a tilde can now be completed at file name prompts. + -- XEmacs can now play sound using Enlightenment Sound Daemon (ESD). + -- X-Face support is now available under MS Windows. + -- The PostgreSQL Relational Database Management System is now supported. + -- Indentation no longer indents comments that begin at column zero. + -- Face and variable settings can have comments in Customize. + -- New locations for early package hierarchies. + -- The `auto-save' library has been greatly improved. + -- New variable `mswindows-alt-by-itself-activates-menu'. + -- The variable `kill-whole-line' now only takes effect interactively. + -- Other init-file-related changes. + - Init file in your home directory may be called `.emacs.el'. + - New command-line switches -user-init-file and -user-init-directory. + -- Etags changes. + - In DOS, etags looks for file.cgz if it cannot find file.c. + - New option --ignore-case-regex is an alternative to --regex. + - New option --declarations, for C-type languages. + - In C++, tags are created for "operator". + - Ada now supported. + - In Fortran, procedure is no longer tagged. + - In Java, tags are created for "interface". + - In Lisp, def-type constructs are now tagged. + - In Perl, the --globals option tags global variables. + - Python now supported. + - New file extensions recognized: .ss, .pdb, .psw. + ** The delete key now deletes forward by default. This is regulated by the variable `delete-key-deletes-forward', which @@ -46,6 +117,17 @@ to set `delete-key-deletes-forward' to nil is if you want to use the Delete key to delete backwards, despite the presence (according to Xlib) of a BackSpace key on the keyboard. +** Shifted motion keys now select text by default. + +You can turn this off by setting `shifted-motion-keys-select-region' +to nil. This works based off of particular keys, not particular +commands: Thus, the arrow keys will normally trigger selection when +the Shift key is held down regardless of their bindings, and non-arrow +keys with the same bindings (e.g. C-f) will not work this way. You +can control which keys trigger shifted motion using +`motion-keys-for-shifted-motion'. See also +`unshifted-motion-keys-deselect-region'. + ** You can now build XEmacs with support for GTK+ widget set. XEmacs built that way uses GTK+ to draw menubars, scrollbars, and @@ -58,16 +140,57 @@ course, you'll need to have the GTK+ libraries and header files on the system.) Gnome widgets and functionality are supported where available, and can be turned off. -** Shifted motion keys now select text by default. +** ~/.xemacs/init.el is now the preferred location for the init file. -You can turn this off by setting `shifted-motion-keys-select-region' -to nil. This works based off of particular keys, not particular -commands: Thus, the arrow keys will normally trigger selection when -the Shift key is held down regardless of their bindings, and non-arrow -keys with the same bindings (e.g. C-f) will not work this way. You -can control which keys trigger shifted motion using -`motion-keys-for-shifted-motion'. See also -`unshifted-motion-keys-deselect-region'. +*** XEmacs now supports a `~/.xemacs/init.el' startup file. +If it exists, XEmacs will prefer it over `.emacs' and `.emacs.el'. +The file may be byte-compiled as `~/.xemacs/init.elc'. + +If present, the `~/.xemacs/' directory may contain startup files for +XEmacs packages that support it. + +The first time you start up XEmacs, it will ask you if you would like +to migrate your `.emacs' to the new location. (Your custom settings +will also be moved, to `~/.xemacs/custom.el' -- see below.) If so, you +will also be asked whether you would like to create a compatibility +`.emacs' for backward compatibility with previous versions of XEmacs +and with GNU Emacs. (This compatibility `.emacs' simply loads the new +init and custom files.) Doing this is generally a good idea -- new +versions of XEmacs will prefer `~/.xemacs/init.el' over `~/.emacs' in +any case. + +You can manually migrate at any time with `migrate-user-init-file', +and undo any migration with `unmigrate-user-init-file'. The function +`create-compatibility-dot-emacs' also lets you manually create a +compatibility `.emacs'. + +NOTE: Under MS Windows, your home directory (i.e. the directory named +`~') is specified by the HOME environment variable, and defaults to +C:\. To set this variable, modify AUTOEXEC.BAT under Windows 95/98, +or select Control Panel->System->Advanced->Environment Variables... +under Windows NT/2000. + +*** Custom file will move to ~/.xemacs/custom.el. + +Whereas customize settings were formerly stored in the regular init +file, XEmacs now prefers them to be in a separate file +`~/.xemacs/custom.el', completely under automatic control. This +change goes with the migration of the init file, and XEmacs offers +automatic migration upon startup. + +** Much-improved sample init.el, showing how to use many useful features. + +The sample init file, located in the `etc/' directory of the XEmacs +installation, has been renamed from `sample.emacs' to `sample.init.el', +and pretty much rewritten from scratch. (You can view it by selecting +the menu item Help->Samples->Sample init.el.) Many of the most-useful +optional features in XEmacs have been enabled, and other features that +are useful but may be annoying to some are present but commented out. +There is also extensive documentation on how to add your own +improvements to the init file and where to find more documentation +elsewhere in XEmacs. The file has been specifically designed so that +most people can simply make it their own init file by copying it to +~/.xemacs/init.el, and they will be satisfied with the results. ** XEmacs support for menu accelerators has been much improved. @@ -86,53 +209,59 @@ whether this support exists. ** Default menubar improvements. -*** The default menubar has been extensively reorganized. Many more +*** Default menubar has many new commands and better organization. + +The default menubar has been extensively reorganized. Many more commands are available, and they are more logically organized. The -Options menu, in particular, has been significantly expanded, and -almost everything on the new Cmds menu is new. (Much of the useful +Options menu, in particular, has been significantly expanded, and almost +everything on the new Cmds menu is new. (Much of the useful functionality from the `big-menubar' package has been imported.) *** The font-menu is now available under MS Windows. -** Dialog box improvements. +** Dialog box improvements, including a real file dialog box. -*** XEmacs now has a proper file dialog box under MS Windows! (and -under GTK as well ...) This will appear whenever you select a menu -item that requires a file as an argument. +*** XEmacs now has a proper file dialog box under MS Windows (and GTK)! +This will appear whenever you select a menu item that requires a file +as an argument. -*** The old clunky file dialog box (visible on non-MS-Windows, non-GTK +*** The old clunky file dialog box is improved. +The in-buffer file dialog box (visible on non-MS-Windows, non-GTK systems) is still clunky but has had many improvements to make it work significantly better. *** Keyboard traversal now works correctly in MS Windows dialog boxes. -*** There is a Search dialog box available from Edit->Find..., but it -is very experimental and needs a lot of work. +*** There is a Search dialog box available from Edit->Find... +However, it's very experimental and needs a lot of work. ** New buffer tabs. -You can now use the buffer tabs to switch between buffers. +You can now use buffer tabs to switch between buffers. The tabs are located between the toolbar and the uppermost window, in -a location called "gutter". If you dislike the buffer tabs, you can -disable them by customizing `gutter-buffers-tab-visible-p', or by -placing this in your .emacs: +a location called the "gutter". If you dislike the buffer tabs, you can +disable them using the menu item `Options->Display->Buffers Tab Visible' +by customizing `gutter-buffers-tab-visible-p', or by placing this in +your .xemacs/init.el: - (set-gutter-element-visible-p default-gutter-visible-p 'buffers-tab nil) + (custom-set-variables '(gutter-buffers-tab-visible-p nil)) -You can change the location of the gutter with -`set-default-gutter-position', however currently only MS Windows -supports tab widgets with orientations other than vertical. +You can change the location of the gutter using the menu item +`Options->Display->Default Gutter Location' or with (e.g.) -There are menu items on the Options menu to conveniently change these -settings. + (custom-set-variables '(default-gutter-position 'left)) + +However, currently only MS Windows supports tab widgets with +orientations other than vertical, and it doesn't currently support +gutters on the bottom of the frame. ** There is a new MS Windows installer, netinstall, ported from Cygwin. Nearly complete automation of the XEmacs install process from ftp.xemacs.org. Includes selection of Lisp packages to install, etc. -** The subprocess quote-handling mechanism under MS Windows is much improved. +** The subprocess quote-handling mechanism under Windows is much improved. Specifically, the quote-handling mechanism has been completely rewritten, and you should now be able to use single or double quotes to quote arguments @@ -155,11 +284,12 @@ settings. ** Selection improvements. -*** Kill and yank now interact with the clipboard by default under -Windows. This was done by changing the default value of -`interprogram-cut-function' and `interprogram-paste-function'. You -can get the old behavior by setting these to nil, and there is an -option on the options menu to do this. +*** Kill and yank now interact with the clipboard under Windows. + +This was done by changing the default value of `interprogram-cut-function' +and `interprogram-paste-function'. You can get the old behavior by +setting these to nil, and there is an option on the options menu to do +this. *** MS Windows support for selection is now much more robust. @@ -173,11 +303,12 @@ The only thing selection doesn't do is set the clipboard automatically as this would break the MS Windows model. If you want this behavior then set `selection-sets-clipboard' to t. -*** Motif selection support is now more correct (but slower) in its -behaviour. Changes have been made to allow correct operation of -cut/copy/paste operations between native widgets and XEmacs buffers. -However, this can lead to a lot of X traffic which slows down the -performance of `C-k'. If you want the old behaviour then set +*** Motif selection support is now more correct (but slower). + +Changes have been made to allow correct operation of cut/copy/paste +operations between native widgets and XEmacs buffers. However, this +can lead to a lot of X traffic which slows down the performance of +`C-k'. If you want the old behaviour then set `x-selection-strict-motif-ownership' to nil. ** Mail spool locking now works correctly. @@ -198,63 +329,70 @@ EMACSLOCKMETHOD environment variable. ** International support changes. -*** The "coding system" feature now works even in an XEmacs compiled -without international (Mule) support. This means that for example -XEmacs can recognize the newline convention used by the file you are -editing. - -*** The default coding-priority-list is now safer. This means that if -you have no language environment set, Mule no longer automatically -recognizes ISO 2022 escapes in your files. This makes editing binary -files safe. - -*** International keysyms are now supported under X. This means that -XEmacs running under Mule will automatically recognize the keysym -`scaron' to be the lower-case `s' with caron in the Latin 2 character -set. (Specifically, it will bind the keysym to `self-insert' and -augment its `ascii-character' property.) This is very useful with -XFree under European locales as shipped by recent Linux distributions. -If XEmacs is compiled without Mule support, the feature still works, -but it is unaware of different character sets -- it unconditionally -sets the `ascii-character' property to values in the [160, 256) range. - -*** MS Windows 1251 code page is now supported as coding system -`windows-1251'. - -*** Czech, Thai, Cyrillic-KOI8, Vietnamese, Ethiopic support now -available. +*** The default coding-priority-list is now safer. + +This means that if you have no language environment set, Mule no +longer automatically recognizes ISO 2022 escapes in your files. This +makes editing binary files safe. + +*** International keysyms are now supported under X. -*** The appropriate characters in Latin 3 and Latin 4 character sets -are correctly defined as words. +This means that XEmacs running under Mule will automatically recognize +the keysym `scaron' to be the lower-case `s' with caron in the Latin 2 +character set. (Specifically, it will bind the keysym to +`self-insert' and augment its `ascii-character' property.) This is +very useful with XFree under European locales as shipped by recent +Linux distributions. If XEmacs is compiled without Mule support, the +feature still works, but it is unaware of different character sets -- +it unconditionally sets the `ascii-character' property to values in +the [160, 256) range. + +*** MS Windows 1251 code page now supported. + +It's available as coding system `windows-1251'. + +*** Czech, Thai, Cyrillic-KOI8, Vietnamese, Ethiopic now supported. + +*** Proper support for words in Latin 3 and Latin 4. + +The appropriate characters in Latin 3 and Latin 4 character sets are +correctly defined as words. ** Help buffers contain hyperlinks, and other changes. -*** The help buffers created by C-h commands now contain hyperlinks to -other commands, functions and variables mentioned in the -documentation. Use button2 to follow a link. Use button3 to bring up -a context menu that lets you follow the link, find the source for the -item, do a tag search, etc. The buffers are also syntax-highlighted. +The help buffers created by C-h commands now contain hyperlinks to +other commands, functions and variables mentioned in the documentation. +Use button2 to follow a link. Use button3 to bring up a context menu +that lets you follow the link, find the source for the item, do a tag +search, etc. The buffers are also syntax-highlighted. + +Help functions (e.g. `C-h f') now know how to print macro argument +lists. If your macro definition included an argument list for the sake +of help output, you no longer need to do that. -*** Help functions (e.g. `C-h f') now know how to print macro argument -lists. If your macro definition included an argument list for the -sake of help output, you no longer need to do that. +** The modeline's text is now scrollable. -** The modeline's text is now scrollable. This is controlled by the -variable `modeline-scrolling-method', which you need to set to a -non-nil value. You can also choose scrolling types; see the docstring -of `modeline-scrolling-method' for more information. +This is controlled by the variable `modeline-scrolling-method', which +you need to set to a non-nil value. You can also choose scrolling +types; see the docstring of `modeline-scrolling-method' for more +information. -** The mouse wheel under MS Windows now functions correctly -- it scrolls -the XEmacs window under the pointer, not the selected window. +** The mouse wheel under MS Windows now functions correctly. + +It scrolls the XEmacs window under the pointer, not the selected +window. ** Interactive searching and matching case improvements. -*** Incremental search will now highlight all visible matches, making -it easier to anticipate where consecutive C-s or C-r will place the -point. If you want to disable the feature, set +*** Incremental search will now highlight all visible matches. + +This makes it easier to anticipate where consecutive C-s or C-r will +place the point. If you want to disable the feature, set `isearch-highlight-all-matches' to nil. -*** Case sensitiveness in searching operations is normally controlled +*** Interactive searches always respect uppercase characters. + +Case sensitiveness in searching operations is normally controlled by the variable `case-fold-search' (if non-nil, case is ignored while searching). This mechanism has now been slightly improved for interactive searches: if the search string (or regexp) contains @@ -265,7 +403,9 @@ The new behavior affects all functions performing interactive searches, like `zap-to-char', `list-matching-lines', `tags-search' etc. The incremental search facility has always behaved that way. -** The rectangle functions have been almost completely rewritten in +** Rectangle functions rewritten to avoid inserting extra spaces. + +The rectangle functions have been almost completely rewritten in order to avoid inserting undesirable spaces, notably at the end of lines. Two typical examples of the old behavior were `string-rectangle', which filled all lines up to the right side of the @@ -285,23 +425,28 @@ As a side effect, the FORCE argument to `move-to-column' now understands the special value `coerce', which means that the line should not be filled if it is too short to reach the desired column. -** There is a new command `kill-entire-line' that always kills the -entire line at point, regardless of whether the point is at the -beginning of line, and regardless of the setting of `kill-whole-line'. +** New command `kill-entire-line' that always kills the entire line. + +This kills the entire line at point, regardless of whether the point +is at the beginning of line, and regardless of the setting of +`kill-whole-line'. -** When you press RET at a minibuffer prompt that provides a default +** Default values correctly stored in minibuffer histories. + +When you press RET at a minibuffer prompt that provides a default value, the value is stored in history instead of an empty line. Also, you can now edit the default value by pressing the down arrow, accessing the logical "future" value. Not all minibuffer prompts have yet been converted to support this feature. -** You can now create "indirect buffers", like in GNU Emacs. An -indirect buffer shares its text with another buffer ("base buffer"), -but has its own major mode, local variables, extents, and narrowing. -An indirect buffer has a name of its own, distinct from those of the -base buffer and all other buffers. An indirect buffer cannot itself -be visiting a file (though its base buffer can be). The base buffer -cannot itself be indirect. +** You can now create "indirect buffers", like in GNU Emacs. + +An indirect buffer shares its text with another buffer ("base +buffer"), but has its own major mode, local variables, extents, and +narrowing. An indirect buffer has a name of its own, distinct from +those of the base buffer and all other buffers. An indirect buffer +cannot itself be visiting a file (though its base buffer can be). +The base buffer cannot itself be indirect. Use (make-indirect-buffer BASE-BUFFER NAME) to make an indirect buffer named NAME whose base is BASE-BUFFER. If BASE-BUFFER is itself an @@ -327,10 +472,9 @@ on by default for font-lock and some web browsing functions. If you do not like this behavior, set `progress-feedback-use-echo-area' to nil. -** User names following the tilde character can now be completed at -file name prompts; e.g. `C-x C-f ~hni' will complete to -`~hniksic/'. To make this operation faster, a cache of user names is -maintained internally. +** User names following a tilde can now be completed at file name prompts. +e.g. `C-x C-f ~hni' will complete to `~hniksic/'. To make this +operation faster, a cache of user names is maintained internally. The new primitives available for this purpose are functions named `user-name-completion' and `user-name-all-completions'. @@ -351,20 +495,42 @@ but have not been tested) and 7.0-beta1. ** Indentation no longer indents comments that begin at column zero. This makes it easy to deal with commented out regions of code. -** Init file may be placed in alternative locations, and other changes. +** Face and variable settings can have comments in Customize. +Customize now supports adding comments about your face and variable +settings using a new menu entry. Comments for variables can also be +assigned by calling `customize-set-(value|variable)' with a prefix +argument. -*** XEmacs now supports a `~/.xemacs/init.el' startup file. If -it exists, XEmacs will prefer it over `.emacs' and `.emacs.el'. The -file may be byte-compiled as `~/.xemacs/init.elc'. +** New locations for early package hierarchies. +XEmacs now locates the early package hierarchies at +~/.xemacs/mule-packages/ and ~/.xemacs/xemacs-packages/. Previously, +the early packages were located in ~/.xemacs/. -If present, the `~/.xemacs/' directory may contain startup files for -XEmacs packages that support it. +** The `auto-save' library has been greatly improved. +(This lets you group all your auto-save files into one directory, and +is provided standardly with XEmacs. See `etc/sample.init.el', +available on the Help menu, for more info on how to set it up.) +Specifically, it now works under MS Windows, and it uses a completely +reversible encoding (basically quoted-printable), so that all +filenames (as well as non-filename buffers) are successfully handled +regardless of any special characters in their names. -NOTE: Under MS Windows, your home directory (i.e. the directory named -`~') is specified by the HOME environment variable, and defaults to -C:\. To set this variable, modify AUTOEXEC.BAT under Windows 95/98, -or select Control Panel->System->Advanced->Environment Variables... -under Windows NT/2000. +** New variable `mswindows-alt-by-itself-activates-menu'. +If you set this variable to nil then pressing and releasing the Alt +key under MS Windows will no longer activate the menubar. The default +is t. This is not to be confused with `menu-accelerator-enabled', +which enables the use of Alt+ accelerators to invoke the +menus. + +** The variable `kill-whole-line' now only takes effect interactively. + +(This variable controls the behavior of `kill-line'.) Although this +is a departure from a previous behavior in the case of setting this +variable `kill-whole-line' to t, it is almost certainly what has +always been intended, and most likely the old way of doing things +introduced bugs. + +** Other init-file-related changes. *** Init file in your home directory may be called `.emacs.el'. @@ -376,21 +542,6 @@ the file in the usual way. If both `.emacs' and `.emacs.el' exist, the latter file is the one that is used. -*** Much-improved sample init file. - -The sample init file, located in the `etc/' directory of the XEmacs -installation, has been renamed from `sample.emacs' to `sample.init.el', -and pretty much rewritten from scratch. (You can view it by selecting -the menu item Help->Samples->View Sample init.el.) Many of the -most-useful optional features in XEmacs have been enabled, and other -features that are useful but may be annoying to some are present but -commented out. There is also extensive documentation on how to add -your own improvements to the init file and where to find more -documentation elsewhere in XEmacs. The file has been specifically -designed so that most people can simply make it their own init file by -copying it to ~/.xemacs/init.el, and they will be satisfied with the -results. - *** New command-line switches -user-init-file and -user-init-directory. These can be used to specify alternate locations for what is normally @@ -402,77 +553,43 @@ work in unpredictable ways) is now equivalent to `-user-init-file `-user-init-file ~/.emacs -user-init-directory ~/.xemacs', whichever init file comes first. -*** Custom file will move to ~/.xemacs/custom.el. - -Whereas customize settings were formerly stored in the regular init -file, XEmacs now prefers them to be in a separate file -`~/.xemacs/custom.el', completely under automatic control. This -change goes with the migration of the init file, and XEmacs offers -automatic migration upon startup. - -** Customize now supports adding comments about your face and variable -settings using a new menu entry. Comments for variables can also be -assigned by calling `customize-set-(value|variable)' with a prefix -argument. - -** XEmacs now locates the early package hierarchies at -~/.xemacs/mule-packages/ and ~/.xemacs/xemacs-packages/. Previously, -the early packages were located in ~/.xemacs/. - -** The `auto-save' library has been greatly improved. (This lets you -group all your auto-save files into one directory, and is provided -standardly with XEmacs. See `etc/sample.init.el', available on the -Help menu, for more info on how to set it up.) Specifically, it now -works under MS Windows, and it uses a completely reversible encoding -(basically quoted-printable), so that all filenames (as well as -non-filename buffers) are successfully handled regardless of any -special characters in their names. - -** New variable `mswindows-alt-by-itself-activates-menu'. -If you set this variable to nil then pressing and releasing the Alt -key under MS Windows will no longer activate the menubar. The default -is t. This is not to be confused with `menu-accelerator-enabled', -which enables the use of Alt+ accelerators to invoke the -menus. - -** The variable `kill-whole-line' now only takes effect when kill-line -is called interactively. Although this is a departure from a previous -behavior in the case of setting this variable kill-whole-line to t, -it is almost certainly what has always been intended, and most likely -the old way of doing things introduced bugs. - ** Etags changes. *** In DOS, etags looks for file.cgz if it cannot find file.c. -*** New option --ignore-case-regex is an alternative to --regex. It is now -possible to bind a regexp to a language, by prepending the regexp with -{lang}, where lang is one of the languages that `etags --help' prints -out. This feature is useful especially for regex files, where each -line contains a regular expression. The manual contains details. +*** New option --ignore-case-regex is an alternative to --regex. +It is now possible to bind a regexp to a language, by prepending the +regexp with {lang}, where lang is one of the languages that `etags +--help' prints out. This feature is useful especially for regex +files, where each line contains a regular expression. The manual +contains details. -*** In C and derived languages, etags creates tags for function +*** New option --declarations, for C-type languages. +In C and derived languages, etags creates tags for function declarations when given the --declarations option. -*** In C++, tags are created for "operator". The tags have the form -"operator+", without spaces between the keyword and the operator. +*** In C++, tags are created for "operator". +The tags have the form "operator+", without spaces between the +keyword and the operator. -*** New language Ada: tags are functions, procedures, packages, tasks, and -types. +*** Ada now supported. +Tags are functions, procedures, packages, tasks, and types. *** In Fortran, procedure is no longer tagged. *** In Java, tags are created for "interface". -*** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs -are now tagged. +*** In Lisp, def-type constructs are now tagged. +This includes "(defstruct (foo", "(defun (operator" and similar constructs. -*** In Perl, the --globals option tags global variables. my and local -variables are tagged. +*** In Perl, the --globals option tags global variables. +my and local variables are tagged. -*** New language Python: def and class at the beginning of a line are tags. +*** Python now supported. +def and class at the beginning of a line are tags. -*** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is +*** New file extensions recognized: .ss, .pdb, .psw. +.ss files are Scheme files, .pdb is Postscript with C syntax, .psw is for PSWrap. diff --git a/etc/README b/etc/README index 7cc2125..e9e0712 100644 --- a/etc/README +++ b/etc/README @@ -21,11 +21,11 @@ LPF Information about the League for Programming Freedom MACHINES List of known machines configurations (OLD) MAILINGLISTS List of available Mailing lists MORE.STUFF List of useful unbundled packages -NEWS XEmacs 21.2 release information +NEWS XEmacs 21.4 release information ORDERS ORDERS.EUROPE ORDERS.JAPAN Order forms for GNU software -PACKAGES List of packages available for 21.2 release +PACKAGES List of packages available for 21.4 release README This file README.HYPERBOLE README.OO-BROWSER How to obtain Hyperbole and the OO-Browser diff --git a/etc/TUTORIAL.ja b/etc/TUTORIAL.ja index c4da971..05a1fb6 100644 --- a/etc/TUTORIAL.ja +++ b/etc/TUTORIAL.ja @@ -1011,7 +1011,7 @@ C-h $B$K$OB>$K$bLr$KN)$D%*%W%7%g%s$,$"$j$^$9!#(B $B!v$3$NK]LuHG$K$D$$$F$N $B$,(BNemacs/Mule $BMQ(B diff --git a/etc/photos/jwz.png b/etc/photos/jwz.png index fe55b4febbaed2d2af5a21020bf726175c1ba867..e26b2889aa1039f240457d2afc4fc80988922621 100644 GIT binary patch literal 28473 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 literal 8056 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 delta 1152 zcmV-`1b_SVR*4Ca7=Hl(0000H9}9l~00dA;L_t(|+Le_}Oe19&$Df&Y_$UDypiAOr zrQ1LvAaX(v8?yt8vEaeo4O6rP@Zx2W?L{ToO}0bDgy>}d{Hsncw`MulIRB27gu%^H98A+C|t=;+rM* zClMx5+b{8WHUKNiVz|WDP=}p>CNqB@LOeNELO6?ASo!UQan}fmAMi77#w4VUPu(Tv z69|imH<-@pSvXD}F@}T+pTECk={I%ABpzG(X9%Be?^*im0Z3jCTlz4<&#UVecix1R z?FSZjA;bcr#ea=iP?qWNIP^Tqr@%k4NOC@{mmtL3tc44Cw+G*RckN^HCX8O()xOKV*ce8t?c*1fOs#C{%G@cXq zOIhG;@l|Y|Bb+r`yLX5ndW0SowQv<3 zFMrolEi6wU7B=QI`K9B1N*oQjm=7{OPEumILhEkJ(3h0>1wOSaItPXz2-Bh+Ui@UJ&m~=#J368;>m+++tW)3q zUWKN%p+bE)aK7pXuigtHEPiVO+oGhH2rH@mca%_3EajpOVwBBG0()A9*tg z`z#Qhyua`r(<{wZjXz~vVURz=if=<1_*JVO4j+)CafvbDUoUJKhh>bY<<>2}NESDS z%h*8mzHD(l8iocI+laeS#vBQFRK`G7XSkf3i>r^FH-S?qXTY+r#(ysP|M9 + + * XEmacs 21.4.1 "Copyleft" is released. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4be62eb..955d63c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-19 Stephen J. Turnbull + + * x-compose.el (xlib-input-method-bug-workaround): + (alias-colon-to-double-quote): + Force sort in map-keymap to work around rehash bug. + +2001-04-17 Ben Wing + + * about.el: Finish overhaul, add a few new hackers, update a + couple old ones. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/lisp/about.el b/lisp/about.el index 362b815..86aa143 100644 --- a/lisp/about.el +++ b/lisp/about.el @@ -188,7 +188,7 @@ ;; to sort the stuff below, use M-x sort-regexp-fields RET ;; ^.*$ RET (\([a-z]*\) RET '((ajc . "http://www-personal.monash.edu.au/~ajc/") - (baw . "http://www.python.org/~bwarsaw/") + (baw . "http://barry.wooz.org/") (ben . "http://www.666.com/ben/") (ben-xemacs . "http://www.xemacs.org/Architecting-XEmacs/index.html") (beopen . "http://www.beopen.com/") @@ -198,8 +198,10 @@ (dkindred . "http://www.cs.cmu.edu/People/dkindred/me.html") (dmoore . "http://oj.egbt.org/dmoore/") (dv . "http://www.lrde.epita.fr/~didier/") + (fabrice . "http://www.ese-metz.fr/~popineau/") + (fptex . "http://www.fptex.org/") (jason . "http://www.mastaler.com/") - (juhp . "http://www.kurims.kyoto-u.ac.jp/~petersen/") + (juhp . "http://www.01.246.ne.jp/~juhp/") (jwz . "http://www.jwz.org/") (kazz . "http://www.imasy.or.jp/~kazz/") (kyle . "http://www.wonderworks.com/kyle/") @@ -208,34 +210,45 @@ (ograf . "http://www.fga.de/~ograf/") (pez . "http://cbs.sportsline.com/") (piper . "http://www.xemacs.freeserve.co.uk/") + (rossini . "http://faculty.washington.edu/rossini/") (stigb . "http://www.tihlde.hist.no/~stigb/") (vin . "http://www.upa.org/") (vladimir . "http://www.leonora.org/~vladimir/") (wget . "http://www.wget.org/") (wget-ftp . "ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/") - (xemacs . "http://www.xemacs.org/")) + (xemacs . "http://www.xemacs.org/") + (youngs . "http://eicq.sourceforge.net/")) "Some of the more important URLs.") (defvar about-left-margin 3) -;; Insert a URL link to the buffer. -(defun about-url-link (what &optional echo) - (or (stringp what) - (setq what (cdr (assq what about-url-alist)))) - (assert what) +(defun about-lookup-url (name) + (let ((result (cdr (assq name about-url-alist)))) + (assert result) + result)) + +;; Insert a URL link in the buffer. TEXT-TO-INSERT is the text that will +;; be hyperlinked; if omitted, the URL is used. HELP-ECHO is some text that +;; will be displayed when the mouse moves over the link. +(defun about-url-link (url &optional text-to-insert help-echo) + (assert url) + (when (symbolp url) + (setq url (about-lookup-url url))) + (when (and text-to-insert (symbolp text-to-insert)) + (setq text-to-insert (about-lookup-url text-to-insert))) (widget-create 'url-link :button-prefix "" :button-suffix "" - :help-echo echo - what)) + :help-echo help-echo + :tag (or text-to-insert url) + url)) -;; Insert a mailto: link to the buffer. +;; Insert a mailto: link in the buffer. (defun about-mailto-link (address) - (widget-create 'url-link :help-echo (concat "Send mail to " address) - :button-prefix "" - :button-suffix "" - :tag address - (concat "mailto:" address))) + (about-url-link + (concat "mailto:" address) address + (concat "Send mail to " address) + )) ;; Attach a face to a string, in order to be inserted into the buffer. ;; Make sure that the extent is duplicable, but unique. Returns the @@ -387,7 +400,7 @@ be obtained through the ") " on-line information system.\n The XEmacs web page can be browsed, using any WWW browser at\n \t\t ") - (about-url-link 'xemacs "Visit XEmacs WWW page") + (about-url-link 'xemacs nil "Visit XEmacs WWW page") (widget-insert "\n Note that W3 (XEmacs's own browser), might need customization (due to firewalls) in order to work correctly. @@ -722,7 +735,7 @@ et. al., he spends his time pursuing, among other things, a Life. Some of this currently involves doing an A-Z (by country) of restaurants with friends, and has, in the past, involved dyeing his hair various colours (see ") - (about-url-link 'ajc "Visit Andrew's home page") + (about-url-link 'ajc nil "Visit Andrew's home page") (widget-insert ".\n")) (alastair (widget-insert @@ -730,19 +743,61 @@ hair various colours (see ") Sorry, no personal information available about me yet.\n")) (baw (widget-insert "\ -Daddy -\(C) 1994 Warsaw -=============== -Drive me Daddy, drive me quick -Push my pedal, shift my stick -Fill me up with golden gas -My rubber squeals, I go real fast - -Milk me Daddy, milk me now -Milk me like a big ol' cow -I've got milk inside my udder -Churn it up and make some butter\n\nSee also:\n\n\t") - (about-url-link 'baw "Visit Barry's home page") +As of November 2000, I am a software engineer with the Pythonlabs at +Digital Creations. Pythonlabs is the core team developing and +maintaining the Python open source, object-oriented scripting +language. Digital Creations is the publisher of Zope, an open source +content management system written in Python. + +In addition to my Python and Zope work, I am lead developer for the +GNU Mailman project, a mailing list management system written, +naturally, in Python. See the trend? + +On the side I play bass with a number of Washington DC area bands and +also write poems about cows, milk, and fathers. Here's a sample, and +drop me an email if you live in the NYC to Charlotte region; I'll let +you know when the band's playing in your area. It'd be cool to meet +you, and talking about XEmacs would make my wife very happy by helping +to fend off the legions of groupies that seem to follow me everywhere. + + Milk Me Daddy + (C) 1990 Warsaw + =============== + Oh daddy with your fingers pink + From whose udders do you drink? + Thy milk offends with putrid stink + I'll vomit now, lactose I think + + If I could dream, I'd be a cow + Not horse, or mule, or barnyard sow + The cud I'd chew would drip and how! + So milk me daddy, milk me now! + + My bovine nature knows no bounds + I'd naught awake at midnight sounds + Of teens approaching o'er the grounds + To tip with glee, then screech like clowns + + And so I stare into this glass + Of sweaty juice, I gulp so fast + Each drop I lick, down to the last + The vertigo I know will pass + + My mother smiles and pats my head + She's proud of me, so she has said + My pop just now gets out of bed + His eyes quite comatose and red + + He'll empathize my milky fate + Whilest sopping gravy from his plate + And as the hour is getting late + His belly taut with all he ate + + He isn't often quite so chatty + His arteries clogged with meat so fatty + With burps that launch soup, thick and splatty + Oh how I wish you'd milk me daddy\n\n\t") + (about-url-link 'baw nil "Visit Barry's home page") (widget-insert "\n")) (ben (widget-insert @@ -760,9 +815,9 @@ More recently I have fought my way back with loads and loads of narcotic painkillers, and currently I'm an art student at the University of Arizona.\n\n") (widget-insert "Architecting XEmacs: ") - (about-url-link 'ben-xemacs "Find the miracles in store for XEmacs") + (about-url-link 'ben-xemacs nil "Find the miracles in store for XEmacs") (widget-insert "\nBen's home page: ") - (about-url-link 'ben "Visit Ben's page") + (about-url-link 'ben nil "Visit Ben's page") (widget-insert "\n")) (bw (widget-insert "\ @@ -801,7 +856,7 @@ numerous other features and fixes. Rumors that Chuck is aka Black Francis aka Frank Black are completely unfounded.\n")) (daiki - (about-url-link 'daiki "Visit Daiki's page")) + (about-url-link 'daiki nil "Visit Daiki's page")) (dan (widget-insert "\ @@ -827,7 +882,7 @@ Carnegie Mellon University, but he's trying hard to kick that habit. See ") - (about-url-link 'dkindred "Visit Darrell's WWW page") + (about-url-link 'dkindred nil "Visit Darrell's WWW page") (widget-insert ".\n")) (dmoore (widget-insert "\ @@ -839,7 +894,7 @@ of course.) He can be found at `druidmuck.egbt.org 4201' at various hours of the day. He has a page at ") - (about-url-link 'dmoore "Visit David's home page") + (about-url-link 'dmoore nil "Visit David's home page") (widget-insert ".\n")) (dv (widget-insert "\ @@ -858,7 +913,7 @@ semi-professional Jazz guitar player (and singer), which means that it is not the way I earn my crust, but things may very well reverse in the future ...\n\n") (widget-insert "Visit Didier's home page: ") - (about-url-link 'dv "Visit Didier's home page") + (about-url-link 'dv nil "Visit Didier's home page") (widget-insert "\n")) (eb (widget-insert @@ -867,7 +922,19 @@ Sorry, no personal information available about me yet.\n")) (fabrice (widget-insert "\ -Sorry, no personal information available about me yet.\n")) +I'm a computer science researcher and teacher in a French electrical +engineering institution called Supelec. My fields of interest are +symbolic artificial intelligence, theoretical computer science, functional +languages ... and TeX. + +Lately, my hacking time has been devoted to porting the Web2C/teTeX +distribution of TeX for Unix to Win32, and I'm still maintaining it. +It is included in the TeX Live cdrom edited by Sebastian Rahtz.\n") + (widget-insert "Visit fpTeX home page: ") + (about-url-link 'fptex nil "Visit fpTeX home page") + (widget-insert "\nFabrice's home page: ") + (about-url-link 'fabrice nil "Visit Fabrice's page") + (widget-insert "\n")) (golubev (widget-insert "\ @@ -896,9 +963,9 @@ at SRCE. His hobby is hacking free software, particularly XEmacs and GNU Wget, the latter being his very own creation. For info on Wget, see ") - (about-url-link 'wget "Visit the Wget web page") + (about-url-link 'wget nil "Visit the Wget web page") (widget-insert " or\n") - (about-url-link 'wget-ftp "Visit the Wget ftp page") + (about-url-link 'wget-ftp nil "Visit the Wget ftp page") (widget-insert ".\n")) (hobley (widget-insert "\ @@ -939,7 +1006,7 @@ Scientist(tm) in the Los Alamos National Laboratory's Advanced Computing Group. See: ") - (about-url-link 'jason "Visit Jason's homepage") + (about-url-link 'jason nil "Visit Jason's homepage") (widget-insert ".\n")) (jens (widget-insert "\ @@ -969,38 +1036,43 @@ until late 1997 when I started working at Symbian, a Windows-only company, and felt lost without my favourite editing environment.\n")) (juhp (widget-insert "\ -I started using XEmacs-20 as my work-environment in June 1997. I -became a beta developer shortly after that (\"it seems like a good -idea at the time...\" :-), so far contributing mainly bug fixes, -\"find-func.el\" and improvements to \"help.el\". +Jens was born in Copenhagen, grew up in Britain and is now living in +Japan. He started using XEmacs 20 (instead of Emacs) as his +work-environment in June 1997 while still an EU postdoc at RIMS, Kyoto +University, and quickly got involved in XEmacs development. Recently +he is getting into Haskell, a very nice pure functional programming +language. -My current dreams for XEmacs: Move to using guile as the Lisp engine -and gtk as the default X toolkit. - -I have been a postdoctoral researcher at the Research Institute for -Mathematical Sciences, Kyoto University, since August 1994, doing -research in mathematical physics (representation theory of quantum -groups). Though now I seem to be heading for other things. - -My homepage is ") - (about-url-link 'juhp "Visit Jens' homepage") - (widget-insert ".\n")) +") + (about-url-link 'juhp nil "Visit Jens' homepage") + (widget-insert "\n")) (jwz (widget-insert "\t" (about-with-face "\"So much to do, so little time.\"" 'italic) "\n Jamie Zawinski was primarily to blame for Lucid Emacs from its -inception in 1991, to 1994 when Lucid Inc. finally died. He is now to -be found at Netscape Communications, hacking on Netscape Navigator (he -did the first Unix version and the mail and news reader). Thankfully -his extensive sleep deprivation experiments conducted during 1994 and -1995 are now a thing of the past, but his predilection for dark, -Gothic music remains unabated. - -Come visit his glorified .plan file at\n\n") - (about-url-link 'jwz "Visit Jamie's home page") - (widget-insert "\n")) +inception in 1991, to 1994 when Lucid Inc. finally died. After that, +he was one of the initial employees of Netscape Communications, writing +the first Unix version of Netscape Navigator, and designing and +implementing the first version of the Netscape Mail and News readers. +He then helped create and run ") + (about-url-link "http://www.mozilla.org/" + "mozilla.org" + "Visit The Mozilla Organization") + (widget-insert " for its first two years, +until America Online bought Netscape Communications, at which point he +gave up in disgust and dropped out of the computer industry entirely. + +He now runs a ") + (about-url-link "http://www.dnalounge.com/" + "nightclub" + "Visit The DNA Lounge") + (widget-insert " in San Francisco, and occasionally writes +screen savers.\n\n") + (widget-insert "Visit jwz's ") + (about-url-link 'jwz "home page" "Visit jwz's home page") + (widget-insert ".\n")) (kazz (widget-insert "\ Kazz is the XEmacs lead on BSD (especially FreeBSD). @@ -1013,7 +1085,7 @@ In real life, he is working on a PDM product based on CORBA, and doing consultation, design and implemention. He loves to play soccer, yes football! See also:") - (about-url-link 'kazz "Visit Kazz's home page") + (about-url-link 'kazz nil "Visit Kazz's home page") (widget-insert ".\n")) (kirill (widget-insert @@ -1022,7 +1094,7 @@ Sorry, no personal information available about me yet.\n")) (kyle (widget-insert "\ See\n") - (about-url-link 'kyle "Visit Kyle's Home page") + (about-url-link 'kyle nil "Visit Kyle's Home page") (widget-insert ".\n")) (larsi (widget-insert "\ @@ -1031,14 +1103,14 @@ Internet stock broker. He claims no responsibility for the Dot Com Bomb, but he snickers a lot. See ") - (about-url-link 'larsi "Visit the Larsissistic pages") + (about-url-link 'larsi nil "Visit the Larsissistic pages") (widget-insert ".\n")) (marcpa (widget-insert "\ I work for Positron Industries Inc., Public Safety Division. I'm part of the team producing POWER 911, a 911 emergency response system written in Modula3:\n") - (about-url-link 'marcpa "Visit POWER 911") + (about-url-link 'marcpa nil "Visit POWER 911") (widget-insert "\ \n\nPreviously, I worked at Softimage Inc., now a Microsoft company \(eeekkk!), as a UNIX system administrator. This is where I've been @@ -1096,7 +1168,7 @@ also Drag'n'Drop, and more), and various other hacks: ISDN-tools, cd players, python, etc... To see some of these have a look at ") - (about-url-link 'ograf "one of my homepages") + (about-url-link 'ograf nil "one of my homepages") (widget-insert ".\n")) (olivier (widget-insert @@ -1109,17 +1181,25 @@ Sorry, no personal information available about me yet.\n")) (pelegri (widget-insert "\ -Sorry, no personal information available about me yet.\n")) +I did my my PhD at UCB and a postdoc at CSL/PARC. I joined Sun in 1990, +spent some time in DevPro (that is when I made my contribution to +XEmacs) and joined JavaSoft in fall '95, where I've been the lead for +several JSP-related specifications and JAX-RPC. I'm currently the Web +Layer architect for J2EE. + +I was born in Barcelona and I grew up mostly in Caracas; I have two kids +and I speak only catalan to them; I can juggle some (career, family, and +4 balls or 3 pins); and my english can be idiosyncratic!.\n")) (pez (widget-insert "\ Peter currently serves as Senior Vice President, Product Development for CBS SportsLine. See ") - (about-url-link 'pez "CBS SportsLine") + (about-url-link 'pez nil "CBS SportsLine") (widget-insert ".\n")) (piper (widget-insert "\ My home page is here:\n") - (about-url-link 'piper "Visit andy's home page") + (about-url-link 'piper nil "Visit andy's home page") (widget-insert "\n Andy has recently rejoined the XEmacs team to help port XEmacs to MS Windows operating systems.\n")) @@ -1140,15 +1220,19 @@ betas, and tinkers with various personal hacking projects.\n")) Sorry, no personal information available about me yet.\n")) (rossini (widget-insert "\ -Author of the first XEmacs FAQ, as well as minor priest in the -movement to get every statistician in the world to use XEmacs for -statistical programming and data analysis. Current development lead -for ESS (Emacs Speaks Statistics), a mode and inferior mode for -statistical programming and data analysis for SAS, S, S-PLUS, R, -XLispStat; configurable for nearly any other statistical -language/package one might want. In spare time, acts as a -Ph.D. (bio)statistician for money and amusement. Current position: -Assistant Professor of Statistics at the University of South Carolina.\n")) +Current development lead for ESS (Emacs Speaks Statistics), a mode and +inferior mode for statistical programming and data analysis for SAS, +S, S-PLUS, R, XLispStat; configurable for nearly any other statistical +language/package one might want. In spare time, chases his son around +and acts as a Ph.D. (bio)statistician for money and amusement, +primarily focusing on statistical computing, visualization, and the +design and analysis of HIV vaccine trials. Current position: Research +Assistant Professor of Biostatistics at the University of Washington +and the Fred Hutchinson Cancer Research Center. + +See ") + (about-url-link 'rossini nil "Visit Anothony's home page") + (widget-insert ".\n")) (slb (widget-insert "\ Peaches Baur, 1986-1999. @@ -1179,7 +1263,7 @@ Currently studying computer science in Trondheim, Norway. Full time Linux user and proud of it. XEmacs hacker light. See:\t") - (about-url-link 'stigb "Visit Stig's home page")) + (about-url-link 'stigb nil "Visit Stig's home page")) (thiessel (widget-insert "\ Worked at University of Kaiserslautern where he took part in the @@ -1212,13 +1296,15 @@ with in Austin, Texas - the Ether Bunnies. I'm getting too old to play competitive Ultimate any more, so now I've gotten roped into serving on the board of directors of the Ultimate Players Association. See ") - (about-url-link 'vin "Visit the UPA homepage") + (about-url-link 'vin nil "Visit the UPA homepage") (widget-insert ".\n")) (vladimir (widget-insert "\ -Former technical lead for XEmacs at Sun. He is now with a startup -marketing embedded Java databases. See ") - (about-url-link 'vladimir "Visit Vladimir's home page") +Former technical lead for XEmacs at Sun. He is now writing a book on +distributed Java and is working at Xerox PARC documenting AspectJ, a +light-weight extension to Java that supports crosscutting concerns. +See ") + (about-url-link 'vladimir nil "Visit Vladimir's home page") (widget-insert ".\n")) (wmperry (widget-insert "\ @@ -1228,9 +1314,21 @@ Currently working at Aventail, Corp. on SOCKS v5 servers.\n")) "\ Sorry, no personal information available about me yet.\n")) (youngs - (widget-insert - "\ -Sorry, no personal information available about me yet.\n")) + (widget-insert "\ +I live in Brisbane, Australia with my wife, Michelle and our daughter, +Kaitlyn. I've only been hacking XEmacs for a short time (approx 18 +mths), but I've been fooling around with computers since the early +80's. + +In the past, I've been a bank officer, car salesman, insurance agent, +managed a computer firm and owned and operated my own business. I now +divide my time between my family, planning my next business idea (a +computer consulting firm that uses zero Microsoft products), looking +after the XEmacs Packages and hacking my own XEmacs package, Eicq. + +\tSee: ") + (about-url-link 'youngs nil "Visit the Eicq homepage") + (widget-insert ".\n")) )) ;; Insert info about a maintainer's contribution to XEmacs. See also @@ -1266,11 +1364,17 @@ where the full power of the clipboard system is available under XEmacs).\n")) (baw (widget-insert "\ -Author of CC Mode for C, C++, Objective-C and Java editing, and -Supercite for mail and news citing. Also various and sundry other -Emacs utilities, fixes, enhancements and kludgery as whimsy, boredom, -and ToT dictate (but not necessarily in that order). See also\n") - (about-url-link 'cc-mode "Visit the CC Mode distribution") +I'm the author of ") + (about-url-link 'cc-mode "CC Mode" "Visit the CC Mode page") + (widget-insert ", for C, C++, Objective-C and Java editing, +Supercite for mail and news citing, and sundry other XEmacs packages +such as ELP (the Emacs Lisp Profiler), Reporter, xrdb-mode, and +winring. Even though I still live almost 100% in XEmacs these days, +my Lisp hacking has fallen off in recent years as I became more +involved in Python, and in fact, I currently maintain the Python +editing mode. See also: ") + (about-url-link "http://www.python.org/emacs" nil + "Visit the python.org Emacs Goodies page") (widget-insert ".\n")) (ben (widget-insert @@ -1295,7 +1399,7 @@ for software engineers. It runs atop XEmacs and is available from his firm, BeOpen, which offers distributions, custom development, support, and training packages for corporate users of XEmacs, GNU Emacs and InfoDock. See ") - (about-url-link 'beopen "Visit BeOpen WWW page") + (about-url-link 'beopen nil "Visit BeOpen WWW page") (widget-insert ".\n")) (cgw (widget-insert @@ -1363,7 +1467,12 @@ reliable beta tester ever since.\n")) (fabrice (widget-insert "\ -Sorry, no information about my XEmacs contributions yet.\n")) +I have started to provide binary kits for the 21.2 series when there +was no installer available. I contributed a few lines of core code +occasionally to make things smoother with the native win32 port which +I'm using all the day. + +I also contributed elisp code long ago to make Gnus run under XEmacs.\n")) (golubev (widget-insert "\ @@ -1422,7 +1531,8 @@ I started the native port of XEmacs to MS Windows. Author of the Windows frame, redisplay, face and event loop support.\n")) (juhp (widget-insert "\ -Author of \"find-func.el\" and improvements to \"help.el\".\n")) +Author of \"find-func.el\", improvements to \"help.el\" and a good +number of bug fixes during June 1997 to December 1998.\n")) (jwz (widget-insert "\ @@ -1525,7 +1635,9 @@ Author of many extensions to the `extents' code, including the initial implementation of `duplicable' properties.\n")) (rossini (widget-insert "\ -Author of the first XEmacs FAQ.\n")) +Author of the first XEmacs FAQ; +Development lead on Emacs Speaks Statistics; +Assisted Jareth Hein with setting up the JitterBug tracking system.\n")) (slb (widget-insert "\ @@ -1584,8 +1696,7 @@ strikethru face attribute support).\n")) "\ Sorry, no information about my XEmacs contributions yet.\n")) (youngs - (widget-insert - "\ + (widget-insert "\ Maintainer and release manager of the packages.\n")) )) diff --git a/lisp/x-compose.el b/lisp/x-compose.el index 40df8e6..39fe430 100644 --- a/lisp/x-compose.el +++ b/lisp/x-compose.el @@ -521,7 +521,12 @@ (eq 1 (length value)) (null (lookup-key keymap value))) (define-key keymap value value)))) - keymap)) + keymap + ;; #### It is currently not safe to add definitions to a keymap in + ;; map-keymap, due to a bug in map-keymap (dangling pointer to freed + ;; memory on a rehash). So we sort, which has the side effect of + ;; mapping over a copy of the original hash-table. + t)) (xlib-input-method-bug-workaround compose-map) (unintern 'xlib-input-method-bug-workaround) @@ -534,7 +539,12 @@ (alias-colon-to-doublequote value)) (when (eq key '\") (define-key keymap ":" value))) - keymap)) + keymap + ;; #### It is currently not safe to add definitions to a keymap in + ;; map-keymap, due to a bug in map-keymap (dangling pointer to freed + ;; memory on a rehash). So we sort, which has the side effect of + ;; mapping over a copy of the original hash-table. + t)) (alias-colon-to-doublequote compose-map) (unintern 'alias-colon-to-doublequote) @@ -696,7 +706,7 @@ which it understands) are: ;; (define-key binding [(control h)] 'compose-help) ;; (define-key binding [help] 'compose-help) )) - compose-map nil) + compose-map) ;; Make redisplay display the accented letters (if (memq (default-value 'ctl-arrow) '(t nil)) diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index cca817c..46c00c6 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/man/ChangeLog b/man/ChangeLog index 333343b..a1b7180 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/netinstall/ChangeLog b/netinstall/ChangeLog index 4a3eefe..705c00a 100644 --- a/netinstall/ChangeLog +++ b/netinstall/ChangeLog @@ -1,3 +1,11 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-17 Stephen J. Turnbull + + * reginfo.h: Fixup 21.2 -> 21.4. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. @@ -218,3 +226,6 @@ 2000-11-12 Andy Piper * all: port from cygwin setup. + +%%% $Id: ChangeLog,v 1.2.2.4 2001/04/19 07:31:14 stephent Exp $ +$Revision: 1.2.2.4 $ diff --git a/netinstall/reginfo.h b/netinstall/reginfo.h index 29c8c08..38a5d4c 100644 --- a/netinstall/reginfo.h +++ b/netinstall/reginfo.h @@ -35,7 +35,7 @@ Copyright (C) 2000 Andy Piper. */ * \pkginfo * \site-packages * \mule-packages - * \XEmacs-21.2 + * \XEmacs-21.4 * \i386-pc-win32 * \etc * \info @@ -45,7 +45,7 @@ Copyright (C) 2000 Andy Piper. */ * /xemacs/xemacs-packages * /xemacs/site-packages * /xemacs/mule-packages - * /xemacs-21.2 + * /xemacs-21.4 * /i686-pc-cygwin32 * /etc * /info diff --git a/nt/ChangeLog b/nt/ChangeLog index 85f1fa5..20ed43f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,11 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-17 Stephen J. Turnbull + + * README: Fixup 21.2 -> 21.4. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/nt/README b/nt/README index 439eda5..7078852 100644 --- a/nt/README +++ b/nt/README @@ -226,7 +226,7 @@ If you want support for X you will also need: INSTALL_DIR="x:\your\installation\directory" (By default, XEmacs will be installed in directories under the directory - "c:\Program Files\XEmacs\XEmacs-21.2".) + "c:\Program Files\XEmacs\XEmacs-21.4".) 3. If you want to build xemacs on the command line, use `nmake install -f xemacs.mak', or just `nmake -f xemacs.mak' if you want @@ -236,7 +236,7 @@ If you want support for X you will also need: If you chose to install XEmacs, the file that you should run to start XEmacs will be installed (by default) as - "c:\Program Files\XEmacs\XEmacs-21.2\i586-pc-win32\xemacs.exe". + "c:\Program Files\XEmacs\XEmacs-21.4\i586-pc-win32\xemacs.exe". To run from the build directory, run the file "nt\xemacs.exe" off of the root of the build directory. diff --git a/src/ChangeLog b/src/ChangeLog index 3156b51..7e22874 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-19 Glynn Clements + + * input-method-motif.c (XIM_delete_frame): New callback. + (XIM_init_frame): Register it. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/src/input-method-motif.c b/src/input-method-motif.c index a05e055..f51e4e7 100644 --- a/src/input-method-motif.c +++ b/src/input-method-motif.c @@ -94,6 +94,13 @@ XIM_init_device (struct device *d) /* Nothing to do */ } +/* Callback for the deleting frame. */ +static void +XIM_delete_frame (Widget w, XtPointer client_data, XtPointer call_data) +{ + XmImUnregister ((Widget) client_data); +} + void XIM_init_frame (struct frame *f) { @@ -152,6 +159,8 @@ XIM_init_frame (struct frame *f) NULL); XmFontListEntryFree (&fontlistEntry); + + XtAddCallback (w, XmNdestroyCallback, XIM_delete_frame, (XtPointer) w); } void diff --git a/tests/ChangeLog b/tests/ChangeLog index cf1f8f6..b61d6c8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + 2001-04-16 Stephen J. Turnbull * XEmacs 21.4.0 "Solid Vapor" is released. diff --git a/version.sh b/version.sh index 8dc598a..0ab006d 100644 --- a/version.sh +++ b/version.sh @@ -2,8 +2,8 @@ emacs_is_beta= emacs_major_version=21 emacs_minor_version=4 -emacs_beta_version=0 -xemacs_codename="Solid Vapor" +emacs_beta_version=1 +xemacs_codename="Copyleft" infodock_major_version=4 infodock_minor_version=0 infodock_build_version=8 -- 1.7.10.4