ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.87
Committed: Sat Jan 21 23:50:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.86: +146 -2343 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43 do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97 fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
153 ;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS=" $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="src/feature.h"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 # include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 # include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 # include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
311
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP LINKER INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TIC CXXCPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PKG_CONFIG XFT_CONFIG PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
313 ac_subst_files=''
314
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
334
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
352
353 ac_prev=
354 for ac_option
355 do
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
367 case $ac_option in
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
373
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
394
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
403
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
436
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
585
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
598
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
625
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
629 ;;
630
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
641 *)
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 ;;
648
649 esac
650 done
651
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
656 fi
657
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
660 do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667 done
668
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672 do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679 done
680
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
687
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697 fi
698
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702 test "$silent" = yes && exec 6>/dev/null
703
704
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725 else
726 ac_srcdir_defaulted=no
727 fi
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
735 fi
736 fi
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
754 ac_env_CC_value=$CC
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CXX_set=${CXX+set}
770 ac_env_CXX_value=$CXX
771 ac_cv_env_CXX_set=${CXX+set}
772 ac_cv_env_CXX_value=$CXX
773 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
774 ac_env_CXXFLAGS_value=$CXXFLAGS
775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
777 ac_env_CPP_set=${CPP+set}
778 ac_env_CPP_value=$CPP
779 ac_cv_env_CPP_set=${CPP+set}
780 ac_cv_env_CPP_value=$CPP
781 ac_env_CXXCPP_set=${CXXCPP+set}
782 ac_env_CXXCPP_value=$CXXCPP
783 ac_cv_env_CXXCPP_set=${CXXCPP+set}
784 ac_cv_env_CXXCPP_value=$CXXCPP
785
786 #
787 # Report the --help message.
788 #
789 if test "$ac_init_help" = "long"; then
790 # Omit some internal or obsolete options to make the list less imposing.
791 # This message is too long to be a string in the A/UX 3.1 sh.
792 cat <<_ACEOF
793 \`configure' configures this package to adapt to many kinds of systems.
794
795 Usage: $0 [OPTION]... [VAR=VALUE]...
796
797 To assign environment variables (e.g., CC, CFLAGS...), specify them as
798 VAR=VALUE. See below for descriptions of some of the useful variables.
799
800 Defaults for the options are specified in brackets.
801
802 Configuration:
803 -h, --help display this help and exit
804 --help=short display options specific to this package
805 --help=recursive display the short help of all the included packages
806 -V, --version display version information and exit
807 -q, --quiet, --silent do not print \`checking...' messages
808 --cache-file=FILE cache test results in FILE [disabled]
809 -C, --config-cache alias for \`--cache-file=config.cache'
810 -n, --no-create do not create output files
811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
812
813 _ACEOF
814
815 cat <<_ACEOF
816 Installation directories:
817 --prefix=PREFIX install architecture-independent files in PREFIX
818 [$ac_default_prefix]
819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820 [PREFIX]
821
822 By default, \`make install' will install all the files in
823 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825 for instance \`--prefix=\$HOME'.
826
827 For better control, use the options below.
828
829 Fine tuning of the installation directories:
830 --bindir=DIR user executables [EPREFIX/bin]
831 --sbindir=DIR system admin executables [EPREFIX/sbin]
832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837 --libdir=DIR object code libraries [EPREFIX/lib]
838 --includedir=DIR C header files [PREFIX/include]
839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
840 --infodir=DIR info documentation [PREFIX/info]
841 --mandir=DIR man documentation [PREFIX/man]
842 _ACEOF
843
844 cat <<\_ACEOF
845
846 X features:
847 --x-includes=DIR X include files are in DIR
848 --x-libraries=DIR X library files are in DIR
849
850 Program names:
851 --program-prefix=PREFIX prepend PREFIX to installed program names
852 --program-suffix=SUFFIX append SUFFIX to installed program names
853 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
854
855 System types:
856 --build=BUILD configure for building on BUILD [guessed]
857 --host=HOST cross-compile to build programs to run on HOST [BUILD]
858 _ACEOF
859 fi
860
861 if test -n "$ac_init_help"; then
862
863 cat <<\_ACEOF
864
865 Optional Features:
866 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
867 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
868 --enable-everything enable standard non-multichoice features
869 NOTE: this option is order dependent
870 NOTE: automatically enabled with --enable-shared
871 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
872 --enable-combining enable composition of base and combining characters
873 --enable-xft enable xft support on systems that have it
874 --enable-font-styles enable bold and italic support
875 --enable-utmp enable utmp (utmpx) support
876 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
877 --enable-lastlog enable lastlog support (requires --enable-utmp)
878 --enable-xpm-background enable XPM background pixmaps
879 --enable-transparency enable transparent backgrounds
880 --enable-tinting enable tinting of transparent bg
881 --enable-fading enable colors fading when off focus
882 --enable-rxvt-scroll enable rxvt style scrollbar
883 --enable-next-scroll enable NeXT style scrollbar
884 --enable-xterm-scroll enable Xterm style scrollbar
885 --enable-perl enable embedded perl interpreter
886 --enable-plain-scroll enable plain style scrollbar
887 --enable-xim XIM (X Input Method) protocol support
888 --enable-ttygid enable tty setting to group named "tty"
889 --disable-backspace-key disable handling of the backspace key
890 --disable-delete-key disable handling of the delete key
891 --disable-resources disable all resource checking
892 --enable-8bitctrls enable 8 bit control sequences (not recommended)
893 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
894 --disable-swapscreen disable swap screen support
895 --enable-iso14755 enable support for extended ISO 14755 modes
896 --enable-frills enable support for rarely used features
897 --enable-24bit enable support for using 24bit visuals if available
898 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
899 --enable-selectionscrolling enable scrolling during selections
900 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
901 --enable-slipwheeling enable slip wheel scrolling (requires previous)
902 --enable-dmalloc enable Gray Watson's malloc - for debugging use
903 --enable-dlmalloc enable Doug Lea's malloc - for production use
904 NOTE: enable only one malloc package
905 --enable-smart-resize enable smart growth/shrink behaviour
906 --enable-text-blink enable blinking text
907 --enable-pointer-blank enable pointer blank when typing or inactive pointer
908
909 Optional Packages:
910 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
911 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
912 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
913 --with-res-name=NAME use this as default resource name (default: urxvt)
914 --with-res-class=CLASS use this as the resource class (default: URxvt)
915 --with-name=NAME set the basename for the installed binaries (default: urxvt)
916 --with-term=NAME set the terminal to NAME (default: rxvt)
917 --with-terminfo=PATH set the path to the terminfo tree to PATH
918 --with-x use the X Window System
919 --with-xpm-includes=DIR use XPM includes in DIR
920 --with-xpm-library=DIR use XPM library in DIR
921 --with-xpm use XPM
922
923 Some influential environment variables:
924 CC C compiler command
925 CFLAGS C compiler flags
926 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
927 nonstandard directory <lib dir>
928 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
929 headers in a nonstandard directory <include dir>
930 CXX C++ compiler command
931 CXXFLAGS C++ compiler flags
932 CPP C preprocessor
933 CXXCPP C++ preprocessor
934
935 Use these variables to override the choices made by `configure' or to help
936 it to find libraries and programs with nonstandard names/locations.
937
938 _ACEOF
939 fi
940
941 if test "$ac_init_help" = "recursive"; then
942 # If there are subdirs, report their specific --help.
943 ac_popdir=`pwd`
944 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
945 test -d $ac_dir || continue
946 ac_builddir=.
947
948 if test "$ac_dir" != .; then
949 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
950 # A "../" for each directory in $ac_dir_suffix.
951 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
952 else
953 ac_dir_suffix= ac_top_builddir=
954 fi
955
956 case $srcdir in
957 .) # No --srcdir option. We are building in place.
958 ac_srcdir=.
959 if test -z "$ac_top_builddir"; then
960 ac_top_srcdir=.
961 else
962 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
963 fi ;;
964 [\\/]* | ?:[\\/]* ) # Absolute path.
965 ac_srcdir=$srcdir$ac_dir_suffix;
966 ac_top_srcdir=$srcdir ;;
967 *) # Relative path.
968 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
969 ac_top_srcdir=$ac_top_builddir$srcdir ;;
970 esac
971
972 # Do not use `cd foo && pwd` to compute absolute paths, because
973 # the directories may not exist.
974 case `pwd` in
975 .) ac_abs_builddir="$ac_dir";;
976 *)
977 case "$ac_dir" in
978 .) ac_abs_builddir=`pwd`;;
979 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
980 *) ac_abs_builddir=`pwd`/"$ac_dir";;
981 esac;;
982 esac
983 case $ac_abs_builddir in
984 .) ac_abs_top_builddir=${ac_top_builddir}.;;
985 *)
986 case ${ac_top_builddir}. in
987 .) ac_abs_top_builddir=$ac_abs_builddir;;
988 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
989 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
990 esac;;
991 esac
992 case $ac_abs_builddir in
993 .) ac_abs_srcdir=$ac_srcdir;;
994 *)
995 case $ac_srcdir in
996 .) ac_abs_srcdir=$ac_abs_builddir;;
997 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
998 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
999 esac;;
1000 esac
1001 case $ac_abs_builddir in
1002 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1003 *)
1004 case $ac_top_srcdir in
1005 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1006 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1007 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1008 esac;;
1009 esac
1010
1011 cd $ac_dir
1012 # Check for guested configure; otherwise get Cygnus style configure.
1013 if test -f $ac_srcdir/configure.gnu; then
1014 echo
1015 $SHELL $ac_srcdir/configure.gnu --help=recursive
1016 elif test -f $ac_srcdir/configure; then
1017 echo
1018 $SHELL $ac_srcdir/configure --help=recursive
1019 elif test -f $ac_srcdir/configure.ac ||
1020 test -f $ac_srcdir/configure.in; then
1021 echo
1022 $ac_configure --help
1023 else
1024 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1025 fi
1026 cd "$ac_popdir"
1027 done
1028 fi
1029
1030 test -n "$ac_init_help" && exit 0
1031 if $ac_init_version; then
1032 cat <<\_ACEOF
1033
1034 Copyright (C) 2003 Free Software Foundation, Inc.
1035 This configure script is free software; the Free Software Foundation
1036 gives unlimited permission to copy, distribute and modify it.
1037 _ACEOF
1038 exit 0
1039 fi
1040 exec 5>config.log
1041 cat >&5 <<_ACEOF
1042 This file contains any messages produced by compilers while
1043 running configure, to aid debugging if configure makes a mistake.
1044
1045 It was created by $as_me, which was
1046 generated by GNU Autoconf 2.59. Invocation command line was
1047
1048 $ $0 $@
1049
1050 _ACEOF
1051 {
1052 cat <<_ASUNAME
1053 ## --------- ##
1054 ## Platform. ##
1055 ## --------- ##
1056
1057 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1058 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1059 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1060 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1061 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1062
1063 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1064 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1065
1066 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1067 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1068 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1069 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1070 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1071 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1072 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1073
1074 _ASUNAME
1075
1076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1077 for as_dir in $PATH
1078 do
1079 IFS=$as_save_IFS
1080 test -z "$as_dir" && as_dir=.
1081 echo "PATH: $as_dir"
1082 done
1083
1084 } >&5
1085
1086 cat >&5 <<_ACEOF
1087
1088
1089 ## ----------- ##
1090 ## Core tests. ##
1091 ## ----------- ##
1092
1093 _ACEOF
1094
1095
1096 # Keep a trace of the command line.
1097 # Strip out --no-create and --no-recursion so they do not pile up.
1098 # Strip out --silent because we don't want to record it for future runs.
1099 # Also quote any args containing shell meta-characters.
1100 # Make two passes to allow for proper duplicate-argument suppression.
1101 ac_configure_args=
1102 ac_configure_args0=
1103 ac_configure_args1=
1104 ac_sep=
1105 ac_must_keep_next=false
1106 for ac_pass in 1 2
1107 do
1108 for ac_arg
1109 do
1110 case $ac_arg in
1111 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1113 | -silent | --silent | --silen | --sile | --sil)
1114 continue ;;
1115 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1116 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1117 esac
1118 case $ac_pass in
1119 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1120 2)
1121 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1122 if test $ac_must_keep_next = true; then
1123 ac_must_keep_next=false # Got value, back to normal.
1124 else
1125 case $ac_arg in
1126 *=* | --config-cache | -C | -disable-* | --disable-* \
1127 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1129 | -with-* | --with-* | -without-* | --without-* | --x)
1130 case "$ac_configure_args0 " in
1131 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1132 esac
1133 ;;
1134 -* ) ac_must_keep_next=true ;;
1135 esac
1136 fi
1137 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1138 # Get rid of the leading space.
1139 ac_sep=" "
1140 ;;
1141 esac
1142 done
1143 done
1144 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1145 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1146
1147 # When interrupted or exit'd, cleanup temporary files, and complete
1148 # config.log. We remove comments because anyway the quotes in there
1149 # would cause problems or look ugly.
1150 # WARNING: Be sure not to use single quotes in there, as some shells,
1151 # such as our DU 5.0 friend, will then `close' the trap.
1152 trap 'exit_status=$?
1153 # Save into config.log some information that might help in debugging.
1154 {
1155 echo
1156
1157 cat <<\_ASBOX
1158 ## ---------------- ##
1159 ## Cache variables. ##
1160 ## ---------------- ##
1161 _ASBOX
1162 echo
1163 # The following way of writing the cache mishandles newlines in values,
1164 {
1165 (set) 2>&1 |
1166 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1167 *ac_space=\ *)
1168 sed -n \
1169 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1170 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1171 ;;
1172 *)
1173 sed -n \
1174 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1175 ;;
1176 esac;
1177 }
1178 echo
1179
1180 cat <<\_ASBOX
1181 ## ----------------- ##
1182 ## Output variables. ##
1183 ## ----------------- ##
1184 _ASBOX
1185 echo
1186 for ac_var in $ac_subst_vars
1187 do
1188 eval ac_val=$`echo $ac_var`
1189 echo "$ac_var='"'"'$ac_val'"'"'"
1190 done | sort
1191 echo
1192
1193 if test -n "$ac_subst_files"; then
1194 cat <<\_ASBOX
1195 ## ------------- ##
1196 ## Output files. ##
1197 ## ------------- ##
1198 _ASBOX
1199 echo
1200 for ac_var in $ac_subst_files
1201 do
1202 eval ac_val=$`echo $ac_var`
1203 echo "$ac_var='"'"'$ac_val'"'"'"
1204 done | sort
1205 echo
1206 fi
1207
1208 if test -s confdefs.h; then
1209 cat <<\_ASBOX
1210 ## ----------- ##
1211 ## confdefs.h. ##
1212 ## ----------- ##
1213 _ASBOX
1214 echo
1215 sed "/^$/d" confdefs.h | sort
1216 echo
1217 fi
1218 test "$ac_signal" != 0 &&
1219 echo "$as_me: caught signal $ac_signal"
1220 echo "$as_me: exit $exit_status"
1221 } >&5
1222 rm -f core *.core &&
1223 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1224 exit $exit_status
1225 ' 0
1226 for ac_signal in 1 2 13 15; do
1227 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1228 done
1229 ac_signal=0
1230
1231 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1232 rm -rf conftest* confdefs.h
1233 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1234 echo >confdefs.h
1235
1236 # Predefined preprocessor variables.
1237
1238 cat >>confdefs.h <<_ACEOF
1239 #define PACKAGE_NAME "$PACKAGE_NAME"
1240 _ACEOF
1241
1242
1243 cat >>confdefs.h <<_ACEOF
1244 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1245 _ACEOF
1246
1247
1248 cat >>confdefs.h <<_ACEOF
1249 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1250 _ACEOF
1251
1252
1253 cat >>confdefs.h <<_ACEOF
1254 #define PACKAGE_STRING "$PACKAGE_STRING"
1255 _ACEOF
1256
1257
1258 cat >>confdefs.h <<_ACEOF
1259 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1260 _ACEOF
1261
1262
1263 # Let the site file select an alternate cache file if it wants to.
1264 # Prefer explicitly selected file to automatically selected ones.
1265 if test -z "$CONFIG_SITE"; then
1266 if test "x$prefix" != xNONE; then
1267 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1268 else
1269 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1270 fi
1271 fi
1272 for ac_site_file in $CONFIG_SITE; do
1273 if test -r "$ac_site_file"; then
1274 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1275 echo "$as_me: loading site script $ac_site_file" >&6;}
1276 sed 's/^/| /' "$ac_site_file" >&5
1277 . "$ac_site_file"
1278 fi
1279 done
1280
1281 if test -r "$cache_file"; then
1282 # Some versions of bash will fail to source /dev/null (special
1283 # files actually), so we avoid doing that.
1284 if test -f "$cache_file"; then
1285 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1286 echo "$as_me: loading cache $cache_file" >&6;}
1287 case $cache_file in
1288 [\\/]* | ?:[\\/]* ) . $cache_file;;
1289 *) . ./$cache_file;;
1290 esac
1291 fi
1292 else
1293 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1294 echo "$as_me: creating cache $cache_file" >&6;}
1295 >$cache_file
1296 fi
1297
1298 # Check that the precious variables saved in the cache have kept the same
1299 # value.
1300 ac_cache_corrupted=false
1301 for ac_var in `(set) 2>&1 |
1302 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1303 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1304 eval ac_new_set=\$ac_env_${ac_var}_set
1305 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1306 eval ac_new_val="\$ac_env_${ac_var}_value"
1307 case $ac_old_set,$ac_new_set in
1308 set,)
1309 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1310 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1311 ac_cache_corrupted=: ;;
1312 ,set)
1313 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1314 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1315 ac_cache_corrupted=: ;;
1316 ,);;
1317 *)
1318 if test "x$ac_old_val" != "x$ac_new_val"; then
1319 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1320 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1321 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1322 echo "$as_me: former value: $ac_old_val" >&2;}
1323 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1324 echo "$as_me: current value: $ac_new_val" >&2;}
1325 ac_cache_corrupted=:
1326 fi;;
1327 esac
1328 # Pass precious variables to config.status.
1329 if test "$ac_new_set" = set; then
1330 case $ac_new_val in
1331 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1332 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1333 *) ac_arg=$ac_var=$ac_new_val ;;
1334 esac
1335 case " $ac_configure_args " in
1336 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1337 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1338 esac
1339 fi
1340 done
1341 if $ac_cache_corrupted; then
1342 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1343 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1344 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1345 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1346 { (exit 1); exit 1; }; }
1347 fi
1348
1349 ac_ext=c
1350 ac_cpp='$CPP $CPPFLAGS'
1351 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1352 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1353 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375 ac_config_headers="$ac_config_headers config.h:config.h.in"
1376
1377
1378 ac_aux_dir=
1379 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1380 if test -f $ac_dir/install-sh; then
1381 ac_aux_dir=$ac_dir
1382 ac_install_sh="$ac_aux_dir/install-sh -c"
1383 break
1384 elif test -f $ac_dir/install.sh; then
1385 ac_aux_dir=$ac_dir
1386 ac_install_sh="$ac_aux_dir/install.sh -c"
1387 break
1388 elif test -f $ac_dir/shtool; then
1389 ac_aux_dir=$ac_dir
1390 ac_install_sh="$ac_aux_dir/shtool install -c"
1391 break
1392 fi
1393 done
1394 if test -z "$ac_aux_dir"; then
1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1396 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1397 { (exit 1); exit 1; }; }
1398 fi
1399 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1400 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1401 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1402
1403 # Make sure we can run config.sub.
1404 $ac_config_sub sun4 >/dev/null 2>&1 ||
1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1406 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1407 { (exit 1); exit 1; }; }
1408
1409 echo "$as_me:$LINENO: checking build system type" >&5
1410 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1411 if test "${ac_cv_build+set}" = set; then
1412 echo $ECHO_N "(cached) $ECHO_C" >&6
1413 else
1414 ac_cv_build_alias=$build_alias
1415 test -z "$ac_cv_build_alias" &&
1416 ac_cv_build_alias=`$ac_config_guess`
1417 test -z "$ac_cv_build_alias" &&
1418 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1419 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1420 { (exit 1); exit 1; }; }
1421 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1422 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1423 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1424 { (exit 1); exit 1; }; }
1425
1426 fi
1427 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1428 echo "${ECHO_T}$ac_cv_build" >&6
1429 build=$ac_cv_build
1430 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1431 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1432 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1433
1434
1435 echo "$as_me:$LINENO: checking host system type" >&5
1436 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1437 if test "${ac_cv_host+set}" = set; then
1438 echo $ECHO_N "(cached) $ECHO_C" >&6
1439 else
1440 ac_cv_host_alias=$host_alias
1441 test -z "$ac_cv_host_alias" &&
1442 ac_cv_host_alias=$ac_cv_build_alias
1443 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1444 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1445 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1446 { (exit 1); exit 1; }; }
1447
1448 fi
1449 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1450 echo "${ECHO_T}$ac_cv_host" >&6
1451 host=$ac_cv_host
1452 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1453 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1454 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1455
1456
1457
1458 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1459 DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1460 echo ""
1461 echo "configuring for rxvt $VERSION"
1462 echo ""
1463
1464 orig_CXXFLAGS="$CXXFLAGS"
1465
1466
1467 ac_ext=c
1468 ac_cpp='$CPP $CPPFLAGS'
1469 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1470 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1471 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1472 if test -n "$ac_tool_prefix"; then
1473 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1474 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1475 echo "$as_me:$LINENO: checking for $ac_word" >&5
1476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477 if test "${ac_cv_prog_CC+set}" = set; then
1478 echo $ECHO_N "(cached) $ECHO_C" >&6
1479 else
1480 if test -n "$CC"; then
1481 ac_cv_prog_CC="$CC" # Let the user override the test.
1482 else
1483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1484 for as_dir in $PATH
1485 do
1486 IFS=$as_save_IFS
1487 test -z "$as_dir" && as_dir=.
1488 for ac_exec_ext in '' $ac_executable_extensions; do
1489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1492 break 2
1493 fi
1494 done
1495 done
1496
1497 fi
1498 fi
1499 CC=$ac_cv_prog_CC
1500 if test -n "$CC"; then
1501 echo "$as_me:$LINENO: result: $CC" >&5
1502 echo "${ECHO_T}$CC" >&6
1503 else
1504 echo "$as_me:$LINENO: result: no" >&5
1505 echo "${ECHO_T}no" >&6
1506 fi
1507
1508 fi
1509 if test -z "$ac_cv_prog_CC"; then
1510 ac_ct_CC=$CC
1511 # Extract the first word of "gcc", so it can be a program name with args.
1512 set dummy gcc; ac_word=$2
1513 echo "$as_me:$LINENO: checking for $ac_word" >&5
1514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1515 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1516 echo $ECHO_N "(cached) $ECHO_C" >&6
1517 else
1518 if test -n "$ac_ct_CC"; then
1519 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1520 else
1521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1522 for as_dir in $PATH
1523 do
1524 IFS=$as_save_IFS
1525 test -z "$as_dir" && as_dir=.
1526 for ac_exec_ext in '' $ac_executable_extensions; do
1527 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1528 ac_cv_prog_ac_ct_CC="gcc"
1529 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1530 break 2
1531 fi
1532 done
1533 done
1534
1535 fi
1536 fi
1537 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1538 if test -n "$ac_ct_CC"; then
1539 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1540 echo "${ECHO_T}$ac_ct_CC" >&6
1541 else
1542 echo "$as_me:$LINENO: result: no" >&5
1543 echo "${ECHO_T}no" >&6
1544 fi
1545
1546 CC=$ac_ct_CC
1547 else
1548 CC="$ac_cv_prog_CC"
1549 fi
1550
1551 if test -z "$CC"; then
1552 if test -n "$ac_tool_prefix"; then
1553 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1554 set dummy ${ac_tool_prefix}cc; ac_word=$2
1555 echo "$as_me:$LINENO: checking for $ac_word" >&5
1556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1557 if test "${ac_cv_prog_CC+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1559 else
1560 if test -n "$CC"; then
1561 ac_cv_prog_CC="$CC" # Let the user override the test.
1562 else
1563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1564 for as_dir in $PATH
1565 do
1566 IFS=$as_save_IFS
1567 test -z "$as_dir" && as_dir=.
1568 for ac_exec_ext in '' $ac_executable_extensions; do
1569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1570 ac_cv_prog_CC="${ac_tool_prefix}cc"
1571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1572 break 2
1573 fi
1574 done
1575 done
1576
1577 fi
1578 fi
1579 CC=$ac_cv_prog_CC
1580 if test -n "$CC"; then
1581 echo "$as_me:$LINENO: result: $CC" >&5
1582 echo "${ECHO_T}$CC" >&6
1583 else
1584 echo "$as_me:$LINENO: result: no" >&5
1585 echo "${ECHO_T}no" >&6
1586 fi
1587
1588 fi
1589 if test -z "$ac_cv_prog_CC"; then
1590 ac_ct_CC=$CC
1591 # Extract the first word of "cc", so it can be a program name with args.
1592 set dummy cc; ac_word=$2
1593 echo "$as_me:$LINENO: checking for $ac_word" >&5
1594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1595 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1596 echo $ECHO_N "(cached) $ECHO_C" >&6
1597 else
1598 if test -n "$ac_ct_CC"; then
1599 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1600 else
1601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1602 for as_dir in $PATH
1603 do
1604 IFS=$as_save_IFS
1605 test -z "$as_dir" && as_dir=.
1606 for ac_exec_ext in '' $ac_executable_extensions; do
1607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1608 ac_cv_prog_ac_ct_CC="cc"
1609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1610 break 2
1611 fi
1612 done
1613 done
1614
1615 fi
1616 fi
1617 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1618 if test -n "$ac_ct_CC"; then
1619 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1620 echo "${ECHO_T}$ac_ct_CC" >&6
1621 else
1622 echo "$as_me:$LINENO: result: no" >&5
1623 echo "${ECHO_T}no" >&6
1624 fi
1625
1626 CC=$ac_ct_CC
1627 else
1628 CC="$ac_cv_prog_CC"
1629 fi
1630
1631 fi
1632 if test -z "$CC"; then
1633 # Extract the first word of "cc", so it can be a program name with args.
1634 set dummy cc; ac_word=$2
1635 echo "$as_me:$LINENO: checking for $ac_word" >&5
1636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1637 if test "${ac_cv_prog_CC+set}" = set; then
1638 echo $ECHO_N "(cached) $ECHO_C" >&6
1639 else
1640 if test -n "$CC"; then
1641 ac_cv_prog_CC="$CC" # Let the user override the test.
1642 else
1643 ac_prog_rejected=no
1644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645 for as_dir in $PATH
1646 do
1647 IFS=$as_save_IFS
1648 test -z "$as_dir" && as_dir=.
1649 for ac_exec_ext in '' $ac_executable_extensions; do
1650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1651 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1652 ac_prog_rejected=yes
1653 continue
1654 fi
1655 ac_cv_prog_CC="cc"
1656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1657 break 2
1658 fi
1659 done
1660 done
1661
1662 if test $ac_prog_rejected = yes; then
1663 # We found a bogon in the path, so make sure we never use it.
1664 set dummy $ac_cv_prog_CC
1665 shift
1666 if test $# != 0; then
1667 # We chose a different compiler from the bogus one.
1668 # However, it has the same basename, so the bogon will be chosen
1669 # first if we set CC to just the basename; use the full file name.
1670 shift
1671 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1672 fi
1673 fi
1674 fi
1675 fi
1676 CC=$ac_cv_prog_CC
1677 if test -n "$CC"; then
1678 echo "$as_me:$LINENO: result: $CC" >&5
1679 echo "${ECHO_T}$CC" >&6
1680 else
1681 echo "$as_me:$LINENO: result: no" >&5
1682 echo "${ECHO_T}no" >&6
1683 fi
1684
1685 fi
1686 if test -z "$CC"; then
1687 if test -n "$ac_tool_prefix"; then
1688 for ac_prog in cl
1689 do
1690 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1691 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1692 echo "$as_me:$LINENO: checking for $ac_word" >&5
1693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1694 if test "${ac_cv_prog_CC+set}" = set; then
1695 echo $ECHO_N "(cached) $ECHO_C" >&6
1696 else
1697 if test -n "$CC"; then
1698 ac_cv_prog_CC="$CC" # Let the user override the test.
1699 else
1700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1701 for as_dir in $PATH
1702 do
1703 IFS=$as_save_IFS
1704 test -z "$as_dir" && as_dir=.
1705 for ac_exec_ext in '' $ac_executable_extensions; do
1706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1707 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1709 break 2
1710 fi
1711 done
1712 done
1713
1714 fi
1715 fi
1716 CC=$ac_cv_prog_CC
1717 if test -n "$CC"; then
1718 echo "$as_me:$LINENO: result: $CC" >&5
1719 echo "${ECHO_T}$CC" >&6
1720 else
1721 echo "$as_me:$LINENO: result: no" >&5
1722 echo "${ECHO_T}no" >&6
1723 fi
1724
1725 test -n "$CC" && break
1726 done
1727 fi
1728 if test -z "$CC"; then
1729 ac_ct_CC=$CC
1730 for ac_prog in cl
1731 do
1732 # Extract the first word of "$ac_prog", so it can be a program name with args.
1733 set dummy $ac_prog; ac_word=$2
1734 echo "$as_me:$LINENO: checking for $ac_word" >&5
1735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1736 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1737 echo $ECHO_N "(cached) $ECHO_C" >&6
1738 else
1739 if test -n "$ac_ct_CC"; then
1740 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1741 else
1742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1743 for as_dir in $PATH
1744 do
1745 IFS=$as_save_IFS
1746 test -z "$as_dir" && as_dir=.
1747 for ac_exec_ext in '' $ac_executable_extensions; do
1748 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1749 ac_cv_prog_ac_ct_CC="$ac_prog"
1750 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1751 break 2
1752 fi
1753 done
1754 done
1755
1756 fi
1757 fi
1758 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1759 if test -n "$ac_ct_CC"; then
1760 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1761 echo "${ECHO_T}$ac_ct_CC" >&6
1762 else
1763 echo "$as_me:$LINENO: result: no" >&5
1764 echo "${ECHO_T}no" >&6
1765 fi
1766
1767 test -n "$ac_ct_CC" && break
1768 done
1769
1770 CC=$ac_ct_CC
1771 fi
1772
1773 fi
1774
1775
1776 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1777 See \`config.log' for more details." >&5
1778 echo "$as_me: error: no acceptable C compiler found in \$PATH
1779 See \`config.log' for more details." >&2;}
1780 { (exit 1); exit 1; }; }
1781
1782 # Provide some information about the compiler.
1783 echo "$as_me:$LINENO:" \
1784 "checking for C compiler version" >&5
1785 ac_compiler=`set X $ac_compile; echo $2`
1786 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1787 (eval $ac_compiler --version </dev/null >&5) 2>&5
1788 ac_status=$?
1789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1790 (exit $ac_status); }
1791 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1792 (eval $ac_compiler -v </dev/null >&5) 2>&5
1793 ac_status=$?
1794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1795 (exit $ac_status); }
1796 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1797 (eval $ac_compiler -V </dev/null >&5) 2>&5
1798 ac_status=$?
1799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1800 (exit $ac_status); }
1801
1802 cat >conftest.$ac_ext <<_ACEOF
1803 /* confdefs.h. */
1804 _ACEOF
1805 cat confdefs.h >>conftest.$ac_ext
1806 cat >>conftest.$ac_ext <<_ACEOF
1807 /* end confdefs.h. */
1808
1809 int
1810 main ()
1811 {
1812
1813 ;
1814 return 0;
1815 }
1816 _ACEOF
1817 ac_clean_files_save=$ac_clean_files
1818 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1819 # Try to create an executable without -o first, disregard a.out.
1820 # It will help us diagnose broken compilers, and finding out an intuition
1821 # of exeext.
1822 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1823 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1824 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1825 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1826 (eval $ac_link_default) 2>&5
1827 ac_status=$?
1828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1829 (exit $ac_status); }; then
1830 # Find the output, starting from the most likely. This scheme is
1831 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1832 # resort.
1833
1834 # Be careful to initialize this variable, since it used to be cached.
1835 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1836 ac_cv_exeext=
1837 # b.out is created by i960 compilers.
1838 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1839 do
1840 test -f "$ac_file" || continue
1841 case $ac_file in
1842 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1843 ;;
1844 conftest.$ac_ext )
1845 # This is the source file.
1846 ;;
1847 [ab].out )
1848 # We found the default executable, but exeext='' is most
1849 # certainly right.
1850 break;;
1851 *.* )
1852 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1853 # FIXME: I believe we export ac_cv_exeext for Libtool,
1854 # but it would be cool to find out if it's true. Does anybody
1855 # maintain Libtool? --akim.
1856 export ac_cv_exeext
1857 break;;
1858 * )
1859 break;;
1860 esac
1861 done
1862 else
1863 echo "$as_me: failed program was:" >&5
1864 sed 's/^/| /' conftest.$ac_ext >&5
1865
1866 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1867 See \`config.log' for more details." >&5
1868 echo "$as_me: error: C compiler cannot create executables
1869 See \`config.log' for more details." >&2;}
1870 { (exit 77); exit 77; }; }
1871 fi
1872
1873 ac_exeext=$ac_cv_exeext
1874 echo "$as_me:$LINENO: result: $ac_file" >&5
1875 echo "${ECHO_T}$ac_file" >&6
1876
1877 # Check the compiler produces executables we can run. If not, either
1878 # the compiler is broken, or we cross compile.
1879 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1880 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1881 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1882 # If not cross compiling, check that we can run a simple program.
1883 if test "$cross_compiling" != yes; then
1884 if { ac_try='./$ac_file'
1885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1886 (eval $ac_try) 2>&5
1887 ac_status=$?
1888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1889 (exit $ac_status); }; }; then
1890 cross_compiling=no
1891 else
1892 if test "$cross_compiling" = maybe; then
1893 cross_compiling=yes
1894 else
1895 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1896 If you meant to cross compile, use \`--host'.
1897 See \`config.log' for more details." >&5
1898 echo "$as_me: error: cannot run C compiled programs.
1899 If you meant to cross compile, use \`--host'.
1900 See \`config.log' for more details." >&2;}
1901 { (exit 1); exit 1; }; }
1902 fi
1903 fi
1904 fi
1905 echo "$as_me:$LINENO: result: yes" >&5
1906 echo "${ECHO_T}yes" >&6
1907
1908 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1909 ac_clean_files=$ac_clean_files_save
1910 # Check the compiler produces executables we can run. If not, either
1911 # the compiler is broken, or we cross compile.
1912 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1913 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1914 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1915 echo "${ECHO_T}$cross_compiling" >&6
1916
1917 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1918 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1920 (eval $ac_link) 2>&5
1921 ac_status=$?
1922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1923 (exit $ac_status); }; then
1924 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1925 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1926 # work properly (i.e., refer to `conftest.exe'), while it won't with
1927 # `rm'.
1928 for ac_file in conftest.exe conftest conftest.*; do
1929 test -f "$ac_file" || continue
1930 case $ac_file in
1931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1932 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1933 export ac_cv_exeext
1934 break;;
1935 * ) break;;
1936 esac
1937 done
1938 else
1939 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1940 See \`config.log' for more details." >&5
1941 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1942 See \`config.log' for more details." >&2;}
1943 { (exit 1); exit 1; }; }
1944 fi
1945
1946 rm -f conftest$ac_cv_exeext
1947 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1948 echo "${ECHO_T}$ac_cv_exeext" >&6
1949
1950 rm -f conftest.$ac_ext
1951 EXEEXT=$ac_cv_exeext
1952 ac_exeext=$EXEEXT
1953 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1954 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1955 if test "${ac_cv_objext+set}" = set; then
1956 echo $ECHO_N "(cached) $ECHO_C" >&6
1957 else
1958 cat >conftest.$ac_ext <<_ACEOF
1959 /* confdefs.h. */
1960 _ACEOF
1961 cat confdefs.h >>conftest.$ac_ext
1962 cat >>conftest.$ac_ext <<_ACEOF
1963 /* end confdefs.h. */
1964
1965 int
1966 main ()
1967 {
1968
1969 ;
1970 return 0;
1971 }
1972 _ACEOF
1973 rm -f conftest.o conftest.obj
1974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1975 (eval $ac_compile) 2>&5
1976 ac_status=$?
1977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1978 (exit $ac_status); }; then
1979 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1980 case $ac_file in
1981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1982 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1983 break;;
1984 esac
1985 done
1986 else
1987 echo "$as_me: failed program was:" >&5
1988 sed 's/^/| /' conftest.$ac_ext >&5
1989
1990 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1991 See \`config.log' for more details." >&5
1992 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1993 See \`config.log' for more details." >&2;}
1994 { (exit 1); exit 1; }; }
1995 fi
1996
1997 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1998 fi
1999 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2000 echo "${ECHO_T}$ac_cv_objext" >&6
2001 OBJEXT=$ac_cv_objext
2002 ac_objext=$OBJEXT
2003 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2004 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2005 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2006 echo $ECHO_N "(cached) $ECHO_C" >&6
2007 else
2008 cat >conftest.$ac_ext <<_ACEOF
2009 /* confdefs.h. */
2010 _ACEOF
2011 cat confdefs.h >>conftest.$ac_ext
2012 cat >>conftest.$ac_ext <<_ACEOF
2013 /* end confdefs.h. */
2014
2015 int
2016 main ()
2017 {
2018 #ifndef __GNUC__
2019 choke me
2020 #endif
2021
2022 ;
2023 return 0;
2024 }
2025 _ACEOF
2026 rm -f conftest.$ac_objext
2027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2028 (eval $ac_compile) 2>conftest.er1
2029 ac_status=$?
2030 grep -v '^ *+' conftest.er1 >conftest.err
2031 rm -f conftest.er1
2032 cat conftest.err >&5
2033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2034 (exit $ac_status); } &&
2035 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2037 (eval $ac_try) 2>&5
2038 ac_status=$?
2039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2040 (exit $ac_status); }; } &&
2041 { ac_try='test -s conftest.$ac_objext'
2042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2043 (eval $ac_try) 2>&5
2044 ac_status=$?
2045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2046 (exit $ac_status); }; }; then
2047 ac_compiler_gnu=yes
2048 else
2049 echo "$as_me: failed program was:" >&5
2050 sed 's/^/| /' conftest.$ac_ext >&5
2051
2052 ac_compiler_gnu=no
2053 fi
2054 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2055 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2056
2057 fi
2058 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2059 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2060 GCC=`test $ac_compiler_gnu = yes && echo yes`
2061 ac_test_CFLAGS=${CFLAGS+set}
2062 ac_save_CFLAGS=$CFLAGS
2063 CFLAGS="-g"
2064 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2065 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2066 if test "${ac_cv_prog_cc_g+set}" = set; then
2067 echo $ECHO_N "(cached) $ECHO_C" >&6
2068 else
2069 cat >conftest.$ac_ext <<_ACEOF
2070 /* confdefs.h. */
2071 _ACEOF
2072 cat confdefs.h >>conftest.$ac_ext
2073 cat >>conftest.$ac_ext <<_ACEOF
2074 /* end confdefs.h. */
2075
2076 int
2077 main ()
2078 {
2079
2080 ;
2081 return 0;
2082 }
2083 _ACEOF
2084 rm -f conftest.$ac_objext
2085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2086 (eval $ac_compile) 2>conftest.er1
2087 ac_status=$?
2088 grep -v '^ *+' conftest.er1 >conftest.err
2089 rm -f conftest.er1
2090 cat conftest.err >&5
2091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2092 (exit $ac_status); } &&
2093 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2095 (eval $ac_try) 2>&5
2096 ac_status=$?
2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098 (exit $ac_status); }; } &&
2099 { ac_try='test -s conftest.$ac_objext'
2100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2101 (eval $ac_try) 2>&5
2102 ac_status=$?
2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104 (exit $ac_status); }; }; then
2105 ac_cv_prog_cc_g=yes
2106 else
2107 echo "$as_me: failed program was:" >&5
2108 sed 's/^/| /' conftest.$ac_ext >&5
2109
2110 ac_cv_prog_cc_g=no
2111 fi
2112 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2113 fi
2114 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2115 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2116 if test "$ac_test_CFLAGS" = set; then
2117 CFLAGS=$ac_save_CFLAGS
2118 elif test $ac_cv_prog_cc_g = yes; then
2119 if test "$GCC" = yes; then
2120 CFLAGS="-g -O2"
2121 else
2122 CFLAGS="-g"
2123 fi
2124 else
2125 if test "$GCC" = yes; then
2126 CFLAGS="-O2"
2127 else
2128 CFLAGS=
2129 fi
2130 fi
2131 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2132 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2133 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2135 else
2136 ac_cv_prog_cc_stdc=no
2137 ac_save_CC=$CC
2138 cat >conftest.$ac_ext <<_ACEOF
2139 /* confdefs.h. */
2140 _ACEOF
2141 cat confdefs.h >>conftest.$ac_ext
2142 cat >>conftest.$ac_ext <<_ACEOF
2143 /* end confdefs.h. */
2144 #include <stdarg.h>
2145 #include <stdio.h>
2146 #include <sys/types.h>
2147 #include <sys/stat.h>
2148 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2149 struct buf { int x; };
2150 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2151 static char *e (p, i)
2152 char **p;
2153 int i;
2154 {
2155 return p[i];
2156 }
2157 static char *f (char * (*g) (char **, int), char **p, ...)
2158 {
2159 char *s;
2160 va_list v;
2161 va_start (v,p);
2162 s = g (p, va_arg (v,int));
2163 va_end (v);
2164 return s;
2165 }
2166
2167 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2168 function prototypes and stuff, but not '\xHH' hex character constants.
2169 These don't provoke an error unfortunately, instead are silently treated
2170 as 'x'. The following induces an error, until -std1 is added to get
2171 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2172 array size at least. It's necessary to write '\x00'==0 to get something
2173 that's true only with -std1. */
2174 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2175
2176 int test (int i, double x);
2177 struct s1 {int (*f) (int a);};
2178 struct s2 {int (*f) (double a);};
2179 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2180 int argc;
2181 char **argv;
2182 int
2183 main ()
2184 {
2185 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2186 ;
2187 return 0;
2188 }
2189 _ACEOF
2190 # Don't try gcc -ansi; that turns off useful extensions and
2191 # breaks some systems' header files.
2192 # AIX -qlanglvl=ansi
2193 # Ultrix and OSF/1 -std1
2194 # HP-UX 10.20 and later -Ae
2195 # HP-UX older versions -Aa -D_HPUX_SOURCE
2196 # SVR4 -Xc -D__EXTENSIONS__
2197 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2198 do
2199 CC="$ac_save_CC $ac_arg"
2200 rm -f conftest.$ac_objext
2201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2202 (eval $ac_compile) 2>conftest.er1
2203 ac_status=$?
2204 grep -v '^ *+' conftest.er1 >conftest.err
2205 rm -f conftest.er1
2206 cat conftest.err >&5
2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208 (exit $ac_status); } &&
2209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2211 (eval $ac_try) 2>&5
2212 ac_status=$?
2213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214 (exit $ac_status); }; } &&
2215 { ac_try='test -s conftest.$ac_objext'
2216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2217 (eval $ac_try) 2>&5
2218 ac_status=$?
2219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220 (exit $ac_status); }; }; then
2221 ac_cv_prog_cc_stdc=$ac_arg
2222 break
2223 else
2224 echo "$as_me: failed program was:" >&5
2225 sed 's/^/| /' conftest.$ac_ext >&5
2226
2227 fi
2228 rm -f conftest.err conftest.$ac_objext
2229 done
2230 rm -f conftest.$ac_ext conftest.$ac_objext
2231 CC=$ac_save_CC
2232
2233 fi
2234
2235 case "x$ac_cv_prog_cc_stdc" in
2236 x|xno)
2237 echo "$as_me:$LINENO: result: none needed" >&5
2238 echo "${ECHO_T}none needed" >&6 ;;
2239 *)
2240 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2241 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2242 CC="$CC $ac_cv_prog_cc_stdc" ;;
2243 esac
2244
2245 # Some people use a C++ compiler to compile C. Since we use `exit',
2246 # in C++ we need to declare it. In case someone uses the same compiler
2247 # for both compiling C and C++ we need to have the C++ compiler decide
2248 # the declaration of exit, since it's the most demanding environment.
2249 cat >conftest.$ac_ext <<_ACEOF
2250 #ifndef __cplusplus
2251 choke me
2252 #endif
2253 _ACEOF
2254 rm -f conftest.$ac_objext
2255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2256 (eval $ac_compile) 2>conftest.er1
2257 ac_status=$?
2258 grep -v '^ *+' conftest.er1 >conftest.err
2259 rm -f conftest.er1
2260 cat conftest.err >&5
2261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2262 (exit $ac_status); } &&
2263 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2265 (eval $ac_try) 2>&5
2266 ac_status=$?
2267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268 (exit $ac_status); }; } &&
2269 { ac_try='test -s conftest.$ac_objext'
2270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2271 (eval $ac_try) 2>&5
2272 ac_status=$?
2273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274 (exit $ac_status); }; }; then
2275 for ac_declaration in \
2276 '' \
2277 'extern "C" void std::exit (int) throw (); using std::exit;' \
2278 'extern "C" void std::exit (int); using std::exit;' \
2279 'extern "C" void exit (int) throw ();' \
2280 'extern "C" void exit (int);' \
2281 'void exit (int);'
2282 do
2283 cat >conftest.$ac_ext <<_ACEOF
2284 /* confdefs.h. */
2285 _ACEOF
2286 cat confdefs.h >>conftest.$ac_ext
2287 cat >>conftest.$ac_ext <<_ACEOF
2288 /* end confdefs.h. */
2289 $ac_declaration
2290 #include <stdlib.h>
2291 int
2292 main ()
2293 {
2294 exit (42);
2295 ;
2296 return 0;
2297 }
2298 _ACEOF
2299 rm -f conftest.$ac_objext
2300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2301 (eval $ac_compile) 2>conftest.er1
2302 ac_status=$?
2303 grep -v '^ *+' conftest.er1 >conftest.err
2304 rm -f conftest.er1
2305 cat conftest.err >&5
2306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307 (exit $ac_status); } &&
2308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2310 (eval $ac_try) 2>&5
2311 ac_status=$?
2312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2313 (exit $ac_status); }; } &&
2314 { ac_try='test -s conftest.$ac_objext'
2315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2316 (eval $ac_try) 2>&5
2317 ac_status=$?
2318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319 (exit $ac_status); }; }; then
2320 :
2321 else
2322 echo "$as_me: failed program was:" >&5
2323 sed 's/^/| /' conftest.$ac_ext >&5
2324
2325 continue
2326 fi
2327 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2328 cat >conftest.$ac_ext <<_ACEOF
2329 /* confdefs.h. */
2330 _ACEOF
2331 cat confdefs.h >>conftest.$ac_ext
2332 cat >>conftest.$ac_ext <<_ACEOF
2333 /* end confdefs.h. */
2334 $ac_declaration
2335 int
2336 main ()
2337 {
2338 exit (42);
2339 ;
2340 return 0;
2341 }
2342 _ACEOF
2343 rm -f conftest.$ac_objext
2344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2345 (eval $ac_compile) 2>conftest.er1
2346 ac_status=$?
2347 grep -v '^ *+' conftest.er1 >conftest.err
2348 rm -f conftest.er1
2349 cat conftest.err >&5
2350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351 (exit $ac_status); } &&
2352 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2354 (eval $ac_try) 2>&5
2355 ac_status=$?
2356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357 (exit $ac_status); }; } &&
2358 { ac_try='test -s conftest.$ac_objext'
2359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2360 (eval $ac_try) 2>&5
2361 ac_status=$?
2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363 (exit $ac_status); }; }; then
2364 break
2365 else
2366 echo "$as_me: failed program was:" >&5
2367 sed 's/^/| /' conftest.$ac_ext >&5
2368
2369 fi
2370 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2371 done
2372 rm -f conftest*
2373 if test -n "$ac_declaration"; then
2374 echo '#ifdef __cplusplus' >>confdefs.h
2375 echo $ac_declaration >>confdefs.h
2376 echo '#endif' >>confdefs.h
2377 fi
2378
2379 else
2380 echo "$as_me: failed program was:" >&5
2381 sed 's/^/| /' conftest.$ac_ext >&5
2382
2383 fi
2384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2385 ac_ext=c
2386 ac_cpp='$CPP $CPPFLAGS'
2387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2390
2391 ac_ext=cc
2392 ac_cpp='$CXXCPP $CPPFLAGS'
2393 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2394 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2395 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2396 if test -n "$ac_tool_prefix"; then
2397 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2398 do
2399 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2400 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2401 echo "$as_me:$LINENO: checking for $ac_word" >&5
2402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2403 if test "${ac_cv_prog_CXX+set}" = set; then
2404 echo $ECHO_N "(cached) $ECHO_C" >&6
2405 else
2406 if test -n "$CXX"; then
2407 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2408 else
2409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2410 for as_dir in $PATH
2411 do
2412 IFS=$as_save_IFS
2413 test -z "$as_dir" && as_dir=.
2414 for ac_exec_ext in '' $ac_executable_extensions; do
2415 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2416 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 2
2419 fi
2420 done
2421 done
2422
2423 fi
2424 fi
2425 CXX=$ac_cv_prog_CXX
2426 if test -n "$CXX"; then
2427 echo "$as_me:$LINENO: result: $CXX" >&5
2428 echo "${ECHO_T}$CXX" >&6
2429 else
2430 echo "$as_me:$LINENO: result: no" >&5
2431 echo "${ECHO_T}no" >&6
2432 fi
2433
2434 test -n "$CXX" && break
2435 done
2436 fi
2437 if test -z "$CXX"; then
2438 ac_ct_CXX=$CXX
2439 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2440 do
2441 # Extract the first word of "$ac_prog", so it can be a program name with args.
2442 set dummy $ac_prog; ac_word=$2
2443 echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2445 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2447 else
2448 if test -n "$ac_ct_CXX"; then
2449 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2450 else
2451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452 for as_dir in $PATH
2453 do
2454 IFS=$as_save_IFS
2455 test -z "$as_dir" && as_dir=.
2456 for ac_exec_ext in '' $ac_executable_extensions; do
2457 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2458 ac_cv_prog_ac_ct_CXX="$ac_prog"
2459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2460 break 2
2461 fi
2462 done
2463 done
2464
2465 fi
2466 fi
2467 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2468 if test -n "$ac_ct_CXX"; then
2469 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2470 echo "${ECHO_T}$ac_ct_CXX" >&6
2471 else
2472 echo "$as_me:$LINENO: result: no" >&5
2473 echo "${ECHO_T}no" >&6
2474 fi
2475
2476 test -n "$ac_ct_CXX" && break
2477 done
2478 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2479
2480 CXX=$ac_ct_CXX
2481 fi
2482
2483
2484 # Provide some information about the compiler.
2485 echo "$as_me:$LINENO:" \
2486 "checking for C++ compiler version" >&5
2487 ac_compiler=`set X $ac_compile; echo $2`
2488 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2489 (eval $ac_compiler --version </dev/null >&5) 2>&5
2490 ac_status=$?
2491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492 (exit $ac_status); }
2493 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2494 (eval $ac_compiler -v </dev/null >&5) 2>&5
2495 ac_status=$?
2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2497 (exit $ac_status); }
2498 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2499 (eval $ac_compiler -V </dev/null >&5) 2>&5
2500 ac_status=$?
2501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502 (exit $ac_status); }
2503
2504 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2505 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2506 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2507 echo $ECHO_N "(cached) $ECHO_C" >&6
2508 else
2509 cat >conftest.$ac_ext <<_ACEOF
2510 /* confdefs.h. */
2511 _ACEOF
2512 cat confdefs.h >>conftest.$ac_ext
2513 cat >>conftest.$ac_ext <<_ACEOF
2514 /* end confdefs.h. */
2515
2516 int
2517 main ()
2518 {
2519 #ifndef __GNUC__
2520 choke me
2521 #endif
2522
2523 ;
2524 return 0;
2525 }
2526 _ACEOF
2527 rm -f conftest.$ac_objext
2528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2529 (eval $ac_compile) 2>conftest.er1
2530 ac_status=$?
2531 grep -v '^ *+' conftest.er1 >conftest.err
2532 rm -f conftest.er1
2533 cat conftest.err >&5
2534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535 (exit $ac_status); } &&
2536 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2538 (eval $ac_try) 2>&5
2539 ac_status=$?
2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541 (exit $ac_status); }; } &&
2542 { ac_try='test -s conftest.$ac_objext'
2543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2544 (eval $ac_try) 2>&5
2545 ac_status=$?
2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547 (exit $ac_status); }; }; then
2548 ac_compiler_gnu=yes
2549 else
2550 echo "$as_me: failed program was:" >&5
2551 sed 's/^/| /' conftest.$ac_ext >&5
2552
2553 ac_compiler_gnu=no
2554 fi
2555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2556 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2557
2558 fi
2559 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2560 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2561 GXX=`test $ac_compiler_gnu = yes && echo yes`
2562 ac_test_CXXFLAGS=${CXXFLAGS+set}
2563 ac_save_CXXFLAGS=$CXXFLAGS
2564 CXXFLAGS="-g"
2565 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2566 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2567 if test "${ac_cv_prog_cxx_g+set}" = set; then
2568 echo $ECHO_N "(cached) $ECHO_C" >&6
2569 else
2570 cat >conftest.$ac_ext <<_ACEOF
2571 /* confdefs.h. */
2572 _ACEOF
2573 cat confdefs.h >>conftest.$ac_ext
2574 cat >>conftest.$ac_ext <<_ACEOF
2575 /* end confdefs.h. */
2576
2577 int
2578 main ()
2579 {
2580
2581 ;
2582 return 0;
2583 }
2584 _ACEOF
2585 rm -f conftest.$ac_objext
2586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2587 (eval $ac_compile) 2>conftest.er1
2588 ac_status=$?
2589 grep -v '^ *+' conftest.er1 >conftest.err
2590 rm -f conftest.er1
2591 cat conftest.err >&5
2592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593 (exit $ac_status); } &&
2594 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2596 (eval $ac_try) 2>&5
2597 ac_status=$?
2598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2599 (exit $ac_status); }; } &&
2600 { ac_try='test -s conftest.$ac_objext'
2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2602 (eval $ac_try) 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }; }; then
2606 ac_cv_prog_cxx_g=yes
2607 else
2608 echo "$as_me: failed program was:" >&5
2609 sed 's/^/| /' conftest.$ac_ext >&5
2610
2611 ac_cv_prog_cxx_g=no
2612 fi
2613 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2614 fi
2615 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2616 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2617 if test "$ac_test_CXXFLAGS" = set; then
2618 CXXFLAGS=$ac_save_CXXFLAGS
2619 elif test $ac_cv_prog_cxx_g = yes; then
2620 if test "$GXX" = yes; then
2621 CXXFLAGS="-g -O2"
2622 else
2623 CXXFLAGS="-g"
2624 fi
2625 else
2626 if test "$GXX" = yes; then
2627 CXXFLAGS="-O2"
2628 else
2629 CXXFLAGS=
2630 fi
2631 fi
2632 for ac_declaration in \
2633 '' \
2634 'extern "C" void std::exit (int) throw (); using std::exit;' \
2635 'extern "C" void std::exit (int); using std::exit;' \
2636 'extern "C" void exit (int) throw ();' \
2637 'extern "C" void exit (int);' \
2638 'void exit (int);'
2639 do
2640 cat >conftest.$ac_ext <<_ACEOF
2641 /* confdefs.h. */
2642 _ACEOF
2643 cat confdefs.h >>conftest.$ac_ext
2644 cat >>conftest.$ac_ext <<_ACEOF
2645 /* end confdefs.h. */
2646 $ac_declaration
2647 #include <stdlib.h>
2648 int
2649 main ()
2650 {
2651 exit (42);
2652 ;
2653 return 0;
2654 }
2655 _ACEOF
2656 rm -f conftest.$ac_objext
2657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2658 (eval $ac_compile) 2>conftest.er1
2659 ac_status=$?
2660 grep -v '^ *+' conftest.er1 >conftest.err
2661 rm -f conftest.er1
2662 cat conftest.err >&5
2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664 (exit $ac_status); } &&
2665 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2667 (eval $ac_try) 2>&5
2668 ac_status=$?
2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2670 (exit $ac_status); }; } &&
2671 { ac_try='test -s conftest.$ac_objext'
2672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2673 (eval $ac_try) 2>&5
2674 ac_status=$?
2675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2676 (exit $ac_status); }; }; then
2677 :
2678 else
2679 echo "$as_me: failed program was:" >&5
2680 sed 's/^/| /' conftest.$ac_ext >&5
2681
2682 continue
2683 fi
2684 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2685 cat >conftest.$ac_ext <<_ACEOF
2686 /* confdefs.h. */
2687 _ACEOF
2688 cat confdefs.h >>conftest.$ac_ext
2689 cat >>conftest.$ac_ext <<_ACEOF
2690 /* end confdefs.h. */
2691 $ac_declaration
2692 int
2693 main ()
2694 {
2695 exit (42);
2696 ;
2697 return 0;
2698 }
2699 _ACEOF
2700 rm -f conftest.$ac_objext
2701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2702 (eval $ac_compile) 2>conftest.er1
2703 ac_status=$?
2704 grep -v '^ *+' conftest.er1 >conftest.err
2705 rm -f conftest.er1
2706 cat conftest.err >&5
2707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2708 (exit $ac_status); } &&
2709 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2711 (eval $ac_try) 2>&5
2712 ac_status=$?
2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714 (exit $ac_status); }; } &&
2715 { ac_try='test -s conftest.$ac_objext'
2716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2717 (eval $ac_try) 2>&5
2718 ac_status=$?
2719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2720 (exit $ac_status); }; }; then
2721 break
2722 else
2723 echo "$as_me: failed program was:" >&5
2724 sed 's/^/| /' conftest.$ac_ext >&5
2725
2726 fi
2727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2728 done
2729 rm -f conftest*
2730 if test -n "$ac_declaration"; then
2731 echo '#ifdef __cplusplus' >>confdefs.h
2732 echo $ac_declaration >>confdefs.h
2733 echo '#endif' >>confdefs.h
2734 fi
2735
2736 ac_ext=c
2737 ac_cpp='$CPP $CPPFLAGS'
2738 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2739 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2740 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2741
2742 ac_ext=c
2743 ac_cpp='$CPP $CPPFLAGS'
2744 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2745 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2746 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2747 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2748 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2749 # On Suns, sometimes $CPP names a directory.
2750 if test -n "$CPP" && test -d "$CPP"; then
2751 CPP=
2752 fi
2753 if test -z "$CPP"; then
2754 if test "${ac_cv_prog_CPP+set}" = set; then
2755 echo $ECHO_N "(cached) $ECHO_C" >&6
2756 else
2757 # Double quotes because CPP needs to be expanded
2758 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2759 do
2760 ac_preproc_ok=false
2761 for ac_c_preproc_warn_flag in '' yes
2762 do
2763 # Use a header file that comes with gcc, so configuring glibc
2764 # with a fresh cross-compiler works.
2765 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2766 # <limits.h> exists even on freestanding compilers.
2767 # On the NeXT, cc -E runs the code through the compiler's parser,
2768 # not just through cpp. "Syntax error" is here to catch this case.
2769 cat >conftest.$ac_ext <<_ACEOF
2770 /* confdefs.h. */
2771 _ACEOF
2772 cat confdefs.h >>conftest.$ac_ext
2773 cat >>conftest.$ac_ext <<_ACEOF
2774 /* end confdefs.h. */
2775 #ifdef __STDC__
2776 # include <limits.h>
2777 #else
2778 # include <assert.h>
2779 #endif
2780 Syntax error
2781 _ACEOF
2782 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2783 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2784 ac_status=$?
2785 grep -v '^ *+' conftest.er1 >conftest.err
2786 rm -f conftest.er1
2787 cat conftest.err >&5
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789 (exit $ac_status); } >/dev/null; then
2790 if test -s conftest.err; then
2791 ac_cpp_err=$ac_c_preproc_warn_flag
2792 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2793 else
2794 ac_cpp_err=
2795 fi
2796 else
2797 ac_cpp_err=yes
2798 fi
2799 if test -z "$ac_cpp_err"; then
2800 :
2801 else
2802 echo "$as_me: failed program was:" >&5
2803 sed 's/^/| /' conftest.$ac_ext >&5
2804
2805 # Broken: fails on valid input.
2806 continue
2807 fi
2808 rm -f conftest.err conftest.$ac_ext
2809
2810 # OK, works on sane cases. Now check whether non-existent headers
2811 # can be detected and how.
2812 cat >conftest.$ac_ext <<_ACEOF
2813 /* confdefs.h. */
2814 _ACEOF
2815 cat confdefs.h >>conftest.$ac_ext
2816 cat >>conftest.$ac_ext <<_ACEOF
2817 /* end confdefs.h. */
2818 #include <ac_nonexistent.h>
2819 _ACEOF
2820 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2821 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2822 ac_status=$?
2823 grep -v '^ *+' conftest.er1 >conftest.err
2824 rm -f conftest.er1
2825 cat conftest.err >&5
2826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827 (exit $ac_status); } >/dev/null; then
2828 if test -s conftest.err; then
2829 ac_cpp_err=$ac_c_preproc_warn_flag
2830 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2831 else
2832 ac_cpp_err=
2833 fi
2834 else
2835 ac_cpp_err=yes
2836 fi
2837 if test -z "$ac_cpp_err"; then
2838 # Broken: success on invalid input.
2839 continue
2840 else
2841 echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2843
2844 # Passes both tests.
2845 ac_preproc_ok=:
2846 break
2847 fi
2848 rm -f conftest.err conftest.$ac_ext
2849
2850 done
2851 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2852 rm -f conftest.err conftest.$ac_ext
2853 if $ac_preproc_ok; then
2854 break
2855 fi
2856
2857 done
2858 ac_cv_prog_CPP=$CPP
2859
2860 fi
2861 CPP=$ac_cv_prog_CPP
2862 else
2863 ac_cv_prog_CPP=$CPP
2864 fi
2865 echo "$as_me:$LINENO: result: $CPP" >&5
2866 echo "${ECHO_T}$CPP" >&6
2867 ac_preproc_ok=false
2868 for ac_c_preproc_warn_flag in '' yes
2869 do
2870 # Use a header file that comes with gcc, so configuring glibc
2871 # with a fresh cross-compiler works.
2872 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2873 # <limits.h> exists even on freestanding compilers.
2874 # On the NeXT, cc -E runs the code through the compiler's parser,
2875 # not just through cpp. "Syntax error" is here to catch this case.
2876 cat >conftest.$ac_ext <<_ACEOF
2877 /* confdefs.h. */
2878 _ACEOF
2879 cat confdefs.h >>conftest.$ac_ext
2880 cat >>conftest.$ac_ext <<_ACEOF
2881 /* end confdefs.h. */
2882 #ifdef __STDC__
2883 # include <limits.h>
2884 #else
2885 # include <assert.h>
2886 #endif
2887 Syntax error
2888 _ACEOF
2889 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2890 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2891 ac_status=$?
2892 grep -v '^ *+' conftest.er1 >conftest.err
2893 rm -f conftest.er1
2894 cat conftest.err >&5
2895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2896 (exit $ac_status); } >/dev/null; then
2897 if test -s conftest.err; then
2898 ac_cpp_err=$ac_c_preproc_warn_flag
2899 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2900 else
2901 ac_cpp_err=
2902 fi
2903 else
2904 ac_cpp_err=yes
2905 fi
2906 if test -z "$ac_cpp_err"; then
2907 :
2908 else
2909 echo "$as_me: failed program was:" >&5
2910 sed 's/^/| /' conftest.$ac_ext >&5
2911
2912 # Broken: fails on valid input.
2913 continue
2914 fi
2915 rm -f conftest.err conftest.$ac_ext
2916
2917 # OK, works on sane cases. Now check whether non-existent headers
2918 # can be detected and how.
2919 cat >conftest.$ac_ext <<_ACEOF
2920 /* confdefs.h. */
2921 _ACEOF
2922 cat confdefs.h >>conftest.$ac_ext
2923 cat >>conftest.$ac_ext <<_ACEOF
2924 /* end confdefs.h. */
2925 #include <ac_nonexistent.h>
2926 _ACEOF
2927 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2928 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2929 ac_status=$?
2930 grep -v '^ *+' conftest.er1 >conftest.err
2931 rm -f conftest.er1
2932 cat conftest.err >&5
2933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934 (exit $ac_status); } >/dev/null; then
2935 if test -s conftest.err; then
2936 ac_cpp_err=$ac_c_preproc_warn_flag
2937 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2938 else
2939 ac_cpp_err=
2940 fi
2941 else
2942 ac_cpp_err=yes
2943 fi
2944 if test -z "$ac_cpp_err"; then
2945 # Broken: success on invalid input.
2946 continue
2947 else
2948 echo "$as_me: failed program was:" >&5
2949 sed 's/^/| /' conftest.$ac_ext >&5
2950
2951 # Passes both tests.
2952 ac_preproc_ok=:
2953 break
2954 fi
2955 rm -f conftest.err conftest.$ac_ext
2956
2957 done
2958 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2959 rm -f conftest.err conftest.$ac_ext
2960 if $ac_preproc_ok; then
2961 :
2962 else
2963 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2964 See \`config.log' for more details." >&5
2965 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2966 See \`config.log' for more details." >&2;}
2967 { (exit 1); exit 1; }; }
2968 fi
2969
2970 ac_ext=c
2971 ac_cpp='$CPP $CPPFLAGS'
2972 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2973 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2974 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2975
2976 # Find a good install program. We prefer a C program (faster),
2977 # so one script is as good as another. But avoid the broken or
2978 # incompatible versions:
2979 # SysV /etc/install, /usr/sbin/install
2980 # SunOS /usr/etc/install
2981 # IRIX /sbin/install
2982 # AIX /bin/install
2983 # AmigaOS /C/install, which installs bootblocks on floppy discs
2984 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2985 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2986 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2987 # OS/2's system install, which has a completely different semantic
2988 # ./install, which can be erroneously created by make from ./install.sh.
2989 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2990 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2991 if test -z "$INSTALL"; then
2992 if test "${ac_cv_path_install+set}" = set; then
2993 echo $ECHO_N "(cached) $ECHO_C" >&6
2994 else
2995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2996 for as_dir in $PATH
2997 do
2998 IFS=$as_save_IFS
2999 test -z "$as_dir" && as_dir=.
3000 # Account for people who put trailing slashes in PATH elements.
3001 case $as_dir/ in
3002 ./ | .// | /cC/* | \
3003 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3004 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3005 /usr/ucb/* ) ;;
3006 *)
3007 # OSF1 and SCO ODT 3.0 have their own names for install.
3008 # Don't use installbsd from OSF since it installs stuff as root
3009 # by default.
3010 for ac_prog in ginstall scoinst install; do
3011 for ac_exec_ext in '' $ac_executable_extensions; do
3012 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3013 if test $ac_prog = install &&
3014 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3015 # AIX install. It has an incompatible calling convention.
3016 :
3017 elif test $ac_prog = install &&
3018 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3019 # program-specific install script used by HP pwplus--don't use.
3020 :
3021 else
3022 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3023 break 3
3024 fi
3025 fi
3026 done
3027 done
3028 ;;
3029 esac
3030 done
3031
3032
3033 fi
3034 if test "${ac_cv_path_install+set}" = set; then
3035 INSTALL=$ac_cv_path_install
3036 else
3037 # As a last resort, use the slow shell script. We don't cache a
3038 # path for INSTALL within a source directory, because that will
3039 # break other packages using the cache if that directory is
3040 # removed, or if the path is relative.
3041 INSTALL=$ac_install_sh
3042 fi
3043 fi
3044 echo "$as_me:$LINENO: result: $INSTALL" >&5
3045 echo "${ECHO_T}$INSTALL" >&6
3046
3047 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3048 # It thinks the first close brace ends the variable substitution.
3049 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3050
3051 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3052
3053 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3054
3055
3056
3057
3058 echo "$as_me:$LINENO: checking for egrep" >&5
3059 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3060 if test "${ac_cv_prog_egrep+set}" = set; then
3061 echo $ECHO_N "(cached) $ECHO_C" >&6
3062 else
3063 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3064 then ac_cv_prog_egrep='grep -E'
3065 else ac_cv_prog_egrep='egrep'
3066 fi
3067 fi
3068 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3069 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3070 EGREP=$ac_cv_prog_egrep
3071
3072
3073
3074 echo "$as_me:$LINENO: checking for AIX" >&5
3075 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3076 cat >conftest.$ac_ext <<_ACEOF
3077 /* confdefs.h. */
3078 _ACEOF
3079 cat confdefs.h >>conftest.$ac_ext
3080 cat >>conftest.$ac_ext <<_ACEOF
3081 /* end confdefs.h. */
3082 #ifdef _AIX
3083 yes
3084 #endif
3085
3086 _ACEOF
3087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3088 $EGREP "yes" >/dev/null 2>&1; then
3089 echo "$as_me:$LINENO: result: yes" >&5
3090 echo "${ECHO_T}yes" >&6
3091 cat >>confdefs.h <<\_ACEOF
3092 #define _ALL_SOURCE 1
3093 _ACEOF
3094
3095 else
3096 echo "$as_me:$LINENO: result: no" >&5
3097 echo "${ECHO_T}no" >&6
3098 fi
3099 rm -f conftest*
3100
3101
3102 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3103 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3104 if test "${ac_cv_search_strerror+set}" = set; then
3105 echo $ECHO_N "(cached) $ECHO_C" >&6
3106 else
3107 ac_func_search_save_LIBS=$LIBS
3108 ac_cv_search_strerror=no
3109 cat >conftest.$ac_ext <<_ACEOF
3110 /* confdefs.h. */
3111 _ACEOF
3112 cat confdefs.h >>conftest.$ac_ext
3113 cat >>conftest.$ac_ext <<_ACEOF
3114 /* end confdefs.h. */
3115
3116 /* Override any gcc2 internal prototype to avoid an error. */
3117 #ifdef __cplusplus
3118 extern "C"
3119 #endif
3120 /* We use char because int might match the return type of a gcc2
3121 builtin and then its argument prototype would still apply. */
3122 char strerror ();
3123 int
3124 main ()
3125 {
3126 strerror ();
3127 ;
3128 return 0;
3129 }
3130 _ACEOF
3131 rm -f conftest.$ac_objext conftest$ac_exeext
3132 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3133 (eval $ac_link) 2>conftest.er1
3134 ac_status=$?
3135 grep -v '^ *+' conftest.er1 >conftest.err
3136 rm -f conftest.er1
3137 cat conftest.err >&5
3138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3139 (exit $ac_status); } &&
3140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3142 (eval $ac_try) 2>&5
3143 ac_status=$?
3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145 (exit $ac_status); }; } &&
3146 { ac_try='test -s conftest$ac_exeext'
3147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3148 (eval $ac_try) 2>&5
3149 ac_status=$?
3150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151 (exit $ac_status); }; }; then
3152 ac_cv_search_strerror="none required"
3153 else
3154 echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157 fi
3158 rm -f conftest.err conftest.$ac_objext \
3159 conftest$ac_exeext conftest.$ac_ext
3160 if test "$ac_cv_search_strerror" = no; then
3161 for ac_lib in cposix; do
3162 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3163 cat >conftest.$ac_ext <<_ACEOF
3164 /* confdefs.h. */
3165 _ACEOF
3166 cat confdefs.h >>conftest.$ac_ext
3167 cat >>conftest.$ac_ext <<_ACEOF
3168 /* end confdefs.h. */
3169
3170 /* Override any gcc2 internal prototype to avoid an error. */
3171 #ifdef __cplusplus
3172 extern "C"
3173 #endif
3174 /* We use char because int might match the return type of a gcc2
3175 builtin and then its argument prototype would still apply. */
3176 char strerror ();
3177 int
3178 main ()
3179 {
3180 strerror ();
3181 ;
3182 return 0;
3183 }
3184 _ACEOF
3185 rm -f conftest.$ac_objext conftest$ac_exeext
3186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3187 (eval $ac_link) 2>conftest.er1
3188 ac_status=$?
3189 grep -v '^ *+' conftest.er1 >conftest.err
3190 rm -f conftest.er1
3191 cat conftest.err >&5
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); } &&
3194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3196 (eval $ac_try) 2>&5
3197 ac_status=$?
3198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3199 (exit $ac_status); }; } &&
3200 { ac_try='test -s conftest$ac_exeext'
3201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3202 (eval $ac_try) 2>&5
3203 ac_status=$?
3204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205 (exit $ac_status); }; }; then
3206 ac_cv_search_strerror="-l$ac_lib"
3207 break
3208 else
3209 echo "$as_me: failed program was:" >&5
3210 sed 's/^/| /' conftest.$ac_ext >&5
3211
3212 fi
3213 rm -f conftest.err conftest.$ac_objext \
3214 conftest$ac_exeext conftest.$ac_ext
3215 done
3216 fi
3217 LIBS=$ac_func_search_save_LIBS
3218 fi
3219 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3220 echo "${ECHO_T}$ac_cv_search_strerror" >&6
3221 if test "$ac_cv_search_strerror" != no; then
3222 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3223
3224 fi
3225
3226 ac_ext=cc
3227 ac_cpp='$CXXCPP $CPPFLAGS'
3228 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3231
3232
3233 if test x$GCC = xyes && test x$GXX = xyes; then
3234 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3235 echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3236 save_CXX="$CXX"
3237 save_LIBS="$LIBS"
3238 CXX="$CC"
3239 LIBS="$LIBS -lsupc++"
3240 LINKER="$CC"
3241
3242 cat >conftest.$ac_ext <<_ACEOF
3243 /* confdefs.h. */
3244 _ACEOF
3245 cat confdefs.h >>conftest.$ac_ext
3246 cat >>conftest.$ac_ext <<_ACEOF
3247 /* end confdefs.h. */
3248 struct test { }; void f() try { throw new test; } catch (...) { throw; }
3249 int
3250 main ()
3251 {
3252
3253 ;
3254 return 0;
3255 }
3256 _ACEOF
3257 rm -f conftest.$ac_objext conftest$ac_exeext
3258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3259 (eval $ac_link) 2>conftest.er1
3260 ac_status=$?
3261 grep -v '^ *+' conftest.er1 >conftest.err
3262 rm -f conftest.er1
3263 cat conftest.err >&5
3264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3265 (exit $ac_status); } &&
3266 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3268 (eval $ac_try) 2>&5
3269 ac_status=$?
3270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3271 (exit $ac_status); }; } &&
3272 { ac_try='test -s conftest$ac_exeext'
3273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3274 (eval $ac_try) 2>&5
3275 ac_status=$?
3276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3277 (exit $ac_status); }; }; then
3278 echo "$as_me:$LINENO: result: ok" >&5
3279 echo "${ECHO_T}ok" >&6
3280 else
3281 echo "$as_me: failed program was:" >&5
3282 sed 's/^/| /' conftest.$ac_ext >&5
3283
3284
3285 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3286 echo "${ECHO_T}no, making everything bigger and slower" >&6
3287 LIBS="$save_LIBS"
3288 LINKER="$save_CXX"
3289
3290
3291 fi
3292 rm -f conftest.err conftest.$ac_objext \
3293 conftest$ac_exeext conftest.$ac_ext
3294 CXX="$save_CXX"
3295 fi
3296 LINKER=$LINKER
3297
3298
3299 ac_ext=cc
3300 ac_cpp='$CXXCPP $CPPFLAGS'
3301 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3302 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3303 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3304
3305 if test -z "$orig_CXXFLAGS"; then
3306 if test x$GCC = xyes && test "x$GXX" = xyes; then
3307 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3308 cat >conftest.$ac_ext <<_ACEOF
3309 /* confdefs.h. */
3310 _ACEOF
3311 cat confdefs.h >>conftest.$ac_ext
3312 cat >>conftest.$ac_ext <<_ACEOF
3313 /* end confdefs.h. */
3314
3315 int
3316 main ()
3317 {
3318
3319 ;
3320 return 0;
3321 }
3322 _ACEOF
3323 rm -f conftest.$ac_objext
3324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3325 (eval $ac_compile) 2>conftest.er1
3326 ac_status=$?
3327 grep -v '^ *+' conftest.er1 >conftest.err
3328 rm -f conftest.er1
3329 cat conftest.err >&5
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); } &&
3332 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3334 (eval $ac_try) 2>&5
3335 ac_status=$?
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); }; } &&
3338 { ac_try='test -s conftest.$ac_objext'
3339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3340 (eval $ac_try) 2>&5
3341 ac_status=$?
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }; }; then
3344 :
3345 else
3346 echo "$as_me: failed program was:" >&5
3347 sed 's/^/| /' conftest.$ac_ext >&5
3348
3349 CXXFLAGS="-g -O3"
3350 fi
3351 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3352 else
3353 CXXFLAGS="-O"
3354 fi
3355 CFLAGS="$CXXFLAGS"
3356 fi
3357
3358
3359 cat >>confdefs.h <<\_ACEOF
3360 #define _GNU_SOURCE 1
3361 _ACEOF
3362
3363
3364 case $host in
3365 *-*-solaris* )
3366
3367 cat >>confdefs.h <<\_ACEOF
3368 #define _XOPEN_SOURCE_EXTENDED 1
3369 _ACEOF
3370
3371
3372 cat >>confdefs.h <<\_ACEOF
3373 #define _XOPEN_SOURCE 2
3374 _ACEOF
3375
3376
3377 cat >>confdefs.h <<\_ACEOF
3378 #define __EXTENSIONS__ 1
3379 _ACEOF
3380
3381 ;;
3382 esac
3383
3384
3385 echo "$as_me:$LINENO: checking for setlocale" >&5
3386 echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3387 if test "${ac_cv_func_setlocale+set}" = set; then
3388 echo $ECHO_N "(cached) $ECHO_C" >&6
3389 else
3390 cat >conftest.$ac_ext <<_ACEOF
3391 /* confdefs.h. */
3392 _ACEOF
3393 cat confdefs.h >>conftest.$ac_ext
3394 cat >>conftest.$ac_ext <<_ACEOF
3395 /* end confdefs.h. */
3396 /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3397 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3398 #define setlocale innocuous_setlocale
3399
3400 /* System header to define __stub macros and hopefully few prototypes,
3401 which can conflict with char setlocale (); below.
3402 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3403 <limits.h> exists even on freestanding compilers. */
3404
3405 #ifdef __STDC__
3406 # include <limits.h>
3407 #else
3408 # include <assert.h>
3409 #endif
3410
3411 #undef setlocale
3412
3413 /* Override any gcc2 internal prototype to avoid an error. */
3414 #ifdef __cplusplus
3415 extern "C"
3416 {
3417 #endif
3418 /* We use char because int might match the return type of a gcc2
3419 builtin and then its argument prototype would still apply. */
3420 char setlocale ();
3421 /* The GNU C library defines this for functions which it implements
3422 to always fail with ENOSYS. Some functions are actually named
3423 something starting with __ and the normal name is an alias. */
3424 #if defined (__stub_setlocale) || defined (__stub___setlocale)
3425 choke me
3426 #else
3427 char (*f) () = setlocale;
3428 #endif
3429 #ifdef __cplusplus
3430 }
3431 #endif
3432
3433 int
3434 main ()
3435 {
3436 return f != setlocale;
3437 ;
3438 return 0;
3439 }
3440 _ACEOF
3441 rm -f conftest.$ac_objext conftest$ac_exeext
3442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3443 (eval $ac_link) 2>conftest.er1
3444 ac_status=$?
3445 grep -v '^ *+' conftest.er1 >conftest.err
3446 rm -f conftest.er1
3447 cat conftest.err >&5
3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3449 (exit $ac_status); } &&
3450 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3452 (eval $ac_try) 2>&5
3453 ac_status=$?
3454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3455 (exit $ac_status); }; } &&
3456 { ac_try='test -s conftest$ac_exeext'
3457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3458 (eval $ac_try) 2>&5
3459 ac_status=$?
3460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3461 (exit $ac_status); }; }; then
3462 ac_cv_func_setlocale=yes
3463 else
3464 echo "$as_me: failed program was:" >&5
3465 sed 's/^/| /' conftest.$ac_ext >&5
3466
3467 ac_cv_func_setlocale=no
3468 fi
3469 rm -f conftest.err conftest.$ac_objext \
3470 conftest$ac_exeext conftest.$ac_ext
3471 fi
3472 echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3473 echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3474 if test $ac_cv_func_setlocale = yes; then
3475 :
3476 else
3477 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3478 echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3479 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3480 echo $ECHO_N "(cached) $ECHO_C" >&6
3481 else
3482 ac_check_lib_save_LIBS=$LIBS
3483 LIBS="-lxpg4 $LIBS"
3484 cat >conftest.$ac_ext <<_ACEOF
3485 /* confdefs.h. */
3486 _ACEOF
3487 cat confdefs.h >>conftest.$ac_ext
3488 cat >>conftest.$ac_ext <<_ACEOF
3489 /* end confdefs.h. */
3490
3491 /* Override any gcc2 internal prototype to avoid an error. */
3492 #ifdef __cplusplus
3493 extern "C"
3494 #endif
3495 /* We use char because int might match the return type of a gcc2
3496 builtin and then its argument prototype would still apply. */
3497 char setlocale ();
3498 int
3499 main ()
3500 {
3501 setlocale ();
3502 ;
3503 return 0;
3504 }
3505 _ACEOF
3506 rm -f conftest.$ac_objext conftest$ac_exeext
3507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3508 (eval $ac_link) 2>conftest.er1
3509 ac_status=$?
3510 grep -v '^ *+' conftest.er1 >conftest.err
3511 rm -f conftest.er1
3512 cat conftest.err >&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } &&
3515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3517 (eval $ac_try) 2>&5
3518 ac_status=$?
3519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); }; } &&
3521 { ac_try='test -s conftest$ac_exeext'
3522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3523 (eval $ac_try) 2>&5
3524 ac_status=$?
3525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); }; }; then
3527 ac_cv_lib_xpg4_setlocale=yes
3528 else
3529 echo "$as_me: failed program was:" >&5
3530 sed 's/^/| /' conftest.$ac_ext >&5
3531
3532 ac_cv_lib_xpg4_setlocale=no
3533 fi
3534 rm -f conftest.err conftest.$ac_objext \
3535 conftest$ac_exeext conftest.$ac_ext
3536 LIBS=$ac_check_lib_save_LIBS
3537 fi
3538 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3539 echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3540 if test $ac_cv_lib_xpg4_setlocale = yes; then
3541 LIBS="$LIBS -lxpg4"
3542 fi
3543
3544 fi
3545
3546
3547 echo "$as_me:$LINENO: checking for gethostbyname" >&5
3548 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3549 if test "${ac_cv_func_gethostbyname+set}" = set; then
3550 echo $ECHO_N "(cached) $ECHO_C" >&6
3551 else
3552 cat >conftest.$ac_ext <<_ACEOF
3553 /* confdefs.h. */
3554 _ACEOF
3555 cat confdefs.h >>conftest.$ac_ext
3556 cat >>conftest.$ac_ext <<_ACEOF
3557 /* end confdefs.h. */
3558 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3560 #define gethostbyname innocuous_gethostbyname
3561
3562 /* System header to define __stub macros and hopefully few prototypes,
3563 which can conflict with char gethostbyname (); below.
3564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3565 <limits.h> exists even on freestanding compilers. */
3566
3567 #ifdef __STDC__
3568 # include <limits.h>
3569 #else
3570 # include <assert.h>
3571 #endif
3572
3573 #undef gethostbyname
3574
3575 /* Override any gcc2 internal prototype to avoid an error. */
3576 #ifdef __cplusplus
3577 extern "C"
3578 {
3579 #endif
3580 /* We use char because int might match the return type of a gcc2
3581 builtin and then its argument prototype would still apply. */
3582 char gethostbyname ();
3583 /* The GNU C library defines this for functions which it implements
3584 to always fail with ENOSYS. Some functions are actually named
3585 something starting with __ and the normal name is an alias. */
3586 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3587 choke me
3588 #else
3589 char (*f) () = gethostbyname;
3590 #endif
3591 #ifdef __cplusplus
3592 }
3593 #endif
3594
3595 int
3596 main ()
3597 {
3598 return f != gethostbyname;
3599 ;
3600 return 0;
3601 }
3602 _ACEOF
3603 rm -f conftest.$ac_objext conftest$ac_exeext
3604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3605 (eval $ac_link) 2>conftest.er1
3606 ac_status=$?
3607 grep -v '^ *+' conftest.er1 >conftest.err
3608 rm -f conftest.er1
3609 cat conftest.err >&5
3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611 (exit $ac_status); } &&
3612 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3614 (eval $ac_try) 2>&5
3615 ac_status=$?
3616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3617 (exit $ac_status); }; } &&
3618 { ac_try='test -s conftest$ac_exeext'
3619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3620 (eval $ac_try) 2>&5
3621 ac_status=$?
3622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3623 (exit $ac_status); }; }; then
3624 ac_cv_func_gethostbyname=yes
3625 else
3626 echo "$as_me: failed program was:" >&5
3627 sed 's/^/| /' conftest.$ac_ext >&5
3628
3629 ac_cv_func_gethostbyname=no
3630 fi
3631 rm -f conftest.err conftest.$ac_objext \
3632 conftest$ac_exeext conftest.$ac_ext
3633 fi
3634 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3635 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3636 if test $ac_cv_func_gethostbyname = yes; then
3637 :
3638 else
3639 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3640 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3641 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3642 echo $ECHO_N "(cached) $ECHO_C" >&6
3643 else
3644 ac_check_lib_save_LIBS=$LIBS
3645 LIBS="-lnsl $LIBS"
3646 cat >conftest.$ac_ext <<_ACEOF
3647 /* confdefs.h. */
3648 _ACEOF
3649 cat confdefs.h >>conftest.$ac_ext
3650 cat >>conftest.$ac_ext <<_ACEOF
3651 /* end confdefs.h. */
3652
3653 /* Override any gcc2 internal prototype to avoid an error. */
3654 #ifdef __cplusplus
3655 extern "C"
3656 #endif
3657 /* We use char because int might match the return type of a gcc2
3658 builtin and then its argument prototype would still apply. */
3659 char gethostbyname ();
3660 int
3661 main ()
3662 {
3663 gethostbyname ();
3664 ;
3665 return 0;
3666 }
3667 _ACEOF
3668 rm -f conftest.$ac_objext conftest$ac_exeext
3669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3670 (eval $ac_link) 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } &&
3677 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3679 (eval $ac_try) 2>&5
3680 ac_status=$?
3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 (exit $ac_status); }; } &&
3683 { ac_try='test -s conftest$ac_exeext'
3684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3685 (eval $ac_try) 2>&5
3686 ac_status=$?
3687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688 (exit $ac_status); }; }; then
3689 ac_cv_lib_nsl_gethostbyname=yes
3690 else
3691 echo "$as_me: failed program was:" >&5
3692 sed 's/^/| /' conftest.$ac_ext >&5
3693
3694 ac_cv_lib_nsl_gethostbyname=no
3695 fi
3696 rm -f conftest.err conftest.$ac_objext \
3697 conftest$ac_exeext conftest.$ac_ext
3698 LIBS=$ac_check_lib_save_LIBS
3699 fi
3700 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3701 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3702 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3703 LIBS="$LIBS -lnsl"
3704 fi
3705
3706 fi
3707
3708 echo "$as_me:$LINENO: checking for socket" >&5
3709 echo $ECHO_N "checking for socket... $ECHO_C" >&6
3710 if test "${ac_cv_func_socket+set}" = set; then
3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3712 else
3713 cat >conftest.$ac_ext <<_ACEOF
3714 /* confdefs.h. */
3715 _ACEOF
3716 cat confdefs.h >>conftest.$ac_ext
3717 cat >>conftest.$ac_ext <<_ACEOF
3718 /* end confdefs.h. */
3719 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
3720 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3721 #define socket innocuous_socket
3722
3723 /* System header to define __stub macros and hopefully few prototypes,
3724 which can conflict with char socket (); below.
3725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3726 <limits.h> exists even on freestanding compilers. */
3727
3728 #ifdef __STDC__
3729 # include <limits.h>
3730 #else
3731 # include <assert.h>
3732 #endif
3733
3734 #undef socket
3735
3736 /* Override any gcc2 internal prototype to avoid an error. */
3737 #ifdef __cplusplus
3738 extern "C"
3739 {
3740 #endif
3741 /* We use char because int might match the return type of a gcc2
3742 builtin and then its argument prototype would still apply. */
3743 char socket ();
3744 /* The GNU C library defines this for functions which it implements
3745 to always fail with ENOSYS. Some functions are actually named
3746 something starting with __ and the normal name is an alias. */
3747 #if defined (__stub_socket) || defined (__stub___socket)
3748 choke me
3749 #else
3750 char (*f) () = socket;
3751 #endif
3752 #ifdef __cplusplus
3753 }
3754 #endif
3755
3756 int
3757 main ()
3758 {
3759 return f != socket;
3760 ;
3761 return 0;
3762 }
3763 _ACEOF
3764 rm -f conftest.$ac_objext conftest$ac_exeext
3765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3766 (eval $ac_link) 2>conftest.er1
3767 ac_status=$?
3768 grep -v '^ *+' conftest.er1 >conftest.err
3769 rm -f conftest.er1
3770 cat conftest.err >&5
3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3772 (exit $ac_status); } &&
3773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3775 (eval $ac_try) 2>&5
3776 ac_status=$?
3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778 (exit $ac_status); }; } &&
3779 { ac_try='test -s conftest$ac_exeext'
3780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3781 (eval $ac_try) 2>&5
3782 ac_status=$?
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); }; }; then
3785 ac_cv_func_socket=yes
3786 else
3787 echo "$as_me: failed program was:" >&5
3788 sed 's/^/| /' conftest.$ac_ext >&5
3789
3790 ac_cv_func_socket=no
3791 fi
3792 rm -f conftest.err conftest.$ac_objext \
3793 conftest$ac_exeext conftest.$ac_ext
3794 fi
3795 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
3796 echo "${ECHO_T}$ac_cv_func_socket" >&6
3797 if test $ac_cv_func_socket = yes; then
3798 :
3799 else
3800 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3801 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3802 if test "${ac_cv_lib_socket_socket+set}" = set; then
3803 echo $ECHO_N "(cached) $ECHO_C" >&6
3804 else
3805 ac_check_lib_save_LIBS=$LIBS
3806 LIBS="-lsocket $LIBS"
3807 cat >conftest.$ac_ext <<_ACEOF
3808 /* confdefs.h. */
3809 _ACEOF
3810 cat confdefs.h >>conftest.$ac_ext
3811 cat >>conftest.$ac_ext <<_ACEOF
3812 /* end confdefs.h. */
3813
3814 /* Override any gcc2 internal prototype to avoid an error. */
3815 #ifdef __cplusplus
3816 extern "C"
3817 #endif
3818 /* We use char because int might match the return type of a gcc2
3819 builtin and then its argument prototype would still apply. */
3820 char socket ();
3821 int
3822 main ()
3823 {
3824 socket ();
3825 ;
3826 return 0;
3827 }
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3831 (eval $ac_link) 2>conftest.er1
3832 ac_status=$?
3833 grep -v '^ *+' conftest.er1 >conftest.err
3834 rm -f conftest.er1
3835 cat conftest.err >&5
3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3837 (exit $ac_status); } &&
3838 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3840 (eval $ac_try) 2>&5
3841 ac_status=$?
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); }; } &&
3844 { ac_try='test -s conftest$ac_exeext'
3845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3846 (eval $ac_try) 2>&5
3847 ac_status=$?
3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849 (exit $ac_status); }; }; then
3850 ac_cv_lib_socket_socket=yes
3851 else
3852 echo "$as_me: failed program was:" >&5
3853 sed 's/^/| /' conftest.$ac_ext >&5
3854
3855 ac_cv_lib_socket_socket=no
3856 fi
3857 rm -f conftest.err conftest.$ac_objext \
3858 conftest$ac_exeext conftest.$ac_ext
3859 LIBS=$ac_check_lib_save_LIBS
3860 fi
3861 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3862 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3863 if test $ac_cv_lib_socket_socket = yes; then
3864 LIBS="$LIBS -lsocket"
3865 fi
3866
3867 fi
3868
3869
3870 echo "$as_me:$LINENO: checking for sched_yield" >&5
3871 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
3872 if test "${ac_cv_func_sched_yield+set}" = set; then
3873 echo $ECHO_N "(cached) $ECHO_C" >&6
3874 else
3875 cat >conftest.$ac_ext <<_ACEOF
3876 /* confdefs.h. */
3877 _ACEOF
3878 cat confdefs.h >>conftest.$ac_ext
3879 cat >>conftest.$ac_ext <<_ACEOF
3880 /* end confdefs.h. */
3881 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
3882 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3883 #define sched_yield innocuous_sched_yield
3884
3885 /* System header to define __stub macros and hopefully few prototypes,
3886 which can conflict with char sched_yield (); below.
3887 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3888 <limits.h> exists even on freestanding compilers. */
3889
3890 #ifdef __STDC__
3891 # include <limits.h>
3892 #else
3893 # include <assert.h>
3894 #endif
3895
3896 #undef sched_yield
3897
3898 /* Override any gcc2 internal prototype to avoid an error. */
3899 #ifdef __cplusplus
3900 extern "C"
3901 {
3902 #endif
3903 /* We use char because int might match the return type of a gcc2
3904 builtin and then its argument prototype would still apply. */
3905 char sched_yield ();
3906 /* The GNU C library defines this for functions which it implements
3907 to always fail with ENOSYS. Some functions are actually named
3908 something starting with __ and the normal name is an alias. */
3909 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
3910 choke me
3911 #else
3912 char (*f) () = sched_yield;
3913 #endif
3914 #ifdef __cplusplus
3915 }
3916 #endif
3917
3918 int
3919 main ()
3920 {
3921 return f != sched_yield;
3922 ;
3923 return 0;
3924 }
3925 _ACEOF
3926 rm -f conftest.$ac_objext conftest$ac_exeext
3927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3928 (eval $ac_link) 2>conftest.er1
3929 ac_status=$?
3930 grep -v '^ *+' conftest.er1 >conftest.err
3931 rm -f conftest.er1
3932 cat conftest.err >&5
3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 (exit $ac_status); } &&
3935 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3937 (eval $ac_try) 2>&5
3938 ac_status=$?
3939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3940 (exit $ac_status); }; } &&
3941 { ac_try='test -s conftest$ac_exeext'
3942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3943 (eval $ac_try) 2>&5
3944 ac_status=$?
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); }; }; then
3947 ac_cv_func_sched_yield=yes
3948 else
3949 echo "$as_me: failed program was:" >&5
3950 sed 's/^/| /' conftest.$ac_ext >&5
3951
3952 ac_cv_func_sched_yield=no
3953 fi
3954 rm -f conftest.err conftest.$ac_objext \
3955 conftest$ac_exeext conftest.$ac_ext
3956 fi
3957 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
3958 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
3959 if test $ac_cv_func_sched_yield = yes; then
3960 :
3961 else
3962 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
3963 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
3964 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
3965 echo $ECHO_N "(cached) $ECHO_C" >&6
3966 else
3967 ac_check_lib_save_LIBS=$LIBS
3968 LIBS="-lrt $LIBS"
3969 cat >conftest.$ac_ext <<_ACEOF
3970 /* confdefs.h. */
3971 _ACEOF
3972 cat confdefs.h >>conftest.$ac_ext
3973 cat >>conftest.$ac_ext <<_ACEOF
3974 /* end confdefs.h. */
3975
3976 /* Override any gcc2 internal prototype to avoid an error. */
3977 #ifdef __cplusplus
3978 extern "C"
3979 #endif
3980 /* We use char because int might match the return type of a gcc2
3981 builtin and then its argument prototype would still apply. */
3982 char sched_yield ();
3983 int
3984 main ()
3985 {
3986 sched_yield ();
3987 ;
3988 return 0;
3989 }
3990 _ACEOF
3991 rm -f conftest.$ac_objext conftest$ac_exeext
3992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3993 (eval $ac_link) 2>conftest.er1
3994 ac_status=$?
3995 grep -v '^ *+' conftest.er1 >conftest.err
3996 rm -f conftest.er1
3997 cat conftest.err >&5
3998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3999 (exit $ac_status); } &&
4000 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4002 (eval $ac_try) 2>&5
4003 ac_status=$?
4004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4005 (exit $ac_status); }; } &&
4006 { ac_try='test -s conftest$ac_exeext'
4007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4008 (eval $ac_try) 2>&5
4009 ac_status=$?
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); }; }; then
4012 ac_cv_lib_rt_sched_yield=yes
4013 else
4014 echo "$as_me: failed program was:" >&5
4015 sed 's/^/| /' conftest.$ac_ext >&5
4016
4017 ac_cv_lib_rt_sched_yield=no
4018 fi
4019 rm -f conftest.err conftest.$ac_objext \
4020 conftest$ac_exeext conftest.$ac_ext
4021 LIBS=$ac_check_lib_save_LIBS
4022 fi
4023 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4024 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4025 if test $ac_cv_lib_rt_sched_yield = yes; then
4026 LIBS="$LIBS -lrt"
4027 fi
4028
4029 fi
4030
4031
4032 echo "$as_me:$LINENO: checking for sched_yield support" >&5
4033 echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4034 cat >conftest.$ac_ext <<_ACEOF
4035 /* confdefs.h. */
4036 _ACEOF
4037 cat confdefs.h >>conftest.$ac_ext
4038 cat >>conftest.$ac_ext <<_ACEOF
4039 /* end confdefs.h. */
4040 #include <sched.h>
4041 int
4042 main ()
4043 {
4044 sched_yield ()
4045 ;
4046 return 0;
4047 }
4048 _ACEOF
4049 rm -f conftest.$ac_objext conftest$ac_exeext
4050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4051 (eval $ac_link) 2>conftest.er1
4052 ac_status=$?
4053 grep -v '^ *+' conftest.er1 >conftest.err
4054 rm -f conftest.er1
4055 cat conftest.err >&5
4056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4057 (exit $ac_status); } &&
4058 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4060 (eval $ac_try) 2>&5
4061 ac_status=$?
4062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4063 (exit $ac_status); }; } &&
4064 { ac_try='test -s conftest$ac_exeext'
4065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4066 (eval $ac_try) 2>&5
4067 ac_status=$?
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); }; }; then
4070 echo "$as_me:$LINENO: result: yes" >&5
4071 echo "${ECHO_T}yes" >&6
4072
4073 cat >>confdefs.h <<\_ACEOF
4074 #define HAVE_SCHED_YIELD 1
4075 _ACEOF
4076
4077 else
4078 echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4080
4081 echo "$as_me:$LINENO: result: no" >&5
4082 echo "${ECHO_T}no" >&6
4083 fi
4084 rm -f conftest.err conftest.$ac_objext \
4085 conftest$ac_exeext conftest.$ac_ext
4086
4087
4088 MALLOC_TYPE=S
4089
4090 support_frills=yes
4091 support_inheritpixmap=yes
4092 support_tinting=yes
4093 support_fading=yes
4094 support_keepscrolling=yes
4095 support_selectionscrolling=yes
4096 support_mousewheel=yes
4097 support_mouseslipwheel=yes
4098 support_utmp=yes
4099 support_wtmp=yes
4100 support_lastlog=yes
4101 support_text_blink=yes
4102 support_pointer_blank=yes
4103 support_scroll_rxvt=yes
4104 support_scroll_next=yes
4105 support_scroll_xterm=yes
4106 support_scroll_plain=yes
4107 support_xim=yes
4108 support_xpm=yes
4109 support_xft=yes
4110 support_unicode3=no
4111 support_combining=yes
4112 support_8bitctrls=no
4113 support_iso14755=yes
4114 support_styles=yes
4115 support_perl=yes
4116 codesets=all
4117
4118
4119 if test "x$enable_shared" = xyes; then
4120
4121 cat >>confdefs.h <<\_ACEOF
4122 #define LIBRXVT 1
4123 _ACEOF
4124
4125 INSTALL_LIBRXVT=yes
4126 fi
4127
4128
4129 # Check whether --enable-everything or --disable-everything was given.
4130 if test "${enable_everything+set}" = set; then
4131 enableval="$enable_everything"
4132
4133 if test x$enableval = xno; then
4134 support_24bit=no
4135 support_frills=no
4136 support_inheritpixmap=no
4137 support_tinting=no
4138 support_fading=no
4139 support_keepscrolling=no
4140 support_selectionscrolling=no
4141 support_lastlog=no
4142 support_mousewheel=no
4143 support_mouseslipwheel=no
4144 support_text_blink=no
4145 support_pointer_blank=no
4146 support_scroll_rxvt=no
4147 support_scroll_next=no
4148 support_scroll_xterm=no
4149 support_scroll_plain=no
4150 support_utmp=no
4151 support_wtmp=no
4152 support_xim=no
4153 support_xpm=no
4154 support_xft=no
4155 support_unicode3=no
4156 support_combining=no
4157 support_8bitctrls=no
4158 support_iso14755=no
4159 support_styles=no
4160 support_perl=no
4161 codesets=
4162 fi
4163 if test x$enableval = xyes; then
4164 support_24bit=yes
4165 support_frills=yes
4166 support_inheritpixmap=yes
4167 support_tinting=yes
4168 support_fading=yes
4169 support_keepscrolling=yes
4170 support_selectionscrolling=yes
4171 support_lastlog=yes
4172 support_mousewheel=yes
4173 support_mouseslipwheel=yes
4174 support_text_blink=yes
4175 support_pointer_blank=yes
4176 support_scroll_rxvt=yes
4177 support_scroll_next=yes
4178 support_scroll_xterm=yes
4179 support_scroll_plain=yes
4180 support_utmp=yes
4181 support_wtmp=yes
4182 support_xim=yes
4183 support_xpm=yes
4184 support_xft=yes
4185 support_unicode3=yes
4186 support_combining=yes
4187 #support_8bitctrls=yes
4188 support_iso14755=yes
4189 support_styles=yes
4190 support_perl=yes
4191 codesets=all
4192 fi
4193
4194 fi;
4195
4196 # Check whether --enable-unicode3 or --disable-unicode3 was given.
4197 if test "${enable_unicode3+set}" = set; then
4198 enableval="$enable_unicode3"
4199 if test x$enableval = xyes -o x$enableval = xno; then
4200 support_unicode3=$enableval
4201 fi
4202 fi;
4203
4204 # Check whether --enable-combining or --disable-combining was given.
4205 if test "${enable_combining+set}" = set; then
4206 enableval="$enable_combining"
4207 if test x$enableval = xyes -o x$enableval = xno; then
4208 support_combining=$enableval
4209 fi
4210 fi;
4211
4212 # Check whether --enable-xft or --disable-xft was given.
4213 if test "${enable_xft+set}" = set; then
4214 enableval="$enable_xft"
4215 if test x$enableval = xyes -o x$enableval = xno; then
4216 support_xft=$enableval
4217 fi
4218 fi;
4219
4220 # Check whether --enable-font-styles or --disable-font-styles was given.
4221 if test "${enable_font_styles+set}" = set; then
4222 enableval="$enable_font_styles"
4223 if test x$enableval = xyes -o x$enableval = xno; then
4224 support_styles=$enableval
4225 fi
4226 fi;
4227
4228 # Check whether --enable-utmp or --disable-utmp was given.
4229 if test "${enable_utmp+set}" = set; then
4230 enableval="$enable_utmp"
4231 if test x$enableval = xyes -o x$enableval = xno; then
4232 support_utmp=$enableval
4233 fi
4234 fi;
4235
4236 # Check whether --enable-wtmp or --disable-wtmp was given.
4237 if test "${enable_wtmp+set}" = set; then
4238 enableval="$enable_wtmp"
4239 if test x$enableval = xyes -o x$enableval = xno; then
4240 support_wtmp=$enableval
4241 fi
4242 fi;
4243
4244 # Check whether --enable-lastlog or --disable-lastlog was given.
4245 if test "${enable_lastlog+set}" = set; then
4246 enableval="$enable_lastlog"
4247 if test x$enableval = xyes -o x$enableval = xno; then
4248 support_lastlog=$enableval
4249 fi
4250 fi;
4251
4252 # Check whether --enable-xpm-background or --disable-xpm-background was given.
4253 if test "${enable_xpm_background+set}" = set; then
4254 enableval="$enable_xpm_background"
4255 if test x$enableval = xyes -o x$enableval = xno; then
4256 support_xpm=$enableval
4257 fi
4258 fi;
4259
4260 # Check whether --enable-transparency or --disable-transparency was given.
4261 if test "${enable_transparency+set}" = set; then
4262 enableval="$enable_transparency"
4263 if test x$enableval = xyes -o x$enableval = xno; then
4264 support_inheritpixmap=$enableval
4265 fi
4266 fi;
4267
4268 # Check whether --enable-tinting or --disable-tinting was given.
4269 if test "${enable_tinting+set}" = set; then
4270 enableval="$enable_tinting"
4271 if test x$enableval = xyes -o x$enableval = xno; then
4272 support_tinting=$enableval
4273 fi
4274 fi;
4275
4276 # Check whether --enable-fading or --disable-fading was given.
4277 if test "${enable_fading+set}" = set; then
4278 enableval="$enable_fading"
4279 if test x$enableval = xyes -o x$enableval = xno; then
4280 support_fading=$enableval
4281 fi
4282 fi;
4283
4284 # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4285 if test "${enable_rxvt_scroll+set}" = set; then
4286 enableval="$enable_rxvt_scroll"
4287 if test x$enableval = xyes -o x$enableval = xno; then
4288 support_scroll_rxvt=$enableval
4289 fi
4290 fi;
4291
4292 # Check whether --enable-next-scroll or --disable-next-scroll was given.
4293 if test "${enable_next_scroll+set}" = set; then
4294 enableval="$enable_next_scroll"
4295 if test x$enableval = xyes -o x$enableval = xno; then
4296 support_scroll_next=$enableval
4297 fi
4298 fi;
4299
4300 # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4301 if test "${enable_xterm_scroll+set}" = set; then
4302 enableval="$enable_xterm_scroll"
4303 if test x$enableval = xyes -o x$enableval = xno; then
4304 support_scroll_xterm=$enableval
4305 fi
4306 fi;
4307
4308 # Check whether --enable-perl or --disable-perl was given.
4309 if test "${enable_perl+set}" = set; then
4310 enableval="$enable_perl"
4311 if test x$enableval = xyes -o x$enableval = xno; then
4312 support_perl=$enableval
4313 fi
4314 fi;
4315
4316 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4317 if test "${enable_plain_scroll+set}" = set; then
4318 enableval="$enable_plain_scroll"
4319 if test x$enableval = xyes -o x$enableval = xno; then
4320 support_scroll_plain=$enableval
4321 fi
4322 fi;
4323
4324
4325
4326 # Check whether --with-codesets or --without-codesets was given.
4327 if test "${with_codesets+set}" = set; then
4328 withval="$with_codesets"
4329 codesets="$withval"
4330 fi;
4331
4332 # Check whether --enable-xim or --disable-xim was given.
4333 if test "${enable_xim+set}" = set; then
4334 enableval="$enable_xim"
4335 if test x$enableval = xyes -o x$enableval = xno; then
4336 support_xim=$enableval
4337 fi
4338 fi;
4339
4340 # Check whether --enable-ttygid or --disable-ttygid was given.
4341 if test "${enable_ttygid+set}" = set; then
4342 enableval="$enable_ttygid"
4343 if test x$enableval = xyes; then
4344
4345 cat >>confdefs.h <<\_ACEOF
4346 #define TTY_GID_SUPPORT 1
4347 _ACEOF
4348
4349 fi
4350 fi;
4351
4352 # Check whether --enable-backspace-key or --disable-backspace-key was given.
4353 if test "${enable_backspace_key+set}" = set; then
4354 enableval="$enable_backspace_key"
4355 if test x$enableval = xno; then
4356
4357 cat >>confdefs.h <<\_ACEOF
4358 #define NO_BACKSPACE_KEY 1
4359 _ACEOF
4360
4361 fi
4362 fi;
4363
4364 # Check whether --enable-delete-key or --disable-delete-key was given.
4365 if test "${enable_delete_key+set}" = set; then
4366 enableval="$enable_delete_key"
4367 if test x$enableval = xno; then
4368
4369 cat >>confdefs.h <<\_ACEOF
4370 #define NO_DELETE_KEY 1
4371 _ACEOF
4372
4373 fi
4374 fi;
4375
4376 # Check whether --enable-resources or --disable-resources was given.
4377 if test "${enable_resources+set}" = set; then
4378 enableval="$enable_resources"
4379 if test x$enableval = xno; then
4380
4381 cat >>confdefs.h <<\_ACEOF
4382 #define NO_RESOURCES 1
4383 _ACEOF
4384
4385 fi
4386 fi;
4387
4388 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4389 if test "${enable_8bitctrls+set}" = set; then
4390 enableval="$enable_8bitctrls"
4391 if test x$enableval = xyes -o x$enableval = xno; then
4392 support_8bitctrls=$enableval
4393 fi
4394 fi;
4395
4396 RESFALLBACK=Rxvt
4397 # Check whether --enable-fallback or --disable-fallback was given.
4398 if test "${enable_fallback+set}" = set; then
4399 enableval="$enable_fallback"
4400
4401 test x$enableval = xyes && enableval=Rxvt
4402 test x$enableval = xno && enableval=
4403 RESFALLBACK="$enableval"
4404
4405 fi;
4406
4407 if test x$RESFALLBACK != x; then
4408
4409 cat >>confdefs.h <<_ACEOF
4410 #define RESFALLBACK "$RESFALLBACK"
4411 _ACEOF
4412
4413 fi
4414
4415 RESNAME=urxvt
4416
4417 # Check whether --with-res-name or --without-res-name was given.
4418 if test "${with_res_name+set}" = set; then
4419 withval="$with_res_name"
4420 RESNAME="$withval"
4421 fi;
4422
4423 cat >>confdefs.h <<_ACEOF
4424 #define RESNAME "$RESNAME"
4425 _ACEOF
4426
4427
4428 RESCLASS=URxvt
4429
4430 # Check whether --with-res-class or --without-res-class was given.
4431 if test "${with_res_class+set}" = set; then
4432 withval="$with_res_class"
4433 RESCLASS="$withval"
4434 fi;
4435
4436 cat >>confdefs.h <<_ACEOF
4437 #define RESCLASS "$RESCLASS"
4438 _ACEOF
4439
4440
4441 RXVTNAME=urxvt
4442
4443 # Check whether --with-name or --without-name was given.
4444 if test "${with_name+set}" = set; then
4445 withval="$with_name"
4446 RXVTNAME="$withval"
4447 fi;
4448
4449 cat >>confdefs.h <<_ACEOF
4450 #define RXVTNAME "$RXVTNAME"
4451 _ACEOF
4452
4453
4454 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4455
4456
4457 # Check whether --enable-swapscreen or --disable-swapscreen was given.
4458 if test "${enable_swapscreen+set}" = set; then
4459 enableval="$enable_swapscreen"
4460 if test x$enableval = xno; then
4461
4462 cat >>confdefs.h <<\_ACEOF
4463 #define NO_SECONDARY_SCREEN 1
4464 _ACEOF
4465
4466 fi
4467 fi;
4468
4469 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4470 if test "${enable_iso14755+set}" = set; then
4471 enableval="$enable_iso14755"
4472 if test x$enableval = xyes -o x$enableval = xno; then
4473 support_iso14755=$enableval
4474 fi
4475 fi;
4476
4477 # Check whether --enable-frills or --disable-frills was given.
4478 if test "${enable_frills+set}" = set; then
4479 enableval="$enable_frills"
4480 if test x$enableval = xyes -o x$enableval = xno; then
4481 support_frills=$enableval
4482 fi
4483 fi;
4484
4485 # Check whether --enable-24bit or --disable-24bit was given.
4486 if test "${enable_24bit+set}" = set; then
4487 enableval="$enable_24bit"
4488 if test x$enableval = xyes -o x$enableval = xno; then
4489 support_24bit=$enableval
4490 fi
4491 fi;
4492
4493 # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4494 if test "${enable_keepscrolling+set}" = set; then
4495 enableval="$enable_keepscrolling"
4496 if test x$enableval = xyes -o x$enableval = xno; then
4497 support_keepscrolling=$enableval
4498 fi
4499 fi;
4500
4501 # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4502 if test "${enable_selectionscrolling+set}" = set; then
4503 enableval="$enable_selectionscrolling"
4504 if test x$enableval = xyes -o x$enableval = xno; then
4505 support_selectionscrolling=$enableval
4506 fi
4507 fi;
4508
4509 # Check whether --enable-mousewheel or --disable-mousewheel was given.
4510 if test "${enable_mousewheel+set}" = set; then
4511 enableval="$enable_mousewheel"
4512 if test x$enableval = xyes -o x$enableval = xno; then
4513 support_mousewheel=$enableval
4514 fi
4515 fi;
4516
4517 # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4518 if test "${enable_slipwheeling+set}" = set; then
4519 enableval="$enable_slipwheeling"
4520 if test x$enableval = xyes -o x$enableval = xno; then
4521 support_mouseslipwheel=$enableval
4522 fi
4523 fi;
4524
4525 # Check whether --enable-dmalloc or --disable-dmalloc was given.
4526 if test "${enable_dmalloc+set}" = set; then
4527 enableval="$enable_dmalloc"
4528 if test x$enableval = xyes; then
4529 MALLOC_TYPE=G
4530 DEBUG=-DDEBUG_MALLOC
4531 DLIB="-L/usr/local/lib -ldmalloc"
4532 DINCLUDE=-I/usr/local/include
4533 fi
4534 fi;
4535
4536 # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4537 if test "${enable_dlmalloc+set}" = set; then
4538 enableval="$enable_dlmalloc"
4539 if test x$enableval = xyes; then
4540 MALLOC_TYPE=D
4541 DEBUG=
4542 DLIB="-L/usr/local/lib -ldlmalloc"
4543 DINCLUDE=
4544 fi
4545 fi;
4546
4547 # Check whether --enable-smart-resize or --disable-smart-resize was given.
4548 if test "${enable_smart_resize+set}" = set; then
4549 enableval="$enable_smart_resize"
4550 if test x$enableval = xyes; then
4551
4552 cat >>confdefs.h <<\_ACEOF
4553 #define SMART_RESIZE 1
4554 _ACEOF
4555
4556 fi
4557 fi;
4558
4559 # Check whether --enable-text-blink or --disable-text-blink was given.
4560 if test "${enable_text_blink+set}" = set; then
4561 enableval="$enable_text_blink"
4562 if test x$enableval = xyes -o x$enableval = xno; then
4563 support_text_blink=$enableval
4564 fi
4565 fi;
4566
4567 # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4568 if test "${enable_pointer_blank+set}" = set; then
4569 enableval="$enable_pointer_blank"
4570 if test x$enableval = xyes -o x$enableval = xno; then
4571 support_pointer_blank=$enableval
4572 fi
4573 fi;
4574
4575
4576 # Check whether --with-term or --without-term was given.
4577 if test "${with_term+set}" = set; then
4578 withval="$with_term"
4579 if test x$withval != x; then
4580
4581 cat >>confdefs.h <<_ACEOF
4582 #define TERMENV "$withval"
4583 _ACEOF
4584 term="$withval"
4585 fi
4586 fi;
4587
4588
4589 # Check whether --with-terminfo or --without-terminfo was given.
4590 if test "${with_terminfo+set}" = set; then
4591 withval="$with_terminfo"
4592 if test x$withval != x; then
4593
4594 cat >>confdefs.h <<_ACEOF
4595 #define RXVT_TERMINFO "$withval"
4596 _ACEOF
4597 terminfo="$withval"
4598 fi
4599 fi;
4600
4601
4602 # Extract the first word of "mv", so it can be a program name with args.
4603 set dummy mv; ac_word=$2
4604 echo "$as_me:$LINENO: checking for $ac_word" >&5
4605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4606 if test "${ac_cv_path_MV+set}" = set; then
4607 echo $ECHO_N "(cached) $ECHO_C" >&6
4608 else
4609 case $MV in
4610 [\\/]* | ?:[\\/]*)
4611 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4612 ;;
4613 *)
4614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4616 do
4617 IFS=$as_save_IFS
4618 test -z "$as_dir" && as_dir=.
4619 for ac_exec_ext in '' $ac_executable_extensions; do
4620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4623 break 2
4624 fi
4625 done
4626 done
4627
4628 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4629 ;;
4630 esac
4631 fi
4632 MV=$ac_cv_path_MV
4633
4634 if test -n "$MV"; then
4635 echo "$as_me:$LINENO: result: $MV" >&5
4636 echo "${ECHO_T}$MV" >&6
4637 else
4638 echo "$as_me:$LINENO: result: no" >&5
4639 echo "${ECHO_T}no" >&6
4640 fi
4641
4642 # Extract the first word of "rm", so it can be a program name with args.
4643 set dummy rm; ac_word=$2
4644 echo "$as_me:$LINENO: checking for $ac_word" >&5
4645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4646 if test "${ac_cv_path_RM+set}" = set; then
4647 echo $ECHO_N "(cached) $ECHO_C" >&6
4648 else
4649 case $RM in
4650 [\\/]* | ?:[\\/]*)
4651 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4652 ;;
4653 *)
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH
4656 do
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4661 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4662 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4663 break 2
4664 fi
4665 done
4666 done
4667
4668 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4669 ;;
4670 esac
4671 fi
4672 RM=$ac_cv_path_RM
4673
4674 if test -n "$RM"; then
4675 echo "$as_me:$LINENO: result: $RM" >&5
4676 echo "${ECHO_T}$RM" >&6
4677 else
4678 echo "$as_me:$LINENO: result: no" >&5
4679 echo "${ECHO_T}no" >&6
4680 fi
4681
4682 # Extract the first word of "cp", so it can be a program name with args.
4683 set dummy cp; ac_word=$2
4684 echo "$as_me:$LINENO: checking for $ac_word" >&5
4685 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4686 if test "${ac_cv_path_CP+set}" = set; then
4687 echo $ECHO_N "(cached) $ECHO_C" >&6
4688 else
4689 case $CP in
4690 [\\/]* | ?:[\\/]*)
4691 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4692 ;;
4693 *)
4694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4695 for as_dir in $PATH
4696 do
4697 IFS=$as_save_IFS
4698 test -z "$as_dir" && as_dir=.
4699 for ac_exec_ext in '' $ac_executable_extensions; do
4700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4701 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4703 break 2
4704 fi
4705 done
4706 done
4707
4708 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4709 ;;
4710 esac
4711 fi
4712 CP=$ac_cv_path_CP
4713
4714 if test -n "$CP"; then
4715 echo "$as_me:$LINENO: result: $CP" >&5
4716 echo "${ECHO_T}$CP" >&6
4717 else
4718 echo "$as_me:$LINENO: result: no" >&5
4719 echo "${ECHO_T}no" >&6
4720 fi
4721
4722 # Extract the first word of "ln", so it can be a program name with args.
4723 set dummy ln; ac_word=$2
4724 echo "$as_me:$LINENO: checking for $ac_word" >&5
4725 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4726 if test "${ac_cv_path_LN+set}" = set; then
4727 echo $ECHO_N "(cached) $ECHO_C" >&6
4728 else
4729 case $LN in
4730 [\\/]* | ?:[\\/]*)
4731 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4732 ;;
4733 *)
4734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735 for as_dir in $PATH
4736 do
4737 IFS=$as_save_IFS
4738 test -z "$as_dir" && as_dir=.
4739 for ac_exec_ext in '' $ac_executable_extensions; do
4740 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4741 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4743 break 2
4744 fi
4745 done
4746 done
4747
4748 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
4749 ;;
4750 esac
4751 fi
4752 LN=$ac_cv_path_LN
4753
4754 if test -n "$LN"; then
4755 echo "$as_me:$LINENO: result: $LN" >&5
4756 echo "${ECHO_T}$LN" >&6
4757 else
4758 echo "$as_me:$LINENO: result: no" >&5
4759 echo "${ECHO_T}no" >&6
4760 fi
4761
4762 # Extract the first word of "sed", so it can be a program name with args.
4763 set dummy sed; ac_word=$2
4764 echo "$as_me:$LINENO: checking for $ac_word" >&5
4765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4766 if test "${ac_cv_path_SED+set}" = set; then
4767 echo $ECHO_N "(cached) $ECHO_C" >&6
4768 else
4769 case $SED in
4770 [\\/]* | ?:[\\/]*)
4771 ac_cv_path_SED="$SED" # Let the user override the test with a path.
4772 ;;
4773 *)
4774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4775 for as_dir in $PATH
4776 do
4777 IFS=$as_save_IFS
4778 test -z "$as_dir" && as_dir=.
4779 for ac_exec_ext in '' $ac_executable_extensions; do
4780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4781 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4783 break 2
4784 fi
4785 done
4786 done
4787
4788 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
4789 ;;
4790 esac
4791 fi
4792 SED=$ac_cv_path_SED
4793
4794 if test -n "$SED"; then
4795 echo "$as_me:$LINENO: result: $SED" >&5
4796 echo "${ECHO_T}$SED" >&6
4797 else
4798 echo "$as_me:$LINENO: result: no" >&5
4799 echo "${ECHO_T}no" >&6
4800 fi
4801
4802 # Extract the first word of "echo", so it can be a program name with args.
4803 set dummy echo; ac_word=$2
4804 echo "$as_me:$LINENO: checking for $ac_word" >&5
4805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4806 if test "${ac_cv_path_ECHO+set}" = set; then
4807 echo $ECHO_N "(cached) $ECHO_C" >&6
4808 else
4809 case $ECHO in
4810 [\\/]* | ?:[\\/]*)
4811 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
4812 ;;
4813 *)
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815 for as_dir in $PATH
4816 do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_exec_ext in '' $ac_executable_extensions; do
4820 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4821 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
4822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4823 break 2
4824 fi
4825 done
4826 done
4827
4828 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
4829 ;;
4830 esac
4831 fi
4832 ECHO=$ac_cv_path_ECHO
4833
4834 if test -n "$ECHO"; then
4835 echo "$as_me:$LINENO: result: $ECHO" >&5
4836 echo "${ECHO_T}$ECHO" >&6
4837 else
4838 echo "$as_me:$LINENO: result: no" >&5
4839 echo "${ECHO_T}no" >&6
4840 fi
4841
4842 # Extract the first word of "cmp", so it can be a program name with args.
4843 set dummy cmp; ac_word=$2
4844 echo "$as_me:$LINENO: checking for $ac_word" >&5
4845 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4846 if test "${ac_cv_path_CMP+set}" = set; then
4847 echo $ECHO_N "(cached) $ECHO_C" >&6
4848 else
4849 case $CMP in
4850 [\\/]* | ?:[\\/]*)
4851 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
4852 ;;
4853 *)
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855 for as_dir in $PATH
4856 do
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4861 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
4862 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4863 break 2
4864 fi
4865 done
4866 done
4867
4868 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
4869 ;;
4870 esac
4871 fi
4872 CMP=$ac_cv_path_CMP
4873
4874 if test -n "$CMP"; then
4875 echo "$as_me:$LINENO: result: $CMP" >&5
4876 echo "${ECHO_T}$CMP" >&6
4877 else
4878 echo "$as_me:$LINENO: result: no" >&5
4879 echo "${ECHO_T}no" >&6
4880 fi
4881
4882 # Extract the first word of "tic", so it can be a program name with args.
4883 set dummy tic; ac_word=$2
4884 echo "$as_me:$LINENO: checking for $ac_word" >&5
4885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4886 if test "${ac_cv_path_TIC+set}" = set; then
4887 echo $ECHO_N "(cached) $ECHO_C" >&6
4888 else
4889 case $TIC in
4890 [\\/]* | ?:[\\/]*)
4891 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
4892 ;;
4893 *)
4894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4895 for as_dir in $PATH
4896 do
4897 IFS=$as_save_IFS
4898 test -z "$as_dir" && as_dir=.
4899 for ac_exec_ext in '' $ac_executable_extensions; do
4900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4901 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
4902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4903 break 2
4904 fi
4905 done
4906 done
4907
4908 ;;
4909 esac
4910 fi
4911 TIC=$ac_cv_path_TIC
4912
4913 if test -n "$TIC"; then
4914 echo "$as_me:$LINENO: result: $TIC" >&5
4915 echo "${ECHO_T}$TIC" >&6
4916 else
4917 echo "$as_me:$LINENO: result: no" >&5
4918 echo "${ECHO_T}no" >&6
4919 fi
4920
4921
4922
4923
4924 ac_ext=cc
4925 ac_cpp='$CXXCPP $CPPFLAGS'
4926 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4927 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4928 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4929 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4930 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4931 if test -z "$CXXCPP"; then
4932 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4933 echo $ECHO_N "(cached) $ECHO_C" >&6
4934 else
4935 # Double quotes because CXXCPP needs to be expanded
4936 for CXXCPP in "$CXX -E" "/lib/cpp"
4937 do
4938 ac_preproc_ok=false
4939 for ac_cxx_preproc_warn_flag in '' yes
4940 do
4941 # Use a header file that comes with gcc, so configuring glibc
4942 # with a fresh cross-compiler works.
4943 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4944 # <limits.h> exists even on freestanding compilers.
4945 # On the NeXT, cc -E runs the code through the compiler's parser,
4946 # not just through cpp. "Syntax error" is here to catch this case.
4947 cat >conftest.$ac_ext <<_ACEOF
4948 /* confdefs.h. */
4949 _ACEOF
4950 cat confdefs.h >>conftest.$ac_ext
4951 cat >>conftest.$ac_ext <<_ACEOF
4952 /* end confdefs.h. */
4953 #ifdef __STDC__
4954 # include <limits.h>
4955 #else
4956 # include <assert.h>
4957 #endif
4958 Syntax error
4959 _ACEOF
4960 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4961 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4962 ac_status=$?
4963 grep -v '^ *+' conftest.er1 >conftest.err
4964 rm -f conftest.er1
4965 cat conftest.err >&5
4966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } >/dev/null; then
4968 if test -s conftest.err; then
4969 ac_cpp_err=$ac_cxx_preproc_warn_flag
4970 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4971 else
4972 ac_cpp_err=
4973 fi
4974 else
4975 ac_cpp_err=yes
4976 fi
4977 if test -z "$ac_cpp_err"; then
4978 :
4979 else
4980 echo "$as_me: failed program was:" >&5
4981 sed 's/^/| /' conftest.$ac_ext >&5
4982
4983 # Broken: fails on valid input.
4984 continue
4985 fi
4986 rm -f conftest.err conftest.$ac_ext
4987
4988 # OK, works on sane cases. Now check whether non-existent headers
4989 # can be detected and how.
4990 cat >conftest.$ac_ext <<_ACEOF
4991 /* confdefs.h. */
4992 _ACEOF
4993 cat confdefs.h >>conftest.$ac_ext
4994 cat >>conftest.$ac_ext <<_ACEOF
4995 /* end confdefs.h. */
4996 #include <ac_nonexistent.h>
4997 _ACEOF
4998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4999 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } >/dev/null; then
5006 if test -s conftest.err; then
5007 ac_cpp_err=$ac_cxx_preproc_warn_flag
5008 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5009 else
5010 ac_cpp_err=
5011 fi
5012 else
5013 ac_cpp_err=yes
5014 fi
5015 if test -z "$ac_cpp_err"; then
5016 # Broken: success on invalid input.
5017 continue
5018 else
5019 echo "$as_me: failed program was:" >&5
5020 sed 's/^/| /' conftest.$ac_ext >&5
5021
5022 # Passes both tests.
5023 ac_preproc_ok=:
5024 break
5025 fi
5026 rm -f conftest.err conftest.$ac_ext
5027
5028 done
5029 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5030 rm -f conftest.err conftest.$ac_ext
5031 if $ac_preproc_ok; then
5032 break
5033 fi
5034
5035 done
5036 ac_cv_prog_CXXCPP=$CXXCPP
5037
5038 fi
5039 CXXCPP=$ac_cv_prog_CXXCPP
5040 else
5041 ac_cv_prog_CXXCPP=$CXXCPP
5042 fi
5043 echo "$as_me:$LINENO: result: $CXXCPP" >&5
5044 echo "${ECHO_T}$CXXCPP" >&6
5045 ac_preproc_ok=false
5046 for ac_cxx_preproc_warn_flag in '' yes
5047 do
5048 # Use a header file that comes with gcc, so configuring glibc
5049 # with a fresh cross-compiler works.
5050 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5051 # <limits.h> exists even on freestanding compilers.
5052 # On the NeXT, cc -E runs the code through the compiler's parser,
5053 # not just through cpp. "Syntax error" is here to catch this case.
5054 cat >conftest.$ac_ext <<_ACEOF
5055 /* confdefs.h. */
5056 _ACEOF
5057 cat confdefs.h >>conftest.$ac_ext
5058 cat >>conftest.$ac_ext <<_ACEOF
5059 /* end confdefs.h. */
5060 #ifdef __STDC__
5061 # include <limits.h>
5062 #else
5063 # include <assert.h>
5064 #endif
5065 Syntax error
5066 _ACEOF
5067 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5069 ac_status=$?
5070 grep -v '^ *+' conftest.er1 >conftest.err
5071 rm -f conftest.er1
5072 cat conftest.err >&5
5073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5074 (exit $ac_status); } >/dev/null; then
5075 if test -s conftest.err; then
5076 ac_cpp_err=$ac_cxx_preproc_warn_flag
5077 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5078 else
5079 ac_cpp_err=
5080 fi
5081 else
5082 ac_cpp_err=yes
5083 fi
5084 if test -z "$ac_cpp_err"; then
5085 :
5086 else
5087 echo "$as_me: failed program was:" >&5
5088 sed 's/^/| /' conftest.$ac_ext >&5
5089
5090 # Broken: fails on valid input.
5091 continue
5092 fi
5093 rm -f conftest.err conftest.$ac_ext
5094
5095 # OK, works on sane cases. Now check whether non-existent headers
5096 # can be detected and how.
5097 cat >conftest.$ac_ext <<_ACEOF
5098 /* confdefs.h. */
5099 _ACEOF
5100 cat confdefs.h >>conftest.$ac_ext
5101 cat >>conftest.$ac_ext <<_ACEOF
5102 /* end confdefs.h. */
5103 #include <ac_nonexistent.h>
5104 _ACEOF
5105 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5106 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5107 ac_status=$?
5108 grep -v '^ *+' conftest.er1 >conftest.err
5109 rm -f conftest.er1
5110 cat conftest.err >&5
5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5112 (exit $ac_status); } >/dev/null; then
5113 if test -s conftest.err; then
5114 ac_cpp_err=$ac_cxx_preproc_warn_flag
5115 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5116 else
5117 ac_cpp_err=
5118 fi
5119 else
5120 ac_cpp_err=yes
5121 fi
5122 if test -z "$ac_cpp_err"; then
5123 # Broken: success on invalid input.
5124 continue
5125 else
5126 echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.$ac_ext >&5
5128
5129 # Passes both tests.
5130 ac_preproc_ok=:
5131 break
5132 fi
5133 rm -f conftest.err conftest.$ac_ext
5134
5135 done
5136 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5137 rm -f conftest.err conftest.$ac_ext
5138 if $ac_preproc_ok; then
5139 :
5140 else
5141 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5142 See \`config.log' for more details." >&5
5143 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5144 See \`config.log' for more details." >&2;}
5145 { (exit 1); exit 1; }; }
5146 fi
5147
5148 ac_ext=cc
5149 ac_cpp='$CXXCPP $CPPFLAGS'
5150 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5151 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5152 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5153
5154
5155
5156 if test "x$ac_path_x_has_been_run" != xyes; then
5157 echo "$as_me:$LINENO: checking for X" >&5
5158 echo $ECHO_N "checking for X... $ECHO_C" >&6
5159
5160 ac_path_x_has_been_run=yes
5161
5162 # Check whether --with-x or --without-x was given.
5163 if test "${with_x+set}" = set; then
5164 withval="$with_x"
5165
5166 fi;
5167 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5168 if test "x$with_x" = xno; then
5169 # The user explicitly disabled X.
5170 have_x=disabled
5171 else
5172 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5173 # Both variables are already set.
5174 have_x=yes
5175 else
5176 if test "${ac_cv_have_x+set}" = set; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6
5178 else
5179 # One or both of the vars are not set, and there is no cached value.
5180 ac_x_includes=no ac_x_libraries=no
5181 rm -fr conftest.dir
5182 if mkdir conftest.dir; then
5183 cd conftest.dir
5184 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5185 cat >Imakefile <<'_ACEOF'
5186 acfindx:
5187 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5188 _ACEOF
5189 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5190 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5191 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5192 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5193 for ac_extension in a so sl; do
5194 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5195 test -f $ac_im_libdir/libX11.$ac_extension; then
5196 ac_im_usrlibdir=$ac_im_libdir; break
5197 fi
5198 done
5199 # Screen out bogus values from the imake configuration. They are
5200 # bogus both because they are the default anyway, and because
5201 # using them would break gcc on systems where it needs fixed includes.
5202 case $ac_im_incroot in
5203 /usr/include) ;;
5204 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5205 esac
5206 case $ac_im_usrlibdir in
5207 /usr/lib | /lib) ;;
5208 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5209 esac
5210 fi
5211 cd ..
5212 rm -fr conftest.dir
5213 fi
5214
5215 # Standard set of common directories for X headers.
5216 # Check X11 before X11Rn because it is often a symlink to the current release.
5217 ac_x_header_dirs='
5218 /usr/X11/include
5219 /usr/X11R6/include
5220 /usr/X11R5/include
5221 /usr/X11R4/include
5222
5223 /usr/include/X11
5224 /usr/include/X11R6
5225 /usr/include/X11R5
5226 /usr/include/X11R4
5227
5228 /usr/local/X11/include
5229 /usr/local/X11R6/include
5230 /usr/local/X11R5/include
5231 /usr/local/X11R4/include
5232
5233 /usr/local/include/X11
5234 /usr/local/include/X11R6
5235 /usr/local/include/X11R5
5236 /usr/local/include/X11R4
5237
5238 /usr/X386/include
5239 /usr/x386/include
5240 /usr/XFree86/include/X11
5241
5242 /usr/include
5243 /usr/local/include
5244 /usr/unsupported/include
5245 /usr/athena/include
5246 /usr/local/x11r5/include
5247 /usr/lpp/Xamples/include
5248
5249 /usr/openwin/include
5250 /usr/openwin/share/include'
5251
5252 if test "$ac_x_includes" = no; then
5253 # Guess where to find include files, by looking for a specified header file.
5254 # First, try using that file with no special directory specified.
5255 cat >conftest.$ac_ext <<_ACEOF
5256 /* confdefs.h. */
5257 _ACEOF
5258 cat confdefs.h >>conftest.$ac_ext
5259 cat >>conftest.$ac_ext <<_ACEOF
5260 /* end confdefs.h. */
5261 #include <X11/Xlib.h>
5262 _ACEOF
5263 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5264 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5265 ac_status=$?
5266 grep -v '^ *+' conftest.er1 >conftest.err
5267 rm -f conftest.er1
5268 cat conftest.err >&5
5269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5270 (exit $ac_status); } >/dev/null; then
5271 if test -s conftest.err; then
5272 ac_cpp_err=$ac_cxx_preproc_warn_flag
5273 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5274 else
5275 ac_cpp_err=
5276 fi
5277 else
5278 ac_cpp_err=yes
5279 fi
5280 if test -z "$ac_cpp_err"; then
5281 # We can compile using X headers with no special include directory.
5282 ac_x_includes=
5283 else
5284 echo "$as_me: failed program was:" >&5
5285 sed 's/^/| /' conftest.$ac_ext >&5
5286
5287 for ac_dir in $ac_x_header_dirs; do
5288 if test -r "$ac_dir/X11/Xlib.h"; then
5289 ac_x_includes=$ac_dir
5290 break
5291 fi
5292 done
5293 fi
5294 rm -f conftest.err conftest.$ac_ext
5295 fi # $ac_x_includes = no
5296
5297 if test "$ac_x_libraries" = no; then
5298 # Check for the libraries.
5299 # See if we find them without any special options.
5300 # Don't add to $LIBS permanently.
5301 ac_save_LIBS=$LIBS
5302 LIBS="-lX11 $LIBS"
5303 cat >conftest.$ac_ext <<_ACEOF
5304 /* confdefs.h. */
5305 _ACEOF
5306 cat confdefs.h >>conftest.$ac_ext
5307 cat >>conftest.$ac_ext <<_ACEOF
5308 /* end confdefs.h. */
5309 #include <X11/Xlib.h>
5310 int
5311 main ()
5312 {
5313 XrmInitialize ()
5314 ;
5315 return 0;
5316 }
5317 _ACEOF
5318 rm -f conftest.$ac_objext conftest$ac_exeext
5319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5320 (eval $ac_link) 2>conftest.er1
5321 ac_status=$?
5322 grep -v '^ *+' conftest.er1 >conftest.err
5323 rm -f conftest.er1
5324 cat conftest.err >&5
5325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5326 (exit $ac_status); } &&
5327 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5329 (eval $ac_try) 2>&5
5330 ac_status=$?
5331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5332 (exit $ac_status); }; } &&
5333 { ac_try='test -s conftest$ac_exeext'
5334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5335 (eval $ac_try) 2>&5
5336 ac_status=$?
5337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 (exit $ac_status); }; }; then
5339 LIBS=$ac_save_LIBS
5340 # We can link X programs with no special library path.
5341 ac_x_libraries=
5342 else
5343 echo "$as_me: failed program was:" >&5
5344 sed 's/^/| /' conftest.$ac_ext >&5
5345
5346 LIBS=$ac_save_LIBS
5347 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5348 do
5349 # Don't even attempt the hair of trying to link an X program!
5350 for ac_extension in a so sl; do
5351 if test -r $ac_dir/libX11.$ac_extension; then
5352 ac_x_libraries=$ac_dir
5353 break 2
5354 fi
5355 done
5356 done
5357 fi
5358 rm -f conftest.err conftest.$ac_objext \
5359 conftest$ac_exeext conftest.$ac_ext
5360 fi # $ac_x_libraries = no
5361
5362 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5363 # Didn't find X anywhere. Cache the known absence of X.
5364 ac_cv_have_x="have_x=no"
5365 else
5366 # Record where we found X for the cache.
5367 ac_cv_have_x="have_x=yes \
5368 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5369 fi
5370 fi
5371
5372 fi
5373 eval "$ac_cv_have_x"
5374 fi # $with_x != no
5375
5376 if test "$have_x" != yes; then
5377 echo "$as_me:$LINENO: result: $have_x" >&5
5378 echo "${ECHO_T}$have_x" >&6
5379 no_x=yes
5380 else
5381 # If each of the values was on the command line, it overrides each guess.
5382 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5383 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5384 # Update the cache value to reflect the command line values.
5385 ac_cv_have_x="have_x=yes \
5386 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5387 # It might be that x_includes is empty (headers are found in the
5388 # standard search path. Then output the corresponding message
5389 ac_out_x_includes=$x_includes
5390 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5391 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
5392 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
5393 fi
5394
5395 fi
5396 if test "$no_x" = yes; then
5397 # Not all programs may use this symbol, but it does not hurt to define it.
5398
5399 cat >>confdefs.h <<\_ACEOF
5400 #define X_DISPLAY_MISSING 1
5401 _ACEOF
5402
5403 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5404 else
5405 if test -n "$x_includes"; then
5406 X_CFLAGS="$X_CFLAGS -I$x_includes"
5407 fi
5408
5409 # It would also be nice to do this for all -L options, not just this one.
5410 if test -n "$x_libraries"; then
5411 X_LIBS="$X_LIBS -L$x_libraries"
5412 # For Solaris; some versions of Sun CC require a space after -R and
5413 # others require no space. Words are not sufficient . . . .
5414 case `(uname -sr) 2>/dev/null` in
5415 "SunOS 5"*)
5416 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5417 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5418 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5419 cat >conftest.$ac_ext <<_ACEOF
5420 /* confdefs.h. */
5421 _ACEOF
5422 cat confdefs.h >>conftest.$ac_ext
5423 cat >>conftest.$ac_ext <<_ACEOF
5424 /* end confdefs.h. */
5425
5426 int
5427 main ()
5428 {
5429
5430 ;
5431 return 0;
5432 }
5433 _ACEOF
5434 rm -f conftest.$ac_objext conftest$ac_exeext
5435 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5436 (eval $ac_link) 2>conftest.er1
5437 ac_status=$?
5438 grep -v '^ *+' conftest.er1 >conftest.err
5439 rm -f conftest.er1
5440 cat conftest.err >&5
5441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5442 (exit $ac_status); } &&
5443 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5445 (eval $ac_try) 2>&5
5446 ac_status=$?
5447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448 (exit $ac_status); }; } &&
5449 { ac_try='test -s conftest$ac_exeext'
5450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5451 (eval $ac_try) 2>&5
5452 ac_status=$?
5453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5454 (exit $ac_status); }; }; then
5455 ac_R_nospace=yes
5456 else
5457 echo "$as_me: failed program was:" >&5
5458 sed 's/^/| /' conftest.$ac_ext >&5
5459
5460 ac_R_nospace=no
5461 fi
5462 rm -f conftest.err conftest.$ac_objext \
5463 conftest$ac_exeext conftest.$ac_ext
5464 if test $ac_R_nospace = yes; then
5465 echo "$as_me:$LINENO: result: no" >&5
5466 echo "${ECHO_T}no" >&6
5467 X_LIBS="$X_LIBS -R$x_libraries"
5468 else
5469 LIBS="$ac_xsave_LIBS -R $x_libraries"
5470 cat >conftest.$ac_ext <<_ACEOF
5471 /* confdefs.h. */
5472 _ACEOF
5473 cat confdefs.h >>conftest.$ac_ext
5474 cat >>conftest.$ac_ext <<_ACEOF
5475 /* end confdefs.h. */
5476
5477 int
5478 main ()
5479 {
5480
5481 ;
5482 return 0;
5483 }
5484 _ACEOF
5485 rm -f conftest.$ac_objext conftest$ac_exeext
5486 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5487 (eval $ac_link) 2>conftest.er1
5488 ac_status=$?
5489 grep -v '^ *+' conftest.er1 >conftest.err
5490 rm -f conftest.er1
5491 cat conftest.err >&5
5492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5493 (exit $ac_status); } &&
5494 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5496 (eval $ac_try) 2>&5
5497 ac_status=$?
5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5499 (exit $ac_status); }; } &&
5500 { ac_try='test -s conftest$ac_exeext'
5501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5502 (eval $ac_try) 2>&5
5503 ac_status=$?
5504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5505 (exit $ac_status); }; }; then
5506 ac_R_space=yes
5507 else
5508 echo "$as_me: failed program was:" >&5
5509 sed 's/^/| /' conftest.$ac_ext >&5
5510
5511 ac_R_space=no
5512 fi
5513 rm -f conftest.err conftest.$ac_objext \
5514 conftest$ac_exeext conftest.$ac_ext
5515 if test $ac_R_space = yes; then
5516 echo "$as_me:$LINENO: result: yes" >&5
5517 echo "${ECHO_T}yes" >&6
5518 X_LIBS="$X_LIBS -R $x_libraries"
5519 else
5520 echo "$as_me:$LINENO: result: neither works" >&5
5521 echo "${ECHO_T}neither works" >&6
5522 fi
5523 fi
5524 LIBS=$ac_xsave_LIBS
5525 esac
5526 fi
5527
5528 # Check for system-dependent libraries X programs must link with.
5529 # Do this before checking for the system-independent R6 libraries
5530 # (-lICE), since we may need -lsocket or whatever for X linking.
5531
5532 if test "$ISC" = yes; then
5533 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5534 else
5535 # Martyn Johnson says this is needed for Ultrix, if the X
5536 # libraries were built with DECnet support. And Karl Berry says
5537 # the Alpha needs dnet_stub (dnet does not exist).
5538 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5539 cat >conftest.$ac_ext <<_ACEOF
5540 /* confdefs.h. */
5541 _ACEOF
5542 cat confdefs.h >>conftest.$ac_ext
5543 cat >>conftest.$ac_ext <<_ACEOF
5544 /* end confdefs.h. */
5545
5546 /* Override any gcc2 internal prototype to avoid an error. */
5547 #ifdef __cplusplus
5548 extern "C"
5549 #endif
5550 /* We use char because int might match the return type of a gcc2
5551 builtin and then its argument prototype would still apply. */
5552 char XOpenDisplay ();
5553 int
5554 main ()
5555 {
5556 XOpenDisplay ();
5557 ;
5558 return 0;
5559 }
5560 _ACEOF
5561 rm -f conftest.$ac_objext conftest$ac_exeext
5562 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5563 (eval $ac_link) 2>conftest.er1
5564 ac_status=$?
5565 grep -v '^ *+' conftest.er1 >conftest.err
5566 rm -f conftest.er1
5567 cat conftest.err >&5
5568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5569 (exit $ac_status); } &&
5570 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5572 (eval $ac_try) 2>&5
5573 ac_status=$?
5574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5575 (exit $ac_status); }; } &&
5576 { ac_try='test -s conftest$ac_exeext'
5577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5578 (eval $ac_try) 2>&5
5579 ac_status=$?
5580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581 (exit $ac_status); }; }; then
5582 :
5583 else
5584 echo "$as_me: failed program was:" >&5
5585 sed 's/^/| /' conftest.$ac_ext >&5
5586
5587 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5588 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5589 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5590 echo $ECHO_N "(cached) $ECHO_C" >&6
5591 else
5592 ac_check_lib_save_LIBS=$LIBS
5593 LIBS="-ldnet $LIBS"
5594 cat >conftest.$ac_ext <<_ACEOF
5595 /* confdefs.h. */
5596 _ACEOF
5597 cat confdefs.h >>conftest.$ac_ext
5598 cat >>conftest.$ac_ext <<_ACEOF
5599 /* end confdefs.h. */
5600
5601 /* Override any gcc2 internal prototype to avoid an error. */
5602 #ifdef __cplusplus
5603 extern "C"
5604 #endif
5605 /* We use char because int might match the return type of a gcc2
5606 builtin and then its argument prototype would still apply. */
5607 char dnet_ntoa ();
5608 int
5609 main ()
5610 {
5611 dnet_ntoa ();
5612 ;
5613 return 0;
5614 }
5615 _ACEOF
5616 rm -f conftest.$ac_objext conftest$ac_exeext
5617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5618 (eval $ac_link) 2>conftest.er1
5619 ac_status=$?
5620 grep -v '^ *+' conftest.er1 >conftest.err
5621 rm -f conftest.er1
5622 cat conftest.err >&5
5623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624 (exit $ac_status); } &&
5625 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5627 (eval $ac_try) 2>&5
5628 ac_status=$?
5629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5630 (exit $ac_status); }; } &&
5631 { ac_try='test -s conftest$ac_exeext'
5632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5633 (eval $ac_try) 2>&5
5634 ac_status=$?
5635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5636 (exit $ac_status); }; }; then
5637 ac_cv_lib_dnet_dnet_ntoa=yes
5638 else
5639 echo "$as_me: failed program was:" >&5
5640 sed 's/^/| /' conftest.$ac_ext >&5
5641
5642 ac_cv_lib_dnet_dnet_ntoa=no
5643 fi
5644 rm -f conftest.err conftest.$ac_objext \
5645 conftest$ac_exeext conftest.$ac_ext
5646 LIBS=$ac_check_lib_save_LIBS
5647 fi
5648 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5649 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5650 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5651 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5652 fi
5653
5654 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5655 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5656 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5657 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5658 echo $ECHO_N "(cached) $ECHO_C" >&6
5659 else
5660 ac_check_lib_save_LIBS=$LIBS
5661 LIBS="-ldnet_stub $LIBS"
5662 cat >conftest.$ac_ext <<_ACEOF
5663 /* confdefs.h. */
5664 _ACEOF
5665 cat confdefs.h >>conftest.$ac_ext
5666 cat >>conftest.$ac_ext <<_ACEOF
5667 /* end confdefs.h. */
5668
5669 /* Override any gcc2 internal prototype to avoid an error. */
5670 #ifdef __cplusplus
5671 extern "C"
5672 #endif
5673 /* We use char because int might match the return type of a gcc2
5674 builtin and then its argument prototype would still apply. */
5675 char dnet_ntoa ();
5676 int
5677 main ()
5678 {
5679 dnet_ntoa ();
5680 ;
5681 return 0;
5682 }
5683 _ACEOF
5684 rm -f conftest.$ac_objext conftest$ac_exeext
5685 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5686 (eval $ac_link) 2>conftest.er1
5687 ac_status=$?
5688 grep -v '^ *+' conftest.er1 >conftest.err
5689 rm -f conftest.er1
5690 cat conftest.err >&5
5691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5692 (exit $ac_status); } &&
5693 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5695 (eval $ac_try) 2>&5
5696 ac_status=$?
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); }; } &&
5699 { ac_try='test -s conftest$ac_exeext'
5700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5701 (eval $ac_try) 2>&5
5702 ac_status=$?
5703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5704 (exit $ac_status); }; }; then
5705 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5706 else
5707 echo "$as_me: failed program was:" >&5
5708 sed 's/^/| /' conftest.$ac_ext >&5
5709
5710 ac_cv_lib_dnet_stub_dnet_ntoa=no
5711 fi
5712 rm -f conftest.err conftest.$ac_objext \
5713 conftest$ac_exeext conftest.$ac_ext
5714 LIBS=$ac_check_lib_save_LIBS
5715 fi
5716 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5717 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5718 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5719 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5720 fi
5721
5722 fi
5723 fi
5724 rm -f conftest.err conftest.$ac_objext \
5725 conftest$ac_exeext conftest.$ac_ext
5726 LIBS="$ac_xsave_LIBS"
5727
5728 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5729 # to get the SysV transport functions.
5730 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5731 # needs -lnsl.
5732 # The nsl library prevents programs from opening the X display
5733 # on Irix 5.2, according to T.E. Dickey.
5734 # The functions gethostbyname, getservbyname, and inet_addr are
5735 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5736 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5737 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5738 if test "${ac_cv_func_gethostbyname+set}" = set; then
5739 echo $ECHO_N "(cached) $ECHO_C" >&6
5740 else
5741 cat >conftest.$ac_ext <<_ACEOF
5742 /* confdefs.h. */
5743 _ACEOF
5744 cat confdefs.h >>conftest.$ac_ext
5745 cat >>conftest.$ac_ext <<_ACEOF
5746 /* end confdefs.h. */
5747 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5748 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5749 #define gethostbyname innocuous_gethostbyname
5750
5751 /* System header to define __stub macros and hopefully few prototypes,
5752 which can conflict with char gethostbyname (); below.
5753 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5754 <limits.h> exists even on freestanding compilers. */
5755
5756 #ifdef __STDC__
5757 # include <limits.h>
5758 #else
5759 # include <assert.h>
5760 #endif
5761
5762 #undef gethostbyname
5763
5764 /* Override any gcc2 internal prototype to avoid an error. */
5765 #ifdef __cplusplus
5766 extern "C"
5767 {
5768 #endif
5769 /* We use char because int might match the return type of a gcc2
5770 builtin and then its argument prototype would still apply. */
5771 char gethostbyname ();
5772 /* The GNU C library defines this for functions which it implements
5773 to always fail with ENOSYS. Some functions are actually named
5774 something starting with __ and the normal name is an alias. */
5775 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5776 choke me
5777 #else
5778 char (*f) () = gethostbyname;
5779 #endif
5780 #ifdef __cplusplus
5781 }
5782 #endif
5783
5784 int
5785 main ()
5786 {
5787 return f != gethostbyname;
5788 ;
5789 return 0;
5790 }
5791 _ACEOF
5792 rm -f conftest.$ac_objext conftest$ac_exeext
5793 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5794 (eval $ac_link) 2>conftest.er1
5795 ac_status=$?
5796 grep -v '^ *+' conftest.er1 >conftest.err
5797 rm -f conftest.er1
5798 cat conftest.err >&5
5799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5800 (exit $ac_status); } &&
5801 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5803 (eval $ac_try) 2>&5
5804 ac_status=$?
5805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5806 (exit $ac_status); }; } &&
5807 { ac_try='test -s conftest$ac_exeext'
5808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5809 (eval $ac_try) 2>&5
5810 ac_status=$?
5811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5812 (exit $ac_status); }; }; then
5813 ac_cv_func_gethostbyname=yes
5814 else
5815 echo "$as_me: failed program was:" >&5
5816 sed 's/^/| /' conftest.$ac_ext >&5
5817
5818 ac_cv_func_gethostbyname=no
5819 fi
5820 rm -f conftest.err conftest.$ac_objext \
5821 conftest$ac_exeext conftest.$ac_ext
5822 fi
5823 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5824 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5825
5826 if test $ac_cv_func_gethostbyname = no; then
5827 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5828 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5829 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5830 echo $ECHO_N "(cached) $ECHO_C" >&6
5831 else
5832 ac_check_lib_save_LIBS=$LIBS
5833 LIBS="-lnsl $LIBS"
5834 cat >conftest.$ac_ext <<_ACEOF
5835 /* confdefs.h. */
5836 _ACEOF
5837 cat confdefs.h >>conftest.$ac_ext
5838 cat >>conftest.$ac_ext <<_ACEOF
5839 /* end confdefs.h. */
5840
5841 /* Override any gcc2 internal prototype to avoid an error. */
5842 #ifdef __cplusplus
5843 extern "C"
5844 #endif
5845 /* We use char because int might match the return type of a gcc2
5846 builtin and then its argument prototype would still apply. */
5847 char gethostbyname ();
5848 int
5849 main ()
5850 {
5851 gethostbyname ();
5852 ;
5853 return 0;
5854 }
5855 _ACEOF
5856 rm -f conftest.$ac_objext conftest$ac_exeext
5857 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5858 (eval $ac_link) 2>conftest.er1
5859 ac_status=$?
5860 grep -v '^ *+' conftest.er1 >conftest.err
5861 rm -f conftest.er1
5862 cat conftest.err >&5
5863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864 (exit $ac_status); } &&
5865 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5867 (eval $ac_try) 2>&5
5868 ac_status=$?
5869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5870 (exit $ac_status); }; } &&
5871 { ac_try='test -s conftest$ac_exeext'
5872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5873 (eval $ac_try) 2>&5
5874 ac_status=$?
5875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5876 (exit $ac_status); }; }; then
5877 ac_cv_lib_nsl_gethostbyname=yes
5878 else
5879 echo "$as_me: failed program was:" >&5
5880 sed 's/^/| /' conftest.$ac_ext >&5
5881
5882 ac_cv_lib_nsl_gethostbyname=no
5883 fi
5884 rm -f conftest.err conftest.$ac_objext \
5885 conftest$ac_exeext conftest.$ac_ext
5886 LIBS=$ac_check_lib_save_LIBS
5887 fi
5888 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5889 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5890 if test $ac_cv_lib_nsl_gethostbyname = yes; then
5891 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5892 fi
5893
5894 if test $ac_cv_lib_nsl_gethostbyname = no; then
5895 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5896 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5897 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5898 echo $ECHO_N "(cached) $ECHO_C" >&6
5899 else
5900 ac_check_lib_save_LIBS=$LIBS
5901 LIBS="-lbsd $LIBS"
5902 cat >conftest.$ac_ext <<_ACEOF
5903 /* confdefs.h. */
5904 _ACEOF
5905 cat confdefs.h >>conftest.$ac_ext
5906 cat >>conftest.$ac_ext <<_ACEOF
5907 /* end confdefs.h. */
5908
5909 /* Override any gcc2 internal prototype to avoid an error. */
5910 #ifdef __cplusplus
5911 extern "C"
5912 #endif
5913 /* We use char because int might match the return type of a gcc2
5914 builtin and then its argument prototype would still apply. */
5915 char gethostbyname ();
5916 int
5917 main ()
5918 {
5919 gethostbyname ();
5920 ;
5921 return 0;
5922 }
5923 _ACEOF
5924 rm -f conftest.$ac_objext conftest$ac_exeext
5925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5926 (eval $ac_link) 2>conftest.er1
5927 ac_status=$?
5928 grep -v '^ *+' conftest.er1 >conftest.err
5929 rm -f conftest.er1
5930 cat conftest.err >&5
5931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5932 (exit $ac_status); } &&
5933 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5935 (eval $ac_try) 2>&5
5936 ac_status=$?
5937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5938 (exit $ac_status); }; } &&
5939 { ac_try='test -s conftest$ac_exeext'
5940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5941 (eval $ac_try) 2>&5
5942 ac_status=$?
5943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944 (exit $ac_status); }; }; then
5945 ac_cv_lib_bsd_gethostbyname=yes
5946 else
5947 echo "$as_me: failed program was:" >&5
5948 sed 's/^/| /' conftest.$ac_ext >&5
5949
5950 ac_cv_lib_bsd_gethostbyname=no
5951 fi
5952 rm -f conftest.err conftest.$ac_objext \
5953 conftest$ac_exeext conftest.$ac_ext
5954 LIBS=$ac_check_lib_save_LIBS
5955 fi
5956 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
5957 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
5958 if test $ac_cv_lib_bsd_gethostbyname = yes; then
5959 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5960 fi
5961
5962 fi
5963 fi
5964
5965 # lieder@skyler.mavd.honeywell.com says without -lsocket,
5966 # socket/setsockopt and other routines are undefined under SCO ODT
5967 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
5968 # on later versions), says Simon Leinen: it contains gethostby*
5969 # variants that don't use the name server (or something). -lsocket
5970 # must be given before -lnsl if both are needed. We assume that
5971 # if connect needs -lnsl, so does gethostbyname.
5972 echo "$as_me:$LINENO: checking for connect" >&5
5973 echo $ECHO_N "checking for connect... $ECHO_C" >&6
5974 if test "${ac_cv_func_connect+set}" = set; then
5975 echo $ECHO_N "(cached) $ECHO_C" >&6
5976 else
5977 cat >conftest.$ac_ext <<_ACEOF
5978 /* confdefs.h. */
5979 _ACEOF
5980 cat confdefs.h >>conftest.$ac_ext
5981 cat >>conftest.$ac_ext <<_ACEOF
5982 /* end confdefs.h. */
5983 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5984 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5985 #define connect innocuous_connect
5986
5987 /* System header to define __stub macros and hopefully few prototypes,
5988 which can conflict with char connect (); below.
5989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5990 <limits.h> exists even on freestanding compilers. */
5991
5992 #ifdef __STDC__
5993 # include <limits.h>
5994 #else
5995 # include <assert.h>
5996 #endif
5997
5998 #undef connect
5999
6000 /* Override any gcc2 internal prototype to avoid an error. */
6001 #ifdef __cplusplus
6002 extern "C"
6003 {
6004 #endif
6005 /* We use char because int might match the return type of a gcc2
6006 builtin and then its argument prototype would still apply. */
6007 char connect ();
6008 /* The GNU C library defines this for functions which it implements
6009 to always fail with ENOSYS. Some functions are actually named
6010 something starting with __ and the normal name is an alias. */
6011 #if defined (__stub_connect) || defined (__stub___connect)
6012 choke me
6013 #else
6014 char (*f) () = connect;
6015 #endif
6016 #ifdef __cplusplus
6017 }
6018 #endif
6019
6020 int
6021 main ()
6022 {
6023 return f != connect;
6024 ;
6025 return 0;
6026 }
6027 _ACEOF
6028 rm -f conftest.$ac_objext conftest$ac_exeext
6029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6030 (eval $ac_link) 2>conftest.er1
6031 ac_status=$?
6032 grep -v '^ *+' conftest.er1 >conftest.err
6033 rm -f conftest.er1
6034 cat conftest.err >&5
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); } &&
6037 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6039 (eval $ac_try) 2>&5
6040 ac_status=$?
6041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6042 (exit $ac_status); }; } &&
6043 { ac_try='test -s conftest$ac_exeext'
6044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6045 (eval $ac_try) 2>&5
6046 ac_status=$?
6047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6048 (exit $ac_status); }; }; then
6049 ac_cv_func_connect=yes
6050 else
6051 echo "$as_me: failed program was:" >&5
6052 sed 's/^/| /' conftest.$ac_ext >&5
6053
6054 ac_cv_func_connect=no
6055 fi
6056 rm -f conftest.err conftest.$ac_objext \
6057 conftest$ac_exeext conftest.$ac_ext
6058 fi
6059 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6060 echo "${ECHO_T}$ac_cv_func_connect" >&6
6061
6062 if test $ac_cv_func_connect = no; then
6063 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6064 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6065 if test "${ac_cv_lib_socket_connect+set}" = set; then
6066 echo $ECHO_N "(cached) $ECHO_C" >&6
6067 else
6068 ac_check_lib_save_LIBS=$LIBS
6069 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6070 cat >conftest.$ac_ext <<_ACEOF
6071 /* confdefs.h. */
6072 _ACEOF
6073 cat confdefs.h >>conftest.$ac_ext
6074 cat >>conftest.$ac_ext <<_ACEOF
6075 /* end confdefs.h. */
6076
6077 /* Override any gcc2 internal prototype to avoid an error. */
6078 #ifdef __cplusplus
6079 extern "C"
6080 #endif
6081 /* We use char because int might match the return type of a gcc2
6082 builtin and then its argument prototype would still apply. */
6083 char connect ();
6084 int
6085 main ()
6086 {
6087 connect ();
6088 ;
6089 return 0;
6090 }
6091 _ACEOF
6092 rm -f conftest.$ac_objext conftest$ac_exeext
6093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6094 (eval $ac_link) 2>conftest.er1
6095 ac_status=$?
6096 grep -v '^ *+' conftest.er1 >conftest.err
6097 rm -f conftest.er1
6098 cat conftest.err >&5
6099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6100 (exit $ac_status); } &&
6101 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6103 (eval $ac_try) 2>&5
6104 ac_status=$?
6105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6106 (exit $ac_status); }; } &&
6107 { ac_try='test -s conftest$ac_exeext'
6108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6109 (eval $ac_try) 2>&5
6110 ac_status=$?
6111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6112 (exit $ac_status); }; }; then
6113 ac_cv_lib_socket_connect=yes
6114 else
6115 echo "$as_me: failed program was:" >&5
6116 sed 's/^/| /' conftest.$ac_ext >&5
6117
6118 ac_cv_lib_socket_connect=no
6119 fi
6120 rm -f conftest.err conftest.$ac_objext \
6121 conftest$ac_exeext conftest.$ac_ext
6122 LIBS=$ac_check_lib_save_LIBS
6123 fi
6124 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6125 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6126 if test $ac_cv_lib_socket_connect = yes; then
6127 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6128 fi
6129
6130 fi
6131
6132 # Guillermo Gomez says -lposix is necessary on A/UX.
6133 echo "$as_me:$LINENO: checking for remove" >&5
6134 echo $ECHO_N "checking for remove... $ECHO_C" >&6
6135 if test "${ac_cv_func_remove+set}" = set; then
6136 echo $ECHO_N "(cached) $ECHO_C" >&6
6137 else
6138 cat >conftest.$ac_ext <<_ACEOF
6139 /* confdefs.h. */
6140 _ACEOF
6141 cat confdefs.h >>conftest.$ac_ext
6142 cat >>conftest.$ac_ext <<_ACEOF
6143 /* end confdefs.h. */
6144 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6145 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6146 #define remove innocuous_remove
6147
6148 /* System header to define __stub macros and hopefully few prototypes,
6149 which can conflict with char remove (); below.
6150 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6151 <limits.h> exists even on freestanding compilers. */
6152
6153 #ifdef __STDC__
6154 # include <limits.h>
6155 #else
6156 # include <assert.h>
6157 #endif
6158
6159 #undef remove
6160
6161 /* Override any gcc2 internal prototype to avoid an error. */
6162 #ifdef __cplusplus
6163 extern "C"
6164 {
6165 #endif
6166 /* We use char because int might match the return type of a gcc2
6167 builtin and then its argument prototype would still apply. */
6168 char remove ();
6169 /* The GNU C library defines this for functions which it implements
6170 to always fail with ENOSYS. Some functions are actually named
6171 something starting with __ and the normal name is an alias. */
6172 #if defined (__stub_remove) || defined (__stub___remove)
6173 choke me
6174 #else
6175 char (*f) () = remove;
6176 #endif
6177 #ifdef __cplusplus
6178 }
6179 #endif
6180
6181 int
6182 main ()
6183 {
6184 return f != remove;
6185 ;
6186 return 0;
6187 }
6188 _ACEOF
6189 rm -f conftest.$ac_objext conftest$ac_exeext
6190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6191 (eval $ac_link) 2>conftest.er1
6192 ac_status=$?
6193 grep -v '^ *+' conftest.er1 >conftest.err
6194 rm -f conftest.er1
6195 cat conftest.err >&5
6196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6197 (exit $ac_status); } &&
6198 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6200 (eval $ac_try) 2>&5
6201 ac_status=$?
6202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6203 (exit $ac_status); }; } &&
6204 { ac_try='test -s conftest$ac_exeext'
6205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6206 (eval $ac_try) 2>&5
6207 ac_status=$?
6208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6209 (exit $ac_status); }; }; then
6210 ac_cv_func_remove=yes
6211 else
6212 echo "$as_me: failed program was:" >&5
6213 sed 's/^/| /' conftest.$ac_ext >&5
6214
6215 ac_cv_func_remove=no
6216 fi
6217 rm -f conftest.err conftest.$ac_objext \
6218 conftest$ac_exeext conftest.$ac_ext
6219 fi
6220 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6221 echo "${ECHO_T}$ac_cv_func_remove" >&6
6222
6223 if test $ac_cv_func_remove = no; then
6224 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6225 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6226 if test "${ac_cv_lib_posix_remove+set}" = set; then
6227 echo $ECHO_N "(cached) $ECHO_C" >&6
6228 else
6229 ac_check_lib_save_LIBS=$LIBS
6230 LIBS="-lposix $LIBS"
6231 cat >conftest.$ac_ext <<_ACEOF
6232 /* confdefs.h. */
6233 _ACEOF
6234 cat confdefs.h >>conftest.$ac_ext
6235 cat >>conftest.$ac_ext <<_ACEOF
6236 /* end confdefs.h. */
6237
6238 /* Override any gcc2 internal prototype to avoid an error. */
6239 #ifdef __cplusplus
6240 extern "C"
6241 #endif
6242 /* We use char because int might match the return type of a gcc2
6243 builtin and then its argument prototype would still apply. */
6244 char remove ();
6245 int
6246 main ()
6247 {
6248 remove ();
6249 ;
6250 return 0;
6251 }
6252 _ACEOF
6253 rm -f conftest.$ac_objext conftest$ac_exeext
6254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6255 (eval $ac_link) 2>conftest.er1
6256 ac_status=$?
6257 grep -v '^ *+' conftest.er1 >conftest.err
6258 rm -f conftest.er1
6259 cat conftest.err >&5
6260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261 (exit $ac_status); } &&
6262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6264 (eval $ac_try) 2>&5
6265 ac_status=$?
6266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6267 (exit $ac_status); }; } &&
6268 { ac_try='test -s conftest$ac_exeext'
6269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6270 (eval $ac_try) 2>&5
6271 ac_status=$?
6272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6273 (exit $ac_status); }; }; then
6274 ac_cv_lib_posix_remove=yes
6275 else
6276 echo "$as_me: failed program was:" >&5
6277 sed 's/^/| /' conftest.$ac_ext >&5
6278
6279 ac_cv_lib_posix_remove=no
6280 fi
6281 rm -f conftest.err conftest.$ac_objext \
6282 conftest$ac_exeext conftest.$ac_ext
6283 LIBS=$ac_check_lib_save_LIBS
6284 fi
6285 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6286 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6287 if test $ac_cv_lib_posix_remove = yes; then
6288 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6289 fi
6290
6291 fi
6292
6293 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6294 echo "$as_me:$LINENO: checking for shmat" >&5
6295 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6296 if test "${ac_cv_func_shmat+set}" = set; then
6297 echo $ECHO_N "(cached) $ECHO_C" >&6
6298 else
6299 cat >conftest.$ac_ext <<_ACEOF
6300 /* confdefs.h. */
6301 _ACEOF
6302 cat confdefs.h >>conftest.$ac_ext
6303 cat >>conftest.$ac_ext <<_ACEOF
6304 /* end confdefs.h. */
6305 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6306 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6307 #define shmat innocuous_shmat
6308
6309 /* System header to define __stub macros and hopefully few prototypes,
6310 which can conflict with char shmat (); below.
6311 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6312 <limits.h> exists even on freestanding compilers. */
6313
6314 #ifdef __STDC__
6315 # include <limits.h>
6316 #else
6317 # include <assert.h>
6318 #endif
6319
6320 #undef shmat
6321
6322 /* Override any gcc2 internal prototype to avoid an error. */
6323 #ifdef __cplusplus
6324 extern "C"
6325 {
6326 #endif
6327 /* We use char because int might match the return type of a gcc2
6328 builtin and then its argument prototype would still apply. */
6329 char shmat ();
6330 /* The GNU C library defines this for functions which it implements
6331 to always fail with ENOSYS. Some functions are actually named
6332 something starting with __ and the normal name is an alias. */
6333 #if defined (__stub_shmat) || defined (__stub___shmat)
6334 choke me
6335 #else
6336 char (*f) () = shmat;
6337 #endif
6338 #ifdef __cplusplus
6339 }
6340 #endif
6341
6342 int
6343 main ()
6344 {
6345 return f != shmat;
6346 ;
6347 return 0;
6348 }
6349 _ACEOF
6350 rm -f conftest.$ac_objext conftest$ac_exeext
6351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6352 (eval $ac_link) 2>conftest.er1
6353 ac_status=$?
6354 grep -v '^ *+' conftest.er1 >conftest.err
6355 rm -f conftest.er1
6356 cat conftest.err >&5
6357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6358 (exit $ac_status); } &&
6359 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6361 (eval $ac_try) 2>&5
6362 ac_status=$?
6363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6364 (exit $ac_status); }; } &&
6365 { ac_try='test -s conftest$ac_exeext'
6366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6367 (eval $ac_try) 2>&5
6368 ac_status=$?
6369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6370 (exit $ac_status); }; }; then
6371 ac_cv_func_shmat=yes
6372 else
6373 echo "$as_me: failed program was:" >&5
6374 sed 's/^/| /' conftest.$ac_ext >&5
6375
6376 ac_cv_func_shmat=no
6377 fi
6378 rm -f conftest.err conftest.$ac_objext \
6379 conftest$ac_exeext conftest.$ac_ext
6380 fi
6381 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6382 echo "${ECHO_T}$ac_cv_func_shmat" >&6
6383
6384 if test $ac_cv_func_shmat = no; then
6385 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6386 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6387 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6388 echo $ECHO_N "(cached) $ECHO_C" >&6
6389 else
6390 ac_check_lib_save_LIBS=$LIBS
6391 LIBS="-lipc $LIBS"
6392 cat >conftest.$ac_ext <<_ACEOF
6393 /* confdefs.h. */
6394 _ACEOF
6395 cat confdefs.h >>conftest.$ac_ext
6396 cat >>conftest.$ac_ext <<_ACEOF
6397 /* end confdefs.h. */
6398
6399 /* Override any gcc2 internal prototype to avoid an error. */
6400 #ifdef __cplusplus
6401 extern "C"
6402 #endif
6403 /* We use char because int might match the return type of a gcc2
6404 builtin and then its argument prototype would still apply. */
6405 char shmat ();
6406 int
6407 main ()
6408 {
6409 shmat ();
6410 ;
6411 return 0;
6412 }
6413 _ACEOF
6414 rm -f conftest.$ac_objext conftest$ac_exeext
6415 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6416 (eval $ac_link) 2>conftest.er1
6417 ac_status=$?
6418 grep -v '^ *+' conftest.er1 >conftest.err
6419 rm -f conftest.er1
6420 cat conftest.err >&5
6421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6422 (exit $ac_status); } &&
6423 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6425 (eval $ac_try) 2>&5
6426 ac_status=$?
6427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6428 (exit $ac_status); }; } &&
6429 { ac_try='test -s conftest$ac_exeext'
6430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6431 (eval $ac_try) 2>&5
6432 ac_status=$?
6433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6434 (exit $ac_status); }; }; then
6435 ac_cv_lib_ipc_shmat=yes
6436 else
6437 echo "$as_me: failed program was:" >&5
6438 sed 's/^/| /' conftest.$ac_ext >&5
6439
6440 ac_cv_lib_ipc_shmat=no
6441 fi
6442 rm -f conftest.err conftest.$ac_objext \
6443 conftest$ac_exeext conftest.$ac_ext
6444 LIBS=$ac_check_lib_save_LIBS
6445 fi
6446 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6447 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6448 if test $ac_cv_lib_ipc_shmat = yes; then
6449 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6450 fi
6451
6452 fi
6453 fi
6454
6455 # Check for libraries that X11R6 Xt/Xaw programs need.
6456 ac_save_LDFLAGS=$LDFLAGS
6457 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6458 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6459 # check for ICE first), but we must link in the order -lSM -lICE or
6460 # we get undefined symbols. So assume we have SM if we have ICE.
6461 # These have to be linked with before -lX11, unlike the other
6462 # libraries we check for below, so use a different variable.
6463 # John Interrante, Karl Berry
6464 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6465 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6466 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6467 echo $ECHO_N "(cached) $ECHO_C" >&6
6468 else
6469 ac_check_lib_save_LIBS=$LIBS
6470 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6471 cat >conftest.$ac_ext <<_ACEOF
6472 /* confdefs.h. */
6473 _ACEOF
6474 cat confdefs.h >>conftest.$ac_ext
6475 cat >>conftest.$ac_ext <<_ACEOF
6476 /* end confdefs.h. */
6477
6478 /* Override any gcc2 internal prototype to avoid an error. */
6479 #ifdef __cplusplus
6480 extern "C"
6481 #endif
6482 /* We use char because int might match the return type of a gcc2
6483 builtin and then its argument prototype would still apply. */
6484 char IceConnectionNumber ();
6485 int
6486 main ()
6487 {
6488 IceConnectionNumber ();
6489 ;
6490 return 0;
6491 }
6492 _ACEOF
6493 rm -f conftest.$ac_objext conftest$ac_exeext
6494 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6495 (eval $ac_link) 2>conftest.er1
6496 ac_status=$?
6497 grep -v '^ *+' conftest.er1 >conftest.err
6498 rm -f conftest.er1
6499 cat conftest.err >&5
6500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6501 (exit $ac_status); } &&
6502 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6504 (eval $ac_try) 2>&5
6505 ac_status=$?
6506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6507 (exit $ac_status); }; } &&
6508 { ac_try='test -s conftest$ac_exeext'
6509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6510 (eval $ac_try) 2>&5
6511 ac_status=$?
6512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6513 (exit $ac_status); }; }; then
6514 ac_cv_lib_ICE_IceConnectionNumber=yes
6515 else
6516 echo "$as_me: failed program was:" >&5
6517 sed 's/^/| /' conftest.$ac_ext >&5
6518
6519 ac_cv_lib_ICE_IceConnectionNumber=no
6520 fi
6521 rm -f conftest.err conftest.$ac_objext \
6522 conftest$ac_exeext conftest.$ac_ext
6523 LIBS=$ac_check_lib_save_LIBS
6524 fi
6525 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6526 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6527 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6528 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6529 fi
6530
6531 LDFLAGS=$ac_save_LDFLAGS
6532
6533 fi
6534
6535
6536
6537 if test x$support_xpm = xyes; then
6538
6539
6540
6541 # Initialize some more variables set by options.
6542 # The variables have the same names as the options, with
6543 # dashes changed to underlines.
6544
6545 # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6546 # paths, otherwise set no_xpm=yes.
6547 # Uses ac_ vars as temps to allow command line to override cache and checks.
6548 echo "$as_me:$LINENO: checking for libXpm" >&5
6549 echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6550
6551
6552 # Check whether --with-xpm_includes or --without-xpm_includes was given.
6553 if test "${with_xpm_includes+set}" = set; then
6554 withval="$with_xpm_includes"
6555 xpm_includes="$withval"
6556 else
6557 xpm_includes=NO
6558 fi;
6559
6560 # Check whether --with-xpm_library or --without-xpm_library was given.
6561 if test "${with_xpm_library+set}" = set; then
6562 withval="$with_xpm_library"
6563 xpm_libraries="$withval"
6564 else
6565 xpm_libraries=NO
6566 fi;
6567
6568 # --without-xpm overrides everything else, but does not touch the cache.
6569
6570 # Check whether --with-xpm or --without-xpm was given.
6571 if test "${with_xpm+set}" = set; then
6572 withval="$with_xpm"
6573
6574 fi;
6575 if test "$with_xpm" = no; then
6576 have_xpm=disabled
6577 else
6578 if test "${ac_cv_have_xpm+set}" = set; then
6579 echo $ECHO_N "(cached) $ECHO_C" >&6
6580 else
6581
6582 vt_xpm_include_X11=no
6583 if test -n "$xpm_includes"; then
6584 vt_xpm_includes=$xpm_includes
6585 else
6586 vt_xpm_includes=NO
6587 fi
6588 if test -n "$xpm_libraries"; then
6589 vt_xpm_libraries=$xpm_libraries
6590 else
6591 vt_xpm_libraries=NO
6592 fi
6593
6594 if test "$vt_xpm_includes" = NO; then
6595 # Guess where to find xpm.h
6596
6597 ac_save_CPPFLAGS="$CPPFLAGS"
6598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6599
6600 # First, try using that file with no special directory specified.
6601 cat >conftest.$ac_ext <<_ACEOF
6602 /* confdefs.h. */
6603 _ACEOF
6604 cat confdefs.h >>conftest.$ac_ext
6605 cat >>conftest.$ac_ext <<_ACEOF
6606 /* end confdefs.h. */
6607 #include <X11/xpm.h>
6608 _ACEOF
6609 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6610 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6611 ac_status=$?
6612 grep -v '^ *+' conftest.er1 >conftest.err
6613 rm -f conftest.er1
6614 cat conftest.err >&5
6615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6616 (exit $ac_status); } >/dev/null; then
6617 if test -s conftest.err; then
6618 ac_cpp_err=$ac_cxx_preproc_warn_flag
6619 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6620 else
6621 ac_cpp_err=
6622 fi
6623 else
6624 ac_cpp_err=yes
6625 fi
6626 if test -z "$ac_cpp_err"; then
6627 # We can compile using X headers with no special include directory.
6628 vt_xpm_includes=
6629 vt_xpm_include_X11=yes
6630 else
6631 echo "$as_me: failed program was:" >&5
6632 sed 's/^/| /' conftest.$ac_ext >&5
6633
6634 CPPFLAGS="$ac_save_CPPFLAGS"
6635 # Look for the header file in a standard set of common directories.
6636 for ac_dir in \
6637 /usr/X11/include \
6638 /usr/X11R6/include \
6639 /usr/X11R5/include \
6640 /usr/X11R4/include \
6641 \
6642 /usr/include/X11 \
6643 /usr/include/X11R6 \
6644 /usr/include/X11R5 \
6645 /usr/include/X11R4 \
6646 \
6647 /usr/local/X11/include \
6648 /usr/local/X11R6/include \
6649 /usr/local/X11R5/include \
6650 /usr/local/X11R4/include \
6651 \
6652 /usr/local/include/X11 \
6653 /usr/local/include/X11R6 \
6654 /usr/local/include/X11R5 \
6655 /usr/local/include/X11R4 \
6656 \
6657 /usr/X386/include \
6658 /usr/x386/include \
6659 /usr/XFree86/include/X11 \
6660 \
6661 /usr/include \
6662 /usr/local/include \
6663 /usr/unsupported/include \
6664 /usr/athena/include \
6665 /usr/local/x11r5/include \
6666 /usr/lpp/Xamples/include \
6667 \
6668 /usr/openwin/include \
6669 /usr/openwin/share/include \
6670 ; \
6671 do
6672 if test -r "$ac_dir/X11/xpm.h"; then
6673 vt_xpm_includes="$ac_dir"
6674 vt_xpm_include_X11=yes
6675 break
6676 else
6677 if test -r "$ac_dir/xpm.h"; then
6678 vt_xpm_includes=$ac_dir
6679 break
6680 fi
6681 fi
6682 done
6683 fi
6684 rm -f conftest.err conftest.$ac_ext
6685 fi
6686
6687 if test "$vt_xpm_libraries" = NO; then
6688 # Check for the libraries.
6689
6690 # See if we find them without any special options.
6691 # Don't add to $LIBS permanently.
6692 ac_save_LIBS="$LIBS"
6693 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6694 cat >conftest.$ac_ext <<_ACEOF
6695 /* confdefs.h. */
6696 _ACEOF
6697 cat confdefs.h >>conftest.$ac_ext
6698 cat >>conftest.$ac_ext <<_ACEOF
6699 /* end confdefs.h. */
6700
6701 int
6702 main ()
6703 {
6704 XpmReadFileToPixmap()
6705 ;
6706 return 0;
6707 }
6708 _ACEOF
6709 rm -f conftest.$ac_objext conftest$ac_exeext
6710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6711 (eval $ac_link) 2>conftest.er1
6712 ac_status=$?
6713 grep -v '^ *+' conftest.er1 >conftest.err
6714 rm -f conftest.er1
6715 cat conftest.err >&5
6716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6717 (exit $ac_status); } &&
6718 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6720 (eval $ac_try) 2>&5
6721 ac_status=$?
6722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6723 (exit $ac_status); }; } &&
6724 { ac_try='test -s conftest$ac_exeext'
6725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6726 (eval $ac_try) 2>&5
6727 ac_status=$?
6728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729 (exit $ac_status); }; }; then
6730 LIBS="$ac_save_LIBS"
6731 # We can link libXpm with no special library path.
6732 vt_xpm_libraries=
6733 else
6734 echo "$as_me: failed program was:" >&5
6735 sed 's/^/| /' conftest.$ac_ext >&5
6736
6737 LIBS="$ac_save_LIBS"
6738 # First see if replacing the include by lib works.
6739 for ac_dir in \
6740 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6741 /usr/X11/lib \
6742 /usr/X11R6/lib \
6743 /usr/X11R5/lib \
6744 /usr/X11R4/lib \
6745 \
6746 /usr/lib/X11 \
6747 /usr/lib/X11R6 \
6748 /usr/lib/X11R5 \
6749 /usr/lib/X11R4 \
6750 \
6751 /usr/local/X11/lib \
6752 /usr/local/X11R6/lib \
6753 /usr/local/X11R5/lib \
6754 /usr/local/X11R4/lib \
6755 \
6756 /usr/local/lib/X11 \
6757 /usr/local/lib/X11R6 \
6758 /usr/local/lib/X11R5 \
6759 /usr/local/lib/X11R4 \
6760 \
6761 /usr/X386/lib \
6762 /usr/x386/lib \
6763 /usr/XFree86/lib/X11 \
6764 \
6765 /usr/lib \
6766 /usr/local/lib \
6767 /usr/unsupported/lib \
6768 /usr/athena/lib \
6769 /usr/local/x11r5/lib \
6770 /usr/lpp/Xamples/lib \
6771 \
6772 /usr/openwin/lib \
6773 /usr/openwin/share/lib \
6774 ; \
6775 do
6776 for ac_extension in a so sl; do
6777 if test -r $ac_dir/libXpm.$ac_extension; then
6778 vt_xpm_libraries=$ac_dir
6779 break 2
6780 fi
6781 done
6782 done
6783 fi
6784 rm -f conftest.err conftest.$ac_objext \
6785 conftest$ac_exeext conftest.$ac_ext
6786 fi
6787
6788
6789 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6790 ac_cv_have_xpm="have_xpm=no"
6791 else
6792 ac_cv_have_xpm="have_xpm=yes \
6793 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6794 vt_xpm_include_X11=$vt_xpm_include_X11"
6795 fi
6796 fi
6797 eval "$ac_cv_have_xpm"
6798 fi
6799
6800 if test "$have_xpm" != yes; then
6801 echo "$as_me:$LINENO: result: $have_xpm" >&5
6802 echo "${ECHO_T}$have_xpm" >&6
6803 no_xpm=yes
6804 else
6805 if test "$xpm_includes" != NO; then
6806 if test "$xpm_includes" = "$vt_xpm_includes"; then
6807 if test -r "$xpm_includes/X11/xpm.h"; then
6808 vt_xpm_include_X11=yes
6809 fi
6810 else
6811 vt_xpm_include_X11=no
6812 if test -z "$xpm_includes"; then
6813 cat >conftest.$ac_ext <<_ACEOF
6814 /* confdefs.h. */
6815 _ACEOF
6816 cat confdefs.h >>conftest.$ac_ext
6817 cat >>conftest.$ac_ext <<_ACEOF
6818 /* end confdefs.h. */
6819 #include <X11/xpm.h>
6820 _ACEOF
6821 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6822 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6823 ac_status=$?
6824 grep -v '^ *+' conftest.er1 >conftest.err
6825 rm -f conftest.er1
6826 cat conftest.err >&5
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); } >/dev/null; then
6829 if test -s conftest.err; then
6830 ac_cpp_err=$ac_cxx_preproc_warn_flag
6831 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6832 else
6833 ac_cpp_err=
6834 fi
6835 else
6836 ac_cpp_err=yes
6837 fi
6838 if test -z "$ac_cpp_err"; then
6839 vt_xpm_include_X11=yes
6840 else
6841 echo "$as_me: failed program was:" >&5
6842 sed 's/^/| /' conftest.$ac_ext >&5
6843
6844
6845 fi
6846 rm -f conftest.err conftest.$ac_ext
6847 else
6848 if test -r "$xpm_includes/X11/xpm.h"; then
6849 vt_xpm_include_X11=yes
6850 fi
6851 fi
6852 fi
6853 vt_xpm_includes=$xpm_includes
6854 fi
6855 if test "x$xpm_libraries" != xNO; then
6856 vt_xpm_libraries=$xpm_libraries
6857 fi
6858 # Update the cache value to reflect the command line values.
6859 ac_cv_have_xpm="have_xpm=yes \
6860 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6861 vt_xpm_include_X11=$vt_xpm_include_X11"
6862 eval "$ac_cv_have_xpm"
6863 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6864 echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6865 if test -n "$vt_xpm_includes"; then
6866 XPM_CPPFLAGS="-DHAVE_LIBXPM"
6867 fi
6868 if test -n "$vt_xpm_includes"; then
6869 XPM_CFLAGS="-I$vt_xpm_includes"
6870 fi
6871 XPM_LIBS="-lXpm"
6872 if test -n "$vt_xpm_libraries"; then
6873 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6874 fi
6875 if test "x$vt_xpm_include_X11" = xyes; then
6876
6877 cat >>confdefs.h <<\_ACEOF
6878 #define XPM_INC_X11 1
6879 _ACEOF
6880
6881 fi
6882 fi
6883
6884
6885
6886
6887
6888 if test x$no_xpm = xyes; then
6889 support_xpm=needsmanualspecification
6890 fi
6891 fi
6892
6893 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6894 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6895 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6896 echo $ECHO_N "(cached) $ECHO_C" >&6
6897 else
6898 cat >conftest.$ac_ext <<_ACEOF
6899 /* confdefs.h. */
6900 _ACEOF
6901 cat confdefs.h >>conftest.$ac_ext
6902 cat >>conftest.$ac_ext <<_ACEOF
6903 /* end confdefs.h. */
6904 #include <sys/types.h>
6905 #include <sys/wait.h>
6906 #ifndef WEXITSTATUS
6907 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6908 #endif
6909 #ifndef WIFEXITED
6910 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6911 #endif
6912
6913 int
6914 main ()
6915 {
6916 int s;
6917 wait (&s);
6918 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6919 ;
6920 return 0;
6921 }
6922 _ACEOF
6923 rm -f conftest.$ac_objext
6924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6925 (eval $ac_compile) 2>conftest.er1
6926 ac_status=$?
6927 grep -v '^ *+' conftest.er1 >conftest.err
6928 rm -f conftest.er1
6929 cat conftest.err >&5
6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6931 (exit $ac_status); } &&
6932 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6934 (eval $ac_try) 2>&5
6935 ac_status=$?
6936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6937 (exit $ac_status); }; } &&
6938 { ac_try='test -s conftest.$ac_objext'
6939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6940 (eval $ac_try) 2>&5
6941 ac_status=$?
6942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6943 (exit $ac_status); }; }; then
6944 ac_cv_header_sys_wait_h=yes
6945 else
6946 echo "$as_me: failed program was:" >&5
6947 sed 's/^/| /' conftest.$ac_ext >&5
6948
6949 ac_cv_header_sys_wait_h=no
6950 fi
6951 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6952 fi
6953 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6954 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
6955 if test $ac_cv_header_sys_wait_h = yes; then
6956
6957 cat >>confdefs.h <<\_ACEOF
6958 #define HAVE_SYS_WAIT_H 1
6959 _ACEOF
6960
6961 fi
6962
6963 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6964 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6965 if test "${ac_cv_header_stdc+set}" = set; then
6966 echo $ECHO_N "(cached) $ECHO_C" >&6
6967 else
6968 cat >conftest.$ac_ext <<_ACEOF
6969 /* confdefs.h. */
6970 _ACEOF
6971 cat confdefs.h >>conftest.$ac_ext
6972 cat >>conftest.$ac_ext <<_ACEOF
6973 /* end confdefs.h. */
6974 #include <stdlib.h>
6975 #include <stdarg.h>
6976 #include <string.h>
6977 #include <float.h>
6978
6979 int
6980 main ()
6981 {
6982
6983 ;
6984 return 0;
6985 }
6986 _ACEOF
6987 rm -f conftest.$ac_objext
6988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6989 (eval $ac_compile) 2>conftest.er1
6990 ac_status=$?
6991 grep -v '^ *+' conftest.er1 >conftest.err
6992 rm -f conftest.er1
6993 cat conftest.err >&5
6994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995 (exit $ac_status); } &&
6996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6998 (eval $ac_try) 2>&5
6999 ac_status=$?
7000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7001 (exit $ac_status); }; } &&
7002 { ac_try='test -s conftest.$ac_objext'
7003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7004 (eval $ac_try) 2>&5
7005 ac_status=$?
7006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7007 (exit $ac_status); }; }; then
7008 ac_cv_header_stdc=yes
7009 else
7010 echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.$ac_ext >&5
7012
7013 ac_cv_header_stdc=no
7014 fi
7015 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7016
7017 if test $ac_cv_header_stdc = yes; then
7018 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7019 cat >conftest.$ac_ext <<_ACEOF
7020 /* confdefs.h. */
7021 _ACEOF
7022 cat confdefs.h >>conftest.$ac_ext
7023 cat >>conftest.$ac_ext <<_ACEOF
7024 /* end confdefs.h. */
7025 #include <string.h>
7026
7027 _ACEOF
7028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7029 $EGREP "memchr" >/dev/null 2>&1; then
7030 :
7031 else
7032 ac_cv_header_stdc=no
7033 fi
7034 rm -f conftest*
7035
7036 fi
7037
7038 if test $ac_cv_header_stdc = yes; then
7039 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7040 cat >conftest.$ac_ext <<_ACEOF
7041 /* confdefs.h. */
7042 _ACEOF
7043 cat confdefs.h >>conftest.$ac_ext
7044 cat >>conftest.$ac_ext <<_ACEOF
7045 /* end confdefs.h. */
7046 #include <stdlib.h>
7047
7048 _ACEOF
7049 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7050 $EGREP "free" >/dev/null 2>&1; then
7051 :
7052 else
7053 ac_cv_header_stdc=no
7054 fi
7055 rm -f conftest*
7056
7057 fi
7058
7059 if test $ac_cv_header_stdc = yes; then
7060 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7061 if test "$cross_compiling" = yes; then
7062 :
7063 else
7064 cat >conftest.$ac_ext <<_ACEOF
7065 /* confdefs.h. */
7066 _ACEOF
7067 cat confdefs.h >>conftest.$ac_ext
7068 cat >>conftest.$ac_ext <<_ACEOF
7069 /* end confdefs.h. */
7070 #include <ctype.h>
7071 #if ((' ' & 0x0FF) == 0x020)
7072 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7073 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7074 #else
7075 # define ISLOWER(c) \
7076 (('a' <= (c) && (c) <= 'i') \
7077 || ('j' <= (c) && (c) <= 'r') \
7078 || ('s' <= (c) && (c) <= 'z'))
7079 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7080 #endif
7081
7082 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7083 int
7084 main ()
7085 {
7086 int i;
7087 for (i = 0; i < 256; i++)
7088 if (XOR (islower (i), ISLOWER (i))
7089 || toupper (i) != TOUPPER (i))
7090 exit(2);
7091 exit (0);
7092 }
7093 _ACEOF
7094 rm -f conftest$ac_exeext
7095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7096 (eval $ac_link) 2>&5
7097 ac_status=$?
7098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7099 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7101 (eval $ac_try) 2>&5
7102 ac_status=$?
7103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7104 (exit $ac_status); }; }; then
7105 :
7106 else
7107 echo "$as_me: program exited with status $ac_status" >&5
7108 echo "$as_me: failed program was:" >&5
7109 sed 's/^/| /' conftest.$ac_ext >&5
7110
7111 ( exit $ac_status )
7112 ac_cv_header_stdc=no
7113 fi
7114 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7115 fi
7116 fi
7117 fi
7118 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7119 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7120 if test $ac_cv_header_stdc = yes; then
7121
7122 cat >>confdefs.h <<\_ACEOF
7123 #define STDC_HEADERS 1
7124 _ACEOF
7125
7126 fi
7127
7128 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7139 inttypes.h stdint.h unistd.h
7140 do
7141 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7142 echo "$as_me:$LINENO: checking for $ac_header" >&5
7143 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7144 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7145 echo $ECHO_N "(cached) $ECHO_C" >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 $ac_includes_default
7154
7155 #include <$ac_header>
7156 _ACEOF
7157 rm -f conftest.$ac_objext
7158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7159 (eval $ac_compile) 2>conftest.er1
7160 ac_status=$?
7161 grep -v '^ *+' conftest.er1 >conftest.err
7162 rm -f conftest.er1
7163 cat conftest.err >&5
7164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7165 (exit $ac_status); } &&
7166 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7168 (eval $ac_try) 2>&5
7169 ac_status=$?
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); }; } &&
7172 { ac_try='test -s conftest.$ac_objext'
7173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7174 (eval $ac_try) 2>&5
7175 ac_status=$?
7176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7177 (exit $ac_status); }; }; then
7178 eval "$as_ac_Header=yes"
7179 else
7180 echo "$as_me: failed program was:" >&5
7181 sed 's/^/| /' conftest.$ac_ext >&5
7182
7183 eval "$as_ac_Header=no"
7184 fi
7185 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7186 fi
7187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7188 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7189 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7190 cat >>confdefs.h <<_ACEOF
7191 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7192 _ACEOF
7193
7194 fi
7195
7196 done
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216 for ac_header in \
7217 assert.h \
7218 fcntl.h \
7219 stdarg.h \
7220 stdlib.h \
7221 string.h \
7222 termios.h \
7223 unistd.h \
7224 sys/byteorder.h \
7225 sys/ioctl.h \
7226 sys/select.h \
7227 sys/sockio.h \
7228 sys/strredir.h \
7229 sys/time.h \
7230 stdint.h \
7231 wchar.h \
7232 cwchar \
7233 clocale \
7234
7235 do
7236 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7237 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7238 echo "$as_me:$LINENO: checking for $ac_header" >&5
7239 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7240 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7241 echo $ECHO_N "(cached) $ECHO_C" >&6
7242 fi
7243 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7244 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7245 else
7246 # Is the header compilable?
7247 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7248 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7249 cat >conftest.$ac_ext <<_ACEOF
7250 /* confdefs.h. */
7251 _ACEOF
7252 cat confdefs.h >>conftest.$ac_ext
7253 cat >>conftest.$ac_ext <<_ACEOF
7254 /* end confdefs.h. */
7255 $ac_includes_default
7256 #include <$ac_header>
7257 _ACEOF
7258 rm -f conftest.$ac_objext
7259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7260 (eval $ac_compile) 2>conftest.er1
7261 ac_status=$?
7262 grep -v '^ *+' conftest.er1 >conftest.err
7263 rm -f conftest.er1
7264 cat conftest.err >&5
7265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7266 (exit $ac_status); } &&
7267 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7269 (eval $ac_try) 2>&5
7270 ac_status=$?
7271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7272 (exit $ac_status); }; } &&
7273 { ac_try='test -s conftest.$ac_objext'
7274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7275 (eval $ac_try) 2>&5
7276 ac_status=$?
7277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278 (exit $ac_status); }; }; then
7279 ac_header_compiler=yes
7280 else
7281 echo "$as_me: failed program was:" >&5
7282 sed 's/^/| /' conftest.$ac_ext >&5
7283
7284 ac_header_compiler=no
7285 fi
7286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7287 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7288 echo "${ECHO_T}$ac_header_compiler" >&6
7289
7290 # Is the header present?
7291 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7292 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7293 cat >conftest.$ac_ext <<_ACEOF
7294 /* confdefs.h. */
7295 _ACEOF
7296 cat confdefs.h >>conftest.$ac_ext
7297 cat >>conftest.$ac_ext <<_ACEOF
7298 /* end confdefs.h. */
7299 #include <$ac_header>
7300 _ACEOF
7301 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7302 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7303 ac_status=$?
7304 grep -v '^ *+' conftest.er1 >conftest.err
7305 rm -f conftest.er1
7306 cat conftest.err >&5
7307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7308 (exit $ac_status); } >/dev/null; then
7309 if test -s conftest.err; then
7310 ac_cpp_err=$ac_cxx_preproc_warn_flag
7311 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7312 else
7313 ac_cpp_err=
7314 fi
7315 else
7316 ac_cpp_err=yes
7317 fi
7318 if test -z "$ac_cpp_err"; then
7319 ac_header_preproc=yes
7320 else
7321 echo "$as_me: failed program was:" >&5
7322 sed 's/^/| /' conftest.$ac_ext >&5
7323
7324 ac_header_preproc=no
7325 fi
7326 rm -f conftest.err conftest.$ac_ext
7327 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7328 echo "${ECHO_T}$ac_header_preproc" >&6
7329
7330 # So? What about this header?
7331 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7332 yes:no: )
7333 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7334 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7336 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7337 ac_header_preproc=yes
7338 ;;
7339 no:yes:* )
7340 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7341 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7342 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7343 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7344 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7345 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7346 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7347 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7349 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7350 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7351 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7352 (
7353 cat <<\_ASBOX
7354 ## ------------------------------------------ ##
7355 ## Report this to the AC_PACKAGE_NAME lists. ##
7356 ## ------------------------------------------ ##
7357 _ASBOX
7358 ) |
7359 sed "s/^/$as_me: WARNING: /" >&2
7360 ;;
7361 esac
7362 echo "$as_me:$LINENO: checking for $ac_header" >&5
7363 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7364 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7365 echo $ECHO_N "(cached) $ECHO_C" >&6
7366 else
7367 eval "$as_ac_Header=\$ac_header_preproc"
7368 fi
7369 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7370 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7371
7372 fi
7373 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7374 cat >>confdefs.h <<_ACEOF
7375 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7376 _ACEOF
7377
7378 fi
7379
7380 done
7381
7382
7383 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7384 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7385 if test "${ac_cv_header_time+set}" = set; then
7386 echo $ECHO_N "(cached) $ECHO_C" >&6
7387 else
7388 cat >conftest.$ac_ext <<_ACEOF
7389 /* confdefs.h. */
7390 _ACEOF
7391 cat confdefs.h >>conftest.$ac_ext
7392 cat >>conftest.$ac_ext <<_ACEOF
7393 /* end confdefs.h. */
7394 #include <sys/types.h>
7395 #include <sys/time.h>
7396 #include <time.h>
7397
7398 int
7399 main ()
7400 {
7401 if ((struct tm *) 0)
7402 return 0;
7403 ;
7404 return 0;
7405 }
7406 _ACEOF
7407 rm -f conftest.$ac_objext
7408 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7409 (eval $ac_compile) 2>conftest.er1
7410 ac_status=$?
7411 grep -v '^ *+' conftest.er1 >conftest.err
7412 rm -f conftest.er1
7413 cat conftest.err >&5
7414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7415 (exit $ac_status); } &&
7416 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7418 (eval $ac_try) 2>&5
7419 ac_status=$?
7420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7421 (exit $ac_status); }; } &&
7422 { ac_try='test -s conftest.$ac_objext'
7423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7424 (eval $ac_try) 2>&5
7425 ac_status=$?
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); }; }; then
7428 ac_cv_header_time=yes
7429 else
7430 echo "$as_me: failed program was:" >&5
7431 sed 's/^/| /' conftest.$ac_ext >&5
7432
7433 ac_cv_header_time=no
7434 fi
7435 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7436 fi
7437 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7438 echo "${ECHO_T}$ac_cv_header_time" >&6
7439 if test $ac_cv_header_time = yes; then
7440
7441 cat >>confdefs.h <<\_ACEOF
7442 #define TIME_WITH_SYS_TIME 1
7443 _ACEOF
7444
7445 fi
7446
7447
7448 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7449 echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7450 if test "${rxvt_cv_header_sysioctl+set}" = set; then
7451 echo $ECHO_N "(cached) $ECHO_C" >&6
7452 else
7453 cat >conftest.$ac_ext <<_ACEOF
7454 /* confdefs.h. */
7455 _ACEOF
7456 cat confdefs.h >>conftest.$ac_ext
7457 cat >>conftest.$ac_ext <<_ACEOF
7458 /* end confdefs.h. */
7459 #include <stdio.h>
7460 #include <sys/ioctl.h>
7461 #ifdef HAVE_TERMIOS_H
7462 #include <termios.h>
7463 #endif
7464 int
7465 main ()
7466 {
7467 int a = ECHO;
7468 ;
7469 return 0;
7470 }
7471 _ACEOF
7472 rm -f conftest.$ac_objext
7473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7474 (eval $ac_compile) 2>conftest.er1
7475 ac_status=$?
7476 grep -v '^ *+' conftest.er1 >conftest.err
7477 rm -f conftest.er1
7478 cat conftest.err >&5
7479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7480 (exit $ac_status); } &&
7481 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7483 (eval $ac_try) 2>&5
7484 ac_status=$?
7485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7486 (exit $ac_status); }; } &&
7487 { ac_try='test -s conftest.$ac_objext'
7488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7489 (eval $ac_try) 2>&5
7490 ac_status=$?
7491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7492 (exit $ac_status); }; }; then
7493 rxvt_cv_header_sysioctl=yes
7494 else
7495 echo "$as_me: failed program was:" >&5
7496 sed 's/^/| /' conftest.$ac_ext >&5
7497
7498 rxvt_cv_header_sysioctl=no
7499 fi
7500 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7501 fi
7502 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7503 echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7504
7505 if test -n "$GCC"; then
7506 LDARG="-Wl,"
7507 else
7508 LDARG=""
7509 fi
7510 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7511
7512 ac_save_CFLAGS=$CFLAGS
7513 ac_save_LIBS=$LIBS
7514 CFLAGS="$CFLAGS $X_CFLAGS"
7515 LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7516 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7517 echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7518 if test "${rxvt_cv_rpath+set}" = set; then
7519 echo $ECHO_N "(cached) $ECHO_C" >&6
7520 else
7521 if test "$cross_compiling" = yes; then
7522 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7523 echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7524 else
7525 cat >conftest.$ac_ext <<_ACEOF
7526 /* confdefs.h. */
7527 _ACEOF
7528 cat confdefs.h >>conftest.$ac_ext
7529 cat >>conftest.$ac_ext <<_ACEOF
7530 /* end confdefs.h. */
7531
7532 main()
7533 {
7534 exit(0);
7535 (void) XOpenDisplay("foobar");
7536 }
7537 _ACEOF
7538 rm -f conftest$ac_exeext
7539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7540 (eval $ac_link) 2>&5
7541 ac_status=$?
7542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7543 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7545 (eval $ac_try) 2>&5
7546 ac_status=$?
7547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7548 (exit $ac_status); }; }; then
7549 rxvt_cv_rpath=yes
7550 else
7551 echo "$as_me: program exited with status $ac_status" >&5
7552 echo "$as_me: failed program was:" >&5
7553 sed 's/^/| /' conftest.$ac_ext >&5
7554
7555 ( exit $ac_status )
7556 rxvt_cv_rpath=no
7557 fi
7558 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7559 fi
7560 fi
7561 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7562 echo "${ECHO_T}$rxvt_cv_rpath" >&6
7563 if test x$rxvt_cv_rpath != xyes; then
7564 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7565 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7566 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7567 echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7568 if test "${rxvt_cv_R+set}" = set; then
7569 echo $ECHO_N "(cached) $ECHO_C" >&6
7570 else
7571 if test "$cross_compiling" = yes; then
7572 rxvt_cv_R=no
7573 else
7574 cat >conftest.$ac_ext <<_ACEOF
7575 /* confdefs.h. */
7576 _ACEOF
7577 cat confdefs.h >>conftest.$ac_ext
7578 cat >>conftest.$ac_ext <<_ACEOF
7579 /* end confdefs.h. */
7580
7581 main()
7582 {
7583 exit(0);
7584 (void) XOpenDisplay("foobar");
7585 }
7586 _ACEOF
7587 rm -f conftest$ac_exeext
7588 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7589 (eval $ac_link) 2>&5
7590 ac_status=$?
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7594 (eval $ac_try) 2>&5
7595 ac_status=$?
7596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7597 (exit $ac_status); }; }; then
7598 rxvt_cv_R=yes
7599 else
7600 echo "$as_me: program exited with status $ac_status" >&5
7601 echo "$as_me: failed program was:" >&5
7602 sed 's/^/| /' conftest.$ac_ext >&5
7603
7604 ( exit $ac_status )
7605 rxvt_cv_R=no
7606 fi
7607 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7608 fi
7609 fi
7610 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7611 echo "${ECHO_T}$rxvt_cv_R" >&6
7612 if test x$rxvt_cv_R != xyes; then
7613 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7614 fi
7615 fi
7616
7617 echo "$as_me:$LINENO: checking for XPointer" >&5
7618 echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7619 if test "${rxvt_cv_xpointer+set}" = set; then
7620 echo $ECHO_N "(cached) $ECHO_C" >&6
7621 else
7622 cat >conftest.$ac_ext <<_ACEOF
7623 /* confdefs.h. */
7624 _ACEOF
7625 cat confdefs.h >>conftest.$ac_ext
7626 cat >>conftest.$ac_ext <<_ACEOF
7627 /* end confdefs.h. */
7628 #include <X11/Xlib.h>
7629 int
7630 main ()
7631 {
7632 XPointer dummy;
7633 ;
7634 return 0;
7635 }
7636 _ACEOF
7637 rm -f conftest.$ac_objext
7638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7639 (eval $ac_compile) 2>conftest.er1
7640 ac_status=$?
7641 grep -v '^ *+' conftest.er1 >conftest.err
7642 rm -f conftest.er1
7643 cat conftest.err >&5
7644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7645 (exit $ac_status); } &&
7646 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7648 (eval $ac_try) 2>&5
7649 ac_status=$?
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); }; } &&
7652 { ac_try='test -s conftest.$ac_objext'
7653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7654 (eval $ac_try) 2>&5
7655 ac_status=$?
7656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); }; }; then
7658 rxvt_cv_xpointer=yes
7659 else
7660 echo "$as_me: failed program was:" >&5
7661 sed 's/^/| /' conftest.$ac_ext >&5
7662
7663 rxvt_cv_xpointer=no
7664 fi
7665 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7666 fi
7667 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7668 echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7669 if test x$rxvt_cv_xpointer = xyes; then
7670
7671 cat >>confdefs.h <<\_ACEOF
7672 #define HAVE_XPOINTER 1
7673 _ACEOF
7674
7675 fi
7676 LIBS=$ac_save_LIBS
7677 CFLAGS=$ac_save_CFLAGS
7678
7679
7680 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7681 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7682 if test "${ac_cv_c_const+set}" = set; then
7683 echo $ECHO_N "(cached) $ECHO_C" >&6
7684 else
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h. */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h. */
7691
7692 int
7693 main ()
7694 {
7695 /* FIXME: Include the comments suggested by Paul. */
7696 #ifndef __cplusplus
7697 /* Ultrix mips cc rejects this. */
7698 typedef int charset[2];
7699 const charset x;
7700 /* SunOS 4.1.1 cc rejects this. */
7701 char const *const *ccp;
7702 char **p;
7703 /* NEC SVR4.0.2 mips cc rejects this. */
7704 struct point {int x, y;};
7705 static struct point const zero = {0,0};
7706 /* AIX XL C 1.02.0.0 rejects this.
7707 It does not let you subtract one const X* pointer from another in
7708 an arm of an if-expression whose if-part is not a constant
7709 expression */
7710 const char *g = "string";
7711 ccp = &g + (g ? g-g : 0);
7712 /* HPUX 7.0 cc rejects these. */
7713 ++ccp;
7714 p = (char**) ccp;
7715 ccp = (char const *const *) p;
7716 { /* SCO 3.2v4 cc rejects this. */
7717 char *t;
7718 char const *s = 0 ? (char *) 0 : (char const *) 0;
7719
7720 *t++ = 0;
7721 }
7722 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7723 int x[] = {25, 17};
7724 const int *foo = &x[0];
7725 ++foo;
7726 }
7727 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7728 typedef const int *iptr;
7729 iptr p = 0;
7730 ++p;
7731 }
7732 { /* AIX XL C 1.02.0.0 rejects this saying
7733 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7734 struct s { int j; const int *ap[3]; };
7735 struct s *b; b->j = 5;
7736 }
7737 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7738 const int foo = 10;
7739 }
7740 #endif
7741
7742 ;
7743 return 0;
7744 }
7745 _ACEOF
7746 rm -f conftest.$ac_objext
7747 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7748 (eval $ac_compile) 2>conftest.er1
7749 ac_status=$?
7750 grep -v '^ *+' conftest.er1 >conftest.err
7751 rm -f conftest.er1
7752 cat conftest.err >&5
7753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7754 (exit $ac_status); } &&
7755 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7757 (eval $ac_try) 2>&5
7758 ac_status=$?
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); }; } &&
7761 { ac_try='test -s conftest.$ac_objext'
7762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7763 (eval $ac_try) 2>&5
7764 ac_status=$?
7765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7766 (exit $ac_status); }; }; then
7767 ac_cv_c_const=yes
7768 else
7769 echo "$as_me: failed program was:" >&5
7770 sed 's/^/| /' conftest.$ac_ext >&5
7771
7772 ac_cv_c_const=no
7773 fi
7774 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7775 fi
7776 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7777 echo "${ECHO_T}$ac_cv_c_const" >&6
7778 if test $ac_cv_c_const = no; then
7779
7780 cat >>confdefs.h <<\_ACEOF
7781 #define const
7782 _ACEOF
7783
7784 fi
7785
7786 echo "$as_me:$LINENO: checking for inline" >&5
7787 echo $ECHO_N "checking for inline... $ECHO_C" >&6
7788 if test "${ac_cv_c_inline+set}" = set; then
7789 echo $ECHO_N "(cached) $ECHO_C" >&6
7790 else
7791 ac_cv_c_inline=no
7792 for ac_kw in inline __inline__ __inline; do
7793 cat >conftest.$ac_ext <<_ACEOF
7794 /* confdefs.h. */
7795 _ACEOF
7796 cat confdefs.h >>conftest.$ac_ext
7797 cat >>conftest.$ac_ext <<_ACEOF
7798 /* end confdefs.h. */
7799 #ifndef __cplusplus
7800 typedef int foo_t;
7801 static $ac_kw foo_t static_foo () {return 0; }
7802 $ac_kw foo_t foo () {return 0; }
7803 #endif
7804
7805 _ACEOF
7806 rm -f conftest.$ac_objext
7807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7808 (eval $ac_compile) 2>conftest.er1
7809 ac_status=$?
7810 grep -v '^ *+' conftest.er1 >conftest.err
7811 rm -f conftest.er1
7812 cat conftest.err >&5
7813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } &&
7815 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7817 (eval $ac_try) 2>&5
7818 ac_status=$?
7819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7820 (exit $ac_status); }; } &&
7821 { ac_try='test -s conftest.$ac_objext'
7822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7823 (eval $ac_try) 2>&5
7824 ac_status=$?
7825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 (exit $ac_status); }; }; then
7827 ac_cv_c_inline=$ac_kw; break
7828 else
7829 echo "$as_me: failed program was:" >&5
7830 sed 's/^/| /' conftest.$ac_ext >&5
7831
7832 fi
7833 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7834 done
7835
7836 fi
7837 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7838 echo "${ECHO_T}$ac_cv_c_inline" >&6
7839
7840
7841 case $ac_cv_c_inline in
7842 inline | yes) ;;
7843 *)
7844 case $ac_cv_c_inline in
7845 no) ac_val=;;
7846 *) ac_val=$ac_cv_c_inline;;
7847 esac
7848 cat >>confdefs.h <<_ACEOF
7849 #ifndef __cplusplus
7850 #define inline $ac_val
7851 #endif
7852 _ACEOF
7853 ;;
7854 esac
7855
7856
7857
7858 echo "$as_me:$LINENO: checking for mode_t" >&5
7859 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7860 if test "${ac_cv_type_mode_t+set}" = set; then
7861 echo $ECHO_N "(cached) $ECHO_C" >&6
7862 else
7863 cat >conftest.$ac_ext <<_ACEOF
7864 /* confdefs.h. */
7865 _ACEOF
7866 cat confdefs.h >>conftest.$ac_ext
7867 cat >>conftest.$ac_ext <<_ACEOF
7868 /* end confdefs.h. */
7869 $ac_includes_default
7870 int
7871 main ()
7872 {
7873 if ((mode_t *) 0)
7874 return 0;
7875 if (sizeof (mode_t))
7876 return 0;
7877 ;
7878 return 0;
7879 }
7880 _ACEOF
7881 rm -f conftest.$ac_objext
7882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7883 (eval $ac_compile) 2>conftest.er1
7884 ac_status=$?
7885 grep -v '^ *+' conftest.er1 >conftest.err
7886 rm -f conftest.er1
7887 cat conftest.err >&5
7888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7889 (exit $ac_status); } &&
7890 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7892 (eval $ac_try) 2>&5
7893 ac_status=$?
7894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7895 (exit $ac_status); }; } &&
7896 { ac_try='test -s conftest.$ac_objext'
7897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7898 (eval $ac_try) 2>&5
7899 ac_status=$?
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); }; }; then
7902 ac_cv_type_mode_t=yes
7903 else
7904 echo "$as_me: failed program was:" >&5
7905 sed 's/^/| /' conftest.$ac_ext >&5
7906
7907 ac_cv_type_mode_t=no
7908 fi
7909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7910 fi
7911 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7912 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
7913 if test $ac_cv_type_mode_t = yes; then
7914 :
7915 else
7916
7917 cat >>confdefs.h <<_ACEOF
7918 #define mode_t int
7919 _ACEOF
7920
7921 fi
7922
7923 echo "$as_me:$LINENO: checking for pid_t" >&5
7924 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7925 if test "${ac_cv_type_pid_t+set}" = set; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7927 else
7928 cat >conftest.$ac_ext <<_ACEOF
7929 /* confdefs.h. */
7930 _ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7934 $ac_includes_default
7935 int
7936 main ()
7937 {
7938 if ((pid_t *) 0)
7939 return 0;
7940 if (sizeof (pid_t))
7941 return 0;
7942 ;
7943 return 0;
7944 }
7945 _ACEOF
7946 rm -f conftest.$ac_objext
7947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7948 (eval $ac_compile) 2>conftest.er1
7949 ac_status=$?
7950 grep -v '^ *+' conftest.er1 >conftest.err
7951 rm -f conftest.er1
7952 cat conftest.err >&5
7953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7954 (exit $ac_status); } &&
7955 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7957 (eval $ac_try) 2>&5
7958 ac_status=$?
7959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960 (exit $ac_status); }; } &&
7961 { ac_try='test -s conftest.$ac_objext'
7962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7963 (eval $ac_try) 2>&5
7964 ac_status=$?
7965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7966 (exit $ac_status); }; }; then
7967 ac_cv_type_pid_t=yes
7968 else
7969 echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.$ac_ext >&5
7971
7972 ac_cv_type_pid_t=no
7973 fi
7974 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7975 fi
7976 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7977 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7978 if test $ac_cv_type_pid_t = yes; then
7979 :
7980 else
7981
7982 cat >>confdefs.h <<_ACEOF
7983 #define pid_t int
7984 _ACEOF
7985
7986 fi
7987
7988 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7989 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
7990 if test "${ac_cv_type_uid_t+set}" = set; then
7991 echo $ECHO_N "(cached) $ECHO_C" >&6
7992 else
7993 cat >conftest.$ac_ext <<_ACEOF
7994 /* confdefs.h. */
7995 _ACEOF
7996 cat confdefs.h >>conftest.$ac_ext
7997 cat >>conftest.$ac_ext <<_ACEOF
7998 /* end confdefs.h. */
7999 #include <sys/types.h>
8000
8001 _ACEOF
8002 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8003 $EGREP "uid_t" >/dev/null 2>&1; then
8004 ac_cv_type_uid_t=yes
8005 else
8006 ac_cv_type_uid_t=no
8007 fi
8008 rm -f conftest*
8009
8010 fi
8011 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8012 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8013 if test $ac_cv_type_uid_t = no; then
8014
8015 cat >>confdefs.h <<\_ACEOF
8016 #define uid_t int
8017 _ACEOF
8018
8019
8020 cat >>confdefs.h <<\_ACEOF
8021 #define gid_t int
8022 _ACEOF
8023
8024 fi
8025
8026
8027 echo "$as_me:$LINENO: checking for short" >&5
8028 echo $ECHO_N "checking for short... $ECHO_C" >&6
8029 if test "${ac_cv_type_short+set}" = set; then
8030 echo $ECHO_N "(cached) $ECHO_C" >&6
8031 else
8032 cat >conftest.$ac_ext <<_ACEOF
8033 /* confdefs.h. */
8034 _ACEOF
8035 cat confdefs.h >>conftest.$ac_ext
8036 cat >>conftest.$ac_ext <<_ACEOF
8037 /* end confdefs.h. */
8038 $ac_includes_default
8039 int
8040 main ()
8041 {
8042 if ((short *) 0)
8043 return 0;
8044 if (sizeof (short))
8045 return 0;
8046 ;
8047 return 0;
8048 }
8049 _ACEOF
8050 rm -f conftest.$ac_objext
8051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8052 (eval $ac_compile) 2>conftest.er1
8053 ac_status=$?
8054 grep -v '^ *+' conftest.er1 >conftest.err
8055 rm -f conftest.er1
8056 cat conftest.err >&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } &&
8059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8061 (eval $ac_try) 2>&5
8062 ac_status=$?
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); }; } &&
8065 { ac_try='test -s conftest.$ac_objext'
8066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8067 (eval $ac_try) 2>&5
8068 ac_status=$?
8069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070 (exit $ac_status); }; }; then
8071 ac_cv_type_short=yes
8072 else
8073 echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8075
8076 ac_cv_type_short=no
8077 fi
8078 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8079 fi
8080 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8081 echo "${ECHO_T}$ac_cv_type_short" >&6
8082
8083 echo "$as_me:$LINENO: checking size of short" >&5
8084 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8085 if test "${ac_cv_sizeof_short+set}" = set; then
8086 echo $ECHO_N "(cached) $ECHO_C" >&6
8087 else
8088 if test "$ac_cv_type_short" = yes; then
8089 # The cast to unsigned long works around a bug in the HP C Compiler
8090 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8091 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8092 # This bug is HP SR number 8606223364.
8093 if test "$cross_compiling" = yes; then
8094 # Depending upon the size, compute the lo and hi bounds.
8095 cat >conftest.$ac_ext <<_ACEOF
8096 /* confdefs.h. */
8097 _ACEOF
8098 cat confdefs.h >>conftest.$ac_ext
8099 cat >>conftest.$ac_ext <<_ACEOF
8100 /* end confdefs.h. */
8101 $ac_includes_default
8102 int
8103 main ()
8104 {
8105 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8106 test_array [0] = 0
8107
8108 ;
8109 return 0;
8110 }
8111 _ACEOF
8112 rm -f conftest.$ac_objext
8113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8114 (eval $ac_compile) 2>conftest.er1
8115 ac_status=$?
8116 grep -v '^ *+' conftest.er1 >conftest.err
8117 rm -f conftest.er1
8118 cat conftest.err >&5
8119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8120 (exit $ac_status); } &&
8121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8123 (eval $ac_try) 2>&5
8124 ac_status=$?
8125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126 (exit $ac_status); }; } &&
8127 { ac_try='test -s conftest.$ac_objext'
8128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8129 (eval $ac_try) 2>&5
8130 ac_status=$?
8131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 (exit $ac_status); }; }; then
8133 ac_lo=0 ac_mid=0
8134 while :; do
8135 cat >conftest.$ac_ext <<_ACEOF
8136 /* confdefs.h. */
8137 _ACEOF
8138 cat confdefs.h >>conftest.$ac_ext
8139 cat >>conftest.$ac_ext <<_ACEOF
8140 /* end confdefs.h. */
8141 $ac_includes_default
8142 int
8143 main ()
8144 {
8145 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8146 test_array [0] = 0
8147
8148 ;
8149 return 0;
8150 }
8151 _ACEOF
8152 rm -f conftest.$ac_objext
8153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8154 (eval $ac_compile) 2>conftest.er1
8155 ac_status=$?
8156 grep -v '^ *+' conftest.er1 >conftest.err
8157 rm -f conftest.er1
8158 cat conftest.err >&5
8159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8160 (exit $ac_status); } &&
8161 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8163 (eval $ac_try) 2>&5
8164 ac_status=$?
8165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166 (exit $ac_status); }; } &&
8167 { ac_try='test -s conftest.$ac_objext'
8168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8169 (eval $ac_try) 2>&5
8170 ac_status=$?
8171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172 (exit $ac_status); }; }; then
8173 ac_hi=$ac_mid; break
8174 else
8175 echo "$as_me: failed program was:" >&5
8176 sed 's/^/| /' conftest.$ac_ext >&5
8177
8178 ac_lo=`expr $ac_mid + 1`
8179 if test $ac_lo -le $ac_mid; then
8180 ac_lo= ac_hi=
8181 break
8182 fi
8183 ac_mid=`expr 2 '*' $ac_mid + 1`
8184 fi
8185 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8186 done
8187 else
8188 echo "$as_me: failed program was:" >&5
8189 sed 's/^/| /' conftest.$ac_ext >&5
8190
8191 cat >conftest.$ac_ext <<_ACEOF
8192 /* confdefs.h. */
8193 _ACEOF
8194 cat confdefs.h >>conftest.$ac_ext
8195 cat >>conftest.$ac_ext <<_ACEOF
8196 /* end confdefs.h. */
8197 $ac_includes_default
8198 int
8199 main ()
8200 {
8201 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8202 test_array [0] = 0
8203
8204 ;
8205 return 0;
8206 }
8207 _ACEOF
8208 rm -f conftest.$ac_objext
8209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8210 (eval $ac_compile) 2>conftest.er1
8211 ac_status=$?
8212 grep -v '^ *+' conftest.er1 >conftest.err
8213 rm -f conftest.er1
8214 cat conftest.err >&5
8215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216 (exit $ac_status); } &&
8217 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8219 (eval $ac_try) 2>&5
8220 ac_status=$?
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); }; } &&
8223 { ac_try='test -s conftest.$ac_objext'
8224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8225 (eval $ac_try) 2>&5
8226 ac_status=$?
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 (exit $ac_status); }; }; then
8229 ac_hi=-1 ac_mid=-1
8230 while :; do
8231 cat >conftest.$ac_ext <<_ACEOF
8232 /* confdefs.h. */
8233 _ACEOF
8234 cat confdefs.h >>conftest.$ac_ext
8235 cat >>conftest.$ac_ext <<_ACEOF
8236 /* end confdefs.h. */
8237 $ac_includes_default
8238 int
8239 main ()
8240 {
8241 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8242 test_array [0] = 0
8243
8244 ;
8245 return 0;
8246 }
8247 _ACEOF
8248 rm -f conftest.$ac_objext
8249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8250 (eval $ac_compile) 2>conftest.er1
8251 ac_status=$?
8252 grep -v '^ *+' conftest.er1 >conftest.err
8253 rm -f conftest.er1
8254 cat conftest.err >&5
8255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8256 (exit $ac_status); } &&
8257 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8259 (eval $ac_try) 2>&5
8260 ac_status=$?
8261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8262 (exit $ac_status); }; } &&
8263 { ac_try='test -s conftest.$ac_objext'
8264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8265 (eval $ac_try) 2>&5
8266 ac_status=$?
8267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8268 (exit $ac_status); }; }; then
8269 ac_lo=$ac_mid; break
8270 else
8271 echo "$as_me: failed program was:" >&5
8272 sed 's/^/| /' conftest.$ac_ext >&5
8273
8274 ac_hi=`expr '(' $ac_mid ')' - 1`
8275 if test $ac_mid -le $ac_hi; then
8276 ac_lo= ac_hi=
8277 break
8278 fi
8279 ac_mid=`expr 2 '*' $ac_mid`
8280 fi
8281 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8282 done
8283 else
8284 echo "$as_me: failed program was:" >&5
8285 sed 's/^/| /' conftest.$ac_ext >&5
8286
8287 ac_lo= ac_hi=
8288 fi
8289 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8290 fi
8291 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8292 # Binary search between lo and hi bounds.
8293 while test "x$ac_lo" != "x$ac_hi"; do
8294 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8295 cat >conftest.$ac_ext <<_ACEOF
8296 /* confdefs.h. */
8297 _ACEOF
8298 cat confdefs.h >>conftest.$ac_ext
8299 cat >>conftest.$ac_ext <<_ACEOF
8300 /* end confdefs.h. */
8301 $ac_includes_default
8302 int
8303 main ()
8304 {
8305 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8306 test_array [0] = 0
8307
8308 ;
8309 return 0;
8310 }
8311 _ACEOF
8312 rm -f conftest.$ac_objext
8313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8314 (eval $ac_compile) 2>conftest.er1
8315 ac_status=$?
8316 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -f conftest.er1
8318 cat conftest.err >&5
8319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320 (exit $ac_status); } &&
8321 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8323 (eval $ac_try) 2>&5
8324 ac_status=$?
8325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8326 (exit $ac_status); }; } &&
8327 { ac_try='test -s conftest.$ac_objext'
8328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8329 (eval $ac_try) 2>&5
8330 ac_status=$?
8331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8332 (exit $ac_status); }; }; then
8333 ac_hi=$ac_mid
8334 else
8335 echo "$as_me: failed program was:" >&5
8336 sed 's/^/| /' conftest.$ac_ext >&5
8337
8338 ac_lo=`expr '(' $ac_mid ')' + 1`
8339 fi
8340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8341 done
8342 case $ac_lo in
8343 ?*) ac_cv_sizeof_short=$ac_lo;;
8344 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8345 See \`config.log' for more details." >&5
8346 echo "$as_me: error: cannot compute sizeof (short), 77
8347 See \`config.log' for more details." >&2;}
8348 { (exit 1); exit 1; }; } ;;
8349 esac
8350 else
8351 if test "$cross_compiling" = yes; then
8352 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8353 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8354 { (exit 1); exit 1; }; }
8355 else
8356 cat >conftest.$ac_ext <<_ACEOF
8357 /* confdefs.h. */
8358 _ACEOF
8359 cat confdefs.h >>conftest.$ac_ext
8360 cat >>conftest.$ac_ext <<_ACEOF
8361 /* end confdefs.h. */
8362 $ac_includes_default
8363 long longval () { return (long) (sizeof (short)); }
8364 unsigned long ulongval () { return (long) (sizeof (short)); }
8365 #include <stdio.h>
8366 #include <stdlib.h>
8367 int
8368 main ()
8369 {
8370
8371 FILE *f = fopen ("conftest.val", "w");
8372 if (! f)
8373 exit (1);
8374 if (((long) (sizeof (short))) < 0)
8375 {
8376 long i = longval ();
8377 if (i != ((long) (sizeof (short))))
8378 exit (1);
8379 fprintf (f, "%ld\n", i);
8380 }
8381 else
8382 {
8383 unsigned long i = ulongval ();
8384 if (i != ((long) (sizeof (short))))
8385 exit (1);
8386 fprintf (f, "%lu\n", i);
8387 }
8388 exit (ferror (f) || fclose (f) != 0);
8389
8390 ;
8391 return 0;
8392 }
8393 _ACEOF
8394 rm -f conftest$ac_exeext
8395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8396 (eval $ac_link) 2>&5
8397 ac_status=$?
8398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8399 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8401 (eval $ac_try) 2>&5
8402 ac_status=$?
8403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8404 (exit $ac_status); }; }; then
8405 ac_cv_sizeof_short=`cat conftest.val`
8406 else
8407 echo "$as_me: program exited with status $ac_status" >&5
8408 echo "$as_me: failed program was:" >&5
8409 sed 's/^/| /' conftest.$ac_ext >&5
8410
8411 ( exit $ac_status )
8412 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8413 See \`config.log' for more details." >&5
8414 echo "$as_me: error: cannot compute sizeof (short), 77
8415 See \`config.log' for more details." >&2;}
8416 { (exit 1); exit 1; }; }
8417 fi
8418 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8419 fi
8420 fi
8421 rm -f conftest.val
8422 else
8423 ac_cv_sizeof_short=0
8424 fi
8425 fi
8426 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8427 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8428 cat >>confdefs.h <<_ACEOF
8429 #define SIZEOF_SHORT $ac_cv_sizeof_short
8430 _ACEOF
8431
8432
8433 echo "$as_me:$LINENO: checking for int" >&5
8434 echo $ECHO_N "checking for int... $ECHO_C" >&6
8435 if test "${ac_cv_type_int+set}" = set; then
8436 echo $ECHO_N "(cached) $ECHO_C" >&6
8437 else
8438 cat >conftest.$ac_ext <<_ACEOF
8439 /* confdefs.h. */
8440 _ACEOF
8441 cat confdefs.h >>conftest.$ac_ext
8442 cat >>conftest.$ac_ext <<_ACEOF
8443 /* end confdefs.h. */
8444 $ac_includes_default
8445 int
8446 main ()
8447 {
8448 if ((int *) 0)
8449 return 0;
8450 if (sizeof (int))
8451 return 0;
8452 ;
8453 return 0;
8454 }
8455 _ACEOF
8456 rm -f conftest.$ac_objext
8457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8458 (eval $ac_compile) 2>conftest.er1
8459 ac_status=$?
8460 grep -v '^ *+' conftest.er1 >conftest.err
8461 rm -f conftest.er1
8462 cat conftest.err >&5
8463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464 (exit $ac_status); } &&
8465 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8467 (eval $ac_try) 2>&5
8468 ac_status=$?
8469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8470 (exit $ac_status); }; } &&
8471 { ac_try='test -s conftest.$ac_objext'
8472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8473 (eval $ac_try) 2>&5
8474 ac_status=$?
8475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8476 (exit $ac_status); }; }; then
8477 ac_cv_type_int=yes
8478 else
8479 echo "$as_me: failed program was:" >&5
8480 sed 's/^/| /' conftest.$ac_ext >&5
8481
8482 ac_cv_type_int=no
8483 fi
8484 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8485 fi
8486 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8487 echo "${ECHO_T}$ac_cv_type_int" >&6
8488
8489 echo "$as_me:$LINENO: checking size of int" >&5
8490 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8491 if test "${ac_cv_sizeof_int+set}" = set; then
8492 echo $ECHO_N "(cached) $ECHO_C" >&6
8493 else
8494 if test "$ac_cv_type_int" = yes; then
8495 # The cast to unsigned long works around a bug in the HP C Compiler
8496 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8497 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8498 # This bug is HP SR number 8606223364.
8499 if test "$cross_compiling" = yes; then
8500 # Depending upon the size, compute the lo and hi bounds.
8501 cat >conftest.$ac_ext <<_ACEOF
8502 /* confdefs.h. */
8503 _ACEOF
8504 cat confdefs.h >>conftest.$ac_ext
8505 cat >>conftest.$ac_ext <<_ACEOF
8506 /* end confdefs.h. */
8507 $ac_includes_default
8508 int
8509 main ()
8510 {
8511 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8512 test_array [0] = 0
8513
8514 ;
8515 return 0;
8516 }
8517 _ACEOF
8518 rm -f conftest.$ac_objext
8519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8520 (eval $ac_compile) 2>conftest.er1
8521 ac_status=$?
8522 grep -v '^ *+' conftest.er1 >conftest.err
8523 rm -f conftest.er1
8524 cat conftest.err >&5
8525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8526 (exit $ac_status); } &&
8527 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8529 (eval $ac_try) 2>&5
8530 ac_status=$?
8531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8532 (exit $ac_status); }; } &&
8533 { ac_try='test -s conftest.$ac_objext'
8534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8535 (eval $ac_try) 2>&5
8536 ac_status=$?
8537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8538 (exit $ac_status); }; }; then
8539 ac_lo=0 ac_mid=0
8540 while :; do
8541 cat >conftest.$ac_ext <<_ACEOF
8542 /* confdefs.h. */
8543 _ACEOF
8544 cat confdefs.h >>conftest.$ac_ext
8545 cat >>conftest.$ac_ext <<_ACEOF
8546 /* end confdefs.h. */
8547 $ac_includes_default
8548 int
8549 main ()
8550 {
8551 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8552 test_array [0] = 0
8553
8554 ;
8555 return 0;
8556 }
8557 _ACEOF
8558 rm -f conftest.$ac_objext
8559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8560 (eval $ac_compile) 2>conftest.er1
8561 ac_status=$?
8562 grep -v '^ *+' conftest.er1 >conftest.err
8563 rm -f conftest.er1
8564 cat conftest.err >&5
8565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8566 (exit $ac_status); } &&
8567 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8569 (eval $ac_try) 2>&5
8570 ac_status=$?
8571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8572 (exit $ac_status); }; } &&
8573 { ac_try='test -s conftest.$ac_objext'
8574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8575 (eval $ac_try) 2>&5
8576 ac_status=$?
8577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8578 (exit $ac_status); }; }; then
8579 ac_hi=$ac_mid; break
8580 else
8581 echo "$as_me: failed program was:" >&5
8582 sed 's/^/| /' conftest.$ac_ext >&5
8583
8584 ac_lo=`expr $ac_mid + 1`
8585 if test $ac_lo -le $ac_mid; then
8586 ac_lo= ac_hi=
8587 break
8588 fi
8589 ac_mid=`expr 2 '*' $ac_mid + 1`
8590 fi
8591 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8592 done
8593 else
8594 echo "$as_me: failed program was:" >&5
8595 sed 's/^/| /' conftest.$ac_ext >&5
8596
8597 cat >conftest.$ac_ext <<_ACEOF
8598 /* confdefs.h. */
8599 _ACEOF
8600 cat confdefs.h >>conftest.$ac_ext
8601 cat >>conftest.$ac_ext <<_ACEOF
8602 /* end confdefs.h. */
8603 $ac_includes_default
8604 int
8605 main ()
8606 {
8607 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8608 test_array [0] = 0
8609
8610 ;
8611 return 0;
8612 }
8613 _ACEOF
8614 rm -f conftest.$ac_objext
8615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8616 (eval $ac_compile) 2>conftest.er1
8617 ac_status=$?
8618 grep -v '^ *+' conftest.er1 >conftest.err
8619 rm -f conftest.er1
8620 cat conftest.err >&5
8621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8622 (exit $ac_status); } &&
8623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8625 (eval $ac_try) 2>&5
8626 ac_status=$?
8627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8628 (exit $ac_status); }; } &&
8629 { ac_try='test -s conftest.$ac_objext'
8630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8631 (eval $ac_try) 2>&5
8632 ac_status=$?
8633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8634 (exit $ac_status); }; }; then
8635 ac_hi=-1 ac_mid=-1
8636 while :; do
8637 cat >conftest.$ac_ext <<_ACEOF
8638 /* confdefs.h. */
8639 _ACEOF
8640 cat confdefs.h >>conftest.$ac_ext
8641 cat >>conftest.$ac_ext <<_ACEOF
8642 /* end confdefs.h. */
8643 $ac_includes_default
8644 int
8645 main ()
8646 {
8647 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8648 test_array [0] = 0
8649
8650 ;
8651 return 0;
8652 }
8653 _ACEOF
8654 rm -f conftest.$ac_objext
8655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8656 (eval $ac_compile) 2>conftest.er1
8657 ac_status=$?
8658 grep -v '^ *+' conftest.er1 >conftest.err
8659 rm -f conftest.er1
8660 cat conftest.err >&5
8661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8662 (exit $ac_status); } &&
8663 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8665 (eval $ac_try) 2>&5
8666 ac_status=$?
8667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8668 (exit $ac_status); }; } &&
8669 { ac_try='test -s conftest.$ac_objext'
8670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8671 (eval $ac_try) 2>&5
8672 ac_status=$?
8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674 (exit $ac_status); }; }; then
8675 ac_lo=$ac_mid; break
8676 else
8677 echo "$as_me: failed program was:" >&5
8678 sed 's/^/| /' conftest.$ac_ext >&5
8679
8680 ac_hi=`expr '(' $ac_mid ')' - 1`
8681 if test $ac_mid -le $ac_hi; then
8682 ac_lo= ac_hi=
8683 break
8684 fi
8685 ac_mid=`expr 2 '*' $ac_mid`
8686 fi
8687 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8688 done
8689 else
8690 echo "$as_me: failed program was:" >&5
8691 sed 's/^/| /' conftest.$ac_ext >&5
8692
8693 ac_lo= ac_hi=
8694 fi
8695 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8696 fi
8697 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8698 # Binary search between lo and hi bounds.
8699 while test "x$ac_lo" != "x$ac_hi"; do
8700 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8701 cat >conftest.$ac_ext <<_ACEOF
8702 /* confdefs.h. */
8703 _ACEOF
8704 cat confdefs.h >>conftest.$ac_ext
8705 cat >>conftest.$ac_ext <<_ACEOF
8706 /* end confdefs.h. */
8707 $ac_includes_default
8708 int
8709 main ()
8710 {
8711 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8712 test_array [0] = 0
8713
8714 ;
8715 return 0;
8716 }
8717 _ACEOF
8718 rm -f conftest.$ac_objext
8719 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8720 (eval $ac_compile) 2>conftest.er1
8721 ac_status=$?
8722 grep -v '^ *+' conftest.er1 >conftest.err
8723 rm -f conftest.er1
8724 cat conftest.err >&5
8725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8726 (exit $ac_status); } &&
8727 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8729 (eval $ac_try) 2>&5
8730 ac_status=$?
8731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8732 (exit $ac_status); }; } &&
8733 { ac_try='test -s conftest.$ac_objext'
8734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8735 (eval $ac_try) 2>&5
8736 ac_status=$?
8737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738 (exit $ac_status); }; }; then
8739 ac_hi=$ac_mid
8740 else
8741 echo "$as_me: failed program was:" >&5
8742 sed 's/^/| /' conftest.$ac_ext >&5
8743
8744 ac_lo=`expr '(' $ac_mid ')' + 1`
8745 fi
8746 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8747 done
8748 case $ac_lo in
8749 ?*) ac_cv_sizeof_int=$ac_lo;;
8750 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8751 See \`config.log' for more details." >&5
8752 echo "$as_me: error: cannot compute sizeof (int), 77
8753 See \`config.log' for more details." >&2;}
8754 { (exit 1); exit 1; }; } ;;
8755 esac
8756 else
8757 if test "$cross_compiling" = yes; then
8758 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8759 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8760 { (exit 1); exit 1; }; }
8761 else
8762 cat >conftest.$ac_ext <<_ACEOF
8763 /* confdefs.h. */
8764 _ACEOF
8765 cat confdefs.h >>conftest.$ac_ext
8766 cat >>conftest.$ac_ext <<_ACEOF
8767 /* end confdefs.h. */
8768 $ac_includes_default
8769 long longval () { return (long) (sizeof (int)); }
8770 unsigned long ulongval () { return (long) (sizeof (int)); }
8771 #include <stdio.h>
8772 #include <stdlib.h>
8773 int
8774 main ()
8775 {
8776
8777 FILE *f = fopen ("conftest.val", "w");
8778 if (! f)
8779 exit (1);
8780 if (((long) (sizeof (int))) < 0)
8781 {
8782 long i = longval ();
8783 if (i != ((long) (sizeof (int))))
8784 exit (1);
8785 fprintf (f, "%ld\n", i);
8786 }
8787 else
8788 {
8789 unsigned long i = ulongval ();
8790 if (i != ((long) (sizeof (int))))
8791 exit (1);
8792 fprintf (f, "%lu\n", i);
8793 }
8794 exit (ferror (f) || fclose (f) != 0);
8795
8796 ;
8797 return 0;
8798 }
8799 _ACEOF
8800 rm -f conftest$ac_exeext
8801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8802 (eval $ac_link) 2>&5
8803 ac_status=$?
8804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8805 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8807 (eval $ac_try) 2>&5
8808 ac_status=$?
8809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8810 (exit $ac_status); }; }; then
8811 ac_cv_sizeof_int=`cat conftest.val`
8812 else
8813 echo "$as_me: program exited with status $ac_status" >&5
8814 echo "$as_me: failed program was:" >&5
8815 sed 's/^/| /' conftest.$ac_ext >&5
8816
8817 ( exit $ac_status )
8818 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8819 See \`config.log' for more details." >&5
8820 echo "$as_me: error: cannot compute sizeof (int), 77
8821 See \`config.log' for more details." >&2;}
8822 { (exit 1); exit 1; }; }
8823 fi
8824 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8825 fi
8826 fi
8827 rm -f conftest.val
8828 else
8829 ac_cv_sizeof_int=0
8830 fi
8831 fi
8832 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8833 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8834 cat >>confdefs.h <<_ACEOF
8835 #define SIZEOF_INT $ac_cv_sizeof_int
8836 _ACEOF
8837
8838
8839 echo "$as_me:$LINENO: checking for long long" >&5
8840 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8841 if test "${ac_cv_type_long_long+set}" = set; then
8842 echo $ECHO_N "(cached) $ECHO_C" >&6
8843 else
8844 cat >conftest.$ac_ext <<_ACEOF
8845 /* confdefs.h. */
8846 _ACEOF
8847 cat confdefs.h >>conftest.$ac_ext
8848 cat >>conftest.$ac_ext <<_ACEOF
8849 /* end confdefs.h. */
8850 $ac_includes_default
8851 int
8852 main ()
8853 {
8854 if ((long long *) 0)
8855 return 0;
8856 if (sizeof (long long))
8857 return 0;
8858 ;
8859 return 0;
8860 }
8861 _ACEOF
8862 rm -f conftest.$ac_objext
8863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8864 (eval $ac_compile) 2>conftest.er1
8865 ac_status=$?
8866 grep -v '^ *+' conftest.er1 >conftest.err
8867 rm -f conftest.er1
8868 cat conftest.err >&5
8869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8870 (exit $ac_status); } &&
8871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8873 (eval $ac_try) 2>&5
8874 ac_status=$?
8875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8876 (exit $ac_status); }; } &&
8877 { ac_try='test -s conftest.$ac_objext'
8878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8879 (eval $ac_try) 2>&5
8880 ac_status=$?
8881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882 (exit $ac_status); }; }; then
8883 ac_cv_type_long_long=yes
8884 else
8885 echo "$as_me: failed program was:" >&5
8886 sed 's/^/| /' conftest.$ac_ext >&5
8887
8888 ac_cv_type_long_long=no
8889 fi
8890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8891 fi
8892 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8893 echo "${ECHO_T}$ac_cv_type_long_long" >&6
8894
8895 echo "$as_me:$LINENO: checking size of long long" >&5
8896 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8897 if test "${ac_cv_sizeof_long_long+set}" = set; then
8898 echo $ECHO_N "(cached) $ECHO_C" >&6
8899 else
8900 if test "$ac_cv_type_long_long" = yes; then
8901 # The cast to unsigned long works around a bug in the HP C Compiler
8902 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8903 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8904 # This bug is HP SR number 8606223364.
8905 if test "$cross_compiling" = yes; then
8906 # Depending upon the size, compute the lo and hi bounds.
8907 cat >conftest.$ac_ext <<_ACEOF
8908 /* confdefs.h. */
8909 _ACEOF
8910 cat confdefs.h >>conftest.$ac_ext
8911 cat >>conftest.$ac_ext <<_ACEOF
8912 /* end confdefs.h. */
8913 $ac_includes_default
8914 int
8915 main ()
8916 {
8917 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8918 test_array [0] = 0
8919
8920 ;
8921 return 0;
8922 }
8923 _ACEOF
8924 rm -f conftest.$ac_objext
8925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8926 (eval $ac_compile) 2>conftest.er1
8927 ac_status=$?
8928 grep -v '^ *+' conftest.er1 >conftest.err
8929 rm -f conftest.er1
8930 cat conftest.err >&5
8931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8932 (exit $ac_status); } &&
8933 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8935 (eval $ac_try) 2>&5
8936 ac_status=$?
8937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8938 (exit $ac_status); }; } &&
8939 { ac_try='test -s conftest.$ac_objext'
8940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8941 (eval $ac_try) 2>&5
8942 ac_status=$?
8943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); }; }; then
8945 ac_lo=0 ac_mid=0
8946 while :; do
8947 cat >conftest.$ac_ext <<_ACEOF
8948 /* confdefs.h. */
8949 _ACEOF
8950 cat confdefs.h >>conftest.$ac_ext
8951 cat >>conftest.$ac_ext <<_ACEOF
8952 /* end confdefs.h. */
8953 $ac_includes_default
8954 int
8955 main ()
8956 {
8957 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8958 test_array [0] = 0
8959
8960 ;
8961 return 0;
8962 }
8963 _ACEOF
8964 rm -f conftest.$ac_objext
8965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8966 (eval $ac_compile) 2>conftest.er1
8967 ac_status=$?
8968 grep -v '^ *+' conftest.er1 >conftest.err
8969 rm -f conftest.er1
8970 cat conftest.err >&5
8971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8972 (exit $ac_status); } &&
8973 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8975 (eval $ac_try) 2>&5
8976 ac_status=$?
8977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8978 (exit $ac_status); }; } &&
8979 { ac_try='test -s conftest.$ac_objext'
8980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8981 (eval $ac_try) 2>&5
8982 ac_status=$?
8983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8984 (exit $ac_status); }; }; then
8985 ac_hi=$ac_mid; break
8986 else
8987 echo "$as_me: failed program was:" >&5
8988 sed 's/^/| /' conftest.$ac_ext >&5
8989
8990 ac_lo=`expr $ac_mid + 1`
8991 if test $ac_lo -le $ac_mid; then
8992 ac_lo= ac_hi=
8993 break
8994 fi
8995 ac_mid=`expr 2 '*' $ac_mid + 1`
8996 fi
8997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8998 done
8999 else
9000 echo "$as_me: failed program was:" >&5
9001 sed 's/^/| /' conftest.$ac_ext >&5
9002
9003 cat >conftest.$ac_ext <<_ACEOF
9004 /* confdefs.h. */
9005 _ACEOF
9006 cat confdefs.h >>conftest.$ac_ext
9007 cat >>conftest.$ac_ext <<_ACEOF
9008 /* end confdefs.h. */
9009 $ac_includes_default
9010 int
9011 main ()
9012 {
9013 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9014 test_array [0] = 0
9015
9016 ;
9017 return 0;
9018 }
9019 _ACEOF
9020 rm -f conftest.$ac_objext
9021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9022 (eval $ac_compile) 2>conftest.er1
9023 ac_status=$?
9024 grep -v '^ *+' conftest.er1 >conftest.err
9025 rm -f conftest.er1
9026 cat conftest.err >&5
9027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9028 (exit $ac_status); } &&
9029 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9031 (eval $ac_try) 2>&5
9032 ac_status=$?
9033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9034 (exit $ac_status); }; } &&
9035 { ac_try='test -s conftest.$ac_objext'
9036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9037 (eval $ac_try) 2>&5
9038 ac_status=$?
9039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040 (exit $ac_status); }; }; then
9041 ac_hi=-1 ac_mid=-1
9042 while :; do
9043 cat >conftest.$ac_ext <<_ACEOF
9044 /* confdefs.h. */
9045 _ACEOF
9046 cat confdefs.h >>conftest.$ac_ext
9047 cat >>conftest.$ac_ext <<_ACEOF
9048 /* end confdefs.h. */
9049 $ac_includes_default
9050 int
9051 main ()
9052 {
9053 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9054 test_array [0] = 0
9055
9056 ;
9057 return 0;
9058 }
9059 _ACEOF
9060 rm -f conftest.$ac_objext
9061 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9062 (eval $ac_compile) 2>conftest.er1
9063 ac_status=$?
9064 grep -v '^ *+' conftest.er1 >conftest.err
9065 rm -f conftest.er1
9066 cat conftest.err >&5
9067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9068 (exit $ac_status); } &&
9069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9071 (eval $ac_try) 2>&5
9072 ac_status=$?
9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 (exit $ac_status); }; } &&
9075 { ac_try='test -s conftest.$ac_objext'
9076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9077 (eval $ac_try) 2>&5
9078 ac_status=$?
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); }; }; then
9081 ac_lo=$ac_mid; break
9082 else
9083 echo "$as_me: failed program was:" >&5
9084 sed 's/^/| /' conftest.$ac_ext >&5
9085
9086 ac_hi=`expr '(' $ac_mid ')' - 1`
9087 if test $ac_mid -le $ac_hi; then
9088 ac_lo= ac_hi=
9089 break
9090 fi
9091 ac_mid=`expr 2 '*' $ac_mid`
9092 fi
9093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9094 done
9095 else
9096 echo "$as_me: failed program was:" >&5
9097 sed 's/^/| /' conftest.$ac_ext >&5
9098
9099 ac_lo= ac_hi=
9100 fi
9101 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9102 fi
9103 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9104 # Binary search between lo and hi bounds.
9105 while test "x$ac_lo" != "x$ac_hi"; do
9106 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9107 cat >conftest.$ac_ext <<_ACEOF
9108 /* confdefs.h. */
9109 _ACEOF
9110 cat confdefs.h >>conftest.$ac_ext
9111 cat >>conftest.$ac_ext <<_ACEOF
9112 /* end confdefs.h. */
9113 $ac_includes_default
9114 int
9115 main ()
9116 {
9117 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9118 test_array [0] = 0
9119
9120 ;
9121 return 0;
9122 }
9123 _ACEOF
9124 rm -f conftest.$ac_objext
9125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9126 (eval $ac_compile) 2>conftest.er1
9127 ac_status=$?
9128 grep -v '^ *+' conftest.er1 >conftest.err
9129 rm -f conftest.er1
9130 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } &&
9133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135 (eval $ac_try) 2>&5
9136 ac_status=$?
9137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); }; } &&
9139 { ac_try='test -s conftest.$ac_objext'
9140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 (eval $ac_try) 2>&5
9142 ac_status=$?
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); }; }; then
9145 ac_hi=$ac_mid
9146 else
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9149
9150 ac_lo=`expr '(' $ac_mid ')' + 1`
9151 fi
9152 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9153 done
9154 case $ac_lo in
9155 ?*) ac_cv_sizeof_long_long=$ac_lo;;
9156 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9157 See \`config.log' for more details." >&5
9158 echo "$as_me: error: cannot compute sizeof (long long), 77
9159 See \`config.log' for more details." >&2;}
9160 { (exit 1); exit 1; }; } ;;
9161 esac
9162 else
9163 if test "$cross_compiling" = yes; then
9164 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9165 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9166 { (exit 1); exit 1; }; }
9167 else
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9174 $ac_includes_default
9175 long longval () { return (long) (sizeof (long long)); }
9176 unsigned long ulongval () { return (long) (sizeof (long long)); }
9177 #include <stdio.h>
9178 #include <stdlib.h>
9179 int
9180 main ()
9181 {
9182
9183 FILE *f = fopen ("conftest.val", "w");
9184 if (! f)
9185 exit (1);
9186 if (((long) (sizeof (long long))) < 0)
9187 {
9188 long i = longval ();
9189 if (i != ((long) (sizeof (long long))))
9190 exit (1);
9191 fprintf (f, "%ld\n", i);
9192 }
9193 else
9194 {
9195 unsigned long i = ulongval ();
9196 if (i != ((long) (sizeof (long long))))
9197 exit (1);
9198 fprintf (f, "%lu\n", i);
9199 }
9200 exit (ferror (f) || fclose (f) != 0);
9201
9202 ;
9203 return 0;
9204 }
9205 _ACEOF
9206 rm -f conftest$ac_exeext
9207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9208 (eval $ac_link) 2>&5
9209 ac_status=$?
9210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9211 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9213 (eval $ac_try) 2>&5
9214 ac_status=$?
9215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216 (exit $ac_status); }; }; then
9217 ac_cv_sizeof_long_long=`cat conftest.val`
9218 else
9219 echo "$as_me: program exited with status $ac_status" >&5
9220 echo "$as_me: failed program was:" >&5
9221 sed 's/^/| /' conftest.$ac_ext >&5
9222
9223 ( exit $ac_status )
9224 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9225 See \`config.log' for more details." >&5
9226 echo "$as_me: error: cannot compute sizeof (long long), 77
9227 See \`config.log' for more details." >&2;}
9228 { (exit 1); exit 1; }; }
9229 fi
9230 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9231 fi
9232 fi
9233 rm -f conftest.val
9234 else
9235 ac_cv_sizeof_long_long=0
9236 fi
9237 fi
9238 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9239 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9240 cat >>confdefs.h <<_ACEOF
9241 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9242 _ACEOF
9243
9244
9245 echo "$as_me:$LINENO: checking for int *" >&5
9246 echo $ECHO_N "checking for int *... $ECHO_C" >&6
9247 if test "${ac_cv_type_int_p+set}" = set; then
9248 echo $ECHO_N "(cached) $ECHO_C" >&6
9249 else
9250 cat >conftest.$ac_ext <<_ACEOF
9251 /* confdefs.h. */
9252 _ACEOF
9253 cat confdefs.h >>conftest.$ac_ext
9254 cat >>conftest.$ac_ext <<_ACEOF
9255 /* end confdefs.h. */
9256 $ac_includes_default
9257 int
9258 main ()
9259 {
9260 if ((int * *) 0)
9261 return 0;
9262 if (sizeof (int *))
9263 return 0;
9264 ;
9265 return 0;
9266 }
9267 _ACEOF
9268 rm -f conftest.$ac_objext
9269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9270 (eval $ac_compile) 2>conftest.er1
9271 ac_status=$?
9272 grep -v '^ *+' conftest.er1 >conftest.err
9273 rm -f conftest.er1
9274 cat conftest.err >&5
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); } &&
9277 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9279 (eval $ac_try) 2>&5
9280 ac_status=$?
9281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9282 (exit $ac_status); }; } &&
9283 { ac_try='test -s conftest.$ac_objext'
9284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9285 (eval $ac_try) 2>&5
9286 ac_status=$?
9287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9288 (exit $ac_status); }; }; then
9289 ac_cv_type_int_p=yes
9290 else
9291 echo "$as_me: failed program was:" >&5
9292 sed 's/^/| /' conftest.$ac_ext >&5
9293
9294 ac_cv_type_int_p=no
9295 fi
9296 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9297 fi
9298 echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9299 echo "${ECHO_T}$ac_cv_type_int_p" >&6
9300
9301 echo "$as_me:$LINENO: checking size of int *" >&5
9302 echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9303 if test "${ac_cv_sizeof_int_p+set}" = set; then
9304 echo $ECHO_N "(cached) $ECHO_C" >&6
9305 else
9306 if test "$ac_cv_type_int_p" = yes; then
9307 # The cast to unsigned long works around a bug in the HP C Compiler
9308 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9309 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9310 # This bug is HP SR number 8606223364.
9311 if test "$cross_compiling" = yes; then
9312 # Depending upon the size, compute the lo and hi bounds.
9313 cat >conftest.$ac_ext <<_ACEOF
9314 /* confdefs.h. */
9315 _ACEOF
9316 cat confdefs.h >>conftest.$ac_ext
9317 cat >>conftest.$ac_ext <<_ACEOF
9318 /* end confdefs.h. */
9319 $ac_includes_default
9320 int
9321 main ()
9322 {
9323 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9324 test_array [0] = 0
9325
9326 ;
9327 return 0;
9328 }
9329 _ACEOF
9330 rm -f conftest.$ac_objext
9331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9332 (eval $ac_compile) 2>conftest.er1
9333 ac_status=$?
9334 grep -v '^ *+' conftest.er1 >conftest.err
9335 rm -f conftest.er1
9336 cat conftest.err >&5
9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9338 (exit $ac_status); } &&
9339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9341 (eval $ac_try) 2>&5
9342 ac_status=$?
9343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9344 (exit $ac_status); }; } &&
9345 { ac_try='test -s conftest.$ac_objext'
9346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9347 (eval $ac_try) 2>&5
9348 ac_status=$?
9349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9350 (exit $ac_status); }; }; then
9351 ac_lo=0 ac_mid=0
9352 while :; do
9353 cat >conftest.$ac_ext <<_ACEOF
9354 /* confdefs.h. */
9355 _ACEOF
9356 cat confdefs.h >>conftest.$ac_ext
9357 cat >>conftest.$ac_ext <<_ACEOF
9358 /* end confdefs.h. */
9359 $ac_includes_default
9360 int
9361 main ()
9362 {
9363 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9364 test_array [0] = 0
9365
9366 ;
9367 return 0;
9368 }
9369 _ACEOF
9370 rm -f conftest.$ac_objext
9371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9372 (eval $ac_compile) 2>conftest.er1
9373 ac_status=$?
9374 grep -v '^ *+' conftest.er1 >conftest.err
9375 rm -f conftest.er1
9376 cat conftest.err >&5
9377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378 (exit $ac_status); } &&
9379 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9381 (eval $ac_try) 2>&5
9382 ac_status=$?
9383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384 (exit $ac_status); }; } &&
9385 { ac_try='test -s conftest.$ac_objext'
9386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9387 (eval $ac_try) 2>&5
9388 ac_status=$?
9389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9390 (exit $ac_status); }; }; then
9391 ac_hi=$ac_mid; break
9392 else
9393 echo "$as_me: failed program was:" >&5
9394 sed 's/^/| /' conftest.$ac_ext >&5
9395
9396 ac_lo=`expr $ac_mid + 1`
9397 if test $ac_lo -le $ac_mid; then
9398 ac_lo= ac_hi=
9399 break
9400 fi
9401 ac_mid=`expr 2 '*' $ac_mid + 1`
9402 fi
9403 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9404 done
9405 else
9406 echo "$as_me: failed program was:" >&5
9407 sed 's/^/| /' conftest.$ac_ext >&5
9408
9409 cat >conftest.$ac_ext <<_ACEOF
9410 /* confdefs.h. */
9411 _ACEOF
9412 cat confdefs.h >>conftest.$ac_ext
9413 cat >>conftest.$ac_ext <<_ACEOF
9414 /* end confdefs.h. */
9415 $ac_includes_default
9416 int
9417 main ()
9418 {
9419 static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9420 test_array [0] = 0
9421
9422 ;
9423 return 0;
9424 }
9425 _ACEOF
9426 rm -f conftest.$ac_objext
9427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9428 (eval $ac_compile) 2>conftest.er1
9429 ac_status=$?
9430 grep -v '^ *+' conftest.er1 >conftest.err
9431 rm -f conftest.er1
9432 cat conftest.err >&5
9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); } &&
9435 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9437 (eval $ac_try) 2>&5
9438 ac_status=$?
9439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); }; } &&
9441 { ac_try='test -s conftest.$ac_objext'
9442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9443 (eval $ac_try) 2>&5
9444 ac_status=$?
9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9446 (exit $ac_status); }; }; then
9447 ac_hi=-1 ac_mid=-1
9448 while :; do
9449 cat >conftest.$ac_ext <<_ACEOF
9450 /* confdefs.h. */
9451 _ACEOF
9452 cat confdefs.h >>conftest.$ac_ext
9453 cat >>conftest.$ac_ext <<_ACEOF
9454 /* end confdefs.h. */
9455 $ac_includes_default
9456 int
9457 main ()
9458 {
9459 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9460 test_array [0] = 0
9461
9462 ;
9463 return 0;
9464 }
9465 _ACEOF
9466 rm -f conftest.$ac_objext
9467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9468 (eval $ac_compile) 2>conftest.er1
9469 ac_status=$?
9470 grep -v '^ *+' conftest.er1 >conftest.err
9471 rm -f conftest.er1
9472 cat conftest.err >&5
9473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9474 (exit $ac_status); } &&
9475 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9477 (eval $ac_try) 2>&5
9478 ac_status=$?
9479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480 (exit $ac_status); }; } &&
9481 { ac_try='test -s conftest.$ac_objext'
9482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9483 (eval $ac_try) 2>&5
9484 ac_status=$?
9485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486 (exit $ac_status); }; }; then
9487 ac_lo=$ac_mid; break
9488 else
9489 echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.$ac_ext >&5
9491
9492 ac_hi=`expr '(' $ac_mid ')' - 1`
9493 if test $ac_mid -le $ac_hi; then
9494 ac_lo= ac_hi=
9495 break
9496 fi
9497 ac_mid=`expr 2 '*' $ac_mid`
9498 fi
9499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9500 done
9501 else
9502 echo "$as_me: failed program was:" >&5
9503 sed 's/^/| /' conftest.$ac_ext >&5
9504
9505 ac_lo= ac_hi=
9506 fi
9507 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9508 fi
9509 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9510 # Binary search between lo and hi bounds.
9511 while test "x$ac_lo" != "x$ac_hi"; do
9512 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9513 cat >conftest.$ac_ext <<_ACEOF
9514 /* confdefs.h. */
9515 _ACEOF
9516 cat confdefs.h >>conftest.$ac_ext
9517 cat >>conftest.$ac_ext <<_ACEOF
9518 /* end confdefs.h. */
9519 $ac_includes_default
9520 int
9521 main ()
9522 {
9523 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9524 test_array [0] = 0
9525
9526 ;
9527 return 0;
9528 }
9529 _ACEOF
9530 rm -f conftest.$ac_objext
9531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9532 (eval $ac_compile) 2>conftest.er1
9533 ac_status=$?
9534 grep -v '^ *+' conftest.er1 >conftest.err
9535 rm -f conftest.er1
9536 cat conftest.err >&5
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } &&
9539 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9541 (eval $ac_try) 2>&5
9542 ac_status=$?
9543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); }; } &&
9545 { ac_try='test -s conftest.$ac_objext'
9546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9547 (eval $ac_try) 2>&5
9548 ac_status=$?
9549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9550 (exit $ac_status); }; }; then
9551 ac_hi=$ac_mid
9552 else
9553 echo "$as_me: failed program was:" >&5
9554 sed 's/^/| /' conftest.$ac_ext >&5
9555
9556 ac_lo=`expr '(' $ac_mid ')' + 1`
9557 fi
9558 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9559 done
9560 case $ac_lo in
9561 ?*) ac_cv_sizeof_int_p=$ac_lo;;
9562 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9563 See \`config.log' for more details." >&5
9564 echo "$as_me: error: cannot compute sizeof (int *), 77
9565 See \`config.log' for more details." >&2;}
9566 { (exit 1); exit 1; }; } ;;
9567 esac
9568 else
9569 if test "$cross_compiling" = yes; then
9570 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9571 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9572 { (exit 1); exit 1; }; }
9573 else
9574 cat >conftest.$ac_ext <<_ACEOF
9575 /* confdefs.h. */
9576 _ACEOF
9577 cat confdefs.h >>conftest.$ac_ext
9578 cat >>conftest.$ac_ext <<_ACEOF
9579 /* end confdefs.h. */
9580 $ac_includes_default
9581 long longval () { return (long) (sizeof (int *)); }
9582 unsigned long ulongval () { return (long) (sizeof (int *)); }
9583 #include <stdio.h>
9584 #include <stdlib.h>
9585 int
9586 main ()
9587 {
9588
9589 FILE *f = fopen ("conftest.val", "w");
9590 if (! f)
9591 exit (1);
9592 if (((long) (sizeof (int *))) < 0)
9593 {
9594 long i = longval ();
9595 if (i != ((long) (sizeof (int *))))
9596 exit (1);
9597 fprintf (f, "%ld\n", i);
9598 }
9599 else
9600 {
9601 unsigned long i = ulongval ();
9602 if (i != ((long) (sizeof (int *))))
9603 exit (1);
9604 fprintf (f, "%lu\n", i);
9605 }
9606 exit (ferror (f) || fclose (f) != 0);
9607
9608 ;
9609 return 0;
9610 }
9611 _ACEOF
9612 rm -f conftest$ac_exeext
9613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9614 (eval $ac_link) 2>&5
9615 ac_status=$?
9616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9617 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9619 (eval $ac_try) 2>&5
9620 ac_status=$?
9621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622 (exit $ac_status); }; }; then
9623 ac_cv_sizeof_int_p=`cat conftest.val`
9624 else
9625 echo "$as_me: program exited with status $ac_status" >&5
9626 echo "$as_me: failed program was:" >&5
9627 sed 's/^/| /' conftest.$ac_ext >&5
9628
9629 ( exit $ac_status )
9630 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9631 See \`config.log' for more details." >&5
9632 echo "$as_me: error: cannot compute sizeof (int *), 77
9633 See \`config.log' for more details." >&2;}
9634 { (exit 1); exit 1; }; }
9635 fi
9636 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9637 fi
9638 fi
9639 rm -f conftest.val
9640 else
9641 ac_cv_sizeof_int_p=0
9642 fi
9643 fi
9644 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9645 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9646 cat >>confdefs.h <<_ACEOF
9647 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9648 _ACEOF
9649
9650
9651
9652
9653 echo "$as_me:$LINENO: checking for int16_t" >&5
9654 echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9655 if test "${rxvt_cv_int16_t+set}" = set; then
9656 echo $ECHO_N "(cached) $ECHO_C" >&6
9657 else
9658 cat >conftest.$ac_ext <<_ACEOF
9659 /* confdefs.h. */
9660 _ACEOF
9661 cat confdefs.h >>conftest.$ac_ext
9662 cat >>conftest.$ac_ext <<_ACEOF
9663 /* end confdefs.h. */
9664 #include <stdint.h>
9665 int
9666 main ()
9667 {
9668 int16_t dummy;
9669 ;
9670 return 0;
9671 }
9672 _ACEOF
9673 rm -f conftest.$ac_objext
9674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9675 (eval $ac_compile) 2>conftest.er1
9676 ac_status=$?
9677 grep -v '^ *+' conftest.er1 >conftest.err
9678 rm -f conftest.er1
9679 cat conftest.err >&5
9680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9681 (exit $ac_status); } &&
9682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9684 (eval $ac_try) 2>&5
9685 ac_status=$?
9686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9687 (exit $ac_status); }; } &&
9688 { ac_try='test -s conftest.$ac_objext'
9689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9690 (eval $ac_try) 2>&5
9691 ac_status=$?
9692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9693 (exit $ac_status); }; }; then
9694 rxvt_cv_int16_t=yes
9695 else
9696 echo "$as_me: failed program was:" >&5
9697 sed 's/^/| /' conftest.$ac_ext >&5
9698
9699 if test "$ac_cv_sizeof_char" -ge 2; then
9700 rxvt_cv_int16_t=" char"
9701 else
9702 if test "$ac_cv_sizeof_short" -ge 2; then
9703 rxvt_cv_int16_t=" short"
9704 else
9705 if test "$ac_cv_sizeof_int" -ge 2; then
9706 rxvt_cv_int16_t=" int"
9707 else
9708 if test "$ac_cv_sizeof_long" -ge 2; then
9709 rxvt_cv_int16_t=" long"
9710 else
9711 if test "$ac_cv_sizeof_long_long" -ge 2; then
9712 rxvt_cv_int16_t=" long long"
9713 else
9714 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9715 fi
9716 fi
9717 fi
9718 fi
9719 fi
9720 fi
9721 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9722 fi
9723 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9724 echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9725 if test x"$rxvt_cv_int16_t" != xyes; then
9726 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9727 else
9728 if test x"" = x; then
9729 rxvt_int16_typedef="/* typedef short int16_t; */"
9730 else
9731 rxvt_int16_typedef="/* typedef short int16_t; */"
9732 fi
9733 fi
9734
9735 echo "$as_me:$LINENO: checking for uint16_t" >&5
9736 echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9737 if test "${rxvt_cv_uint16_t+set}" = set; then
9738 echo $ECHO_N "(cached) $ECHO_C" >&6
9739 else
9740 cat >conftest.$ac_ext <<_ACEOF
9741 /* confdefs.h. */
9742 _ACEOF
9743 cat confdefs.h >>conftest.$ac_ext
9744 cat >>conftest.$ac_ext <<_ACEOF
9745 /* end confdefs.h. */
9746 #include <stdint.h>
9747 int
9748 main ()
9749 {
9750 uint16_t dummy;
9751 ;
9752 return 0;
9753 }
9754 _ACEOF
9755 rm -f conftest.$ac_objext
9756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9757 (eval $ac_compile) 2>conftest.er1
9758 ac_status=$?
9759 grep -v '^ *+' conftest.er1 >conftest.err
9760 rm -f conftest.er1
9761 cat conftest.err >&5
9762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9763 (exit $ac_status); } &&
9764 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9766 (eval $ac_try) 2>&5
9767 ac_status=$?
9768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9769 (exit $ac_status); }; } &&
9770 { ac_try='test -s conftest.$ac_objext'
9771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9772 (eval $ac_try) 2>&5
9773 ac_status=$?
9774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9775 (exit $ac_status); }; }; then
9776 rxvt_cv_uint16_t=yes
9777 else
9778 echo "$as_me: failed program was:" >&5
9779 sed 's/^/| /' conftest.$ac_ext >&5
9780
9781 if test "$ac_cv_sizeof_char" -ge 2; then
9782 rxvt_cv_uint16_t="unsigned char"
9783 else
9784 if test "$ac_cv_sizeof_short" -ge 2; then
9785 rxvt_cv_uint16_t="unsigned short"
9786 else
9787 if test "$ac_cv_sizeof_int" -ge 2; then
9788 rxvt_cv_uint16_t="unsigned int"
9789 else
9790 if test "$ac_cv_sizeof_long" -ge 2; then
9791 rxvt_cv_uint16_t="unsigned long"
9792 else
9793 if test "$ac_cv_sizeof_long_long" -ge 2; then
9794 rxvt_cv_uint16_t="unsigned long long"
9795 else
9796 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9797 fi
9798 fi
9799 fi
9800 fi
9801 fi
9802 fi
9803 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9804 fi
9805 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9806 echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9807 if test x"$rxvt_cv_uint16_t" != xyes; then
9808 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9809 else
9810 if test x"unsigned" = x; then
9811 rxvt_uint16_typedef="/* typedef short uint16_t; */"
9812 else
9813 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9814 fi
9815 fi
9816
9817 echo "$as_me:$LINENO: checking for int32_t" >&5
9818 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9819 if test "${rxvt_cv_int32_t+set}" = set; then
9820 echo $ECHO_N "(cached) $ECHO_C" >&6
9821 else
9822 cat >conftest.$ac_ext <<_ACEOF
9823 /* confdefs.h. */
9824 _ACEOF
9825 cat confdefs.h >>conftest.$ac_ext
9826 cat >>conftest.$ac_ext <<_ACEOF
9827 /* end confdefs.h. */
9828 #include <stdint.h>
9829 int
9830 main ()
9831 {
9832 int32_t dummy;
9833 ;
9834 return 0;
9835 }
9836 _ACEOF
9837 rm -f conftest.$ac_objext
9838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9839 (eval $ac_compile) 2>conftest.er1
9840 ac_status=$?
9841 grep -v '^ *+' conftest.er1 >conftest.err
9842 rm -f conftest.er1
9843 cat conftest.err >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); } &&
9846 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9848 (eval $ac_try) 2>&5
9849 ac_status=$?
9850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9851 (exit $ac_status); }; } &&
9852 { ac_try='test -s conftest.$ac_objext'
9853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9854 (eval $ac_try) 2>&5
9855 ac_status=$?
9856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9857 (exit $ac_status); }; }; then
9858 rxvt_cv_int32_t=yes
9859 else
9860 echo "$as_me: failed program was:" >&5
9861 sed 's/^/| /' conftest.$ac_ext >&5
9862
9863 if test "$ac_cv_sizeof_char" -ge 4; then
9864 rxvt_cv_int32_t=" char"
9865 else
9866 if test "$ac_cv_sizeof_short" -ge 4; then
9867 rxvt_cv_int32_t=" short"
9868 else
9869 if test "$ac_cv_sizeof_int" -ge 4; then
9870 rxvt_cv_int32_t=" int"
9871 else
9872 if test "$ac_cv_sizeof_long" -ge 4; then
9873 rxvt_cv_int32_t=" long"
9874 else
9875 if test "$ac_cv_sizeof_long_long" -ge 4; then
9876 rxvt_cv_int32_t=" long long"
9877 else
9878 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9879 fi
9880 fi
9881 fi
9882 fi
9883 fi
9884 fi
9885 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9886 fi
9887 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9888 echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9889 if test x"$rxvt_cv_int32_t" != xyes; then
9890 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9891 else
9892 if test x"" = x; then
9893 rxvt_int32_typedef="/* typedef int int32_t; */"
9894 else
9895 rxvt_int32_typedef="/* typedef int int32_t; */"
9896 fi
9897 fi
9898
9899 echo "$as_me:$LINENO: checking for uint32_t" >&5
9900 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9901 if test "${rxvt_cv_uint32_t+set}" = set; then
9902 echo $ECHO_N "(cached) $ECHO_C" >&6
9903 else
9904 cat >conftest.$ac_ext <<_ACEOF
9905 /* confdefs.h. */
9906 _ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9910 #include <stdint.h>
9911 int
9912 main ()
9913 {
9914 uint32_t dummy;
9915 ;
9916 return 0;
9917 }
9918 _ACEOF
9919 rm -f conftest.$ac_objext
9920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9921 (eval $ac_compile) 2>conftest.er1
9922 ac_status=$?
9923 grep -v '^ *+' conftest.er1 >conftest.err
9924 rm -f conftest.er1
9925 cat conftest.err >&5
9926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9927 (exit $ac_status); } &&
9928 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9930 (eval $ac_try) 2>&5
9931 ac_status=$?
9932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9933 (exit $ac_status); }; } &&
9934 { ac_try='test -s conftest.$ac_objext'
9935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9936 (eval $ac_try) 2>&5
9937 ac_status=$?
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); }; }; then
9940 rxvt_cv_uint32_t=yes
9941 else
9942 echo "$as_me: failed program was:" >&5
9943 sed 's/^/| /' conftest.$ac_ext >&5
9944
9945 if test "$ac_cv_sizeof_char" -ge 4; then
9946 rxvt_cv_uint32_t="unsigned char"
9947 else
9948 if test "$ac_cv_sizeof_short" -ge 4; then
9949 rxvt_cv_uint32_t="unsigned short"
9950 else
9951 if test "$ac_cv_sizeof_int" -ge 4; then
9952 rxvt_cv_uint32_t="unsigned int"
9953 else
9954 if test "$ac_cv_sizeof_long" -ge 4; then
9955 rxvt_cv_uint32_t="unsigned long"
9956 else
9957 if test "$ac_cv_sizeof_long_long" -ge 4; then
9958 rxvt_cv_uint32_t="unsigned long long"
9959 else
9960 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
9961 fi
9962 fi
9963 fi
9964 fi
9965 fi
9966 fi
9967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9968 fi
9969 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
9970 echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
9971 if test x"$rxvt_cv_uint32_t" != xyes; then
9972 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
9973 else
9974 if test x"unsigned" = x; then
9975 rxvt_uint32_typedef="/* typedef int uint32_t; */"
9976 else
9977 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
9978 fi
9979 fi
9980
9981 if test "$ac_cv_sizeof_int_p" -eq 8; then
9982 rxvt_intp_define="#define intp_t int64_t"
9983 rxvt_u_intp_define="#define u_intp_t u_int64_t"
9984 else
9985 if test "$ac_cv_sizeof_int_p" -eq 4; then
9986 rxvt_intp_define="#define intp_t int32_t"
9987 rxvt_u_intp_define="#define u_intp_t u_int32_t"
9988 else
9989 if test "$ac_cv_sizeof_int_p" -eq 2; then
9990 rxvt_intp_define="#define intp_t int16_t"
9991 rxvt_u_intp_define="#define u_intp_t u_int16_t"
9992 else
9993 rxvt_intp_define="#error set intp_t"
9994 rxvt_u_intp_define="#error set u_intp_t"
9995 fi
9996 fi
9997 fi
9998
9999
10000
10001 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10002 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10003 if test "${ac_cv_type_signal+set}" = set; then
10004 echo $ECHO_N "(cached) $ECHO_C" >&6
10005 else
10006 cat >conftest.$ac_ext <<_ACEOF
10007 /* confdefs.h. */
10008 _ACEOF
10009 cat confdefs.h >>conftest.$ac_ext
10010 cat >>conftest.$ac_ext <<_ACEOF
10011 /* end confdefs.h. */
10012 #include <sys/types.h>
10013 #include <signal.h>
10014 #ifdef signal
10015 # undef signal
10016 #endif
10017 #ifdef __cplusplus
10018 extern "C" void (*signal (int, void (*)(int)))(int);
10019 #else
10020 void (*signal ()) ();
10021 #endif
10022
10023 int
10024 main ()
10025 {
10026 int i;
10027 ;
10028 return 0;
10029 }
10030 _ACEOF
10031 rm -f conftest.$ac_objext
10032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10033 (eval $ac_compile) 2>conftest.er1
10034 ac_status=$?
10035 grep -v '^ *+' conftest.er1 >conftest.err
10036 rm -f conftest.er1
10037 cat conftest.err >&5
10038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 (exit $ac_status); } &&
10040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10042 (eval $ac_try) 2>&5
10043 ac_status=$?
10044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10045 (exit $ac_status); }; } &&
10046 { ac_try='test -s conftest.$ac_objext'
10047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10048 (eval $ac_try) 2>&5
10049 ac_status=$?
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); }; }; then
10052 ac_cv_type_signal=void
10053 else
10054 echo "$as_me: failed program was:" >&5
10055 sed 's/^/| /' conftest.$ac_ext >&5
10056
10057 ac_cv_type_signal=int
10058 fi
10059 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10060 fi
10061 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10062 echo "${ECHO_T}$ac_cv_type_signal" >&6
10063
10064 cat >>confdefs.h <<_ACEOF
10065 #define RETSIGTYPE $ac_cv_type_signal
10066 _ACEOF
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077 for ac_func in \
10078 unsetenv \
10079 setutent \
10080 seteuid \
10081 setresuid \
10082 setreuid \
10083 on_exit \
10084 nanosleep \
10085
10086 do
10087 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10088 echo "$as_me:$LINENO: checking for $ac_func" >&5
10089 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10090 if eval "test \"\${$as_ac_var+set}\" = set"; then
10091 echo $ECHO_N "(cached) $ECHO_C" >&6
10092 else
10093 cat >conftest.$ac_ext <<_ACEOF
10094 /* confdefs.h. */
10095 _ACEOF
10096 cat confdefs.h >>conftest.$ac_ext
10097 cat >>conftest.$ac_ext <<_ACEOF
10098 /* end confdefs.h. */
10099 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10100 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10101 #define $ac_func innocuous_$ac_func
10102
10103 /* System header to define __stub macros and hopefully few prototypes,
10104 which can conflict with char $ac_func (); below.
10105 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10106 <limits.h> exists even on freestanding compilers. */
10107
10108 #ifdef __STDC__
10109 # include <limits.h>
10110 #else
10111 # include <assert.h>
10112 #endif
10113
10114 #undef $ac_func
10115
10116 /* Override any gcc2 internal prototype to avoid an error. */
10117 #ifdef __cplusplus
10118 extern "C"
10119 {
10120 #endif
10121 /* We use char because int might match the return type of a gcc2
10122 builtin and then its argument prototype would still apply. */
10123 char $ac_func ();
10124 /* The GNU C library defines this for functions which it implements
10125 to always fail with ENOSYS. Some functions are actually named
10126 something starting with __ and the normal name is an alias. */
10127 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10128 choke me
10129 #else
10130 char (*f) () = $ac_func;
10131 #endif
10132 #ifdef __cplusplus
10133 }
10134 #endif
10135
10136 int
10137 main ()
10138 {
10139 return f != $ac_func;
10140 ;
10141 return 0;
10142 }
10143 _ACEOF
10144 rm -f conftest.$ac_objext conftest$ac_exeext
10145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10146 (eval $ac_link) 2>conftest.er1
10147 ac_status=$?
10148 grep -v '^ *+' conftest.er1 >conftest.err
10149 rm -f conftest.er1
10150 cat conftest.err >&5
10151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10152 (exit $ac_status); } &&
10153 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10155 (eval $ac_try) 2>&5
10156 ac_status=$?
10157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10158 (exit $ac_status); }; } &&
10159 { ac_try='test -s conftest$ac_exeext'
10160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10161 (eval $ac_try) 2>&5
10162 ac_status=$?
10163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10164 (exit $ac_status); }; }; then
10165 eval "$as_ac_var=yes"
10166 else
10167 echo "$as_me: failed program was:" >&5
10168 sed 's/^/| /' conftest.$ac_ext >&5
10169
10170 eval "$as_ac_var=no"
10171 fi
10172 rm -f conftest.err conftest.$ac_objext \
10173 conftest$ac_exeext conftest.$ac_ext
10174 fi
10175 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10176 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10177 if test `eval echo '${'$as_ac_var'}'` = yes; then
10178 cat >>confdefs.h <<_ACEOF
10179 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10180 _ACEOF
10181
10182 fi
10183 done
10184
10185
10186 UTMP_CHECK
10187
10188
10189 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
10190 echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
10191 if test "${rxvt_cv_path_ttytab+set}" = set; then
10192 echo $ECHO_N "(cached) $ECHO_C" >&6
10193 else
10194 for ttys_file in /etc/ttys /etc/ttytab;
10195 do
10196 if test -f "$ttys_file" ; then
10197 rxvt_cv_path_ttytab=$ttys_file
10198 break
10199 fi
10200 done
10201
10202 fi
10203 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
10204 echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
10205 if test x$rxvt_cv_path_ttytab != x; then
10206
10207 cat >>confdefs.h <<_ACEOF
10208 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
10209 _ACEOF
10210
10211 fi
10212
10213
10214 ac_save_LIBS=$LIBS
10215 ac_save_CFLAGS=$CFLAGS
10216 CFLAGS="$CFLAGS $X_CFLAGS"
10217 LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
10218 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
10219 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
10220 fi
10221 echo "$as_me:$LINENO: checking for working Xlocale" >&5
10222 echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
10223 if test "${rxvt_cv_func_xlocale+set}" = set; then
10224 echo $ECHO_N "(cached) $ECHO_C" >&6
10225 else
10226 if test "$cross_compiling" = yes; then
10227 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
10228 echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
10229 else
10230 cat >conftest.$ac_ext <<_ACEOF
10231 /* confdefs.h. */
10232 _ACEOF
10233 cat confdefs.h >>conftest.$ac_ext
10234 cat >>conftest.$ac_ext <<_ACEOF
10235 /* end confdefs.h. */
10236 #include <X11/Xlib.h>
10237 main() {
10238 char *p;
10239 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
10240 exit (XSupportsLocale() ? 0 : 1);
10241 else
10242 exit (1);}
10243 _ACEOF
10244 rm -f conftest$ac_exeext
10245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10246 (eval $ac_link) 2>&5
10247 ac_status=$?
10248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10249 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10251 (eval $ac_try) 2>&5
10252 ac_status=$?
10253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10254 (exit $ac_status); }; }; then
10255 rxvt_cv_func_xlocale=yes
10256 else
10257 echo "$as_me: program exited with status $ac_status" >&5
10258 echo "$as_me: failed program was:" >&5
10259 sed 's/^/| /' conftest.$ac_ext >&5
10260
10261 ( exit $ac_status )
10262 rxvt_cv_func_xlocale=no
10263 fi
10264 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10265 fi
10266 fi
10267 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
10268 echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
10269 if test x$rxvt_cv_func_xlocale = xyes; then
10270
10271 cat >>confdefs.h <<\_ACEOF
10272 #define HAVE_XLOCALE 1
10273 _ACEOF
10274
10275 fi
10276
10277 echo "$as_me:$LINENO: checking for working X setlocale" >&5
10278 echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
10279 if test "${rxvt_cv_func_xsetlocale+set}" = set; then
10280 echo $ECHO_N "(cached) $ECHO_C" >&6
10281 else
10282 cat >conftest.$ac_ext <<_ACEOF
10283 /* confdefs.h. */
10284 _ACEOF
10285 cat confdefs.h >>conftest.$ac_ext
10286 cat >>conftest.$ac_ext <<_ACEOF
10287 /* end confdefs.h. */
10288 #define X_LOCALE 1
10289 #include <X11/Xlocale.h>
10290 int
10291 main ()
10292 {
10293 setlocale(LC_CTYPE, "");
10294 ;
10295 return 0;
10296 }
10297 _ACEOF
10298 rm -f conftest.$ac_objext conftest$ac_exeext
10299 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10300 (eval $ac_link) 2>conftest.er1
10301 ac_status=$?
10302 grep -v '^ *+' conftest.er1 >conftest.err
10303 rm -f conftest.er1
10304 cat conftest.err >&5
10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } &&
10307 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10309 (eval $ac_try) 2>&5
10310 ac_status=$?
10311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10312 (exit $ac_status); }; } &&
10313 { ac_try='test -s conftest$ac_exeext'
10314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10315 (eval $ac_try) 2>&5
10316 ac_status=$?
10317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318 (exit $ac_status); }; }; then
10319 rxvt_cv_func_xsetlocale=yes
10320 else
10321 echo "$as_me: failed program was:" >&5
10322 sed 's/^/| /' conftest.$ac_ext >&5
10323
10324 rxvt_cv_func_xsetlocale=no
10325 fi
10326 rm -f conftest.err conftest.$ac_objext \
10327 conftest$ac_exeext conftest.$ac_ext
10328 fi
10329 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
10330 echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
10331 if test x$rxvt_cv_func_xsetlocale = xyes; then
10332
10333 cat >>confdefs.h <<\_ACEOF
10334 #define HAVE_XSETLOCALE 1
10335 _ACEOF
10336
10337 fi
10338 LIBS=$ac_save_LIBS
10339 CFLAGS=$ac_save_CFLAGS
10340
10341 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
10342 echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
10343 if test "${rxvt_cv_func_setlocale+set}" = set; then
10344 echo $ECHO_N "(cached) $ECHO_C" >&6
10345 else
10346 cat >conftest.$ac_ext <<_ACEOF
10347 /* confdefs.h. */
10348 _ACEOF
10349 cat confdefs.h >>conftest.$ac_ext
10350 cat >>conftest.$ac_ext <<_ACEOF
10351 /* end confdefs.h. */
10352 #include <clocale>
10353 int
10354 main ()
10355 {
10356 setlocale(LC_CTYPE, "");
10357 ;
10358 return 0;
10359 }
10360 _ACEOF
10361 rm -f conftest.$ac_objext conftest$ac_exeext
10362 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10363 (eval $ac_link) 2>conftest.er1
10364 ac_status=$?
10365 grep -v '^ *+' conftest.er1 >conftest.err
10366 rm -f conftest.er1
10367 cat conftest.err >&5
10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); } &&
10370 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10372 (eval $ac_try) 2>&5
10373 ac_status=$?
10374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10375 (exit $ac_status); }; } &&
10376 { ac_try='test -s conftest$ac_exeext'
10377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10378 (eval $ac_try) 2>&5
10379 ac_status=$?
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 (exit $ac_status); }; }; then
10382 rxvt_cv_func_setlocale=yes
10383 else
10384 echo "$as_me: failed program was:" >&5
10385 sed 's/^/| /' conftest.$ac_ext >&5
10386
10387 rxvt_cv_func_setlocale=no
10388 fi
10389 rm -f conftest.err conftest.$ac_objext \
10390 conftest$ac_exeext conftest.$ac_ext
10391 fi
10392 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
10393 echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
10394 if test x$rxvt_cv_func_setlocale = xyes; then
10395
10396 cat >>confdefs.h <<\_ACEOF
10397 #define HAVE_SETLOCALE 1
10398 _ACEOF
10399
10400 fi
10401
10402 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
10403 echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
10404 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
10405 echo $ECHO_N "(cached) $ECHO_C" >&6
10406 else
10407 cat >conftest.$ac_ext <<_ACEOF
10408 /* confdefs.h. */
10409 _ACEOF
10410 cat confdefs.h >>conftest.$ac_ext
10411 cat >>conftest.$ac_ext <<_ACEOF
10412 /* end confdefs.h. */
10413 #include <langinfo.h>
10414 int
10415 main ()
10416 {
10417 nl_langinfo(CODESET);
10418 ;
10419 return 0;
10420 }
10421 _ACEOF
10422 rm -f conftest.$ac_objext conftest$ac_exeext
10423 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10424 (eval $ac_link) 2>conftest.er1
10425 ac_status=$?
10426 grep -v '^ *+' conftest.er1 >conftest.err
10427 rm -f conftest.er1
10428 cat conftest.err >&5
10429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10430 (exit $ac_status); } &&
10431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10433 (eval $ac_try) 2>&5
10434 ac_status=$?
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); }; } &&
10437 { ac_try='test -s conftest$ac_exeext'
10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5
10440 ac_status=$?
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); }; }; then
10443 rxvt_cv_func_nl_langinfo=yes
10444 else
10445 echo "$as_me: failed program was:" >&5
10446 sed 's/^/| /' conftest.$ac_ext >&5
10447
10448 rxvt_cv_func_nl_langinfo=no
10449 fi
10450 rm -f conftest.err conftest.$ac_objext \
10451 conftest$ac_exeext conftest.$ac_ext
10452 fi
10453 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
10454 echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
10455 if test x$rxvt_cv_func_nl_langinfo = xyes; then
10456
10457 cat >>confdefs.h <<\_ACEOF
10458 #define HAVE_NL_LANGINFO 1
10459 _ACEOF
10460
10461 fi
10462
10463 SCM_RIGHTS_CHECK
10464
10465 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
10466 echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
10467 if test "${rxvt_broken_ximcb+set}" = set; then
10468 echo $ECHO_N "(cached) $ECHO_C" >&6
10469 else
10470 cat >conftest.$ac_ext <<_ACEOF
10471
10472 #include <X11/Xlib.h>
10473
10474 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
10475
10476 void f() {
10477 XIMCallback cb;
10478 cb.callback = im_destroy_cb;
10479 }
10480
10481 _ACEOF
10482 rm -f conftest.$ac_objext
10483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10484 (eval $ac_compile) 2>conftest.er1
10485 ac_status=$?
10486 grep -v '^ *+' conftest.er1 >conftest.err
10487 rm -f conftest.er1
10488 cat conftest.err >&5
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } &&
10491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10493 (eval $ac_try) 2>&5
10494 ac_status=$?
10495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10496 (exit $ac_status); }; } &&
10497 { ac_try='test -s conftest.$ac_objext'
10498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10499 (eval $ac_try) 2>&5
10500 ac_status=$?
10501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10502 (exit $ac_status); }; }; then
10503 rxvt_broken_ximcb=yes
10504 else
10505 echo "$as_me: failed program was:" >&5
10506 sed 's/^/| /' conftest.$ac_ext >&5
10507
10508 rxvt_broken_ximcb=no
10509 fi
10510 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10511 fi
10512 echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
10513 echo "${ECHO_T}$rxvt_broken_ximcb" >&6
10514
10515 if test x$rxvt_broken_ximcb = xyes; then
10516
10517 cat >>confdefs.h <<\_ACEOF
10518 #define XIMCB_PROTO_BROKEN 1
10519 _ACEOF
10520
10521 fi
10522
10523 PTY_CHECK
10524
10525 if test x$support_xft = xyes; then
10526 # Extract the first word of "pkg-config", so it can be a program name with args.
10527 set dummy pkg-config; ac_word=$2
10528 echo "$as_me:$LINENO: checking for $ac_word" >&5
10529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10530 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
10531 echo $ECHO_N "(cached) $ECHO_C" >&6
10532 else
10533 case $PKG_CONFIG in
10534 [\\/]* | ?:[\\/]*)
10535 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10536 ;;
10537 *)
10538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10539 for as_dir in $PATH
10540 do
10541 IFS=$as_save_IFS
10542 test -z "$as_dir" && as_dir=.
10543 for ac_exec_ext in '' $ac_executable_extensions; do
10544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10545 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10547 break 2
10548 fi
10549 done
10550 done
10551
10552 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
10553 ;;
10554 esac
10555 fi
10556 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10557
10558 if test -n "$PKG_CONFIG"; then
10559 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
10560 echo "${ECHO_T}$PKG_CONFIG" >&6
10561 else
10562 echo "$as_me:$LINENO: result: no" >&5
10563 echo "${ECHO_T}no" >&6
10564 fi
10565
10566 # Extract the first word of "xft-config", so it can be a program name with args.
10567 set dummy xft-config; ac_word=$2
10568 echo "$as_me:$LINENO: checking for $ac_word" >&5
10569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10570 if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
10571 echo $ECHO_N "(cached) $ECHO_C" >&6
10572 else
10573 case $XFT_CONFIG in
10574 [\\/]* | ?:[\\/]*)
10575 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
10576 ;;
10577 *)
10578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10579 for as_dir in $PATH
10580 do
10581 IFS=$as_save_IFS
10582 test -z "$as_dir" && as_dir=.
10583 for ac_exec_ext in '' $ac_executable_extensions; do
10584 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10585 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10587 break 2
10588 fi
10589 done
10590 done
10591
10592 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
10593 ;;
10594 esac
10595 fi
10596 XFT_CONFIG=$ac_cv_path_XFT_CONFIG
10597
10598 if test -n "$XFT_CONFIG"; then
10599 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
10600 echo "${ECHO_T}$XFT_CONFIG" >&6
10601 else
10602 echo "$as_me:$LINENO: result: no" >&5
10603 echo "${ECHO_T}no" >&6
10604 fi
10605
10606 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
10607 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
10608 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
10609 else
10610 if test $XFT_CONFIG != no; then
10611 LIBS="$LIBS `$XFT_CONFIG --libs`"
10612 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
10613 fi
10614 fi
10615
10616
10617 for ac_header in X11/Xft/Xft.h
10618 do
10619 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10620 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10621 echo "$as_me:$LINENO: checking for $ac_header" >&5
10622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10623 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6
10625 fi
10626 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10627 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10628 else
10629 # Is the header compilable?
10630 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10631 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10632 cat >conftest.$ac_ext <<_ACEOF
10633 /* confdefs.h. */
10634 _ACEOF
10635 cat confdefs.h >>conftest.$ac_ext
10636 cat >>conftest.$ac_ext <<_ACEOF
10637 /* end confdefs.h. */
10638 $ac_includes_default
10639 #include <$ac_header>
10640 _ACEOF
10641 rm -f conftest.$ac_objext
10642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10643 (eval $ac_compile) 2>conftest.er1
10644 ac_status=$?
10645 grep -v '^ *+' conftest.er1 >conftest.err
10646 rm -f conftest.er1
10647 cat conftest.err >&5
10648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10649 (exit $ac_status); } &&
10650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10652 (eval $ac_try) 2>&5
10653 ac_status=$?
10654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10655 (exit $ac_status); }; } &&
10656 { ac_try='test -s conftest.$ac_objext'
10657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10658 (eval $ac_try) 2>&5
10659 ac_status=$?
10660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661 (exit $ac_status); }; }; then
10662 ac_header_compiler=yes
10663 else
10664 echo "$as_me: failed program was:" >&5
10665 sed 's/^/| /' conftest.$ac_ext >&5
10666
10667 ac_header_compiler=no
10668 fi
10669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10670 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10671 echo "${ECHO_T}$ac_header_compiler" >&6
10672
10673 # Is the header present?
10674 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10675 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10676 cat >conftest.$ac_ext <<_ACEOF
10677 /* confdefs.h. */
10678 _ACEOF
10679 cat confdefs.h >>conftest.$ac_ext
10680 cat >>conftest.$ac_ext <<_ACEOF
10681 /* end confdefs.h. */
10682 #include <$ac_header>
10683 _ACEOF
10684 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10685 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10686 ac_status=$?
10687 grep -v '^ *+' conftest.er1 >conftest.err
10688 rm -f conftest.er1
10689 cat conftest.err >&5
10690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691 (exit $ac_status); } >/dev/null; then
10692 if test -s conftest.err; then
10693 ac_cpp_err=$ac_cxx_preproc_warn_flag
10694 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10695 else
10696 ac_cpp_err=
10697 fi
10698 else
10699 ac_cpp_err=yes
10700 fi
10701 if test -z "$ac_cpp_err"; then
10702 ac_header_preproc=yes
10703 else
10704 echo "$as_me: failed program was:" >&5
10705 sed 's/^/| /' conftest.$ac_ext >&5
10706
10707 ac_header_preproc=no
10708 fi
10709 rm -f conftest.err conftest.$ac_ext
10710 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10711 echo "${ECHO_T}$ac_header_preproc" >&6
10712
10713 # So? What about this header?
10714 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10715 yes:no: )
10716 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10717 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10718 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10719 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10720 ac_header_preproc=yes
10721 ;;
10722 no:yes:* )
10723 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10724 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10725 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10726 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10727 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10728 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10729 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10730 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10731 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10732 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10733 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10734 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10735 (
10736 cat <<\_ASBOX
10737 ## ------------------------------------------ ##
10738 ## Report this to the AC_PACKAGE_NAME lists. ##
10739 ## ------------------------------------------ ##
10740 _ASBOX
10741 ) |
10742 sed "s/^/$as_me: WARNING: /" >&2
10743 ;;
10744 esac
10745 echo "$as_me:$LINENO: checking for $ac_header" >&5
10746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10747 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10748 echo $ECHO_N "(cached) $ECHO_C" >&6
10749 else
10750 eval "$as_ac_Header=\$ac_header_preproc"
10751 fi
10752 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10753 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10754
10755 fi
10756 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10757 cat >>confdefs.h <<_ACEOF
10758 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10759 _ACEOF
10760
10761 else
10762 support_xft=no
10763 fi
10764
10765 done
10766
10767
10768 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
10769 echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
10770 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
10771 echo $ECHO_N "(cached) $ECHO_C" >&6
10772 else
10773 ac_check_lib_save_LIBS=$LIBS
10774 LIBS="-lXft $LIBS"
10775 cat >conftest.$ac_ext <<_ACEOF
10776 /* confdefs.h. */
10777 _ACEOF
10778 cat confdefs.h >>conftest.$ac_ext
10779 cat >>conftest.$ac_ext <<_ACEOF
10780 /* end confdefs.h. */
10781
10782 /* Override any gcc2 internal prototype to avoid an error. */
10783 #ifdef __cplusplus
10784 extern "C"
10785 #endif
10786 /* We use char because int might match the return type of a gcc2
10787 builtin and then its argument prototype would still apply. */
10788 char XftDrawString32 ();
10789 int
10790 main ()
10791 {
10792 XftDrawString32 ();
10793 ;
10794 return 0;
10795 }
10796 _ACEOF
10797 rm -f conftest.$ac_objext conftest$ac_exeext
10798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10799 (eval $ac_link) 2>conftest.er1
10800 ac_status=$?
10801 grep -v '^ *+' conftest.er1 >conftest.err
10802 rm -f conftest.er1
10803 cat conftest.err >&5
10804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10805 (exit $ac_status); } &&
10806 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10808 (eval $ac_try) 2>&5
10809 ac_status=$?
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); }; } &&
10812 { ac_try='test -s conftest$ac_exeext'
10813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10814 (eval $ac_try) 2>&5
10815 ac_status=$?
10816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10817 (exit $ac_status); }; }; then
10818 ac_cv_lib_Xft_XftDrawString32=yes
10819 else
10820 echo "$as_me: failed program was:" >&5
10821 sed 's/^/| /' conftest.$ac_ext >&5
10822
10823 ac_cv_lib_Xft_XftDrawString32=no
10824 fi
10825 rm -f conftest.err conftest.$ac_objext \
10826 conftest$ac_exeext conftest.$ac_ext
10827 LIBS=$ac_check_lib_save_LIBS
10828 fi
10829 echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
10830 echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
10831 if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
10832 cat >>confdefs.h <<_ACEOF
10833 #define HAVE_LIBXFT 1
10834 _ACEOF
10835
10836 LIBS="-lXft $LIBS"
10837
10838 else
10839 support_xft=no
10840 fi
10841
10842
10843 if test x$support_xft = xyes; then
10844
10845 cat >>confdefs.h <<\_ACEOF
10846 #define XFT 1
10847 _ACEOF
10848
10849 fi
10850 fi
10851 if test x$support_styles = xyes; then
10852
10853 cat >>confdefs.h <<\_ACEOF
10854 #define ENABLE_STYLES 1
10855 _ACEOF
10856
10857 fi
10858 if test x$support_iso14755 = xyes; then
10859
10860 cat >>confdefs.h <<\_ACEOF
10861 #define ISO_14755 1
10862 _ACEOF
10863
10864 fi
10865 if test x$support_8bitctrls = xyes; then
10866
10867 cat >>confdefs.h <<\_ACEOF
10868 #define EIGHT_BIT_CONTROLS 1
10869 _ACEOF
10870
10871 fi
10872 if test x$support_fading = xyes; then
10873
10874 cat >>confdefs.h <<\_ACEOF
10875 #define OFF_FOCUS_FADING 1
10876 _ACEOF
10877
10878 fi
10879 if test x$support_tinting = xyes; then
10880
10881 cat >>confdefs.h <<\_ACEOF
10882 #define TINTING 1
10883 _ACEOF
10884
10885 fi
10886 if test x$support_inheritpixmap = xyes; then
10887
10888 cat >>confdefs.h <<\_ACEOF
10889 #define TRANSPARENT 1
10890 _ACEOF
10891
10892 fi
10893 if test x$support_keepscrolling = xno; then
10894
10895 cat >>confdefs.h <<\_ACEOF
10896 #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
10897 _ACEOF
10898
10899 fi
10900 if test x$support_selectionscrolling = xyes; then
10901
10902 cat >>confdefs.h <<\_ACEOF
10903 #define SELECTION_SCROLLING 1
10904 _ACEOF
10905
10906 fi
10907 if test x$support_frills = xyes; then
10908
10909 cat >>confdefs.h <<\_ACEOF
10910 #define ENABLE_FRILLS 1
10911 _ACEOF
10912
10913 fi
10914 if test x$support_24bit = xyes; then
10915
10916 cat >>confdefs.h <<\_ACEOF
10917 #define PREFER_24BIT 1
10918 _ACEOF
10919
10920 fi
10921 if test x$support_mousewheel = xyes; then
10922
10923 cat >>confdefs.h <<\_ACEOF
10924 #define MOUSE_WHEEL 1
10925 _ACEOF
10926
10927 fi
10928 if test x$support_mouseslipwheel = xyes; then
10929
10930 cat >>confdefs.h <<\_ACEOF
10931 #define MOUSE_SLIP_WHEELING 1
10932 _ACEOF
10933
10934 fi
10935 if test x$support_utmp = xyes; then
10936
10937 cat >>confdefs.h <<\_ACEOF
10938 #define UTMP_SUPPORT 1
10939 _ACEOF
10940
10941 fi
10942 if test x$support_wtmp = xyes; then
10943
10944 cat >>confdefs.h <<\_ACEOF
10945 #define WTMP_SUPPORT 1
10946 _ACEOF
10947
10948 fi
10949 if test x$support_lastlog = xyes; then
10950
10951 cat >>confdefs.h <<\_ACEOF
10952 #define LASTLOG_SUPPORT 1
10953 _ACEOF
10954
10955 fi
10956 if test x$support_xim = xyes -o x$multichar_set = xyes; then
10957 if test x$rxvt_cv_func_xlocale = xyes; then
10958
10959 cat >>confdefs.h <<\_ACEOF
10960 #define USE_XIM 1
10961 _ACEOF
10962
10963 fi
10964 fi
10965 if test x$support_xpm = xyes; then
10966
10967 cat >>confdefs.h <<\_ACEOF
10968 #define XPM_BACKGROUND 1
10969 _ACEOF
10970
10971 fi
10972 if test x$support_scroll_rxvt = xyes; then
10973
10974 cat >>confdefs.h <<\_ACEOF
10975 #define RXVT_SCROLLBAR 1
10976 _ACEOF
10977
10978 scrolltypes="rxvt"
10979 fi
10980 if test x$support_scroll_next = xyes; then
10981
10982 cat >>confdefs.h <<\_ACEOF
10983 #define NEXT_SCROLLBAR 1
10984 _ACEOF
10985
10986 scrolltypes="$scrolltypes next"
10987 fi
10988 if test x$support_scroll_xterm = xyes; then
10989
10990 cat >>confdefs.h <<\_ACEOF
10991 #define XTERM_SCROLLBAR 1
10992 _ACEOF
10993
10994 scrolltypes="$scrolltypes xterm"
10995 fi
10996 if test x$support_scroll_plain = xyes; then
10997
10998 cat >>confdefs.h <<\_ACEOF
10999 #define PLAIN_SCROLLBAR 1
11000 _ACEOF
11001
11002 scrolltypes="$scrolltypes plain"
11003 fi
11004 if test x$support_pointer_blank = xyes; then
11005
11006 cat >>confdefs.h <<\_ACEOF
11007 #define POINTER_BLANK 1
11008 _ACEOF
11009
11010 fi
11011 if test x$support_text_blink = xyes; then
11012
11013 cat >>confdefs.h <<\_ACEOF
11014 #define TEXT_BLINK 1
11015 _ACEOF
11016
11017 fi
11018 if test x$support_unicode3 = xyes; then
11019
11020 cat >>confdefs.h <<\_ACEOF
11021 #define UNICODE_3 1
11022 _ACEOF
11023
11024 fi
11025 if test x$support_combining = xyes; then
11026
11027 cat >>confdefs.h <<\_ACEOF
11028 #define ENABLE_COMBINING 1
11029 _ACEOF
11030
11031 fi
11032 if test x$codesets = xall; then
11033 codesets=jp,jp-ext,kr,zh,zh-ext
11034 fi
11035
11036 cat >>confdefs.h <<\_ACEOF
11037 #define ENCODING_EU 1
11038 _ACEOF
11039
11040
11041 cat >>confdefs.h <<\_ACEOF
11042 #define ENCODING_VN 1
11043 _ACEOF
11044
11045 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
11046 case "$codeset" in
11047 JP )
11048 cat >>confdefs.h <<\_ACEOF
11049 #define ENCODING_JP 1
11050 _ACEOF
11051 ;;
11052 JP_EXT )
11053 cat >>confdefs.h <<\_ACEOF
11054 #define ENCODING_JP_EXT 1
11055 _ACEOF
11056 ;;
11057 KR )
11058 cat >>confdefs.h <<\_ACEOF
11059 #define ENCODING_KR 1
11060 _ACEOF
11061 ;;
11062 ZH )
11063 cat >>confdefs.h <<\_ACEOF
11064 #define ENCODING_ZH 1
11065 _ACEOF
11066 ;;
11067 ZH_EXT )
11068 cat >>confdefs.h <<\_ACEOF
11069 #define ENCODING_ZH_EXT 1
11070 _ACEOF
11071 ;;
11072 esac
11073 done
11074
11075 IF_PERL=\#
11076 if test x$support_perl = xyes; then
11077 # Extract the first word of "perl5", so it can be a program name with args.
11078 set dummy perl5; ac_word=$2
11079 echo "$as_me:$LINENO: checking for $ac_word" >&5
11080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11081 if test "${ac_cv_path_PERL+set}" = set; then
11082 echo $ECHO_N "(cached) $ECHO_C" >&6
11083 else
11084 case $PERL in
11085 [\\/]* | ?:[\\/]*)
11086 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
11087 ;;
11088 *)
11089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11090 for as_dir in $PATH
11091 do
11092 IFS=$as_save_IFS
11093 test -z "$as_dir" && as_dir=.
11094 for ac_exec_ext in '' $ac_executable_extensions; do
11095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11096 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
11097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11098 break 2
11099 fi
11100 done
11101 done
11102
11103 ;;
11104 esac
11105 fi
11106 PERL=$ac_cv_path_PERL
11107
11108 if test -n "$PERL"; then
11109 echo "$as_me:$LINENO: result: $PERL" >&5
11110 echo "${ECHO_T}$PERL" >&6
11111 else
11112 echo "$as_me:$LINENO: result: no" >&5
11113 echo "${ECHO_T}no" >&6
11114 fi
11115
11116 # Extract the first word of "perl", so it can be a program name with args.
11117 set dummy perl; ac_word=$2
11118 echo "$as_me:$LINENO: checking for $ac_word" >&5
11119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11120 if test "${ac_cv_path_PERL+set}" = set; then
11121 echo $ECHO_N "(cached) $ECHO_C" >&6
11122 else
11123 case $PERL in
11124 [\\/]* | ?:[\\/]*)
11125 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
11126 ;;
11127 *)
11128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11129 for as_dir in $PATH
11130 do
11131 IFS=$as_save_IFS
11132 test -z "$as_dir" && as_dir=.
11133 for ac_exec_ext in '' $ac_executable_extensions; do
11134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11135 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
11136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11137 break 2
11138 fi
11139 done
11140 done
11141
11142 ;;
11143 esac
11144 fi
11145 PERL=$ac_cv_path_PERL
11146
11147 if test -n "$PERL"; then
11148 echo "$as_me:$LINENO: result: $PERL" >&5
11149 echo "${ECHO_T}$PERL" >&6
11150 else
11151 echo "$as_me:$LINENO: result: no" >&5
11152 echo "${ECHO_T}no" >&6
11153 fi
11154
11155
11156 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
11157 echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
11158 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
11159
11160 save_CXXFLAGS="$CXXFLAGS"
11161 save_LIBS="$LIBS"
11162 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
11163 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
11164 cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h. */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h. */
11170
11171 #include <EXTERN.h>
11172 #include <perl.h>
11173 #include <XSUB.h>
11174
11175 int
11176 main ()
11177 {
11178
11179 PerlInterpreter *perl = perl_alloc ();
11180
11181 ;
11182 return 0;
11183 }
11184 _ACEOF
11185 rm -f conftest.$ac_objext conftest$ac_exeext
11186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11187 (eval $ac_link) 2>conftest.er1
11188 ac_status=$?
11189 grep -v '^ *+' conftest.er1 >conftest.err
11190 rm -f conftest.er1
11191 cat conftest.err >&5
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } &&
11194 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11196 (eval $ac_try) 2>&5
11197 ac_status=$?
11198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11199 (exit $ac_status); }; } &&
11200 { ac_try='test -s conftest$ac_exeext'
11201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11202 (eval $ac_try) 2>&5
11203 ac_status=$?
11204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11205 (exit $ac_status); }; }; then
11206 rxvt_perl_link=yes
11207 else
11208 echo "$as_me: failed program was:" >&5
11209 sed 's/^/| /' conftest.$ac_ext >&5
11210
11211 rxvt_perl_link=no
11212 fi
11213 rm -f conftest.err conftest.$ac_objext \
11214 conftest$ac_exeext conftest.$ac_ext
11215 CXXFLAGS="$save_CXXFLAGS"
11216 LIBS="$save_LIBS"
11217
11218 if test x$rxvt_perl_link = xyes; then
11219 echo "$as_me:$LINENO: result: ok" >&5
11220 echo "${ECHO_T}ok" >&6
11221
11222 cat >>confdefs.h <<\_ACEOF
11223 #define ENABLE_PERL 1
11224 _ACEOF
11225
11226 IF_PERL=
11227 PERL_O=rxvtperl.o
11228 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
11229 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
11230 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
11231 else
11232 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
11233 echo "$as_me: error: no, unable to link" >&2;}
11234 { (exit 1); exit 1; }; }
11235 fi
11236 else
11237 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
11238 echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
11239 { (exit 1); exit 1; }; }
11240 fi
11241 fi
11242
11243
11244
11245
11246
11247
11248
11249 if test x$support_perl = xyes; then
11250 support_frills=yes
11251 fi
11252
11253
11254 CFLAGS=${CFLAGS--O}
11255 LDFLAGS=${LDFLAGS--O}
11256
11257 CPPFLAGS="$CPPFLAGS"
11258
11259
11260
11261
11262
11263
11264
11265 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11266 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
11267 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11268 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
11269 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
11270 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
11271 fi
11272
11273
11274
11275
11276
11277 test "$program_prefix" != NONE &&
11278 program_transform_name="s,^,$program_prefix,;$program_transform_name"
11279 # Use a double $ so make ignores it.
11280 test "$program_suffix" != NONE &&
11281 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
11282 # Double any \ or $. echo might interpret backslashes.
11283 # By default was `s,x,x', remove it if useless.
11284 cat <<\_ACEOF >conftest.sed
11285 s/[\\$]/&&/g;s/;s,x,x,$//
11286 _ACEOF
11287 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
11288 rm conftest.sed
11289
11290
11291
11292
11293
11294 if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
11295 include_stdint_h="#include <stdint.h>"
11296 else
11297 include_stdint_h="/* #include <stdint.h> */"
11298 fi
11299 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
11300 include_stdarg_h="#include <cstdarg>"
11301 else
11302 include_stdarg_h="/* #include <cstdarg> */"
11303 fi
11304 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
11305 include_stdlib_h="#include <cstdlib>"
11306 else
11307 include_stdlib_h="/* #include <cstdlib> */"
11308 fi
11309 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
11310 include_unistd_h="#include <unistd.h>"
11311 else
11312 include_unistd_h="/* #include <unistd.h> */"
11313 fi
11314 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
11315 include_string_h="#include <cstring>"
11316 else
11317 include_string_h="/* #include <cstring> */"
11318 fi
11319 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
11320 include_fcntl_h="#include <fcntl.h>"
11321 else
11322 include_fcntl_h="/* #include <fcntl.h> */"
11323 fi
11324 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
11325 include_util_h="#include <util.h>"
11326 else
11327 include_util_h="/* #include <util.h> */"
11328 fi
11329 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
11330 include_assert_h="#include <assert.h>"
11331 else
11332 include_assert_h="/* #include <assert.h> */"
11333 fi
11334 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
11335 include_sys_ioctl_h="#include <sys/ioctl.h>"
11336 else
11337 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
11338 fi
11339 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
11340 include_sys_select_h="#include <sys/select.h>"
11341 else
11342 include_sys_select_h="/* #include <sys/select.h> */"
11343 fi
11344 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
11345 include_sys_strredir_h="#include <sys/strredir.h>"
11346 else
11347 include_sys_strredir_h="/* #include <sys/strredir.h> */"
11348 fi
11349 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
11350 include_sys_time_h="#include <sys/time.h>"
11351 else
11352 include_sys_time_h="/* #include <sys/time.h> */"
11353 fi
11354 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
11355 include_time_h="#include <time.h>"
11356 else
11357 include_time_h="/* #include <time.h> */"
11358 fi
11359
11360 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
11361
11362 cat >confcache <<\_ACEOF
11363 # This file is a shell script that caches the results of configure
11364 # tests run on this system so they can be shared between configure
11365 # scripts and configure runs, see configure's option --config-cache.
11366 # It is not useful on other systems. If it contains results you don't
11367 # want to keep, you may remove or edit it.
11368 #
11369 # config.status only pays attention to the cache file if you give it
11370 # the --recheck option to rerun configure.
11371 #
11372 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11373 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11374 # following values.
11375
11376 _ACEOF
11377
11378 # The following way of writing the cache mishandles newlines in values,
11379 # but we know of no workaround that is simple, portable, and efficient.
11380 # So, don't put newlines in cache variables' values.
11381 # Ultrix sh set writes to stderr and can't be redirected directly,
11382 # and sets the high bit in the cache file unless we assign to the vars.
11383 {
11384 (set) 2>&1 |
11385 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11386 *ac_space=\ *)
11387 # `set' does not quote correctly, so add quotes (double-quote
11388 # substitution turns \\\\ into \\, and sed turns \\ into \).
11389 sed -n \
11390 "s/'/'\\\\''/g;
11391 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11392 ;;
11393 *)
11394 # `set' quotes correctly as required by POSIX, so do not add quotes.
11395 sed -n \
11396 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11397 ;;
11398 esac;
11399 } |
11400 sed '
11401 t clear
11402 : clear
11403 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11404 t end
11405 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11406 : end' >>confcache
11407 if diff $cache_file confcache >/dev/null 2>&1; then :; else
11408 if test -w $cache_file; then
11409 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11410 cat confcache >$cache_file
11411 else
11412 echo "not updating unwritable cache $cache_file"
11413 fi
11414 fi
11415 rm -f confcache
11416
11417 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11418 # Let make expand exec_prefix.
11419 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11420
11421 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11422 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11423 # trailing colons and then remove the whole line if VPATH becomes empty
11424 # (actually we leave an empty line to preserve line numbers).
11425 if test "x$srcdir" = x.; then
11426 ac_vpsub='/^[ ]*VPATH[ ]*=/{
11427 s/:*\$(srcdir):*/:/;
11428 s/:*\${srcdir}:*/:/;
11429 s/:*@srcdir@:*/:/;
11430 s/^\([^=]*=[ ]*\):*/\1/;
11431 s/:*$//;
11432 s/^[^=]*=[ ]*$//;
11433 }'
11434 fi
11435
11436 DEFS=-DHAVE_CONFIG_H
11437
11438 ac_libobjs=
11439 ac_ltlibobjs=
11440 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11441 # 1. Remove the extension, and $U if already installed.
11442 ac_i=`echo "$ac_i" |
11443 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11444 # 2. Add them.
11445 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
11446 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
11447 done
11448 LIBOBJS=$ac_libobjs
11449
11450 LTLIBOBJS=$ac_ltlibobjs
11451
11452
11453
11454 : ${CONFIG_STATUS=./config.status}
11455 ac_clean_files_save=$ac_clean_files
11456 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11457 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11458 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11459 cat >$CONFIG_STATUS <<_ACEOF
11460 #! $SHELL
11461 # Generated by $as_me.
11462 # Run this file to recreate the current configuration.
11463 # Compiler output produced by configure, useful for debugging
11464 # configure, is in config.log if it exists.
11465
11466 debug=false
11467 ac_cs_recheck=false
11468 ac_cs_silent=false
11469 SHELL=\${CONFIG_SHELL-$SHELL}
11470 _ACEOF
11471
11472 cat >>$CONFIG_STATUS <<\_ACEOF
11473 ## --------------------- ##
11474 ## M4sh Initialization. ##
11475 ## --------------------- ##
11476
11477 # Be Bourne compatible
11478 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11479 emulate sh
11480 NULLCMD=:
11481 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11482 # is contrary to our usage. Disable this feature.
11483 alias -g '${1+"$@"}'='"$@"'
11484 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
11485 set -o posix
11486 fi
11487 DUALCASE=1; export DUALCASE # for MKS sh
11488
11489 # Support unset when possible.
11490 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11491 as_unset=unset
11492 else
11493 as_unset=false
11494 fi
11495
11496
11497 # Work around bugs in pre-3.0 UWIN ksh.
11498 $as_unset ENV MAIL MAILPATH
11499 PS1='$ '
11500 PS2='> '
11501 PS4='+ '
11502
11503 # NLS nuisances.
11504 for as_var in \
11505 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11506 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11507 LC_TELEPHONE LC_TIME
11508 do
11509 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11510 eval $as_var=C; export $as_var
11511 else
11512 $as_unset $as_var
11513 fi
11514 done
11515
11516 # Required to use basename.
11517 if expr a : '\(a\)' >/dev/null 2>&1; then
11518 as_expr=expr
11519 else
11520 as_expr=false
11521 fi
11522
11523 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11524 as_basename=basename
11525 else
11526 as_basename=false
11527 fi
11528
11529
11530 # Name of the executable.
11531 as_me=`$as_basename "$0" ||
11532 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11533 X"$0" : 'X\(//\)$' \| \
11534 X"$0" : 'X\(/\)$' \| \
11535 . : '\(.\)' 2>/dev/null ||
11536 echo X/"$0" |
11537 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11538 /^X\/\(\/\/\)$/{ s//\1/; q; }
11539 /^X\/\(\/\).*/{ s//\1/; q; }
11540 s/.*/./; q'`
11541
11542
11543 # PATH needs CR, and LINENO needs CR and PATH.
11544 # Avoid depending upon Character Ranges.
11545 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11546 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11547 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11548 as_cr_digits='0123456789'
11549 as_cr_alnum=$as_cr_Letters$as_cr_digits
11550
11551 # The user is always right.
11552 if test "${PATH_SEPARATOR+set}" != set; then
11553 echo "#! /bin/sh" >conf$$.sh
11554 echo "exit 0" >>conf$$.sh
11555 chmod +x conf$$.sh
11556 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11557 PATH_SEPARATOR=';'
11558 else
11559 PATH_SEPARATOR=:
11560 fi
11561 rm -f conf$$.sh
11562 fi
11563
11564
11565 as_lineno_1=$LINENO
11566 as_lineno_2=$LINENO
11567 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11568 test "x$as_lineno_1" != "x$as_lineno_2" &&
11569 test "x$as_lineno_3" = "x$as_lineno_2" || {
11570 # Find who we are. Look in the path if we contain no path at all
11571 # relative or not.
11572 case $0 in
11573 *[\\/]* ) as_myself=$0 ;;
11574 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11575 for as_dir in $PATH
11576 do
11577 IFS=$as_save_IFS
11578 test -z "$as_dir" && as_dir=.
11579 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11580 done
11581
11582 ;;
11583 esac
11584 # We did not find ourselves, most probably we were run as `sh COMMAND'
11585 # in which case we are not to be found in the path.
11586 if test "x$as_myself" = x; then
11587 as_myself=$0
11588 fi
11589 if test ! -f "$as_myself"; then
11590 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11591 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11592 { (exit 1); exit 1; }; }
11593 fi
11594 case $CONFIG_SHELL in
11595 '')
11596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11597 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11598 do
11599 IFS=$as_save_IFS
11600 test -z "$as_dir" && as_dir=.
11601 for as_base in sh bash ksh sh5; do
11602 case $as_dir in
11603 /*)
11604 if ("$as_dir/$as_base" -c '
11605 as_lineno_1=$LINENO
11606 as_lineno_2=$LINENO
11607 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11608 test "x$as_lineno_1" != "x$as_lineno_2" &&
11609 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
11610 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11611 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11612 CONFIG_SHELL=$as_dir/$as_base
11613 export CONFIG_SHELL
11614 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11615 fi;;
11616 esac
11617 done
11618 done
11619 ;;
11620 esac
11621
11622 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11623 # uniformly replaced by the line number. The first 'sed' inserts a
11624 # line-number line before each line; the second 'sed' does the real
11625 # work. The second script uses 'N' to pair each line-number line
11626 # with the numbered line, and appends trailing '-' during
11627 # substitution so that $LINENO is not a special case at line end.
11628 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11629 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11630 sed '=' <$as_myself |
11631 sed '
11632 N
11633 s,$,-,
11634 : loop
11635 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11636 t loop
11637 s,-$,,
11638 s,^['$as_cr_digits']*\n,,
11639 ' >$as_me.lineno &&
11640 chmod +x $as_me.lineno ||
11641 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11642 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11643 { (exit 1); exit 1; }; }
11644
11645 # Don't try to exec as it changes $[0], causing all sort of problems
11646 # (the dirname of $[0] is not the place where we might find the
11647 # original and so on. Autoconf is especially sensible to this).
11648 . ./$as_me.lineno
11649 # Exit status is that of the last command.
11650 exit
11651 }
11652
11653
11654 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11655 *c*,-n*) ECHO_N= ECHO_C='
11656 ' ECHO_T=' ' ;;
11657 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
11658 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
11659 esac
11660
11661 if expr a : '\(a\)' >/dev/null 2>&1; then
11662 as_expr=expr
11663 else
11664 as_expr=false
11665 fi
11666
11667 rm -f conf$$ conf$$.exe conf$$.file
11668 echo >conf$$.file
11669 if ln -s conf$$.file conf$$ 2>/dev/null; then
11670 # We could just check for DJGPP; but this test a) works b) is more generic
11671 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11672 if test -f conf$$.exe; then
11673 # Don't use ln at all; we don't have any links
11674 as_ln_s='cp -p'
11675 else
11676 as_ln_s='ln -s'
11677 fi
11678 elif ln conf$$.file conf$$ 2>/dev/null; then
11679 as_ln_s=ln
11680 else
11681 as_ln_s='cp -p'
11682 fi
11683 rm -f conf$$ conf$$.exe conf$$.file
11684
11685 if mkdir -p . 2>/dev/null; then
11686 as_mkdir_p=:
11687 else
11688 test -d ./-p && rmdir ./-p
11689 as_mkdir_p=false
11690 fi
11691
11692 as_executable_p="test -f"
11693
11694 # Sed expression to map a string onto a valid CPP name.
11695 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11696
11697 # Sed expression to map a string onto a valid variable name.
11698 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11699
11700
11701 # IFS
11702 # We need space, tab and new line, in precisely that order.
11703 as_nl='
11704 '
11705 IFS=" $as_nl"
11706
11707 # CDPATH.
11708 $as_unset CDPATH
11709
11710 exec 6>&1
11711
11712 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11713 # report actual input values of CONFIG_FILES etc. instead of their
11714 # values after options handling. Logging --version etc. is OK.
11715 exec 5>>config.log
11716 {
11717 echo
11718 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11719 ## Running $as_me. ##
11720 _ASBOX
11721 } >&5
11722 cat >&5 <<_CSEOF
11723
11724 This file was extended by $as_me, which was
11725 generated by GNU Autoconf 2.59. Invocation command line was
11726
11727 CONFIG_FILES = $CONFIG_FILES
11728 CONFIG_HEADERS = $CONFIG_HEADERS
11729 CONFIG_LINKS = $CONFIG_LINKS
11730 CONFIG_COMMANDS = $CONFIG_COMMANDS
11731 $ $0 $@
11732
11733 _CSEOF
11734 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11735 echo >&5
11736 _ACEOF
11737
11738 # Files that config.status was made for.
11739 if test -n "$ac_config_files"; then
11740 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11741 fi
11742
11743 if test -n "$ac_config_headers"; then
11744 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11745 fi
11746
11747 if test -n "$ac_config_links"; then
11748 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11749 fi
11750
11751 if test -n "$ac_config_commands"; then
11752 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11753 fi
11754
11755 cat >>$CONFIG_STATUS <<\_ACEOF
11756
11757 ac_cs_usage="\
11758 \`$as_me' instantiates files from templates according to the
11759 current configuration.
11760
11761 Usage: $0 [OPTIONS] [FILE]...
11762
11763 -h, --help print this help, then exit
11764 -V, --version print version number, then exit
11765 -q, --quiet do not print progress messages
11766 -d, --debug don't remove temporary files
11767 --recheck update $as_me by reconfiguring in the same conditions
11768 --file=FILE[:TEMPLATE]
11769 instantiate the configuration file FILE
11770 --header=FILE[:TEMPLATE]
11771 instantiate the configuration header FILE
11772
11773 Configuration files:
11774 $config_files
11775
11776 Configuration headers:
11777 $config_headers
11778
11779 Report bugs to <bug-autoconf@gnu.org>."
11780 _ACEOF
11781
11782 cat >>$CONFIG_STATUS <<_ACEOF
11783 ac_cs_version="\\
11784 config.status
11785 configured by $0, generated by GNU Autoconf 2.59,
11786 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11787
11788 Copyright (C) 2003 Free Software Foundation, Inc.
11789 This config.status script is free software; the Free Software Foundation
11790 gives unlimited permission to copy, distribute and modify it."
11791 srcdir=$srcdir
11792 INSTALL="$INSTALL"
11793 _ACEOF
11794
11795 cat >>$CONFIG_STATUS <<\_ACEOF
11796 # If no file are specified by the user, then we need to provide default
11797 # value. By we need to know if files were specified by the user.
11798 ac_need_defaults=:
11799 while test $# != 0
11800 do
11801 case $1 in
11802 --*=*)
11803 ac_option=`expr "x$1" : 'x\([^=]*\)='`
11804 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
11805 ac_shift=:
11806 ;;
11807 -*)
11808 ac_option=$1
11809 ac_optarg=$2
11810 ac_shift=shift
11811 ;;
11812 *) # This is not an option, so the user has probably given explicit
11813 # arguments.
11814 ac_option=$1
11815 ac_need_defaults=false;;
11816 esac
11817
11818 case $ac_option in
11819 # Handling of the options.
11820 _ACEOF
11821 cat >>$CONFIG_STATUS <<\_ACEOF
11822 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11823 ac_cs_recheck=: ;;
11824 --version | --vers* | -V )
11825 echo "$ac_cs_version"; exit 0 ;;
11826 --he | --h)
11827 # Conflict between --help and --header
11828 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11829 Try \`$0 --help' for more information." >&5
11830 echo "$as_me: error: ambiguous option: $1
11831 Try \`$0 --help' for more information." >&2;}
11832 { (exit 1); exit 1; }; };;
11833 --help | --hel | -h )
11834 echo "$ac_cs_usage"; exit 0 ;;
11835 --debug | --d* | -d )
11836 debug=: ;;
11837 --file | --fil | --fi | --f )
11838 $ac_shift
11839 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11840 ac_need_defaults=false;;
11841 --header | --heade | --head | --hea )
11842 $ac_shift
11843 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11844 ac_need_defaults=false;;
11845 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11846 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11847 ac_cs_silent=: ;;
11848
11849 # This is an error.
11850 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11851 Try \`$0 --help' for more information." >&5
11852 echo "$as_me: error: unrecognized option: $1
11853 Try \`$0 --help' for more information." >&2;}
11854 { (exit 1); exit 1; }; } ;;
11855
11856 *) ac_config_targets="$ac_config_targets $1" ;;
11857
11858 esac
11859 shift
11860 done
11861
11862 ac_configure_extra_args=
11863
11864 if $ac_cs_silent; then
11865 exec 6>/dev/null
11866 ac_configure_extra_args="$ac_configure_extra_args --silent"
11867 fi
11868
11869 _ACEOF
11870 cat >>$CONFIG_STATUS <<_ACEOF
11871 if \$ac_cs_recheck; then
11872 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11873 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11874 fi
11875
11876 _ACEOF
11877
11878
11879
11880
11881
11882 cat >>$CONFIG_STATUS <<\_ACEOF
11883 for ac_config_target in $ac_config_targets
11884 do
11885 case "$ac_config_target" in
11886 # Handling of arguments.
11887 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11888 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11889 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11890 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
11891 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
11892 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11893 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11894 { (exit 1); exit 1; }; };;
11895 esac
11896 done
11897
11898 # If the user did not use the arguments to specify the items to instantiate,
11899 # then the envvar interface is used. Set only those that are not.
11900 # We use the long form for the default assignment because of an extremely
11901 # bizarre bug on SunOS 4.1.3.
11902 if $ac_need_defaults; then
11903 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11904 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11905 fi
11906
11907 # Have a temporary directory for convenience. Make it in the build tree
11908 # simply because there is no reason to put it here, and in addition,
11909 # creating and moving files from /tmp can sometimes cause problems.
11910 # Create a temporary directory, and hook for its removal unless debugging.
11911 $debug ||
11912 {
11913 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11914 trap '{ (exit 1); exit 1; }' 1 2 13 15
11915 }
11916
11917 # Create a (secure) tmp directory for tmp files.
11918
11919 {
11920 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11921 test -n "$tmp" && test -d "$tmp"
11922 } ||
11923 {
11924 tmp=./confstat$$-$RANDOM
11925 (umask 077 && mkdir $tmp)
11926 } ||
11927 {
11928 echo "$me: cannot create a temporary directory in ." >&2
11929 { (exit 1); exit 1; }
11930 }
11931
11932 _ACEOF
11933
11934 cat >>$CONFIG_STATUS <<_ACEOF
11935
11936 #
11937 # CONFIG_FILES section.
11938 #
11939
11940 # No need to generate the scripts if there are no CONFIG_FILES.
11941 # This happens for instance when ./config.status config.h
11942 if test -n "\$CONFIG_FILES"; then
11943 # Protect against being on the right side of a sed subst in config.status.
11944 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11945 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11946 s,@SHELL@,$SHELL,;t t
11947 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11948 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11949 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11950 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11951 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11952 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11953 s,@exec_prefix@,$exec_prefix,;t t
11954 s,@prefix@,$prefix,;t t
11955 s,@program_transform_name@,$program_transform_name,;t t
11956 s,@bindir@,$bindir,;t t
11957 s,@sbindir@,$sbindir,;t t
11958 s,@libexecdir@,$libexecdir,;t t
11959 s,@datadir@,$datadir,;t t
11960 s,@sysconfdir@,$sysconfdir,;t t
11961 s,@sharedstatedir@,$sharedstatedir,;t t
11962 s,@localstatedir@,$localstatedir,;t t
11963 s,@libdir@,$libdir,;t t
11964 s,@includedir@,$includedir,;t t
11965 s,@oldincludedir@,$oldincludedir,;t t
11966 s,@infodir@,$infodir,;t t
11967 s,@mandir@,$mandir,;t t
11968 s,@build_alias@,$build_alias,;t t
11969 s,@host_alias@,$host_alias,;t t
11970 s,@target_alias@,$target_alias,;t t
11971 s,@DEFS@,$DEFS,;t t
11972 s,@ECHO_C@,$ECHO_C,;t t
11973 s,@ECHO_N@,$ECHO_N,;t t
11974 s,@ECHO_T@,$ECHO_T,;t t
11975 s,@LIBS@,$LIBS,;t t
11976 s,@build@,$build,;t t
11977 s,@build_cpu@,$build_cpu,;t t
11978 s,@build_vendor@,$build_vendor,;t t
11979 s,@build_os@,$build_os,;t t
11980 s,@host@,$host,;t t
11981 s,@host_cpu@,$host_cpu,;t t
11982 s,@host_vendor@,$host_vendor,;t t
11983 s,@host_os@,$host_os,;t t
11984 s,@VERSION@,$VERSION,;t t
11985 s,@DATE@,$DATE,;t t
11986 s,@LSMDATE@,$LSMDATE,;t t
11987 s,@LIBVERSION@,$LIBVERSION,;t t
11988 s,@CC@,$CC,;t t
11989 s,@CFLAGS@,$CFLAGS,;t t
11990 s,@LDFLAGS@,$LDFLAGS,;t t
11991 s,@CPPFLAGS@,$CPPFLAGS,;t t
11992 s,@ac_ct_CC@,$ac_ct_CC,;t t
11993 s,@EXEEXT@,$EXEEXT,;t t
11994 s,@OBJEXT@,$OBJEXT,;t t
11995 s,@CXX@,$CXX,;t t
11996 s,@CXXFLAGS@,$CXXFLAGS,;t t
11997 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
11998 s,@CPP@,$CPP,;t t
11999 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12000 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12001 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12002 s,@EGREP@,$EGREP,;t t
12003 s,@LINKER@,$LINKER,;t t
12004 s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
12005 s,@RXVTNAME@,$RXVTNAME,;t t
12006 s,@MV@,$MV,;t t
12007 s,@RM@,$RM,;t t
12008 s,@CP@,$CP,;t t
12009 s,@LN@,$LN,;t t
12010 s,@SED@,$SED,;t t
12011 s,@ECHO@,$ECHO,;t t
12012 s,@CMP@,$CMP,;t t
12013 s,@TIC@,$TIC,;t t
12014 s,@CXXCPP@,$CXXCPP,;t t
12015 s,@X_CFLAGS@,$X_CFLAGS,;t t
12016 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
12017 s,@X_LIBS@,$X_LIBS,;t t
12018 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
12019 s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
12020 s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
12021 s,@XPM_LIBS@,$XPM_LIBS,;t t
12022 s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
12023 s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
12024 s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
12025 s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
12026 s,@rxvt_intp_define@,$rxvt_intp_define,;t t
12027 s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
12028 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
12029 s,@XFT_CONFIG@,$XFT_CONFIG,;t t
12030 s,@PERL@,$PERL,;t t
12031 s,@PERLLIB@,$PERLLIB,;t t
12032 s,@PERLFLAGS@,$PERLFLAGS,;t t
12033 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
12034 s,@IF_PERL@,$IF_PERL,;t t
12035 s,@PERL_O@,$PERL_O,;t t
12036 s,@DEBUG@,$DEBUG,;t t
12037 s,@DINCLUDE@,$DINCLUDE,;t t
12038 s,@DLIB@,$DLIB,;t t
12039 s,@include_stdint_h@,$include_stdint_h,;t t
12040 s,@include_stdarg_h@,$include_stdarg_h,;t t
12041 s,@include_stdlib_h@,$include_stdlib_h,;t t
12042 s,@include_unistd_h@,$include_unistd_h,;t t
12043 s,@include_string_h@,$include_string_h,;t t
12044 s,@include_fcntl_h@,$include_fcntl_h,;t t
12045 s,@include_util_h@,$include_util_h,;t t
12046 s,@include_assert_h@,$include_assert_h,;t t
12047 s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
12048 s,@include_sys_select_h@,$include_sys_select_h,;t t
12049 s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
12050 s,@include_sys_time_h@,$include_sys_time_h,;t t
12051 s,@include_time_h@,$include_time_h,;t t
12052 s,@LIBOBJS@,$LIBOBJS,;t t
12053 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12054 CEOF
12055
12056 _ACEOF
12057
12058 cat >>$CONFIG_STATUS <<\_ACEOF
12059 # Split the substitutions into bite-sized pieces for seds with
12060 # small command number limits, like on Digital OSF/1 and HP-UX.
12061 ac_max_sed_lines=48
12062 ac_sed_frag=1 # Number of current file.
12063 ac_beg=1 # First line for current file.
12064 ac_end=$ac_max_sed_lines # Line after last line for current file.
12065 ac_more_lines=:
12066 ac_sed_cmds=
12067 while $ac_more_lines; do
12068 if test $ac_beg -gt 1; then
12069 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12070 else
12071 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12072 fi
12073 if test ! -s $tmp/subs.frag; then
12074 ac_more_lines=false
12075 else
12076 # The purpose of the label and of the branching condition is to
12077 # speed up the sed processing (if there are no `@' at all, there
12078 # is no need to browse any of the substitutions).
12079 # These are the two extra sed commands mentioned above.
12080 (echo ':t
12081 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12082 if test -z "$ac_sed_cmds"; then
12083 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12084 else
12085 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12086 fi
12087 ac_sed_frag=`expr $ac_sed_frag + 1`
12088 ac_beg=$ac_end
12089 ac_end=`expr $ac_end + $ac_max_sed_lines`
12090 fi
12091 done
12092 if test -z "$ac_sed_cmds"; then
12093 ac_sed_cmds=cat
12094 fi
12095 fi # test -n "$CONFIG_FILES"
12096
12097 _ACEOF
12098 cat >>$CONFIG_STATUS <<\_ACEOF
12099 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12100 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12101 case $ac_file in
12102 - | *:- | *:-:* ) # input from stdin
12103 cat >$tmp/stdin
12104 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12105 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12106 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12107 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12108 * ) ac_file_in=$ac_file.in ;;
12109 esac
12110
12111 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12112 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12113 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12114 X"$ac_file" : 'X\(//\)[^/]' \| \
12115 X"$ac_file" : 'X\(//\)$' \| \
12116 X"$ac_file" : 'X\(/\)' \| \
12117 . : '\(.\)' 2>/dev/null ||
12118 echo X"$ac_file" |
12119 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12120 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12121 /^X\(\/\/\)$/{ s//\1/; q; }
12122 /^X\(\/\).*/{ s//\1/; q; }
12123 s/.*/./; q'`
12124 { if $as_mkdir_p; then
12125 mkdir -p "$ac_dir"
12126 else
12127 as_dir="$ac_dir"
12128 as_dirs=
12129 while test ! -d "$as_dir"; do
12130 as_dirs="$as_dir $as_dirs"
12131 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12132 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12133 X"$as_dir" : 'X\(//\)[^/]' \| \
12134 X"$as_dir" : 'X\(//\)$' \| \
12135 X"$as_dir" : 'X\(/\)' \| \
12136 . : '\(.\)' 2>/dev/null ||
12137 echo X"$as_dir" |
12138 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12139 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12140 /^X\(\/\/\)$/{ s//\1/; q; }
12141 /^X\(\/\).*/{ s//\1/; q; }
12142 s/.*/./; q'`
12143 done
12144 test ! -n "$as_dirs" || mkdir $as_dirs
12145 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12146 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12147 { (exit 1); exit 1; }; }; }
12148
12149 ac_builddir=.
12150
12151 if test "$ac_dir" != .; then
12152 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12153 # A "../" for each directory in $ac_dir_suffix.
12154 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12155 else
12156 ac_dir_suffix= ac_top_builddir=
12157 fi
12158
12159 case $srcdir in
12160 .) # No --srcdir option. We are building in place.
12161 ac_srcdir=.
12162 if test -z "$ac_top_builddir"; then
12163 ac_top_srcdir=.
12164 else
12165 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12166 fi ;;
12167 [\\/]* | ?:[\\/]* ) # Absolute path.
12168 ac_srcdir=$srcdir$ac_dir_suffix;
12169 ac_top_srcdir=$srcdir ;;
12170 *) # Relative path.
12171 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12172 ac_top_srcdir=$ac_top_builddir$srcdir ;;
12173 esac
12174
12175 # Do not use `cd foo && pwd` to compute absolute paths, because
12176 # the directories may not exist.
12177 case `pwd` in
12178 .) ac_abs_builddir="$ac_dir";;
12179 *)
12180 case "$ac_dir" in
12181 .) ac_abs_builddir=`pwd`;;
12182 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12183 *) ac_abs_builddir=`pwd`/"$ac_dir";;
12184 esac;;
12185 esac
12186 case $ac_abs_builddir in
12187 .) ac_abs_top_builddir=${ac_top_builddir}.;;
12188 *)
12189 case ${ac_top_builddir}. in
12190 .) ac_abs_top_builddir=$ac_abs_builddir;;
12191 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12192 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12193 esac;;
12194 esac
12195 case $ac_abs_builddir in
12196 .) ac_abs_srcdir=$ac_srcdir;;
12197 *)
12198 case $ac_srcdir in
12199 .) ac_abs_srcdir=$ac_abs_builddir;;
12200 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12201 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12202 esac;;
12203 esac
12204 case $ac_abs_builddir in
12205 .) ac_abs_top_srcdir=$ac_top_srcdir;;
12206 *)
12207 case $ac_top_srcdir in
12208 .) ac_abs_top_srcdir=$ac_abs_builddir;;
12209 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12210 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12211 esac;;
12212 esac
12213
12214
12215 case $INSTALL in
12216 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12217 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
12218 esac
12219
12220 # Let's still pretend it is `configure' which instantiates (i.e., don't
12221 # use $as_me), people would be surprised to read:
12222 # /* config.h. Generated by config.status. */
12223 if test x"$ac_file" = x-; then
12224 configure_input=
12225 else
12226 configure_input="$ac_file. "
12227 fi
12228 configure_input=$configure_input"Generated from `echo $ac_file_in |
12229 sed 's,.*/,,'` by configure."
12230
12231 # First look for the input files in the build tree, otherwise in the
12232 # src tree.
12233 ac_file_inputs=`IFS=:
12234 for f in $ac_file_in; do
12235 case $f in
12236 -) echo $tmp/stdin ;;
12237 [\\/$]*)
12238 # Absolute (can't be DOS-style, as IFS=:)
12239 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12240 echo "$as_me: error: cannot find input file: $f" >&2;}
12241 { (exit 1); exit 1; }; }
12242 echo "$f";;
12243 *) # Relative
12244 if test -f "$f"; then
12245 # Build tree
12246 echo "$f"
12247 elif test -f "$srcdir/$f"; then
12248 # Source tree
12249 echo "$srcdir/$f"
12250 else
12251 # /dev/null tree
12252 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12253 echo "$as_me: error: cannot find input file: $f" >&2;}
12254 { (exit 1); exit 1; }; }
12255 fi;;
12256 esac
12257 done` || { (exit 1); exit 1; }
12258
12259 if test x"$ac_file" != x-; then
12260 { echo "$as_me:$LINENO: creating $ac_file" >&5
12261 echo "$as_me: creating $ac_file" >&6;}
12262 rm -f "$ac_file"
12263 fi
12264 _ACEOF
12265 cat >>$CONFIG_STATUS <<_ACEOF
12266 sed "$ac_vpsub
12267 $extrasub
12268 _ACEOF
12269 cat >>$CONFIG_STATUS <<\_ACEOF
12270 :t
12271 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12272 s,@configure_input@,$configure_input,;t t
12273 s,@srcdir@,$ac_srcdir,;t t
12274 s,@abs_srcdir@,$ac_abs_srcdir,;t t
12275 s,@top_srcdir@,$ac_top_srcdir,;t t
12276 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
12277 s,@builddir@,$ac_builddir,;t t
12278 s,@abs_builddir@,$ac_abs_builddir,;t t
12279 s,@top_builddir@,$ac_top_builddir,;t t
12280 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
12281 s,@INSTALL@,$ac_INSTALL,;t t
12282 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12283 rm -f $tmp/stdin
12284 if test x"$ac_file" != x-; then
12285 mv $tmp/out $ac_file
12286 else
12287 cat $tmp/out
12288 rm -f $tmp/out
12289 fi
12290
12291 done
12292 _ACEOF
12293 cat >>$CONFIG_STATUS <<\_ACEOF
12294
12295 #
12296 # CONFIG_HEADER section.
12297 #
12298
12299 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
12300 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12301 #
12302 # ac_d sets the value in "#define NAME VALUE" lines.
12303 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12304 ac_dB='[ ].*$,\1#\2'
12305 ac_dC=' '
12306 ac_dD=',;t'
12307 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12308 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12309 ac_uB='$,\1#\2define\3'
12310 ac_uC=' '
12311 ac_uD=',;t'
12312
12313 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
12314 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12315 case $ac_file in
12316 - | *:- | *:-:* ) # input from stdin
12317 cat >$tmp/stdin
12318 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12319 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12320 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12321 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12322 * ) ac_file_in=$ac_file.in ;;
12323 esac
12324
12325 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
12326 echo "$as_me: creating $ac_file" >&6;}
12327
12328 # First look for the input files in the build tree, otherwise in the
12329 # src tree.
12330 ac_file_inputs=`IFS=:
12331 for f in $ac_file_in; do
12332 case $f in
12333 -) echo $tmp/stdin ;;
12334 [\\/$]*)
12335 # Absolute (can't be DOS-style, as IFS=:)
12336 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12337 echo "$as_me: error: cannot find input file: $f" >&2;}
12338 { (exit 1); exit 1; }; }
12339 # Do quote $f, to prevent DOS paths from being IFS'd.
12340 echo "$f";;
12341 *) # Relative
12342 if test -f "$f"; then
12343 # Build tree
12344 echo "$f"
12345 elif test -f "$srcdir/$f"; then
12346 # Source tree
12347 echo "$srcdir/$f"
12348 else
12349 # /dev/null tree
12350 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12351 echo "$as_me: error: cannot find input file: $f" >&2;}
12352 { (exit 1); exit 1; }; }
12353 fi;;
12354 esac
12355 done` || { (exit 1); exit 1; }
12356 # Remove the trailing spaces.
12357 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
12358
12359 _ACEOF
12360
12361 # Transform confdefs.h into two sed scripts, `conftest.defines' and
12362 # `conftest.undefs', that substitutes the proper values into
12363 # config.h.in to produce config.h. The first handles `#define'
12364 # templates, and the second `#undef' templates.
12365 # And first: Protect against being on the right side of a sed subst in
12366 # config.status. Protect against being in an unquoted here document
12367 # in config.status.
12368 rm -f conftest.defines conftest.undefs
12369 # Using a here document instead of a string reduces the quoting nightmare.
12370 # Putting comments in sed scripts is not portable.
12371 #
12372 # `end' is used to avoid that the second main sed command (meant for
12373 # 0-ary CPP macros) applies to n-ary macro definitions.
12374 # See the Autoconf documentation for `clear'.
12375 cat >confdef2sed.sed <<\_ACEOF
12376 s/[\\&,]/\\&/g
12377 s,[\\$`],\\&,g
12378 t clear
12379 : clear
12380 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12381 t end
12382 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12383 : end
12384 _ACEOF
12385 # If some macros were called several times there might be several times
12386 # the same #defines, which is useless. Nevertheless, we may not want to
12387 # sort them, since we want the *last* AC-DEFINE to be honored.
12388 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12389 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12390 rm -f confdef2sed.sed
12391
12392 # This sed command replaces #undef with comments. This is necessary, for
12393 # example, in the case of _POSIX_SOURCE, which is predefined and required
12394 # on some systems where configure will not decide to define it.
12395 cat >>conftest.undefs <<\_ACEOF
12396 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12397 _ACEOF
12398
12399 # Break up conftest.defines because some shells have a limit on the size
12400 # of here documents, and old seds have small limits too (100 cmds).
12401 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12402 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12403 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12404 echo ' :' >>$CONFIG_STATUS
12405 rm -f conftest.tail
12406 while grep . conftest.defines >/dev/null
12407 do
12408 # Write a limited-size here document to $tmp/defines.sed.
12409 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12410 # Speed up: don't consider the non `#define' lines.
12411 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12412 # Work around the forget-to-reset-the-flag bug.
12413 echo 't clr' >>$CONFIG_STATUS
12414 echo ': clr' >>$CONFIG_STATUS
12415 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
12416 echo 'CEOF
12417 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12418 rm -f $tmp/in
12419 mv $tmp/out $tmp/in
12420 ' >>$CONFIG_STATUS
12421 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
12422 rm -f conftest.defines
12423 mv conftest.tail conftest.defines
12424 done
12425 rm -f conftest.defines
12426 echo ' fi # grep' >>$CONFIG_STATUS
12427 echo >>$CONFIG_STATUS
12428
12429 # Break up conftest.undefs because some shells have a limit on the size
12430 # of here documents, and old seds have small limits too (100 cmds).
12431 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
12432 rm -f conftest.tail
12433 while grep . conftest.undefs >/dev/null
12434 do
12435 # Write a limited-size here document to $tmp/undefs.sed.
12436 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12437 # Speed up: don't consider the non `#undef'
12438 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
12439 # Work around the forget-to-reset-the-flag bug.
12440 echo 't clr' >>$CONFIG_STATUS
12441 echo ': clr' >>$CONFIG_STATUS
12442 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12443 echo 'CEOF
12444 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12445 rm -f $tmp/in
12446 mv $tmp/out $tmp/in
12447 ' >>$CONFIG_STATUS
12448 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12449 rm -f conftest.undefs
12450 mv conftest.tail conftest.undefs
12451 done
12452 rm -f conftest.undefs
12453
12454 cat >>$CONFIG_STATUS <<\_ACEOF
12455 # Let's still pretend it is `configure' which instantiates (i.e., don't
12456 # use $as_me), people would be surprised to read:
12457 # /* config.h. Generated by config.status. */
12458 if test x"$ac_file" = x-; then
12459 echo "/* Generated by configure. */" >$tmp/config.h
12460 else
12461 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12462 fi
12463 cat $tmp/in >>$tmp/config.h
12464 rm -f $tmp/in
12465 if test x"$ac_file" != x-; then
12466 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
12467 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12468 echo "$as_me: $ac_file is unchanged" >&6;}
12469 else
12470 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12471 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12472 X"$ac_file" : 'X\(//\)[^/]' \| \
12473 X"$ac_file" : 'X\(//\)$' \| \
12474 X"$ac_file" : 'X\(/\)' \| \
12475 . : '\(.\)' 2>/dev/null ||
12476 echo X"$ac_file" |
12477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12478 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12479 /^X\(\/\/\)$/{ s//\1/; q; }
12480 /^X\(\/\).*/{ s//\1/; q; }
12481 s/.*/./; q'`
12482 { if $as_mkdir_p; then
12483 mkdir -p "$ac_dir"
12484 else
12485 as_dir="$ac_dir"
12486 as_dirs=
12487 while test ! -d "$as_dir"; do
12488 as_dirs="$as_dir $as_dirs"
12489 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12490 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12491 X"$as_dir" : 'X\(//\)[^/]' \| \
12492 X"$as_dir" : 'X\(//\)$' \| \
12493 X"$as_dir" : 'X\(/\)' \| \
12494 . : '\(.\)' 2>/dev/null ||
12495 echo X"$as_dir" |
12496 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12497 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12498 /^X\(\/\/\)$/{ s//\1/; q; }
12499 /^X\(\/\).*/{ s//\1/; q; }
12500 s/.*/./; q'`
12501 done
12502 test ! -n "$as_dirs" || mkdir $as_dirs
12503 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12504 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12505 { (exit 1); exit 1; }; }; }
12506
12507 rm -f $ac_file
12508 mv $tmp/config.h $ac_file
12509 fi
12510 else
12511 cat $tmp/config.h
12512 rm -f $tmp/config.h
12513 fi
12514 done
12515 _ACEOF
12516
12517 cat >>$CONFIG_STATUS <<\_ACEOF
12518
12519 { (exit 0); exit 0; }
12520 _ACEOF
12521 chmod +x $CONFIG_STATUS
12522 ac_clean_files=$ac_clean_files_save
12523
12524
12525 # configure is writing to config.log, and then calls config.status.
12526 # config.status does its own redirection, appending to config.log.
12527 # Unfortunately, on DOS this fails, as config.log is still kept open
12528 # by configure, so config.status won't be able to write to it; its
12529 # output is simply discarded. So we exec the FD to /dev/null,
12530 # effectively closing config.log, so it can be properly (re)opened and
12531 # appended to by config.status. When coming back to configure, we
12532 # need to make the FD available again.
12533 if test "$no_create" != yes; then
12534 ac_cs_success=:
12535 ac_config_status_args=
12536 test "$silent" = yes &&
12537 ac_config_status_args="$ac_config_status_args --quiet"
12538 exec 5>/dev/null
12539 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12540 exec 5>>config.log
12541 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12542 # would make configure fail if this is the last instruction.
12543 $ac_cs_success || { (exit 1); exit 1; }
12544 fi
12545
12546
12547 echo "Configuration:
12548
12549 Rxvt version: $VERSION : $DATE
12550 Source code location: $srcdir
12551 Install path: ${prefix}/bin
12552 Compiler: $CXX
12553 Compiler flags: $CFLAGS
12554 Linker: $LINKER"
12555
12556 if test "$MALLOC_TYPE" = S; then
12557 echo " malloc support: system default"
12558 fi
12559 if test "$MALLOC_TYPE" = G; then
12560 echo " malloc support: Gray Watson's dmalloc"
12561 fi
12562 if test "$MALLOC_TYPE" = D; then
12563 echo " malloc support: Doug Lea's malloc"
12564 fi
12565
12566 if test x$support_xpm = xyes; then
12567 echo " Xpm library: $XPM_LIBS"
12568 fi
12569
12570 echo "
12571 The following are set in config.h
12572 "
12573 if test x$support_utmp != xyes; then
12574 echo " utmp support: disabled"
12575 echo
12576 else
12577 echo " utmp support: enabled
12578 utmp file: $rxvt_cv_path_utmp
12579 utmpx file: $rxvt_cv_path_utmpx
12580 wtmp file: $rxvt_cv_path_wtmp
12581 wtmpx file: $rxvt_cv_path_wtmpx
12582 lastlog file: $rxvt_cv_path_lastlog
12583 ttys/ttytab file: $rxvt_cv_path_ttytab
12584 embedded perl: $support_perl"
12585 echo
12586 fi
12587 if test x$term != x; then
12588 echo " set TERM to: $term"
12589 fi
12590 if test x$terminfo != x; then
12591 echo " set TERMINFO to: $terminfo"
12592 fi
12593 echo " default resource name: $RESNAME"
12594 echo " resource class: $RESCLASS"
12595 if test x$RESFALLBACK != x; then
12596 echo " resource class fallback: $RESFALLBACK"
12597 fi
12598 echo
12599 if test x$support_xpm = xneedsmanualspecification; then
12600 echo ".----------------------------------------------------------------."
12601 echo ". WARNING: --enable-xpm-background was specified however the ."
12602 echo ". XPM includes files and libraries could not be found. ."
12603 echo ". XPM backgrounds are now being DISABLED! If you want ."
12604 echo ". to use them you should rerun configure with the ."
12605 echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
12606 echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
12607 echo ".----------------------------------------------------------------."
12608 fi
12609 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
12610 echo ".----------------------------------------------------------------."
12611 echo ". WARNING: --enable-xim was specified however the locale support ."
12612 echo ". functions could not be found. ."
12613 echo ". XIM is now being DISABLED! ."
12614 echo ".----------------------------------------------------------------."
12615 fi
12616
12617 echo " *** Optionally check src/feature.h for further options ***"
12618 echo
12619
12620 echo ".----------------------------------------------------------------."
12621 echo ". NOTE: some features are disabled by default, try ."
12622 echo ". configure --help to get an idea of the optional features, ."
12623 echo ". or read ./README.configure ."
12624 echo ". ."
12625 echo ". The script ./reconf gives a reasonable baseline, try it if ."
12626 echo ". you do not want to read documentation and still want some ."
12627 echo ". useful features. ."
12628 echo ".----------------------------------------------------------------."
12629 echo
12630