summaryrefslogtreecommitdiff
path: root/chinese/eterm/files/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/eterm/files/patch-at')
-rw-r--r--chinese/eterm/files/patch-at523
1 files changed, 495 insertions, 28 deletions
diff --git a/chinese/eterm/files/patch-at b/chinese/eterm/files/patch-at
index d6fe33afeabf..91cbca5dfc4a 100644
--- a/chinese/eterm/files/patch-at
+++ b/chinese/eterm/files/patch-at
@@ -1,28 +1,495 @@
---- configure.orig Mon Feb 7 22:00:40 2000
-+++ configure Mon Feb 7 22:04:47 2000
-@@ -4835,16 +4835,16 @@
-
- DEF_FONT_IDX=0
- MULTICHAR_ENCODING="eucj"
-- FONT0="fixed"
-- FONT1="8x16"
-- FONT2="9x18"
-- FONT3="12x24"
-- FONT4="13x26"
-+ FONT0="7x14"
-+ FONT1="a10"
-+ FONT2="r12"
-+ FONT3="8x16"
-+ FONT4="12x24"
- MFONT0="k14"
-- MFONT1="jiskan16"
-- MFONT2="jiskan18"
-- MFONT3="jiskan24"
-- MFONT4="jiskan26"
-+ MFONT1="k10"
-+ MFONT2="k12"
-+ MFONT3="kanji16"
-+ MFONT4="kanji24"
- elif test "$enableval" = "euc-kr" -o "$enableval" = "euckr"; then
- echo "$ac_t""euckr" 1>&6
- cat >> confdefs.h <<\EOF
+--- configure.orig Sat Jan 29 03:29:45 2000
++++ configure Mon Dec 25 13:29:58 2000
+@@ -4881,6 +4881,18 @@
+ FONT2="fixed"
+ FONT3="8x13"
+ FONT4="9x15"
++ elif test "$enableval" = "big5" -o "$enableval" = "big5"; then
++ echo "$ac_t""big5" 1>&6
++ cat >> confdefs.h <<\EOF
++#define MULTI_CHARSET 1
++EOF
++
++ DEF_FONT_IDX=0
++ MULTICHAR_ENCODING="big5"
++ MFONT0="kc15f"
++ MFONT1="kc24f"
++ FONT0="kc8x15"
++ FONT1="kc12x24"
+ elif test "$enableval" = "no"; then
+ echo "$ac_t""no" 1>&6
+ DEF_FONT_IDX=2
+@@ -4973,7 +4985,7 @@
+
+
+ echo $ac_n "checking for XIM support""... $ac_c" 1>&6
+-echo "configure:4977: checking for XIM support" >&5
++echo "configure:4989: checking for XIM support" >&5
+ # Check whether --enable-xim or --disable-xim was given.
+ if test "${enable_xim+set}" = set; then
+ enableval="$enable_xim"
+@@ -4994,7 +5006,7 @@
+ fi
+
+ echo $ac_n "checking for Greek keyboard support""... $ac_c" 1>&6
+-echo "configure:4998: checking for Greek keyboard support" >&5
++echo "configure:5010: checking for Greek keyboard support" >&5
+ # Check whether --enable-greek or --disable-greek was given.
+ if test "${enable_greek+set}" = set; then
+ enableval="$enable_greek"
+@@ -5029,7 +5041,7 @@
+
+
+ echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
+-echo "configure:5033: checking for XOpenDisplay in -lX11" >&5
++echo "configure:5045: checking for XOpenDisplay in -lX11" >&5
+ ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5037,7 +5049,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lX11 $X_LIBS $SUBLIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5041 "configure"
++#line 5053 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5048,7 +5060,7 @@
+ XOpenDisplay()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5064: \"$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
+@@ -5075,7 +5087,7 @@
+ fi
+
+ echo $ac_n "checking for XextAddDisplay in -lXext""... $ac_c" 1>&6
+-echo "configure:5079: checking for XextAddDisplay in -lXext" >&5
++echo "configure:5091: checking for XextAddDisplay in -lXext" >&5
+ ac_lib_var=`echo Xext'_'XextAddDisplay | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5083,7 +5095,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lXext $X_LIBS $SUBLIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5087 "configure"
++#line 5099 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5094,7 +5106,7 @@
+ XextAddDisplay()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5110: \"$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
+@@ -5122,7 +5134,7 @@
+
+
+ echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6
+-echo "configure:5126: checking for XShapeQueryExtension in -lXext" >&5
++echo "configure:5138: checking for XShapeQueryExtension in -lXext" >&5
+ ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5130,7 +5142,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lXext $X_LIBS $SUBLIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5134 "configure"
++#line 5146 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5141,7 +5153,7 @@
+ XShapeQueryExtension()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5157: \"$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
+@@ -5167,7 +5179,7 @@
+
+ # check if we need X_LOCALE definition
+ echo $ac_n "checking for _Xsetlocale in -lX11""... $ac_c" 1>&6
+-echo "configure:5171: checking for _Xsetlocale in -lX11" >&5
++echo "configure:5183: checking for _Xsetlocale in -lX11" >&5
+ ac_lib_var=`echo X11'_'_Xsetlocale | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5175,7 +5187,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lX11 $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5179 "configure"
++#line 5191 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5186,7 +5198,7 @@
+ _Xsetlocale()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5202: \"$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
+@@ -5221,7 +5233,7 @@
+ # check X11R6 for XIM
+ if test "$XIM" = "TRUE"; then
+ echo $ac_n "checking for XRegisterIMInstantiateCallback in -lX11""... $ac_c" 1>&6
+-echo "configure:5225: checking for XRegisterIMInstantiateCallback in -lX11" >&5
++echo "configure:5237: checking for XRegisterIMInstantiateCallback in -lX11" >&5
+ ac_lib_var=`echo X11'_'XRegisterIMInstantiateCallback | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5229,7 +5241,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lX11 $X_LIBS $SUBLIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5233 "configure"
++#line 5245 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5240,7 +5252,7 @@
+ XRegisterIMInstantiateCallback()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5256: \"$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
+@@ -5270,7 +5282,7 @@
+ # Extract the first word of "imlib-config", so it can be a program name with args.
+ set dummy imlib-config; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5274: checking for $ac_word" >&5
++echo "configure:5286: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_prog_IMLIB_CONFIG'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5302,18 +5314,18 @@
+
+ if test "$prefix" = "NONE"; then
+ echo $ac_n "checking imlib-config for prefix""... $ac_c" 1>&6
+-echo "configure:5306: checking imlib-config for prefix" >&5
++echo "configure:5318: checking imlib-config for prefix" >&5
+ prefix="`$IMLIB_CONFIG --prefix`"
+ echo "$ac_t""$prefix" 1>&6
+ fi
+
+ echo $ac_n "checking imlib-config for the value of CFLAGS""... $ac_c" 1>&6
+-echo "configure:5312: checking imlib-config for the value of CFLAGS" >&5
++echo "configure:5324: checking imlib-config for the value of CFLAGS" >&5
+ CFLAGS="$CFLAGS `$IMLIB_CONFIG --cflags`"
+ echo "$ac_t""$CFLAGS" 1>&6
+
+ echo $ac_n "checking imlib-config for the value of GRLIBS""... $ac_c" 1>&6
+-echo "configure:5317: checking imlib-config for the value of GRLIBS" >&5
++echo "configure:5329: checking imlib-config for the value of GRLIBS" >&5
+ GRLIBS="$GRLIBS `$IMLIB_CONFIG --libs`"
+ echo "$ac_t""$GRLIBS" 1>&6
+
+@@ -5321,16 +5333,16 @@
+ LIBS="$GRLIBS"
+
+ echo $ac_n "checking the sanity of new compile/link flags""... $ac_c" 1>&6
+-echo "configure:5325: checking the sanity of new compile/link flags" >&5
++echo "configure:5337: checking the sanity of new compile/link flags" >&5
+ cat > conftest.$ac_ext <<EOF
+-#line 5327 "configure"
++#line 5339 "configure"
+ #include "confdefs.h"
+
+ int main() {
+
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ echo "yes"
+ else
+@@ -5350,7 +5362,7 @@
+ if test "$IMLIB_CONFIG" = "no"; then
+
+ echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6
+-echo "configure:5354: checking for png_get_valid in -lpng" >&5
++echo "configure:5366: checking for png_get_valid in -lpng" >&5
+ ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5358,7 +5370,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lpng $SUBLIBS $X_LIBS -lz -lm $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5362 "configure"
++#line 5374 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5369,7 +5381,7 @@
+ png_get_valid()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5385: \"$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
+@@ -5390,7 +5402,7 @@
+ fi
+
+ echo $ac_n "checking for jpeg_read_scanlines in -ljpeg""... $ac_c" 1>&6
+-echo "configure:5394: checking for jpeg_read_scanlines in -ljpeg" >&5
++echo "configure:5406: checking for jpeg_read_scanlines in -ljpeg" >&5
+ ac_lib_var=`echo jpeg'_'jpeg_read_scanlines | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5398,7 +5410,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-ljpeg $SUBLIBS $X_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5402 "configure"
++#line 5414 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5409,7 +5421,7 @@
+ jpeg_read_scanlines()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5425: \"$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
+@@ -5430,7 +5442,7 @@
+ fi
+
+ echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6
+-echo "configure:5434: checking for TIFFOpen in -ltiff" >&5
++echo "configure:5446: checking for TIFFOpen in -ltiff" >&5
+ ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5438,7 +5450,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-ltiff $SUBLIBS $X_LIBS -lm $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5442 "configure"
++#line 5454 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5449,7 +5461,7 @@
+ TIFFOpen()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5465: \"$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
+@@ -5470,7 +5482,7 @@
+ fi
+
+ echo $ac_n "checking for DGifOpenFileName in -lgif""... $ac_c" 1>&6
+-echo "configure:5474: checking for DGifOpenFileName in -lgif" >&5
++echo "configure:5486: checking for DGifOpenFileName in -lgif" >&5
+ ac_lib_var=`echo gif'_'DGifOpenFileName | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5478,7 +5490,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lgif $SUBLIBS $X_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5482 "configure"
++#line 5494 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5489,7 +5501,7 @@
+ DGifOpenFileName()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5505: \"$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
+@@ -5510,7 +5522,7 @@
+ fi
+
+ echo $ac_n "checking for DGifOpenFileName in -lungif""... $ac_c" 1>&6
+-echo "configure:5514: checking for DGifOpenFileName in -lungif" >&5
++echo "configure:5526: checking for DGifOpenFileName in -lungif" >&5
+ ac_lib_var=`echo ungif'_'DGifOpenFileName | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5518,7 +5530,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lungif $SUBLIBS $X_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5522 "configure"
++#line 5534 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5529,7 +5541,7 @@
+ DGifOpenFileName()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5545: \"$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
+@@ -5550,7 +5562,7 @@
+ fi
+
+ echo $ac_n "checking for Imlib_init in -lImlib""... $ac_c" 1>&6
+-echo "configure:5554: checking for Imlib_init in -lImlib" >&5
++echo "configure:5566: checking for Imlib_init in -lImlib" >&5
+ ac_lib_var=`echo Imlib'_'Imlib_init | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5558,7 +5570,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lImlib $GRLIBS $SUBLIBS $X_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5562 "configure"
++#line 5574 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5569,7 +5581,7 @@
+ Imlib_init()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5573: \"$ac_link\") 1>&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*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+ else
+@@ -5611,7 +5623,7 @@
+ # Extract the first word of "Eterm", so it can be a program name with args.
+ set dummy Eterm; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5615: checking for $ac_word" >&5
++echo "configure:5627: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_ETERM'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5653,7 +5665,7 @@
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5657: checking for $ac_word" >&5
++echo "configure:5669: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_GCC'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5715,7 +5727,7 @@
+ # Extract the first word of "dbx", so it can be a program name with args.
+ set dummy dbx; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5719: checking for $ac_word" >&5
++echo "configure:5731: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_DBX'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5757,7 +5769,7 @@
+ # Extract the first word of "gdb", so it can be a program name with args.
+ set dummy gdb; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5761: checking for $ac_word" >&5
++echo "configure:5773: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_GDB'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5799,7 +5811,7 @@
+ # Extract the first word of "pstack", so it can be a program name with args.
+ set dummy pstack; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+-echo "configure:5803: checking for $ac_word" >&5
++echo "configure:5815: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_PSTACK'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -5839,7 +5851,7 @@
+
+ fi
+ echo $ac_n "checking for U_STACK_TRACE in -lcl""... $ac_c" 1>&6
+-echo "configure:5843: checking for U_STACK_TRACE in -lcl" >&5
++echo "configure:5855: checking for U_STACK_TRACE in -lcl" >&5
+ ac_lib_var=`echo cl'_'U_STACK_TRACE | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5847,7 +5859,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lcl $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5851 "configure"
++#line 5863 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5858,7 +5870,7 @@
+ U_STACK_TRACE()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5862: \"$ac_link\") 1>&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_lib_$ac_lib_var=yes"
+ else
+@@ -5881,7 +5893,7 @@
+ fi
+
+ echo $ac_n "checking for Linux 2.1 or higher""... $ac_c" 1>&6
+-echo "configure:5885: checking for Linux 2.1 or higher" >&5
++echo "configure:5897: checking for Linux 2.1 or higher" >&5
+ OS_NAME=`uname -s`
+ if test "$OS_NAME" = "Linux"; then
+ OS_REV=`uname -r`
+@@ -5911,7 +5923,7 @@
+
+ if test -z "$HUMOR"; then
+ echo $ac_n "checking for life_signs in -lKenny""... $ac_c" 1>&6
+-echo "configure:5915: checking for life_signs in -lKenny" >&5
++echo "configure:5927: checking for life_signs in -lKenny" >&5
+ ac_lib_var=`echo Kenny'_'life_signs | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+@@ -5919,7 +5931,7 @@
+ ac_save_LIBS="$LIBS"
+ LIBS="-lKenny $LIBS"
+ cat > conftest.$ac_ext <<EOF
+-#line 5923 "configure"
++#line 5935 "configure"
+ #include "confdefs.h"
+ /* Override any gcc2 internal prototype to avoid an error. */
+ /* We use char because int might match the return type of a gcc2
+@@ -5930,7 +5942,7 @@
+ life_signs()
+ ; return 0; }
+ EOF
+-if { (eval echo configure:5934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:5946: \"$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