ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.65
Committed: Wed Jan 11 00:59:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.64: +0 -13 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 AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC 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 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='MCOMMON'
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-menubar enable menubar
883 --enable-rxvt-scroll enable rxvt style scrollbar
884 --enable-next-scroll enable NeXT style scrollbar
885 --enable-xterm-scroll enable Xterm style scrollbar
886 --enable-perl enable embedded perl interpreter
887 --enable-plain-scroll enable plain style scrollbar
888 --enable-half-shadow use half width/height shadow on rxvt scrollbar
889 --enable-xim XIM (X Input Method) protocol support
890 --enable-ttygid enable tty setting to group named "tty"
891 --disable-backspace-key disable handling of the backspace key
892 --disable-delete-key disable handling of the delete key
893 --disable-resources disable all resource checking
894 --enable-8bitctrls enable 8 bit control sequences (not recommended)
895 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
896 --enable-strings enable some replacement system functions
897 --disable-swapscreen disable swap screen support
898 --enable-iso14755 enable support for extended ISO 14755 modes
899 --enable-frills enable support for rarely used features
900 --enable-24bit enable support for using 24bit visuals if available
901 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
902 --enable-selectionscrolling enable scrolling during selections
903 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
904 --enable-slipwheeling enable slip wheel scrolling (requires previous)
905 --enable-dmalloc enable Gray Watson's malloc - for debugging use
906 --enable-dlmalloc enable Doug Lea's malloc - for production use
907 NOTE: enable only one malloc package
908 --enable-smart-resize enable smart growth/shrink behaviour
909 --enable-text-blink enable blinking text
910 --enable-pointer-blank enable pointer blank when typing or inactive pointer
911
912 Optional Packages:
913 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
914 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
915 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
916 --with-res-name=NAME use this as default resource name (default: urxvt)
917 --with-res-class=CLASS use this as the resource class (default: URxvt)
918 --with-name=NAME set the basename for the installed binaries (default: urxvt)
919 --with-term=NAME set the terminal to NAME (default: rxvt)
920 --with-terminfo=PATH set the path to the terminfo tree to PATH
921 --with-x use the X Window System
922 --with-xpm-includes=DIR use XPM includes in DIR
923 --with-xpm-library=DIR use XPM library in DIR
924 --with-xpm use XPM
925
926 Some influential environment variables:
927 CC C compiler command
928 CFLAGS C compiler flags
929 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
930 nonstandard directory <lib dir>
931 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
932 headers in a nonstandard directory <include dir>
933 CXX C++ compiler command
934 CXXFLAGS C++ compiler flags
935 CPP C preprocessor
936 CXXCPP C++ preprocessor
937
938 Use these variables to override the choices made by `configure' or to help
939 it to find libraries and programs with nonstandard names/locations.
940
941 _ACEOF
942 fi
943
944 if test "$ac_init_help" = "recursive"; then
945 # If there are subdirs, report their specific --help.
946 ac_popdir=`pwd`
947 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
948 test -d $ac_dir || continue
949 ac_builddir=.
950
951 if test "$ac_dir" != .; then
952 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
953 # A "../" for each directory in $ac_dir_suffix.
954 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
955 else
956 ac_dir_suffix= ac_top_builddir=
957 fi
958
959 case $srcdir in
960 .) # No --srcdir option. We are building in place.
961 ac_srcdir=.
962 if test -z "$ac_top_builddir"; then
963 ac_top_srcdir=.
964 else
965 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
966 fi ;;
967 [\\/]* | ?:[\\/]* ) # Absolute path.
968 ac_srcdir=$srcdir$ac_dir_suffix;
969 ac_top_srcdir=$srcdir ;;
970 *) # Relative path.
971 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
972 ac_top_srcdir=$ac_top_builddir$srcdir ;;
973 esac
974
975 # Do not use `cd foo && pwd` to compute absolute paths, because
976 # the directories may not exist.
977 case `pwd` in
978 .) ac_abs_builddir="$ac_dir";;
979 *)
980 case "$ac_dir" in
981 .) ac_abs_builddir=`pwd`;;
982 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
983 *) ac_abs_builddir=`pwd`/"$ac_dir";;
984 esac;;
985 esac
986 case $ac_abs_builddir in
987 .) ac_abs_top_builddir=${ac_top_builddir}.;;
988 *)
989 case ${ac_top_builddir}. in
990 .) ac_abs_top_builddir=$ac_abs_builddir;;
991 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
992 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
993 esac;;
994 esac
995 case $ac_abs_builddir in
996 .) ac_abs_srcdir=$ac_srcdir;;
997 *)
998 case $ac_srcdir in
999 .) ac_abs_srcdir=$ac_abs_builddir;;
1000 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1001 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1002 esac;;
1003 esac
1004 case $ac_abs_builddir in
1005 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1006 *)
1007 case $ac_top_srcdir in
1008 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1009 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1010 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1011 esac;;
1012 esac
1013
1014 cd $ac_dir
1015 # Check for guested configure; otherwise get Cygnus style configure.
1016 if test -f $ac_srcdir/configure.gnu; then
1017 echo
1018 $SHELL $ac_srcdir/configure.gnu --help=recursive
1019 elif test -f $ac_srcdir/configure; then
1020 echo
1021 $SHELL $ac_srcdir/configure --help=recursive
1022 elif test -f $ac_srcdir/configure.ac ||
1023 test -f $ac_srcdir/configure.in; then
1024 echo
1025 $ac_configure --help
1026 else
1027 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1028 fi
1029 cd "$ac_popdir"
1030 done
1031 fi
1032
1033 test -n "$ac_init_help" && exit 0
1034 if $ac_init_version; then
1035 cat <<\_ACEOF
1036
1037 Copyright (C) 2003 Free Software Foundation, Inc.
1038 This configure script is free software; the Free Software Foundation
1039 gives unlimited permission to copy, distribute and modify it.
1040 _ACEOF
1041 exit 0
1042 fi
1043 exec 5>config.log
1044 cat >&5 <<_ACEOF
1045 This file contains any messages produced by compilers while
1046 running configure, to aid debugging if configure makes a mistake.
1047
1048 It was created by $as_me, which was
1049 generated by GNU Autoconf 2.59. Invocation command line was
1050
1051 $ $0 $@
1052
1053 _ACEOF
1054 {
1055 cat <<_ASUNAME
1056 ## --------- ##
1057 ## Platform. ##
1058 ## --------- ##
1059
1060 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1061 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1062 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1063 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1064 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1065
1066 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1067 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1068
1069 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1070 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1071 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1072 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1073 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1074 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1075 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1076
1077 _ASUNAME
1078
1079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1080 for as_dir in $PATH
1081 do
1082 IFS=$as_save_IFS
1083 test -z "$as_dir" && as_dir=.
1084 echo "PATH: $as_dir"
1085 done
1086
1087 } >&5
1088
1089 cat >&5 <<_ACEOF
1090
1091
1092 ## ----------- ##
1093 ## Core tests. ##
1094 ## ----------- ##
1095
1096 _ACEOF
1097
1098
1099 # Keep a trace of the command line.
1100 # Strip out --no-create and --no-recursion so they do not pile up.
1101 # Strip out --silent because we don't want to record it for future runs.
1102 # Also quote any args containing shell meta-characters.
1103 # Make two passes to allow for proper duplicate-argument suppression.
1104 ac_configure_args=
1105 ac_configure_args0=
1106 ac_configure_args1=
1107 ac_sep=
1108 ac_must_keep_next=false
1109 for ac_pass in 1 2
1110 do
1111 for ac_arg
1112 do
1113 case $ac_arg in
1114 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1115 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1116 | -silent | --silent | --silen | --sile | --sil)
1117 continue ;;
1118 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1119 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1120 esac
1121 case $ac_pass in
1122 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1123 2)
1124 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1125 if test $ac_must_keep_next = true; then
1126 ac_must_keep_next=false # Got value, back to normal.
1127 else
1128 case $ac_arg in
1129 *=* | --config-cache | -C | -disable-* | --disable-* \
1130 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1131 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1132 | -with-* | --with-* | -without-* | --without-* | --x)
1133 case "$ac_configure_args0 " in
1134 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1135 esac
1136 ;;
1137 -* ) ac_must_keep_next=true ;;
1138 esac
1139 fi
1140 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1141 # Get rid of the leading space.
1142 ac_sep=" "
1143 ;;
1144 esac
1145 done
1146 done
1147 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1148 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1149
1150 # When interrupted or exit'd, cleanup temporary files, and complete
1151 # config.log. We remove comments because anyway the quotes in there
1152 # would cause problems or look ugly.
1153 # WARNING: Be sure not to use single quotes in there, as some shells,
1154 # such as our DU 5.0 friend, will then `close' the trap.
1155 trap 'exit_status=$?
1156 # Save into config.log some information that might help in debugging.
1157 {
1158 echo
1159
1160 cat <<\_ASBOX
1161 ## ---------------- ##
1162 ## Cache variables. ##
1163 ## ---------------- ##
1164 _ASBOX
1165 echo
1166 # The following way of writing the cache mishandles newlines in values,
1167 {
1168 (set) 2>&1 |
1169 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1170 *ac_space=\ *)
1171 sed -n \
1172 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1173 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1174 ;;
1175 *)
1176 sed -n \
1177 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1178 ;;
1179 esac;
1180 }
1181 echo
1182
1183 cat <<\_ASBOX
1184 ## ----------------- ##
1185 ## Output variables. ##
1186 ## ----------------- ##
1187 _ASBOX
1188 echo
1189 for ac_var in $ac_subst_vars
1190 do
1191 eval ac_val=$`echo $ac_var`
1192 echo "$ac_var='"'"'$ac_val'"'"'"
1193 done | sort
1194 echo
1195
1196 if test -n "$ac_subst_files"; then
1197 cat <<\_ASBOX
1198 ## ------------- ##
1199 ## Output files. ##
1200 ## ------------- ##
1201 _ASBOX
1202 echo
1203 for ac_var in $ac_subst_files
1204 do
1205 eval ac_val=$`echo $ac_var`
1206 echo "$ac_var='"'"'$ac_val'"'"'"
1207 done | sort
1208 echo
1209 fi
1210
1211 if test -s confdefs.h; then
1212 cat <<\_ASBOX
1213 ## ----------- ##
1214 ## confdefs.h. ##
1215 ## ----------- ##
1216 _ASBOX
1217 echo
1218 sed "/^$/d" confdefs.h | sort
1219 echo
1220 fi
1221 test "$ac_signal" != 0 &&
1222 echo "$as_me: caught signal $ac_signal"
1223 echo "$as_me: exit $exit_status"
1224 } >&5
1225 rm -f core *.core &&
1226 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1227 exit $exit_status
1228 ' 0
1229 for ac_signal in 1 2 13 15; do
1230 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1231 done
1232 ac_signal=0
1233
1234 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1235 rm -rf conftest* confdefs.h
1236 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1237 echo >confdefs.h
1238
1239 # Predefined preprocessor variables.
1240
1241 cat >>confdefs.h <<_ACEOF
1242 #define PACKAGE_NAME "$PACKAGE_NAME"
1243 _ACEOF
1244
1245
1246 cat >>confdefs.h <<_ACEOF
1247 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1248 _ACEOF
1249
1250
1251 cat >>confdefs.h <<_ACEOF
1252 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1253 _ACEOF
1254
1255
1256 cat >>confdefs.h <<_ACEOF
1257 #define PACKAGE_STRING "$PACKAGE_STRING"
1258 _ACEOF
1259
1260
1261 cat >>confdefs.h <<_ACEOF
1262 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1263 _ACEOF
1264
1265
1266 # Let the site file select an alternate cache file if it wants to.
1267 # Prefer explicitly selected file to automatically selected ones.
1268 if test -z "$CONFIG_SITE"; then
1269 if test "x$prefix" != xNONE; then
1270 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1271 else
1272 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1273 fi
1274 fi
1275 for ac_site_file in $CONFIG_SITE; do
1276 if test -r "$ac_site_file"; then
1277 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1278 echo "$as_me: loading site script $ac_site_file" >&6;}
1279 sed 's/^/| /' "$ac_site_file" >&5
1280 . "$ac_site_file"
1281 fi
1282 done
1283
1284 if test -r "$cache_file"; then
1285 # Some versions of bash will fail to source /dev/null (special
1286 # files actually), so we avoid doing that.
1287 if test -f "$cache_file"; then
1288 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1289 echo "$as_me: loading cache $cache_file" >&6;}
1290 case $cache_file in
1291 [\\/]* | ?:[\\/]* ) . $cache_file;;
1292 *) . ./$cache_file;;
1293 esac
1294 fi
1295 else
1296 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1297 echo "$as_me: creating cache $cache_file" >&6;}
1298 >$cache_file
1299 fi
1300
1301 # Check that the precious variables saved in the cache have kept the same
1302 # value.
1303 ac_cache_corrupted=false
1304 for ac_var in `(set) 2>&1 |
1305 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1306 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1307 eval ac_new_set=\$ac_env_${ac_var}_set
1308 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1309 eval ac_new_val="\$ac_env_${ac_var}_value"
1310 case $ac_old_set,$ac_new_set in
1311 set,)
1312 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1313 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1314 ac_cache_corrupted=: ;;
1315 ,set)
1316 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1317 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1318 ac_cache_corrupted=: ;;
1319 ,);;
1320 *)
1321 if test "x$ac_old_val" != "x$ac_new_val"; then
1322 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1323 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1324 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1325 echo "$as_me: former value: $ac_old_val" >&2;}
1326 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1327 echo "$as_me: current value: $ac_new_val" >&2;}
1328 ac_cache_corrupted=:
1329 fi;;
1330 esac
1331 # Pass precious variables to config.status.
1332 if test "$ac_new_set" = set; then
1333 case $ac_new_val in
1334 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1335 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1336 *) ac_arg=$ac_var=$ac_new_val ;;
1337 esac
1338 case " $ac_configure_args " in
1339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1340 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1341 esac
1342 fi
1343 done
1344 if $ac_cache_corrupted; then
1345 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1346 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1347 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1348 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1349 { (exit 1); exit 1; }; }
1350 fi
1351
1352 ac_ext=c
1353 ac_cpp='$CPP $CPPFLAGS'
1354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377 ac_aux_dir=
1378 for ac_dir in autoconf $srcdir/autoconf; do
1379 if test -f $ac_dir/install-sh; then
1380 ac_aux_dir=$ac_dir
1381 ac_install_sh="$ac_aux_dir/install-sh -c"
1382 break
1383 elif test -f $ac_dir/install.sh; then
1384 ac_aux_dir=$ac_dir
1385 ac_install_sh="$ac_aux_dir/install.sh -c"
1386 break
1387 elif test -f $ac_dir/shtool; then
1388 ac_aux_dir=$ac_dir
1389 ac_install_sh="$ac_aux_dir/shtool install -c"
1390 break
1391 fi
1392 done
1393 if test -z "$ac_aux_dir"; then
1394 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
1395 echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1396 { (exit 1); exit 1; }; }
1397 fi
1398 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1399 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1400 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1401
1402 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1403
1404
1405 # Make sure we can run config.sub.
1406 $ac_config_sub sun4 >/dev/null 2>&1 ||
1407 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1408 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1409 { (exit 1); exit 1; }; }
1410
1411 echo "$as_me:$LINENO: checking build system type" >&5
1412 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1413 if test "${ac_cv_build+set}" = set; then
1414 echo $ECHO_N "(cached) $ECHO_C" >&6
1415 else
1416 ac_cv_build_alias=$build_alias
1417 test -z "$ac_cv_build_alias" &&
1418 ac_cv_build_alias=`$ac_config_guess`
1419 test -z "$ac_cv_build_alias" &&
1420 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1421 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1422 { (exit 1); exit 1; }; }
1423 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1424 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1425 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1426 { (exit 1); exit 1; }; }
1427
1428 fi
1429 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1430 echo "${ECHO_T}$ac_cv_build" >&6
1431 build=$ac_cv_build
1432 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1433 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1434 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1435
1436
1437 echo "$as_me:$LINENO: checking host system type" >&5
1438 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1439 if test "${ac_cv_host+set}" = set; then
1440 echo $ECHO_N "(cached) $ECHO_C" >&6
1441 else
1442 ac_cv_host_alias=$host_alias
1443 test -z "$ac_cv_host_alias" &&
1444 ac_cv_host_alias=$ac_cv_build_alias
1445 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1446 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1447 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1448 { (exit 1); exit 1; }; }
1449
1450 fi
1451 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1452 echo "${ECHO_T}$ac_cv_host" >&6
1453 host=$ac_cv_host
1454 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1455 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1456 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1457
1458
1459
1460 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1461 DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462 echo ""
1463 echo "configuring for rxvt $VERSION"
1464 echo ""
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 for ac_prog in gawk mawk nawk awk
3056 do
3057 # Extract the first word of "$ac_prog", so it can be a program name with args.
3058 set dummy $ac_prog; ac_word=$2
3059 echo "$as_me:$LINENO: checking for $ac_word" >&5
3060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3061 if test "${ac_cv_prog_AWK+set}" = set; then
3062 echo $ECHO_N "(cached) $ECHO_C" >&6
3063 else
3064 if test -n "$AWK"; then
3065 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3066 else
3067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068 for as_dir in $PATH
3069 do
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3074 ac_cv_prog_AWK="$ac_prog"
3075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 2
3077 fi
3078 done
3079 done
3080
3081 fi
3082 fi
3083 AWK=$ac_cv_prog_AWK
3084 if test -n "$AWK"; then
3085 echo "$as_me:$LINENO: result: $AWK" >&5
3086 echo "${ECHO_T}$AWK" >&6
3087 else
3088 echo "$as_me:$LINENO: result: no" >&5
3089 echo "${ECHO_T}no" >&6
3090 fi
3091
3092 test -n "$AWK" && break
3093 done
3094
3095
3096 ac_ext=c
3097 ac_cpp='$CPP $CPPFLAGS'
3098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3101
3102
3103 if test -z "$orig_CXXFLAGS"; then
3104 CXXFLAGS='-O'
3105 if test x$GCC = xyes && test "x$GXX" = xyes; then
3106 CXXFLAGS="-g -O3"
3107 fi
3108 CFLAGS="$CXXFLAGS"
3109 fi
3110
3111 LINKER="$CXX"
3112 if test x$GCC = xyes && test x$GXX = xyes; then
3113
3114 echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3115 echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3116 if test "${ac_cv_lib_supcpp_main+set}" = set; then
3117 echo $ECHO_N "(cached) $ECHO_C" >&6
3118 else
3119 ac_check_lib_save_LIBS=$LIBS
3120 LIBS="-lsupc++ $LIBS"
3121 cat >conftest.$ac_ext <<_ACEOF
3122 /* confdefs.h. */
3123 _ACEOF
3124 cat confdefs.h >>conftest.$ac_ext
3125 cat >>conftest.$ac_ext <<_ACEOF
3126 /* end confdefs.h. */
3127
3128
3129 int
3130 main ()
3131 {
3132 main ();
3133 ;
3134 return 0;
3135 }
3136 _ACEOF
3137 rm -f conftest.$ac_objext conftest$ac_exeext
3138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3139 (eval $ac_link) 2>conftest.er1
3140 ac_status=$?
3141 grep -v '^ *+' conftest.er1 >conftest.err
3142 rm -f conftest.er1
3143 cat conftest.err >&5
3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145 (exit $ac_status); } &&
3146 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
3152 { ac_try='test -s conftest$ac_exeext'
3153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3154 (eval $ac_try) 2>&5
3155 ac_status=$?
3156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157 (exit $ac_status); }; }; then
3158 ac_cv_lib_supcpp_main=yes
3159 else
3160 echo "$as_me: failed program was:" >&5
3161 sed 's/^/| /' conftest.$ac_ext >&5
3162
3163 ac_cv_lib_supcpp_main=no
3164 fi
3165 rm -f conftest.err conftest.$ac_objext \
3166 conftest$ac_exeext conftest.$ac_ext
3167 LIBS=$ac_check_lib_save_LIBS
3168 fi
3169 echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3170 echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3171 if test $ac_cv_lib_supcpp_main = yes; then
3172
3173 LINKER="$CC"
3174 LIBS="$LIBS -lsupc++"
3175
3176 fi
3177
3178 fi
3179 LINKER=$LINKER
3180
3181
3182
3183 cat >>confdefs.h <<\_ACEOF
3184 #define _GNU_SOURCE 1
3185 _ACEOF
3186
3187
3188 case $host in
3189 *-*-solaris* )
3190
3191 cat >>confdefs.h <<\_ACEOF
3192 #define _XOPEN_SOURCE_EXTENDED 1
3193 _ACEOF
3194
3195
3196 cat >>confdefs.h <<\_ACEOF
3197 #define _XOPEN_SOURCE 2
3198 _ACEOF
3199
3200
3201 cat >>confdefs.h <<\_ACEOF
3202 #define __EXTENSIONS__ 1
3203 _ACEOF
3204
3205 ;;
3206 esac
3207
3208
3209 ac_ext=cc
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214
3215
3216
3217 ac_ext=cc
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3223 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3224 if test -z "$CXXCPP"; then
3225 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228 # Double quotes because CXXCPP needs to be expanded
3229 for CXXCPP in "$CXX -E" "/lib/cpp"
3230 do
3231 ac_preproc_ok=false
3232 for ac_cxx_preproc_warn_flag in '' yes
3233 do
3234 # Use a header file that comes with gcc, so configuring glibc
3235 # with a fresh cross-compiler works.
3236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3237 # <limits.h> exists even on freestanding compilers.
3238 # On the NeXT, cc -E runs the code through the compiler's parser,
3239 # not just through cpp. "Syntax error" is here to catch this case.
3240 cat >conftest.$ac_ext <<_ACEOF
3241 /* confdefs.h. */
3242 _ACEOF
3243 cat confdefs.h >>conftest.$ac_ext
3244 cat >>conftest.$ac_ext <<_ACEOF
3245 /* end confdefs.h. */
3246 #ifdef __STDC__
3247 # include <limits.h>
3248 #else
3249 # include <assert.h>
3250 #endif
3251 Syntax error
3252 _ACEOF
3253 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3254 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3255 ac_status=$?
3256 grep -v '^ *+' conftest.er1 >conftest.err
3257 rm -f conftest.er1
3258 cat conftest.err >&5
3259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3260 (exit $ac_status); } >/dev/null; then
3261 if test -s conftest.err; then
3262 ac_cpp_err=$ac_cxx_preproc_warn_flag
3263 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3264 else
3265 ac_cpp_err=
3266 fi
3267 else
3268 ac_cpp_err=yes
3269 fi
3270 if test -z "$ac_cpp_err"; then
3271 :
3272 else
3273 echo "$as_me: failed program was:" >&5
3274 sed 's/^/| /' conftest.$ac_ext >&5
3275
3276 # Broken: fails on valid input.
3277 continue
3278 fi
3279 rm -f conftest.err conftest.$ac_ext
3280
3281 # OK, works on sane cases. Now check whether non-existent headers
3282 # can be detected and how.
3283 cat >conftest.$ac_ext <<_ACEOF
3284 /* confdefs.h. */
3285 _ACEOF
3286 cat confdefs.h >>conftest.$ac_ext
3287 cat >>conftest.$ac_ext <<_ACEOF
3288 /* end confdefs.h. */
3289 #include <ac_nonexistent.h>
3290 _ACEOF
3291 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3292 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3293 ac_status=$?
3294 grep -v '^ *+' conftest.er1 >conftest.err
3295 rm -f conftest.er1
3296 cat conftest.err >&5
3297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3298 (exit $ac_status); } >/dev/null; then
3299 if test -s conftest.err; then
3300 ac_cpp_err=$ac_cxx_preproc_warn_flag
3301 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3302 else
3303 ac_cpp_err=
3304 fi
3305 else
3306 ac_cpp_err=yes
3307 fi
3308 if test -z "$ac_cpp_err"; then
3309 # Broken: success on invalid input.
3310 continue
3311 else
3312 echo "$as_me: failed program was:" >&5
3313 sed 's/^/| /' conftest.$ac_ext >&5
3314
3315 # Passes both tests.
3316 ac_preproc_ok=:
3317 break
3318 fi
3319 rm -f conftest.err conftest.$ac_ext
3320
3321 done
3322 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3323 rm -f conftest.err conftest.$ac_ext
3324 if $ac_preproc_ok; then
3325 break
3326 fi
3327
3328 done
3329 ac_cv_prog_CXXCPP=$CXXCPP
3330
3331 fi
3332 CXXCPP=$ac_cv_prog_CXXCPP
3333 else
3334 ac_cv_prog_CXXCPP=$CXXCPP
3335 fi
3336 echo "$as_me:$LINENO: result: $CXXCPP" >&5
3337 echo "${ECHO_T}$CXXCPP" >&6
3338 ac_preproc_ok=false
3339 for ac_cxx_preproc_warn_flag in '' yes
3340 do
3341 # Use a header file that comes with gcc, so configuring glibc
3342 # with a fresh cross-compiler works.
3343 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3344 # <limits.h> exists even on freestanding compilers.
3345 # On the NeXT, cc -E runs the code through the compiler's parser,
3346 # not just through cpp. "Syntax error" is here to catch this case.
3347 cat >conftest.$ac_ext <<_ACEOF
3348 /* confdefs.h. */
3349 _ACEOF
3350 cat confdefs.h >>conftest.$ac_ext
3351 cat >>conftest.$ac_ext <<_ACEOF
3352 /* end confdefs.h. */
3353 #ifdef __STDC__
3354 # include <limits.h>
3355 #else
3356 # include <assert.h>
3357 #endif
3358 Syntax error
3359 _ACEOF
3360 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3361 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3362 ac_status=$?
3363 grep -v '^ *+' conftest.er1 >conftest.err
3364 rm -f conftest.er1
3365 cat conftest.err >&5
3366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3367 (exit $ac_status); } >/dev/null; then
3368 if test -s conftest.err; then
3369 ac_cpp_err=$ac_cxx_preproc_warn_flag
3370 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3371 else
3372 ac_cpp_err=
3373 fi
3374 else
3375 ac_cpp_err=yes
3376 fi
3377 if test -z "$ac_cpp_err"; then
3378 :
3379 else
3380 echo "$as_me: failed program was:" >&5
3381 sed 's/^/| /' conftest.$ac_ext >&5
3382
3383 # Broken: fails on valid input.
3384 continue
3385 fi
3386 rm -f conftest.err conftest.$ac_ext
3387
3388 # OK, works on sane cases. Now check whether non-existent headers
3389 # can be detected and how.
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 #include <ac_nonexistent.h>
3397 _ACEOF
3398 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3399 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3400 ac_status=$?
3401 grep -v '^ *+' conftest.er1 >conftest.err
3402 rm -f conftest.er1
3403 cat conftest.err >&5
3404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3405 (exit $ac_status); } >/dev/null; then
3406 if test -s conftest.err; then
3407 ac_cpp_err=$ac_cxx_preproc_warn_flag
3408 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3409 else
3410 ac_cpp_err=
3411 fi
3412 else
3413 ac_cpp_err=yes
3414 fi
3415 if test -z "$ac_cpp_err"; then
3416 # Broken: success on invalid input.
3417 continue
3418 else
3419 echo "$as_me: failed program was:" >&5
3420 sed 's/^/| /' conftest.$ac_ext >&5
3421
3422 # Passes both tests.
3423 ac_preproc_ok=:
3424 break
3425 fi
3426 rm -f conftest.err conftest.$ac_ext
3427
3428 done
3429 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3430 rm -f conftest.err conftest.$ac_ext
3431 if $ac_preproc_ok; then
3432 :
3433 else
3434 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3435 See \`config.log' for more details." >&5
3436 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3437 See \`config.log' for more details." >&2;}
3438 { (exit 1); exit 1; }; }
3439 fi
3440
3441 ac_ext=cc
3442 ac_cpp='$CXXCPP $CPPFLAGS'
3443 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3444 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3445 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3446
3447
3448 echo "$as_me:$LINENO: checking for egrep" >&5
3449 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3450 if test "${ac_cv_prog_egrep+set}" = set; then
3451 echo $ECHO_N "(cached) $ECHO_C" >&6
3452 else
3453 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3454 then ac_cv_prog_egrep='grep -E'
3455 else ac_cv_prog_egrep='egrep'
3456 fi
3457 fi
3458 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3459 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3460 EGREP=$ac_cv_prog_egrep
3461
3462
3463
3464 echo "$as_me:$LINENO: checking for AIX" >&5
3465 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3466 cat >conftest.$ac_ext <<_ACEOF
3467 /* confdefs.h. */
3468 _ACEOF
3469 cat confdefs.h >>conftest.$ac_ext
3470 cat >>conftest.$ac_ext <<_ACEOF
3471 /* end confdefs.h. */
3472 #ifdef _AIX
3473 yes
3474 #endif
3475
3476 _ACEOF
3477 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3478 $EGREP "yes" >/dev/null 2>&1; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480 echo "${ECHO_T}yes" >&6
3481 cat >>confdefs.h <<\_ACEOF
3482 #define _ALL_SOURCE 1
3483 _ACEOF
3484
3485 else
3486 echo "$as_me:$LINENO: result: no" >&5
3487 echo "${ECHO_T}no" >&6
3488 fi
3489 rm -f conftest*
3490
3491
3492 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3493 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3494 if test "${ac_cv_search_strerror+set}" = set; then
3495 echo $ECHO_N "(cached) $ECHO_C" >&6
3496 else
3497 ac_func_search_save_LIBS=$LIBS
3498 ac_cv_search_strerror=no
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3505
3506 /* Override any gcc2 internal prototype to avoid an error. */
3507 #ifdef __cplusplus
3508 extern "C"
3509 #endif
3510 /* We use char because int might match the return type of a gcc2
3511 builtin and then its argument prototype would still apply. */
3512 char strerror ();
3513 int
3514 main ()
3515 {
3516 strerror ();
3517 ;
3518 return 0;
3519 }
3520 _ACEOF
3521 rm -f conftest.$ac_objext conftest$ac_exeext
3522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3523 (eval $ac_link) 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } &&
3530 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3532 (eval $ac_try) 2>&5
3533 ac_status=$?
3534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535 (exit $ac_status); }; } &&
3536 { ac_try='test -s conftest$ac_exeext'
3537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3538 (eval $ac_try) 2>&5
3539 ac_status=$?
3540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541 (exit $ac_status); }; }; then
3542 ac_cv_search_strerror="none required"
3543 else
3544 echo "$as_me: failed program was:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3546
3547 fi
3548 rm -f conftest.err conftest.$ac_objext \
3549 conftest$ac_exeext conftest.$ac_ext
3550 if test "$ac_cv_search_strerror" = no; then
3551 for ac_lib in cposix; do
3552 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3553 cat >conftest.$ac_ext <<_ACEOF
3554 /* confdefs.h. */
3555 _ACEOF
3556 cat confdefs.h >>conftest.$ac_ext
3557 cat >>conftest.$ac_ext <<_ACEOF
3558 /* end confdefs.h. */
3559
3560 /* Override any gcc2 internal prototype to avoid an error. */
3561 #ifdef __cplusplus
3562 extern "C"
3563 #endif
3564 /* We use char because int might match the return type of a gcc2
3565 builtin and then its argument prototype would still apply. */
3566 char strerror ();
3567 int
3568 main ()
3569 {
3570 strerror ();
3571 ;
3572 return 0;
3573 }
3574 _ACEOF
3575 rm -f conftest.$ac_objext conftest$ac_exeext
3576 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3577 (eval $ac_link) 2>conftest.er1
3578 ac_status=$?
3579 grep -v '^ *+' conftest.er1 >conftest.err
3580 rm -f conftest.er1
3581 cat conftest.err >&5
3582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583 (exit $ac_status); } &&
3584 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3586 (eval $ac_try) 2>&5
3587 ac_status=$?
3588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); }; } &&
3590 { ac_try='test -s conftest$ac_exeext'
3591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3592 (eval $ac_try) 2>&5
3593 ac_status=$?
3594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3595 (exit $ac_status); }; }; then
3596 ac_cv_search_strerror="-l$ac_lib"
3597 break
3598 else
3599 echo "$as_me: failed program was:" >&5
3600 sed 's/^/| /' conftest.$ac_ext >&5
3601
3602 fi
3603 rm -f conftest.err conftest.$ac_objext \
3604 conftest$ac_exeext conftest.$ac_ext
3605 done
3606 fi
3607 LIBS=$ac_func_search_save_LIBS
3608 fi
3609 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3610 echo "${ECHO_T}$ac_cv_search_strerror" >&6
3611 if test "$ac_cv_search_strerror" != no; then
3612 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3613
3614 fi
3615
3616
3617 echo "$as_me:$LINENO: checking for setlocale" >&5
3618 echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3619 if test "${ac_cv_func_setlocale+set}" = set; then
3620 echo $ECHO_N "(cached) $ECHO_C" >&6
3621 else
3622 cat >conftest.$ac_ext <<_ACEOF
3623 /* confdefs.h. */
3624 _ACEOF
3625 cat confdefs.h >>conftest.$ac_ext
3626 cat >>conftest.$ac_ext <<_ACEOF
3627 /* end confdefs.h. */
3628 /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3629 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3630 #define setlocale innocuous_setlocale
3631
3632 /* System header to define __stub macros and hopefully few prototypes,
3633 which can conflict with char setlocale (); below.
3634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3635 <limits.h> exists even on freestanding compilers. */
3636
3637 #ifdef __STDC__
3638 # include <limits.h>
3639 #else
3640 # include <assert.h>
3641 #endif
3642
3643 #undef setlocale
3644
3645 /* Override any gcc2 internal prototype to avoid an error. */
3646 #ifdef __cplusplus
3647 extern "C"
3648 {
3649 #endif
3650 /* We use char because int might match the return type of a gcc2
3651 builtin and then its argument prototype would still apply. */
3652 char setlocale ();
3653 /* The GNU C library defines this for functions which it implements
3654 to always fail with ENOSYS. Some functions are actually named
3655 something starting with __ and the normal name is an alias. */
3656 #if defined (__stub_setlocale) || defined (__stub___setlocale)
3657 choke me
3658 #else
3659 char (*f) () = setlocale;
3660 #endif
3661 #ifdef __cplusplus
3662 }
3663 #endif
3664
3665 int
3666 main ()
3667 {
3668 return f != setlocale;
3669 ;
3670 return 0;
3671 }
3672 _ACEOF
3673 rm -f conftest.$ac_objext conftest$ac_exeext
3674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3675 (eval $ac_link) 2>conftest.er1
3676 ac_status=$?
3677 grep -v '^ *+' conftest.er1 >conftest.err
3678 rm -f conftest.er1
3679 cat conftest.err >&5
3680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681 (exit $ac_status); } &&
3682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3684 (eval $ac_try) 2>&5
3685 ac_status=$?
3686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3687 (exit $ac_status); }; } &&
3688 { ac_try='test -s conftest$ac_exeext'
3689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3690 (eval $ac_try) 2>&5
3691 ac_status=$?
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); }; }; then
3694 ac_cv_func_setlocale=yes
3695 else
3696 echo "$as_me: failed program was:" >&5
3697 sed 's/^/| /' conftest.$ac_ext >&5
3698
3699 ac_cv_func_setlocale=no
3700 fi
3701 rm -f conftest.err conftest.$ac_objext \
3702 conftest$ac_exeext conftest.$ac_ext
3703 fi
3704 echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3705 echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3706 if test $ac_cv_func_setlocale = yes; then
3707 :
3708 else
3709 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3710 echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3711 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3713 else
3714 ac_check_lib_save_LIBS=$LIBS
3715 LIBS="-lxpg4 $LIBS"
3716 cat >conftest.$ac_ext <<_ACEOF
3717 /* confdefs.h. */
3718 _ACEOF
3719 cat confdefs.h >>conftest.$ac_ext
3720 cat >>conftest.$ac_ext <<_ACEOF
3721 /* end confdefs.h. */
3722
3723 /* Override any gcc2 internal prototype to avoid an error. */
3724 #ifdef __cplusplus
3725 extern "C"
3726 #endif
3727 /* We use char because int might match the return type of a gcc2
3728 builtin and then its argument prototype would still apply. */
3729 char setlocale ();
3730 int
3731 main ()
3732 {
3733 setlocale ();
3734 ;
3735 return 0;
3736 }
3737 _ACEOF
3738 rm -f conftest.$ac_objext conftest$ac_exeext
3739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3740 (eval $ac_link) 2>conftest.er1
3741 ac_status=$?
3742 grep -v '^ *+' conftest.er1 >conftest.err
3743 rm -f conftest.er1
3744 cat conftest.err >&5
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); } &&
3747 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3749 (eval $ac_try) 2>&5
3750 ac_status=$?
3751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 (exit $ac_status); }; } &&
3753 { ac_try='test -s conftest$ac_exeext'
3754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3755 (eval $ac_try) 2>&5
3756 ac_status=$?
3757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3758 (exit $ac_status); }; }; then
3759 ac_cv_lib_xpg4_setlocale=yes
3760 else
3761 echo "$as_me: failed program was:" >&5
3762 sed 's/^/| /' conftest.$ac_ext >&5
3763
3764 ac_cv_lib_xpg4_setlocale=no
3765 fi
3766 rm -f conftest.err conftest.$ac_objext \
3767 conftest$ac_exeext conftest.$ac_ext
3768 LIBS=$ac_check_lib_save_LIBS
3769 fi
3770 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3771 echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3772 if test $ac_cv_lib_xpg4_setlocale = yes; then
3773 LIBS="$LIBS -lxpg4"
3774 fi
3775
3776 fi
3777
3778
3779 echo "$as_me:$LINENO: checking for gethostbyname" >&5
3780 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3781 if test "${ac_cv_func_gethostbyname+set}" = set; then
3782 echo $ECHO_N "(cached) $ECHO_C" >&6
3783 else
3784 cat >conftest.$ac_ext <<_ACEOF
3785 /* confdefs.h. */
3786 _ACEOF
3787 cat confdefs.h >>conftest.$ac_ext
3788 cat >>conftest.$ac_ext <<_ACEOF
3789 /* end confdefs.h. */
3790 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3791 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3792 #define gethostbyname innocuous_gethostbyname
3793
3794 /* System header to define __stub macros and hopefully few prototypes,
3795 which can conflict with char gethostbyname (); below.
3796 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3797 <limits.h> exists even on freestanding compilers. */
3798
3799 #ifdef __STDC__
3800 # include <limits.h>
3801 #else
3802 # include <assert.h>
3803 #endif
3804
3805 #undef gethostbyname
3806
3807 /* Override any gcc2 internal prototype to avoid an error. */
3808 #ifdef __cplusplus
3809 extern "C"
3810 {
3811 #endif
3812 /* We use char because int might match the return type of a gcc2
3813 builtin and then its argument prototype would still apply. */
3814 char gethostbyname ();
3815 /* The GNU C library defines this for functions which it implements
3816 to always fail with ENOSYS. Some functions are actually named
3817 something starting with __ and the normal name is an alias. */
3818 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3819 choke me
3820 #else
3821 char (*f) () = gethostbyname;
3822 #endif
3823 #ifdef __cplusplus
3824 }
3825 #endif
3826
3827 int
3828 main ()
3829 {
3830 return f != gethostbyname;
3831 ;
3832 return 0;
3833 }
3834 _ACEOF
3835 rm -f conftest.$ac_objext conftest$ac_exeext
3836 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3837 (eval $ac_link) 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } &&
3844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
3850 { ac_try='test -s conftest$ac_exeext'
3851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3852 (eval $ac_try) 2>&5
3853 ac_status=$?
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); }; }; then
3856 ac_cv_func_gethostbyname=yes
3857 else
3858 echo "$as_me: failed program was:" >&5
3859 sed 's/^/| /' conftest.$ac_ext >&5
3860
3861 ac_cv_func_gethostbyname=no
3862 fi
3863 rm -f conftest.err conftest.$ac_objext \
3864 conftest$ac_exeext conftest.$ac_ext
3865 fi
3866 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3867 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3868 if test $ac_cv_func_gethostbyname = yes; then
3869 :
3870 else
3871 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3872 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3873 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3874 echo $ECHO_N "(cached) $ECHO_C" >&6
3875 else
3876 ac_check_lib_save_LIBS=$LIBS
3877 LIBS="-lnsl $LIBS"
3878 cat >conftest.$ac_ext <<_ACEOF
3879 /* confdefs.h. */
3880 _ACEOF
3881 cat confdefs.h >>conftest.$ac_ext
3882 cat >>conftest.$ac_ext <<_ACEOF
3883 /* end confdefs.h. */
3884
3885 /* Override any gcc2 internal prototype to avoid an error. */
3886 #ifdef __cplusplus
3887 extern "C"
3888 #endif
3889 /* We use char because int might match the return type of a gcc2
3890 builtin and then its argument prototype would still apply. */
3891 char gethostbyname ();
3892 int
3893 main ()
3894 {
3895 gethostbyname ();
3896 ;
3897 return 0;
3898 }
3899 _ACEOF
3900 rm -f conftest.$ac_objext conftest$ac_exeext
3901 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3902 (eval $ac_link) 2>conftest.er1
3903 ac_status=$?
3904 grep -v '^ *+' conftest.er1 >conftest.err
3905 rm -f conftest.er1
3906 cat conftest.err >&5
3907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3908 (exit $ac_status); } &&
3909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3911 (eval $ac_try) 2>&5
3912 ac_status=$?
3913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914 (exit $ac_status); }; } &&
3915 { ac_try='test -s conftest$ac_exeext'
3916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3917 (eval $ac_try) 2>&5
3918 ac_status=$?
3919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920 (exit $ac_status); }; }; then
3921 ac_cv_lib_nsl_gethostbyname=yes
3922 else
3923 echo "$as_me: failed program was:" >&5
3924 sed 's/^/| /' conftest.$ac_ext >&5
3925
3926 ac_cv_lib_nsl_gethostbyname=no
3927 fi
3928 rm -f conftest.err conftest.$ac_objext \
3929 conftest$ac_exeext conftest.$ac_ext
3930 LIBS=$ac_check_lib_save_LIBS
3931 fi
3932 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3933 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3934 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3935 LIBS="$LIBS -lnsl"
3936 fi
3937
3938 fi
3939
3940 echo "$as_me:$LINENO: checking for socket" >&5
3941 echo $ECHO_N "checking for socket... $ECHO_C" >&6
3942 if test "${ac_cv_func_socket+set}" = set; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3944 else
3945 cat >conftest.$ac_ext <<_ACEOF
3946 /* confdefs.h. */
3947 _ACEOF
3948 cat confdefs.h >>conftest.$ac_ext
3949 cat >>conftest.$ac_ext <<_ACEOF
3950 /* end confdefs.h. */
3951 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
3952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3953 #define socket innocuous_socket
3954
3955 /* System header to define __stub macros and hopefully few prototypes,
3956 which can conflict with char socket (); below.
3957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3958 <limits.h> exists even on freestanding compilers. */
3959
3960 #ifdef __STDC__
3961 # include <limits.h>
3962 #else
3963 # include <assert.h>
3964 #endif
3965
3966 #undef socket
3967
3968 /* Override any gcc2 internal prototype to avoid an error. */
3969 #ifdef __cplusplus
3970 extern "C"
3971 {
3972 #endif
3973 /* We use char because int might match the return type of a gcc2
3974 builtin and then its argument prototype would still apply. */
3975 char socket ();
3976 /* The GNU C library defines this for functions which it implements
3977 to always fail with ENOSYS. Some functions are actually named
3978 something starting with __ and the normal name is an alias. */
3979 #if defined (__stub_socket) || defined (__stub___socket)
3980 choke me
3981 #else
3982 char (*f) () = socket;
3983 #endif
3984 #ifdef __cplusplus
3985 }
3986 #endif
3987
3988 int
3989 main ()
3990 {
3991 return f != socket;
3992 ;
3993 return 0;
3994 }
3995 _ACEOF
3996 rm -f conftest.$ac_objext conftest$ac_exeext
3997 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3998 (eval $ac_link) 2>conftest.er1
3999 ac_status=$?
4000 grep -v '^ *+' conftest.er1 >conftest.err
4001 rm -f conftest.er1
4002 cat conftest.err >&5
4003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4004 (exit $ac_status); } &&
4005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4007 (eval $ac_try) 2>&5
4008 ac_status=$?
4009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010 (exit $ac_status); }; } &&
4011 { ac_try='test -s conftest$ac_exeext'
4012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4013 (eval $ac_try) 2>&5
4014 ac_status=$?
4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016 (exit $ac_status); }; }; then
4017 ac_cv_func_socket=yes
4018 else
4019 echo "$as_me: failed program was:" >&5
4020 sed 's/^/| /' conftest.$ac_ext >&5
4021
4022 ac_cv_func_socket=no
4023 fi
4024 rm -f conftest.err conftest.$ac_objext \
4025 conftest$ac_exeext conftest.$ac_ext
4026 fi
4027 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4028 echo "${ECHO_T}$ac_cv_func_socket" >&6
4029 if test $ac_cv_func_socket = yes; then
4030 :
4031 else
4032 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4033 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4034 if test "${ac_cv_lib_socket_socket+set}" = set; then
4035 echo $ECHO_N "(cached) $ECHO_C" >&6
4036 else
4037 ac_check_lib_save_LIBS=$LIBS
4038 LIBS="-lsocket $LIBS"
4039 cat >conftest.$ac_ext <<_ACEOF
4040 /* confdefs.h. */
4041 _ACEOF
4042 cat confdefs.h >>conftest.$ac_ext
4043 cat >>conftest.$ac_ext <<_ACEOF
4044 /* end confdefs.h. */
4045
4046 /* Override any gcc2 internal prototype to avoid an error. */
4047 #ifdef __cplusplus
4048 extern "C"
4049 #endif
4050 /* We use char because int might match the return type of a gcc2
4051 builtin and then its argument prototype would still apply. */
4052 char socket ();
4053 int
4054 main ()
4055 {
4056 socket ();
4057 ;
4058 return 0;
4059 }
4060 _ACEOF
4061 rm -f conftest.$ac_objext conftest$ac_exeext
4062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4063 (eval $ac_link) 2>conftest.er1
4064 ac_status=$?
4065 grep -v '^ *+' conftest.er1 >conftest.err
4066 rm -f conftest.er1
4067 cat conftest.err >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); } &&
4070 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4072 (eval $ac_try) 2>&5
4073 ac_status=$?
4074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4075 (exit $ac_status); }; } &&
4076 { ac_try='test -s conftest$ac_exeext'
4077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4078 (eval $ac_try) 2>&5
4079 ac_status=$?
4080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4081 (exit $ac_status); }; }; then
4082 ac_cv_lib_socket_socket=yes
4083 else
4084 echo "$as_me: failed program was:" >&5
4085 sed 's/^/| /' conftest.$ac_ext >&5
4086
4087 ac_cv_lib_socket_socket=no
4088 fi
4089 rm -f conftest.err conftest.$ac_objext \
4090 conftest$ac_exeext conftest.$ac_ext
4091 LIBS=$ac_check_lib_save_LIBS
4092 fi
4093 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4094 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4095 if test $ac_cv_lib_socket_socket = yes; then
4096 LIBS="$LIBS -lsocket"
4097 fi
4098
4099 fi
4100
4101
4102 echo "$as_me:$LINENO: checking for sched_yield" >&5
4103 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4104 if test "${ac_cv_func_sched_yield+set}" = set; then
4105 echo $ECHO_N "(cached) $ECHO_C" >&6
4106 else
4107 cat >conftest.$ac_ext <<_ACEOF
4108 /* confdefs.h. */
4109 _ACEOF
4110 cat confdefs.h >>conftest.$ac_ext
4111 cat >>conftest.$ac_ext <<_ACEOF
4112 /* end confdefs.h. */
4113 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4114 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4115 #define sched_yield innocuous_sched_yield
4116
4117 /* System header to define __stub macros and hopefully few prototypes,
4118 which can conflict with char sched_yield (); below.
4119 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4120 <limits.h> exists even on freestanding compilers. */
4121
4122 #ifdef __STDC__
4123 # include <limits.h>
4124 #else
4125 # include <assert.h>
4126 #endif
4127
4128 #undef sched_yield
4129
4130 /* Override any gcc2 internal prototype to avoid an error. */
4131 #ifdef __cplusplus
4132 extern "C"
4133 {
4134 #endif
4135 /* We use char because int might match the return type of a gcc2
4136 builtin and then its argument prototype would still apply. */
4137 char sched_yield ();
4138 /* The GNU C library defines this for functions which it implements
4139 to always fail with ENOSYS. Some functions are actually named
4140 something starting with __ and the normal name is an alias. */
4141 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4142 choke me
4143 #else
4144 char (*f) () = sched_yield;
4145 #endif
4146 #ifdef __cplusplus
4147 }
4148 #endif
4149
4150 int
4151 main ()
4152 {
4153 return f != sched_yield;
4154 ;
4155 return 0;
4156 }
4157 _ACEOF
4158 rm -f conftest.$ac_objext conftest$ac_exeext
4159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4160 (eval $ac_link) 2>conftest.er1
4161 ac_status=$?
4162 grep -v '^ *+' conftest.er1 >conftest.err
4163 rm -f conftest.er1
4164 cat conftest.err >&5
4165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4166 (exit $ac_status); } &&
4167 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4169 (eval $ac_try) 2>&5
4170 ac_status=$?
4171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4172 (exit $ac_status); }; } &&
4173 { ac_try='test -s conftest$ac_exeext'
4174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4175 (eval $ac_try) 2>&5
4176 ac_status=$?
4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178 (exit $ac_status); }; }; then
4179 ac_cv_func_sched_yield=yes
4180 else
4181 echo "$as_me: failed program was:" >&5
4182 sed 's/^/| /' conftest.$ac_ext >&5
4183
4184 ac_cv_func_sched_yield=no
4185 fi
4186 rm -f conftest.err conftest.$ac_objext \
4187 conftest$ac_exeext conftest.$ac_ext
4188 fi
4189 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
4190 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
4191 if test $ac_cv_func_sched_yield = yes; then
4192 :
4193 else
4194 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
4195 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
4196 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
4197 echo $ECHO_N "(cached) $ECHO_C" >&6
4198 else
4199 ac_check_lib_save_LIBS=$LIBS
4200 LIBS="-lrt $LIBS"
4201 cat >conftest.$ac_ext <<_ACEOF
4202 /* confdefs.h. */
4203 _ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h. */
4207
4208 /* Override any gcc2 internal prototype to avoid an error. */
4209 #ifdef __cplusplus
4210 extern "C"
4211 #endif
4212 /* We use char because int might match the return type of a gcc2
4213 builtin and then its argument prototype would still apply. */
4214 char sched_yield ();
4215 int
4216 main ()
4217 {
4218 sched_yield ();
4219 ;
4220 return 0;
4221 }
4222 _ACEOF
4223 rm -f conftest.$ac_objext conftest$ac_exeext
4224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4225 (eval $ac_link) 2>conftest.er1
4226 ac_status=$?
4227 grep -v '^ *+' conftest.er1 >conftest.err
4228 rm -f conftest.er1
4229 cat conftest.err >&5
4230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231 (exit $ac_status); } &&
4232 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4234 (eval $ac_try) 2>&5
4235 ac_status=$?
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); }; } &&
4238 { ac_try='test -s conftest$ac_exeext'
4239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4240 (eval $ac_try) 2>&5
4241 ac_status=$?
4242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243 (exit $ac_status); }; }; then
4244 ac_cv_lib_rt_sched_yield=yes
4245 else
4246 echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.$ac_ext >&5
4248
4249 ac_cv_lib_rt_sched_yield=no
4250 fi
4251 rm -f conftest.err conftest.$ac_objext \
4252 conftest$ac_exeext conftest.$ac_ext
4253 LIBS=$ac_check_lib_save_LIBS
4254 fi
4255 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4256 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4257 if test $ac_cv_lib_rt_sched_yield = yes; then
4258 LIBS="$LIBS -lrt"
4259 fi
4260
4261 fi
4262
4263
4264 echo "$as_me:$LINENO: checking for sched_yield support" >&5
4265 echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4266 cat >conftest.$ac_ext <<_ACEOF
4267 /* confdefs.h. */
4268 _ACEOF
4269 cat confdefs.h >>conftest.$ac_ext
4270 cat >>conftest.$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4272 #include <sched.h>
4273 int
4274 main ()
4275 {
4276 sched_yield ()
4277 ;
4278 return 0;
4279 }
4280 _ACEOF
4281 rm -f conftest.$ac_objext conftest$ac_exeext
4282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4283 (eval $ac_link) 2>conftest.er1
4284 ac_status=$?
4285 grep -v '^ *+' conftest.er1 >conftest.err
4286 rm -f conftest.er1
4287 cat conftest.err >&5
4288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4289 (exit $ac_status); } &&
4290 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4292 (eval $ac_try) 2>&5
4293 ac_status=$?
4294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295 (exit $ac_status); }; } &&
4296 { ac_try='test -s conftest$ac_exeext'
4297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4298 (eval $ac_try) 2>&5
4299 ac_status=$?
4300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4301 (exit $ac_status); }; }; then
4302 echo "$as_me:$LINENO: result: yes" >&5
4303 echo "${ECHO_T}yes" >&6
4304
4305 cat >>confdefs.h <<\_ACEOF
4306 #define HAVE_SCHED_YIELD 1
4307 _ACEOF
4308
4309 else
4310 echo "$as_me: failed program was:" >&5
4311 sed 's/^/| /' conftest.$ac_ext >&5
4312
4313 echo "$as_me:$LINENO: result: no" >&5
4314 echo "${ECHO_T}no" >&6
4315 fi
4316 rm -f conftest.err conftest.$ac_objext \
4317 conftest$ac_exeext conftest.$ac_ext
4318
4319
4320 MALLOC_TYPE=S
4321
4322 support_addstrings=no
4323 support_frills=yes
4324 support_inheritpixmap=yes
4325 support_tinting=yes
4326 support_fading=yes
4327 support_keepscrolling=yes
4328 support_selectionscrolling=yes
4329 support_menubar=no
4330 support_mousewheel=yes
4331 support_mouseslipwheel=yes
4332 support_utmp=yes
4333 support_wtmp=yes
4334 support_lastlog=yes
4335 support_text_blink=yes
4336 support_pointer_blank=yes
4337 support_scroll_rxvt=yes
4338 support_scroll_next=yes
4339 support_scroll_xterm=yes
4340 support_scroll_plain=yes
4341 support_xim=yes
4342 support_xpm=yes
4343 support_xft=yes
4344 support_unicode3=no
4345 support_combining=yes
4346 support_8bitctrls=no
4347 support_iso14755=yes
4348 support_styles=yes
4349 support_perl=yes
4350 codesets=all
4351
4352
4353 if test "x$enable_shared" = xyes; then
4354
4355 cat >>confdefs.h <<\_ACEOF
4356 #define LIBRXVT 1
4357 _ACEOF
4358
4359 INSTALL_LIBRXVT=yes
4360 fi
4361
4362
4363 # Check whether --enable-everything or --disable-everything was given.
4364 if test "${enable_everything+set}" = set; then
4365 enableval="$enable_everything"
4366
4367 if test x$enableval = xno; then
4368 support_24bit=no
4369 support_frills=no
4370 support_inheritpixmap=no
4371 support_tinting=no
4372 support_fading=no
4373 support_keepscrolling=no
4374 support_selectionscrolling=no
4375 support_lastlog=no
4376 support_menubar=no
4377 support_mousewheel=no
4378 support_mouseslipwheel=no
4379 support_text_blink=no
4380 support_pointer_blank=no
4381 support_scroll_rxvt=no
4382 support_scroll_next=no
4383 support_scroll_xterm=no
4384 support_scroll_plain=no
4385 support_utmp=no
4386 support_wtmp=no
4387 support_xim=no
4388 support_xpm=no
4389 support_xft=no
4390 support_unicode3=no
4391 support_combining=no
4392 support_8bitctrls=no
4393 support_iso14755=no
4394 support_styles=no
4395 support_perl=no
4396 codesets=
4397 fi
4398 if test x$enableval = xyes; then
4399 support_24bit=yes
4400 support_frills=yes
4401 support_inheritpixmap=yes
4402 support_tinting=yes
4403 support_fading=yes
4404 support_keepscrolling=yes
4405 support_selectionscrolling=yes
4406 support_lastlog=yes
4407 support_menubar=yes
4408 support_mousewheel=yes
4409 support_mouseslipwheel=yes
4410 support_text_blink=yes
4411 support_pointer_blank=yes
4412 support_scroll_rxvt=yes
4413 support_scroll_next=yes
4414 support_scroll_xterm=yes
4415 support_scroll_plain=yes
4416 support_utmp=yes
4417 support_wtmp=yes
4418 support_xim=yes
4419 support_xpm=yes
4420 support_xft=yes
4421 support_unicode3=yes
4422 support_combining=yes
4423 #support_8bitctrls=yes
4424 support_iso14755=yes
4425 support_styles=yes
4426 support_perl=yes
4427 codesets=all
4428 fi
4429
4430 fi;
4431
4432 # Check whether --enable-unicode3 or --disable-unicode3 was given.
4433 if test "${enable_unicode3+set}" = set; then
4434 enableval="$enable_unicode3"
4435 if test x$enableval = xyes -o x$enableval = xno; then
4436 support_unicode3=$enableval
4437 fi
4438 fi;
4439
4440 # Check whether --enable-combining or --disable-combining was given.
4441 if test "${enable_combining+set}" = set; then
4442 enableval="$enable_combining"
4443 if test x$enableval = xyes -o x$enableval = xno; then
4444 support_combining=$enableval
4445 fi
4446 fi;
4447
4448 # Check whether --enable-xft or --disable-xft was given.
4449 if test "${enable_xft+set}" = set; then
4450 enableval="$enable_xft"
4451 if test x$enableval = xyes -o x$enableval = xno; then
4452 support_xft=$enableval
4453 fi
4454 fi;
4455
4456 # Check whether --enable-font-styles or --disable-font-styles was given.
4457 if test "${enable_font_styles+set}" = set; then
4458 enableval="$enable_font_styles"
4459 if test x$enableval = xyes -o x$enableval = xno; then
4460 support_styles=$enableval
4461 fi
4462 fi;
4463
4464 # Check whether --enable-utmp or --disable-utmp was given.
4465 if test "${enable_utmp+set}" = set; then
4466 enableval="$enable_utmp"
4467 if test x$enableval = xyes -o x$enableval = xno; then
4468 support_utmp=$enableval
4469 fi
4470 fi;
4471
4472 # Check whether --enable-wtmp or --disable-wtmp was given.
4473 if test "${enable_wtmp+set}" = set; then
4474 enableval="$enable_wtmp"
4475 if test x$enableval = xyes -o x$enableval = xno; then
4476 support_wtmp=$enableval
4477 fi
4478 fi;
4479
4480 # Check whether --enable-lastlog or --disable-lastlog was given.
4481 if test "${enable_lastlog+set}" = set; then
4482 enableval="$enable_lastlog"
4483 if test x$enableval = xyes -o x$enableval = xno; then
4484 support_lastlog=$enableval
4485 fi
4486 fi;
4487
4488 # Check whether --enable-xpm-background or --disable-xpm-background was given.
4489 if test "${enable_xpm_background+set}" = set; then
4490 enableval="$enable_xpm_background"
4491 if test x$enableval = xyes -o x$enableval = xno; then
4492 support_xpm=$enableval
4493 fi
4494 fi;
4495
4496 # Check whether --enable-transparency or --disable-transparency was given.
4497 if test "${enable_transparency+set}" = set; then
4498 enableval="$enable_transparency"
4499 if test x$enableval = xyes -o x$enableval = xno; then
4500 support_inheritpixmap=$enableval
4501 fi
4502 fi;
4503
4504 # Check whether --enable-tinting or --disable-tinting was given.
4505 if test "${enable_tinting+set}" = set; then
4506 enableval="$enable_tinting"
4507 if test x$enableval = xyes -o x$enableval = xno; then
4508 support_tinting=$enableval
4509 fi
4510 fi;
4511
4512 # Check whether --enable-fading or --disable-fading was given.
4513 if test "${enable_fading+set}" = set; then
4514 enableval="$enable_fading"
4515 if test x$enableval = xyes -o x$enableval = xno; then
4516 support_fading=$enableval
4517 fi
4518 fi;
4519
4520 # Check whether --enable-menubar or --disable-menubar was given.
4521 if test "${enable_menubar+set}" = set; then
4522 enableval="$enable_menubar"
4523 if test x$enableval = xyes -o x$enableval = xno; then
4524 support_menubar=$enableval
4525 fi
4526 fi;
4527
4528 # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4529 if test "${enable_rxvt_scroll+set}" = set; then
4530 enableval="$enable_rxvt_scroll"
4531 if test x$enableval = xyes -o x$enableval = xno; then
4532 support_scroll_rxvt=$enableval
4533 fi
4534 fi;
4535
4536 # Check whether --enable-next-scroll or --disable-next-scroll was given.
4537 if test "${enable_next_scroll+set}" = set; then
4538 enableval="$enable_next_scroll"
4539 if test x$enableval = xyes -o x$enableval = xno; then
4540 support_scroll_next=$enableval
4541 fi
4542 fi;
4543
4544 # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4545 if test "${enable_xterm_scroll+set}" = set; then
4546 enableval="$enable_xterm_scroll"
4547 if test x$enableval = xyes -o x$enableval = xno; then
4548 support_scroll_xterm=$enableval
4549 fi
4550 fi;
4551
4552 # Check whether --enable-perl or --disable-perl was given.
4553 if test "${enable_perl+set}" = set; then
4554 enableval="$enable_perl"
4555 if test x$enableval = xyes -o x$enableval = xno; then
4556 support_perl=$enableval
4557 fi
4558 fi;
4559
4560 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4561 if test "${enable_plain_scroll+set}" = set; then
4562 enableval="$enable_plain_scroll"
4563 if test x$enableval = xyes -o x$enableval = xno; then
4564 support_scroll_plain=$enableval
4565 fi
4566 fi;
4567
4568 # Check whether --enable-half-shadow or --disable-half-shadow was given.
4569 if test "${enable_half_shadow+set}" = set; then
4570 enableval="$enable_half_shadow"
4571 if test x$enableval = xyes; then
4572
4573 cat >>confdefs.h <<\_ACEOF
4574 #define HALFSHADOW 1
4575 _ACEOF
4576
4577 fi
4578 fi;
4579
4580
4581 # Check whether --with-codesets or --without-codesets was given.
4582 if test "${with_codesets+set}" = set; then
4583 withval="$with_codesets"
4584 codesets="$withval"
4585 fi;
4586
4587 # Check whether --enable-xim or --disable-xim was given.
4588 if test "${enable_xim+set}" = set; then
4589 enableval="$enable_xim"
4590 if test x$enableval = xyes -o x$enableval = xno; then
4591 support_xim=$enableval
4592 fi
4593 fi;
4594
4595 # Check whether --enable-ttygid or --disable-ttygid was given.
4596 if test "${enable_ttygid+set}" = set; then
4597 enableval="$enable_ttygid"
4598 if test x$enableval = xyes; then
4599
4600 cat >>confdefs.h <<\_ACEOF
4601 #define TTY_GID_SUPPORT 1
4602 _ACEOF
4603
4604 fi
4605 fi;
4606
4607 # Check whether --enable-backspace-key or --disable-backspace-key was given.
4608 if test "${enable_backspace_key+set}" = set; then
4609 enableval="$enable_backspace_key"
4610 if test x$enableval = xno; then
4611
4612 cat >>confdefs.h <<\_ACEOF
4613 #define NO_BACKSPACE_KEY 1
4614 _ACEOF
4615
4616 fi
4617 fi;
4618
4619 # Check whether --enable-delete-key or --disable-delete-key was given.
4620 if test "${enable_delete_key+set}" = set; then
4621 enableval="$enable_delete_key"
4622 if test x$enableval = xno; then
4623
4624 cat >>confdefs.h <<\_ACEOF
4625 #define NO_DELETE_KEY 1
4626 _ACEOF
4627
4628 fi
4629 fi;
4630
4631 # Check whether --enable-resources or --disable-resources was given.
4632 if test "${enable_resources+set}" = set; then
4633 enableval="$enable_resources"
4634 if test x$enableval = xno; then
4635
4636 cat >>confdefs.h <<\_ACEOF
4637 #define NO_RESOURCES 1
4638 _ACEOF
4639
4640 fi
4641 fi;
4642
4643 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4644 if test "${enable_8bitctrls+set}" = set; then
4645 enableval="$enable_8bitctrls"
4646 if test x$enableval = xyes -o x$enableval = xno; then
4647 support_8bitctrls=$enableval
4648 fi
4649 fi;
4650
4651 RESFALLBACK=Rxvt
4652 # Check whether --enable-fallback or --disable-fallback was given.
4653 if test "${enable_fallback+set}" = set; then
4654 enableval="$enable_fallback"
4655
4656 test x$enableval = xyes && enableval=Rxvt
4657 test x$enableval = xno && enableval=
4658 RESFALLBACK="$enableval"
4659
4660 fi;
4661
4662 if test x$RESFALLBACK != x; then
4663
4664 cat >>confdefs.h <<_ACEOF
4665 #define RESFALLBACK "$RESFALLBACK"
4666 _ACEOF
4667
4668 fi
4669
4670 RESNAME=urxvt
4671
4672 # Check whether --with-res-name or --without-res-name was given.
4673 if test "${with_res_name+set}" = set; then
4674 withval="$with_res_name"
4675 RESNAME="$withval"
4676 fi;
4677
4678 cat >>confdefs.h <<_ACEOF
4679 #define RESNAME "$RESNAME"
4680 _ACEOF
4681
4682
4683 RESCLASS=URxvt
4684
4685 # Check whether --with-res-class or --without-res-class was given.
4686 if test "${with_res_class+set}" = set; then
4687 withval="$with_res_class"
4688 RESCLASS="$withval"
4689 fi;
4690
4691 cat >>confdefs.h <<_ACEOF
4692 #define RESCLASS "$RESCLASS"
4693 _ACEOF
4694
4695
4696 RXVTNAME=urxvt
4697
4698 # Check whether --with-name or --without-name was given.
4699 if test "${with_name+set}" = set; then
4700 withval="$with_name"
4701 RXVTNAME="$withval"
4702 fi;
4703
4704 cat >>confdefs.h <<_ACEOF
4705 #define RXVTNAME "$RXVTNAME"
4706 _ACEOF
4707
4708
4709 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4710
4711
4712 # Check whether --enable-strings or --disable-strings was given.
4713 if test "${enable_strings+set}" = set; then
4714 enableval="$enable_strings"
4715 if test x$enableval = xyes -o x$enableval = xno; then
4716 support_addstrings=$enableval
4717 fi
4718 fi;
4719
4720 # Check whether --enable-swapscreen or --disable-swapscreen was given.
4721 if test "${enable_swapscreen+set}" = set; then
4722 enableval="$enable_swapscreen"
4723 if test x$enableval = xno; then
4724
4725 cat >>confdefs.h <<\_ACEOF
4726 #define NO_SECONDARY_SCREEN 1
4727 _ACEOF
4728
4729 fi
4730 fi;
4731
4732 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4733 if test "${enable_iso14755+set}" = set; then
4734 enableval="$enable_iso14755"
4735 if test x$enableval = xyes -o x$enableval = xno; then
4736 support_iso14755=$enableval
4737 fi
4738 fi;
4739
4740 # Check whether --enable-frills or --disable-frills was given.
4741 if test "${enable_frills+set}" = set; then
4742 enableval="$enable_frills"
4743 if test x$enableval = xyes -o x$enableval = xno; then
4744 support_frills=$enableval
4745 fi
4746 fi;
4747
4748 # Check whether --enable-24bit or --disable-24bit was given.
4749 if test "${enable_24bit+set}" = set; then
4750 enableval="$enable_24bit"
4751 if test x$enableval = xyes -o x$enableval = xno; then
4752 support_24bit=$enableval
4753 fi
4754 fi;
4755
4756 # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4757 if test "${enable_keepscrolling+set}" = set; then
4758 enableval="$enable_keepscrolling"
4759 if test x$enableval = xyes -o x$enableval = xno; then
4760 support_keepscrolling=$enableval
4761 fi
4762 fi;
4763
4764 # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4765 if test "${enable_selectionscrolling+set}" = set; then
4766 enableval="$enable_selectionscrolling"
4767 if test x$enableval = xyes -o x$enableval = xno; then
4768 support_selectionscrolling=$enableval
4769 fi
4770 fi;
4771
4772 # Check whether --enable-mousewheel or --disable-mousewheel was given.
4773 if test "${enable_mousewheel+set}" = set; then
4774 enableval="$enable_mousewheel"
4775 if test x$enableval = xyes -o x$enableval = xno; then
4776 support_mousewheel=$enableval
4777 fi
4778 fi;
4779
4780 # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4781 if test "${enable_slipwheeling+set}" = set; then
4782 enableval="$enable_slipwheeling"
4783 if test x$enableval = xyes -o x$enableval = xno; then
4784 support_mouseslipwheel=$enableval
4785 fi
4786 fi;
4787
4788 # Check whether --enable-dmalloc or --disable-dmalloc was given.
4789 if test "${enable_dmalloc+set}" = set; then
4790 enableval="$enable_dmalloc"
4791 if test x$enableval = xyes; then
4792 MALLOC_TYPE=G
4793 DEBUG=-DDEBUG_MALLOC
4794 DLIB="-L/usr/local/lib -ldmalloc"
4795 DINCLUDE=-I/usr/local/include
4796 fi
4797 fi;
4798
4799 # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4800 if test "${enable_dlmalloc+set}" = set; then
4801 enableval="$enable_dlmalloc"
4802 if test x$enableval = xyes; then
4803 MALLOC_TYPE=D
4804 DEBUG=
4805 DLIB="-L/usr/local/lib -ldlmalloc"
4806 DINCLUDE=
4807 fi
4808 fi;
4809
4810 # Check whether --enable-smart-resize or --disable-smart-resize was given.
4811 if test "${enable_smart_resize+set}" = set; then
4812 enableval="$enable_smart_resize"
4813 if test x$enableval = xyes; then
4814
4815 cat >>confdefs.h <<\_ACEOF
4816 #define SMART_RESIZE 1
4817 _ACEOF
4818
4819 fi
4820 fi;
4821
4822 # Check whether --enable-text-blink or --disable-text-blink was given.
4823 if test "${enable_text_blink+set}" = set; then
4824 enableval="$enable_text_blink"
4825 if test x$enableval = xyes -o x$enableval = xno; then
4826 support_text_blink=$enableval
4827 fi
4828 fi;
4829
4830 # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4831 if test "${enable_pointer_blank+set}" = set; then
4832 enableval="$enable_pointer_blank"
4833 if test x$enableval = xyes -o x$enableval = xno; then
4834 support_pointer_blank=$enableval
4835 fi
4836 fi;
4837
4838
4839 # Check whether --with-term or --without-term was given.
4840 if test "${with_term+set}" = set; then
4841 withval="$with_term"
4842 if test x$withval != x; then
4843
4844 cat >>confdefs.h <<_ACEOF
4845 #define TERMENV "$withval"
4846 _ACEOF
4847 term="$withval"
4848 fi
4849 fi;
4850
4851
4852 # Check whether --with-terminfo or --without-terminfo was given.
4853 if test "${with_terminfo+set}" = set; then
4854 withval="$with_terminfo"
4855 if test x$withval != x; then
4856
4857 cat >>confdefs.h <<_ACEOF
4858 #define RXVT_TERMINFO "$withval"
4859 _ACEOF
4860 terminfo="$withval"
4861 fi
4862 fi;
4863
4864
4865
4866 cat >>confdefs.h <<\_ACEOF
4867 #define PROTOTYPES 1
4868 _ACEOF
4869
4870
4871 # Extract the first word of "mv", so it can be a program name with args.
4872 set dummy mv; ac_word=$2
4873 echo "$as_me:$LINENO: checking for $ac_word" >&5
4874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4875 if test "${ac_cv_path_MV+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4877 else
4878 case $MV in
4879 [\\/]* | ?:[\\/]*)
4880 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4881 ;;
4882 *)
4883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4884 for as_dir in $PATH
4885 do
4886 IFS=$as_save_IFS
4887 test -z "$as_dir" && as_dir=.
4888 for ac_exec_ext in '' $ac_executable_extensions; do
4889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4890 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4892 break 2
4893 fi
4894 done
4895 done
4896
4897 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4898 ;;
4899 esac
4900 fi
4901 MV=$ac_cv_path_MV
4902
4903 if test -n "$MV"; then
4904 echo "$as_me:$LINENO: result: $MV" >&5
4905 echo "${ECHO_T}$MV" >&6
4906 else
4907 echo "$as_me:$LINENO: result: no" >&5
4908 echo "${ECHO_T}no" >&6
4909 fi
4910
4911 # Extract the first word of "rm", so it can be a program name with args.
4912 set dummy rm; ac_word=$2
4913 echo "$as_me:$LINENO: checking for $ac_word" >&5
4914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4915 if test "${ac_cv_path_RM+set}" = set; then
4916 echo $ECHO_N "(cached) $ECHO_C" >&6
4917 else
4918 case $RM in
4919 [\\/]* | ?:[\\/]*)
4920 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4921 ;;
4922 *)
4923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924 for as_dir in $PATH
4925 do
4926 IFS=$as_save_IFS
4927 test -z "$as_dir" && as_dir=.
4928 for ac_exec_ext in '' $ac_executable_extensions; do
4929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4930 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4932 break 2
4933 fi
4934 done
4935 done
4936
4937 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4938 ;;
4939 esac
4940 fi
4941 RM=$ac_cv_path_RM
4942
4943 if test -n "$RM"; then
4944 echo "$as_me:$LINENO: result: $RM" >&5
4945 echo "${ECHO_T}$RM" >&6
4946 else
4947 echo "$as_me:$LINENO: result: no" >&5
4948 echo "${ECHO_T}no" >&6
4949 fi
4950
4951 # Extract the first word of "cp", so it can be a program name with args.
4952 set dummy cp; ac_word=$2
4953 echo "$as_me:$LINENO: checking for $ac_word" >&5
4954 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4955 if test "${ac_cv_path_CP+set}" = set; then
4956 echo $ECHO_N "(cached) $ECHO_C" >&6
4957 else
4958 case $CP in
4959 [\\/]* | ?:[\\/]*)
4960 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4961 ;;
4962 *)
4963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4964 for as_dir in $PATH
4965 do
4966 IFS=$as_save_IFS
4967 test -z "$as_dir" && as_dir=.
4968 for ac_exec_ext in '' $ac_executable_extensions; do
4969 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4970 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4971 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4972 break 2
4973 fi
4974 done
4975 done
4976
4977 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4978 ;;
4979 esac
4980 fi
4981 CP=$ac_cv_path_CP
4982
4983 if test -n "$CP"; then
4984 echo "$as_me:$LINENO: result: $CP" >&5
4985 echo "${ECHO_T}$CP" >&6
4986 else
4987 echo "$as_me:$LINENO: result: no" >&5
4988 echo "${ECHO_T}no" >&6
4989 fi
4990
4991 # Extract the first word of "ln", so it can be a program name with args.
4992 set dummy ln; ac_word=$2
4993 echo "$as_me:$LINENO: checking for $ac_word" >&5
4994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4995 if test "${ac_cv_path_LN+set}" = set; then
4996 echo $ECHO_N "(cached) $ECHO_C" >&6
4997 else
4998 case $LN in
4999 [\\/]* | ?:[\\/]*)
5000 ac_cv_path_LN="$LN" # Let the user override the test with a path.
5001 ;;
5002 *)
5003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5004 for as_dir in $PATH
5005 do
5006 IFS=$as_save_IFS
5007 test -z "$as_dir" && as_dir=.
5008 for ac_exec_ext in '' $ac_executable_extensions; do
5009 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5010 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
5011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5012 break 2
5013 fi
5014 done
5015 done
5016
5017 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5018 ;;
5019 esac
5020 fi
5021 LN=$ac_cv_path_LN
5022
5023 if test -n "$LN"; then
5024 echo "$as_me:$LINENO: result: $LN" >&5
5025 echo "${ECHO_T}$LN" >&6
5026 else
5027 echo "$as_me:$LINENO: result: no" >&5
5028 echo "${ECHO_T}no" >&6
5029 fi
5030
5031 # Extract the first word of "sed", so it can be a program name with args.
5032 set dummy sed; ac_word=$2
5033 echo "$as_me:$LINENO: checking for $ac_word" >&5
5034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5035 if test "${ac_cv_path_SED+set}" = set; then
5036 echo $ECHO_N "(cached) $ECHO_C" >&6
5037 else
5038 case $SED in
5039 [\\/]* | ?:[\\/]*)
5040 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5041 ;;
5042 *)
5043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044 for as_dir in $PATH
5045 do
5046 IFS=$as_save_IFS
5047 test -z "$as_dir" && as_dir=.
5048 for ac_exec_ext in '' $ac_executable_extensions; do
5049 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5050 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5051 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5052 break 2
5053 fi
5054 done
5055 done
5056
5057 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5058 ;;
5059 esac
5060 fi
5061 SED=$ac_cv_path_SED
5062
5063 if test -n "$SED"; then
5064 echo "$as_me:$LINENO: result: $SED" >&5
5065 echo "${ECHO_T}$SED" >&6
5066 else
5067 echo "$as_me:$LINENO: result: no" >&5
5068 echo "${ECHO_T}no" >&6
5069 fi
5070
5071 # Extract the first word of "echo", so it can be a program name with args.
5072 set dummy echo; ac_word=$2
5073 echo "$as_me:$LINENO: checking for $ac_word" >&5
5074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5075 if test "${ac_cv_path_ECHO+set}" = set; then
5076 echo $ECHO_N "(cached) $ECHO_C" >&6
5077 else
5078 case $ECHO in
5079 [\\/]* | ?:[\\/]*)
5080 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5081 ;;
5082 *)
5083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5084 for as_dir in $PATH
5085 do
5086 IFS=$as_save_IFS
5087 test -z "$as_dir" && as_dir=.
5088 for ac_exec_ext in '' $ac_executable_extensions; do
5089 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5090 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5091 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5092 break 2
5093 fi
5094 done
5095 done
5096
5097 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5098 ;;
5099 esac
5100 fi
5101 ECHO=$ac_cv_path_ECHO
5102
5103 if test -n "$ECHO"; then
5104 echo "$as_me:$LINENO: result: $ECHO" >&5
5105 echo "${ECHO_T}$ECHO" >&6
5106 else
5107 echo "$as_me:$LINENO: result: no" >&5
5108 echo "${ECHO_T}no" >&6
5109 fi
5110
5111 # Extract the first word of "cmp", so it can be a program name with args.
5112 set dummy cmp; ac_word=$2
5113 echo "$as_me:$LINENO: checking for $ac_word" >&5
5114 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5115 if test "${ac_cv_path_CMP+set}" = set; then
5116 echo $ECHO_N "(cached) $ECHO_C" >&6
5117 else
5118 case $CMP in
5119 [\\/]* | ?:[\\/]*)
5120 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5121 ;;
5122 *)
5123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124 for as_dir in $PATH
5125 do
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
5128 for ac_exec_ext in '' $ac_executable_extensions; do
5129 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5131 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5132 break 2
5133 fi
5134 done
5135 done
5136
5137 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5138 ;;
5139 esac
5140 fi
5141 CMP=$ac_cv_path_CMP
5142
5143 if test -n "$CMP"; then
5144 echo "$as_me:$LINENO: result: $CMP" >&5
5145 echo "${ECHO_T}$CMP" >&6
5146 else
5147 echo "$as_me:$LINENO: result: no" >&5
5148 echo "${ECHO_T}no" >&6
5149 fi
5150
5151 # Extract the first word of "tbl", so it can be a program name with args.
5152 set dummy tbl; ac_word=$2
5153 echo "$as_me:$LINENO: checking for $ac_word" >&5
5154 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5155 if test "${ac_cv_path_TBL+set}" = set; then
5156 echo $ECHO_N "(cached) $ECHO_C" >&6
5157 else
5158 case $TBL in
5159 [\\/]* | ?:[\\/]*)
5160 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5161 ;;
5162 *)
5163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164 for as_dir in $PATH
5165 do
5166 IFS=$as_save_IFS
5167 test -z "$as_dir" && as_dir=.
5168 for ac_exec_ext in '' $ac_executable_extensions; do
5169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5170 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5172 break 2
5173 fi
5174 done
5175 done
5176
5177 ;;
5178 esac
5179 fi
5180 TBL=$ac_cv_path_TBL
5181
5182 if test -n "$TBL"; then
5183 echo "$as_me:$LINENO: result: $TBL" >&5
5184 echo "${ECHO_T}$TBL" >&6
5185 else
5186 echo "$as_me:$LINENO: result: no" >&5
5187 echo "${ECHO_T}no" >&6
5188 fi
5189
5190 # Extract the first word of "tic", so it can be a program name with args.
5191 set dummy tic; ac_word=$2
5192 echo "$as_me:$LINENO: checking for $ac_word" >&5
5193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5194 if test "${ac_cv_path_TIC+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 case $TIC in
5198 [\\/]* | ?:[\\/]*)
5199 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5200 ;;
5201 *)
5202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5203 for as_dir in $PATH
5204 do
5205 IFS=$as_save_IFS
5206 test -z "$as_dir" && as_dir=.
5207 for ac_exec_ext in '' $ac_executable_extensions; do
5208 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5209 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5210 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5211 break 2
5212 fi
5213 done
5214 done
5215
5216 ;;
5217 esac
5218 fi
5219 TIC=$ac_cv_path_TIC
5220
5221 if test -n "$TIC"; then
5222 echo "$as_me:$LINENO: result: $TIC" >&5
5223 echo "${ECHO_T}$TIC" >&6
5224 else
5225 echo "$as_me:$LINENO: result: no" >&5
5226 echo "${ECHO_T}no" >&6
5227 fi
5228
5229
5230
5231
5232
5233 if test "x$ac_path_x_has_been_run" != xyes; then
5234 echo "$as_me:$LINENO: checking for X" >&5
5235 echo $ECHO_N "checking for X... $ECHO_C" >&6
5236
5237 ac_path_x_has_been_run=yes
5238
5239 # Check whether --with-x or --without-x was given.
5240 if test "${with_x+set}" = set; then
5241 withval="$with_x"
5242
5243 fi;
5244 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5245 if test "x$with_x" = xno; then
5246 # The user explicitly disabled X.
5247 have_x=disabled
5248 else
5249 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5250 # Both variables are already set.
5251 have_x=yes
5252 else
5253 if test "${ac_cv_have_x+set}" = set; then
5254 echo $ECHO_N "(cached) $ECHO_C" >&6
5255 else
5256 # One or both of the vars are not set, and there is no cached value.
5257 ac_x_includes=no ac_x_libraries=no
5258 rm -fr conftest.dir
5259 if mkdir conftest.dir; then
5260 cd conftest.dir
5261 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5262 cat >Imakefile <<'_ACEOF'
5263 acfindx:
5264 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5265 _ACEOF
5266 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5267 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5268 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5269 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5270 for ac_extension in a so sl; do
5271 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5272 test -f $ac_im_libdir/libX11.$ac_extension; then
5273 ac_im_usrlibdir=$ac_im_libdir; break
5274 fi
5275 done
5276 # Screen out bogus values from the imake configuration. They are
5277 # bogus both because they are the default anyway, and because
5278 # using them would break gcc on systems where it needs fixed includes.
5279 case $ac_im_incroot in
5280 /usr/include) ;;
5281 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5282 esac
5283 case $ac_im_usrlibdir in
5284 /usr/lib | /lib) ;;
5285 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5286 esac
5287 fi
5288 cd ..
5289 rm -fr conftest.dir
5290 fi
5291
5292 # Standard set of common directories for X headers.
5293 # Check X11 before X11Rn because it is often a symlink to the current release.
5294 ac_x_header_dirs='
5295 /usr/X11/include
5296 /usr/X11R6/include
5297 /usr/X11R5/include
5298 /usr/X11R4/include
5299
5300 /usr/include/X11
5301 /usr/include/X11R6
5302 /usr/include/X11R5
5303 /usr/include/X11R4
5304
5305 /usr/local/X11/include
5306 /usr/local/X11R6/include
5307 /usr/local/X11R5/include
5308 /usr/local/X11R4/include
5309
5310 /usr/local/include/X11
5311 /usr/local/include/X11R6
5312 /usr/local/include/X11R5
5313 /usr/local/include/X11R4
5314
5315 /usr/X386/include
5316 /usr/x386/include
5317 /usr/XFree86/include/X11
5318
5319 /usr/include
5320 /usr/local/include
5321 /usr/unsupported/include
5322 /usr/athena/include
5323 /usr/local/x11r5/include
5324 /usr/lpp/Xamples/include
5325
5326 /usr/openwin/include
5327 /usr/openwin/share/include'
5328
5329 if test "$ac_x_includes" = no; then
5330 # Guess where to find include files, by looking for a specified header file.
5331 # First, try using that file with no special directory specified.
5332 cat >conftest.$ac_ext <<_ACEOF
5333 /* confdefs.h. */
5334 _ACEOF
5335 cat confdefs.h >>conftest.$ac_ext
5336 cat >>conftest.$ac_ext <<_ACEOF
5337 /* end confdefs.h. */
5338 #include <X11/Xlib.h>
5339 _ACEOF
5340 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5341 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5342 ac_status=$?
5343 grep -v '^ *+' conftest.er1 >conftest.err
5344 rm -f conftest.er1
5345 cat conftest.err >&5
5346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347 (exit $ac_status); } >/dev/null; then
5348 if test -s conftest.err; then
5349 ac_cpp_err=$ac_cxx_preproc_warn_flag
5350 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5351 else
5352 ac_cpp_err=
5353 fi
5354 else
5355 ac_cpp_err=yes
5356 fi
5357 if test -z "$ac_cpp_err"; then
5358 # We can compile using X headers with no special include directory.
5359 ac_x_includes=
5360 else
5361 echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5363
5364 for ac_dir in $ac_x_header_dirs; do
5365 if test -r "$ac_dir/X11/Xlib.h"; then
5366 ac_x_includes=$ac_dir
5367 break
5368 fi
5369 done
5370 fi
5371 rm -f conftest.err conftest.$ac_ext
5372 fi # $ac_x_includes = no
5373
5374 if test "$ac_x_libraries" = no; then
5375 # Check for the libraries.
5376 # See if we find them without any special options.
5377 # Don't add to $LIBS permanently.
5378 ac_save_LIBS=$LIBS
5379 LIBS="-lX11 $LIBS"
5380 cat >conftest.$ac_ext <<_ACEOF
5381 /* confdefs.h. */
5382 _ACEOF
5383 cat confdefs.h >>conftest.$ac_ext
5384 cat >>conftest.$ac_ext <<_ACEOF
5385 /* end confdefs.h. */
5386 #include <X11/Xlib.h>
5387 int
5388 main ()
5389 {
5390 XrmInitialize ()
5391 ;
5392 return 0;
5393 }
5394 _ACEOF
5395 rm -f conftest.$ac_objext conftest$ac_exeext
5396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5397 (eval $ac_link) 2>conftest.er1
5398 ac_status=$?
5399 grep -v '^ *+' conftest.er1 >conftest.err
5400 rm -f conftest.er1
5401 cat conftest.err >&5
5402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5403 (exit $ac_status); } &&
5404 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5406 (eval $ac_try) 2>&5
5407 ac_status=$?
5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409 (exit $ac_status); }; } &&
5410 { ac_try='test -s conftest$ac_exeext'
5411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5412 (eval $ac_try) 2>&5
5413 ac_status=$?
5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415 (exit $ac_status); }; }; then
5416 LIBS=$ac_save_LIBS
5417 # We can link X programs with no special library path.
5418 ac_x_libraries=
5419 else
5420 echo "$as_me: failed program was:" >&5
5421 sed 's/^/| /' conftest.$ac_ext >&5
5422
5423 LIBS=$ac_save_LIBS
5424 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5425 do
5426 # Don't even attempt the hair of trying to link an X program!
5427 for ac_extension in a so sl; do
5428 if test -r $ac_dir/libX11.$ac_extension; then
5429 ac_x_libraries=$ac_dir
5430 break 2
5431 fi
5432 done
5433 done
5434 fi
5435 rm -f conftest.err conftest.$ac_objext \
5436 conftest$ac_exeext conftest.$ac_ext
5437 fi # $ac_x_libraries = no
5438
5439 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5440 # Didn't find X anywhere. Cache the known absence of X.
5441 ac_cv_have_x="have_x=no"
5442 else
5443 # Record where we found X for the cache.
5444 ac_cv_have_x="have_x=yes \
5445 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5446 fi
5447 fi
5448
5449 fi
5450 eval "$ac_cv_have_x"
5451 fi # $with_x != no
5452
5453 if test "$have_x" != yes; then
5454 echo "$as_me:$LINENO: result: $have_x" >&5
5455 echo "${ECHO_T}$have_x" >&6
5456 no_x=yes
5457 else
5458 # If each of the values was on the command line, it overrides each guess.
5459 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5460 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5461 # Update the cache value to reflect the command line values.
5462 ac_cv_have_x="have_x=yes \
5463 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5464 # It might be that x_includes is empty (headers are found in the
5465 # standard search path. Then output the corresponding message
5466 ac_out_x_includes=$x_includes
5467 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5468 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
5469 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
5470 fi
5471
5472 fi
5473 if test "$no_x" = yes; then
5474 # Not all programs may use this symbol, but it does not hurt to define it.
5475
5476 cat >>confdefs.h <<\_ACEOF
5477 #define X_DISPLAY_MISSING 1
5478 _ACEOF
5479
5480 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5481 else
5482 if test -n "$x_includes"; then
5483 X_CFLAGS="$X_CFLAGS -I$x_includes"
5484 fi
5485
5486 # It would also be nice to do this for all -L options, not just this one.
5487 if test -n "$x_libraries"; then
5488 X_LIBS="$X_LIBS -L$x_libraries"
5489 # For Solaris; some versions of Sun CC require a space after -R and
5490 # others require no space. Words are not sufficient . . . .
5491 case `(uname -sr) 2>/dev/null` in
5492 "SunOS 5"*)
5493 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5494 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5495 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5496 cat >conftest.$ac_ext <<_ACEOF
5497 /* confdefs.h. */
5498 _ACEOF
5499 cat confdefs.h >>conftest.$ac_ext
5500 cat >>conftest.$ac_ext <<_ACEOF
5501 /* end confdefs.h. */
5502
5503 int
5504 main ()
5505 {
5506
5507 ;
5508 return 0;
5509 }
5510 _ACEOF
5511 rm -f conftest.$ac_objext conftest$ac_exeext
5512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5513 (eval $ac_link) 2>conftest.er1
5514 ac_status=$?
5515 grep -v '^ *+' conftest.er1 >conftest.err
5516 rm -f conftest.er1
5517 cat conftest.err >&5
5518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5519 (exit $ac_status); } &&
5520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5522 (eval $ac_try) 2>&5
5523 ac_status=$?
5524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525 (exit $ac_status); }; } &&
5526 { ac_try='test -s conftest$ac_exeext'
5527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5528 (eval $ac_try) 2>&5
5529 ac_status=$?
5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); }; }; then
5532 ac_R_nospace=yes
5533 else
5534 echo "$as_me: failed program was:" >&5
5535 sed 's/^/| /' conftest.$ac_ext >&5
5536
5537 ac_R_nospace=no
5538 fi
5539 rm -f conftest.err conftest.$ac_objext \
5540 conftest$ac_exeext conftest.$ac_ext
5541 if test $ac_R_nospace = yes; then
5542 echo "$as_me:$LINENO: result: no" >&5
5543 echo "${ECHO_T}no" >&6
5544 X_LIBS="$X_LIBS -R$x_libraries"
5545 else
5546 LIBS="$ac_xsave_LIBS -R $x_libraries"
5547 cat >conftest.$ac_ext <<_ACEOF
5548 /* confdefs.h. */
5549 _ACEOF
5550 cat confdefs.h >>conftest.$ac_ext
5551 cat >>conftest.$ac_ext <<_ACEOF
5552 /* end confdefs.h. */
5553
5554 int
5555 main ()
5556 {
5557
5558 ;
5559 return 0;
5560 }
5561 _ACEOF
5562 rm -f conftest.$ac_objext conftest$ac_exeext
5563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5564 (eval $ac_link) 2>conftest.er1
5565 ac_status=$?
5566 grep -v '^ *+' conftest.er1 >conftest.err
5567 rm -f conftest.er1
5568 cat conftest.err >&5
5569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570 (exit $ac_status); } &&
5571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5573 (eval $ac_try) 2>&5
5574 ac_status=$?
5575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5576 (exit $ac_status); }; } &&
5577 { ac_try='test -s conftest$ac_exeext'
5578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5579 (eval $ac_try) 2>&5
5580 ac_status=$?
5581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5582 (exit $ac_status); }; }; then
5583 ac_R_space=yes
5584 else
5585 echo "$as_me: failed program was:" >&5
5586 sed 's/^/| /' conftest.$ac_ext >&5
5587
5588 ac_R_space=no
5589 fi
5590 rm -f conftest.err conftest.$ac_objext \
5591 conftest$ac_exeext conftest.$ac_ext
5592 if test $ac_R_space = yes; then
5593 echo "$as_me:$LINENO: result: yes" >&5
5594 echo "${ECHO_T}yes" >&6
5595 X_LIBS="$X_LIBS -R $x_libraries"
5596 else
5597 echo "$as_me:$LINENO: result: neither works" >&5
5598 echo "${ECHO_T}neither works" >&6
5599 fi
5600 fi
5601 LIBS=$ac_xsave_LIBS
5602 esac
5603 fi
5604
5605 # Check for system-dependent libraries X programs must link with.
5606 # Do this before checking for the system-independent R6 libraries
5607 # (-lICE), since we may need -lsocket or whatever for X linking.
5608
5609 if test "$ISC" = yes; then
5610 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5611 else
5612 # Martyn Johnson says this is needed for Ultrix, if the X
5613 # libraries were built with DECnet support. And Karl Berry says
5614 # the Alpha needs dnet_stub (dnet does not exist).
5615 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5616 cat >conftest.$ac_ext <<_ACEOF
5617 /* confdefs.h. */
5618 _ACEOF
5619 cat confdefs.h >>conftest.$ac_ext
5620 cat >>conftest.$ac_ext <<_ACEOF
5621 /* end confdefs.h. */
5622
5623 /* Override any gcc2 internal prototype to avoid an error. */
5624 #ifdef __cplusplus
5625 extern "C"
5626 #endif
5627 /* We use char because int might match the return type of a gcc2
5628 builtin and then its argument prototype would still apply. */
5629 char XOpenDisplay ();
5630 int
5631 main ()
5632 {
5633 XOpenDisplay ();
5634 ;
5635 return 0;
5636 }
5637 _ACEOF
5638 rm -f conftest.$ac_objext conftest$ac_exeext
5639 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5640 (eval $ac_link) 2>conftest.er1
5641 ac_status=$?
5642 grep -v '^ *+' conftest.er1 >conftest.err
5643 rm -f conftest.er1
5644 cat conftest.err >&5
5645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646 (exit $ac_status); } &&
5647 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5649 (eval $ac_try) 2>&5
5650 ac_status=$?
5651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652 (exit $ac_status); }; } &&
5653 { ac_try='test -s conftest$ac_exeext'
5654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5655 (eval $ac_try) 2>&5
5656 ac_status=$?
5657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658 (exit $ac_status); }; }; then
5659 :
5660 else
5661 echo "$as_me: failed program was:" >&5
5662 sed 's/^/| /' conftest.$ac_ext >&5
5663
5664 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5665 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5666 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5667 echo $ECHO_N "(cached) $ECHO_C" >&6
5668 else
5669 ac_check_lib_save_LIBS=$LIBS
5670 LIBS="-ldnet $LIBS"
5671 cat >conftest.$ac_ext <<_ACEOF
5672 /* confdefs.h. */
5673 _ACEOF
5674 cat confdefs.h >>conftest.$ac_ext
5675 cat >>conftest.$ac_ext <<_ACEOF
5676 /* end confdefs.h. */
5677
5678 /* Override any gcc2 internal prototype to avoid an error. */
5679 #ifdef __cplusplus
5680 extern "C"
5681 #endif
5682 /* We use char because int might match the return type of a gcc2
5683 builtin and then its argument prototype would still apply. */
5684 char dnet_ntoa ();
5685 int
5686 main ()
5687 {
5688 dnet_ntoa ();
5689 ;
5690 return 0;
5691 }
5692 _ACEOF
5693 rm -f conftest.$ac_objext conftest$ac_exeext
5694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5695 (eval $ac_link) 2>conftest.er1
5696 ac_status=$?
5697 grep -v '^ *+' conftest.er1 >conftest.err
5698 rm -f conftest.er1
5699 cat conftest.err >&5
5700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5701 (exit $ac_status); } &&
5702 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5704 (eval $ac_try) 2>&5
5705 ac_status=$?
5706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5707 (exit $ac_status); }; } &&
5708 { ac_try='test -s conftest$ac_exeext'
5709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5710 (eval $ac_try) 2>&5
5711 ac_status=$?
5712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713 (exit $ac_status); }; }; then
5714 ac_cv_lib_dnet_dnet_ntoa=yes
5715 else
5716 echo "$as_me: failed program was:" >&5
5717 sed 's/^/| /' conftest.$ac_ext >&5
5718
5719 ac_cv_lib_dnet_dnet_ntoa=no
5720 fi
5721 rm -f conftest.err conftest.$ac_objext \
5722 conftest$ac_exeext conftest.$ac_ext
5723 LIBS=$ac_check_lib_save_LIBS
5724 fi
5725 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5726 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5727 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5728 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5729 fi
5730
5731 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5732 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5733 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5734 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5735 echo $ECHO_N "(cached) $ECHO_C" >&6
5736 else
5737 ac_check_lib_save_LIBS=$LIBS
5738 LIBS="-ldnet_stub $LIBS"
5739 cat >conftest.$ac_ext <<_ACEOF
5740 /* confdefs.h. */
5741 _ACEOF
5742 cat confdefs.h >>conftest.$ac_ext
5743 cat >>conftest.$ac_ext <<_ACEOF
5744 /* end confdefs.h. */
5745
5746 /* Override any gcc2 internal prototype to avoid an error. */
5747 #ifdef __cplusplus
5748 extern "C"
5749 #endif
5750 /* We use char because int might match the return type of a gcc2
5751 builtin and then its argument prototype would still apply. */
5752 char dnet_ntoa ();
5753 int
5754 main ()
5755 {
5756 dnet_ntoa ();
5757 ;
5758 return 0;
5759 }
5760 _ACEOF
5761 rm -f conftest.$ac_objext conftest$ac_exeext
5762 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5763 (eval $ac_link) 2>conftest.er1
5764 ac_status=$?
5765 grep -v '^ *+' conftest.er1 >conftest.err
5766 rm -f conftest.er1
5767 cat conftest.err >&5
5768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5769 (exit $ac_status); } &&
5770 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5772 (eval $ac_try) 2>&5
5773 ac_status=$?
5774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5775 (exit $ac_status); }; } &&
5776 { ac_try='test -s conftest$ac_exeext'
5777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5778 (eval $ac_try) 2>&5
5779 ac_status=$?
5780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781 (exit $ac_status); }; }; then
5782 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5783 else
5784 echo "$as_me: failed program was:" >&5
5785 sed 's/^/| /' conftest.$ac_ext >&5
5786
5787 ac_cv_lib_dnet_stub_dnet_ntoa=no
5788 fi
5789 rm -f conftest.err conftest.$ac_objext \
5790 conftest$ac_exeext conftest.$ac_ext
5791 LIBS=$ac_check_lib_save_LIBS
5792 fi
5793 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5794 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5795 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5796 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5797 fi
5798
5799 fi
5800 fi
5801 rm -f conftest.err conftest.$ac_objext \
5802 conftest$ac_exeext conftest.$ac_ext
5803 LIBS="$ac_xsave_LIBS"
5804
5805 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5806 # to get the SysV transport functions.
5807 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5808 # needs -lnsl.
5809 # The nsl library prevents programs from opening the X display
5810 # on Irix 5.2, according to T.E. Dickey.
5811 # The functions gethostbyname, getservbyname, and inet_addr are
5812 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5813 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5814 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5815 if test "${ac_cv_func_gethostbyname+set}" = set; then
5816 echo $ECHO_N "(cached) $ECHO_C" >&6
5817 else
5818 cat >conftest.$ac_ext <<_ACEOF
5819 /* confdefs.h. */
5820 _ACEOF
5821 cat confdefs.h >>conftest.$ac_ext
5822 cat >>conftest.$ac_ext <<_ACEOF
5823 /* end confdefs.h. */
5824 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5825 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5826 #define gethostbyname innocuous_gethostbyname
5827
5828 /* System header to define __stub macros and hopefully few prototypes,
5829 which can conflict with char gethostbyname (); below.
5830 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5831 <limits.h> exists even on freestanding compilers. */
5832
5833 #ifdef __STDC__
5834 # include <limits.h>
5835 #else
5836 # include <assert.h>
5837 #endif
5838
5839 #undef gethostbyname
5840
5841 /* Override any gcc2 internal prototype to avoid an error. */
5842 #ifdef __cplusplus
5843 extern "C"
5844 {
5845 #endif
5846 /* We use char because int might match the return type of a gcc2
5847 builtin and then its argument prototype would still apply. */
5848 char gethostbyname ();
5849 /* The GNU C library defines this for functions which it implements
5850 to always fail with ENOSYS. Some functions are actually named
5851 something starting with __ and the normal name is an alias. */
5852 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5853 choke me
5854 #else
5855 char (*f) () = gethostbyname;
5856 #endif
5857 #ifdef __cplusplus
5858 }
5859 #endif
5860
5861 int
5862 main ()
5863 {
5864 return f != gethostbyname;
5865 ;
5866 return 0;
5867 }
5868 _ACEOF
5869 rm -f conftest.$ac_objext conftest$ac_exeext
5870 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5871 (eval $ac_link) 2>conftest.er1
5872 ac_status=$?
5873 grep -v '^ *+' conftest.er1 >conftest.err
5874 rm -f conftest.er1
5875 cat conftest.err >&5
5876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5877 (exit $ac_status); } &&
5878 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5880 (eval $ac_try) 2>&5
5881 ac_status=$?
5882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5883 (exit $ac_status); }; } &&
5884 { ac_try='test -s conftest$ac_exeext'
5885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5886 (eval $ac_try) 2>&5
5887 ac_status=$?
5888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5889 (exit $ac_status); }; }; then
5890 ac_cv_func_gethostbyname=yes
5891 else
5892 echo "$as_me: failed program was:" >&5
5893 sed 's/^/| /' conftest.$ac_ext >&5
5894
5895 ac_cv_func_gethostbyname=no
5896 fi
5897 rm -f conftest.err conftest.$ac_objext \
5898 conftest$ac_exeext conftest.$ac_ext
5899 fi
5900 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5901 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5902
5903 if test $ac_cv_func_gethostbyname = no; then
5904 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5905 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5906 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5907 echo $ECHO_N "(cached) $ECHO_C" >&6
5908 else
5909 ac_check_lib_save_LIBS=$LIBS
5910 LIBS="-lnsl $LIBS"
5911 cat >conftest.$ac_ext <<_ACEOF
5912 /* confdefs.h. */
5913 _ACEOF
5914 cat confdefs.h >>conftest.$ac_ext
5915 cat >>conftest.$ac_ext <<_ACEOF
5916 /* end confdefs.h. */
5917
5918 /* Override any gcc2 internal prototype to avoid an error. */
5919 #ifdef __cplusplus
5920 extern "C"
5921 #endif
5922 /* We use char because int might match the return type of a gcc2
5923 builtin and then its argument prototype would still apply. */
5924 char gethostbyname ();
5925 int
5926 main ()
5927 {
5928 gethostbyname ();
5929 ;
5930 return 0;
5931 }
5932 _ACEOF
5933 rm -f conftest.$ac_objext conftest$ac_exeext
5934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5935 (eval $ac_link) 2>conftest.er1
5936 ac_status=$?
5937 grep -v '^ *+' conftest.er1 >conftest.err
5938 rm -f conftest.er1
5939 cat conftest.err >&5
5940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5941 (exit $ac_status); } &&
5942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5944 (eval $ac_try) 2>&5
5945 ac_status=$?
5946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5947 (exit $ac_status); }; } &&
5948 { ac_try='test -s conftest$ac_exeext'
5949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5950 (eval $ac_try) 2>&5
5951 ac_status=$?
5952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953 (exit $ac_status); }; }; then
5954 ac_cv_lib_nsl_gethostbyname=yes
5955 else
5956 echo "$as_me: failed program was:" >&5
5957 sed 's/^/| /' conftest.$ac_ext >&5
5958
5959 ac_cv_lib_nsl_gethostbyname=no
5960 fi
5961 rm -f conftest.err conftest.$ac_objext \
5962 conftest$ac_exeext conftest.$ac_ext
5963 LIBS=$ac_check_lib_save_LIBS
5964 fi
5965 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5966 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5967 if test $ac_cv_lib_nsl_gethostbyname = yes; then
5968 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5969 fi
5970
5971 if test $ac_cv_lib_nsl_gethostbyname = no; then
5972 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5973 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5974 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5975 echo $ECHO_N "(cached) $ECHO_C" >&6
5976 else
5977 ac_check_lib_save_LIBS=$LIBS
5978 LIBS="-lbsd $LIBS"
5979 cat >conftest.$ac_ext <<_ACEOF
5980 /* confdefs.h. */
5981 _ACEOF
5982 cat confdefs.h >>conftest.$ac_ext
5983 cat >>conftest.$ac_ext <<_ACEOF
5984 /* end confdefs.h. */
5985
5986 /* Override any gcc2 internal prototype to avoid an error. */
5987 #ifdef __cplusplus
5988 extern "C"
5989 #endif
5990 /* We use char because int might match the return type of a gcc2
5991 builtin and then its argument prototype would still apply. */
5992 char gethostbyname ();
5993 int
5994 main ()
5995 {
5996 gethostbyname ();
5997 ;
5998 return 0;
5999 }
6000 _ACEOF
6001 rm -f conftest.$ac_objext conftest$ac_exeext
6002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6003 (eval $ac_link) 2>conftest.er1
6004 ac_status=$?
6005 grep -v '^ *+' conftest.er1 >conftest.err
6006 rm -f conftest.er1
6007 cat conftest.err >&5
6008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 (exit $ac_status); } &&
6010 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6012 (eval $ac_try) 2>&5
6013 ac_status=$?
6014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015 (exit $ac_status); }; } &&
6016 { ac_try='test -s conftest$ac_exeext'
6017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018 (eval $ac_try) 2>&5
6019 ac_status=$?
6020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6021 (exit $ac_status); }; }; then
6022 ac_cv_lib_bsd_gethostbyname=yes
6023 else
6024 echo "$as_me: failed program was:" >&5
6025 sed 's/^/| /' conftest.$ac_ext >&5
6026
6027 ac_cv_lib_bsd_gethostbyname=no
6028 fi
6029 rm -f conftest.err conftest.$ac_objext \
6030 conftest$ac_exeext conftest.$ac_ext
6031 LIBS=$ac_check_lib_save_LIBS
6032 fi
6033 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6034 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6035 if test $ac_cv_lib_bsd_gethostbyname = yes; then
6036 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6037 fi
6038
6039 fi
6040 fi
6041
6042 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6043 # socket/setsockopt and other routines are undefined under SCO ODT
6044 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6045 # on later versions), says Simon Leinen: it contains gethostby*
6046 # variants that don't use the name server (or something). -lsocket
6047 # must be given before -lnsl if both are needed. We assume that
6048 # if connect needs -lnsl, so does gethostbyname.
6049 echo "$as_me:$LINENO: checking for connect" >&5
6050 echo $ECHO_N "checking for connect... $ECHO_C" >&6
6051 if test "${ac_cv_func_connect+set}" = set; then
6052 echo $ECHO_N "(cached) $ECHO_C" >&6
6053 else
6054 cat >conftest.$ac_ext <<_ACEOF
6055 /* confdefs.h. */
6056 _ACEOF
6057 cat confdefs.h >>conftest.$ac_ext
6058 cat >>conftest.$ac_ext <<_ACEOF
6059 /* end confdefs.h. */
6060 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
6061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6062 #define connect innocuous_connect
6063
6064 /* System header to define __stub macros and hopefully few prototypes,
6065 which can conflict with char connect (); below.
6066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6067 <limits.h> exists even on freestanding compilers. */
6068
6069 #ifdef __STDC__
6070 # include <limits.h>
6071 #else
6072 # include <assert.h>
6073 #endif
6074
6075 #undef connect
6076
6077 /* Override any gcc2 internal prototype to avoid an error. */
6078 #ifdef __cplusplus
6079 extern "C"
6080 {
6081 #endif
6082 /* We use char because int might match the return type of a gcc2
6083 builtin and then its argument prototype would still apply. */
6084 char connect ();
6085 /* The GNU C library defines this for functions which it implements
6086 to always fail with ENOSYS. Some functions are actually named
6087 something starting with __ and the normal name is an alias. */
6088 #if defined (__stub_connect) || defined (__stub___connect)
6089 choke me
6090 #else
6091 char (*f) () = connect;
6092 #endif
6093 #ifdef __cplusplus
6094 }
6095 #endif
6096
6097 int
6098 main ()
6099 {
6100 return f != connect;
6101 ;
6102 return 0;
6103 }
6104 _ACEOF
6105 rm -f conftest.$ac_objext conftest$ac_exeext
6106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6107 (eval $ac_link) 2>conftest.er1
6108 ac_status=$?
6109 grep -v '^ *+' conftest.er1 >conftest.err
6110 rm -f conftest.er1
6111 cat conftest.err >&5
6112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6113 (exit $ac_status); } &&
6114 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6116 (eval $ac_try) 2>&5
6117 ac_status=$?
6118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6119 (exit $ac_status); }; } &&
6120 { ac_try='test -s conftest$ac_exeext'
6121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122 (eval $ac_try) 2>&5
6123 ac_status=$?
6124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125 (exit $ac_status); }; }; then
6126 ac_cv_func_connect=yes
6127 else
6128 echo "$as_me: failed program was:" >&5
6129 sed 's/^/| /' conftest.$ac_ext >&5
6130
6131 ac_cv_func_connect=no
6132 fi
6133 rm -f conftest.err conftest.$ac_objext \
6134 conftest$ac_exeext conftest.$ac_ext
6135 fi
6136 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6137 echo "${ECHO_T}$ac_cv_func_connect" >&6
6138
6139 if test $ac_cv_func_connect = no; then
6140 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6141 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6142 if test "${ac_cv_lib_socket_connect+set}" = set; then
6143 echo $ECHO_N "(cached) $ECHO_C" >&6
6144 else
6145 ac_check_lib_save_LIBS=$LIBS
6146 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6147 cat >conftest.$ac_ext <<_ACEOF
6148 /* confdefs.h. */
6149 _ACEOF
6150 cat confdefs.h >>conftest.$ac_ext
6151 cat >>conftest.$ac_ext <<_ACEOF
6152 /* end confdefs.h. */
6153
6154 /* Override any gcc2 internal prototype to avoid an error. */
6155 #ifdef __cplusplus
6156 extern "C"
6157 #endif
6158 /* We use char because int might match the return type of a gcc2
6159 builtin and then its argument prototype would still apply. */
6160 char connect ();
6161 int
6162 main ()
6163 {
6164 connect ();
6165 ;
6166 return 0;
6167 }
6168 _ACEOF
6169 rm -f conftest.$ac_objext conftest$ac_exeext
6170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6171 (eval $ac_link) 2>conftest.er1
6172 ac_status=$?
6173 grep -v '^ *+' conftest.er1 >conftest.err
6174 rm -f conftest.er1
6175 cat conftest.err >&5
6176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6177 (exit $ac_status); } &&
6178 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6180 (eval $ac_try) 2>&5
6181 ac_status=$?
6182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6183 (exit $ac_status); }; } &&
6184 { ac_try='test -s conftest$ac_exeext'
6185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6186 (eval $ac_try) 2>&5
6187 ac_status=$?
6188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189 (exit $ac_status); }; }; then
6190 ac_cv_lib_socket_connect=yes
6191 else
6192 echo "$as_me: failed program was:" >&5
6193 sed 's/^/| /' conftest.$ac_ext >&5
6194
6195 ac_cv_lib_socket_connect=no
6196 fi
6197 rm -f conftest.err conftest.$ac_objext \
6198 conftest$ac_exeext conftest.$ac_ext
6199 LIBS=$ac_check_lib_save_LIBS
6200 fi
6201 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6202 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6203 if test $ac_cv_lib_socket_connect = yes; then
6204 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6205 fi
6206
6207 fi
6208
6209 # Guillermo Gomez says -lposix is necessary on A/UX.
6210 echo "$as_me:$LINENO: checking for remove" >&5
6211 echo $ECHO_N "checking for remove... $ECHO_C" >&6
6212 if test "${ac_cv_func_remove+set}" = set; then
6213 echo $ECHO_N "(cached) $ECHO_C" >&6
6214 else
6215 cat >conftest.$ac_ext <<_ACEOF
6216 /* confdefs.h. */
6217 _ACEOF
6218 cat confdefs.h >>conftest.$ac_ext
6219 cat >>conftest.$ac_ext <<_ACEOF
6220 /* end confdefs.h. */
6221 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6222 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6223 #define remove innocuous_remove
6224
6225 /* System header to define __stub macros and hopefully few prototypes,
6226 which can conflict with char remove (); below.
6227 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6228 <limits.h> exists even on freestanding compilers. */
6229
6230 #ifdef __STDC__
6231 # include <limits.h>
6232 #else
6233 # include <assert.h>
6234 #endif
6235
6236 #undef remove
6237
6238 /* Override any gcc2 internal prototype to avoid an error. */
6239 #ifdef __cplusplus
6240 extern "C"
6241 {
6242 #endif
6243 /* We use char because int might match the return type of a gcc2
6244 builtin and then its argument prototype would still apply. */
6245 char remove ();
6246 /* The GNU C library defines this for functions which it implements
6247 to always fail with ENOSYS. Some functions are actually named
6248 something starting with __ and the normal name is an alias. */
6249 #if defined (__stub_remove) || defined (__stub___remove)
6250 choke me
6251 #else
6252 char (*f) () = remove;
6253 #endif
6254 #ifdef __cplusplus
6255 }
6256 #endif
6257
6258 int
6259 main ()
6260 {
6261 return f != remove;
6262 ;
6263 return 0;
6264 }
6265 _ACEOF
6266 rm -f conftest.$ac_objext conftest$ac_exeext
6267 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6268 (eval $ac_link) 2>conftest.er1
6269 ac_status=$?
6270 grep -v '^ *+' conftest.er1 >conftest.err
6271 rm -f conftest.er1
6272 cat conftest.err >&5
6273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6274 (exit $ac_status); } &&
6275 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6277 (eval $ac_try) 2>&5
6278 ac_status=$?
6279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6280 (exit $ac_status); }; } &&
6281 { ac_try='test -s conftest$ac_exeext'
6282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6283 (eval $ac_try) 2>&5
6284 ac_status=$?
6285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6286 (exit $ac_status); }; }; then
6287 ac_cv_func_remove=yes
6288 else
6289 echo "$as_me: failed program was:" >&5
6290 sed 's/^/| /' conftest.$ac_ext >&5
6291
6292 ac_cv_func_remove=no
6293 fi
6294 rm -f conftest.err conftest.$ac_objext \
6295 conftest$ac_exeext conftest.$ac_ext
6296 fi
6297 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6298 echo "${ECHO_T}$ac_cv_func_remove" >&6
6299
6300 if test $ac_cv_func_remove = no; then
6301 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6302 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6303 if test "${ac_cv_lib_posix_remove+set}" = set; then
6304 echo $ECHO_N "(cached) $ECHO_C" >&6
6305 else
6306 ac_check_lib_save_LIBS=$LIBS
6307 LIBS="-lposix $LIBS"
6308 cat >conftest.$ac_ext <<_ACEOF
6309 /* confdefs.h. */
6310 _ACEOF
6311 cat confdefs.h >>conftest.$ac_ext
6312 cat >>conftest.$ac_ext <<_ACEOF
6313 /* end confdefs.h. */
6314
6315 /* Override any gcc2 internal prototype to avoid an error. */
6316 #ifdef __cplusplus
6317 extern "C"
6318 #endif
6319 /* We use char because int might match the return type of a gcc2
6320 builtin and then its argument prototype would still apply. */
6321 char remove ();
6322 int
6323 main ()
6324 {
6325 remove ();
6326 ;
6327 return 0;
6328 }
6329 _ACEOF
6330 rm -f conftest.$ac_objext conftest$ac_exeext
6331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6332 (eval $ac_link) 2>conftest.er1
6333 ac_status=$?
6334 grep -v '^ *+' conftest.er1 >conftest.err
6335 rm -f conftest.er1
6336 cat conftest.err >&5
6337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338 (exit $ac_status); } &&
6339 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6341 (eval $ac_try) 2>&5
6342 ac_status=$?
6343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6344 (exit $ac_status); }; } &&
6345 { ac_try='test -s conftest$ac_exeext'
6346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6347 (eval $ac_try) 2>&5
6348 ac_status=$?
6349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350 (exit $ac_status); }; }; then
6351 ac_cv_lib_posix_remove=yes
6352 else
6353 echo "$as_me: failed program was:" >&5
6354 sed 's/^/| /' conftest.$ac_ext >&5
6355
6356 ac_cv_lib_posix_remove=no
6357 fi
6358 rm -f conftest.err conftest.$ac_objext \
6359 conftest$ac_exeext conftest.$ac_ext
6360 LIBS=$ac_check_lib_save_LIBS
6361 fi
6362 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6363 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6364 if test $ac_cv_lib_posix_remove = yes; then
6365 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6366 fi
6367
6368 fi
6369
6370 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6371 echo "$as_me:$LINENO: checking for shmat" >&5
6372 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6373 if test "${ac_cv_func_shmat+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376 cat >conftest.$ac_ext <<_ACEOF
6377 /* confdefs.h. */
6378 _ACEOF
6379 cat confdefs.h >>conftest.$ac_ext
6380 cat >>conftest.$ac_ext <<_ACEOF
6381 /* end confdefs.h. */
6382 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6384 #define shmat innocuous_shmat
6385
6386 /* System header to define __stub macros and hopefully few prototypes,
6387 which can conflict with char shmat (); below.
6388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6389 <limits.h> exists even on freestanding compilers. */
6390
6391 #ifdef __STDC__
6392 # include <limits.h>
6393 #else
6394 # include <assert.h>
6395 #endif
6396
6397 #undef shmat
6398
6399 /* Override any gcc2 internal prototype to avoid an error. */
6400 #ifdef __cplusplus
6401 extern "C"
6402 {
6403 #endif
6404 /* We use char because int might match the return type of a gcc2
6405 builtin and then its argument prototype would still apply. */
6406 char shmat ();
6407 /* The GNU C library defines this for functions which it implements
6408 to always fail with ENOSYS. Some functions are actually named
6409 something starting with __ and the normal name is an alias. */
6410 #if defined (__stub_shmat) || defined (__stub___shmat)
6411 choke me
6412 #else
6413 char (*f) () = shmat;
6414 #endif
6415 #ifdef __cplusplus
6416 }
6417 #endif
6418
6419 int
6420 main ()
6421 {
6422 return f != shmat;
6423 ;
6424 return 0;
6425 }
6426 _ACEOF
6427 rm -f conftest.$ac_objext conftest$ac_exeext
6428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6429 (eval $ac_link) 2>conftest.er1
6430 ac_status=$?
6431 grep -v '^ *+' conftest.er1 >conftest.err
6432 rm -f conftest.er1
6433 cat conftest.err >&5
6434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6435 (exit $ac_status); } &&
6436 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6438 (eval $ac_try) 2>&5
6439 ac_status=$?
6440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441 (exit $ac_status); }; } &&
6442 { ac_try='test -s conftest$ac_exeext'
6443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6444 (eval $ac_try) 2>&5
6445 ac_status=$?
6446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); }; }; then
6448 ac_cv_func_shmat=yes
6449 else
6450 echo "$as_me: failed program was:" >&5
6451 sed 's/^/| /' conftest.$ac_ext >&5
6452
6453 ac_cv_func_shmat=no
6454 fi
6455 rm -f conftest.err conftest.$ac_objext \
6456 conftest$ac_exeext conftest.$ac_ext
6457 fi
6458 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6459 echo "${ECHO_T}$ac_cv_func_shmat" >&6
6460
6461 if test $ac_cv_func_shmat = no; then
6462 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6463 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6464 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467 ac_check_lib_save_LIBS=$LIBS
6468 LIBS="-lipc $LIBS"
6469 cat >conftest.$ac_ext <<_ACEOF
6470 /* confdefs.h. */
6471 _ACEOF
6472 cat confdefs.h >>conftest.$ac_ext
6473 cat >>conftest.$ac_ext <<_ACEOF
6474 /* end confdefs.h. */
6475
6476 /* Override any gcc2 internal prototype to avoid an error. */
6477 #ifdef __cplusplus
6478 extern "C"
6479 #endif
6480 /* We use char because int might match the return type of a gcc2
6481 builtin and then its argument prototype would still apply. */
6482 char shmat ();
6483 int
6484 main ()
6485 {
6486 shmat ();
6487 ;
6488 return 0;
6489 }
6490 _ACEOF
6491 rm -f conftest.$ac_objext conftest$ac_exeext
6492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6493 (eval $ac_link) 2>conftest.er1
6494 ac_status=$?
6495 grep -v '^ *+' conftest.er1 >conftest.err
6496 rm -f conftest.er1
6497 cat conftest.err >&5
6498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6499 (exit $ac_status); } &&
6500 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6502 (eval $ac_try) 2>&5
6503 ac_status=$?
6504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505 (exit $ac_status); }; } &&
6506 { ac_try='test -s conftest$ac_exeext'
6507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508 (eval $ac_try) 2>&5
6509 ac_status=$?
6510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511 (exit $ac_status); }; }; then
6512 ac_cv_lib_ipc_shmat=yes
6513 else
6514 echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.$ac_ext >&5
6516
6517 ac_cv_lib_ipc_shmat=no
6518 fi
6519 rm -f conftest.err conftest.$ac_objext \
6520 conftest$ac_exeext conftest.$ac_ext
6521 LIBS=$ac_check_lib_save_LIBS
6522 fi
6523 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6524 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6525 if test $ac_cv_lib_ipc_shmat = yes; then
6526 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6527 fi
6528
6529 fi
6530 fi
6531
6532 # Check for libraries that X11R6 Xt/Xaw programs need.
6533 ac_save_LDFLAGS=$LDFLAGS
6534 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6535 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6536 # check for ICE first), but we must link in the order -lSM -lICE or
6537 # we get undefined symbols. So assume we have SM if we have ICE.
6538 # These have to be linked with before -lX11, unlike the other
6539 # libraries we check for below, so use a different variable.
6540 # John Interrante, Karl Berry
6541 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6542 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6543 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6544 echo $ECHO_N "(cached) $ECHO_C" >&6
6545 else
6546 ac_check_lib_save_LIBS=$LIBS
6547 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6548 cat >conftest.$ac_ext <<_ACEOF
6549 /* confdefs.h. */
6550 _ACEOF
6551 cat confdefs.h >>conftest.$ac_ext
6552 cat >>conftest.$ac_ext <<_ACEOF
6553 /* end confdefs.h. */
6554
6555 /* Override any gcc2 internal prototype to avoid an error. */
6556 #ifdef __cplusplus
6557 extern "C"
6558 #endif
6559 /* We use char because int might match the return type of a gcc2
6560 builtin and then its argument prototype would still apply. */
6561 char IceConnectionNumber ();
6562 int
6563 main ()
6564 {
6565 IceConnectionNumber ();
6566 ;
6567 return 0;
6568 }
6569 _ACEOF
6570 rm -f conftest.$ac_objext conftest$ac_exeext
6571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6572 (eval $ac_link) 2>conftest.er1
6573 ac_status=$?
6574 grep -v '^ *+' conftest.er1 >conftest.err
6575 rm -f conftest.er1
6576 cat conftest.err >&5
6577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6578 (exit $ac_status); } &&
6579 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6581 (eval $ac_try) 2>&5
6582 ac_status=$?
6583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584 (exit $ac_status); }; } &&
6585 { ac_try='test -s conftest$ac_exeext'
6586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6587 (eval $ac_try) 2>&5
6588 ac_status=$?
6589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590 (exit $ac_status); }; }; then
6591 ac_cv_lib_ICE_IceConnectionNumber=yes
6592 else
6593 echo "$as_me: failed program was:" >&5
6594 sed 's/^/| /' conftest.$ac_ext >&5
6595
6596 ac_cv_lib_ICE_IceConnectionNumber=no
6597 fi
6598 rm -f conftest.err conftest.$ac_objext \
6599 conftest$ac_exeext conftest.$ac_ext
6600 LIBS=$ac_check_lib_save_LIBS
6601 fi
6602 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6603 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6604 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6605 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6606 fi
6607
6608 LDFLAGS=$ac_save_LDFLAGS
6609
6610 fi
6611
6612
6613
6614 if test x$support_xpm = xyes; then
6615
6616
6617
6618 # Initialize some more variables set by options.
6619 # The variables have the same names as the options, with
6620 # dashes changed to underlines.
6621
6622 # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6623 # paths, otherwise set no_xpm=yes.
6624 # Uses ac_ vars as temps to allow command line to override cache and checks.
6625 echo "$as_me:$LINENO: checking for libXpm" >&5
6626 echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6627
6628
6629 # Check whether --with-xpm_includes or --without-xpm_includes was given.
6630 if test "${with_xpm_includes+set}" = set; then
6631 withval="$with_xpm_includes"
6632 xpm_includes="$withval"
6633 else
6634 xpm_includes=NO
6635 fi;
6636
6637 # Check whether --with-xpm_library or --without-xpm_library was given.
6638 if test "${with_xpm_library+set}" = set; then
6639 withval="$with_xpm_library"
6640 xpm_libraries="$withval"
6641 else
6642 xpm_libraries=NO
6643 fi;
6644
6645 # --without-xpm overrides everything else, but does not touch the cache.
6646
6647 # Check whether --with-xpm or --without-xpm was given.
6648 if test "${with_xpm+set}" = set; then
6649 withval="$with_xpm"
6650
6651 fi;
6652 if test "$with_xpm" = no; then
6653 have_xpm=disabled
6654 else
6655 if test "${ac_cv_have_xpm+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6
6657 else
6658
6659 vt_xpm_include_X11=no
6660 if test -n "$xpm_includes"; then
6661 vt_xpm_includes=$xpm_includes
6662 else
6663 vt_xpm_includes=NO
6664 fi
6665 if test -n "$xpm_libraries"; then
6666 vt_xpm_libraries=$xpm_libraries
6667 else
6668 vt_xpm_libraries=NO
6669 fi
6670
6671 if test "$vt_xpm_includes" = NO; then
6672 # Guess where to find xpm.h
6673
6674 ac_save_CPPFLAGS="$CPPFLAGS"
6675 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6676
6677 # First, try using that file with no special directory specified.
6678 cat >conftest.$ac_ext <<_ACEOF
6679 /* confdefs.h. */
6680 _ACEOF
6681 cat confdefs.h >>conftest.$ac_ext
6682 cat >>conftest.$ac_ext <<_ACEOF
6683 /* end confdefs.h. */
6684 #include <X11/xpm.h>
6685 _ACEOF
6686 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6687 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6688 ac_status=$?
6689 grep -v '^ *+' conftest.er1 >conftest.err
6690 rm -f conftest.er1
6691 cat conftest.err >&5
6692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693 (exit $ac_status); } >/dev/null; then
6694 if test -s conftest.err; then
6695 ac_cpp_err=$ac_cxx_preproc_warn_flag
6696 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6697 else
6698 ac_cpp_err=
6699 fi
6700 else
6701 ac_cpp_err=yes
6702 fi
6703 if test -z "$ac_cpp_err"; then
6704 # We can compile using X headers with no special include directory.
6705 vt_xpm_includes=
6706 vt_xpm_include_X11=yes
6707 else
6708 echo "$as_me: failed program was:" >&5
6709 sed 's/^/| /' conftest.$ac_ext >&5
6710
6711 CPPFLAGS="$ac_save_CPPFLAGS"
6712 # Look for the header file in a standard set of common directories.
6713 for ac_dir in \
6714 /usr/X11/include \
6715 /usr/X11R6/include \
6716 /usr/X11R5/include \
6717 /usr/X11R4/include \
6718 \
6719 /usr/include/X11 \
6720 /usr/include/X11R6 \
6721 /usr/include/X11R5 \
6722 /usr/include/X11R4 \
6723 \
6724 /usr/local/X11/include \
6725 /usr/local/X11R6/include \
6726 /usr/local/X11R5/include \
6727 /usr/local/X11R4/include \
6728 \
6729 /usr/local/include/X11 \
6730 /usr/local/include/X11R6 \
6731 /usr/local/include/X11R5 \
6732 /usr/local/include/X11R4 \
6733 \
6734 /usr/X386/include \
6735 /usr/x386/include \
6736 /usr/XFree86/include/X11 \
6737 \
6738 /usr/include \
6739 /usr/local/include \
6740 /usr/unsupported/include \
6741 /usr/athena/include \
6742 /usr/local/x11r5/include \
6743 /usr/lpp/Xamples/include \
6744 \
6745 /usr/openwin/include \
6746 /usr/openwin/share/include \
6747 ; \
6748 do
6749 if test -r "$ac_dir/X11/xpm.h"; then
6750 vt_xpm_includes="$ac_dir"
6751 vt_xpm_include_X11=yes
6752 break
6753 else
6754 if test -r "$ac_dir/xpm.h"; then
6755 vt_xpm_includes=$ac_dir
6756 break
6757 fi
6758 fi
6759 done
6760 fi
6761 rm -f conftest.err conftest.$ac_ext
6762 fi
6763
6764 if test "$vt_xpm_libraries" = NO; then
6765 # Check for the libraries.
6766
6767 # See if we find them without any special options.
6768 # Don't add to $LIBS permanently.
6769 ac_save_LIBS="$LIBS"
6770 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6771 cat >conftest.$ac_ext <<_ACEOF
6772 /* confdefs.h. */
6773 _ACEOF
6774 cat confdefs.h >>conftest.$ac_ext
6775 cat >>conftest.$ac_ext <<_ACEOF
6776 /* end confdefs.h. */
6777
6778 int
6779 main ()
6780 {
6781 XpmReadFileToPixmap()
6782 ;
6783 return 0;
6784 }
6785 _ACEOF
6786 rm -f conftest.$ac_objext conftest$ac_exeext
6787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6788 (eval $ac_link) 2>conftest.er1
6789 ac_status=$?
6790 grep -v '^ *+' conftest.er1 >conftest.err
6791 rm -f conftest.er1
6792 cat conftest.err >&5
6793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794 (exit $ac_status); } &&
6795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6797 (eval $ac_try) 2>&5
6798 ac_status=$?
6799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6800 (exit $ac_status); }; } &&
6801 { ac_try='test -s conftest$ac_exeext'
6802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803 (eval $ac_try) 2>&5
6804 ac_status=$?
6805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 (exit $ac_status); }; }; then
6807 LIBS="$ac_save_LIBS"
6808 # We can link libXpm with no special library path.
6809 vt_xpm_libraries=
6810 else
6811 echo "$as_me: failed program was:" >&5
6812 sed 's/^/| /' conftest.$ac_ext >&5
6813
6814 LIBS="$ac_save_LIBS"
6815 # First see if replacing the include by lib works.
6816 for ac_dir in \
6817 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6818 /usr/X11/lib \
6819 /usr/X11R6/lib \
6820 /usr/X11R5/lib \
6821 /usr/X11R4/lib \
6822 \
6823 /usr/lib/X11 \
6824 /usr/lib/X11R6 \
6825 /usr/lib/X11R5 \
6826 /usr/lib/X11R4 \
6827 \
6828 /usr/local/X11/lib \
6829 /usr/local/X11R6/lib \
6830 /usr/local/X11R5/lib \
6831 /usr/local/X11R4/lib \
6832 \
6833 /usr/local/lib/X11 \
6834 /usr/local/lib/X11R6 \
6835 /usr/local/lib/X11R5 \
6836 /usr/local/lib/X11R4 \
6837 \
6838 /usr/X386/lib \
6839 /usr/x386/lib \
6840 /usr/XFree86/lib/X11 \
6841 \
6842 /usr/lib \
6843 /usr/local/lib \
6844 /usr/unsupported/lib \
6845 /usr/athena/lib \
6846 /usr/local/x11r5/lib \
6847 /usr/lpp/Xamples/lib \
6848 \
6849 /usr/openwin/lib \
6850 /usr/openwin/share/lib \
6851 ; \
6852 do
6853 for ac_extension in a so sl; do
6854 if test -r $ac_dir/libXpm.$ac_extension; then
6855 vt_xpm_libraries=$ac_dir
6856 break 2
6857 fi
6858 done
6859 done
6860 fi
6861 rm -f conftest.err conftest.$ac_objext \
6862 conftest$ac_exeext conftest.$ac_ext
6863 fi
6864
6865
6866 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6867 ac_cv_have_xpm="have_xpm=no"
6868 else
6869 ac_cv_have_xpm="have_xpm=yes \
6870 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6871 vt_xpm_include_X11=$vt_xpm_include_X11"
6872 fi
6873 fi
6874 eval "$ac_cv_have_xpm"
6875 fi
6876
6877 if test "$have_xpm" != yes; then
6878 echo "$as_me:$LINENO: result: $have_xpm" >&5
6879 echo "${ECHO_T}$have_xpm" >&6
6880 no_xpm=yes
6881 else
6882 if test "$xpm_includes" != NO; then
6883 if test "$xpm_includes" = "$vt_xpm_includes"; then
6884 if test -r "$xpm_includes/X11/xpm.h"; then
6885 vt_xpm_include_X11=yes
6886 fi
6887 else
6888 vt_xpm_include_X11=no
6889 if test -z "$xpm_includes"; then
6890 cat >conftest.$ac_ext <<_ACEOF
6891 /* confdefs.h. */
6892 _ACEOF
6893 cat confdefs.h >>conftest.$ac_ext
6894 cat >>conftest.$ac_ext <<_ACEOF
6895 /* end confdefs.h. */
6896 #include <X11/xpm.h>
6897 _ACEOF
6898 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6899 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6900 ac_status=$?
6901 grep -v '^ *+' conftest.er1 >conftest.err
6902 rm -f conftest.er1
6903 cat conftest.err >&5
6904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6905 (exit $ac_status); } >/dev/null; then
6906 if test -s conftest.err; then
6907 ac_cpp_err=$ac_cxx_preproc_warn_flag
6908 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6909 else
6910 ac_cpp_err=
6911 fi
6912 else
6913 ac_cpp_err=yes
6914 fi
6915 if test -z "$ac_cpp_err"; then
6916 vt_xpm_include_X11=yes
6917 else
6918 echo "$as_me: failed program was:" >&5
6919 sed 's/^/| /' conftest.$ac_ext >&5
6920
6921
6922 fi
6923 rm -f conftest.err conftest.$ac_ext
6924 else
6925 if test -r "$xpm_includes/X11/xpm.h"; then
6926 vt_xpm_include_X11=yes
6927 fi
6928 fi
6929 fi
6930 vt_xpm_includes=$xpm_includes
6931 fi
6932 if test "x$xpm_libraries" != xNO; then
6933 vt_xpm_libraries=$xpm_libraries
6934 fi
6935 # Update the cache value to reflect the command line values.
6936 ac_cv_have_xpm="have_xpm=yes \
6937 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6938 vt_xpm_include_X11=$vt_xpm_include_X11"
6939 eval "$ac_cv_have_xpm"
6940 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6941 echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6942 if test -n "$vt_xpm_includes"; then
6943 XPM_CPPFLAGS="-DHAVE_LIBXPM"
6944 fi
6945 if test -n "$vt_xpm_includes"; then
6946 XPM_CFLAGS="-I$vt_xpm_includes"
6947 fi
6948 XPM_LIBS="-lXpm"
6949 if test -n "$vt_xpm_libraries"; then
6950 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6951 fi
6952 if test "x$vt_xpm_include_X11" = xyes; then
6953
6954 cat >>confdefs.h <<\_ACEOF
6955 #define XPM_INC_X11 1
6956 _ACEOF
6957
6958 fi
6959 fi
6960
6961
6962
6963
6964
6965 if test x$no_xpm = xyes; then
6966 support_xpm=needsmanualspecification
6967 fi
6968 fi
6969
6970 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6971 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6972 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6973 echo $ECHO_N "(cached) $ECHO_C" >&6
6974 else
6975 cat >conftest.$ac_ext <<_ACEOF
6976 /* confdefs.h. */
6977 _ACEOF
6978 cat confdefs.h >>conftest.$ac_ext
6979 cat >>conftest.$ac_ext <<_ACEOF
6980 /* end confdefs.h. */
6981 #include <sys/types.h>
6982 #include <sys/wait.h>
6983 #ifndef WEXITSTATUS
6984 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6985 #endif
6986 #ifndef WIFEXITED
6987 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6988 #endif
6989
6990 int
6991 main ()
6992 {
6993 int s;
6994 wait (&s);
6995 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6996 ;
6997 return 0;
6998 }
6999 _ACEOF
7000 rm -f conftest.$ac_objext
7001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7002 (eval $ac_compile) 2>conftest.er1
7003 ac_status=$?
7004 grep -v '^ *+' conftest.er1 >conftest.err
7005 rm -f conftest.er1
7006 cat conftest.err >&5
7007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7008 (exit $ac_status); } &&
7009 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7011 (eval $ac_try) 2>&5
7012 ac_status=$?
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; } &&
7015 { ac_try='test -s conftest.$ac_objext'
7016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7017 (eval $ac_try) 2>&5
7018 ac_status=$?
7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020 (exit $ac_status); }; }; then
7021 ac_cv_header_sys_wait_h=yes
7022 else
7023 echo "$as_me: failed program was:" >&5
7024 sed 's/^/| /' conftest.$ac_ext >&5
7025
7026 ac_cv_header_sys_wait_h=no
7027 fi
7028 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7029 fi
7030 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7031 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7032 if test $ac_cv_header_sys_wait_h = yes; then
7033
7034 cat >>confdefs.h <<\_ACEOF
7035 #define HAVE_SYS_WAIT_H 1
7036 _ACEOF
7037
7038 fi
7039
7040 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7041 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7042 if test "${ac_cv_header_stdc+set}" = set; then
7043 echo $ECHO_N "(cached) $ECHO_C" >&6
7044 else
7045 cat >conftest.$ac_ext <<_ACEOF
7046 /* confdefs.h. */
7047 _ACEOF
7048 cat confdefs.h >>conftest.$ac_ext
7049 cat >>conftest.$ac_ext <<_ACEOF
7050 /* end confdefs.h. */
7051 #include <stdlib.h>
7052 #include <stdarg.h>
7053 #include <string.h>
7054 #include <float.h>
7055
7056 int
7057 main ()
7058 {
7059
7060 ;
7061 return 0;
7062 }
7063 _ACEOF
7064 rm -f conftest.$ac_objext
7065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7066 (eval $ac_compile) 2>conftest.er1
7067 ac_status=$?
7068 grep -v '^ *+' conftest.er1 >conftest.err
7069 rm -f conftest.er1
7070 cat conftest.err >&5
7071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072 (exit $ac_status); } &&
7073 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075 (eval $ac_try) 2>&5
7076 ac_status=$?
7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078 (exit $ac_status); }; } &&
7079 { ac_try='test -s conftest.$ac_objext'
7080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7081 (eval $ac_try) 2>&5
7082 ac_status=$?
7083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084 (exit $ac_status); }; }; then
7085 ac_cv_header_stdc=yes
7086 else
7087 echo "$as_me: failed program was:" >&5
7088 sed 's/^/| /' conftest.$ac_ext >&5
7089
7090 ac_cv_header_stdc=no
7091 fi
7092 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7093
7094 if test $ac_cv_header_stdc = yes; then
7095 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7096 cat >conftest.$ac_ext <<_ACEOF
7097 /* confdefs.h. */
7098 _ACEOF
7099 cat confdefs.h >>conftest.$ac_ext
7100 cat >>conftest.$ac_ext <<_ACEOF
7101 /* end confdefs.h. */
7102 #include <string.h>
7103
7104 _ACEOF
7105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7106 $EGREP "memchr" >/dev/null 2>&1; then
7107 :
7108 else
7109 ac_cv_header_stdc=no
7110 fi
7111 rm -f conftest*
7112
7113 fi
7114
7115 if test $ac_cv_header_stdc = yes; then
7116 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7117 cat >conftest.$ac_ext <<_ACEOF
7118 /* confdefs.h. */
7119 _ACEOF
7120 cat confdefs.h >>conftest.$ac_ext
7121 cat >>conftest.$ac_ext <<_ACEOF
7122 /* end confdefs.h. */
7123 #include <stdlib.h>
7124
7125 _ACEOF
7126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7127 $EGREP "free" >/dev/null 2>&1; then
7128 :
7129 else
7130 ac_cv_header_stdc=no
7131 fi
7132 rm -f conftest*
7133
7134 fi
7135
7136 if test $ac_cv_header_stdc = yes; then
7137 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7138 if test "$cross_compiling" = yes; then
7139 :
7140 else
7141 cat >conftest.$ac_ext <<_ACEOF
7142 /* confdefs.h. */
7143 _ACEOF
7144 cat confdefs.h >>conftest.$ac_ext
7145 cat >>conftest.$ac_ext <<_ACEOF
7146 /* end confdefs.h. */
7147 #include <ctype.h>
7148 #if ((' ' & 0x0FF) == 0x020)
7149 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7150 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7151 #else
7152 # define ISLOWER(c) \
7153 (('a' <= (c) && (c) <= 'i') \
7154 || ('j' <= (c) && (c) <= 'r') \
7155 || ('s' <= (c) && (c) <= 'z'))
7156 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7157 #endif
7158
7159 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7160 int
7161 main ()
7162 {
7163 int i;
7164 for (i = 0; i < 256; i++)
7165 if (XOR (islower (i), ISLOWER (i))
7166 || toupper (i) != TOUPPER (i))
7167 exit(2);
7168 exit (0);
7169 }
7170 _ACEOF
7171 rm -f conftest$ac_exeext
7172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7173 (eval $ac_link) 2>&5
7174 ac_status=$?
7175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7178 (eval $ac_try) 2>&5
7179 ac_status=$?
7180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7181 (exit $ac_status); }; }; then
7182 :
7183 else
7184 echo "$as_me: program exited with status $ac_status" >&5
7185 echo "$as_me: failed program was:" >&5
7186 sed 's/^/| /' conftest.$ac_ext >&5
7187
7188 ( exit $ac_status )
7189 ac_cv_header_stdc=no
7190 fi
7191 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7192 fi
7193 fi
7194 fi
7195 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7196 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7197 if test $ac_cv_header_stdc = yes; then
7198
7199 cat >>confdefs.h <<\_ACEOF
7200 #define STDC_HEADERS 1
7201 _ACEOF
7202
7203 fi
7204
7205 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7216 inttypes.h stdint.h unistd.h
7217 do
7218 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7219 echo "$as_me:$LINENO: checking for $ac_header" >&5
7220 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7221 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7222 echo $ECHO_N "(cached) $ECHO_C" >&6
7223 else
7224 cat >conftest.$ac_ext <<_ACEOF
7225 /* confdefs.h. */
7226 _ACEOF
7227 cat confdefs.h >>conftest.$ac_ext
7228 cat >>conftest.$ac_ext <<_ACEOF
7229 /* end confdefs.h. */
7230 $ac_includes_default
7231
7232 #include <$ac_header>
7233 _ACEOF
7234 rm -f conftest.$ac_objext
7235 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7236 (eval $ac_compile) 2>conftest.er1
7237 ac_status=$?
7238 grep -v '^ *+' conftest.er1 >conftest.err
7239 rm -f conftest.er1
7240 cat conftest.err >&5
7241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242 (exit $ac_status); } &&
7243 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7245 (eval $ac_try) 2>&5
7246 ac_status=$?
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); }; } &&
7249 { ac_try='test -s conftest.$ac_objext'
7250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7251 (eval $ac_try) 2>&5
7252 ac_status=$?
7253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254 (exit $ac_status); }; }; then
7255 eval "$as_ac_Header=yes"
7256 else
7257 echo "$as_me: failed program was:" >&5
7258 sed 's/^/| /' conftest.$ac_ext >&5
7259
7260 eval "$as_ac_Header=no"
7261 fi
7262 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7263 fi
7264 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7265 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7267 cat >>confdefs.h <<_ACEOF
7268 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269 _ACEOF
7270
7271 fi
7272
7273 done
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302 for ac_header in \
7303 assert.h \
7304 fcntl.h \
7305 grp.h \
7306 libc.h \
7307 lastlog.h \
7308 stdarg.h \
7309 stdlib.h \
7310 string.h \
7311 termios.h \
7312 unistd.h \
7313 sys/byteorder.h \
7314 sys/ioctl.h \
7315 sys/select.h \
7316 sys/sockio.h \
7317 sys/strredir.h \
7318 sys/stropts.h \
7319 sys/time.h \
7320 utmp.h \
7321 utmpx.h \
7322 stdint.h \
7323 pty.h \
7324 util.h \
7325 libutil.h \
7326 wchar.h \
7327 cwchar \
7328 clocale \
7329
7330 do
7331 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7332 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7333 echo "$as_me:$LINENO: checking for $ac_header" >&5
7334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7335 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7336 echo $ECHO_N "(cached) $ECHO_C" >&6
7337 fi
7338 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7339 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7340 else
7341 # Is the header compilable?
7342 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7343 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7344 cat >conftest.$ac_ext <<_ACEOF
7345 /* confdefs.h. */
7346 _ACEOF
7347 cat confdefs.h >>conftest.$ac_ext
7348 cat >>conftest.$ac_ext <<_ACEOF
7349 /* end confdefs.h. */
7350 $ac_includes_default
7351 #include <$ac_header>
7352 _ACEOF
7353 rm -f conftest.$ac_objext
7354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7355 (eval $ac_compile) 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } &&
7362 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7364 (eval $ac_try) 2>&5
7365 ac_status=$?
7366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7367 (exit $ac_status); }; } &&
7368 { ac_try='test -s conftest.$ac_objext'
7369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7370 (eval $ac_try) 2>&5
7371 ac_status=$?
7372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373 (exit $ac_status); }; }; then
7374 ac_header_compiler=yes
7375 else
7376 echo "$as_me: failed program was:" >&5
7377 sed 's/^/| /' conftest.$ac_ext >&5
7378
7379 ac_header_compiler=no
7380 fi
7381 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7382 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7383 echo "${ECHO_T}$ac_header_compiler" >&6
7384
7385 # Is the header present?
7386 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7387 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
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 <$ac_header>
7395 _ACEOF
7396 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7397 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7398 ac_status=$?
7399 grep -v '^ *+' conftest.er1 >conftest.err
7400 rm -f conftest.er1
7401 cat conftest.err >&5
7402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7403 (exit $ac_status); } >/dev/null; then
7404 if test -s conftest.err; then
7405 ac_cpp_err=$ac_cxx_preproc_warn_flag
7406 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7407 else
7408 ac_cpp_err=
7409 fi
7410 else
7411 ac_cpp_err=yes
7412 fi
7413 if test -z "$ac_cpp_err"; then
7414 ac_header_preproc=yes
7415 else
7416 echo "$as_me: failed program was:" >&5
7417 sed 's/^/| /' conftest.$ac_ext >&5
7418
7419 ac_header_preproc=no
7420 fi
7421 rm -f conftest.err conftest.$ac_ext
7422 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423 echo "${ECHO_T}$ac_header_preproc" >&6
7424
7425 # So? What about this header?
7426 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7427 yes:no: )
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432 ac_header_preproc=yes
7433 ;;
7434 no:yes:* )
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7438 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7442 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7447 (
7448 cat <<\_ASBOX
7449 ## ------------------------------------------ ##
7450 ## Report this to the AC_PACKAGE_NAME lists. ##
7451 ## ------------------------------------------ ##
7452 _ASBOX
7453 ) |
7454 sed "s/^/$as_me: WARNING: /" >&2
7455 ;;
7456 esac
7457 echo "$as_me:$LINENO: checking for $ac_header" >&5
7458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7459 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7460 echo $ECHO_N "(cached) $ECHO_C" >&6
7461 else
7462 eval "$as_ac_Header=\$ac_header_preproc"
7463 fi
7464 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7465 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7466
7467 fi
7468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7469 cat >>confdefs.h <<_ACEOF
7470 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7471 _ACEOF
7472
7473 fi
7474
7475 done
7476
7477
7478 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7479 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7480 if test "${ac_cv_header_time+set}" = set; then
7481 echo $ECHO_N "(cached) $ECHO_C" >&6
7482 else
7483 cat >conftest.$ac_ext <<_ACEOF
7484 /* confdefs.h. */
7485 _ACEOF
7486 cat confdefs.h >>conftest.$ac_ext
7487 cat >>conftest.$ac_ext <<_ACEOF
7488 /* end confdefs.h. */
7489 #include <sys/types.h>
7490 #include <sys/time.h>
7491 #include <time.h>
7492
7493 int
7494 main ()
7495 {
7496 if ((struct tm *) 0)
7497 return 0;
7498 ;
7499 return 0;
7500 }
7501 _ACEOF
7502 rm -f conftest.$ac_objext
7503 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7504 (eval $ac_compile) 2>conftest.er1
7505 ac_status=$?
7506 grep -v '^ *+' conftest.er1 >conftest.err
7507 rm -f conftest.er1
7508 cat conftest.err >&5
7509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7510 (exit $ac_status); } &&
7511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7513 (eval $ac_try) 2>&5
7514 ac_status=$?
7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516 (exit $ac_status); }; } &&
7517 { ac_try='test -s conftest.$ac_objext'
7518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7519 (eval $ac_try) 2>&5
7520 ac_status=$?
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); }; }; then
7523 ac_cv_header_time=yes
7524 else
7525 echo "$as_me: failed program was:" >&5
7526 sed 's/^/| /' conftest.$ac_ext >&5
7527
7528 ac_cv_header_time=no
7529 fi
7530 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7531 fi
7532 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7533 echo "${ECHO_T}$ac_cv_header_time" >&6
7534 if test $ac_cv_header_time = yes; then
7535
7536 cat >>confdefs.h <<\_ACEOF
7537 #define TIME_WITH_SYS_TIME 1
7538 _ACEOF
7539
7540 fi
7541
7542
7543 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7544 echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7545 if test "${rxvt_cv_header_sysioctl+set}" = set; then
7546 echo $ECHO_N "(cached) $ECHO_C" >&6
7547 else
7548 cat >conftest.$ac_ext <<_ACEOF
7549 /* confdefs.h. */
7550 _ACEOF
7551 cat confdefs.h >>conftest.$ac_ext
7552 cat >>conftest.$ac_ext <<_ACEOF
7553 /* end confdefs.h. */
7554 #include <stdio.h>
7555 #include <sys/ioctl.h>
7556 #ifdef HAVE_TERMIOS_H
7557 #include <termios.h>
7558 #endif
7559 int
7560 main ()
7561 {
7562 int a = ECHO;
7563 ;
7564 return 0;
7565 }
7566 _ACEOF
7567 rm -f conftest.$ac_objext
7568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7569 (eval $ac_compile) 2>conftest.er1
7570 ac_status=$?
7571 grep -v '^ *+' conftest.er1 >conftest.err
7572 rm -f conftest.er1
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } &&
7576 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7578 (eval $ac_try) 2>&5
7579 ac_status=$?
7580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581 (exit $ac_status); }; } &&
7582 { ac_try='test -s conftest.$ac_objext'
7583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7584 (eval $ac_try) 2>&5
7585 ac_status=$?
7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587 (exit $ac_status); }; }; then
7588 rxvt_cv_header_sysioctl=yes
7589 else
7590 echo "$as_me: failed program was:" >&5
7591 sed 's/^/| /' conftest.$ac_ext >&5
7592
7593 rxvt_cv_header_sysioctl=no
7594 fi
7595 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7596 fi
7597 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7598 echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7599
7600 if test -n "$GCC"; then
7601 LDARG="-Wl,"
7602 else
7603 LDARG=""
7604 fi
7605 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7606
7607 ac_save_CFLAGS=$CFLAGS
7608 ac_save_LIBS=$LIBS
7609 CFLAGS="$CFLAGS $X_CFLAGS"
7610 LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7611 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7612 echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7613 if test "${rxvt_cv_rpath+set}" = set; then
7614 echo $ECHO_N "(cached) $ECHO_C" >&6
7615 else
7616 if test "$cross_compiling" = yes; then
7617 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7618 echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7619 else
7620 cat >conftest.$ac_ext <<_ACEOF
7621 /* confdefs.h. */
7622 _ACEOF
7623 cat confdefs.h >>conftest.$ac_ext
7624 cat >>conftest.$ac_ext <<_ACEOF
7625 /* end confdefs.h. */
7626
7627 main()
7628 {
7629 exit(0);
7630 (void) XOpenDisplay("foobar");
7631 }
7632 _ACEOF
7633 rm -f conftest$ac_exeext
7634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7635 (eval $ac_link) 2>&5
7636 ac_status=$?
7637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7640 (eval $ac_try) 2>&5
7641 ac_status=$?
7642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7643 (exit $ac_status); }; }; then
7644 rxvt_cv_rpath=yes
7645 else
7646 echo "$as_me: program exited with status $ac_status" >&5
7647 echo "$as_me: failed program was:" >&5
7648 sed 's/^/| /' conftest.$ac_ext >&5
7649
7650 ( exit $ac_status )
7651 rxvt_cv_rpath=no
7652 fi
7653 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7654 fi
7655 fi
7656 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7657 echo "${ECHO_T}$rxvt_cv_rpath" >&6
7658 if test x$rxvt_cv_rpath != xyes; then
7659 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7660 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7661 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7662 echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7663 if test "${rxvt_cv_R+set}" = set; then
7664 echo $ECHO_N "(cached) $ECHO_C" >&6
7665 else
7666 if test "$cross_compiling" = yes; then
7667 rxvt_cv_R=no
7668 else
7669 cat >conftest.$ac_ext <<_ACEOF
7670 /* confdefs.h. */
7671 _ACEOF
7672 cat confdefs.h >>conftest.$ac_ext
7673 cat >>conftest.$ac_ext <<_ACEOF
7674 /* end confdefs.h. */
7675
7676 main()
7677 {
7678 exit(0);
7679 (void) XOpenDisplay("foobar");
7680 }
7681 _ACEOF
7682 rm -f conftest$ac_exeext
7683 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7684 (eval $ac_link) 2>&5
7685 ac_status=$?
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7689 (eval $ac_try) 2>&5
7690 ac_status=$?
7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7692 (exit $ac_status); }; }; then
7693 rxvt_cv_R=yes
7694 else
7695 echo "$as_me: program exited with status $ac_status" >&5
7696 echo "$as_me: failed program was:" >&5
7697 sed 's/^/| /' conftest.$ac_ext >&5
7698
7699 ( exit $ac_status )
7700 rxvt_cv_R=no
7701 fi
7702 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7703 fi
7704 fi
7705 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7706 echo "${ECHO_T}$rxvt_cv_R" >&6
7707 if test x$rxvt_cv_R != xyes; then
7708 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7709 fi
7710 fi
7711
7712 echo "$as_me:$LINENO: checking for XPointer" >&5
7713 echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7714 if test "${rxvt_cv_xpointer+set}" = set; then
7715 echo $ECHO_N "(cached) $ECHO_C" >&6
7716 else
7717 cat >conftest.$ac_ext <<_ACEOF
7718 /* confdefs.h. */
7719 _ACEOF
7720 cat confdefs.h >>conftest.$ac_ext
7721 cat >>conftest.$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7723 #include <X11/Xlib.h>
7724 int
7725 main ()
7726 {
7727 XPointer dummy;
7728 ;
7729 return 0;
7730 }
7731 _ACEOF
7732 rm -f conftest.$ac_objext
7733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7734 (eval $ac_compile) 2>conftest.er1
7735 ac_status=$?
7736 grep -v '^ *+' conftest.er1 >conftest.err
7737 rm -f conftest.er1
7738 cat conftest.err >&5
7739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7740 (exit $ac_status); } &&
7741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7743 (eval $ac_try) 2>&5
7744 ac_status=$?
7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 (exit $ac_status); }; } &&
7747 { ac_try='test -s conftest.$ac_objext'
7748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7749 (eval $ac_try) 2>&5
7750 ac_status=$?
7751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752 (exit $ac_status); }; }; then
7753 rxvt_cv_xpointer=yes
7754 else
7755 echo "$as_me: failed program was:" >&5
7756 sed 's/^/| /' conftest.$ac_ext >&5
7757
7758 rxvt_cv_xpointer=no
7759 fi
7760 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7761 fi
7762 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7763 echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7764 if test x$rxvt_cv_xpointer = xyes; then
7765
7766 cat >>confdefs.h <<\_ACEOF
7767 #define HAVE_XPOINTER 1
7768 _ACEOF
7769
7770 fi
7771 LIBS=$ac_save_LIBS
7772 CFLAGS=$ac_save_CFLAGS
7773
7774
7775 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7776 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7777 if test "${ac_cv_c_const+set}" = set; then
7778 echo $ECHO_N "(cached) $ECHO_C" >&6
7779 else
7780 cat >conftest.$ac_ext <<_ACEOF
7781 /* confdefs.h. */
7782 _ACEOF
7783 cat confdefs.h >>conftest.$ac_ext
7784 cat >>conftest.$ac_ext <<_ACEOF
7785 /* end confdefs.h. */
7786
7787 int
7788 main ()
7789 {
7790 /* FIXME: Include the comments suggested by Paul. */
7791 #ifndef __cplusplus
7792 /* Ultrix mips cc rejects this. */
7793 typedef int charset[2];
7794 const charset x;
7795 /* SunOS 4.1.1 cc rejects this. */
7796 char const *const *ccp;
7797 char **p;
7798 /* NEC SVR4.0.2 mips cc rejects this. */
7799 struct point {int x, y;};
7800 static struct point const zero = {0,0};
7801 /* AIX XL C 1.02.0.0 rejects this.
7802 It does not let you subtract one const X* pointer from another in
7803 an arm of an if-expression whose if-part is not a constant
7804 expression */
7805 const char *g = "string";
7806 ccp = &g + (g ? g-g : 0);
7807 /* HPUX 7.0 cc rejects these. */
7808 ++ccp;
7809 p = (char**) ccp;
7810 ccp = (char const *const *) p;
7811 { /* SCO 3.2v4 cc rejects this. */
7812 char *t;
7813 char const *s = 0 ? (char *) 0 : (char const *) 0;
7814
7815 *t++ = 0;
7816 }
7817 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7818 int x[] = {25, 17};
7819 const int *foo = &x[0];
7820 ++foo;
7821 }
7822 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7823 typedef const int *iptr;
7824 iptr p = 0;
7825 ++p;
7826 }
7827 { /* AIX XL C 1.02.0.0 rejects this saying
7828 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7829 struct s { int j; const int *ap[3]; };
7830 struct s *b; b->j = 5;
7831 }
7832 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7833 const int foo = 10;
7834 }
7835 #endif
7836
7837 ;
7838 return 0;
7839 }
7840 _ACEOF
7841 rm -f conftest.$ac_objext
7842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7843 (eval $ac_compile) 2>conftest.er1
7844 ac_status=$?
7845 grep -v '^ *+' conftest.er1 >conftest.err
7846 rm -f conftest.er1
7847 cat conftest.err >&5
7848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } &&
7850 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7852 (eval $ac_try) 2>&5
7853 ac_status=$?
7854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7855 (exit $ac_status); }; } &&
7856 { ac_try='test -s conftest.$ac_objext'
7857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7858 (eval $ac_try) 2>&5
7859 ac_status=$?
7860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7861 (exit $ac_status); }; }; then
7862 ac_cv_c_const=yes
7863 else
7864 echo "$as_me: failed program was:" >&5
7865 sed 's/^/| /' conftest.$ac_ext >&5
7866
7867 ac_cv_c_const=no
7868 fi
7869 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7870 fi
7871 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7872 echo "${ECHO_T}$ac_cv_c_const" >&6
7873 if test $ac_cv_c_const = no; then
7874
7875 cat >>confdefs.h <<\_ACEOF
7876 #define const
7877 _ACEOF
7878
7879 fi
7880
7881 echo "$as_me:$LINENO: checking for inline" >&5
7882 echo $ECHO_N "checking for inline... $ECHO_C" >&6
7883 if test "${ac_cv_c_inline+set}" = set; then
7884 echo $ECHO_N "(cached) $ECHO_C" >&6
7885 else
7886 ac_cv_c_inline=no
7887 for ac_kw in inline __inline__ __inline; do
7888 cat >conftest.$ac_ext <<_ACEOF
7889 /* confdefs.h. */
7890 _ACEOF
7891 cat confdefs.h >>conftest.$ac_ext
7892 cat >>conftest.$ac_ext <<_ACEOF
7893 /* end confdefs.h. */
7894 #ifndef __cplusplus
7895 typedef int foo_t;
7896 static $ac_kw foo_t static_foo () {return 0; }
7897 $ac_kw foo_t foo () {return 0; }
7898 #endif
7899
7900 _ACEOF
7901 rm -f conftest.$ac_objext
7902 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7903 (eval $ac_compile) 2>conftest.er1
7904 ac_status=$?
7905 grep -v '^ *+' conftest.er1 >conftest.err
7906 rm -f conftest.er1
7907 cat conftest.err >&5
7908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909 (exit $ac_status); } &&
7910 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7912 (eval $ac_try) 2>&5
7913 ac_status=$?
7914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); }; } &&
7916 { ac_try='test -s conftest.$ac_objext'
7917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7918 (eval $ac_try) 2>&5
7919 ac_status=$?
7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); }; }; then
7922 ac_cv_c_inline=$ac_kw; break
7923 else
7924 echo "$as_me: failed program was:" >&5
7925 sed 's/^/| /' conftest.$ac_ext >&5
7926
7927 fi
7928 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7929 done
7930
7931 fi
7932 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7933 echo "${ECHO_T}$ac_cv_c_inline" >&6
7934
7935
7936 case $ac_cv_c_inline in
7937 inline | yes) ;;
7938 *)
7939 case $ac_cv_c_inline in
7940 no) ac_val=;;
7941 *) ac_val=$ac_cv_c_inline;;
7942 esac
7943 cat >>confdefs.h <<_ACEOF
7944 #ifndef __cplusplus
7945 #define inline $ac_val
7946 #endif
7947 _ACEOF
7948 ;;
7949 esac
7950
7951
7952
7953 echo "$as_me:$LINENO: checking for mode_t" >&5
7954 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7955 if test "${ac_cv_type_mode_t+set}" = set; then
7956 echo $ECHO_N "(cached) $ECHO_C" >&6
7957 else
7958 cat >conftest.$ac_ext <<_ACEOF
7959 /* confdefs.h. */
7960 _ACEOF
7961 cat confdefs.h >>conftest.$ac_ext
7962 cat >>conftest.$ac_ext <<_ACEOF
7963 /* end confdefs.h. */
7964 $ac_includes_default
7965 int
7966 main ()
7967 {
7968 if ((mode_t *) 0)
7969 return 0;
7970 if (sizeof (mode_t))
7971 return 0;
7972 ;
7973 return 0;
7974 }
7975 _ACEOF
7976 rm -f conftest.$ac_objext
7977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7978 (eval $ac_compile) 2>conftest.er1
7979 ac_status=$?
7980 grep -v '^ *+' conftest.er1 >conftest.err
7981 rm -f conftest.er1
7982 cat conftest.err >&5
7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } &&
7985 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7987 (eval $ac_try) 2>&5
7988 ac_status=$?
7989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7990 (exit $ac_status); }; } &&
7991 { ac_try='test -s conftest.$ac_objext'
7992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7993 (eval $ac_try) 2>&5
7994 ac_status=$?
7995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7996 (exit $ac_status); }; }; then
7997 ac_cv_type_mode_t=yes
7998 else
7999 echo "$as_me: failed program was:" >&5
8000 sed 's/^/| /' conftest.$ac_ext >&5
8001
8002 ac_cv_type_mode_t=no
8003 fi
8004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8005 fi
8006 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8007 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8008 if test $ac_cv_type_mode_t = yes; then
8009 :
8010 else
8011
8012 cat >>confdefs.h <<_ACEOF
8013 #define mode_t int
8014 _ACEOF
8015
8016 fi
8017
8018 echo "$as_me:$LINENO: checking for pid_t" >&5
8019 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8020 if test "${ac_cv_type_pid_t+set}" = set; then
8021 echo $ECHO_N "(cached) $ECHO_C" >&6
8022 else
8023 cat >conftest.$ac_ext <<_ACEOF
8024 /* confdefs.h. */
8025 _ACEOF
8026 cat confdefs.h >>conftest.$ac_ext
8027 cat >>conftest.$ac_ext <<_ACEOF
8028 /* end confdefs.h. */
8029 $ac_includes_default
8030 int
8031 main ()
8032 {
8033 if ((pid_t *) 0)
8034 return 0;
8035 if (sizeof (pid_t))
8036 return 0;
8037 ;
8038 return 0;
8039 }
8040 _ACEOF
8041 rm -f conftest.$ac_objext
8042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8043 (eval $ac_compile) 2>conftest.er1
8044 ac_status=$?
8045 grep -v '^ *+' conftest.er1 >conftest.err
8046 rm -f conftest.er1
8047 cat conftest.err >&5
8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } &&
8050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8052 (eval $ac_try) 2>&5
8053 ac_status=$?
8054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055 (exit $ac_status); }; } &&
8056 { ac_try='test -s conftest.$ac_objext'
8057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8058 (eval $ac_try) 2>&5
8059 ac_status=$?
8060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8061 (exit $ac_status); }; }; then
8062 ac_cv_type_pid_t=yes
8063 else
8064 echo "$as_me: failed program was:" >&5
8065 sed 's/^/| /' conftest.$ac_ext >&5
8066
8067 ac_cv_type_pid_t=no
8068 fi
8069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8070 fi
8071 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8072 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8073 if test $ac_cv_type_pid_t = yes; then
8074 :
8075 else
8076
8077 cat >>confdefs.h <<_ACEOF
8078 #define pid_t int
8079 _ACEOF
8080
8081 fi
8082
8083 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8084 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8085 if test "${ac_cv_type_uid_t+set}" = set; then
8086 echo $ECHO_N "(cached) $ECHO_C" >&6
8087 else
8088 cat >conftest.$ac_ext <<_ACEOF
8089 /* confdefs.h. */
8090 _ACEOF
8091 cat confdefs.h >>conftest.$ac_ext
8092 cat >>conftest.$ac_ext <<_ACEOF
8093 /* end confdefs.h. */
8094 #include <sys/types.h>
8095
8096 _ACEOF
8097 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8098 $EGREP "uid_t" >/dev/null 2>&1; then
8099 ac_cv_type_uid_t=yes
8100 else
8101 ac_cv_type_uid_t=no
8102 fi
8103 rm -f conftest*
8104
8105 fi
8106 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8107 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8108 if test $ac_cv_type_uid_t = no; then
8109
8110 cat >>confdefs.h <<\_ACEOF
8111 #define uid_t int
8112 _ACEOF
8113
8114
8115 cat >>confdefs.h <<\_ACEOF
8116 #define gid_t int
8117 _ACEOF
8118
8119 fi
8120
8121
8122 echo "$as_me:$LINENO: checking for short" >&5
8123 echo $ECHO_N "checking for short... $ECHO_C" >&6
8124 if test "${ac_cv_type_short+set}" = set; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6
8126 else
8127 cat >conftest.$ac_ext <<_ACEOF
8128 /* confdefs.h. */
8129 _ACEOF
8130 cat confdefs.h >>conftest.$ac_ext
8131 cat >>conftest.$ac_ext <<_ACEOF
8132 /* end confdefs.h. */
8133 $ac_includes_default
8134 int
8135 main ()
8136 {
8137 if ((short *) 0)
8138 return 0;
8139 if (sizeof (short))
8140 return 0;
8141 ;
8142 return 0;
8143 }
8144 _ACEOF
8145 rm -f conftest.$ac_objext
8146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8147 (eval $ac_compile) 2>conftest.er1
8148 ac_status=$?
8149 grep -v '^ *+' conftest.er1 >conftest.err
8150 rm -f conftest.er1
8151 cat conftest.err >&5
8152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8153 (exit $ac_status); } &&
8154 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8156 (eval $ac_try) 2>&5
8157 ac_status=$?
8158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 (exit $ac_status); }; } &&
8160 { ac_try='test -s conftest.$ac_objext'
8161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8162 (eval $ac_try) 2>&5
8163 ac_status=$?
8164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165 (exit $ac_status); }; }; then
8166 ac_cv_type_short=yes
8167 else
8168 echo "$as_me: failed program was:" >&5
8169 sed 's/^/| /' conftest.$ac_ext >&5
8170
8171 ac_cv_type_short=no
8172 fi
8173 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8174 fi
8175 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8176 echo "${ECHO_T}$ac_cv_type_short" >&6
8177
8178 echo "$as_me:$LINENO: checking size of short" >&5
8179 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8180 if test "${ac_cv_sizeof_short+set}" = set; then
8181 echo $ECHO_N "(cached) $ECHO_C" >&6
8182 else
8183 if test "$ac_cv_type_short" = yes; then
8184 # The cast to unsigned long works around a bug in the HP C Compiler
8185 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8186 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8187 # This bug is HP SR number 8606223364.
8188 if test "$cross_compiling" = yes; then
8189 # Depending upon the size, compute the lo and hi bounds.
8190 cat >conftest.$ac_ext <<_ACEOF
8191 /* confdefs.h. */
8192 _ACEOF
8193 cat confdefs.h >>conftest.$ac_ext
8194 cat >>conftest.$ac_ext <<_ACEOF
8195 /* end confdefs.h. */
8196 $ac_includes_default
8197 int
8198 main ()
8199 {
8200 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8201 test_array [0] = 0
8202
8203 ;
8204 return 0;
8205 }
8206 _ACEOF
8207 rm -f conftest.$ac_objext
8208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8209 (eval $ac_compile) 2>conftest.er1
8210 ac_status=$?
8211 grep -v '^ *+' conftest.er1 >conftest.err
8212 rm -f conftest.er1
8213 cat conftest.err >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } &&
8216 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8218 (eval $ac_try) 2>&5
8219 ac_status=$?
8220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221 (exit $ac_status); }; } &&
8222 { ac_try='test -s conftest.$ac_objext'
8223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8224 (eval $ac_try) 2>&5
8225 ac_status=$?
8226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8227 (exit $ac_status); }; }; then
8228 ac_lo=0 ac_mid=0
8229 while :; do
8230 cat >conftest.$ac_ext <<_ACEOF
8231 /* confdefs.h. */
8232 _ACEOF
8233 cat confdefs.h >>conftest.$ac_ext
8234 cat >>conftest.$ac_ext <<_ACEOF
8235 /* end confdefs.h. */
8236 $ac_includes_default
8237 int
8238 main ()
8239 {
8240 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8241 test_array [0] = 0
8242
8243 ;
8244 return 0;
8245 }
8246 _ACEOF
8247 rm -f conftest.$ac_objext
8248 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8249 (eval $ac_compile) 2>conftest.er1
8250 ac_status=$?
8251 grep -v '^ *+' conftest.er1 >conftest.err
8252 rm -f conftest.er1
8253 cat conftest.err >&5
8254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255 (exit $ac_status); } &&
8256 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8258 (eval $ac_try) 2>&5
8259 ac_status=$?
8260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8261 (exit $ac_status); }; } &&
8262 { ac_try='test -s conftest.$ac_objext'
8263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8264 (eval $ac_try) 2>&5
8265 ac_status=$?
8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267 (exit $ac_status); }; }; then
8268 ac_hi=$ac_mid; break
8269 else
8270 echo "$as_me: failed program was:" >&5
8271 sed 's/^/| /' conftest.$ac_ext >&5
8272
8273 ac_lo=`expr $ac_mid + 1`
8274 if test $ac_lo -le $ac_mid; then
8275 ac_lo= ac_hi=
8276 break
8277 fi
8278 ac_mid=`expr 2 '*' $ac_mid + 1`
8279 fi
8280 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8281 done
8282 else
8283 echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8285
8286 cat >conftest.$ac_ext <<_ACEOF
8287 /* confdefs.h. */
8288 _ACEOF
8289 cat confdefs.h >>conftest.$ac_ext
8290 cat >>conftest.$ac_ext <<_ACEOF
8291 /* end confdefs.h. */
8292 $ac_includes_default
8293 int
8294 main ()
8295 {
8296 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8297 test_array [0] = 0
8298
8299 ;
8300 return 0;
8301 }
8302 _ACEOF
8303 rm -f conftest.$ac_objext
8304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8305 (eval $ac_compile) 2>conftest.er1
8306 ac_status=$?
8307 grep -v '^ *+' conftest.er1 >conftest.err
8308 rm -f conftest.er1
8309 cat conftest.err >&5
8310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8311 (exit $ac_status); } &&
8312 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8314 (eval $ac_try) 2>&5
8315 ac_status=$?
8316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8317 (exit $ac_status); }; } &&
8318 { ac_try='test -s conftest.$ac_objext'
8319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8320 (eval $ac_try) 2>&5
8321 ac_status=$?
8322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8323 (exit $ac_status); }; }; then
8324 ac_hi=-1 ac_mid=-1
8325 while :; do
8326 cat >conftest.$ac_ext <<_ACEOF
8327 /* confdefs.h. */
8328 _ACEOF
8329 cat confdefs.h >>conftest.$ac_ext
8330 cat >>conftest.$ac_ext <<_ACEOF
8331 /* end confdefs.h. */
8332 $ac_includes_default
8333 int
8334 main ()
8335 {
8336 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8337 test_array [0] = 0
8338
8339 ;
8340 return 0;
8341 }
8342 _ACEOF
8343 rm -f conftest.$ac_objext
8344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8345 (eval $ac_compile) 2>conftest.er1
8346 ac_status=$?
8347 grep -v '^ *+' conftest.er1 >conftest.err
8348 rm -f conftest.er1
8349 cat conftest.err >&5
8350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351 (exit $ac_status); } &&
8352 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8354 (eval $ac_try) 2>&5
8355 ac_status=$?
8356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357 (exit $ac_status); }; } &&
8358 { ac_try='test -s conftest.$ac_objext'
8359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8360 (eval $ac_try) 2>&5
8361 ac_status=$?
8362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8363 (exit $ac_status); }; }; then
8364 ac_lo=$ac_mid; break
8365 else
8366 echo "$as_me: failed program was:" >&5
8367 sed 's/^/| /' conftest.$ac_ext >&5
8368
8369 ac_hi=`expr '(' $ac_mid ')' - 1`
8370 if test $ac_mid -le $ac_hi; then
8371 ac_lo= ac_hi=
8372 break
8373 fi
8374 ac_mid=`expr 2 '*' $ac_mid`
8375 fi
8376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8377 done
8378 else
8379 echo "$as_me: failed program was:" >&5
8380 sed 's/^/| /' conftest.$ac_ext >&5
8381
8382 ac_lo= ac_hi=
8383 fi
8384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8385 fi
8386 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8387 # Binary search between lo and hi bounds.
8388 while test "x$ac_lo" != "x$ac_hi"; do
8389 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8390 cat >conftest.$ac_ext <<_ACEOF
8391 /* confdefs.h. */
8392 _ACEOF
8393 cat confdefs.h >>conftest.$ac_ext
8394 cat >>conftest.$ac_ext <<_ACEOF
8395 /* end confdefs.h. */
8396 $ac_includes_default
8397 int
8398 main ()
8399 {
8400 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8401 test_array [0] = 0
8402
8403 ;
8404 return 0;
8405 }
8406 _ACEOF
8407 rm -f conftest.$ac_objext
8408 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8409 (eval $ac_compile) 2>conftest.er1
8410 ac_status=$?
8411 grep -v '^ *+' conftest.er1 >conftest.err
8412 rm -f conftest.er1
8413 cat conftest.err >&5
8414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8415 (exit $ac_status); } &&
8416 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8418 (eval $ac_try) 2>&5
8419 ac_status=$?
8420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421 (exit $ac_status); }; } &&
8422 { ac_try='test -s conftest.$ac_objext'
8423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8424 (eval $ac_try) 2>&5
8425 ac_status=$?
8426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8427 (exit $ac_status); }; }; then
8428 ac_hi=$ac_mid
8429 else
8430 echo "$as_me: failed program was:" >&5
8431 sed 's/^/| /' conftest.$ac_ext >&5
8432
8433 ac_lo=`expr '(' $ac_mid ')' + 1`
8434 fi
8435 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8436 done
8437 case $ac_lo in
8438 ?*) ac_cv_sizeof_short=$ac_lo;;
8439 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8440 See \`config.log' for more details." >&5
8441 echo "$as_me: error: cannot compute sizeof (short), 77
8442 See \`config.log' for more details." >&2;}
8443 { (exit 1); exit 1; }; } ;;
8444 esac
8445 else
8446 if test "$cross_compiling" = yes; then
8447 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8448 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8449 { (exit 1); exit 1; }; }
8450 else
8451 cat >conftest.$ac_ext <<_ACEOF
8452 /* confdefs.h. */
8453 _ACEOF
8454 cat confdefs.h >>conftest.$ac_ext
8455 cat >>conftest.$ac_ext <<_ACEOF
8456 /* end confdefs.h. */
8457 $ac_includes_default
8458 long longval () { return (long) (sizeof (short)); }
8459 unsigned long ulongval () { return (long) (sizeof (short)); }
8460 #include <stdio.h>
8461 #include <stdlib.h>
8462 int
8463 main ()
8464 {
8465
8466 FILE *f = fopen ("conftest.val", "w");
8467 if (! f)
8468 exit (1);
8469 if (((long) (sizeof (short))) < 0)
8470 {
8471 long i = longval ();
8472 if (i != ((long) (sizeof (short))))
8473 exit (1);
8474 fprintf (f, "%ld\n", i);
8475 }
8476 else
8477 {
8478 unsigned long i = ulongval ();
8479 if (i != ((long) (sizeof (short))))
8480 exit (1);
8481 fprintf (f, "%lu\n", i);
8482 }
8483 exit (ferror (f) || fclose (f) != 0);
8484
8485 ;
8486 return 0;
8487 }
8488 _ACEOF
8489 rm -f conftest$ac_exeext
8490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8491 (eval $ac_link) 2>&5
8492 ac_status=$?
8493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8494 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8496 (eval $ac_try) 2>&5
8497 ac_status=$?
8498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8499 (exit $ac_status); }; }; then
8500 ac_cv_sizeof_short=`cat conftest.val`
8501 else
8502 echo "$as_me: program exited with status $ac_status" >&5
8503 echo "$as_me: failed program was:" >&5
8504 sed 's/^/| /' conftest.$ac_ext >&5
8505
8506 ( exit $ac_status )
8507 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8508 See \`config.log' for more details." >&5
8509 echo "$as_me: error: cannot compute sizeof (short), 77
8510 See \`config.log' for more details." >&2;}
8511 { (exit 1); exit 1; }; }
8512 fi
8513 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8514 fi
8515 fi
8516 rm -f conftest.val
8517 else
8518 ac_cv_sizeof_short=0
8519 fi
8520 fi
8521 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8522 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8523 cat >>confdefs.h <<_ACEOF
8524 #define SIZEOF_SHORT $ac_cv_sizeof_short
8525 _ACEOF
8526
8527
8528 echo "$as_me:$LINENO: checking for int" >&5
8529 echo $ECHO_N "checking for int... $ECHO_C" >&6
8530 if test "${ac_cv_type_int+set}" = set; then
8531 echo $ECHO_N "(cached) $ECHO_C" >&6
8532 else
8533 cat >conftest.$ac_ext <<_ACEOF
8534 /* confdefs.h. */
8535 _ACEOF
8536 cat confdefs.h >>conftest.$ac_ext
8537 cat >>conftest.$ac_ext <<_ACEOF
8538 /* end confdefs.h. */
8539 $ac_includes_default
8540 int
8541 main ()
8542 {
8543 if ((int *) 0)
8544 return 0;
8545 if (sizeof (int))
8546 return 0;
8547 ;
8548 return 0;
8549 }
8550 _ACEOF
8551 rm -f conftest.$ac_objext
8552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8553 (eval $ac_compile) 2>conftest.er1
8554 ac_status=$?
8555 grep -v '^ *+' conftest.er1 >conftest.err
8556 rm -f conftest.er1
8557 cat conftest.err >&5
8558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559 (exit $ac_status); } &&
8560 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562 (eval $ac_try) 2>&5
8563 ac_status=$?
8564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565 (exit $ac_status); }; } &&
8566 { ac_try='test -s conftest.$ac_objext'
8567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568 (eval $ac_try) 2>&5
8569 ac_status=$?
8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 (exit $ac_status); }; }; then
8572 ac_cv_type_int=yes
8573 else
8574 echo "$as_me: failed program was:" >&5
8575 sed 's/^/| /' conftest.$ac_ext >&5
8576
8577 ac_cv_type_int=no
8578 fi
8579 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8580 fi
8581 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8582 echo "${ECHO_T}$ac_cv_type_int" >&6
8583
8584 echo "$as_me:$LINENO: checking size of int" >&5
8585 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8586 if test "${ac_cv_sizeof_int+set}" = set; then
8587 echo $ECHO_N "(cached) $ECHO_C" >&6
8588 else
8589 if test "$ac_cv_type_int" = yes; then
8590 # The cast to unsigned long works around a bug in the HP C Compiler
8591 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8592 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8593 # This bug is HP SR number 8606223364.
8594 if test "$cross_compiling" = yes; then
8595 # Depending upon the size, compute the lo and hi bounds.
8596 cat >conftest.$ac_ext <<_ACEOF
8597 /* confdefs.h. */
8598 _ACEOF
8599 cat confdefs.h >>conftest.$ac_ext
8600 cat >>conftest.$ac_ext <<_ACEOF
8601 /* end confdefs.h. */
8602 $ac_includes_default
8603 int
8604 main ()
8605 {
8606 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8607 test_array [0] = 0
8608
8609 ;
8610 return 0;
8611 }
8612 _ACEOF
8613 rm -f conftest.$ac_objext
8614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8615 (eval $ac_compile) 2>conftest.er1
8616 ac_status=$?
8617 grep -v '^ *+' conftest.er1 >conftest.err
8618 rm -f conftest.er1
8619 cat conftest.err >&5
8620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621 (exit $ac_status); } &&
8622 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8624 (eval $ac_try) 2>&5
8625 ac_status=$?
8626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8627 (exit $ac_status); }; } &&
8628 { ac_try='test -s conftest.$ac_objext'
8629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8630 (eval $ac_try) 2>&5
8631 ac_status=$?
8632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8633 (exit $ac_status); }; }; then
8634 ac_lo=0 ac_mid=0
8635 while :; do
8636 cat >conftest.$ac_ext <<_ACEOF
8637 /* confdefs.h. */
8638 _ACEOF
8639 cat confdefs.h >>conftest.$ac_ext
8640 cat >>conftest.$ac_ext <<_ACEOF
8641 /* end confdefs.h. */
8642 $ac_includes_default
8643 int
8644 main ()
8645 {
8646 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8647 test_array [0] = 0
8648
8649 ;
8650 return 0;
8651 }
8652 _ACEOF
8653 rm -f conftest.$ac_objext
8654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8655 (eval $ac_compile) 2>conftest.er1
8656 ac_status=$?
8657 grep -v '^ *+' conftest.er1 >conftest.err
8658 rm -f conftest.er1
8659 cat conftest.err >&5
8660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661 (exit $ac_status); } &&
8662 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8664 (eval $ac_try) 2>&5
8665 ac_status=$?
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); }; } &&
8668 { ac_try='test -s conftest.$ac_objext'
8669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8670 (eval $ac_try) 2>&5
8671 ac_status=$?
8672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 (exit $ac_status); }; }; then
8674 ac_hi=$ac_mid; break
8675 else
8676 echo "$as_me: failed program was:" >&5
8677 sed 's/^/| /' conftest.$ac_ext >&5
8678
8679 ac_lo=`expr $ac_mid + 1`
8680 if test $ac_lo -le $ac_mid; then
8681 ac_lo= ac_hi=
8682 break
8683 fi
8684 ac_mid=`expr 2 '*' $ac_mid + 1`
8685 fi
8686 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8687 done
8688 else
8689 echo "$as_me: failed program was:" >&5
8690 sed 's/^/| /' conftest.$ac_ext >&5
8691
8692 cat >conftest.$ac_ext <<_ACEOF
8693 /* confdefs.h. */
8694 _ACEOF
8695 cat confdefs.h >>conftest.$ac_ext
8696 cat >>conftest.$ac_ext <<_ACEOF
8697 /* end confdefs.h. */
8698 $ac_includes_default
8699 int
8700 main ()
8701 {
8702 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8703 test_array [0] = 0
8704
8705 ;
8706 return 0;
8707 }
8708 _ACEOF
8709 rm -f conftest.$ac_objext
8710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8711 (eval $ac_compile) 2>conftest.er1
8712 ac_status=$?
8713 grep -v '^ *+' conftest.er1 >conftest.err
8714 rm -f conftest.er1
8715 cat conftest.err >&5
8716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717 (exit $ac_status); } &&
8718 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8720 (eval $ac_try) 2>&5
8721 ac_status=$?
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); }; } &&
8724 { ac_try='test -s conftest.$ac_objext'
8725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8726 (eval $ac_try) 2>&5
8727 ac_status=$?
8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729 (exit $ac_status); }; }; then
8730 ac_hi=-1 ac_mid=-1
8731 while :; do
8732 cat >conftest.$ac_ext <<_ACEOF
8733 /* confdefs.h. */
8734 _ACEOF
8735 cat confdefs.h >>conftest.$ac_ext
8736 cat >>conftest.$ac_ext <<_ACEOF
8737 /* end confdefs.h. */
8738 $ac_includes_default
8739 int
8740 main ()
8741 {
8742 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8743 test_array [0] = 0
8744
8745 ;
8746 return 0;
8747 }
8748 _ACEOF
8749 rm -f conftest.$ac_objext
8750 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8751 (eval $ac_compile) 2>conftest.er1
8752 ac_status=$?
8753 grep -v '^ *+' conftest.er1 >conftest.err
8754 rm -f conftest.er1
8755 cat conftest.err >&5
8756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8757 (exit $ac_status); } &&
8758 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8760 (eval $ac_try) 2>&5
8761 ac_status=$?
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); }; } &&
8764 { ac_try='test -s conftest.$ac_objext'
8765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8766 (eval $ac_try) 2>&5
8767 ac_status=$?
8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769 (exit $ac_status); }; }; then
8770 ac_lo=$ac_mid; break
8771 else
8772 echo "$as_me: failed program was:" >&5
8773 sed 's/^/| /' conftest.$ac_ext >&5
8774
8775 ac_hi=`expr '(' $ac_mid ')' - 1`
8776 if test $ac_mid -le $ac_hi; then
8777 ac_lo= ac_hi=
8778 break
8779 fi
8780 ac_mid=`expr 2 '*' $ac_mid`
8781 fi
8782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8783 done
8784 else
8785 echo "$as_me: failed program was:" >&5
8786 sed 's/^/| /' conftest.$ac_ext >&5
8787
8788 ac_lo= ac_hi=
8789 fi
8790 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8791 fi
8792 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8793 # Binary search between lo and hi bounds.
8794 while test "x$ac_lo" != "x$ac_hi"; do
8795 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8796 cat >conftest.$ac_ext <<_ACEOF
8797 /* confdefs.h. */
8798 _ACEOF
8799 cat confdefs.h >>conftest.$ac_ext
8800 cat >>conftest.$ac_ext <<_ACEOF
8801 /* end confdefs.h. */
8802 $ac_includes_default
8803 int
8804 main ()
8805 {
8806 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8807 test_array [0] = 0
8808
8809 ;
8810 return 0;
8811 }
8812 _ACEOF
8813 rm -f conftest.$ac_objext
8814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8815 (eval $ac_compile) 2>conftest.er1
8816 ac_status=$?
8817 grep -v '^ *+' conftest.er1 >conftest.err
8818 rm -f conftest.er1
8819 cat conftest.err >&5
8820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8821 (exit $ac_status); } &&
8822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8824 (eval $ac_try) 2>&5
8825 ac_status=$?
8826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827 (exit $ac_status); }; } &&
8828 { ac_try='test -s conftest.$ac_objext'
8829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8830 (eval $ac_try) 2>&5
8831 ac_status=$?
8832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8833 (exit $ac_status); }; }; then
8834 ac_hi=$ac_mid
8835 else
8836 echo "$as_me: failed program was:" >&5
8837 sed 's/^/| /' conftest.$ac_ext >&5
8838
8839 ac_lo=`expr '(' $ac_mid ')' + 1`
8840 fi
8841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8842 done
8843 case $ac_lo in
8844 ?*) ac_cv_sizeof_int=$ac_lo;;
8845 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8846 See \`config.log' for more details." >&5
8847 echo "$as_me: error: cannot compute sizeof (int), 77
8848 See \`config.log' for more details." >&2;}
8849 { (exit 1); exit 1; }; } ;;
8850 esac
8851 else
8852 if test "$cross_compiling" = yes; then
8853 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8854 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8855 { (exit 1); exit 1; }; }
8856 else
8857 cat >conftest.$ac_ext <<_ACEOF
8858 /* confdefs.h. */
8859 _ACEOF
8860 cat confdefs.h >>conftest.$ac_ext
8861 cat >>conftest.$ac_ext <<_ACEOF
8862 /* end confdefs.h. */
8863 $ac_includes_default
8864 long longval () { return (long) (sizeof (int)); }
8865 unsigned long ulongval () { return (long) (sizeof (int)); }
8866 #include <stdio.h>
8867 #include <stdlib.h>
8868 int
8869 main ()
8870 {
8871
8872 FILE *f = fopen ("conftest.val", "w");
8873 if (! f)
8874 exit (1);
8875 if (((long) (sizeof (int))) < 0)
8876 {
8877 long i = longval ();
8878 if (i != ((long) (sizeof (int))))
8879 exit (1);
8880 fprintf (f, "%ld\n", i);
8881 }
8882 else
8883 {
8884 unsigned long i = ulongval ();
8885 if (i != ((long) (sizeof (int))))
8886 exit (1);
8887 fprintf (f, "%lu\n", i);
8888 }
8889 exit (ferror (f) || fclose (f) != 0);
8890
8891 ;
8892 return 0;
8893 }
8894 _ACEOF
8895 rm -f conftest$ac_exeext
8896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8897 (eval $ac_link) 2>&5
8898 ac_status=$?
8899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8902 (eval $ac_try) 2>&5
8903 ac_status=$?
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); }; }; then
8906 ac_cv_sizeof_int=`cat conftest.val`
8907 else
8908 echo "$as_me: program exited with status $ac_status" >&5
8909 echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8911
8912 ( exit $ac_status )
8913 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8914 See \`config.log' for more details." >&5
8915 echo "$as_me: error: cannot compute sizeof (int), 77
8916 See \`config.log' for more details." >&2;}
8917 { (exit 1); exit 1; }; }
8918 fi
8919 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8920 fi
8921 fi
8922 rm -f conftest.val
8923 else
8924 ac_cv_sizeof_int=0
8925 fi
8926 fi
8927 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8928 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8929 cat >>confdefs.h <<_ACEOF
8930 #define SIZEOF_INT $ac_cv_sizeof_int
8931 _ACEOF
8932
8933
8934 echo "$as_me:$LINENO: checking for long long" >&5
8935 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8936 if test "${ac_cv_type_long_long+set}" = set; then
8937 echo $ECHO_N "(cached) $ECHO_C" >&6
8938 else
8939 cat >conftest.$ac_ext <<_ACEOF
8940 /* confdefs.h. */
8941 _ACEOF
8942 cat confdefs.h >>conftest.$ac_ext
8943 cat >>conftest.$ac_ext <<_ACEOF
8944 /* end confdefs.h. */
8945 $ac_includes_default
8946 int
8947 main ()
8948 {
8949 if ((long long *) 0)
8950 return 0;
8951 if (sizeof (long long))
8952 return 0;
8953 ;
8954 return 0;
8955 }
8956 _ACEOF
8957 rm -f conftest.$ac_objext
8958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8959 (eval $ac_compile) 2>conftest.er1
8960 ac_status=$?
8961 grep -v '^ *+' conftest.er1 >conftest.err
8962 rm -f conftest.er1
8963 cat conftest.err >&5
8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965 (exit $ac_status); } &&
8966 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8968 (eval $ac_try) 2>&5
8969 ac_status=$?
8970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8971 (exit $ac_status); }; } &&
8972 { ac_try='test -s conftest.$ac_objext'
8973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8974 (eval $ac_try) 2>&5
8975 ac_status=$?
8976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8977 (exit $ac_status); }; }; then
8978 ac_cv_type_long_long=yes
8979 else
8980 echo "$as_me: failed program was:" >&5
8981 sed 's/^/| /' conftest.$ac_ext >&5
8982
8983 ac_cv_type_long_long=no
8984 fi
8985 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8986 fi
8987 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8988 echo "${ECHO_T}$ac_cv_type_long_long" >&6
8989
8990 echo "$as_me:$LINENO: checking size of long long" >&5
8991 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8992 if test "${ac_cv_sizeof_long_long+set}" = set; then
8993 echo $ECHO_N "(cached) $ECHO_C" >&6
8994 else
8995 if test "$ac_cv_type_long_long" = yes; then
8996 # The cast to unsigned long works around a bug in the HP C Compiler
8997 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8998 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8999 # This bug is HP SR number 8606223364.
9000 if test "$cross_compiling" = yes; then
9001 # Depending upon the size, compute the lo and hi bounds.
9002 cat >conftest.$ac_ext <<_ACEOF
9003 /* confdefs.h. */
9004 _ACEOF
9005 cat confdefs.h >>conftest.$ac_ext
9006 cat >>conftest.$ac_ext <<_ACEOF
9007 /* end confdefs.h. */
9008 $ac_includes_default
9009 int
9010 main ()
9011 {
9012 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9013 test_array [0] = 0
9014
9015 ;
9016 return 0;
9017 }
9018 _ACEOF
9019 rm -f conftest.$ac_objext
9020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9021 (eval $ac_compile) 2>conftest.er1
9022 ac_status=$?
9023 grep -v '^ *+' conftest.er1 >conftest.err
9024 rm -f conftest.er1
9025 cat conftest.err >&5
9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027 (exit $ac_status); } &&
9028 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9030 (eval $ac_try) 2>&5
9031 ac_status=$?
9032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9033 (exit $ac_status); }; } &&
9034 { ac_try='test -s conftest.$ac_objext'
9035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9036 (eval $ac_try) 2>&5
9037 ac_status=$?
9038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9039 (exit $ac_status); }; }; then
9040 ac_lo=0 ac_mid=0
9041 while :; do
9042 cat >conftest.$ac_ext <<_ACEOF
9043 /* confdefs.h. */
9044 _ACEOF
9045 cat confdefs.h >>conftest.$ac_ext
9046 cat >>conftest.$ac_ext <<_ACEOF
9047 /* end confdefs.h. */
9048 $ac_includes_default
9049 int
9050 main ()
9051 {
9052 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9053 test_array [0] = 0
9054
9055 ;
9056 return 0;
9057 }
9058 _ACEOF
9059 rm -f conftest.$ac_objext
9060 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9061 (eval $ac_compile) 2>conftest.er1
9062 ac_status=$?
9063 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -f conftest.er1
9065 cat conftest.err >&5
9066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067 (exit $ac_status); } &&
9068 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9070 (eval $ac_try) 2>&5
9071 ac_status=$?
9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 (exit $ac_status); }; } &&
9074 { ac_try='test -s conftest.$ac_objext'
9075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9076 (eval $ac_try) 2>&5
9077 ac_status=$?
9078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079 (exit $ac_status); }; }; then
9080 ac_hi=$ac_mid; break
9081 else
9082 echo "$as_me: failed program was:" >&5
9083 sed 's/^/| /' conftest.$ac_ext >&5
9084
9085 ac_lo=`expr $ac_mid + 1`
9086 if test $ac_lo -le $ac_mid; then
9087 ac_lo= ac_hi=
9088 break
9089 fi
9090 ac_mid=`expr 2 '*' $ac_mid + 1`
9091 fi
9092 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9093 done
9094 else
9095 echo "$as_me: failed program was:" >&5
9096 sed 's/^/| /' conftest.$ac_ext >&5
9097
9098 cat >conftest.$ac_ext <<_ACEOF
9099 /* confdefs.h. */
9100 _ACEOF
9101 cat confdefs.h >>conftest.$ac_ext
9102 cat >>conftest.$ac_ext <<_ACEOF
9103 /* end confdefs.h. */
9104 $ac_includes_default
9105 int
9106 main ()
9107 {
9108 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9109 test_array [0] = 0
9110
9111 ;
9112 return 0;
9113 }
9114 _ACEOF
9115 rm -f conftest.$ac_objext
9116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9117 (eval $ac_compile) 2>conftest.er1
9118 ac_status=$?
9119 grep -v '^ *+' conftest.er1 >conftest.err
9120 rm -f conftest.er1
9121 cat conftest.err >&5
9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); } &&
9124 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9126 (eval $ac_try) 2>&5
9127 ac_status=$?
9128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9129 (exit $ac_status); }; } &&
9130 { ac_try='test -s conftest.$ac_objext'
9131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9132 (eval $ac_try) 2>&5
9133 ac_status=$?
9134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9135 (exit $ac_status); }; }; then
9136 ac_hi=-1 ac_mid=-1
9137 while :; do
9138 cat >conftest.$ac_ext <<_ACEOF
9139 /* confdefs.h. */
9140 _ACEOF
9141 cat confdefs.h >>conftest.$ac_ext
9142 cat >>conftest.$ac_ext <<_ACEOF
9143 /* end confdefs.h. */
9144 $ac_includes_default
9145 int
9146 main ()
9147 {
9148 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9149 test_array [0] = 0
9150
9151 ;
9152 return 0;
9153 }
9154 _ACEOF
9155 rm -f conftest.$ac_objext
9156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9157 (eval $ac_compile) 2>conftest.er1
9158 ac_status=$?
9159 grep -v '^ *+' conftest.er1 >conftest.err
9160 rm -f conftest.er1
9161 cat conftest.err >&5
9162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9163 (exit $ac_status); } &&
9164 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9166 (eval $ac_try) 2>&5
9167 ac_status=$?
9168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169 (exit $ac_status); }; } &&
9170 { ac_try='test -s conftest.$ac_objext'
9171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9172 (eval $ac_try) 2>&5
9173 ac_status=$?
9174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); }; }; then
9176 ac_lo=$ac_mid; break
9177 else
9178 echo "$as_me: failed program was:" >&5
9179 sed 's/^/| /' conftest.$ac_ext >&5
9180
9181 ac_hi=`expr '(' $ac_mid ')' - 1`
9182 if test $ac_mid -le $ac_hi; then
9183 ac_lo= ac_hi=
9184 break
9185 fi
9186 ac_mid=`expr 2 '*' $ac_mid`
9187 fi
9188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9189 done
9190 else
9191 echo "$as_me: failed program was:" >&5
9192 sed 's/^/| /' conftest.$ac_ext >&5
9193
9194 ac_lo= ac_hi=
9195 fi
9196 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9197 fi
9198 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9199 # Binary search between lo and hi bounds.
9200 while test "x$ac_lo" != "x$ac_hi"; do
9201 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9202 cat >conftest.$ac_ext <<_ACEOF
9203 /* confdefs.h. */
9204 _ACEOF
9205 cat confdefs.h >>conftest.$ac_ext
9206 cat >>conftest.$ac_ext <<_ACEOF
9207 /* end confdefs.h. */
9208 $ac_includes_default
9209 int
9210 main ()
9211 {
9212 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9213 test_array [0] = 0
9214
9215 ;
9216 return 0;
9217 }
9218 _ACEOF
9219 rm -f conftest.$ac_objext
9220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9221 (eval $ac_compile) 2>conftest.er1
9222 ac_status=$?
9223 grep -v '^ *+' conftest.er1 >conftest.err
9224 rm -f conftest.er1
9225 cat conftest.err >&5
9226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } &&
9228 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9230 (eval $ac_try) 2>&5
9231 ac_status=$?
9232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9233 (exit $ac_status); }; } &&
9234 { ac_try='test -s conftest.$ac_objext'
9235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9236 (eval $ac_try) 2>&5
9237 ac_status=$?
9238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239 (exit $ac_status); }; }; then
9240 ac_hi=$ac_mid
9241 else
9242 echo "$as_me: failed program was:" >&5
9243 sed 's/^/| /' conftest.$ac_ext >&5
9244
9245 ac_lo=`expr '(' $ac_mid ')' + 1`
9246 fi
9247 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9248 done
9249 case $ac_lo in
9250 ?*) ac_cv_sizeof_long_long=$ac_lo;;
9251 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9252 See \`config.log' for more details." >&5
9253 echo "$as_me: error: cannot compute sizeof (long long), 77
9254 See \`config.log' for more details." >&2;}
9255 { (exit 1); exit 1; }; } ;;
9256 esac
9257 else
9258 if test "$cross_compiling" = yes; then
9259 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9260 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9261 { (exit 1); exit 1; }; }
9262 else
9263 cat >conftest.$ac_ext <<_ACEOF
9264 /* confdefs.h. */
9265 _ACEOF
9266 cat confdefs.h >>conftest.$ac_ext
9267 cat >>conftest.$ac_ext <<_ACEOF
9268 /* end confdefs.h. */
9269 $ac_includes_default
9270 long longval () { return (long) (sizeof (long long)); }
9271 unsigned long ulongval () { return (long) (sizeof (long long)); }
9272 #include <stdio.h>
9273 #include <stdlib.h>
9274 int
9275 main ()
9276 {
9277
9278 FILE *f = fopen ("conftest.val", "w");
9279 if (! f)
9280 exit (1);
9281 if (((long) (sizeof (long long))) < 0)
9282 {
9283 long i = longval ();
9284 if (i != ((long) (sizeof (long long))))
9285 exit (1);
9286 fprintf (f, "%ld\n", i);
9287 }
9288 else
9289 {
9290 unsigned long i = ulongval ();
9291 if (i != ((long) (sizeof (long long))))
9292 exit (1);
9293 fprintf (f, "%lu\n", i);
9294 }
9295 exit (ferror (f) || fclose (f) != 0);
9296
9297 ;
9298 return 0;
9299 }
9300 _ACEOF
9301 rm -f conftest$ac_exeext
9302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9303 (eval $ac_link) 2>&5
9304 ac_status=$?
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9308 (eval $ac_try) 2>&5
9309 ac_status=$?
9310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9311 (exit $ac_status); }; }; then
9312 ac_cv_sizeof_long_long=`cat conftest.val`
9313 else
9314 echo "$as_me: program exited with status $ac_status" >&5
9315 echo "$as_me: failed program was:" >&5
9316 sed 's/^/| /' conftest.$ac_ext >&5
9317
9318 ( exit $ac_status )
9319 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9320 See \`config.log' for more details." >&5
9321 echo "$as_me: error: cannot compute sizeof (long long), 77
9322 See \`config.log' for more details." >&2;}
9323 { (exit 1); exit 1; }; }
9324 fi
9325 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9326 fi
9327 fi
9328 rm -f conftest.val
9329 else
9330 ac_cv_sizeof_long_long=0
9331 fi
9332 fi
9333 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9334 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9335 cat >>confdefs.h <<_ACEOF
9336 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9337 _ACEOF
9338
9339
9340 echo "$as_me:$LINENO: checking for int *" >&5
9341 echo $ECHO_N "checking for int *... $ECHO_C" >&6
9342 if test "${ac_cv_type_int_p+set}" = set; then
9343 echo $ECHO_N "(cached) $ECHO_C" >&6
9344 else
9345 cat >conftest.$ac_ext <<_ACEOF
9346 /* confdefs.h. */
9347 _ACEOF
9348 cat confdefs.h >>conftest.$ac_ext
9349 cat >>conftest.$ac_ext <<_ACEOF
9350 /* end confdefs.h. */
9351 $ac_includes_default
9352 int
9353 main ()
9354 {
9355 if ((int * *) 0)
9356 return 0;
9357 if (sizeof (int *))
9358 return 0;
9359 ;
9360 return 0;
9361 }
9362 _ACEOF
9363 rm -f conftest.$ac_objext
9364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9365 (eval $ac_compile) 2>conftest.er1
9366 ac_status=$?
9367 grep -v '^ *+' conftest.er1 >conftest.err
9368 rm -f conftest.er1
9369 cat conftest.err >&5
9370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9371 (exit $ac_status); } &&
9372 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9374 (eval $ac_try) 2>&5
9375 ac_status=$?
9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377 (exit $ac_status); }; } &&
9378 { ac_try='test -s conftest.$ac_objext'
9379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9380 (eval $ac_try) 2>&5
9381 ac_status=$?
9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9383 (exit $ac_status); }; }; then
9384 ac_cv_type_int_p=yes
9385 else
9386 echo "$as_me: failed program was:" >&5
9387 sed 's/^/| /' conftest.$ac_ext >&5
9388
9389 ac_cv_type_int_p=no
9390 fi
9391 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9392 fi
9393 echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9394 echo "${ECHO_T}$ac_cv_type_int_p" >&6
9395
9396 echo "$as_me:$LINENO: checking size of int *" >&5
9397 echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9398 if test "${ac_cv_sizeof_int_p+set}" = set; then
9399 echo $ECHO_N "(cached) $ECHO_C" >&6
9400 else
9401 if test "$ac_cv_type_int_p" = yes; then
9402 # The cast to unsigned long works around a bug in the HP C Compiler
9403 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9404 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9405 # This bug is HP SR number 8606223364.
9406 if test "$cross_compiling" = yes; then
9407 # Depending upon the size, compute the lo and hi bounds.
9408 cat >conftest.$ac_ext <<_ACEOF
9409 /* confdefs.h. */
9410 _ACEOF
9411 cat confdefs.h >>conftest.$ac_ext
9412 cat >>conftest.$ac_ext <<_ACEOF
9413 /* end confdefs.h. */
9414 $ac_includes_default
9415 int
9416 main ()
9417 {
9418 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9419 test_array [0] = 0
9420
9421 ;
9422 return 0;
9423 }
9424 _ACEOF
9425 rm -f conftest.$ac_objext
9426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9427 (eval $ac_compile) 2>conftest.er1
9428 ac_status=$?
9429 grep -v '^ *+' conftest.er1 >conftest.err
9430 rm -f conftest.er1
9431 cat conftest.err >&5
9432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433 (exit $ac_status); } &&
9434 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9436 (eval $ac_try) 2>&5
9437 ac_status=$?
9438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439 (exit $ac_status); }; } &&
9440 { ac_try='test -s conftest.$ac_objext'
9441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9442 (eval $ac_try) 2>&5
9443 ac_status=$?
9444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9445 (exit $ac_status); }; }; then
9446 ac_lo=0 ac_mid=0
9447 while :; do
9448 cat >conftest.$ac_ext <<_ACEOF
9449 /* confdefs.h. */
9450 _ACEOF
9451 cat confdefs.h >>conftest.$ac_ext
9452 cat >>conftest.$ac_ext <<_ACEOF
9453 /* end confdefs.h. */
9454 $ac_includes_default
9455 int
9456 main ()
9457 {
9458 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9459 test_array [0] = 0
9460
9461 ;
9462 return 0;
9463 }
9464 _ACEOF
9465 rm -f conftest.$ac_objext
9466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9467 (eval $ac_compile) 2>conftest.er1
9468 ac_status=$?
9469 grep -v '^ *+' conftest.er1 >conftest.err
9470 rm -f conftest.er1
9471 cat conftest.err >&5
9472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473 (exit $ac_status); } &&
9474 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9476 (eval $ac_try) 2>&5
9477 ac_status=$?
9478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479 (exit $ac_status); }; } &&
9480 { ac_try='test -s conftest.$ac_objext'
9481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9482 (eval $ac_try) 2>&5
9483 ac_status=$?
9484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485 (exit $ac_status); }; }; then
9486 ac_hi=$ac_mid; break
9487 else
9488 echo "$as_me: failed program was:" >&5
9489 sed 's/^/| /' conftest.$ac_ext >&5
9490
9491 ac_lo=`expr $ac_mid + 1`
9492 if test $ac_lo -le $ac_mid; then
9493 ac_lo= ac_hi=
9494 break
9495 fi
9496 ac_mid=`expr 2 '*' $ac_mid + 1`
9497 fi
9498 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9499 done
9500 else
9501 echo "$as_me: failed program was:" >&5
9502 sed 's/^/| /' conftest.$ac_ext >&5
9503
9504 cat >conftest.$ac_ext <<_ACEOF
9505 /* confdefs.h. */
9506 _ACEOF
9507 cat confdefs.h >>conftest.$ac_ext
9508 cat >>conftest.$ac_ext <<_ACEOF
9509 /* end confdefs.h. */
9510 $ac_includes_default
9511 int
9512 main ()
9513 {
9514 static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9515 test_array [0] = 0
9516
9517 ;
9518 return 0;
9519 }
9520 _ACEOF
9521 rm -f conftest.$ac_objext
9522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9523 (eval $ac_compile) 2>conftest.er1
9524 ac_status=$?
9525 grep -v '^ *+' conftest.er1 >conftest.err
9526 rm -f conftest.er1
9527 cat conftest.err >&5
9528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529 (exit $ac_status); } &&
9530 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9532 (eval $ac_try) 2>&5
9533 ac_status=$?
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); }; } &&
9536 { ac_try='test -s conftest.$ac_objext'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5
9539 ac_status=$?
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; }; then
9542 ac_hi=-1 ac_mid=-1
9543 while :; do
9544 cat >conftest.$ac_ext <<_ACEOF
9545 /* confdefs.h. */
9546 _ACEOF
9547 cat confdefs.h >>conftest.$ac_ext
9548 cat >>conftest.$ac_ext <<_ACEOF
9549 /* end confdefs.h. */
9550 $ac_includes_default
9551 int
9552 main ()
9553 {
9554 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9555 test_array [0] = 0
9556
9557 ;
9558 return 0;
9559 }
9560 _ACEOF
9561 rm -f conftest.$ac_objext
9562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9563 (eval $ac_compile) 2>conftest.er1
9564 ac_status=$?
9565 grep -v '^ *+' conftest.er1 >conftest.err
9566 rm -f conftest.er1
9567 cat conftest.err >&5
9568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9569 (exit $ac_status); } &&
9570 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9572 (eval $ac_try) 2>&5
9573 ac_status=$?
9574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575 (exit $ac_status); }; } &&
9576 { ac_try='test -s conftest.$ac_objext'
9577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9578 (eval $ac_try) 2>&5
9579 ac_status=$?
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); }; }; then
9582 ac_lo=$ac_mid; break
9583 else
9584 echo "$as_me: failed program was:" >&5
9585 sed 's/^/| /' conftest.$ac_ext >&5
9586
9587 ac_hi=`expr '(' $ac_mid ')' - 1`
9588 if test $ac_mid -le $ac_hi; then
9589 ac_lo= ac_hi=
9590 break
9591 fi
9592 ac_mid=`expr 2 '*' $ac_mid`
9593 fi
9594 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9595 done
9596 else
9597 echo "$as_me: failed program was:" >&5
9598 sed 's/^/| /' conftest.$ac_ext >&5
9599
9600 ac_lo= ac_hi=
9601 fi
9602 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9603 fi
9604 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9605 # Binary search between lo and hi bounds.
9606 while test "x$ac_lo" != "x$ac_hi"; do
9607 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9608 cat >conftest.$ac_ext <<_ACEOF
9609 /* confdefs.h. */
9610 _ACEOF
9611 cat confdefs.h >>conftest.$ac_ext
9612 cat >>conftest.$ac_ext <<_ACEOF
9613 /* end confdefs.h. */
9614 $ac_includes_default
9615 int
9616 main ()
9617 {
9618 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9619 test_array [0] = 0
9620
9621 ;
9622 return 0;
9623 }
9624 _ACEOF
9625 rm -f conftest.$ac_objext
9626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9627 (eval $ac_compile) 2>conftest.er1
9628 ac_status=$?
9629 grep -v '^ *+' conftest.er1 >conftest.err
9630 rm -f conftest.er1
9631 cat conftest.err >&5
9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); } &&
9634 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9636 (eval $ac_try) 2>&5
9637 ac_status=$?
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); }; } &&
9640 { ac_try='test -s conftest.$ac_objext'
9641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9642 (eval $ac_try) 2>&5
9643 ac_status=$?
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); }; }; then
9646 ac_hi=$ac_mid
9647 else
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.$ac_ext >&5
9650
9651 ac_lo=`expr '(' $ac_mid ')' + 1`
9652 fi
9653 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9654 done
9655 case $ac_lo in
9656 ?*) ac_cv_sizeof_int_p=$ac_lo;;
9657 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9658 See \`config.log' for more details." >&5
9659 echo "$as_me: error: cannot compute sizeof (int *), 77
9660 See \`config.log' for more details." >&2;}
9661 { (exit 1); exit 1; }; } ;;
9662 esac
9663 else
9664 if test "$cross_compiling" = yes; then
9665 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9666 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9667 { (exit 1); exit 1; }; }
9668 else
9669 cat >conftest.$ac_ext <<_ACEOF
9670 /* confdefs.h. */
9671 _ACEOF
9672 cat confdefs.h >>conftest.$ac_ext
9673 cat >>conftest.$ac_ext <<_ACEOF
9674 /* end confdefs.h. */
9675 $ac_includes_default
9676 long longval () { return (long) (sizeof (int *)); }
9677 unsigned long ulongval () { return (long) (sizeof (int *)); }
9678 #include <stdio.h>
9679 #include <stdlib.h>
9680 int
9681 main ()
9682 {
9683
9684 FILE *f = fopen ("conftest.val", "w");
9685 if (! f)
9686 exit (1);
9687 if (((long) (sizeof (int *))) < 0)
9688 {
9689 long i = longval ();
9690 if (i != ((long) (sizeof (int *))))
9691 exit (1);
9692 fprintf (f, "%ld\n", i);
9693 }
9694 else
9695 {
9696 unsigned long i = ulongval ();
9697 if (i != ((long) (sizeof (int *))))
9698 exit (1);
9699 fprintf (f, "%lu\n", i);
9700 }
9701 exit (ferror (f) || fclose (f) != 0);
9702
9703 ;
9704 return 0;
9705 }
9706 _ACEOF
9707 rm -f conftest$ac_exeext
9708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9709 (eval $ac_link) 2>&5
9710 ac_status=$?
9711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9712 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9714 (eval $ac_try) 2>&5
9715 ac_status=$?
9716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717 (exit $ac_status); }; }; then
9718 ac_cv_sizeof_int_p=`cat conftest.val`
9719 else
9720 echo "$as_me: program exited with status $ac_status" >&5
9721 echo "$as_me: failed program was:" >&5
9722 sed 's/^/| /' conftest.$ac_ext >&5
9723
9724 ( exit $ac_status )
9725 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9726 See \`config.log' for more details." >&5
9727 echo "$as_me: error: cannot compute sizeof (int *), 77
9728 See \`config.log' for more details." >&2;}
9729 { (exit 1); exit 1; }; }
9730 fi
9731 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9732 fi
9733 fi
9734 rm -f conftest.val
9735 else
9736 ac_cv_sizeof_int_p=0
9737 fi
9738 fi
9739 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9740 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9741 cat >>confdefs.h <<_ACEOF
9742 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9743 _ACEOF
9744
9745
9746
9747
9748 echo "$as_me:$LINENO: checking for int16_t" >&5
9749 echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9750 if test "${rxvt_cv_int16_t+set}" = set; then
9751 echo $ECHO_N "(cached) $ECHO_C" >&6
9752 else
9753 cat >conftest.$ac_ext <<_ACEOF
9754 /* confdefs.h. */
9755 _ACEOF
9756 cat confdefs.h >>conftest.$ac_ext
9757 cat >>conftest.$ac_ext <<_ACEOF
9758 /* end confdefs.h. */
9759 #include <stdint.h>
9760 int
9761 main ()
9762 {
9763 int16_t dummy;
9764 ;
9765 return 0;
9766 }
9767 _ACEOF
9768 rm -f conftest.$ac_objext
9769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9770 (eval $ac_compile) 2>conftest.er1
9771 ac_status=$?
9772 grep -v '^ *+' conftest.er1 >conftest.err
9773 rm -f conftest.er1
9774 cat conftest.err >&5
9775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9776 (exit $ac_status); } &&
9777 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9779 (eval $ac_try) 2>&5
9780 ac_status=$?
9781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9782 (exit $ac_status); }; } &&
9783 { ac_try='test -s conftest.$ac_objext'
9784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9785 (eval $ac_try) 2>&5
9786 ac_status=$?
9787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788 (exit $ac_status); }; }; then
9789 rxvt_cv_int16_t=yes
9790 else
9791 echo "$as_me: failed program was:" >&5
9792 sed 's/^/| /' conftest.$ac_ext >&5
9793
9794 if test "$ac_cv_sizeof_char" -ge 2; then
9795 rxvt_cv_int16_t=" char"
9796 else
9797 if test "$ac_cv_sizeof_short" -ge 2; then
9798 rxvt_cv_int16_t=" short"
9799 else
9800 if test "$ac_cv_sizeof_int" -ge 2; then
9801 rxvt_cv_int16_t=" int"
9802 else
9803 if test "$ac_cv_sizeof_long" -ge 2; then
9804 rxvt_cv_int16_t=" long"
9805 else
9806 if test "$ac_cv_sizeof_long_long" -ge 2; then
9807 rxvt_cv_int16_t=" long long"
9808 else
9809 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9810 fi
9811 fi
9812 fi
9813 fi
9814 fi
9815 fi
9816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9817 fi
9818 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9819 echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9820 if test x"$rxvt_cv_int16_t" != xyes; then
9821 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9822 else
9823 if test x"" = x; then
9824 rxvt_int16_typedef="/* typedef short int16_t; */"
9825 else
9826 rxvt_int16_typedef="/* typedef short int16_t; */"
9827 fi
9828 fi
9829
9830 echo "$as_me:$LINENO: checking for uint16_t" >&5
9831 echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9832 if test "${rxvt_cv_uint16_t+set}" = set; then
9833 echo $ECHO_N "(cached) $ECHO_C" >&6
9834 else
9835 cat >conftest.$ac_ext <<_ACEOF
9836 /* confdefs.h. */
9837 _ACEOF
9838 cat confdefs.h >>conftest.$ac_ext
9839 cat >>conftest.$ac_ext <<_ACEOF
9840 /* end confdefs.h. */
9841 #include <stdint.h>
9842 int
9843 main ()
9844 {
9845 uint16_t dummy;
9846 ;
9847 return 0;
9848 }
9849 _ACEOF
9850 rm -f conftest.$ac_objext
9851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9852 (eval $ac_compile) 2>conftest.er1
9853 ac_status=$?
9854 grep -v '^ *+' conftest.er1 >conftest.err
9855 rm -f conftest.er1
9856 cat conftest.err >&5
9857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858 (exit $ac_status); } &&
9859 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9861 (eval $ac_try) 2>&5
9862 ac_status=$?
9863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9864 (exit $ac_status); }; } &&
9865 { ac_try='test -s conftest.$ac_objext'
9866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9867 (eval $ac_try) 2>&5
9868 ac_status=$?
9869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9870 (exit $ac_status); }; }; then
9871 rxvt_cv_uint16_t=yes
9872 else
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9875
9876 if test "$ac_cv_sizeof_char" -ge 2; then
9877 rxvt_cv_uint16_t="unsigned char"
9878 else
9879 if test "$ac_cv_sizeof_short" -ge 2; then
9880 rxvt_cv_uint16_t="unsigned short"
9881 else
9882 if test "$ac_cv_sizeof_int" -ge 2; then
9883 rxvt_cv_uint16_t="unsigned int"
9884 else
9885 if test "$ac_cv_sizeof_long" -ge 2; then
9886 rxvt_cv_uint16_t="unsigned long"
9887 else
9888 if test "$ac_cv_sizeof_long_long" -ge 2; then
9889 rxvt_cv_uint16_t="unsigned long long"
9890 else
9891 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9892 fi
9893 fi
9894 fi
9895 fi
9896 fi
9897 fi
9898 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9899 fi
9900 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9901 echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9902 if test x"$rxvt_cv_uint16_t" != xyes; then
9903 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9904 else
9905 if test x"unsigned" = x; then
9906 rxvt_uint16_typedef="/* typedef short uint16_t; */"
9907 else
9908 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9909 fi
9910 fi
9911
9912 echo "$as_me:$LINENO: checking for int32_t" >&5
9913 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9914 if test "${rxvt_cv_int32_t+set}" = set; then
9915 echo $ECHO_N "(cached) $ECHO_C" >&6
9916 else
9917 cat >conftest.$ac_ext <<_ACEOF
9918 /* confdefs.h. */
9919 _ACEOF
9920 cat confdefs.h >>conftest.$ac_ext
9921 cat >>conftest.$ac_ext <<_ACEOF
9922 /* end confdefs.h. */
9923 #include <stdint.h>
9924 int
9925 main ()
9926 {
9927 int32_t dummy;
9928 ;
9929 return 0;
9930 }
9931 _ACEOF
9932 rm -f conftest.$ac_objext
9933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9934 (eval $ac_compile) 2>conftest.er1
9935 ac_status=$?
9936 grep -v '^ *+' conftest.er1 >conftest.err
9937 rm -f conftest.er1
9938 cat conftest.err >&5
9939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940 (exit $ac_status); } &&
9941 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9943 (eval $ac_try) 2>&5
9944 ac_status=$?
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); }; } &&
9947 { ac_try='test -s conftest.$ac_objext'
9948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9949 (eval $ac_try) 2>&5
9950 ac_status=$?
9951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9952 (exit $ac_status); }; }; then
9953 rxvt_cv_int32_t=yes
9954 else
9955 echo "$as_me: failed program was:" >&5
9956 sed 's/^/| /' conftest.$ac_ext >&5
9957
9958 if test "$ac_cv_sizeof_char" -ge 4; then
9959 rxvt_cv_int32_t=" char"
9960 else
9961 if test "$ac_cv_sizeof_short" -ge 4; then
9962 rxvt_cv_int32_t=" short"
9963 else
9964 if test "$ac_cv_sizeof_int" -ge 4; then
9965 rxvt_cv_int32_t=" int"
9966 else
9967 if test "$ac_cv_sizeof_long" -ge 4; then
9968 rxvt_cv_int32_t=" long"
9969 else
9970 if test "$ac_cv_sizeof_long_long" -ge 4; then
9971 rxvt_cv_int32_t=" long long"
9972 else
9973 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9974 fi
9975 fi
9976 fi
9977 fi
9978 fi
9979 fi
9980 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9981 fi
9982 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9983 echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9984 if test x"$rxvt_cv_int32_t" != xyes; then
9985 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9986 else
9987 if test x"" = x; then
9988 rxvt_int32_typedef="/* typedef int int32_t; */"
9989 else
9990 rxvt_int32_typedef="/* typedef int int32_t; */"
9991 fi
9992 fi
9993
9994 echo "$as_me:$LINENO: checking for uint32_t" >&5
9995 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9996 if test "${rxvt_cv_uint32_t+set}" = set; then
9997 echo $ECHO_N "(cached) $ECHO_C" >&6
9998 else
9999 cat >conftest.$ac_ext <<_ACEOF
10000 /* confdefs.h. */
10001 _ACEOF
10002 cat confdefs.h >>conftest.$ac_ext
10003 cat >>conftest.$ac_ext <<_ACEOF
10004 /* end confdefs.h. */
10005 #include <stdint.h>
10006 int
10007 main ()
10008 {
10009 uint32_t dummy;
10010 ;
10011 return 0;
10012 }
10013 _ACEOF
10014 rm -f conftest.$ac_objext
10015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10016 (eval $ac_compile) 2>conftest.er1
10017 ac_status=$?
10018 grep -v '^ *+' conftest.er1 >conftest.err
10019 rm -f conftest.er1
10020 cat conftest.err >&5
10021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10022 (exit $ac_status); } &&
10023 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10025 (eval $ac_try) 2>&5
10026 ac_status=$?
10027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); }; } &&
10029 { ac_try='test -s conftest.$ac_objext'
10030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10031 (eval $ac_try) 2>&5
10032 ac_status=$?
10033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034 (exit $ac_status); }; }; then
10035 rxvt_cv_uint32_t=yes
10036 else
10037 echo "$as_me: failed program was:" >&5
10038 sed 's/^/| /' conftest.$ac_ext >&5
10039
10040 if test "$ac_cv_sizeof_char" -ge 4; then
10041 rxvt_cv_uint32_t="unsigned char"
10042 else
10043 if test "$ac_cv_sizeof_short" -ge 4; then
10044 rxvt_cv_uint32_t="unsigned short"
10045 else
10046 if test "$ac_cv_sizeof_int" -ge 4; then
10047 rxvt_cv_uint32_t="unsigned int"
10048 else
10049 if test "$ac_cv_sizeof_long" -ge 4; then
10050 rxvt_cv_uint32_t="unsigned long"
10051 else
10052 if test "$ac_cv_sizeof_long_long" -ge 4; then
10053 rxvt_cv_uint32_t="unsigned long long"
10054 else
10055 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10056 fi
10057 fi
10058 fi
10059 fi
10060 fi
10061 fi
10062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10063 fi
10064 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10065 echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10066 if test x"$rxvt_cv_uint32_t" != xyes; then
10067 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10068 else
10069 if test x"unsigned" = x; then
10070 rxvt_uint32_typedef="/* typedef int uint32_t; */"
10071 else
10072 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10073 fi
10074 fi
10075
10076 if test "$ac_cv_sizeof_int_p" -eq 8; then
10077 rxvt_intp_define="#define intp_t int64_t"
10078 rxvt_u_intp_define="#define u_intp_t u_int64_t"
10079 else
10080 if test "$ac_cv_sizeof_int_p" -eq 4; then
10081 rxvt_intp_define="#define intp_t int32_t"
10082 rxvt_u_intp_define="#define u_intp_t u_int32_t"
10083 else
10084 if test "$ac_cv_sizeof_int_p" -eq 2; then
10085 rxvt_intp_define="#define intp_t int16_t"
10086 rxvt_u_intp_define="#define u_intp_t u_int16_t"
10087 else
10088 rxvt_intp_define="#error set intp_t"
10089 rxvt_u_intp_define="#error set u_intp_t"
10090 fi
10091 fi
10092 fi
10093
10094
10095
10096 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10097 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10098 if test "${ac_cv_type_signal+set}" = set; then
10099 echo $ECHO_N "(cached) $ECHO_C" >&6
10100 else
10101 cat >conftest.$ac_ext <<_ACEOF
10102 /* confdefs.h. */
10103 _ACEOF
10104 cat confdefs.h >>conftest.$ac_ext
10105 cat >>conftest.$ac_ext <<_ACEOF
10106 /* end confdefs.h. */
10107 #include <sys/types.h>
10108 #include <signal.h>
10109 #ifdef signal
10110 # undef signal
10111 #endif
10112 #ifdef __cplusplus
10113 extern "C" void (*signal (int, void (*)(int)))(int);
10114 #else
10115 void (*signal ()) ();
10116 #endif
10117
10118 int
10119 main ()
10120 {
10121 int i;
10122 ;
10123 return 0;
10124 }
10125 _ACEOF
10126 rm -f conftest.$ac_objext
10127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10128 (eval $ac_compile) 2>conftest.er1
10129 ac_status=$?
10130 grep -v '^ *+' conftest.er1 >conftest.err
10131 rm -f conftest.er1
10132 cat conftest.err >&5
10133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10134 (exit $ac_status); } &&
10135 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10137 (eval $ac_try) 2>&5
10138 ac_status=$?
10139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10140 (exit $ac_status); }; } &&
10141 { ac_try='test -s conftest.$ac_objext'
10142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10143 (eval $ac_try) 2>&5
10144 ac_status=$?
10145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146 (exit $ac_status); }; }; then
10147 ac_cv_type_signal=void
10148 else
10149 echo "$as_me: failed program was:" >&5
10150 sed 's/^/| /' conftest.$ac_ext >&5
10151
10152 ac_cv_type_signal=int
10153 fi
10154 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10155 fi
10156 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10157 echo "${ECHO_T}$ac_cv_type_signal" >&6
10158
10159 cat >>confdefs.h <<_ACEOF
10160 #define RETSIGTYPE $ac_cv_type_signal
10161 _ACEOF
10162
10163
10164
10165 case "$host_alias" in
10166 *ultrix) ac_cv_func_setsid='no' ;;
10167 *) break;;
10168 esac
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189 for ac_func in \
10190 atexit \
10191 revoke \
10192 unsetenv \
10193 setutent \
10194 seteuid \
10195 setreuid \
10196 setsid \
10197 setpgrp \
10198 setpgid \
10199 openpty \
10200 _getpty \
10201 grantpt \
10202 unlockpt \
10203 isastream \
10204 on_exit \
10205 nanosleep \
10206 updwtmp \
10207 updwtmpx \
10208 ttyslot \
10209
10210 do
10211 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10212 echo "$as_me:$LINENO: checking for $ac_func" >&5
10213 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10214 if eval "test \"\${$as_ac_var+set}\" = set"; then
10215 echo $ECHO_N "(cached) $ECHO_C" >&6
10216 else
10217 cat >conftest.$ac_ext <<_ACEOF
10218 /* confdefs.h. */
10219 _ACEOF
10220 cat confdefs.h >>conftest.$ac_ext
10221 cat >>conftest.$ac_ext <<_ACEOF
10222 /* end confdefs.h. */
10223 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10224 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10225 #define $ac_func innocuous_$ac_func
10226
10227 /* System header to define __stub macros and hopefully few prototypes,
10228 which can conflict with char $ac_func (); below.
10229 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10230 <limits.h> exists even on freestanding compilers. */
10231
10232 #ifdef __STDC__
10233 # include <limits.h>
10234 #else
10235 # include <assert.h>
10236 #endif
10237
10238 #undef $ac_func
10239
10240 /* Override any gcc2 internal prototype to avoid an error. */
10241 #ifdef __cplusplus
10242 extern "C"
10243 {
10244 #endif
10245 /* We use char because int might match the return type of a gcc2
10246 builtin and then its argument prototype would still apply. */
10247 char $ac_func ();
10248 /* The GNU C library defines this for functions which it implements
10249 to always fail with ENOSYS. Some functions are actually named
10250 something starting with __ and the normal name is an alias. */
10251 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10252 choke me
10253 #else
10254 char (*f) () = $ac_func;
10255 #endif
10256 #ifdef __cplusplus
10257 }
10258 #endif
10259
10260 int
10261 main ()
10262 {
10263 return f != $ac_func;
10264 ;
10265 return 0;
10266 }
10267 _ACEOF
10268 rm -f conftest.$ac_objext conftest$ac_exeext
10269 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10270 (eval $ac_link) 2>conftest.er1
10271 ac_status=$?
10272 grep -v '^ *+' conftest.er1 >conftest.err
10273 rm -f conftest.er1
10274 cat conftest.err >&5
10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10276 (exit $ac_status); } &&
10277 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10279 (eval $ac_try) 2>&5
10280 ac_status=$?
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 (exit $ac_status); }; } &&
10283 { ac_try='test -s conftest$ac_exeext'
10284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10285 (eval $ac_try) 2>&5
10286 ac_status=$?
10287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); }; }; then
10289 eval "$as_ac_var=yes"
10290 else
10291 echo "$as_me: failed program was:" >&5
10292 sed 's/^/| /' conftest.$ac_ext >&5
10293
10294 eval "$as_ac_var=no"
10295 fi
10296 rm -f conftest.err conftest.$ac_objext \
10297 conftest$ac_exeext conftest.$ac_ext
10298 fi
10299 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10300 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10301 if test `eval echo '${'$as_ac_var'}'` = yes; then
10302 cat >>confdefs.h <<_ACEOF
10303 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10304 _ACEOF
10305
10306 fi
10307 done
10308
10309
10310
10311 if test "${ac_cv_header_utmp_h+set}" = set; then
10312 echo "$as_me:$LINENO: checking for utmp.h" >&5
10313 echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10314 if test "${ac_cv_header_utmp_h+set}" = set; then
10315 echo $ECHO_N "(cached) $ECHO_C" >&6
10316 fi
10317 echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10318 echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10319 else
10320 # Is the header compilable?
10321 echo "$as_me:$LINENO: checking utmp.h usability" >&5
10322 echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10323 cat >conftest.$ac_ext <<_ACEOF
10324 /* confdefs.h. */
10325 _ACEOF
10326 cat confdefs.h >>conftest.$ac_ext
10327 cat >>conftest.$ac_ext <<_ACEOF
10328 /* end confdefs.h. */
10329 $ac_includes_default
10330 #include <utmp.h>
10331 _ACEOF
10332 rm -f conftest.$ac_objext
10333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10334 (eval $ac_compile) 2>conftest.er1
10335 ac_status=$?
10336 grep -v '^ *+' conftest.er1 >conftest.err
10337 rm -f conftest.er1
10338 cat conftest.err >&5
10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340 (exit $ac_status); } &&
10341 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10343 (eval $ac_try) 2>&5
10344 ac_status=$?
10345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346 (exit $ac_status); }; } &&
10347 { ac_try='test -s conftest.$ac_objext'
10348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10349 (eval $ac_try) 2>&5
10350 ac_status=$?
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); }; }; then
10353 ac_header_compiler=yes
10354 else
10355 echo "$as_me: failed program was:" >&5
10356 sed 's/^/| /' conftest.$ac_ext >&5
10357
10358 ac_header_compiler=no
10359 fi
10360 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10361 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10362 echo "${ECHO_T}$ac_header_compiler" >&6
10363
10364 # Is the header present?
10365 echo "$as_me:$LINENO: checking utmp.h presence" >&5
10366 echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10367 cat >conftest.$ac_ext <<_ACEOF
10368 /* confdefs.h. */
10369 _ACEOF
10370 cat confdefs.h >>conftest.$ac_ext
10371 cat >>conftest.$ac_ext <<_ACEOF
10372 /* end confdefs.h. */
10373 #include <utmp.h>
10374 _ACEOF
10375 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10377 ac_status=$?
10378 grep -v '^ *+' conftest.er1 >conftest.err
10379 rm -f conftest.er1
10380 cat conftest.err >&5
10381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10382 (exit $ac_status); } >/dev/null; then
10383 if test -s conftest.err; then
10384 ac_cpp_err=$ac_cxx_preproc_warn_flag
10385 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10386 else
10387 ac_cpp_err=
10388 fi
10389 else
10390 ac_cpp_err=yes
10391 fi
10392 if test -z "$ac_cpp_err"; then
10393 ac_header_preproc=yes
10394 else
10395 echo "$as_me: failed program was:" >&5
10396 sed 's/^/| /' conftest.$ac_ext >&5
10397
10398 ac_header_preproc=no
10399 fi
10400 rm -f conftest.err conftest.$ac_ext
10401 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10402 echo "${ECHO_T}$ac_header_preproc" >&6
10403
10404 # So? What about this header?
10405 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10406 yes:no: )
10407 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10408 echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10409 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10410 echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10411 ac_header_preproc=yes
10412 ;;
10413 no:yes:* )
10414 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10415 echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10416 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10417 echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10418 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10419 echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10420 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10421 echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10422 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10423 echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10424 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10425 echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10426 (
10427 cat <<\_ASBOX
10428 ## ------------------------------------------ ##
10429 ## Report this to the AC_PACKAGE_NAME lists. ##
10430 ## ------------------------------------------ ##
10431 _ASBOX
10432 ) |
10433 sed "s/^/$as_me: WARNING: /" >&2
10434 ;;
10435 esac
10436 echo "$as_me:$LINENO: checking for utmp.h" >&5
10437 echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10438 if test "${ac_cv_header_utmp_h+set}" = set; then
10439 echo $ECHO_N "(cached) $ECHO_C" >&6
10440 else
10441 ac_cv_header_utmp_h=$ac_header_preproc
10442 fi
10443 echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10444 echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10445
10446 fi
10447 if test $ac_cv_header_utmp_h = yes; then
10448 echo "$as_me:$LINENO: checking for struct utmp" >&5
10449 echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10450 if test "${rxvt_cv_struct_utmp+set}" = set; then
10451 echo $ECHO_N "(cached) $ECHO_C" >&6
10452 else
10453 cat >conftest.$ac_ext <<_ACEOF
10454 /* confdefs.h. */
10455 _ACEOF
10456 cat confdefs.h >>conftest.$ac_ext
10457 cat >>conftest.$ac_ext <<_ACEOF
10458 /* end confdefs.h. */
10459 #include <sys/types.h>
10460 #include <stdint.h>
10461 #include <utmp.h>
10462 int
10463 main ()
10464 {
10465 struct utmp ut;
10466 ;
10467 return 0;
10468 }
10469 _ACEOF
10470 rm -f conftest.$ac_objext
10471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10472 (eval $ac_compile) 2>conftest.er1
10473 ac_status=$?
10474 grep -v '^ *+' conftest.er1 >conftest.err
10475 rm -f conftest.er1
10476 cat conftest.err >&5
10477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 (exit $ac_status); } &&
10479 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10481 (eval $ac_try) 2>&5
10482 ac_status=$?
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); }; } &&
10485 { ac_try='test -s conftest.$ac_objext'
10486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10487 (eval $ac_try) 2>&5
10488 ac_status=$?
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); }; }; then
10491 rxvt_cv_struct_utmp=yes
10492 else
10493 echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.$ac_ext >&5
10495
10496 rxvt_cv_struct_utmp=no
10497 fi
10498 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10499 fi
10500 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10501 echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10502 if test x$rxvt_cv_struct_utmp = xyes; then
10503
10504 cat >>confdefs.h <<\_ACEOF
10505 #define HAVE_STRUCT_UTMP 1
10506 _ACEOF
10507
10508 fi
10509
10510
10511 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10512 echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10513 if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10514 echo $ECHO_N "(cached) $ECHO_C" >&6
10515 else
10516 cat >conftest.$ac_ext <<_ACEOF
10517 /* confdefs.h. */
10518 _ACEOF
10519 cat confdefs.h >>conftest.$ac_ext
10520 cat >>conftest.$ac_ext <<_ACEOF
10521 /* end confdefs.h. */
10522 #include <sys/types.h>
10523 #include <utmp.h>
10524 int
10525 main ()
10526 {
10527 struct utmp ut; ut.ut_host;
10528 ;
10529 return 0;
10530 }
10531 _ACEOF
10532 rm -f conftest.$ac_objext
10533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10534 (eval $ac_compile) 2>conftest.er1
10535 ac_status=$?
10536 grep -v '^ *+' conftest.er1 >conftest.err
10537 rm -f conftest.er1
10538 cat conftest.err >&5
10539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540 (exit $ac_status); } &&
10541 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10543 (eval $ac_try) 2>&5
10544 ac_status=$?
10545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10546 (exit $ac_status); }; } &&
10547 { ac_try='test -s conftest.$ac_objext'
10548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10549 (eval $ac_try) 2>&5
10550 ac_status=$?
10551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10552 (exit $ac_status); }; }; then
10553 rxvt_cv_struct_utmp_host=yes
10554 else
10555 echo "$as_me: failed program was:" >&5
10556 sed 's/^/| /' conftest.$ac_ext >&5
10557
10558 rxvt_cv_struct_utmp_host=no
10559 fi
10560 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10561 fi
10562 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10563 echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10564 if test x$rxvt_cv_struct_utmp_host = xyes; then
10565
10566 cat >>confdefs.h <<\_ACEOF
10567 #define HAVE_UTMP_HOST 1
10568 _ACEOF
10569
10570 fi
10571
10572 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10573 echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10574 if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10575 echo $ECHO_N "(cached) $ECHO_C" >&6
10576 else
10577 cat >conftest.$ac_ext <<_ACEOF
10578 /* confdefs.h. */
10579 _ACEOF
10580 cat confdefs.h >>conftest.$ac_ext
10581 cat >>conftest.$ac_ext <<_ACEOF
10582 /* end confdefs.h. */
10583 #include <sys/types.h>
10584 #include <utmp.h>
10585 int
10586 main ()
10587 {
10588 struct utmp ut; ut.ut_pid;
10589 ;
10590 return 0;
10591 }
10592 _ACEOF
10593 rm -f conftest.$ac_objext
10594 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10595 (eval $ac_compile) 2>conftest.er1
10596 ac_status=$?
10597 grep -v '^ *+' conftest.er1 >conftest.err
10598 rm -f conftest.er1
10599 cat conftest.err >&5
10600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10601 (exit $ac_status); } &&
10602 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10604 (eval $ac_try) 2>&5
10605 ac_status=$?
10606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607 (exit $ac_status); }; } &&
10608 { ac_try='test -s conftest.$ac_objext'
10609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10610 (eval $ac_try) 2>&5
10611 ac_status=$?
10612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10613 (exit $ac_status); }; }; then
10614 rxvt_cv_struct_utmp_pid=yes
10615 else
10616 echo "$as_me: failed program was:" >&5
10617 sed 's/^/| /' conftest.$ac_ext >&5
10618
10619 rxvt_cv_struct_utmp_pid=no
10620 fi
10621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10622 fi
10623 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10624 echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10625 if test x$rxvt_cv_struct_utmp_pid = xyes; then
10626
10627 cat >>confdefs.h <<\_ACEOF
10628 #define HAVE_UTMP_PID 1
10629 _ACEOF
10630
10631 fi
10632
10633 fi
10634
10635
10636
10637 if test "${ac_cv_header_utmpx_h+set}" = set; then
10638 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10639 echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10640 if test "${ac_cv_header_utmpx_h+set}" = set; then
10641 echo $ECHO_N "(cached) $ECHO_C" >&6
10642 fi
10643 echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10644 echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10645 else
10646 # Is the header compilable?
10647 echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10648 echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10649 cat >conftest.$ac_ext <<_ACEOF
10650 /* confdefs.h. */
10651 _ACEOF
10652 cat confdefs.h >>conftest.$ac_ext
10653 cat >>conftest.$ac_ext <<_ACEOF
10654 /* end confdefs.h. */
10655 $ac_includes_default
10656 #include <utmpx.h>
10657 _ACEOF
10658 rm -f conftest.$ac_objext
10659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10660 (eval $ac_compile) 2>conftest.er1
10661 ac_status=$?
10662 grep -v '^ *+' conftest.er1 >conftest.err
10663 rm -f conftest.er1
10664 cat conftest.err >&5
10665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10666 (exit $ac_status); } &&
10667 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10669 (eval $ac_try) 2>&5
10670 ac_status=$?
10671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10672 (exit $ac_status); }; } &&
10673 { ac_try='test -s conftest.$ac_objext'
10674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10675 (eval $ac_try) 2>&5
10676 ac_status=$?
10677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10678 (exit $ac_status); }; }; then
10679 ac_header_compiler=yes
10680 else
10681 echo "$as_me: failed program was:" >&5
10682 sed 's/^/| /' conftest.$ac_ext >&5
10683
10684 ac_header_compiler=no
10685 fi
10686 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10687 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10688 echo "${ECHO_T}$ac_header_compiler" >&6
10689
10690 # Is the header present?
10691 echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10692 echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10693 cat >conftest.$ac_ext <<_ACEOF
10694 /* confdefs.h. */
10695 _ACEOF
10696 cat confdefs.h >>conftest.$ac_ext
10697 cat >>conftest.$ac_ext <<_ACEOF
10698 /* end confdefs.h. */
10699 #include <utmpx.h>
10700 _ACEOF
10701 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10702 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10703 ac_status=$?
10704 grep -v '^ *+' conftest.er1 >conftest.err
10705 rm -f conftest.er1
10706 cat conftest.err >&5
10707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708 (exit $ac_status); } >/dev/null; then
10709 if test -s conftest.err; then
10710 ac_cpp_err=$ac_cxx_preproc_warn_flag
10711 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10712 else
10713 ac_cpp_err=
10714 fi
10715 else
10716 ac_cpp_err=yes
10717 fi
10718 if test -z "$ac_cpp_err"; then
10719 ac_header_preproc=yes
10720 else
10721 echo "$as_me: failed program was:" >&5
10722 sed 's/^/| /' conftest.$ac_ext >&5
10723
10724 ac_header_preproc=no
10725 fi
10726 rm -f conftest.err conftest.$ac_ext
10727 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10728 echo "${ECHO_T}$ac_header_preproc" >&6
10729
10730 # So? What about this header?
10731 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10732 yes:no: )
10733 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10734 echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10735 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10736 echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10737 ac_header_preproc=yes
10738 ;;
10739 no:yes:* )
10740 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10741 echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10742 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10743 echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10744 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10745 echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10746 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10747 echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10748 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10749 echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10750 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10751 echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10752 (
10753 cat <<\_ASBOX
10754 ## ------------------------------------------ ##
10755 ## Report this to the AC_PACKAGE_NAME lists. ##
10756 ## ------------------------------------------ ##
10757 _ASBOX
10758 ) |
10759 sed "s/^/$as_me: WARNING: /" >&2
10760 ;;
10761 esac
10762 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10763 echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10764 if test "${ac_cv_header_utmpx_h+set}" = set; then
10765 echo $ECHO_N "(cached) $ECHO_C" >&6
10766 else
10767 ac_cv_header_utmpx_h=$ac_header_preproc
10768 fi
10769 echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10770 echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10771
10772 fi
10773 if test $ac_cv_header_utmpx_h = yes; then
10774 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10775 echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10776 if test "${rxvt_cv_struct_utmpx+set}" = set; then
10777 echo $ECHO_N "(cached) $ECHO_C" >&6
10778 else
10779 cat >conftest.$ac_ext <<_ACEOF
10780 /* confdefs.h. */
10781 _ACEOF
10782 cat confdefs.h >>conftest.$ac_ext
10783 cat >>conftest.$ac_ext <<_ACEOF
10784 /* end confdefs.h. */
10785 #include <sys/types.h>
10786 #include <utmpx.h>
10787 int
10788 main ()
10789 {
10790 struct utmpx ut;
10791 ;
10792 return 0;
10793 }
10794 _ACEOF
10795 rm -f conftest.$ac_objext
10796 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10797 (eval $ac_compile) 2>conftest.er1
10798 ac_status=$?
10799 grep -v '^ *+' conftest.er1 >conftest.err
10800 rm -f conftest.er1
10801 cat conftest.err >&5
10802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10803 (exit $ac_status); } &&
10804 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10806 (eval $ac_try) 2>&5
10807 ac_status=$?
10808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809 (exit $ac_status); }; } &&
10810 { ac_try='test -s conftest.$ac_objext'
10811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10812 (eval $ac_try) 2>&5
10813 ac_status=$?
10814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10815 (exit $ac_status); }; }; then
10816 rxvt_cv_struct_utmpx=yes
10817 else
10818 echo "$as_me: failed program was:" >&5
10819 sed 's/^/| /' conftest.$ac_ext >&5
10820
10821 rxvt_cv_struct_utmpx=no
10822 fi
10823 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10824 fi
10825 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10826 echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10827 if test x$rxvt_cv_struct_utmpx = xyes; then
10828
10829 cat >>confdefs.h <<\_ACEOF
10830 #define HAVE_STRUCT_UTMPX 1
10831 _ACEOF
10832
10833 fi
10834
10835
10836 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10837 echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10838 if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10839 echo $ECHO_N "(cached) $ECHO_C" >&6
10840 else
10841 cat >conftest.$ac_ext <<_ACEOF
10842 /* confdefs.h. */
10843 _ACEOF
10844 cat confdefs.h >>conftest.$ac_ext
10845 cat >>conftest.$ac_ext <<_ACEOF
10846 /* end confdefs.h. */
10847 #include <sys/types.h>
10848 #include <utmpx.h>
10849 int
10850 main ()
10851 {
10852 struct utmpx utx; utx.ut_host;
10853 ;
10854 return 0;
10855 }
10856 _ACEOF
10857 rm -f conftest.$ac_objext
10858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10859 (eval $ac_compile) 2>conftest.er1
10860 ac_status=$?
10861 grep -v '^ *+' conftest.er1 >conftest.err
10862 rm -f conftest.er1
10863 cat conftest.err >&5
10864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10865 (exit $ac_status); } &&
10866 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10868 (eval $ac_try) 2>&5
10869 ac_status=$?
10870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10871 (exit $ac_status); }; } &&
10872 { ac_try='test -s conftest.$ac_objext'
10873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10874 (eval $ac_try) 2>&5
10875 ac_status=$?
10876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10877 (exit $ac_status); }; }; then
10878 rxvt_cv_struct_utmpx_host=yes
10879 else
10880 echo "$as_me: failed program was:" >&5
10881 sed 's/^/| /' conftest.$ac_ext >&5
10882
10883 rxvt_cv_struct_utmpx_host=no
10884 fi
10885 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10886 fi
10887 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10888 echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10889 if test x$rxvt_cv_struct_utmpx_host = xyes; then
10890
10891 cat >>confdefs.h <<\_ACEOF
10892 #define HAVE_UTMPX_HOST 1
10893 _ACEOF
10894
10895 fi
10896
10897 echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10898 echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10899 if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10900 echo $ECHO_N "(cached) $ECHO_C" >&6
10901 else
10902 cat >conftest.$ac_ext <<_ACEOF
10903 /* confdefs.h. */
10904 _ACEOF
10905 cat confdefs.h >>conftest.$ac_ext
10906 cat >>conftest.$ac_ext <<_ACEOF
10907 /* end confdefs.h. */
10908 #include <sys/types.h>
10909 #include <utmpx.h>
10910 int
10911 main ()
10912 {
10913 struct utmpx utx; utx.ut_session;
10914 ;
10915 return 0;
10916 }
10917 _ACEOF
10918 rm -f conftest.$ac_objext
10919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10920 (eval $ac_compile) 2>conftest.er1
10921 ac_status=$?
10922 grep -v '^ *+' conftest.er1 >conftest.err
10923 rm -f conftest.er1
10924 cat conftest.err >&5
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); } &&
10927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10929 (eval $ac_try) 2>&5
10930 ac_status=$?
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); }; } &&
10933 { ac_try='test -s conftest.$ac_objext'
10934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10935 (eval $ac_try) 2>&5
10936 ac_status=$?
10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938 (exit $ac_status); }; }; then
10939 rxvt_cv_struct_utmpx_session=yes
10940 else
10941 echo "$as_me: failed program was:" >&5
10942 sed 's/^/| /' conftest.$ac_ext >&5
10943
10944 rxvt_cv_struct_utmpx_session=no
10945 fi
10946 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10947 fi
10948 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10949 echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10950 if test x$rxvt_cv_struct_utmpx_session = xyes; then
10951
10952 cat >>confdefs.h <<\_ACEOF
10953 #define HAVE_UTMPX_SESSION 1
10954 _ACEOF
10955
10956 fi
10957
10958 fi
10959
10960
10961 echo "$as_me:$LINENO: checking for struct lastlog" >&5
10962 echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10963 if test "${rxvt_cv_struct_lastlog+set}" = set; then
10964 echo $ECHO_N "(cached) $ECHO_C" >&6
10965 else
10966 cat >conftest.$ac_ext <<_ACEOF
10967 /* confdefs.h. */
10968 _ACEOF
10969 cat confdefs.h >>conftest.$ac_ext
10970 cat >>conftest.$ac_ext <<_ACEOF
10971 /* end confdefs.h. */
10972 #include <sys/types.h>
10973 #include <utmp.h>
10974 #ifdef HAVE_LASTLOG_H
10975 #include <lastlog.h>
10976 #endif
10977
10978 int
10979 main ()
10980 {
10981 struct lastlog ll;
10982 ;
10983 return 0;
10984 }
10985 _ACEOF
10986 rm -f conftest.$ac_objext
10987 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10988 (eval $ac_compile) 2>conftest.er1
10989 ac_status=$?
10990 grep -v '^ *+' conftest.er1 >conftest.err
10991 rm -f conftest.er1
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } &&
10995 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10997 (eval $ac_try) 2>&5
10998 ac_status=$?
10999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11000 (exit $ac_status); }; } &&
11001 { ac_try='test -s conftest.$ac_objext'
11002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11003 (eval $ac_try) 2>&5
11004 ac_status=$?
11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006 (exit $ac_status); }; }; then
11007 rxvt_cv_struct_lastlog=yes
11008 else
11009 echo "$as_me: failed program was:" >&5
11010 sed 's/^/| /' conftest.$ac_ext >&5
11011
11012 rxvt_cv_struct_lastlog=no
11013 fi
11014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11015 fi
11016 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
11017 echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
11018 if test x$rxvt_cv_struct_lastlog = xyes; then
11019
11020 cat >>confdefs.h <<\_ACEOF
11021 #define HAVE_STRUCT_LASTLOG 1
11022 _ACEOF
11023
11024 fi
11025
11026 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11027 echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11028 if test "${rxvt_cv_struct_lastlogx+set}" = set; then
11029 echo $ECHO_N "(cached) $ECHO_C" >&6
11030 else
11031 cat >conftest.$ac_ext <<_ACEOF
11032 /* confdefs.h. */
11033 _ACEOF
11034 cat confdefs.h >>conftest.$ac_ext
11035 cat >>conftest.$ac_ext <<_ACEOF
11036 /* end confdefs.h. */
11037 #include <sys/types.h>
11038 #include <utmpx.h>
11039 #ifdef HAVE_LASTLOG_H
11040 #include <lastlog.h>
11041 #endif
11042
11043 int
11044 main ()
11045 {
11046 struct lastlogx ll;
11047 ;
11048 return 0;
11049 }
11050 _ACEOF
11051 rm -f conftest.$ac_objext
11052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11053 (eval $ac_compile) 2>conftest.er1
11054 ac_status=$?
11055 grep -v '^ *+' conftest.er1 >conftest.err
11056 rm -f conftest.er1
11057 cat conftest.err >&5
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); } &&
11060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11062 (eval $ac_try) 2>&5
11063 ac_status=$?
11064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065 (exit $ac_status); }; } &&
11066 { ac_try='test -s conftest.$ac_objext'
11067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11068 (eval $ac_try) 2>&5
11069 ac_status=$?
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }; }; then
11072 rxvt_cv_struct_lastlogx=yes
11073 else
11074 echo "$as_me: failed program was:" >&5
11075 sed 's/^/| /' conftest.$ac_ext >&5
11076
11077 rxvt_cv_struct_lastlogx=no
11078 fi
11079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11080 fi
11081 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11082 echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11083 if test x$rxvt_cv_struct_lastlogx = xyes; then
11084
11085 cat >>confdefs.h <<\_ACEOF
11086 #define HAVE_STRUCT_LASTLOGX 1
11087 _ACEOF
11088
11089 fi
11090
11091
11092 echo "$as_me:$LINENO: checking where utmp is located" >&5
11093 echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11094 if test "${rxvt_cv_path_utmp+set}" = set; then
11095 echo $ECHO_N "(cached) $ECHO_C" >&6
11096 else
11097 if test "$cross_compiling" = yes; then
11098 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11099 echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11100 else
11101 cat >conftest.$ac_ext <<_ACEOF
11102 /* confdefs.h. */
11103 _ACEOF
11104 cat confdefs.h >>conftest.$ac_ext
11105 cat >>conftest.$ac_ext <<_ACEOF
11106 /* end confdefs.h. */
11107 #include <stdio.h>
11108 #include <sys/types.h>
11109 #include <utmp.h>
11110 #include <errno.h>
11111 main()
11112 {
11113 char **u, *utmplist[] = {
11114 "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11115 FILE *a, *f=fopen("conftestval", "w");
11116 if (!f) exit(1);
11117 #ifdef UTMP_FILE
11118 fprintf(f, "%s\n", UTMP_FILE);
11119 exit(0);
11120 #endif
11121 #ifdef _PATH_UTMP
11122 fprintf(f, "%s\n", _PATH_UTMP);
11123 exit(0);
11124 #endif
11125 for (u = utmplist; *u; u++) {
11126 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11127 fprintf(f, "%s\n", *u);
11128 exit(0);
11129 }
11130 }
11131 exit(0);
11132 }
11133 _ACEOF
11134 rm -f conftest$ac_exeext
11135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11136 (eval $ac_link) 2>&5
11137 ac_status=$?
11138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11139 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11141 (eval $ac_try) 2>&5
11142 ac_status=$?
11143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11144 (exit $ac_status); }; }; then
11145 rxvt_cv_path_utmp=`cat conftestval`
11146 else
11147 echo "$as_me: program exited with status $ac_status" >&5
11148 echo "$as_me: failed program was:" >&5
11149 sed 's/^/| /' conftest.$ac_ext >&5
11150
11151 ( exit $ac_status )
11152 rxvt_cv_path_utmp=
11153 fi
11154 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11155 fi
11156 fi
11157 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11158 echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11159 if test x$rxvt_cv_path_utmp != x; then
11160
11161 cat >>confdefs.h <<_ACEOF
11162 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11163 _ACEOF
11164
11165 fi
11166
11167
11168 echo "$as_me:$LINENO: checking where utmpx is located" >&5
11169 echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11170 if test "${rxvt_cv_path_utmpx+set}" = set; then
11171 echo $ECHO_N "(cached) $ECHO_C" >&6
11172 else
11173 if test "$cross_compiling" = yes; then
11174 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11175 echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11176 else
11177 cat >conftest.$ac_ext <<_ACEOF
11178 /* confdefs.h. */
11179 _ACEOF
11180 cat confdefs.h >>conftest.$ac_ext
11181 cat >>conftest.$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11183 #include <stdio.h>
11184 #include <sys/types.h>
11185 #include <utmpx.h>
11186 #include <errno.h>
11187 #include <sys/stat.h>
11188 #ifdef HAVE_STRING_H
11189 #include <string.h>
11190 #endif
11191 main()
11192 {
11193 char **u, *p, *utmplist[] = {
11194 #ifdef UTMPX_FILE
11195 UTMPX_FILE,
11196 #endif
11197 #ifdef _PATH_UTMPX
11198 _PATH_UTMPX,
11199 #endif
11200 "/var/adm/utmpx", "/etc/utmpx", NULL };
11201 FILE *a, *f=fopen("conftestval", "w");
11202 struct stat statu, statux;
11203 if (!f) exit(1);
11204 for (u = utmplist; *u; u++) {
11205 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11206 if (stat(*u, &statux) < 0)
11207 continue;
11208 p = strdup(*u);
11209 p[strlen(p) - 1] = '\0';
11210 if (stat(p, &statu) >= 0
11211 && (statu.st_mtime - statux.st_mtime > 86400))
11212 continue;
11213 fprintf(f, "%s\n", *u);
11214 exit(0);
11215 }
11216 }
11217 exit(0);
11218 }
11219 _ACEOF
11220 rm -f conftest$ac_exeext
11221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11222 (eval $ac_link) 2>&5
11223 ac_status=$?
11224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11227 (eval $ac_try) 2>&5
11228 ac_status=$?
11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); }; }; then
11231 rxvt_cv_path_utmpx=`cat conftestval`
11232 else
11233 echo "$as_me: program exited with status $ac_status" >&5
11234 echo "$as_me: failed program was:" >&5
11235 sed 's/^/| /' conftest.$ac_ext >&5
11236
11237 ( exit $ac_status )
11238 rxvt_cv_path_utmpx=
11239 fi
11240 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11241 fi
11242 fi
11243 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11244 echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11245 if test x$rxvt_cv_path_utmpx != x; then
11246
11247 cat >>confdefs.h <<_ACEOF
11248 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11249 _ACEOF
11250
11251 fi
11252
11253
11254 echo "$as_me:$LINENO: checking where wtmp is located" >&5
11255 echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11256 if test "${rxvt_cv_path_wtmp+set}" = set; then
11257 echo $ECHO_N "(cached) $ECHO_C" >&6
11258 else
11259 if test "$cross_compiling" = yes; then
11260 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11261 echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11262 else
11263 cat >conftest.$ac_ext <<_ACEOF
11264 /* confdefs.h. */
11265 _ACEOF
11266 cat confdefs.h >>conftest.$ac_ext
11267 cat >>conftest.$ac_ext <<_ACEOF
11268 /* end confdefs.h. */
11269 #include <stdio.h>
11270 #include <sys/types.h>
11271 #ifdef HAVE_UTMP_H
11272 #include <utmp.h>
11273 #endif
11274 #include <errno.h>
11275 main()
11276 {
11277 char **w, *wtmplist[] = {
11278 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11279 FILE *a, *f=fopen("conftestval", "w");
11280 if (!f) exit(1);
11281 #ifdef WTMP_FILE
11282 fprintf(f, "%s\n", WTMP_FILE);
11283 exit(0);
11284 #endif
11285 #ifdef _PATH_WTMP
11286 fprintf(f, "%s\n", _PATH_WTMP);
11287 exit(0);
11288 #endif
11289 for (w = wtmplist; *w; w++) {
11290 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11291 fprintf(f, "%s\n", *w);
11292 exit(0);
11293 }
11294 }
11295 exit(0);
11296 }
11297 _ACEOF
11298 rm -f conftest$ac_exeext
11299 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11300 (eval $ac_link) 2>&5
11301 ac_status=$?
11302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11305 (eval $ac_try) 2>&5
11306 ac_status=$?
11307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11308 (exit $ac_status); }; }; then
11309 rxvt_cv_path_wtmp=`cat conftestval`
11310 else
11311 echo "$as_me: program exited with status $ac_status" >&5
11312 echo "$as_me: failed program was:" >&5
11313 sed 's/^/| /' conftest.$ac_ext >&5
11314
11315 ( exit $ac_status )
11316 rxvt_cv_path_wtmp=
11317 fi
11318 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11319 fi
11320 fi
11321 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11322 echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11323 if test x$rxvt_cv_path_wtmp != x; then
11324
11325 cat >>confdefs.h <<_ACEOF
11326 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11327 _ACEOF
11328
11329 fi
11330
11331 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11332 echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11333 if test "${rxvt_cv_path_wtmpx+set}" = set; then
11334 echo $ECHO_N "(cached) $ECHO_C" >&6
11335 else
11336 if test "$cross_compiling" = yes; then
11337 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11338 echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11339 else
11340 cat >conftest.$ac_ext <<_ACEOF
11341 /* confdefs.h. */
11342 _ACEOF
11343 cat confdefs.h >>conftest.$ac_ext
11344 cat >>conftest.$ac_ext <<_ACEOF
11345 /* end confdefs.h. */
11346 #include <stdio.h>
11347 #ifdef HAVE_UTMPX_H
11348 #include <utmpx.h>
11349 #endif
11350 #include <errno.h>
11351 main()
11352 {
11353 char **w, *wtmplist[] = {
11354 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11355 FILE *a, *f=fopen("conftestval", "w");
11356 if (!f) exit(1);
11357 #ifdef WTMPX_FILE
11358 fprintf(f, "%s\n", WTMPX_FILE);
11359 exit(0);
11360 #endif
11361 #ifdef _PATH_WTMPX
11362 fprintf(f, "%s\n", _PATH_WTMPX);
11363 exit(0);
11364 #endif
11365 for (w = wtmplist; *w; w++) {
11366 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11367 fprintf(f, "%s\n", *w);
11368 exit(0);
11369 }
11370 }
11371 exit(0);
11372 }
11373 _ACEOF
11374 rm -f conftest$ac_exeext
11375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11376 (eval $ac_link) 2>&5
11377 ac_status=$?
11378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11381 (eval $ac_try) 2>&5
11382 ac_status=$?
11383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11384 (exit $ac_status); }; }; then
11385 rxvt_cv_path_wtmpx=`cat conftestval`
11386 else
11387 echo "$as_me: program exited with status $ac_status" >&5
11388 echo "$as_me: failed program was:" >&5
11389 sed 's/^/| /' conftest.$ac_ext >&5
11390
11391 ( exit $ac_status )
11392 rxvt_cv_path_wtmpx=
11393 fi
11394 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11395 fi
11396 fi
11397 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11398 echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11399 if test x$rxvt_cv_path_wtmpx != x; then
11400
11401 cat >>confdefs.h <<_ACEOF
11402 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11403 _ACEOF
11404
11405 fi
11406
11407 echo "$as_me:$LINENO: checking where lastlog is located" >&5
11408 echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11409 if test "${rxvt_cv_path_lastlog+set}" = set; then
11410 echo $ECHO_N "(cached) $ECHO_C" >&6
11411 else
11412 if test "$cross_compiling" = yes; then
11413 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11414 echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11415 else
11416 cat >conftest.$ac_ext <<_ACEOF
11417 /* confdefs.h. */
11418 _ACEOF
11419 cat confdefs.h >>conftest.$ac_ext
11420 cat >>conftest.$ac_ext <<_ACEOF
11421 /* end confdefs.h. */
11422 #include <stdio.h>
11423 #include <sys/types.h>
11424 #ifdef HAVE_UTMPX_H
11425 #include <utmpx.h>
11426 #elif defined(HAVE_UTMP_H)
11427 #include <utmp.h>
11428 #endif
11429 #ifdef HAVE_LASTLOG_H
11430 #include <lastlog.h>
11431 #endif
11432 #include <errno.h>
11433 main()
11434 {
11435 char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11436 FILE *a, *f=fopen("conftestval", "w");
11437 if (!f) exit(1);
11438 #ifdef LASTLOG_FILE
11439 fprintf(f, "%s\n", LASTLOG_FILE);
11440 exit(0);
11441 #endif
11442 #ifdef _PATH_LASTLOG
11443 fprintf(f, "%s\n", _PATH_LASTLOG);
11444 exit(0);
11445 #endif
11446 for (w = lastloglist; *w; w++) {
11447 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11448 fprintf(f, "%s\n", *w);
11449 exit(0);
11450 }
11451 }
11452 exit(0);
11453 }
11454 _ACEOF
11455 rm -f conftest$ac_exeext
11456 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11457 (eval $ac_link) 2>&5
11458 ac_status=$?
11459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11462 (eval $ac_try) 2>&5
11463 ac_status=$?
11464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465 (exit $ac_status); }; }; then
11466 rxvt_cv_path_lastlog=`cat conftestval`
11467 else
11468 echo "$as_me: program exited with status $ac_status" >&5
11469 echo "$as_me: failed program was:" >&5
11470 sed 's/^/| /' conftest.$ac_ext >&5
11471
11472 ( exit $ac_status )
11473 rxvt_cv_path_lastlog=
11474 fi
11475 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11476 fi
11477 fi
11478 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11479 echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11480 if test x$rxvt_cv_path_lastlog != x; then
11481
11482 cat >>confdefs.h <<_ACEOF
11483 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11484 _ACEOF
11485
11486 if test -d "$rxvt_cv_path_lastlog"; then
11487
11488 cat >>confdefs.h <<\_ACEOF
11489 #define LASTLOG_IS_DIR 1
11490 _ACEOF
11491
11492 fi
11493 fi
11494
11495 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11496 echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11497 if test "${rxvt_cv_path_lastlogx+set}" = set; then
11498 echo $ECHO_N "(cached) $ECHO_C" >&6
11499 else
11500 if test "$cross_compiling" = yes; then
11501 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11502 echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11503 else
11504 cat >conftest.$ac_ext <<_ACEOF
11505 /* confdefs.h. */
11506 _ACEOF
11507 cat confdefs.h >>conftest.$ac_ext
11508 cat >>conftest.$ac_ext <<_ACEOF
11509 /* end confdefs.h. */
11510 #include <stdio.h>
11511 #ifdef HAVE_UTMPX_H
11512 #include <utmpx.h>
11513 #endif
11514 #include <errno.h>
11515 main()
11516 {
11517 char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11518 FILE *a, *f=fopen("conftestval", "w");
11519 if (!f) exit(1);
11520 #ifdef LASTLOGX_FILE
11521 fprintf(f, "%s\n", LASTLOGX_FILE);
11522 exit(0);
11523 #endif
11524 #ifdef _PATH_LASTLOGX
11525 fprintf(f, "%s\n", _PATH_LASTLOGX);
11526 exit(0);
11527 #endif
11528 for (w = wtmplist; *w; w++) {
11529 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11530 fprintf(f, "%s\n", *w);
11531 exit(0);
11532 }
11533 }
11534 exit(0);
11535 }
11536 _ACEOF
11537 rm -f conftest$ac_exeext
11538 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11539 (eval $ac_link) 2>&5
11540 ac_status=$?
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11544 (eval $ac_try) 2>&5
11545 ac_status=$?
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); }; }; then
11548 rxvt_cv_path_lastlogx=`cat conftestval`
11549 else
11550 echo "$as_me: program exited with status $ac_status" >&5
11551 echo "$as_me: failed program was:" >&5
11552 sed 's/^/| /' conftest.$ac_ext >&5
11553
11554 ( exit $ac_status )
11555 rxvt_cv_path_lastlogx=
11556 fi
11557 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11558 fi
11559 fi
11560 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11561 echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11562 if test x$rxvt_cv_path_lastlogx != x; then
11563
11564 cat >>confdefs.h <<_ACEOF
11565 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11566 _ACEOF
11567
11568 fi
11569
11570
11571 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11572 echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11573 if test "${rxvt_cv_path_ttytab+set}" = set; then
11574 echo $ECHO_N "(cached) $ECHO_C" >&6
11575 else
11576 for ttys_file in /etc/ttys /etc/ttytab;
11577 do
11578 if test -f "$ttys_file" ; then
11579 rxvt_cv_path_ttytab=$ttys_file
11580 break
11581 fi
11582 done
11583
11584 fi
11585 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11586 echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11587 if test x$rxvt_cv_path_ttytab != x; then
11588
11589 cat >>confdefs.h <<_ACEOF
11590 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11591 _ACEOF
11592
11593 fi
11594
11595
11596 ac_save_LIBS=$LIBS
11597 ac_save_CFLAGS=$CFLAGS
11598 CFLAGS="$CFLAGS $X_CFLAGS"
11599 LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11600 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11601 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11602 fi
11603 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11604 echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11605 if test "${rxvt_cv_func_xlocale+set}" = set; then
11606 echo $ECHO_N "(cached) $ECHO_C" >&6
11607 else
11608 if test "$cross_compiling" = yes; then
11609 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11610 echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11611 else
11612 cat >conftest.$ac_ext <<_ACEOF
11613 /* confdefs.h. */
11614 _ACEOF
11615 cat confdefs.h >>conftest.$ac_ext
11616 cat >>conftest.$ac_ext <<_ACEOF
11617 /* end confdefs.h. */
11618 #include <X11/Xlib.h>
11619 main() {
11620 char *p;
11621 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11622 exit (XSupportsLocale() ? 0 : 1);
11623 else
11624 exit (1);}
11625 _ACEOF
11626 rm -f conftest$ac_exeext
11627 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11628 (eval $ac_link) 2>&5
11629 ac_status=$?
11630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11631 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11633 (eval $ac_try) 2>&5
11634 ac_status=$?
11635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); }; }; then
11637 rxvt_cv_func_xlocale=yes
11638 else
11639 echo "$as_me: program exited with status $ac_status" >&5
11640 echo "$as_me: failed program was:" >&5
11641 sed 's/^/| /' conftest.$ac_ext >&5
11642
11643 ( exit $ac_status )
11644 rxvt_cv_func_xlocale=no
11645 fi
11646 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11647 fi
11648 fi
11649 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11650 echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11651 if test x$rxvt_cv_func_xlocale = xyes; then
11652
11653 cat >>confdefs.h <<\_ACEOF
11654 #define HAVE_XLOCALE 1
11655 _ACEOF
11656
11657 fi
11658
11659 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11660 echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11661 if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11662 echo $ECHO_N "(cached) $ECHO_C" >&6
11663 else
11664 cat >conftest.$ac_ext <<_ACEOF
11665 /* confdefs.h. */
11666 _ACEOF
11667 cat confdefs.h >>conftest.$ac_ext
11668 cat >>conftest.$ac_ext <<_ACEOF
11669 /* end confdefs.h. */
11670 #define X_LOCALE 1
11671 #include <X11/Xlocale.h>
11672 int
11673 main ()
11674 {
11675 setlocale(LC_CTYPE, "");
11676 ;
11677 return 0;
11678 }
11679 _ACEOF
11680 rm -f conftest.$ac_objext conftest$ac_exeext
11681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11682 (eval $ac_link) 2>conftest.er1
11683 ac_status=$?
11684 grep -v '^ *+' conftest.er1 >conftest.err
11685 rm -f conftest.er1
11686 cat conftest.err >&5
11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11688 (exit $ac_status); } &&
11689 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11691 (eval $ac_try) 2>&5
11692 ac_status=$?
11693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11694 (exit $ac_status); }; } &&
11695 { ac_try='test -s conftest$ac_exeext'
11696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11697 (eval $ac_try) 2>&5
11698 ac_status=$?
11699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11700 (exit $ac_status); }; }; then
11701 rxvt_cv_func_xsetlocale=yes
11702 else
11703 echo "$as_me: failed program was:" >&5
11704 sed 's/^/| /' conftest.$ac_ext >&5
11705
11706 rxvt_cv_func_xsetlocale=no
11707 fi
11708 rm -f conftest.err conftest.$ac_objext \
11709 conftest$ac_exeext conftest.$ac_ext
11710 fi
11711 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11712 echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11713 if test x$rxvt_cv_func_xsetlocale = xyes; then
11714
11715 cat >>confdefs.h <<\_ACEOF
11716 #define HAVE_XSETLOCALE 1
11717 _ACEOF
11718
11719 fi
11720 LIBS=$ac_save_LIBS
11721 CFLAGS=$ac_save_CFLAGS
11722
11723 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11724 echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11725 if test "${rxvt_cv_func_setlocale+set}" = set; then
11726 echo $ECHO_N "(cached) $ECHO_C" >&6
11727 else
11728 cat >conftest.$ac_ext <<_ACEOF
11729 /* confdefs.h. */
11730 _ACEOF
11731 cat confdefs.h >>conftest.$ac_ext
11732 cat >>conftest.$ac_ext <<_ACEOF
11733 /* end confdefs.h. */
11734 #include <clocale>
11735 int
11736 main ()
11737 {
11738 setlocale(LC_CTYPE, "");
11739 ;
11740 return 0;
11741 }
11742 _ACEOF
11743 rm -f conftest.$ac_objext conftest$ac_exeext
11744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11745 (eval $ac_link) 2>conftest.er1
11746 ac_status=$?
11747 grep -v '^ *+' conftest.er1 >conftest.err
11748 rm -f conftest.er1
11749 cat conftest.err >&5
11750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11751 (exit $ac_status); } &&
11752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11754 (eval $ac_try) 2>&5
11755 ac_status=$?
11756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11757 (exit $ac_status); }; } &&
11758 { ac_try='test -s conftest$ac_exeext'
11759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11760 (eval $ac_try) 2>&5
11761 ac_status=$?
11762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11763 (exit $ac_status); }; }; then
11764 rxvt_cv_func_setlocale=yes
11765 else
11766 echo "$as_me: failed program was:" >&5
11767 sed 's/^/| /' conftest.$ac_ext >&5
11768
11769 rxvt_cv_func_setlocale=no
11770 fi
11771 rm -f conftest.err conftest.$ac_objext \
11772 conftest$ac_exeext conftest.$ac_ext
11773 fi
11774 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11775 echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11776 if test x$rxvt_cv_func_setlocale = xyes; then
11777
11778 cat >>confdefs.h <<\_ACEOF
11779 #define HAVE_SETLOCALE 1
11780 _ACEOF
11781
11782 fi
11783
11784 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11785 echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11786 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11787 echo $ECHO_N "(cached) $ECHO_C" >&6
11788 else
11789 cat >conftest.$ac_ext <<_ACEOF
11790 /* confdefs.h. */
11791 _ACEOF
11792 cat confdefs.h >>conftest.$ac_ext
11793 cat >>conftest.$ac_ext <<_ACEOF
11794 /* end confdefs.h. */
11795 #include <langinfo.h>
11796 int
11797 main ()
11798 {
11799 nl_langinfo(CODESET);
11800 ;
11801 return 0;
11802 }
11803 _ACEOF
11804 rm -f conftest.$ac_objext conftest$ac_exeext
11805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11806 (eval $ac_link) 2>conftest.er1
11807 ac_status=$?
11808 grep -v '^ *+' conftest.er1 >conftest.err
11809 rm -f conftest.er1
11810 cat conftest.err >&5
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); } &&
11813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815 (eval $ac_try) 2>&5
11816 ac_status=$?
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); }; } &&
11819 { ac_try='test -s conftest$ac_exeext'
11820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11821 (eval $ac_try) 2>&5
11822 ac_status=$?
11823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11824 (exit $ac_status); }; }; then
11825 rxvt_cv_func_nl_langinfo=yes
11826 else
11827 echo "$as_me: failed program was:" >&5
11828 sed 's/^/| /' conftest.$ac_ext >&5
11829
11830 rxvt_cv_func_nl_langinfo=no
11831 fi
11832 rm -f conftest.err conftest.$ac_objext \
11833 conftest$ac_exeext conftest.$ac_ext
11834 fi
11835 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11836 echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11837 if test x$rxvt_cv_func_nl_langinfo = xyes; then
11838
11839 cat >>confdefs.h <<\_ACEOF
11840 #define HAVE_NL_LANGINFO 1
11841 _ACEOF
11842
11843 fi
11844
11845 echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11846 echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11847 if test "${rxvt_can_pass_fds+set}" = set; then
11848 echo $ECHO_N "(cached) $ECHO_C" >&6
11849 else
11850 cat >conftest.$ac_ext <<_ACEOF
11851 /* confdefs.h. */
11852 _ACEOF
11853 cat confdefs.h >>conftest.$ac_ext
11854 cat >>conftest.$ac_ext <<_ACEOF
11855 /* end confdefs.h. */
11856
11857 #include <sys/types.h>
11858 #include <sys/socket.h>
11859
11860 int
11861 main ()
11862 {
11863
11864 {
11865 msghdr msg;
11866 iovec iov;
11867 char buf [100];
11868 char data = 0;
11869
11870 iov.iov_base = &data;
11871 iov.iov_len = 1;
11872
11873 msg.msg_iov = &iov;
11874 msg.msg_iovlen = 1;
11875 msg.msg_control = buf;
11876 msg.msg_controllen = sizeof buf;
11877
11878 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11879 cmsg->cmsg_level = SOL_SOCKET;
11880 cmsg->cmsg_type = SCM_RIGHTS;
11881 cmsg->cmsg_len = 100;
11882
11883 *(int *)CMSG_DATA (cmsg) = 5;
11884
11885 return sendmsg (3, &msg, 0);
11886 }
11887
11888 ;
11889 return 0;
11890 }
11891 _ACEOF
11892 rm -f conftest.$ac_objext conftest$ac_exeext
11893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11894 (eval $ac_link) 2>conftest.er1
11895 ac_status=$?
11896 grep -v '^ *+' conftest.er1 >conftest.err
11897 rm -f conftest.er1
11898 cat conftest.err >&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); } &&
11901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11903 (eval $ac_try) 2>&5
11904 ac_status=$?
11905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906 (exit $ac_status); }; } &&
11907 { ac_try='test -s conftest$ac_exeext'
11908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11909 (eval $ac_try) 2>&5
11910 ac_status=$?
11911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11912 (exit $ac_status); }; }; then
11913 rxvt_can_pass_fds=yes
11914 else
11915 echo "$as_me: failed program was:" >&5
11916 sed 's/^/| /' conftest.$ac_ext >&5
11917
11918 rxvt_can_pass_fds=no
11919 fi
11920 rm -f conftest.err conftest.$ac_objext \
11921 conftest$ac_exeext conftest.$ac_ext
11922 fi
11923 echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11924 echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11925 if test x$rxvt_can_pass_fds = xyes; then
11926
11927 cat >>confdefs.h <<\_ACEOF
11928 #define HAVE_UNIX_FDPASS 1
11929 _ACEOF
11930
11931 fi
11932
11933 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11934 echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11935 if test "${rxvt_broken_ximcb+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937 else
11938 cat >conftest.$ac_ext <<_ACEOF
11939
11940 #include <X11/Xlib.h>
11941
11942 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11943
11944 void f() {
11945 XIMCallback cb;
11946 cb.callback = im_destroy_cb;
11947 }
11948
11949 _ACEOF
11950 rm -f conftest.$ac_objext
11951 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11952 (eval $ac_compile) 2>conftest.er1
11953 ac_status=$?
11954 grep -v '^ *+' conftest.er1 >conftest.err
11955 rm -f conftest.er1
11956 cat conftest.err >&5
11957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11958 (exit $ac_status); } &&
11959 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11961 (eval $ac_try) 2>&5
11962 ac_status=$?
11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964 (exit $ac_status); }; } &&
11965 { ac_try='test -s conftest.$ac_objext'
11966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11967 (eval $ac_try) 2>&5
11968 ac_status=$?
11969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11970 (exit $ac_status); }; }; then
11971 rxvt_broken_ximcb=yes
11972 else
11973 echo "$as_me: failed program was:" >&5
11974 sed 's/^/| /' conftest.$ac_ext >&5
11975
11976 rxvt_broken_ximcb=no
11977 fi
11978 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11979 fi
11980 echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11981 echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11982
11983 if test x$rxvt_broken_ximcb = xyes; then
11984
11985 cat >>confdefs.h <<\_ACEOF
11986 #define XIMCB_PROTO_BROKEN 1
11987 _ACEOF
11988
11989 fi
11990
11991 echo "$as_me:$LINENO: checking for getpt" >&5
11992 echo $ECHO_N "checking for getpt... $ECHO_C" >&6
11993 if test "${rxvt_cv_func_getpt+set}" = set; then
11994 echo $ECHO_N "(cached) $ECHO_C" >&6
11995 else
11996 cat >conftest.$ac_ext <<_ACEOF
11997 /* confdefs.h. */
11998 _ACEOF
11999 cat confdefs.h >>conftest.$ac_ext
12000 cat >>conftest.$ac_ext <<_ACEOF
12001 /* end confdefs.h. */
12002 #define _GNU_SOURCE
12003 #ifdef HAVE_STDLIB_H
12004 # include <cstdlib>
12005 #endif
12006 int
12007 main ()
12008 {
12009 (void)getpt();
12010 ;
12011 return 0;
12012 }
12013 _ACEOF
12014 rm -f conftest.$ac_objext conftest$ac_exeext
12015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12016 (eval $ac_link) 2>conftest.er1
12017 ac_status=$?
12018 grep -v '^ *+' conftest.er1 >conftest.err
12019 rm -f conftest.er1
12020 cat conftest.err >&5
12021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12022 (exit $ac_status); } &&
12023 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12025 (eval $ac_try) 2>&5
12026 ac_status=$?
12027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12028 (exit $ac_status); }; } &&
12029 { ac_try='test -s conftest$ac_exeext'
12030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12031 (eval $ac_try) 2>&5
12032 ac_status=$?
12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12034 (exit $ac_status); }; }; then
12035 rxvt_cv_func_getpt=yes
12036 else
12037 echo "$as_me: failed program was:" >&5
12038 sed 's/^/| /' conftest.$ac_ext >&5
12039
12040 rxvt_cv_func_getpt=no
12041 fi
12042 rm -f conftest.err conftest.$ac_objext \
12043 conftest$ac_exeext conftest.$ac_ext
12044 fi
12045 echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
12046 echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
12047 if test x$rxvt_cv_func_getpt = xyes; then
12048
12049 cat >>confdefs.h <<\_ACEOF
12050 #define HAVE_GETPT 1
12051 _ACEOF
12052
12053 fi
12054
12055 echo "$as_me:$LINENO: checking for pty/tty type" >&5
12056 echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12057 if test "${rxvt_cv_ptys+set}" = set; then
12058 echo $ECHO_N "(cached) $ECHO_C" >&6
12059 else
12060 if test x$ac_cv_func_openpty = xyes; then
12061 rxvt_cv_ptys=OPENPTY
12062 else if test x$ac_cv_func__getpty = xyes; then
12063 rxvt_cv_ptys=SGI4
12064 else if test -c /dev/ttyp20; then
12065 rxvt_cv_ptys=SCO
12066 else if test -c /dev/ptym/clone; then
12067 rxvt_cv_ptys=HPUX
12068 else if test x$rxvt_cv_func_getpt = xyes; then
12069 rxvt_cv_ptys=GLIBC
12070 else if test -c /dev/ptc -a -c /dev/pts; then
12071 rxvt_cv_ptys=PTC
12072 else if test -c /dev/ptc -a -d /dev/pts; then
12073 rxvt_cv_ptys=PTC
12074 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12075 rxvt_cv_ptys=STREAMS
12076 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12077 rxvt_cv_ptys=STREAMS
12078 else
12079 rxvt_cv_ptys=BSD
12080 fi
12081 fi
12082 fi
12083 fi
12084 fi
12085 fi
12086 fi
12087 fi
12088 fi
12089
12090 fi
12091 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12092 echo "${ECHO_T}$rxvt_cv_ptys" >&6
12093
12094 if test x$rxvt_cv_ptys = xOPENPTY; then
12095
12096 cat >>confdefs.h <<\_ACEOF
12097 #define PTYS_ARE_OPENPTY 1
12098 _ACEOF
12099
12100 fi
12101 if test x$rxvt_cv_ptys = xSCO; then
12102
12103 cat >>confdefs.h <<\_ACEOF
12104 #define PTYS_ARE_NUMERIC 1
12105 _ACEOF
12106
12107 fi
12108 if test x$rxvt_cv_ptys = xSTREAMS; then
12109
12110 cat >>confdefs.h <<\_ACEOF
12111 #define PTYS_ARE_PTMX 1
12112 _ACEOF
12113
12114 fi
12115 if test x$rxvt_cv_ptys = xPTC; then
12116
12117 cat >>confdefs.h <<\_ACEOF
12118 #define PTYS_ARE_PTC 1
12119 _ACEOF
12120
12121 fi
12122 if test x$rxvt_cv_ptys = xSGI4; then
12123
12124 cat >>confdefs.h <<\_ACEOF
12125 #define PTYS_ARE__GETPTY 1
12126 _ACEOF
12127
12128 fi
12129 if test x$rxvt_cv_ptys = xCONVEX; then
12130
12131 cat >>confdefs.h <<\_ACEOF
12132 #define PTYS_ARE_GETPTY 1
12133 _ACEOF
12134
12135 fi
12136 if test x$rxvt_cv_ptys = xGLIBC; then
12137
12138 cat >>confdefs.h <<\_ACEOF
12139 #define PTYS_ARE_GETPT 1
12140 _ACEOF
12141
12142 fi
12143 if test x$rxvt_cv_ptys = xHPUX; then
12144
12145 cat >>confdefs.h <<\_ACEOF
12146 #define PTYS_ARE_CLONE 1
12147 _ACEOF
12148
12149 fi
12150 if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12151
12152 cat >>confdefs.h <<\_ACEOF
12153 #define PTYS_ARE_SEARCHED 1
12154 _ACEOF
12155
12156 fi
12157
12158
12159 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
12160 echo "$as_me: checking for pty ranges..." >&6;}
12161 ptys=`echo /dev/pty??`
12162 pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12163 pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12164 if test x$pch1 != x; then
12165
12166 cat >>confdefs.h <<_ACEOF
12167 #define PTYCHAR1 "$pch1"
12168 _ACEOF
12169
12170 fi
12171 if test x$pch2 != x; then
12172
12173 cat >>confdefs.h <<_ACEOF
12174 #define PTYCHAR2 "$pch2"
12175 _ACEOF
12176
12177 fi
12178
12179 if test x$support_xft = xyes; then
12180 LIBS="$LIBS `pkg-config xft --libs`"
12181 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12182
12183
12184 for ac_header in X11/Xft/Xft.h
12185 do
12186 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12187 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12188 echo "$as_me:$LINENO: checking for $ac_header" >&5
12189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12190 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12192 fi
12193 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12194 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12195 else
12196 # Is the header compilable?
12197 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12198 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12199 cat >conftest.$ac_ext <<_ACEOF
12200 /* confdefs.h. */
12201 _ACEOF
12202 cat confdefs.h >>conftest.$ac_ext
12203 cat >>conftest.$ac_ext <<_ACEOF
12204 /* end confdefs.h. */
12205 $ac_includes_default
12206 #include <$ac_header>
12207 _ACEOF
12208 rm -f conftest.$ac_objext
12209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12210 (eval $ac_compile) 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } &&
12217 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12219 (eval $ac_try) 2>&5
12220 ac_status=$?
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); }; } &&
12223 { ac_try='test -s conftest.$ac_objext'
12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12225 (eval $ac_try) 2>&5
12226 ac_status=$?
12227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228 (exit $ac_status); }; }; then
12229 ac_header_compiler=yes
12230 else
12231 echo "$as_me: failed program was:" >&5
12232 sed 's/^/| /' conftest.$ac_ext >&5
12233
12234 ac_header_compiler=no
12235 fi
12236 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12237 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12238 echo "${ECHO_T}$ac_header_compiler" >&6
12239
12240 # Is the header present?
12241 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12242 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12243 cat >conftest.$ac_ext <<_ACEOF
12244 /* confdefs.h. */
12245 _ACEOF
12246 cat confdefs.h >>conftest.$ac_ext
12247 cat >>conftest.$ac_ext <<_ACEOF
12248 /* end confdefs.h. */
12249 #include <$ac_header>
12250 _ACEOF
12251 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12252 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12253 ac_status=$?
12254 grep -v '^ *+' conftest.er1 >conftest.err
12255 rm -f conftest.er1
12256 cat conftest.err >&5
12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258 (exit $ac_status); } >/dev/null; then
12259 if test -s conftest.err; then
12260 ac_cpp_err=$ac_cxx_preproc_warn_flag
12261 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12262 else
12263 ac_cpp_err=
12264 fi
12265 else
12266 ac_cpp_err=yes
12267 fi
12268 if test -z "$ac_cpp_err"; then
12269 ac_header_preproc=yes
12270 else
12271 echo "$as_me: failed program was:" >&5
12272 sed 's/^/| /' conftest.$ac_ext >&5
12273
12274 ac_header_preproc=no
12275 fi
12276 rm -f conftest.err conftest.$ac_ext
12277 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12278 echo "${ECHO_T}$ac_header_preproc" >&6
12279
12280 # So? What about this header?
12281 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12282 yes:no: )
12283 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12284 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12285 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12286 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12287 ac_header_preproc=yes
12288 ;;
12289 no:yes:* )
12290 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12291 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12292 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12293 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12294 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12295 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12296 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12297 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12298 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12299 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12300 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12301 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12302 (
12303 cat <<\_ASBOX
12304 ## ------------------------------------------ ##
12305 ## Report this to the AC_PACKAGE_NAME lists. ##
12306 ## ------------------------------------------ ##
12307 _ASBOX
12308 ) |
12309 sed "s/^/$as_me: WARNING: /" >&2
12310 ;;
12311 esac
12312 echo "$as_me:$LINENO: checking for $ac_header" >&5
12313 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12314 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12315 echo $ECHO_N "(cached) $ECHO_C" >&6
12316 else
12317 eval "$as_ac_Header=\$ac_header_preproc"
12318 fi
12319 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12320 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12321
12322 fi
12323 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12324 cat >>confdefs.h <<_ACEOF
12325 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12326 _ACEOF
12327
12328 else
12329 support_xft=no
12330 fi
12331
12332 done
12333
12334
12335 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12336 echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
12337 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12338 echo $ECHO_N "(cached) $ECHO_C" >&6
12339 else
12340 ac_check_lib_save_LIBS=$LIBS
12341 LIBS="-lXft $LIBS"
12342 cat >conftest.$ac_ext <<_ACEOF
12343 /* confdefs.h. */
12344 _ACEOF
12345 cat confdefs.h >>conftest.$ac_ext
12346 cat >>conftest.$ac_ext <<_ACEOF
12347 /* end confdefs.h. */
12348
12349 /* Override any gcc2 internal prototype to avoid an error. */
12350 #ifdef __cplusplus
12351 extern "C"
12352 #endif
12353 /* We use char because int might match the return type of a gcc2
12354 builtin and then its argument prototype would still apply. */
12355 char XftDrawString32 ();
12356 int
12357 main ()
12358 {
12359 XftDrawString32 ();
12360 ;
12361 return 0;
12362 }
12363 _ACEOF
12364 rm -f conftest.$ac_objext conftest$ac_exeext
12365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12366 (eval $ac_link) 2>conftest.er1
12367 ac_status=$?
12368 grep -v '^ *+' conftest.er1 >conftest.err
12369 rm -f conftest.er1
12370 cat conftest.err >&5
12371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12372 (exit $ac_status); } &&
12373 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12375 (eval $ac_try) 2>&5
12376 ac_status=$?
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); }; } &&
12379 { ac_try='test -s conftest$ac_exeext'
12380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12381 (eval $ac_try) 2>&5
12382 ac_status=$?
12383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12384 (exit $ac_status); }; }; then
12385 ac_cv_lib_Xft_XftDrawString32=yes
12386 else
12387 echo "$as_me: failed program was:" >&5
12388 sed 's/^/| /' conftest.$ac_ext >&5
12389
12390 ac_cv_lib_Xft_XftDrawString32=no
12391 fi
12392 rm -f conftest.err conftest.$ac_objext \
12393 conftest$ac_exeext conftest.$ac_ext
12394 LIBS=$ac_check_lib_save_LIBS
12395 fi
12396 echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12397 echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
12398 if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12399 cat >>confdefs.h <<_ACEOF
12400 #define HAVE_LIBXFT 1
12401 _ACEOF
12402
12403 LIBS="-lXft $LIBS"
12404
12405 else
12406 support_xft=no
12407 fi
12408
12409
12410 if test x$support_xft = xyes; then
12411
12412 cat >>confdefs.h <<\_ACEOF
12413 #define XFT 1
12414 _ACEOF
12415
12416 fi
12417 fi
12418 if test x$support_styles = xyes; then
12419
12420 cat >>confdefs.h <<\_ACEOF
12421 #define ENABLE_STYLES 1
12422 _ACEOF
12423
12424 fi
12425 if test x$support_iso14755 = xyes; then
12426
12427 cat >>confdefs.h <<\_ACEOF
12428 #define ISO_14755 1
12429 _ACEOF
12430
12431 fi
12432 if test x$support_8bitctrls = xyes; then
12433
12434 cat >>confdefs.h <<\_ACEOF
12435 #define EIGHT_BIT_CONTROLS 1
12436 _ACEOF
12437
12438 fi
12439 if test x$support_fading = xyes; then
12440
12441 cat >>confdefs.h <<\_ACEOF
12442 #define OFF_FOCUS_FADING 1
12443 _ACEOF
12444
12445 fi
12446 if test x$support_tinting = xyes; then
12447
12448 cat >>confdefs.h <<\_ACEOF
12449 #define TINTING 1
12450 _ACEOF
12451
12452 fi
12453 if test x$support_inheritpixmap = xyes; then
12454
12455 cat >>confdefs.h <<\_ACEOF
12456 #define TRANSPARENT 1
12457 _ACEOF
12458
12459 fi
12460 if test x$support_keepscrolling = xno; then
12461
12462 cat >>confdefs.h <<\_ACEOF
12463 #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12464 _ACEOF
12465
12466 fi
12467 if test x$support_selectionscrolling = xyes; then
12468
12469 cat >>confdefs.h <<\_ACEOF
12470 #define SELECTION_SCROLLING 1
12471 _ACEOF
12472
12473 fi
12474 if test x$support_menubar = xyes; then
12475
12476 cat >>confdefs.h <<\_ACEOF
12477 #define MENUBAR 1
12478 _ACEOF
12479
12480 fi
12481 if test x$support_frills = xyes; then
12482
12483 cat >>confdefs.h <<\_ACEOF
12484 #define ENABLE_FRILLS 1
12485 _ACEOF
12486
12487 fi
12488 if test x$support_24bit = xyes; then
12489
12490 cat >>confdefs.h <<\_ACEOF
12491 #define PREFER_24BIT 1
12492 _ACEOF
12493
12494 fi
12495 if test x$support_mousewheel = xyes; then
12496
12497 cat >>confdefs.h <<\_ACEOF
12498 #define MOUSE_WHEEL 1
12499 _ACEOF
12500
12501 fi
12502 if test x$support_mouseslipwheel = xyes; then
12503
12504 cat >>confdefs.h <<\_ACEOF
12505 #define MOUSE_SLIP_WHEELING 1
12506 _ACEOF
12507
12508 fi
12509 if test x$support_utmp = xyes; then
12510
12511 cat >>confdefs.h <<\_ACEOF
12512 #define UTMP_SUPPORT 1
12513 _ACEOF
12514
12515 fi
12516 if test x$support_wtmp = xyes; then
12517
12518 cat >>confdefs.h <<\_ACEOF
12519 #define WTMP_SUPPORT 1
12520 _ACEOF
12521
12522 fi
12523 if test x$support_lastlog = xyes; then
12524
12525 cat >>confdefs.h <<\_ACEOF
12526 #define LASTLOG_SUPPORT 1
12527 _ACEOF
12528
12529 fi
12530 if test x$support_xim = xyes -o x$multichar_set = xyes; then
12531 if test x$rxvt_cv_func_xlocale = xyes; then
12532
12533 cat >>confdefs.h <<\_ACEOF
12534 #define USE_XIM 1
12535 _ACEOF
12536
12537 fi
12538 fi
12539 if test x$support_xpm = xyes; then
12540
12541 cat >>confdefs.h <<\_ACEOF
12542 #define XPM_BACKGROUND 1
12543 _ACEOF
12544
12545 fi
12546 if test x$support_scroll_rxvt = xyes; then
12547
12548 cat >>confdefs.h <<\_ACEOF
12549 #define RXVT_SCROLLBAR 1
12550 _ACEOF
12551
12552 scrolltypes="rxvt"
12553 fi
12554 if test x$support_scroll_next = xyes; then
12555
12556 cat >>confdefs.h <<\_ACEOF
12557 #define NEXT_SCROLLBAR 1
12558 _ACEOF
12559
12560 scrolltypes="$scrolltypes next"
12561 fi
12562 if test x$support_scroll_xterm = xyes; then
12563
12564 cat >>confdefs.h <<\_ACEOF
12565 #define XTERM_SCROLLBAR 1
12566 _ACEOF
12567
12568 scrolltypes="$scrolltypes xterm"
12569 fi
12570 if test x$support_scroll_plain = xyes; then
12571
12572 cat >>confdefs.h <<\_ACEOF
12573 #define PLAIN_SCROLLBAR 1
12574 _ACEOF
12575
12576 scrolltypes="$scrolltypes plain"
12577 fi
12578 if test x$support_pointer_blank = xyes; then
12579
12580 cat >>confdefs.h <<\_ACEOF
12581 #define POINTER_BLANK 1
12582 _ACEOF
12583
12584 fi
12585 if test x$support_text_blink = xyes; then
12586
12587 cat >>confdefs.h <<\_ACEOF
12588 #define TEXT_BLINK 1
12589 _ACEOF
12590
12591 fi
12592 if test x$support_unicode3 = xyes; then
12593
12594 cat >>confdefs.h <<\_ACEOF
12595 #define UNICODE_3 1
12596 _ACEOF
12597
12598 fi
12599 if test x$support_combining = xyes; then
12600
12601 cat >>confdefs.h <<\_ACEOF
12602 #define ENABLE_COMBINING 1
12603 _ACEOF
12604
12605 fi
12606 if test x$codesets = xall; then
12607 codesets=jp,jp-ext,kr,zh,zh-ext
12608 fi
12609
12610 cat >>confdefs.h <<\_ACEOF
12611 #define ENCODING_EU 1
12612 _ACEOF
12613
12614
12615 cat >>confdefs.h <<\_ACEOF
12616 #define ENCODING_VN 1
12617 _ACEOF
12618
12619 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12620 case "$codeset" in
12621 JP )
12622 cat >>confdefs.h <<\_ACEOF
12623 #define ENCODING_JP 1
12624 _ACEOF
12625 ;;
12626 JP_EXT )
12627 cat >>confdefs.h <<\_ACEOF
12628 #define ENCODING_JP_EXT 1
12629 _ACEOF
12630 ;;
12631 KR )
12632 cat >>confdefs.h <<\_ACEOF
12633 #define ENCODING_KR 1
12634 _ACEOF
12635 ;;
12636 ZH )
12637 cat >>confdefs.h <<\_ACEOF
12638 #define ENCODING_ZH 1
12639 _ACEOF
12640 ;;
12641 ZH_EXT )
12642 cat >>confdefs.h <<\_ACEOF
12643 #define ENCODING_ZH_EXT 1
12644 _ACEOF
12645 ;;
12646 esac
12647 done
12648
12649 IF_PERL=\#
12650 if test x$support_perl = xyes; then
12651 # Extract the first word of "perl5", so it can be a program name with args.
12652 set dummy perl5; ac_word=$2
12653 echo "$as_me:$LINENO: checking for $ac_word" >&5
12654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12655 if test "${ac_cv_path_PERL+set}" = set; then
12656 echo $ECHO_N "(cached) $ECHO_C" >&6
12657 else
12658 case $PERL in
12659 [\\/]* | ?:[\\/]*)
12660 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12661 ;;
12662 *)
12663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12664 for as_dir in $PATH
12665 do
12666 IFS=$as_save_IFS
12667 test -z "$as_dir" && as_dir=.
12668 for ac_exec_ext in '' $ac_executable_extensions; do
12669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12670 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12672 break 2
12673 fi
12674 done
12675 done
12676
12677 ;;
12678 esac
12679 fi
12680 PERL=$ac_cv_path_PERL
12681
12682 if test -n "$PERL"; then
12683 echo "$as_me:$LINENO: result: $PERL" >&5
12684 echo "${ECHO_T}$PERL" >&6
12685 else
12686 echo "$as_me:$LINENO: result: no" >&5
12687 echo "${ECHO_T}no" >&6
12688 fi
12689
12690 # Extract the first word of "perl", so it can be a program name with args.
12691 set dummy perl; ac_word=$2
12692 echo "$as_me:$LINENO: checking for $ac_word" >&5
12693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12694 if test "${ac_cv_path_PERL+set}" = set; then
12695 echo $ECHO_N "(cached) $ECHO_C" >&6
12696 else
12697 case $PERL in
12698 [\\/]* | ?:[\\/]*)
12699 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12700 ;;
12701 *)
12702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12703 for as_dir in $PATH
12704 do
12705 IFS=$as_save_IFS
12706 test -z "$as_dir" && as_dir=.
12707 for ac_exec_ext in '' $ac_executable_extensions; do
12708 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12709 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12711 break 2
12712 fi
12713 done
12714 done
12715
12716 ;;
12717 esac
12718 fi
12719 PERL=$ac_cv_path_PERL
12720
12721 if test -n "$PERL"; then
12722 echo "$as_me:$LINENO: result: $PERL" >&5
12723 echo "${ECHO_T}$PERL" >&6
12724 else
12725 echo "$as_me:$LINENO: result: no" >&5
12726 echo "${ECHO_T}no" >&6
12727 fi
12728
12729
12730 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12731 echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12732 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12733
12734 save_CXXFLAGS="$CXXFLAGS"
12735 save_LIBS="$LIBS"
12736 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12737 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12738 cat >conftest.$ac_ext <<_ACEOF
12739 /* confdefs.h. */
12740 _ACEOF
12741 cat confdefs.h >>conftest.$ac_ext
12742 cat >>conftest.$ac_ext <<_ACEOF
12743 /* end confdefs.h. */
12744
12745 #include <EXTERN.h>
12746 #include <perl.h>
12747 #include <XSUB.h>
12748
12749 int
12750 main ()
12751 {
12752
12753 PerlInterpreter *perl = perl_alloc ();
12754
12755 ;
12756 return 0;
12757 }
12758 _ACEOF
12759 rm -f conftest.$ac_objext conftest$ac_exeext
12760 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12761 (eval $ac_link) 2>conftest.er1
12762 ac_status=$?
12763 grep -v '^ *+' conftest.er1 >conftest.err
12764 rm -f conftest.er1
12765 cat conftest.err >&5
12766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12767 (exit $ac_status); } &&
12768 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12770 (eval $ac_try) 2>&5
12771 ac_status=$?
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); }; } &&
12774 { ac_try='test -s conftest$ac_exeext'
12775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12776 (eval $ac_try) 2>&5
12777 ac_status=$?
12778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); }; }; then
12780 rxvt_perl_link=yes
12781 else
12782 echo "$as_me: failed program was:" >&5
12783 sed 's/^/| /' conftest.$ac_ext >&5
12784
12785 rxvt_perl_link=no
12786 fi
12787 rm -f conftest.err conftest.$ac_objext \
12788 conftest$ac_exeext conftest.$ac_ext
12789 CXXFLAGS="$save_CXXFLAGS"
12790 LIBS="$save_LIBS"
12791
12792 if test x$rxvt_perl_link = xyes; then
12793 echo "$as_me:$LINENO: result: ok" >&5
12794 echo "${ECHO_T}ok" >&6
12795
12796 cat >>confdefs.h <<\_ACEOF
12797 #define ENABLE_PERL 1
12798 _ACEOF
12799
12800 IF_PERL=
12801 PERL_O=rxvtperl.o
12802 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12803 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12804 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12805 else
12806 support_perl=no
12807 echo "$as_me:$LINENO: result: no, unable to link" >&5
12808 echo "${ECHO_T}no, unable to link" >&6
12809 fi
12810 else
12811 { { echo "$as_me:$LINENO: error: no working perl found" >&5
12812 echo "$as_me: error: no working perl found" >&2;}
12813 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12814 support_perl=no
12815 fi
12816 fi
12817
12818
12819
12820
12821
12822
12823
12824 if text x$support_perl = xyes; then
12825 support_frills=yes
12826 fi
12827
12828
12829 CFLAGS=${CFLAGS--O}
12830 LDFLAGS=${LDFLAGS--O}
12831
12832 CPPFLAGS="$CPPFLAGS"
12833
12834
12835
12836
12837
12838
12839
12840 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12841 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12842 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12843 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12844 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12845 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12846 fi
12847
12848
12849
12850
12851
12852 if test x$support_addstrings = xno; then
12853
12854 cat >>confdefs.h <<\_ACEOF
12855 #define NO_STRINGS 1
12856 _ACEOF
12857
12858 fi
12859
12860 MCOMMON=./autoconf/Make.common
12861
12862
12863 test "$program_prefix" != NONE &&
12864 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12865 # Use a double $ so make ignores it.
12866 test "$program_suffix" != NONE &&
12867 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12868 # Double any \ or $. echo might interpret backslashes.
12869 # By default was `s,x,x', remove it if useless.
12870 cat <<\_ACEOF >conftest.sed
12871 s/[\\$]/&&/g;s/;s,x,x,$//
12872 _ACEOF
12873 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12874 rm conftest.sed
12875
12876
12877
12878
12879
12880 if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12881 include_stdint_h="#include <stdint.h>"
12882 else
12883 include_stdint_h="/* #include <stdint.h> */"
12884 fi
12885 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12886 include_stdarg_h="#include <cstdarg>"
12887 else
12888 include_stdarg_h="/* #include <cstdarg> */"
12889 fi
12890 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12891 include_stdlib_h="#include <cstdlib>"
12892 else
12893 include_stdlib_h="/* #include <cstdlib> */"
12894 fi
12895 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12896 include_unistd_h="#include <unistd.h>"
12897 else
12898 include_unistd_h="/* #include <unistd.h> */"
12899 fi
12900 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12901 include_string_h="#include <cstring>"
12902 else
12903 include_string_h="/* #include <cstring> */"
12904 fi
12905 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12906 include_fcntl_h="#include <fcntl.h>"
12907 else
12908 include_fcntl_h="/* #include <fcntl.h> */"
12909 fi
12910 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12911 include_util_h="#include <util.h>"
12912 else
12913 include_util_h="/* #include <util.h> */"
12914 fi
12915 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12916 include_assert_h="#include <assert.h>"
12917 else
12918 include_assert_h="/* #include <assert.h> */"
12919 fi
12920 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
12921 include_sys_ioctl_h="#include <sys/ioctl.h>"
12922 else
12923 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
12924 fi
12925 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
12926 include_sys_select_h="#include <sys/select.h>"
12927 else
12928 include_sys_select_h="/* #include <sys/select.h> */"
12929 fi
12930 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
12931 include_sys_strredir_h="#include <sys/strredir.h>"
12932 else
12933 include_sys_strredir_h="/* #include <sys/strredir.h> */"
12934 fi
12935 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
12936 include_sys_time_h="#include <sys/time.h>"
12937 else
12938 include_sys_time_h="/* #include <sys/time.h> */"
12939 fi
12940 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
12941 include_time_h="#include <time.h>"
12942 else
12943 include_time_h="/* #include <time.h> */"
12944 fi
12945
12946 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12947
12948 cat >confcache <<\_ACEOF
12949 # This file is a shell script that caches the results of configure
12950 # tests run on this system so they can be shared between configure
12951 # scripts and configure runs, see configure's option --config-cache.
12952 # It is not useful on other systems. If it contains results you don't
12953 # want to keep, you may remove or edit it.
12954 #
12955 # config.status only pays attention to the cache file if you give it
12956 # the --recheck option to rerun configure.
12957 #
12958 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12959 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12960 # following values.
12961
12962 _ACEOF
12963
12964 # The following way of writing the cache mishandles newlines in values,
12965 # but we know of no workaround that is simple, portable, and efficient.
12966 # So, don't put newlines in cache variables' values.
12967 # Ultrix sh set writes to stderr and can't be redirected directly,
12968 # and sets the high bit in the cache file unless we assign to the vars.
12969 {
12970 (set) 2>&1 |
12971 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12972 *ac_space=\ *)
12973 # `set' does not quote correctly, so add quotes (double-quote
12974 # substitution turns \\\\ into \\, and sed turns \\ into \).
12975 sed -n \
12976 "s/'/'\\\\''/g;
12977 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12978 ;;
12979 *)
12980 # `set' quotes correctly as required by POSIX, so do not add quotes.
12981 sed -n \
12982 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12983 ;;
12984 esac;
12985 } |
12986 sed '
12987 t clear
12988 : clear
12989 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12990 t end
12991 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12992 : end' >>confcache
12993 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12994 if test -w $cache_file; then
12995 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12996 cat confcache >$cache_file
12997 else
12998 echo "not updating unwritable cache $cache_file"
12999 fi
13000 fi
13001 rm -f confcache
13002
13003 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13004 # Let make expand exec_prefix.
13005 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13006
13007 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13008 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13009 # trailing colons and then remove the whole line if VPATH becomes empty
13010 # (actually we leave an empty line to preserve line numbers).
13011 if test "x$srcdir" = x.; then
13012 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13013 s/:*\$(srcdir):*/:/;
13014 s/:*\${srcdir}:*/:/;
13015 s/:*@srcdir@:*/:/;
13016 s/^\([^=]*=[ ]*\):*/\1/;
13017 s/:*$//;
13018 s/^[^=]*=[ ]*$//;
13019 }'
13020 fi
13021
13022 DEFS=-DHAVE_CONFIG_H
13023
13024 ac_libobjs=
13025 ac_ltlibobjs=
13026 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13027 # 1. Remove the extension, and $U if already installed.
13028 ac_i=`echo "$ac_i" |
13029 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13030 # 2. Add them.
13031 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13032 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13033 done
13034 LIBOBJS=$ac_libobjs
13035
13036 LTLIBOBJS=$ac_ltlibobjs
13037
13038
13039
13040 : ${CONFIG_STATUS=./config.status}
13041 ac_clean_files_save=$ac_clean_files
13042 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13043 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13044 echo "$as_me: creating $CONFIG_STATUS" >&6;}
13045 cat >$CONFIG_STATUS <<_ACEOF
13046 #! $SHELL
13047 # Generated by $as_me.
13048 # Run this file to recreate the current configuration.
13049 # Compiler output produced by configure, useful for debugging
13050 # configure, is in config.log if it exists.
13051
13052 debug=false
13053 ac_cs_recheck=false
13054 ac_cs_silent=false
13055 SHELL=\${CONFIG_SHELL-$SHELL}
13056 _ACEOF
13057
13058 cat >>$CONFIG_STATUS <<\_ACEOF
13059 ## --------------------- ##
13060 ## M4sh Initialization. ##
13061 ## --------------------- ##
13062
13063 # Be Bourne compatible
13064 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13065 emulate sh
13066 NULLCMD=:
13067 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13068 # is contrary to our usage. Disable this feature.
13069 alias -g '${1+"$@"}'='"$@"'
13070 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13071 set -o posix
13072 fi
13073 DUALCASE=1; export DUALCASE # for MKS sh
13074
13075 # Support unset when possible.
13076 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13077 as_unset=unset
13078 else
13079 as_unset=false
13080 fi
13081
13082
13083 # Work around bugs in pre-3.0 UWIN ksh.
13084 $as_unset ENV MAIL MAILPATH
13085 PS1='$ '
13086 PS2='> '
13087 PS4='+ '
13088
13089 # NLS nuisances.
13090 for as_var in \
13091 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13092 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13093 LC_TELEPHONE LC_TIME
13094 do
13095 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13096 eval $as_var=C; export $as_var
13097 else
13098 $as_unset $as_var
13099 fi
13100 done
13101
13102 # Required to use basename.
13103 if expr a : '\(a\)' >/dev/null 2>&1; then
13104 as_expr=expr
13105 else
13106 as_expr=false
13107 fi
13108
13109 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13110 as_basename=basename
13111 else
13112 as_basename=false
13113 fi
13114
13115
13116 # Name of the executable.
13117 as_me=`$as_basename "$0" ||
13118 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13119 X"$0" : 'X\(//\)$' \| \
13120 X"$0" : 'X\(/\)$' \| \
13121 . : '\(.\)' 2>/dev/null ||
13122 echo X/"$0" |
13123 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13124 /^X\/\(\/\/\)$/{ s//\1/; q; }
13125 /^X\/\(\/\).*/{ s//\1/; q; }
13126 s/.*/./; q'`
13127
13128
13129 # PATH needs CR, and LINENO needs CR and PATH.
13130 # Avoid depending upon Character Ranges.
13131 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13132 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13133 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13134 as_cr_digits='0123456789'
13135 as_cr_alnum=$as_cr_Letters$as_cr_digits
13136
13137 # The user is always right.
13138 if test "${PATH_SEPARATOR+set}" != set; then
13139 echo "#! /bin/sh" >conf$$.sh
13140 echo "exit 0" >>conf$$.sh
13141 chmod +x conf$$.sh
13142 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13143 PATH_SEPARATOR=';'
13144 else
13145 PATH_SEPARATOR=:
13146 fi
13147 rm -f conf$$.sh
13148 fi
13149
13150
13151 as_lineno_1=$LINENO
13152 as_lineno_2=$LINENO
13153 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13154 test "x$as_lineno_1" != "x$as_lineno_2" &&
13155 test "x$as_lineno_3" = "x$as_lineno_2" || {
13156 # Find who we are. Look in the path if we contain no path at all
13157 # relative or not.
13158 case $0 in
13159 *[\\/]* ) as_myself=$0 ;;
13160 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13161 for as_dir in $PATH
13162 do
13163 IFS=$as_save_IFS
13164 test -z "$as_dir" && as_dir=.
13165 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13166 done
13167
13168 ;;
13169 esac
13170 # We did not find ourselves, most probably we were run as `sh COMMAND'
13171 # in which case we are not to be found in the path.
13172 if test "x$as_myself" = x; then
13173 as_myself=$0
13174 fi
13175 if test ! -f "$as_myself"; then
13176 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13177 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13178 { (exit 1); exit 1; }; }
13179 fi
13180 case $CONFIG_SHELL in
13181 '')
13182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13184 do
13185 IFS=$as_save_IFS
13186 test -z "$as_dir" && as_dir=.
13187 for as_base in sh bash ksh sh5; do
13188 case $as_dir in
13189 /*)
13190 if ("$as_dir/$as_base" -c '
13191 as_lineno_1=$LINENO
13192 as_lineno_2=$LINENO
13193 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13194 test "x$as_lineno_1" != "x$as_lineno_2" &&
13195 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13196 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13197 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13198 CONFIG_SHELL=$as_dir/$as_base
13199 export CONFIG_SHELL
13200 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13201 fi;;
13202 esac
13203 done
13204 done
13205 ;;
13206 esac
13207
13208 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13209 # uniformly replaced by the line number. The first 'sed' inserts a
13210 # line-number line before each line; the second 'sed' does the real
13211 # work. The second script uses 'N' to pair each line-number line
13212 # with the numbered line, and appends trailing '-' during
13213 # substitution so that $LINENO is not a special case at line end.
13214 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13215 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13216 sed '=' <$as_myself |
13217 sed '
13218 N
13219 s,$,-,
13220 : loop
13221 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13222 t loop
13223 s,-$,,
13224 s,^['$as_cr_digits']*\n,,
13225 ' >$as_me.lineno &&
13226 chmod +x $as_me.lineno ||
13227 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13228 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13229 { (exit 1); exit 1; }; }
13230
13231 # Don't try to exec as it changes $[0], causing all sort of problems
13232 # (the dirname of $[0] is not the place where we might find the
13233 # original and so on. Autoconf is especially sensible to this).
13234 . ./$as_me.lineno
13235 # Exit status is that of the last command.
13236 exit
13237 }
13238
13239
13240 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13241 *c*,-n*) ECHO_N= ECHO_C='
13242 ' ECHO_T=' ' ;;
13243 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13244 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13245 esac
13246
13247 if expr a : '\(a\)' >/dev/null 2>&1; then
13248 as_expr=expr
13249 else
13250 as_expr=false
13251 fi
13252
13253 rm -f conf$$ conf$$.exe conf$$.file
13254 echo >conf$$.file
13255 if ln -s conf$$.file conf$$ 2>/dev/null; then
13256 # We could just check for DJGPP; but this test a) works b) is more generic
13257 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13258 if test -f conf$$.exe; then
13259 # Don't use ln at all; we don't have any links
13260 as_ln_s='cp -p'
13261 else
13262 as_ln_s='ln -s'
13263 fi
13264 elif ln conf$$.file conf$$ 2>/dev/null; then
13265 as_ln_s=ln
13266 else
13267 as_ln_s='cp -p'
13268 fi
13269 rm -f conf$$ conf$$.exe conf$$.file
13270
13271 if mkdir -p . 2>/dev/null; then
13272 as_mkdir_p=:
13273 else
13274 test -d ./-p && rmdir ./-p
13275 as_mkdir_p=false
13276 fi
13277
13278 as_executable_p="test -f"
13279
13280 # Sed expression to map a string onto a valid CPP name.
13281 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13282
13283 # Sed expression to map a string onto a valid variable name.
13284 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13285
13286
13287 # IFS
13288 # We need space, tab and new line, in precisely that order.
13289 as_nl='
13290 '
13291 IFS=" $as_nl"
13292
13293 # CDPATH.
13294 $as_unset CDPATH
13295
13296 exec 6>&1
13297
13298 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13299 # report actual input values of CONFIG_FILES etc. instead of their
13300 # values after options handling. Logging --version etc. is OK.
13301 exec 5>>config.log
13302 {
13303 echo
13304 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13305 ## Running $as_me. ##
13306 _ASBOX
13307 } >&5
13308 cat >&5 <<_CSEOF
13309
13310 This file was extended by $as_me, which was
13311 generated by GNU Autoconf 2.59. Invocation command line was
13312
13313 CONFIG_FILES = $CONFIG_FILES
13314 CONFIG_HEADERS = $CONFIG_HEADERS
13315 CONFIG_LINKS = $CONFIG_LINKS
13316 CONFIG_COMMANDS = $CONFIG_COMMANDS
13317 $ $0 $@
13318
13319 _CSEOF
13320 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13321 echo >&5
13322 _ACEOF
13323
13324 # Files that config.status was made for.
13325 if test -n "$ac_config_files"; then
13326 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13327 fi
13328
13329 if test -n "$ac_config_headers"; then
13330 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13331 fi
13332
13333 if test -n "$ac_config_links"; then
13334 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13335 fi
13336
13337 if test -n "$ac_config_commands"; then
13338 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13339 fi
13340
13341 cat >>$CONFIG_STATUS <<\_ACEOF
13342
13343 ac_cs_usage="\
13344 \`$as_me' instantiates files from templates according to the
13345 current configuration.
13346
13347 Usage: $0 [OPTIONS] [FILE]...
13348
13349 -h, --help print this help, then exit
13350 -V, --version print version number, then exit
13351 -q, --quiet do not print progress messages
13352 -d, --debug don't remove temporary files
13353 --recheck update $as_me by reconfiguring in the same conditions
13354 --file=FILE[:TEMPLATE]
13355 instantiate the configuration file FILE
13356 --header=FILE[:TEMPLATE]
13357 instantiate the configuration header FILE
13358
13359 Configuration files:
13360 $config_files
13361
13362 Configuration headers:
13363 $config_headers
13364
13365 Report bugs to <bug-autoconf@gnu.org>."
13366 _ACEOF
13367
13368 cat >>$CONFIG_STATUS <<_ACEOF
13369 ac_cs_version="\\
13370 config.status
13371 configured by $0, generated by GNU Autoconf 2.59,
13372 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13373
13374 Copyright (C) 2003 Free Software Foundation, Inc.
13375 This config.status script is free software; the Free Software Foundation
13376 gives unlimited permission to copy, distribute and modify it."
13377 srcdir=$srcdir
13378 INSTALL="$INSTALL"
13379 _ACEOF
13380
13381 cat >>$CONFIG_STATUS <<\_ACEOF
13382 # If no file are specified by the user, then we need to provide default
13383 # value. By we need to know if files were specified by the user.
13384 ac_need_defaults=:
13385 while test $# != 0
13386 do
13387 case $1 in
13388 --*=*)
13389 ac_option=`expr "x$1" : 'x\([^=]*\)='`
13390 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13391 ac_shift=:
13392 ;;
13393 -*)
13394 ac_option=$1
13395 ac_optarg=$2
13396 ac_shift=shift
13397 ;;
13398 *) # This is not an option, so the user has probably given explicit
13399 # arguments.
13400 ac_option=$1
13401 ac_need_defaults=false;;
13402 esac
13403
13404 case $ac_option in
13405 # Handling of the options.
13406 _ACEOF
13407 cat >>$CONFIG_STATUS <<\_ACEOF
13408 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13409 ac_cs_recheck=: ;;
13410 --version | --vers* | -V )
13411 echo "$ac_cs_version"; exit 0 ;;
13412 --he | --h)
13413 # Conflict between --help and --header
13414 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13415 Try \`$0 --help' for more information." >&5
13416 echo "$as_me: error: ambiguous option: $1
13417 Try \`$0 --help' for more information." >&2;}
13418 { (exit 1); exit 1; }; };;
13419 --help | --hel | -h )
13420 echo "$ac_cs_usage"; exit 0 ;;
13421 --debug | --d* | -d )
13422 debug=: ;;
13423 --file | --fil | --fi | --f )
13424 $ac_shift
13425 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13426 ac_need_defaults=false;;
13427 --header | --heade | --head | --hea )
13428 $ac_shift
13429 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13430 ac_need_defaults=false;;
13431 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13432 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13433 ac_cs_silent=: ;;
13434
13435 # This is an error.
13436 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13437 Try \`$0 --help' for more information." >&5
13438 echo "$as_me: error: unrecognized option: $1
13439 Try \`$0 --help' for more information." >&2;}
13440 { (exit 1); exit 1; }; } ;;
13441
13442 *) ac_config_targets="$ac_config_targets $1" ;;
13443
13444 esac
13445 shift
13446 done
13447
13448 ac_configure_extra_args=
13449
13450 if $ac_cs_silent; then
13451 exec 6>/dev/null
13452 ac_configure_extra_args="$ac_configure_extra_args --silent"
13453 fi
13454
13455 _ACEOF
13456 cat >>$CONFIG_STATUS <<_ACEOF
13457 if \$ac_cs_recheck; then
13458 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13459 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13460 fi
13461
13462 _ACEOF
13463
13464
13465
13466
13467
13468 cat >>$CONFIG_STATUS <<\_ACEOF
13469 for ac_config_target in $ac_config_targets
13470 do
13471 case "$ac_config_target" in
13472 # Handling of arguments.
13473 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13474 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13475 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13476 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13477 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13478 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13479 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13480 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13481 { (exit 1); exit 1; }; };;
13482 esac
13483 done
13484
13485 # If the user did not use the arguments to specify the items to instantiate,
13486 # then the envvar interface is used. Set only those that are not.
13487 # We use the long form for the default assignment because of an extremely
13488 # bizarre bug on SunOS 4.1.3.
13489 if $ac_need_defaults; then
13490 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13491 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13492 fi
13493
13494 # Have a temporary directory for convenience. Make it in the build tree
13495 # simply because there is no reason to put it here, and in addition,
13496 # creating and moving files from /tmp can sometimes cause problems.
13497 # Create a temporary directory, and hook for its removal unless debugging.
13498 $debug ||
13499 {
13500 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13501 trap '{ (exit 1); exit 1; }' 1 2 13 15
13502 }
13503
13504 # Create a (secure) tmp directory for tmp files.
13505
13506 {
13507 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13508 test -n "$tmp" && test -d "$tmp"
13509 } ||
13510 {
13511 tmp=./confstat$$-$RANDOM
13512 (umask 077 && mkdir $tmp)
13513 } ||
13514 {
13515 echo "$me: cannot create a temporary directory in ." >&2
13516 { (exit 1); exit 1; }
13517 }
13518
13519 _ACEOF
13520
13521 cat >>$CONFIG_STATUS <<_ACEOF
13522
13523 #
13524 # CONFIG_FILES section.
13525 #
13526
13527 # No need to generate the scripts if there are no CONFIG_FILES.
13528 # This happens for instance when ./config.status config.h
13529 if test -n "\$CONFIG_FILES"; then
13530 # Protect against being on the right side of a sed subst in config.status.
13531 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13532 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13533 s,@SHELL@,$SHELL,;t t
13534 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13535 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13536 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13537 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13538 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13539 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13540 s,@exec_prefix@,$exec_prefix,;t t
13541 s,@prefix@,$prefix,;t t
13542 s,@program_transform_name@,$program_transform_name,;t t
13543 s,@bindir@,$bindir,;t t
13544 s,@sbindir@,$sbindir,;t t
13545 s,@libexecdir@,$libexecdir,;t t
13546 s,@datadir@,$datadir,;t t
13547 s,@sysconfdir@,$sysconfdir,;t t
13548 s,@sharedstatedir@,$sharedstatedir,;t t
13549 s,@localstatedir@,$localstatedir,;t t
13550 s,@libdir@,$libdir,;t t
13551 s,@includedir@,$includedir,;t t
13552 s,@oldincludedir@,$oldincludedir,;t t
13553 s,@infodir@,$infodir,;t t
13554 s,@mandir@,$mandir,;t t
13555 s,@build_alias@,$build_alias,;t t
13556 s,@host_alias@,$host_alias,;t t
13557 s,@target_alias@,$target_alias,;t t
13558 s,@DEFS@,$DEFS,;t t
13559 s,@ECHO_C@,$ECHO_C,;t t
13560 s,@ECHO_N@,$ECHO_N,;t t
13561 s,@ECHO_T@,$ECHO_T,;t t
13562 s,@LIBS@,$LIBS,;t t
13563 s,@build@,$build,;t t
13564 s,@build_cpu@,$build_cpu,;t t
13565 s,@build_vendor@,$build_vendor,;t t
13566 s,@build_os@,$build_os,;t t
13567 s,@host@,$host,;t t
13568 s,@host_cpu@,$host_cpu,;t t
13569 s,@host_vendor@,$host_vendor,;t t
13570 s,@host_os@,$host_os,;t t
13571 s,@VERSION@,$VERSION,;t t
13572 s,@DATE@,$DATE,;t t
13573 s,@LSMDATE@,$LSMDATE,;t t
13574 s,@LIBVERSION@,$LIBVERSION,;t t
13575 s,@CC@,$CC,;t t
13576 s,@CFLAGS@,$CFLAGS,;t t
13577 s,@LDFLAGS@,$LDFLAGS,;t t
13578 s,@CPPFLAGS@,$CPPFLAGS,;t t
13579 s,@ac_ct_CC@,$ac_ct_CC,;t t
13580 s,@EXEEXT@,$EXEEXT,;t t
13581 s,@OBJEXT@,$OBJEXT,;t t
13582 s,@CXX@,$CXX,;t t
13583 s,@CXXFLAGS@,$CXXFLAGS,;t t
13584 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13585 s,@CPP@,$CPP,;t t
13586 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13587 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13588 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13589 s,@AWK@,$AWK,;t t
13590 s,@LINKER@,$LINKER,;t t
13591 s,@CXXCPP@,$CXXCPP,;t t
13592 s,@EGREP@,$EGREP,;t t
13593 s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13594 s,@RXVTNAME@,$RXVTNAME,;t t
13595 s,@MV@,$MV,;t t
13596 s,@RM@,$RM,;t t
13597 s,@CP@,$CP,;t t
13598 s,@LN@,$LN,;t t
13599 s,@SED@,$SED,;t t
13600 s,@ECHO@,$ECHO,;t t
13601 s,@CMP@,$CMP,;t t
13602 s,@TBL@,$TBL,;t t
13603 s,@TIC@,$TIC,;t t
13604 s,@X_CFLAGS@,$X_CFLAGS,;t t
13605 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13606 s,@X_LIBS@,$X_LIBS,;t t
13607 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13608 s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13609 s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13610 s,@XPM_LIBS@,$XPM_LIBS,;t t
13611 s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13612 s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13613 s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13614 s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13615 s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13616 s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13617 s,@PERL@,$PERL,;t t
13618 s,@PERLLIB@,$PERLLIB,;t t
13619 s,@PERLFLAGS@,$PERLFLAGS,;t t
13620 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13621 s,@IF_PERL@,$IF_PERL,;t t
13622 s,@PERL_O@,$PERL_O,;t t
13623 s,@DEBUG@,$DEBUG,;t t
13624 s,@DINCLUDE@,$DINCLUDE,;t t
13625 s,@DLIB@,$DLIB,;t t
13626 s,@include_stdint_h@,$include_stdint_h,;t t
13627 s,@include_stdarg_h@,$include_stdarg_h,;t t
13628 s,@include_stdlib_h@,$include_stdlib_h,;t t
13629 s,@include_unistd_h@,$include_unistd_h,;t t
13630 s,@include_string_h@,$include_string_h,;t t
13631 s,@include_fcntl_h@,$include_fcntl_h,;t t
13632 s,@include_util_h@,$include_util_h,;t t
13633 s,@include_assert_h@,$include_assert_h,;t t
13634 s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13635 s,@include_sys_select_h@,$include_sys_select_h,;t t
13636 s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13637 s,@include_sys_time_h@,$include_sys_time_h,;t t
13638 s,@include_time_h@,$include_time_h,;t t
13639 s,@LIBOBJS@,$LIBOBJS,;t t
13640 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13641 /@MCOMMON@/r $MCOMMON
13642 s,@MCOMMON@,,;t t
13643 CEOF
13644
13645 _ACEOF
13646
13647 cat >>$CONFIG_STATUS <<\_ACEOF
13648 # Split the substitutions into bite-sized pieces for seds with
13649 # small command number limits, like on Digital OSF/1 and HP-UX.
13650 ac_max_sed_lines=48
13651 ac_sed_frag=1 # Number of current file.
13652 ac_beg=1 # First line for current file.
13653 ac_end=$ac_max_sed_lines # Line after last line for current file.
13654 ac_more_lines=:
13655 ac_sed_cmds=
13656 while $ac_more_lines; do
13657 if test $ac_beg -gt 1; then
13658 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13659 else
13660 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13661 fi
13662 if test ! -s $tmp/subs.frag; then
13663 ac_more_lines=false
13664 else
13665 # The purpose of the label and of the branching condition is to
13666 # speed up the sed processing (if there are no `@' at all, there
13667 # is no need to browse any of the substitutions).
13668 # These are the two extra sed commands mentioned above.
13669 (echo ':t
13670 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13671 if test -z "$ac_sed_cmds"; then
13672 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13673 else
13674 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13675 fi
13676 ac_sed_frag=`expr $ac_sed_frag + 1`
13677 ac_beg=$ac_end
13678 ac_end=`expr $ac_end + $ac_max_sed_lines`
13679 fi
13680 done
13681 if test -z "$ac_sed_cmds"; then
13682 ac_sed_cmds=cat
13683 fi
13684 fi # test -n "$CONFIG_FILES"
13685
13686 _ACEOF
13687 cat >>$CONFIG_STATUS <<\_ACEOF
13688 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13689 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13690 case $ac_file in
13691 - | *:- | *:-:* ) # input from stdin
13692 cat >$tmp/stdin
13693 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13694 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13695 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13696 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13697 * ) ac_file_in=$ac_file.in ;;
13698 esac
13699
13700 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13701 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13702 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13703 X"$ac_file" : 'X\(//\)[^/]' \| \
13704 X"$ac_file" : 'X\(//\)$' \| \
13705 X"$ac_file" : 'X\(/\)' \| \
13706 . : '\(.\)' 2>/dev/null ||
13707 echo X"$ac_file" |
13708 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13709 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13710 /^X\(\/\/\)$/{ s//\1/; q; }
13711 /^X\(\/\).*/{ s//\1/; q; }
13712 s/.*/./; q'`
13713 { if $as_mkdir_p; then
13714 mkdir -p "$ac_dir"
13715 else
13716 as_dir="$ac_dir"
13717 as_dirs=
13718 while test ! -d "$as_dir"; do
13719 as_dirs="$as_dir $as_dirs"
13720 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13721 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13722 X"$as_dir" : 'X\(//\)[^/]' \| \
13723 X"$as_dir" : 'X\(//\)$' \| \
13724 X"$as_dir" : 'X\(/\)' \| \
13725 . : '\(.\)' 2>/dev/null ||
13726 echo X"$as_dir" |
13727 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13728 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13729 /^X\(\/\/\)$/{ s//\1/; q; }
13730 /^X\(\/\).*/{ s//\1/; q; }
13731 s/.*/./; q'`
13732 done
13733 test ! -n "$as_dirs" || mkdir $as_dirs
13734 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13735 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13736 { (exit 1); exit 1; }; }; }
13737
13738 ac_builddir=.
13739
13740 if test "$ac_dir" != .; then
13741 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13742 # A "../" for each directory in $ac_dir_suffix.
13743 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13744 else
13745 ac_dir_suffix= ac_top_builddir=
13746 fi
13747
13748 case $srcdir in
13749 .) # No --srcdir option. We are building in place.
13750 ac_srcdir=.
13751 if test -z "$ac_top_builddir"; then
13752 ac_top_srcdir=.
13753 else
13754 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13755 fi ;;
13756 [\\/]* | ?:[\\/]* ) # Absolute path.
13757 ac_srcdir=$srcdir$ac_dir_suffix;
13758 ac_top_srcdir=$srcdir ;;
13759 *) # Relative path.
13760 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13761 ac_top_srcdir=$ac_top_builddir$srcdir ;;
13762 esac
13763
13764 # Do not use `cd foo && pwd` to compute absolute paths, because
13765 # the directories may not exist.
13766 case `pwd` in
13767 .) ac_abs_builddir="$ac_dir";;
13768 *)
13769 case "$ac_dir" in
13770 .) ac_abs_builddir=`pwd`;;
13771 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13772 *) ac_abs_builddir=`pwd`/"$ac_dir";;
13773 esac;;
13774 esac
13775 case $ac_abs_builddir in
13776 .) ac_abs_top_builddir=${ac_top_builddir}.;;
13777 *)
13778 case ${ac_top_builddir}. in
13779 .) ac_abs_top_builddir=$ac_abs_builddir;;
13780 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13781 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13782 esac;;
13783 esac
13784 case $ac_abs_builddir in
13785 .) ac_abs_srcdir=$ac_srcdir;;
13786 *)
13787 case $ac_srcdir in
13788 .) ac_abs_srcdir=$ac_abs_builddir;;
13789 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13790 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13791 esac;;
13792 esac
13793 case $ac_abs_builddir in
13794 .) ac_abs_top_srcdir=$ac_top_srcdir;;
13795 *)
13796 case $ac_top_srcdir in
13797 .) ac_abs_top_srcdir=$ac_abs_builddir;;
13798 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13799 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13800 esac;;
13801 esac
13802
13803
13804 case $INSTALL in
13805 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13806 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13807 esac
13808
13809 # Let's still pretend it is `configure' which instantiates (i.e., don't
13810 # use $as_me), people would be surprised to read:
13811 # /* config.h. Generated by config.status. */
13812 if test x"$ac_file" = x-; then
13813 configure_input=
13814 else
13815 configure_input="$ac_file. "
13816 fi
13817 configure_input=$configure_input"Generated from `echo $ac_file_in |
13818 sed 's,.*/,,'` by configure."
13819
13820 # First look for the input files in the build tree, otherwise in the
13821 # src tree.
13822 ac_file_inputs=`IFS=:
13823 for f in $ac_file_in; do
13824 case $f in
13825 -) echo $tmp/stdin ;;
13826 [\\/$]*)
13827 # Absolute (can't be DOS-style, as IFS=:)
13828 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13829 echo "$as_me: error: cannot find input file: $f" >&2;}
13830 { (exit 1); exit 1; }; }
13831 echo "$f";;
13832 *) # Relative
13833 if test -f "$f"; then
13834 # Build tree
13835 echo "$f"
13836 elif test -f "$srcdir/$f"; then
13837 # Source tree
13838 echo "$srcdir/$f"
13839 else
13840 # /dev/null tree
13841 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13842 echo "$as_me: error: cannot find input file: $f" >&2;}
13843 { (exit 1); exit 1; }; }
13844 fi;;
13845 esac
13846 done` || { (exit 1); exit 1; }
13847
13848 if test x"$ac_file" != x-; then
13849 { echo "$as_me:$LINENO: creating $ac_file" >&5
13850 echo "$as_me: creating $ac_file" >&6;}
13851 rm -f "$ac_file"
13852 fi
13853 _ACEOF
13854 cat >>$CONFIG_STATUS <<_ACEOF
13855 sed "$ac_vpsub
13856 $extrasub
13857 _ACEOF
13858 cat >>$CONFIG_STATUS <<\_ACEOF
13859 :t
13860 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13861 s,@configure_input@,$configure_input,;t t
13862 s,@srcdir@,$ac_srcdir,;t t
13863 s,@abs_srcdir@,$ac_abs_srcdir,;t t
13864 s,@top_srcdir@,$ac_top_srcdir,;t t
13865 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13866 s,@builddir@,$ac_builddir,;t t
13867 s,@abs_builddir@,$ac_abs_builddir,;t t
13868 s,@top_builddir@,$ac_top_builddir,;t t
13869 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13870 s,@INSTALL@,$ac_INSTALL,;t t
13871 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13872 rm -f $tmp/stdin
13873 if test x"$ac_file" != x-; then
13874 mv $tmp/out $ac_file
13875 else
13876 cat $tmp/out
13877 rm -f $tmp/out
13878 fi
13879
13880 done
13881 _ACEOF
13882 cat >>$CONFIG_STATUS <<\_ACEOF
13883
13884 #
13885 # CONFIG_HEADER section.
13886 #
13887
13888 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13889 # NAME is the cpp macro being defined and VALUE is the value it is being given.
13890 #
13891 # ac_d sets the value in "#define NAME VALUE" lines.
13892 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13893 ac_dB='[ ].*$,\1#\2'
13894 ac_dC=' '
13895 ac_dD=',;t'
13896 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13897 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13898 ac_uB='$,\1#\2define\3'
13899 ac_uC=' '
13900 ac_uD=',;t'
13901
13902 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13903 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13904 case $ac_file in
13905 - | *:- | *:-:* ) # input from stdin
13906 cat >$tmp/stdin
13907 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13908 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13909 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13910 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13911 * ) ac_file_in=$ac_file.in ;;
13912 esac
13913
13914 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13915 echo "$as_me: creating $ac_file" >&6;}
13916
13917 # First look for the input files in the build tree, otherwise in the
13918 # src tree.
13919 ac_file_inputs=`IFS=:
13920 for f in $ac_file_in; do
13921 case $f in
13922 -) echo $tmp/stdin ;;
13923 [\\/$]*)
13924 # Absolute (can't be DOS-style, as IFS=:)
13925 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13926 echo "$as_me: error: cannot find input file: $f" >&2;}
13927 { (exit 1); exit 1; }; }
13928 # Do quote $f, to prevent DOS paths from being IFS'd.
13929 echo "$f";;
13930 *) # Relative
13931 if test -f "$f"; then
13932 # Build tree
13933 echo "$f"
13934 elif test -f "$srcdir/$f"; then
13935 # Source tree
13936 echo "$srcdir/$f"
13937 else
13938 # /dev/null tree
13939 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13940 echo "$as_me: error: cannot find input file: $f" >&2;}
13941 { (exit 1); exit 1; }; }
13942 fi;;
13943 esac
13944 done` || { (exit 1); exit 1; }
13945 # Remove the trailing spaces.
13946 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13947
13948 _ACEOF
13949
13950 # Transform confdefs.h into two sed scripts, `conftest.defines' and
13951 # `conftest.undefs', that substitutes the proper values into
13952 # config.h.in to produce config.h. The first handles `#define'
13953 # templates, and the second `#undef' templates.
13954 # And first: Protect against being on the right side of a sed subst in
13955 # config.status. Protect against being in an unquoted here document
13956 # in config.status.
13957 rm -f conftest.defines conftest.undefs
13958 # Using a here document instead of a string reduces the quoting nightmare.
13959 # Putting comments in sed scripts is not portable.
13960 #
13961 # `end' is used to avoid that the second main sed command (meant for
13962 # 0-ary CPP macros) applies to n-ary macro definitions.
13963 # See the Autoconf documentation for `clear'.
13964 cat >confdef2sed.sed <<\_ACEOF
13965 s/[\\&,]/\\&/g
13966 s,[\\$`],\\&,g
13967 t clear
13968 : clear
13969 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13970 t end
13971 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13972 : end
13973 _ACEOF
13974 # If some macros were called several times there might be several times
13975 # the same #defines, which is useless. Nevertheless, we may not want to
13976 # sort them, since we want the *last* AC-DEFINE to be honored.
13977 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
13978 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
13979 rm -f confdef2sed.sed
13980
13981 # This sed command replaces #undef with comments. This is necessary, for
13982 # example, in the case of _POSIX_SOURCE, which is predefined and required
13983 # on some systems where configure will not decide to define it.
13984 cat >>conftest.undefs <<\_ACEOF
13985 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13986 _ACEOF
13987
13988 # Break up conftest.defines because some shells have a limit on the size
13989 # of here documents, and old seds have small limits too (100 cmds).
13990 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
13991 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13992 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
13993 echo ' :' >>$CONFIG_STATUS
13994 rm -f conftest.tail
13995 while grep . conftest.defines >/dev/null
13996 do
13997 # Write a limited-size here document to $tmp/defines.sed.
13998 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
13999 # Speed up: don't consider the non `#define' lines.
14000 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14001 # Work around the forget-to-reset-the-flag bug.
14002 echo 't clr' >>$CONFIG_STATUS
14003 echo ': clr' >>$CONFIG_STATUS
14004 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14005 echo 'CEOF
14006 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14007 rm -f $tmp/in
14008 mv $tmp/out $tmp/in
14009 ' >>$CONFIG_STATUS
14010 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14011 rm -f conftest.defines
14012 mv conftest.tail conftest.defines
14013 done
14014 rm -f conftest.defines
14015 echo ' fi # grep' >>$CONFIG_STATUS
14016 echo >>$CONFIG_STATUS
14017
14018 # Break up conftest.undefs because some shells have a limit on the size
14019 # of here documents, and old seds have small limits too (100 cmds).
14020 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14021 rm -f conftest.tail
14022 while grep . conftest.undefs >/dev/null
14023 do
14024 # Write a limited-size here document to $tmp/undefs.sed.
14025 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14026 # Speed up: don't consider the non `#undef'
14027 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14028 # Work around the forget-to-reset-the-flag bug.
14029 echo 't clr' >>$CONFIG_STATUS
14030 echo ': clr' >>$CONFIG_STATUS
14031 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14032 echo 'CEOF
14033 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14034 rm -f $tmp/in
14035 mv $tmp/out $tmp/in
14036 ' >>$CONFIG_STATUS
14037 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14038 rm -f conftest.undefs
14039 mv conftest.tail conftest.undefs
14040 done
14041 rm -f conftest.undefs
14042
14043 cat >>$CONFIG_STATUS <<\_ACEOF
14044 # Let's still pretend it is `configure' which instantiates (i.e., don't
14045 # use $as_me), people would be surprised to read:
14046 # /* config.h. Generated by config.status. */
14047 if test x"$ac_file" = x-; then
14048 echo "/* Generated by configure. */" >$tmp/config.h
14049 else
14050 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14051 fi
14052 cat $tmp/in >>$tmp/config.h
14053 rm -f $tmp/in
14054 if test x"$ac_file" != x-; then
14055 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14056 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14057 echo "$as_me: $ac_file is unchanged" >&6;}
14058 else
14059 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14060 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14061 X"$ac_file" : 'X\(//\)[^/]' \| \
14062 X"$ac_file" : 'X\(//\)$' \| \
14063 X"$ac_file" : 'X\(/\)' \| \
14064 . : '\(.\)' 2>/dev/null ||
14065 echo X"$ac_file" |
14066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14067 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14068 /^X\(\/\/\)$/{ s//\1/; q; }
14069 /^X\(\/\).*/{ s//\1/; q; }
14070 s/.*/./; q'`
14071 { if $as_mkdir_p; then
14072 mkdir -p "$ac_dir"
14073 else
14074 as_dir="$ac_dir"
14075 as_dirs=
14076 while test ! -d "$as_dir"; do
14077 as_dirs="$as_dir $as_dirs"
14078 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14079 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14080 X"$as_dir" : 'X\(//\)[^/]' \| \
14081 X"$as_dir" : 'X\(//\)$' \| \
14082 X"$as_dir" : 'X\(/\)' \| \
14083 . : '\(.\)' 2>/dev/null ||
14084 echo X"$as_dir" |
14085 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14086 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14087 /^X\(\/\/\)$/{ s//\1/; q; }
14088 /^X\(\/\).*/{ s//\1/; q; }
14089 s/.*/./; q'`
14090 done
14091 test ! -n "$as_dirs" || mkdir $as_dirs
14092 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14093 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14094 { (exit 1); exit 1; }; }; }
14095
14096 rm -f $ac_file
14097 mv $tmp/config.h $ac_file
14098 fi
14099 else
14100 cat $tmp/config.h
14101 rm -f $tmp/config.h
14102 fi
14103 done
14104 _ACEOF
14105
14106 cat >>$CONFIG_STATUS <<\_ACEOF
14107
14108 { (exit 0); exit 0; }
14109 _ACEOF
14110 chmod +x $CONFIG_STATUS
14111 ac_clean_files=$ac_clean_files_save
14112
14113
14114 # configure is writing to config.log, and then calls config.status.
14115 # config.status does its own redirection, appending to config.log.
14116 # Unfortunately, on DOS this fails, as config.log is still kept open
14117 # by configure, so config.status won't be able to write to it; its
14118 # output is simply discarded. So we exec the FD to /dev/null,
14119 # effectively closing config.log, so it can be properly (re)opened and
14120 # appended to by config.status. When coming back to configure, we
14121 # need to make the FD available again.
14122 if test "$no_create" != yes; then
14123 ac_cs_success=:
14124 ac_config_status_args=
14125 test "$silent" = yes &&
14126 ac_config_status_args="$ac_config_status_args --quiet"
14127 exec 5>/dev/null
14128 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14129 exec 5>>config.log
14130 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14131 # would make configure fail if this is the last instruction.
14132 $ac_cs_success || { (exit 1); exit 1; }
14133 fi
14134
14135
14136 echo "Configuration:
14137
14138 Rxvt version: $VERSION : $DATE
14139 Source code location: $srcdir
14140 Install path: ${prefix}/bin
14141 Compiler: $CXX
14142 Compiler flags: $CFLAGS
14143 Linker: $LINKER"
14144
14145 if test "$MALLOC_TYPE" = S; then
14146 echo " malloc support: system default"
14147 fi
14148 if test "$MALLOC_TYPE" = G; then
14149 echo " malloc support: Gray Watson's dmalloc"
14150 fi
14151 if test "$MALLOC_TYPE" = D; then
14152 echo " malloc support: Doug Lea's malloc"
14153 fi
14154
14155 if test x$support_xpm = xyes; then
14156 echo " Xpm library: $XPM_LIBS"
14157 fi
14158
14159 echo "
14160 The following are set in config.h
14161 "
14162 echo " pty/tty type: "$rxvt_cv_ptys
14163 if test x$support_utmp != xyes; then
14164 echo " utmp support: disabled"
14165 echo
14166 else
14167 echo " utmp support: enabled
14168 utmp file: $rxvt_cv_path_utmp
14169 utmpx file: $rxvt_cv_path_utmpx
14170 wtmp file: $rxvt_cv_path_wtmp
14171 wtmpx file: $rxvt_cv_path_wtmpx
14172 lastlog file: $rxvt_cv_path_lastlog
14173 ttys/ttytab file: $rxvt_cv_path_ttytab
14174 embedded perl: $support_perl"
14175 echo
14176 fi
14177 if test x$term != x; then
14178 echo " set TERM to: $term"
14179 fi
14180 if test x$terminfo != x; then
14181 echo " set TERMINFO to: $terminfo"
14182 fi
14183 echo " default resource name: $RESNAME"
14184 echo " resource class: $RESCLASS"
14185 if test x$RESFALLBACK != x; then
14186 echo " resource class fallback: $RESFALLBACK"
14187 fi
14188 echo
14189 if test x$rxvt_cv_ptys = xUNKNOWN; then
14190 echo ".----------------------------------------------------------------."
14191 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14192 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14193 echo ".----------------------------------------------------------------."
14194 fi
14195 if test x$support_xpm = xneedsmanualspecification; then
14196 echo ".----------------------------------------------------------------."
14197 echo ". WARNING: --enable-xpm-background was specified however the ."
14198 echo ". XPM includes files and libraries could not be found. ."
14199 echo ". XPM backgrounds are now being DISABLED! If you want ."
14200 echo ". to use them you should rerun configure with the ."
14201 echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14202 echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14203 echo ".----------------------------------------------------------------."
14204 fi
14205 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14206 echo ".----------------------------------------------------------------."
14207 echo ". WARNING: --enable-xim was specified however the locale support ."
14208 echo ". functions could not be found. ."
14209 echo ". XIM is now being DISABLED! ."
14210 echo ".----------------------------------------------------------------."
14211 fi
14212
14213 echo " *** Optionally check src/feature.h for further options ***"
14214 echo
14215
14216 echo ".----------------------------------------------------------------."
14217 echo ". NOTE: some features are disabled by default, try ."
14218 echo ". configure --help to get an idea of the optional features, ."
14219 echo ". or read ./README.configure ."
14220 echo ". ."
14221 echo ". The script ./reconf gives a reasonable baseline, try it if ."
14222 echo ". you do not want to read documentation and still want some ."
14223 echo ". useful features. ."
14224 echo ".----------------------------------------------------------------."
14225 echo
14226