ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
Revision: 1.68
Committed: Mon Jan 16 09:28:44 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.67: +0 -18 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 --disable-swapscreen disable swap screen support
897 --enable-iso14755 enable support for extended ISO 14755 modes
898 --enable-frills enable support for rarely used features
899 --enable-24bit enable support for using 24bit visuals if available
900 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
901 --enable-selectionscrolling enable scrolling during selections
902 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
903 --enable-slipwheeling enable slip wheel scrolling (requires previous)
904 --enable-dmalloc enable Gray Watson's malloc - for debugging use
905 --enable-dlmalloc enable Doug Lea's malloc - for production use
906 NOTE: enable only one malloc package
907 --enable-smart-resize enable smart growth/shrink behaviour
908 --enable-text-blink enable blinking text
909 --enable-pointer-blank enable pointer blank when typing or inactive pointer
910
911 Optional Packages:
912 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
913 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
914 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
915 --with-res-name=NAME use this as default resource name (default: urxvt)
916 --with-res-class=CLASS use this as the resource class (default: URxvt)
917 --with-name=NAME set the basename for the installed binaries (default: urxvt)
918 --with-term=NAME set the terminal to NAME (default: rxvt)
919 --with-terminfo=PATH set the path to the terminfo tree to PATH
920 --with-x use the X Window System
921 --with-xpm-includes=DIR use XPM includes in DIR
922 --with-xpm-library=DIR use XPM library in DIR
923 --with-xpm use XPM
924
925 Some influential environment variables:
926 CC C compiler command
927 CFLAGS C compiler flags
928 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
929 nonstandard directory <lib dir>
930 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
931 headers in a nonstandard directory <include dir>
932 CXX C++ compiler command
933 CXXFLAGS C++ compiler flags
934 CPP C preprocessor
935 CXXCPP C++ preprocessor
936
937 Use these variables to override the choices made by `configure' or to help
938 it to find libraries and programs with nonstandard names/locations.
939
940 _ACEOF
941 fi
942
943 if test "$ac_init_help" = "recursive"; then
944 # If there are subdirs, report their specific --help.
945 ac_popdir=`pwd`
946 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
947 test -d $ac_dir || continue
948 ac_builddir=.
949
950 if test "$ac_dir" != .; then
951 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
952 # A "../" for each directory in $ac_dir_suffix.
953 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
954 else
955 ac_dir_suffix= ac_top_builddir=
956 fi
957
958 case $srcdir in
959 .) # No --srcdir option. We are building in place.
960 ac_srcdir=.
961 if test -z "$ac_top_builddir"; then
962 ac_top_srcdir=.
963 else
964 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
965 fi ;;
966 [\\/]* | ?:[\\/]* ) # Absolute path.
967 ac_srcdir=$srcdir$ac_dir_suffix;
968 ac_top_srcdir=$srcdir ;;
969 *) # Relative path.
970 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
971 ac_top_srcdir=$ac_top_builddir$srcdir ;;
972 esac
973
974 # Do not use `cd foo && pwd` to compute absolute paths, because
975 # the directories may not exist.
976 case `pwd` in
977 .) ac_abs_builddir="$ac_dir";;
978 *)
979 case "$ac_dir" in
980 .) ac_abs_builddir=`pwd`;;
981 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
982 *) ac_abs_builddir=`pwd`/"$ac_dir";;
983 esac;;
984 esac
985 case $ac_abs_builddir in
986 .) ac_abs_top_builddir=${ac_top_builddir}.;;
987 *)
988 case ${ac_top_builddir}. in
989 .) ac_abs_top_builddir=$ac_abs_builddir;;
990 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
991 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
992 esac;;
993 esac
994 case $ac_abs_builddir in
995 .) ac_abs_srcdir=$ac_srcdir;;
996 *)
997 case $ac_srcdir in
998 .) ac_abs_srcdir=$ac_abs_builddir;;
999 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1000 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1001 esac;;
1002 esac
1003 case $ac_abs_builddir in
1004 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1005 *)
1006 case $ac_top_srcdir in
1007 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1008 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1009 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1010 esac;;
1011 esac
1012
1013 cd $ac_dir
1014 # Check for guested configure; otherwise get Cygnus style configure.
1015 if test -f $ac_srcdir/configure.gnu; then
1016 echo
1017 $SHELL $ac_srcdir/configure.gnu --help=recursive
1018 elif test -f $ac_srcdir/configure; then
1019 echo
1020 $SHELL $ac_srcdir/configure --help=recursive
1021 elif test -f $ac_srcdir/configure.ac ||
1022 test -f $ac_srcdir/configure.in; then
1023 echo
1024 $ac_configure --help
1025 else
1026 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1027 fi
1028 cd "$ac_popdir"
1029 done
1030 fi
1031
1032 test -n "$ac_init_help" && exit 0
1033 if $ac_init_version; then
1034 cat <<\_ACEOF
1035
1036 Copyright (C) 2003 Free Software Foundation, Inc.
1037 This configure script is free software; the Free Software Foundation
1038 gives unlimited permission to copy, distribute and modify it.
1039 _ACEOF
1040 exit 0
1041 fi
1042 exec 5>config.log
1043 cat >&5 <<_ACEOF
1044 This file contains any messages produced by compilers while
1045 running configure, to aid debugging if configure makes a mistake.
1046
1047 It was created by $as_me, which was
1048 generated by GNU Autoconf 2.59. Invocation command line was
1049
1050 $ $0 $@
1051
1052 _ACEOF
1053 {
1054 cat <<_ASUNAME
1055 ## --------- ##
1056 ## Platform. ##
1057 ## --------- ##
1058
1059 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1060 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1061 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1062 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1063 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1064
1065 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1066 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1067
1068 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1069 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1070 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1071 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1072 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1073 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1074 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1075
1076 _ASUNAME
1077
1078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1079 for as_dir in $PATH
1080 do
1081 IFS=$as_save_IFS
1082 test -z "$as_dir" && as_dir=.
1083 echo "PATH: $as_dir"
1084 done
1085
1086 } >&5
1087
1088 cat >&5 <<_ACEOF
1089
1090
1091 ## ----------- ##
1092 ## Core tests. ##
1093 ## ----------- ##
1094
1095 _ACEOF
1096
1097
1098 # Keep a trace of the command line.
1099 # Strip out --no-create and --no-recursion so they do not pile up.
1100 # Strip out --silent because we don't want to record it for future runs.
1101 # Also quote any args containing shell meta-characters.
1102 # Make two passes to allow for proper duplicate-argument suppression.
1103 ac_configure_args=
1104 ac_configure_args0=
1105 ac_configure_args1=
1106 ac_sep=
1107 ac_must_keep_next=false
1108 for ac_pass in 1 2
1109 do
1110 for ac_arg
1111 do
1112 case $ac_arg in
1113 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1114 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1115 | -silent | --silent | --silen | --sile | --sil)
1116 continue ;;
1117 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1118 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1119 esac
1120 case $ac_pass in
1121 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1122 2)
1123 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1124 if test $ac_must_keep_next = true; then
1125 ac_must_keep_next=false # Got value, back to normal.
1126 else
1127 case $ac_arg in
1128 *=* | --config-cache | -C | -disable-* | --disable-* \
1129 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1130 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1131 | -with-* | --with-* | -without-* | --without-* | --x)
1132 case "$ac_configure_args0 " in
1133 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1134 esac
1135 ;;
1136 -* ) ac_must_keep_next=true ;;
1137 esac
1138 fi
1139 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1140 # Get rid of the leading space.
1141 ac_sep=" "
1142 ;;
1143 esac
1144 done
1145 done
1146 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1147 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1148
1149 # When interrupted or exit'd, cleanup temporary files, and complete
1150 # config.log. We remove comments because anyway the quotes in there
1151 # would cause problems or look ugly.
1152 # WARNING: Be sure not to use single quotes in there, as some shells,
1153 # such as our DU 5.0 friend, will then `close' the trap.
1154 trap 'exit_status=$?
1155 # Save into config.log some information that might help in debugging.
1156 {
1157 echo
1158
1159 cat <<\_ASBOX
1160 ## ---------------- ##
1161 ## Cache variables. ##
1162 ## ---------------- ##
1163 _ASBOX
1164 echo
1165 # The following way of writing the cache mishandles newlines in values,
1166 {
1167 (set) 2>&1 |
1168 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1169 *ac_space=\ *)
1170 sed -n \
1171 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1172 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1173 ;;
1174 *)
1175 sed -n \
1176 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1177 ;;
1178 esac;
1179 }
1180 echo
1181
1182 cat <<\_ASBOX
1183 ## ----------------- ##
1184 ## Output variables. ##
1185 ## ----------------- ##
1186 _ASBOX
1187 echo
1188 for ac_var in $ac_subst_vars
1189 do
1190 eval ac_val=$`echo $ac_var`
1191 echo "$ac_var='"'"'$ac_val'"'"'"
1192 done | sort
1193 echo
1194
1195 if test -n "$ac_subst_files"; then
1196 cat <<\_ASBOX
1197 ## ------------- ##
1198 ## Output files. ##
1199 ## ------------- ##
1200 _ASBOX
1201 echo
1202 for ac_var in $ac_subst_files
1203 do
1204 eval ac_val=$`echo $ac_var`
1205 echo "$ac_var='"'"'$ac_val'"'"'"
1206 done | sort
1207 echo
1208 fi
1209
1210 if test -s confdefs.h; then
1211 cat <<\_ASBOX
1212 ## ----------- ##
1213 ## confdefs.h. ##
1214 ## ----------- ##
1215 _ASBOX
1216 echo
1217 sed "/^$/d" confdefs.h | sort
1218 echo
1219 fi
1220 test "$ac_signal" != 0 &&
1221 echo "$as_me: caught signal $ac_signal"
1222 echo "$as_me: exit $exit_status"
1223 } >&5
1224 rm -f core *.core &&
1225 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1226 exit $exit_status
1227 ' 0
1228 for ac_signal in 1 2 13 15; do
1229 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1230 done
1231 ac_signal=0
1232
1233 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1234 rm -rf conftest* confdefs.h
1235 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1236 echo >confdefs.h
1237
1238 # Predefined preprocessor variables.
1239
1240 cat >>confdefs.h <<_ACEOF
1241 #define PACKAGE_NAME "$PACKAGE_NAME"
1242 _ACEOF
1243
1244
1245 cat >>confdefs.h <<_ACEOF
1246 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1247 _ACEOF
1248
1249
1250 cat >>confdefs.h <<_ACEOF
1251 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1252 _ACEOF
1253
1254
1255 cat >>confdefs.h <<_ACEOF
1256 #define PACKAGE_STRING "$PACKAGE_STRING"
1257 _ACEOF
1258
1259
1260 cat >>confdefs.h <<_ACEOF
1261 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1262 _ACEOF
1263
1264
1265 # Let the site file select an alternate cache file if it wants to.
1266 # Prefer explicitly selected file to automatically selected ones.
1267 if test -z "$CONFIG_SITE"; then
1268 if test "x$prefix" != xNONE; then
1269 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1270 else
1271 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1272 fi
1273 fi
1274 for ac_site_file in $CONFIG_SITE; do
1275 if test -r "$ac_site_file"; then
1276 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1277 echo "$as_me: loading site script $ac_site_file" >&6;}
1278 sed 's/^/| /' "$ac_site_file" >&5
1279 . "$ac_site_file"
1280 fi
1281 done
1282
1283 if test -r "$cache_file"; then
1284 # Some versions of bash will fail to source /dev/null (special
1285 # files actually), so we avoid doing that.
1286 if test -f "$cache_file"; then
1287 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1288 echo "$as_me: loading cache $cache_file" >&6;}
1289 case $cache_file in
1290 [\\/]* | ?:[\\/]* ) . $cache_file;;
1291 *) . ./$cache_file;;
1292 esac
1293 fi
1294 else
1295 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1296 echo "$as_me: creating cache $cache_file" >&6;}
1297 >$cache_file
1298 fi
1299
1300 # Check that the precious variables saved in the cache have kept the same
1301 # value.
1302 ac_cache_corrupted=false
1303 for ac_var in `(set) 2>&1 |
1304 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1305 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1306 eval ac_new_set=\$ac_env_${ac_var}_set
1307 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1308 eval ac_new_val="\$ac_env_${ac_var}_value"
1309 case $ac_old_set,$ac_new_set in
1310 set,)
1311 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1312 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1313 ac_cache_corrupted=: ;;
1314 ,set)
1315 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1316 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1317 ac_cache_corrupted=: ;;
1318 ,);;
1319 *)
1320 if test "x$ac_old_val" != "x$ac_new_val"; then
1321 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1322 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1323 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1324 echo "$as_me: former value: $ac_old_val" >&2;}
1325 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1326 echo "$as_me: current value: $ac_new_val" >&2;}
1327 ac_cache_corrupted=:
1328 fi;;
1329 esac
1330 # Pass precious variables to config.status.
1331 if test "$ac_new_set" = set; then
1332 case $ac_new_val in
1333 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1334 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1335 *) ac_arg=$ac_var=$ac_new_val ;;
1336 esac
1337 case " $ac_configure_args " in
1338 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1339 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1340 esac
1341 fi
1342 done
1343 if $ac_cache_corrupted; then
1344 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1345 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1346 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1347 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1348 { (exit 1); exit 1; }; }
1349 fi
1350
1351 ac_ext=c
1352 ac_cpp='$CPP $CPPFLAGS'
1353 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1354 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1355 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376 ac_aux_dir=
1377 for ac_dir in autoconf $srcdir/autoconf; do
1378 if test -f $ac_dir/install-sh; then
1379 ac_aux_dir=$ac_dir
1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1381 break
1382 elif test -f $ac_dir/install.sh; then
1383 ac_aux_dir=$ac_dir
1384 ac_install_sh="$ac_aux_dir/install.sh -c"
1385 break
1386 elif test -f $ac_dir/shtool; then
1387 ac_aux_dir=$ac_dir
1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1389 break
1390 fi
1391 done
1392 if test -z "$ac_aux_dir"; then
1393 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5
1394 echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;}
1395 { (exit 1); exit 1; }; }
1396 fi
1397 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1398 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1399 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1400
1401 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1402
1403
1404 # Make sure we can run config.sub.
1405 $ac_config_sub sun4 >/dev/null 2>&1 ||
1406 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1407 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1408 { (exit 1); exit 1; }; }
1409
1410 echo "$as_me:$LINENO: checking build system type" >&5
1411 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1412 if test "${ac_cv_build+set}" = set; then
1413 echo $ECHO_N "(cached) $ECHO_C" >&6
1414 else
1415 ac_cv_build_alias=$build_alias
1416 test -z "$ac_cv_build_alias" &&
1417 ac_cv_build_alias=`$ac_config_guess`
1418 test -z "$ac_cv_build_alias" &&
1419 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1420 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1421 { (exit 1); exit 1; }; }
1422 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1423 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1424 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1425 { (exit 1); exit 1; }; }
1426
1427 fi
1428 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1429 echo "${ECHO_T}$ac_cv_build" >&6
1430 build=$ac_cv_build
1431 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1432 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1433 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1434
1435
1436 echo "$as_me:$LINENO: checking host system type" >&5
1437 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1438 if test "${ac_cv_host+set}" = set; then
1439 echo $ECHO_N "(cached) $ECHO_C" >&6
1440 else
1441 ac_cv_host_alias=$host_alias
1442 test -z "$ac_cv_host_alias" &&
1443 ac_cv_host_alias=$ac_cv_build_alias
1444 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1445 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1446 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1447 { (exit 1); exit 1; }; }
1448
1449 fi
1450 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1451 echo "${ECHO_T}$ac_cv_host" >&6
1452 host=$ac_cv_host
1453 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1454 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1455 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1456
1457
1458
1459 VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1460 DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1461 echo ""
1462 echo "configuring for rxvt $VERSION"
1463 echo ""
1464
1465
1466 ac_ext=c
1467 ac_cpp='$CPP $CPPFLAGS'
1468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1470 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1471 if test -n "$ac_tool_prefix"; then
1472 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1473 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1474 echo "$as_me:$LINENO: checking for $ac_word" >&5
1475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1476 if test "${ac_cv_prog_CC+set}" = set; then
1477 echo $ECHO_N "(cached) $ECHO_C" >&6
1478 else
1479 if test -n "$CC"; then
1480 ac_cv_prog_CC="$CC" # Let the user override the test.
1481 else
1482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1483 for as_dir in $PATH
1484 do
1485 IFS=$as_save_IFS
1486 test -z "$as_dir" && as_dir=.
1487 for ac_exec_ext in '' $ac_executable_extensions; do
1488 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1489 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1491 break 2
1492 fi
1493 done
1494 done
1495
1496 fi
1497 fi
1498 CC=$ac_cv_prog_CC
1499 if test -n "$CC"; then
1500 echo "$as_me:$LINENO: result: $CC" >&5
1501 echo "${ECHO_T}$CC" >&6
1502 else
1503 echo "$as_me:$LINENO: result: no" >&5
1504 echo "${ECHO_T}no" >&6
1505 fi
1506
1507 fi
1508 if test -z "$ac_cv_prog_CC"; then
1509 ac_ct_CC=$CC
1510 # Extract the first word of "gcc", so it can be a program name with args.
1511 set dummy gcc; ac_word=$2
1512 echo "$as_me:$LINENO: checking for $ac_word" >&5
1513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1514 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1515 echo $ECHO_N "(cached) $ECHO_C" >&6
1516 else
1517 if test -n "$ac_ct_CC"; then
1518 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1519 else
1520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1521 for as_dir in $PATH
1522 do
1523 IFS=$as_save_IFS
1524 test -z "$as_dir" && as_dir=.
1525 for ac_exec_ext in '' $ac_executable_extensions; do
1526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1527 ac_cv_prog_ac_ct_CC="gcc"
1528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1529 break 2
1530 fi
1531 done
1532 done
1533
1534 fi
1535 fi
1536 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1537 if test -n "$ac_ct_CC"; then
1538 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1539 echo "${ECHO_T}$ac_ct_CC" >&6
1540 else
1541 echo "$as_me:$LINENO: result: no" >&5
1542 echo "${ECHO_T}no" >&6
1543 fi
1544
1545 CC=$ac_ct_CC
1546 else
1547 CC="$ac_cv_prog_CC"
1548 fi
1549
1550 if test -z "$CC"; then
1551 if test -n "$ac_tool_prefix"; then
1552 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1553 set dummy ${ac_tool_prefix}cc; ac_word=$2
1554 echo "$as_me:$LINENO: checking for $ac_word" >&5
1555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1556 if test "${ac_cv_prog_CC+set}" = set; then
1557 echo $ECHO_N "(cached) $ECHO_C" >&6
1558 else
1559 if test -n "$CC"; then
1560 ac_cv_prog_CC="$CC" # Let the user override the test.
1561 else
1562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1563 for as_dir in $PATH
1564 do
1565 IFS=$as_save_IFS
1566 test -z "$as_dir" && as_dir=.
1567 for ac_exec_ext in '' $ac_executable_extensions; do
1568 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1569 ac_cv_prog_CC="${ac_tool_prefix}cc"
1570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1571 break 2
1572 fi
1573 done
1574 done
1575
1576 fi
1577 fi
1578 CC=$ac_cv_prog_CC
1579 if test -n "$CC"; then
1580 echo "$as_me:$LINENO: result: $CC" >&5
1581 echo "${ECHO_T}$CC" >&6
1582 else
1583 echo "$as_me:$LINENO: result: no" >&5
1584 echo "${ECHO_T}no" >&6
1585 fi
1586
1587 fi
1588 if test -z "$ac_cv_prog_CC"; then
1589 ac_ct_CC=$CC
1590 # Extract the first word of "cc", so it can be a program name with args.
1591 set dummy cc; ac_word=$2
1592 echo "$as_me:$LINENO: checking for $ac_word" >&5
1593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1594 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1595 echo $ECHO_N "(cached) $ECHO_C" >&6
1596 else
1597 if test -n "$ac_ct_CC"; then
1598 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1599 else
1600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1601 for as_dir in $PATH
1602 do
1603 IFS=$as_save_IFS
1604 test -z "$as_dir" && as_dir=.
1605 for ac_exec_ext in '' $ac_executable_extensions; do
1606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1607 ac_cv_prog_ac_ct_CC="cc"
1608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1609 break 2
1610 fi
1611 done
1612 done
1613
1614 fi
1615 fi
1616 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1617 if test -n "$ac_ct_CC"; then
1618 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1619 echo "${ECHO_T}$ac_ct_CC" >&6
1620 else
1621 echo "$as_me:$LINENO: result: no" >&5
1622 echo "${ECHO_T}no" >&6
1623 fi
1624
1625 CC=$ac_ct_CC
1626 else
1627 CC="$ac_cv_prog_CC"
1628 fi
1629
1630 fi
1631 if test -z "$CC"; then
1632 # Extract the first word of "cc", so it can be a program name with args.
1633 set dummy cc; ac_word=$2
1634 echo "$as_me:$LINENO: checking for $ac_word" >&5
1635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1636 if test "${ac_cv_prog_CC+set}" = set; then
1637 echo $ECHO_N "(cached) $ECHO_C" >&6
1638 else
1639 if test -n "$CC"; then
1640 ac_cv_prog_CC="$CC" # Let the user override the test.
1641 else
1642 ac_prog_rejected=no
1643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1644 for as_dir in $PATH
1645 do
1646 IFS=$as_save_IFS
1647 test -z "$as_dir" && as_dir=.
1648 for ac_exec_ext in '' $ac_executable_extensions; do
1649 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1650 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1651 ac_prog_rejected=yes
1652 continue
1653 fi
1654 ac_cv_prog_CC="cc"
1655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1656 break 2
1657 fi
1658 done
1659 done
1660
1661 if test $ac_prog_rejected = yes; then
1662 # We found a bogon in the path, so make sure we never use it.
1663 set dummy $ac_cv_prog_CC
1664 shift
1665 if test $# != 0; then
1666 # We chose a different compiler from the bogus one.
1667 # However, it has the same basename, so the bogon will be chosen
1668 # first if we set CC to just the basename; use the full file name.
1669 shift
1670 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1671 fi
1672 fi
1673 fi
1674 fi
1675 CC=$ac_cv_prog_CC
1676 if test -n "$CC"; then
1677 echo "$as_me:$LINENO: result: $CC" >&5
1678 echo "${ECHO_T}$CC" >&6
1679 else
1680 echo "$as_me:$LINENO: result: no" >&5
1681 echo "${ECHO_T}no" >&6
1682 fi
1683
1684 fi
1685 if test -z "$CC"; then
1686 if test -n "$ac_tool_prefix"; then
1687 for ac_prog in cl
1688 do
1689 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1690 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1691 echo "$as_me:$LINENO: checking for $ac_word" >&5
1692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1693 if test "${ac_cv_prog_CC+set}" = set; then
1694 echo $ECHO_N "(cached) $ECHO_C" >&6
1695 else
1696 if test -n "$CC"; then
1697 ac_cv_prog_CC="$CC" # Let the user override the test.
1698 else
1699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1700 for as_dir in $PATH
1701 do
1702 IFS=$as_save_IFS
1703 test -z "$as_dir" && as_dir=.
1704 for ac_exec_ext in '' $ac_executable_extensions; do
1705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1706 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1708 break 2
1709 fi
1710 done
1711 done
1712
1713 fi
1714 fi
1715 CC=$ac_cv_prog_CC
1716 if test -n "$CC"; then
1717 echo "$as_me:$LINENO: result: $CC" >&5
1718 echo "${ECHO_T}$CC" >&6
1719 else
1720 echo "$as_me:$LINENO: result: no" >&5
1721 echo "${ECHO_T}no" >&6
1722 fi
1723
1724 test -n "$CC" && break
1725 done
1726 fi
1727 if test -z "$CC"; then
1728 ac_ct_CC=$CC
1729 for ac_prog in cl
1730 do
1731 # Extract the first word of "$ac_prog", so it can be a program name with args.
1732 set dummy $ac_prog; ac_word=$2
1733 echo "$as_me:$LINENO: checking for $ac_word" >&5
1734 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1735 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1736 echo $ECHO_N "(cached) $ECHO_C" >&6
1737 else
1738 if test -n "$ac_ct_CC"; then
1739 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1740 else
1741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1742 for as_dir in $PATH
1743 do
1744 IFS=$as_save_IFS
1745 test -z "$as_dir" && as_dir=.
1746 for ac_exec_ext in '' $ac_executable_extensions; do
1747 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1748 ac_cv_prog_ac_ct_CC="$ac_prog"
1749 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1750 break 2
1751 fi
1752 done
1753 done
1754
1755 fi
1756 fi
1757 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1758 if test -n "$ac_ct_CC"; then
1759 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1760 echo "${ECHO_T}$ac_ct_CC" >&6
1761 else
1762 echo "$as_me:$LINENO: result: no" >&5
1763 echo "${ECHO_T}no" >&6
1764 fi
1765
1766 test -n "$ac_ct_CC" && break
1767 done
1768
1769 CC=$ac_ct_CC
1770 fi
1771
1772 fi
1773
1774
1775 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1776 See \`config.log' for more details." >&5
1777 echo "$as_me: error: no acceptable C compiler found in \$PATH
1778 See \`config.log' for more details." >&2;}
1779 { (exit 1); exit 1; }; }
1780
1781 # Provide some information about the compiler.
1782 echo "$as_me:$LINENO:" \
1783 "checking for C compiler version" >&5
1784 ac_compiler=`set X $ac_compile; echo $2`
1785 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1786 (eval $ac_compiler --version </dev/null >&5) 2>&5
1787 ac_status=$?
1788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1789 (exit $ac_status); }
1790 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1791 (eval $ac_compiler -v </dev/null >&5) 2>&5
1792 ac_status=$?
1793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1794 (exit $ac_status); }
1795 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1796 (eval $ac_compiler -V </dev/null >&5) 2>&5
1797 ac_status=$?
1798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1799 (exit $ac_status); }
1800
1801 cat >conftest.$ac_ext <<_ACEOF
1802 /* confdefs.h. */
1803 _ACEOF
1804 cat confdefs.h >>conftest.$ac_ext
1805 cat >>conftest.$ac_ext <<_ACEOF
1806 /* end confdefs.h. */
1807
1808 int
1809 main ()
1810 {
1811
1812 ;
1813 return 0;
1814 }
1815 _ACEOF
1816 ac_clean_files_save=$ac_clean_files
1817 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1818 # Try to create an executable without -o first, disregard a.out.
1819 # It will help us diagnose broken compilers, and finding out an intuition
1820 # of exeext.
1821 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1822 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1823 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1824 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1825 (eval $ac_link_default) 2>&5
1826 ac_status=$?
1827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1828 (exit $ac_status); }; then
1829 # Find the output, starting from the most likely. This scheme is
1830 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1831 # resort.
1832
1833 # Be careful to initialize this variable, since it used to be cached.
1834 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1835 ac_cv_exeext=
1836 # b.out is created by i960 compilers.
1837 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1838 do
1839 test -f "$ac_file" || continue
1840 case $ac_file in
1841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1842 ;;
1843 conftest.$ac_ext )
1844 # This is the source file.
1845 ;;
1846 [ab].out )
1847 # We found the default executable, but exeext='' is most
1848 # certainly right.
1849 break;;
1850 *.* )
1851 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1852 # FIXME: I believe we export ac_cv_exeext for Libtool,
1853 # but it would be cool to find out if it's true. Does anybody
1854 # maintain Libtool? --akim.
1855 export ac_cv_exeext
1856 break;;
1857 * )
1858 break;;
1859 esac
1860 done
1861 else
1862 echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1864
1865 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1866 See \`config.log' for more details." >&5
1867 echo "$as_me: error: C compiler cannot create executables
1868 See \`config.log' for more details." >&2;}
1869 { (exit 77); exit 77; }; }
1870 fi
1871
1872 ac_exeext=$ac_cv_exeext
1873 echo "$as_me:$LINENO: result: $ac_file" >&5
1874 echo "${ECHO_T}$ac_file" >&6
1875
1876 # Check the compiler produces executables we can run. If not, either
1877 # the compiler is broken, or we cross compile.
1878 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1879 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1880 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1881 # If not cross compiling, check that we can run a simple program.
1882 if test "$cross_compiling" != yes; then
1883 if { ac_try='./$ac_file'
1884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1885 (eval $ac_try) 2>&5
1886 ac_status=$?
1887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1888 (exit $ac_status); }; }; then
1889 cross_compiling=no
1890 else
1891 if test "$cross_compiling" = maybe; then
1892 cross_compiling=yes
1893 else
1894 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1895 If you meant to cross compile, use \`--host'.
1896 See \`config.log' for more details." >&5
1897 echo "$as_me: error: cannot run C compiled programs.
1898 If you meant to cross compile, use \`--host'.
1899 See \`config.log' for more details." >&2;}
1900 { (exit 1); exit 1; }; }
1901 fi
1902 fi
1903 fi
1904 echo "$as_me:$LINENO: result: yes" >&5
1905 echo "${ECHO_T}yes" >&6
1906
1907 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1908 ac_clean_files=$ac_clean_files_save
1909 # Check the compiler produces executables we can run. If not, either
1910 # the compiler is broken, or we cross compile.
1911 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1912 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1913 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1914 echo "${ECHO_T}$cross_compiling" >&6
1915
1916 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1917 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1918 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1919 (eval $ac_link) 2>&5
1920 ac_status=$?
1921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1922 (exit $ac_status); }; then
1923 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1924 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1925 # work properly (i.e., refer to `conftest.exe'), while it won't with
1926 # `rm'.
1927 for ac_file in conftest.exe conftest conftest.*; do
1928 test -f "$ac_file" || continue
1929 case $ac_file in
1930 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1931 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1932 export ac_cv_exeext
1933 break;;
1934 * ) break;;
1935 esac
1936 done
1937 else
1938 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1939 See \`config.log' for more details." >&5
1940 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1941 See \`config.log' for more details." >&2;}
1942 { (exit 1); exit 1; }; }
1943 fi
1944
1945 rm -f conftest$ac_cv_exeext
1946 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1947 echo "${ECHO_T}$ac_cv_exeext" >&6
1948
1949 rm -f conftest.$ac_ext
1950 EXEEXT=$ac_cv_exeext
1951 ac_exeext=$EXEEXT
1952 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1953 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1954 if test "${ac_cv_objext+set}" = set; then
1955 echo $ECHO_N "(cached) $ECHO_C" >&6
1956 else
1957 cat >conftest.$ac_ext <<_ACEOF
1958 /* confdefs.h. */
1959 _ACEOF
1960 cat confdefs.h >>conftest.$ac_ext
1961 cat >>conftest.$ac_ext <<_ACEOF
1962 /* end confdefs.h. */
1963
1964 int
1965 main ()
1966 {
1967
1968 ;
1969 return 0;
1970 }
1971 _ACEOF
1972 rm -f conftest.o conftest.obj
1973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1974 (eval $ac_compile) 2>&5
1975 ac_status=$?
1976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1977 (exit $ac_status); }; then
1978 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1979 case $ac_file in
1980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1982 break;;
1983 esac
1984 done
1985 else
1986 echo "$as_me: failed program was:" >&5
1987 sed 's/^/| /' conftest.$ac_ext >&5
1988
1989 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1990 See \`config.log' for more details." >&5
1991 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1992 See \`config.log' for more details." >&2;}
1993 { (exit 1); exit 1; }; }
1994 fi
1995
1996 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1997 fi
1998 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1999 echo "${ECHO_T}$ac_cv_objext" >&6
2000 OBJEXT=$ac_cv_objext
2001 ac_objext=$OBJEXT
2002 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2003 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2004 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2005 echo $ECHO_N "(cached) $ECHO_C" >&6
2006 else
2007 cat >conftest.$ac_ext <<_ACEOF
2008 /* confdefs.h. */
2009 _ACEOF
2010 cat confdefs.h >>conftest.$ac_ext
2011 cat >>conftest.$ac_ext <<_ACEOF
2012 /* end confdefs.h. */
2013
2014 int
2015 main ()
2016 {
2017 #ifndef __GNUC__
2018 choke me
2019 #endif
2020
2021 ;
2022 return 0;
2023 }
2024 _ACEOF
2025 rm -f conftest.$ac_objext
2026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2027 (eval $ac_compile) 2>conftest.er1
2028 ac_status=$?
2029 grep -v '^ *+' conftest.er1 >conftest.err
2030 rm -f conftest.er1
2031 cat conftest.err >&5
2032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2033 (exit $ac_status); } &&
2034 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2036 (eval $ac_try) 2>&5
2037 ac_status=$?
2038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2039 (exit $ac_status); }; } &&
2040 { ac_try='test -s conftest.$ac_objext'
2041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2042 (eval $ac_try) 2>&5
2043 ac_status=$?
2044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2045 (exit $ac_status); }; }; then
2046 ac_compiler_gnu=yes
2047 else
2048 echo "$as_me: failed program was:" >&5
2049 sed 's/^/| /' conftest.$ac_ext >&5
2050
2051 ac_compiler_gnu=no
2052 fi
2053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2055
2056 fi
2057 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2058 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2059 GCC=`test $ac_compiler_gnu = yes && echo yes`
2060 ac_test_CFLAGS=${CFLAGS+set}
2061 ac_save_CFLAGS=$CFLAGS
2062 CFLAGS="-g"
2063 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2064 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2065 if test "${ac_cv_prog_cc_g+set}" = set; then
2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2067 else
2068 cat >conftest.$ac_ext <<_ACEOF
2069 /* confdefs.h. */
2070 _ACEOF
2071 cat confdefs.h >>conftest.$ac_ext
2072 cat >>conftest.$ac_ext <<_ACEOF
2073 /* end confdefs.h. */
2074
2075 int
2076 main ()
2077 {
2078
2079 ;
2080 return 0;
2081 }
2082 _ACEOF
2083 rm -f conftest.$ac_objext
2084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2085 (eval $ac_compile) 2>conftest.er1
2086 ac_status=$?
2087 grep -v '^ *+' conftest.er1 >conftest.err
2088 rm -f conftest.er1
2089 cat conftest.err >&5
2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2091 (exit $ac_status); } &&
2092 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2094 (eval $ac_try) 2>&5
2095 ac_status=$?
2096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2097 (exit $ac_status); }; } &&
2098 { ac_try='test -s conftest.$ac_objext'
2099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2100 (eval $ac_try) 2>&5
2101 ac_status=$?
2102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2103 (exit $ac_status); }; }; then
2104 ac_cv_prog_cc_g=yes
2105 else
2106 echo "$as_me: failed program was:" >&5
2107 sed 's/^/| /' conftest.$ac_ext >&5
2108
2109 ac_cv_prog_cc_g=no
2110 fi
2111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2112 fi
2113 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2114 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2115 if test "$ac_test_CFLAGS" = set; then
2116 CFLAGS=$ac_save_CFLAGS
2117 elif test $ac_cv_prog_cc_g = yes; then
2118 if test "$GCC" = yes; then
2119 CFLAGS="-g -O2"
2120 else
2121 CFLAGS="-g"
2122 fi
2123 else
2124 if test "$GCC" = yes; then
2125 CFLAGS="-O2"
2126 else
2127 CFLAGS=
2128 fi
2129 fi
2130 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2131 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2132 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2134 else
2135 ac_cv_prog_cc_stdc=no
2136 ac_save_CC=$CC
2137 cat >conftest.$ac_ext <<_ACEOF
2138 /* confdefs.h. */
2139 _ACEOF
2140 cat confdefs.h >>conftest.$ac_ext
2141 cat >>conftest.$ac_ext <<_ACEOF
2142 /* end confdefs.h. */
2143 #include <stdarg.h>
2144 #include <stdio.h>
2145 #include <sys/types.h>
2146 #include <sys/stat.h>
2147 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2148 struct buf { int x; };
2149 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2150 static char *e (p, i)
2151 char **p;
2152 int i;
2153 {
2154 return p[i];
2155 }
2156 static char *f (char * (*g) (char **, int), char **p, ...)
2157 {
2158 char *s;
2159 va_list v;
2160 va_start (v,p);
2161 s = g (p, va_arg (v,int));
2162 va_end (v);
2163 return s;
2164 }
2165
2166 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2167 function prototypes and stuff, but not '\xHH' hex character constants.
2168 These don't provoke an error unfortunately, instead are silently treated
2169 as 'x'. The following induces an error, until -std1 is added to get
2170 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2171 array size at least. It's necessary to write '\x00'==0 to get something
2172 that's true only with -std1. */
2173 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2174
2175 int test (int i, double x);
2176 struct s1 {int (*f) (int a);};
2177 struct s2 {int (*f) (double a);};
2178 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2179 int argc;
2180 char **argv;
2181 int
2182 main ()
2183 {
2184 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2185 ;
2186 return 0;
2187 }
2188 _ACEOF
2189 # Don't try gcc -ansi; that turns off useful extensions and
2190 # breaks some systems' header files.
2191 # AIX -qlanglvl=ansi
2192 # Ultrix and OSF/1 -std1
2193 # HP-UX 10.20 and later -Ae
2194 # HP-UX older versions -Aa -D_HPUX_SOURCE
2195 # SVR4 -Xc -D__EXTENSIONS__
2196 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2197 do
2198 CC="$ac_save_CC $ac_arg"
2199 rm -f conftest.$ac_objext
2200 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2201 (eval $ac_compile) 2>conftest.er1
2202 ac_status=$?
2203 grep -v '^ *+' conftest.er1 >conftest.err
2204 rm -f conftest.er1
2205 cat conftest.err >&5
2206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2207 (exit $ac_status); } &&
2208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2210 (eval $ac_try) 2>&5
2211 ac_status=$?
2212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213 (exit $ac_status); }; } &&
2214 { ac_try='test -s conftest.$ac_objext'
2215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2216 (eval $ac_try) 2>&5
2217 ac_status=$?
2218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2219 (exit $ac_status); }; }; then
2220 ac_cv_prog_cc_stdc=$ac_arg
2221 break
2222 else
2223 echo "$as_me: failed program was:" >&5
2224 sed 's/^/| /' conftest.$ac_ext >&5
2225
2226 fi
2227 rm -f conftest.err conftest.$ac_objext
2228 done
2229 rm -f conftest.$ac_ext conftest.$ac_objext
2230 CC=$ac_save_CC
2231
2232 fi
2233
2234 case "x$ac_cv_prog_cc_stdc" in
2235 x|xno)
2236 echo "$as_me:$LINENO: result: none needed" >&5
2237 echo "${ECHO_T}none needed" >&6 ;;
2238 *)
2239 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2240 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2241 CC="$CC $ac_cv_prog_cc_stdc" ;;
2242 esac
2243
2244 # Some people use a C++ compiler to compile C. Since we use `exit',
2245 # in C++ we need to declare it. In case someone uses the same compiler
2246 # for both compiling C and C++ we need to have the C++ compiler decide
2247 # the declaration of exit, since it's the most demanding environment.
2248 cat >conftest.$ac_ext <<_ACEOF
2249 #ifndef __cplusplus
2250 choke me
2251 #endif
2252 _ACEOF
2253 rm -f conftest.$ac_objext
2254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2255 (eval $ac_compile) 2>conftest.er1
2256 ac_status=$?
2257 grep -v '^ *+' conftest.er1 >conftest.err
2258 rm -f conftest.er1
2259 cat conftest.err >&5
2260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2261 (exit $ac_status); } &&
2262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2264 (eval $ac_try) 2>&5
2265 ac_status=$?
2266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267 (exit $ac_status); }; } &&
2268 { ac_try='test -s conftest.$ac_objext'
2269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2270 (eval $ac_try) 2>&5
2271 ac_status=$?
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); }; }; then
2274 for ac_declaration in \
2275 '' \
2276 'extern "C" void std::exit (int) throw (); using std::exit;' \
2277 'extern "C" void std::exit (int); using std::exit;' \
2278 'extern "C" void exit (int) throw ();' \
2279 'extern "C" void exit (int);' \
2280 'void exit (int);'
2281 do
2282 cat >conftest.$ac_ext <<_ACEOF
2283 /* confdefs.h. */
2284 _ACEOF
2285 cat confdefs.h >>conftest.$ac_ext
2286 cat >>conftest.$ac_ext <<_ACEOF
2287 /* end confdefs.h. */
2288 $ac_declaration
2289 #include <stdlib.h>
2290 int
2291 main ()
2292 {
2293 exit (42);
2294 ;
2295 return 0;
2296 }
2297 _ACEOF
2298 rm -f conftest.$ac_objext
2299 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2300 (eval $ac_compile) 2>conftest.er1
2301 ac_status=$?
2302 grep -v '^ *+' conftest.er1 >conftest.err
2303 rm -f conftest.er1
2304 cat conftest.err >&5
2305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2306 (exit $ac_status); } &&
2307 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2309 (eval $ac_try) 2>&5
2310 ac_status=$?
2311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2312 (exit $ac_status); }; } &&
2313 { ac_try='test -s conftest.$ac_objext'
2314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2315 (eval $ac_try) 2>&5
2316 ac_status=$?
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); }; }; then
2319 :
2320 else
2321 echo "$as_me: failed program was:" >&5
2322 sed 's/^/| /' conftest.$ac_ext >&5
2323
2324 continue
2325 fi
2326 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2327 cat >conftest.$ac_ext <<_ACEOF
2328 /* confdefs.h. */
2329 _ACEOF
2330 cat confdefs.h >>conftest.$ac_ext
2331 cat >>conftest.$ac_ext <<_ACEOF
2332 /* end confdefs.h. */
2333 $ac_declaration
2334 int
2335 main ()
2336 {
2337 exit (42);
2338 ;
2339 return 0;
2340 }
2341 _ACEOF
2342 rm -f conftest.$ac_objext
2343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2344 (eval $ac_compile) 2>conftest.er1
2345 ac_status=$?
2346 grep -v '^ *+' conftest.er1 >conftest.err
2347 rm -f conftest.er1
2348 cat conftest.err >&5
2349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2350 (exit $ac_status); } &&
2351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2353 (eval $ac_try) 2>&5
2354 ac_status=$?
2355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2356 (exit $ac_status); }; } &&
2357 { ac_try='test -s conftest.$ac_objext'
2358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2359 (eval $ac_try) 2>&5
2360 ac_status=$?
2361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2362 (exit $ac_status); }; }; then
2363 break
2364 else
2365 echo "$as_me: failed program was:" >&5
2366 sed 's/^/| /' conftest.$ac_ext >&5
2367
2368 fi
2369 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2370 done
2371 rm -f conftest*
2372 if test -n "$ac_declaration"; then
2373 echo '#ifdef __cplusplus' >>confdefs.h
2374 echo $ac_declaration >>confdefs.h
2375 echo '#endif' >>confdefs.h
2376 fi
2377
2378 else
2379 echo "$as_me: failed program was:" >&5
2380 sed 's/^/| /' conftest.$ac_ext >&5
2381
2382 fi
2383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2384 ac_ext=c
2385 ac_cpp='$CPP $CPPFLAGS'
2386 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2387 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2388 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2389
2390 ac_ext=cc
2391 ac_cpp='$CXXCPP $CPPFLAGS'
2392 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2393 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2394 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2395 if test -n "$ac_tool_prefix"; then
2396 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2397 do
2398 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2399 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2400 echo "$as_me:$LINENO: checking for $ac_word" >&5
2401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2402 if test "${ac_cv_prog_CXX+set}" = set; then
2403 echo $ECHO_N "(cached) $ECHO_C" >&6
2404 else
2405 if test -n "$CXX"; then
2406 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2407 else
2408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2409 for as_dir in $PATH
2410 do
2411 IFS=$as_save_IFS
2412 test -z "$as_dir" && as_dir=.
2413 for ac_exec_ext in '' $ac_executable_extensions; do
2414 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2415 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2417 break 2
2418 fi
2419 done
2420 done
2421
2422 fi
2423 fi
2424 CXX=$ac_cv_prog_CXX
2425 if test -n "$CXX"; then
2426 echo "$as_me:$LINENO: result: $CXX" >&5
2427 echo "${ECHO_T}$CXX" >&6
2428 else
2429 echo "$as_me:$LINENO: result: no" >&5
2430 echo "${ECHO_T}no" >&6
2431 fi
2432
2433 test -n "$CXX" && break
2434 done
2435 fi
2436 if test -z "$CXX"; then
2437 ac_ct_CXX=$CXX
2438 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2439 do
2440 # Extract the first word of "$ac_prog", so it can be a program name with args.
2441 set dummy $ac_prog; ac_word=$2
2442 echo "$as_me:$LINENO: checking for $ac_word" >&5
2443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2444 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2445 echo $ECHO_N "(cached) $ECHO_C" >&6
2446 else
2447 if test -n "$ac_ct_CXX"; then
2448 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2449 else
2450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2451 for as_dir in $PATH
2452 do
2453 IFS=$as_save_IFS
2454 test -z "$as_dir" && as_dir=.
2455 for ac_exec_ext in '' $ac_executable_extensions; do
2456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2457 ac_cv_prog_ac_ct_CXX="$ac_prog"
2458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2459 break 2
2460 fi
2461 done
2462 done
2463
2464 fi
2465 fi
2466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2467 if test -n "$ac_ct_CXX"; then
2468 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2469 echo "${ECHO_T}$ac_ct_CXX" >&6
2470 else
2471 echo "$as_me:$LINENO: result: no" >&5
2472 echo "${ECHO_T}no" >&6
2473 fi
2474
2475 test -n "$ac_ct_CXX" && break
2476 done
2477 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2478
2479 CXX=$ac_ct_CXX
2480 fi
2481
2482
2483 # Provide some information about the compiler.
2484 echo "$as_me:$LINENO:" \
2485 "checking for C++ compiler version" >&5
2486 ac_compiler=`set X $ac_compile; echo $2`
2487 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2488 (eval $ac_compiler --version </dev/null >&5) 2>&5
2489 ac_status=$?
2490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2491 (exit $ac_status); }
2492 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2493 (eval $ac_compiler -v </dev/null >&5) 2>&5
2494 ac_status=$?
2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496 (exit $ac_status); }
2497 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2498 (eval $ac_compiler -V </dev/null >&5) 2>&5
2499 ac_status=$?
2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2501 (exit $ac_status); }
2502
2503 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2504 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2505 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507 else
2508 cat >conftest.$ac_ext <<_ACEOF
2509 /* confdefs.h. */
2510 _ACEOF
2511 cat confdefs.h >>conftest.$ac_ext
2512 cat >>conftest.$ac_ext <<_ACEOF
2513 /* end confdefs.h. */
2514
2515 int
2516 main ()
2517 {
2518 #ifndef __GNUC__
2519 choke me
2520 #endif
2521
2522 ;
2523 return 0;
2524 }
2525 _ACEOF
2526 rm -f conftest.$ac_objext
2527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2528 (eval $ac_compile) 2>conftest.er1
2529 ac_status=$?
2530 grep -v '^ *+' conftest.er1 >conftest.err
2531 rm -f conftest.er1
2532 cat conftest.err >&5
2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2534 (exit $ac_status); } &&
2535 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2537 (eval $ac_try) 2>&5
2538 ac_status=$?
2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540 (exit $ac_status); }; } &&
2541 { ac_try='test -s conftest.$ac_objext'
2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2543 (eval $ac_try) 2>&5
2544 ac_status=$?
2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2546 (exit $ac_status); }; }; then
2547 ac_compiler_gnu=yes
2548 else
2549 echo "$as_me: failed program was:" >&5
2550 sed 's/^/| /' conftest.$ac_ext >&5
2551
2552 ac_compiler_gnu=no
2553 fi
2554 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2555 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2556
2557 fi
2558 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2559 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2560 GXX=`test $ac_compiler_gnu = yes && echo yes`
2561 ac_test_CXXFLAGS=${CXXFLAGS+set}
2562 ac_save_CXXFLAGS=$CXXFLAGS
2563 CXXFLAGS="-g"
2564 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2565 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2566 if test "${ac_cv_prog_cxx_g+set}" = set; then
2567 echo $ECHO_N "(cached) $ECHO_C" >&6
2568 else
2569 cat >conftest.$ac_ext <<_ACEOF
2570 /* confdefs.h. */
2571 _ACEOF
2572 cat confdefs.h >>conftest.$ac_ext
2573 cat >>conftest.$ac_ext <<_ACEOF
2574 /* end confdefs.h. */
2575
2576 int
2577 main ()
2578 {
2579
2580 ;
2581 return 0;
2582 }
2583 _ACEOF
2584 rm -f conftest.$ac_objext
2585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2586 (eval $ac_compile) 2>conftest.er1
2587 ac_status=$?
2588 grep -v '^ *+' conftest.er1 >conftest.err
2589 rm -f conftest.er1
2590 cat conftest.err >&5
2591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2592 (exit $ac_status); } &&
2593 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2595 (eval $ac_try) 2>&5
2596 ac_status=$?
2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2598 (exit $ac_status); }; } &&
2599 { ac_try='test -s conftest.$ac_objext'
2600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2601 (eval $ac_try) 2>&5
2602 ac_status=$?
2603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2604 (exit $ac_status); }; }; then
2605 ac_cv_prog_cxx_g=yes
2606 else
2607 echo "$as_me: failed program was:" >&5
2608 sed 's/^/| /' conftest.$ac_ext >&5
2609
2610 ac_cv_prog_cxx_g=no
2611 fi
2612 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2613 fi
2614 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2615 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2616 if test "$ac_test_CXXFLAGS" = set; then
2617 CXXFLAGS=$ac_save_CXXFLAGS
2618 elif test $ac_cv_prog_cxx_g = yes; then
2619 if test "$GXX" = yes; then
2620 CXXFLAGS="-g -O2"
2621 else
2622 CXXFLAGS="-g"
2623 fi
2624 else
2625 if test "$GXX" = yes; then
2626 CXXFLAGS="-O2"
2627 else
2628 CXXFLAGS=
2629 fi
2630 fi
2631 for ac_declaration in \
2632 '' \
2633 'extern "C" void std::exit (int) throw (); using std::exit;' \
2634 'extern "C" void std::exit (int); using std::exit;' \
2635 'extern "C" void exit (int) throw ();' \
2636 'extern "C" void exit (int);' \
2637 'void exit (int);'
2638 do
2639 cat >conftest.$ac_ext <<_ACEOF
2640 /* confdefs.h. */
2641 _ACEOF
2642 cat confdefs.h >>conftest.$ac_ext
2643 cat >>conftest.$ac_ext <<_ACEOF
2644 /* end confdefs.h. */
2645 $ac_declaration
2646 #include <stdlib.h>
2647 int
2648 main ()
2649 {
2650 exit (42);
2651 ;
2652 return 0;
2653 }
2654 _ACEOF
2655 rm -f conftest.$ac_objext
2656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2657 (eval $ac_compile) 2>conftest.er1
2658 ac_status=$?
2659 grep -v '^ *+' conftest.er1 >conftest.err
2660 rm -f conftest.er1
2661 cat conftest.err >&5
2662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2663 (exit $ac_status); } &&
2664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2666 (eval $ac_try) 2>&5
2667 ac_status=$?
2668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2669 (exit $ac_status); }; } &&
2670 { ac_try='test -s conftest.$ac_objext'
2671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2672 (eval $ac_try) 2>&5
2673 ac_status=$?
2674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2675 (exit $ac_status); }; }; then
2676 :
2677 else
2678 echo "$as_me: failed program was:" >&5
2679 sed 's/^/| /' conftest.$ac_ext >&5
2680
2681 continue
2682 fi
2683 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2684 cat >conftest.$ac_ext <<_ACEOF
2685 /* confdefs.h. */
2686 _ACEOF
2687 cat confdefs.h >>conftest.$ac_ext
2688 cat >>conftest.$ac_ext <<_ACEOF
2689 /* end confdefs.h. */
2690 $ac_declaration
2691 int
2692 main ()
2693 {
2694 exit (42);
2695 ;
2696 return 0;
2697 }
2698 _ACEOF
2699 rm -f conftest.$ac_objext
2700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2701 (eval $ac_compile) 2>conftest.er1
2702 ac_status=$?
2703 grep -v '^ *+' conftest.er1 >conftest.err
2704 rm -f conftest.er1
2705 cat conftest.err >&5
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); } &&
2708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2710 (eval $ac_try) 2>&5
2711 ac_status=$?
2712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713 (exit $ac_status); }; } &&
2714 { ac_try='test -s conftest.$ac_objext'
2715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2716 (eval $ac_try) 2>&5
2717 ac_status=$?
2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2719 (exit $ac_status); }; }; then
2720 break
2721 else
2722 echo "$as_me: failed program was:" >&5
2723 sed 's/^/| /' conftest.$ac_ext >&5
2724
2725 fi
2726 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2727 done
2728 rm -f conftest*
2729 if test -n "$ac_declaration"; then
2730 echo '#ifdef __cplusplus' >>confdefs.h
2731 echo $ac_declaration >>confdefs.h
2732 echo '#endif' >>confdefs.h
2733 fi
2734
2735 ac_ext=c
2736 ac_cpp='$CPP $CPPFLAGS'
2737 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2738 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2739 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2740
2741 ac_ext=c
2742 ac_cpp='$CPP $CPPFLAGS'
2743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2746 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2747 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2748 # On Suns, sometimes $CPP names a directory.
2749 if test -n "$CPP" && test -d "$CPP"; then
2750 CPP=
2751 fi
2752 if test -z "$CPP"; then
2753 if test "${ac_cv_prog_CPP+set}" = set; then
2754 echo $ECHO_N "(cached) $ECHO_C" >&6
2755 else
2756 # Double quotes because CPP needs to be expanded
2757 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2758 do
2759 ac_preproc_ok=false
2760 for ac_c_preproc_warn_flag in '' yes
2761 do
2762 # Use a header file that comes with gcc, so configuring glibc
2763 # with a fresh cross-compiler works.
2764 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2765 # <limits.h> exists even on freestanding compilers.
2766 # On the NeXT, cc -E runs the code through the compiler's parser,
2767 # not just through cpp. "Syntax error" is here to catch this case.
2768 cat >conftest.$ac_ext <<_ACEOF
2769 /* confdefs.h. */
2770 _ACEOF
2771 cat confdefs.h >>conftest.$ac_ext
2772 cat >>conftest.$ac_ext <<_ACEOF
2773 /* end confdefs.h. */
2774 #ifdef __STDC__
2775 # include <limits.h>
2776 #else
2777 # include <assert.h>
2778 #endif
2779 Syntax error
2780 _ACEOF
2781 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2782 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2783 ac_status=$?
2784 grep -v '^ *+' conftest.er1 >conftest.err
2785 rm -f conftest.er1
2786 cat conftest.err >&5
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); } >/dev/null; then
2789 if test -s conftest.err; then
2790 ac_cpp_err=$ac_c_preproc_warn_flag
2791 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2792 else
2793 ac_cpp_err=
2794 fi
2795 else
2796 ac_cpp_err=yes
2797 fi
2798 if test -z "$ac_cpp_err"; then
2799 :
2800 else
2801 echo "$as_me: failed program was:" >&5
2802 sed 's/^/| /' conftest.$ac_ext >&5
2803
2804 # Broken: fails on valid input.
2805 continue
2806 fi
2807 rm -f conftest.err conftest.$ac_ext
2808
2809 # OK, works on sane cases. Now check whether non-existent headers
2810 # can be detected and how.
2811 cat >conftest.$ac_ext <<_ACEOF
2812 /* confdefs.h. */
2813 _ACEOF
2814 cat confdefs.h >>conftest.$ac_ext
2815 cat >>conftest.$ac_ext <<_ACEOF
2816 /* end confdefs.h. */
2817 #include <ac_nonexistent.h>
2818 _ACEOF
2819 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2820 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2821 ac_status=$?
2822 grep -v '^ *+' conftest.er1 >conftest.err
2823 rm -f conftest.er1
2824 cat conftest.err >&5
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); } >/dev/null; then
2827 if test -s conftest.err; then
2828 ac_cpp_err=$ac_c_preproc_warn_flag
2829 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2830 else
2831 ac_cpp_err=
2832 fi
2833 else
2834 ac_cpp_err=yes
2835 fi
2836 if test -z "$ac_cpp_err"; then
2837 # Broken: success on invalid input.
2838 continue
2839 else
2840 echo "$as_me: failed program was:" >&5
2841 sed 's/^/| /' conftest.$ac_ext >&5
2842
2843 # Passes both tests.
2844 ac_preproc_ok=:
2845 break
2846 fi
2847 rm -f conftest.err conftest.$ac_ext
2848
2849 done
2850 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2851 rm -f conftest.err conftest.$ac_ext
2852 if $ac_preproc_ok; then
2853 break
2854 fi
2855
2856 done
2857 ac_cv_prog_CPP=$CPP
2858
2859 fi
2860 CPP=$ac_cv_prog_CPP
2861 else
2862 ac_cv_prog_CPP=$CPP
2863 fi
2864 echo "$as_me:$LINENO: result: $CPP" >&5
2865 echo "${ECHO_T}$CPP" >&6
2866 ac_preproc_ok=false
2867 for ac_c_preproc_warn_flag in '' yes
2868 do
2869 # Use a header file that comes with gcc, so configuring glibc
2870 # with a fresh cross-compiler works.
2871 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2872 # <limits.h> exists even on freestanding compilers.
2873 # On the NeXT, cc -E runs the code through the compiler's parser,
2874 # not just through cpp. "Syntax error" is here to catch this case.
2875 cat >conftest.$ac_ext <<_ACEOF
2876 /* confdefs.h. */
2877 _ACEOF
2878 cat confdefs.h >>conftest.$ac_ext
2879 cat >>conftest.$ac_ext <<_ACEOF
2880 /* end confdefs.h. */
2881 #ifdef __STDC__
2882 # include <limits.h>
2883 #else
2884 # include <assert.h>
2885 #endif
2886 Syntax error
2887 _ACEOF
2888 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2889 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2890 ac_status=$?
2891 grep -v '^ *+' conftest.er1 >conftest.err
2892 rm -f conftest.er1
2893 cat conftest.err >&5
2894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2895 (exit $ac_status); } >/dev/null; then
2896 if test -s conftest.err; then
2897 ac_cpp_err=$ac_c_preproc_warn_flag
2898 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2899 else
2900 ac_cpp_err=
2901 fi
2902 else
2903 ac_cpp_err=yes
2904 fi
2905 if test -z "$ac_cpp_err"; then
2906 :
2907 else
2908 echo "$as_me: failed program was:" >&5
2909 sed 's/^/| /' conftest.$ac_ext >&5
2910
2911 # Broken: fails on valid input.
2912 continue
2913 fi
2914 rm -f conftest.err conftest.$ac_ext
2915
2916 # OK, works on sane cases. Now check whether non-existent headers
2917 # can be detected and how.
2918 cat >conftest.$ac_ext <<_ACEOF
2919 /* confdefs.h. */
2920 _ACEOF
2921 cat confdefs.h >>conftest.$ac_ext
2922 cat >>conftest.$ac_ext <<_ACEOF
2923 /* end confdefs.h. */
2924 #include <ac_nonexistent.h>
2925 _ACEOF
2926 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2927 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2928 ac_status=$?
2929 grep -v '^ *+' conftest.er1 >conftest.err
2930 rm -f conftest.er1
2931 cat conftest.err >&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); } >/dev/null; then
2934 if test -s conftest.err; then
2935 ac_cpp_err=$ac_c_preproc_warn_flag
2936 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2937 else
2938 ac_cpp_err=
2939 fi
2940 else
2941 ac_cpp_err=yes
2942 fi
2943 if test -z "$ac_cpp_err"; then
2944 # Broken: success on invalid input.
2945 continue
2946 else
2947 echo "$as_me: failed program was:" >&5
2948 sed 's/^/| /' conftest.$ac_ext >&5
2949
2950 # Passes both tests.
2951 ac_preproc_ok=:
2952 break
2953 fi
2954 rm -f conftest.err conftest.$ac_ext
2955
2956 done
2957 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2958 rm -f conftest.err conftest.$ac_ext
2959 if $ac_preproc_ok; then
2960 :
2961 else
2962 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2963 See \`config.log' for more details." >&5
2964 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2965 See \`config.log' for more details." >&2;}
2966 { (exit 1); exit 1; }; }
2967 fi
2968
2969 ac_ext=c
2970 ac_cpp='$CPP $CPPFLAGS'
2971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2974
2975 # Find a good install program. We prefer a C program (faster),
2976 # so one script is as good as another. But avoid the broken or
2977 # incompatible versions:
2978 # SysV /etc/install, /usr/sbin/install
2979 # SunOS /usr/etc/install
2980 # IRIX /sbin/install
2981 # AIX /bin/install
2982 # AmigaOS /C/install, which installs bootblocks on floppy discs
2983 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2984 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2985 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2986 # OS/2's system install, which has a completely different semantic
2987 # ./install, which can be erroneously created by make from ./install.sh.
2988 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2989 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2990 if test -z "$INSTALL"; then
2991 if test "${ac_cv_path_install+set}" = set; then
2992 echo $ECHO_N "(cached) $ECHO_C" >&6
2993 else
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 for as_dir in $PATH
2996 do
2997 IFS=$as_save_IFS
2998 test -z "$as_dir" && as_dir=.
2999 # Account for people who put trailing slashes in PATH elements.
3000 case $as_dir/ in
3001 ./ | .// | /cC/* | \
3002 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3003 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3004 /usr/ucb/* ) ;;
3005 *)
3006 # OSF1 and SCO ODT 3.0 have their own names for install.
3007 # Don't use installbsd from OSF since it installs stuff as root
3008 # by default.
3009 for ac_prog in ginstall scoinst install; do
3010 for ac_exec_ext in '' $ac_executable_extensions; do
3011 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3012 if test $ac_prog = install &&
3013 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3014 # AIX install. It has an incompatible calling convention.
3015 :
3016 elif test $ac_prog = install &&
3017 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3018 # program-specific install script used by HP pwplus--don't use.
3019 :
3020 else
3021 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3022 break 3
3023 fi
3024 fi
3025 done
3026 done
3027 ;;
3028 esac
3029 done
3030
3031
3032 fi
3033 if test "${ac_cv_path_install+set}" = set; then
3034 INSTALL=$ac_cv_path_install
3035 else
3036 # As a last resort, use the slow shell script. We don't cache a
3037 # path for INSTALL within a source directory, because that will
3038 # break other packages using the cache if that directory is
3039 # removed, or if the path is relative.
3040 INSTALL=$ac_install_sh
3041 fi
3042 fi
3043 echo "$as_me:$LINENO: result: $INSTALL" >&5
3044 echo "${ECHO_T}$INSTALL" >&6
3045
3046 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3047 # It thinks the first close brace ends the variable substitution.
3048 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3049
3050 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3051
3052 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3053
3054 for ac_prog in gawk mawk nawk awk
3055 do
3056 # Extract the first word of "$ac_prog", so it can be a program name with args.
3057 set dummy $ac_prog; ac_word=$2
3058 echo "$as_me:$LINENO: checking for $ac_word" >&5
3059 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3060 if test "${ac_cv_prog_AWK+set}" = set; then
3061 echo $ECHO_N "(cached) $ECHO_C" >&6
3062 else
3063 if test -n "$AWK"; then
3064 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3065 else
3066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3067 for as_dir in $PATH
3068 do
3069 IFS=$as_save_IFS
3070 test -z "$as_dir" && as_dir=.
3071 for ac_exec_ext in '' $ac_executable_extensions; do
3072 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3073 ac_cv_prog_AWK="$ac_prog"
3074 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3075 break 2
3076 fi
3077 done
3078 done
3079
3080 fi
3081 fi
3082 AWK=$ac_cv_prog_AWK
3083 if test -n "$AWK"; then
3084 echo "$as_me:$LINENO: result: $AWK" >&5
3085 echo "${ECHO_T}$AWK" >&6
3086 else
3087 echo "$as_me:$LINENO: result: no" >&5
3088 echo "${ECHO_T}no" >&6
3089 fi
3090
3091 test -n "$AWK" && break
3092 done
3093
3094
3095 ac_ext=c
3096 ac_cpp='$CPP $CPPFLAGS'
3097 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3098 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3099 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3100
3101
3102 if test -z "$orig_CXXFLAGS"; then
3103 CXXFLAGS='-O'
3104 if test x$GCC = xyes && test "x$GXX" = xyes; then
3105 CXXFLAGS="-g -O3"
3106 fi
3107 CFLAGS="$CXXFLAGS"
3108 fi
3109
3110 LINKER="$CXX"
3111 if test x$GCC = xyes && test x$GXX = xyes; then
3112
3113 echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3114 echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3115 if test "${ac_cv_lib_supcpp_main+set}" = set; then
3116 echo $ECHO_N "(cached) $ECHO_C" >&6
3117 else
3118 ac_check_lib_save_LIBS=$LIBS
3119 LIBS="-lsupc++ $LIBS"
3120 cat >conftest.$ac_ext <<_ACEOF
3121 /* confdefs.h. */
3122 _ACEOF
3123 cat confdefs.h >>conftest.$ac_ext
3124 cat >>conftest.$ac_ext <<_ACEOF
3125 /* end confdefs.h. */
3126
3127
3128 int
3129 main ()
3130 {
3131 main ();
3132 ;
3133 return 0;
3134 }
3135 _ACEOF
3136 rm -f conftest.$ac_objext conftest$ac_exeext
3137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3138 (eval $ac_link) 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } &&
3145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3147 (eval $ac_try) 2>&5
3148 ac_status=$?
3149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3150 (exit $ac_status); }; } &&
3151 { ac_try='test -s conftest$ac_exeext'
3152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3153 (eval $ac_try) 2>&5
3154 ac_status=$?
3155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3156 (exit $ac_status); }; }; then
3157 ac_cv_lib_supcpp_main=yes
3158 else
3159 echo "$as_me: failed program was:" >&5
3160 sed 's/^/| /' conftest.$ac_ext >&5
3161
3162 ac_cv_lib_supcpp_main=no
3163 fi
3164 rm -f conftest.err conftest.$ac_objext \
3165 conftest$ac_exeext conftest.$ac_ext
3166 LIBS=$ac_check_lib_save_LIBS
3167 fi
3168 echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3169 echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3170 if test $ac_cv_lib_supcpp_main = yes; then
3171
3172 LINKER="$CC"
3173 LIBS="$LIBS -lsupc++"
3174
3175 fi
3176
3177 fi
3178 LINKER=$LINKER
3179
3180
3181
3182 cat >>confdefs.h <<\_ACEOF
3183 #define _GNU_SOURCE 1
3184 _ACEOF
3185
3186
3187 case $host in
3188 *-*-solaris* )
3189
3190 cat >>confdefs.h <<\_ACEOF
3191 #define _XOPEN_SOURCE_EXTENDED 1
3192 _ACEOF
3193
3194
3195 cat >>confdefs.h <<\_ACEOF
3196 #define _XOPEN_SOURCE 2
3197 _ACEOF
3198
3199
3200 cat >>confdefs.h <<\_ACEOF
3201 #define __EXTENSIONS__ 1
3202 _ACEOF
3203
3204 ;;
3205 esac
3206
3207
3208 ac_ext=cc
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213
3214
3215
3216 ac_ext=cc
3217 ac_cpp='$CXXCPP $CPPFLAGS'
3218 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3219 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3220 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3221 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3222 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3223 if test -z "$CXXCPP"; then
3224 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227 # Double quotes because CXXCPP needs to be expanded
3228 for CXXCPP in "$CXX -E" "/lib/cpp"
3229 do
3230 ac_preproc_ok=false
3231 for ac_cxx_preproc_warn_flag in '' yes
3232 do
3233 # Use a header file that comes with gcc, so configuring glibc
3234 # with a fresh cross-compiler works.
3235 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3236 # <limits.h> exists even on freestanding compilers.
3237 # On the NeXT, cc -E runs the code through the compiler's parser,
3238 # not just through cpp. "Syntax error" is here to catch this case.
3239 cat >conftest.$ac_ext <<_ACEOF
3240 /* confdefs.h. */
3241 _ACEOF
3242 cat confdefs.h >>conftest.$ac_ext
3243 cat >>conftest.$ac_ext <<_ACEOF
3244 /* end confdefs.h. */
3245 #ifdef __STDC__
3246 # include <limits.h>
3247 #else
3248 # include <assert.h>
3249 #endif
3250 Syntax error
3251 _ACEOF
3252 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3253 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3254 ac_status=$?
3255 grep -v '^ *+' conftest.er1 >conftest.err
3256 rm -f conftest.er1
3257 cat conftest.err >&5
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); } >/dev/null; then
3260 if test -s conftest.err; then
3261 ac_cpp_err=$ac_cxx_preproc_warn_flag
3262 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3263 else
3264 ac_cpp_err=
3265 fi
3266 else
3267 ac_cpp_err=yes
3268 fi
3269 if test -z "$ac_cpp_err"; then
3270 :
3271 else
3272 echo "$as_me: failed program was:" >&5
3273 sed 's/^/| /' conftest.$ac_ext >&5
3274
3275 # Broken: fails on valid input.
3276 continue
3277 fi
3278 rm -f conftest.err conftest.$ac_ext
3279
3280 # OK, works on sane cases. Now check whether non-existent headers
3281 # can be detected and how.
3282 cat >conftest.$ac_ext <<_ACEOF
3283 /* confdefs.h. */
3284 _ACEOF
3285 cat confdefs.h >>conftest.$ac_ext
3286 cat >>conftest.$ac_ext <<_ACEOF
3287 /* end confdefs.h. */
3288 #include <ac_nonexistent.h>
3289 _ACEOF
3290 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3291 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3292 ac_status=$?
3293 grep -v '^ *+' conftest.er1 >conftest.err
3294 rm -f conftest.er1
3295 cat conftest.err >&5
3296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297 (exit $ac_status); } >/dev/null; then
3298 if test -s conftest.err; then
3299 ac_cpp_err=$ac_cxx_preproc_warn_flag
3300 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3301 else
3302 ac_cpp_err=
3303 fi
3304 else
3305 ac_cpp_err=yes
3306 fi
3307 if test -z "$ac_cpp_err"; then
3308 # Broken: success on invalid input.
3309 continue
3310 else
3311 echo "$as_me: failed program was:" >&5
3312 sed 's/^/| /' conftest.$ac_ext >&5
3313
3314 # Passes both tests.
3315 ac_preproc_ok=:
3316 break
3317 fi
3318 rm -f conftest.err conftest.$ac_ext
3319
3320 done
3321 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3322 rm -f conftest.err conftest.$ac_ext
3323 if $ac_preproc_ok; then
3324 break
3325 fi
3326
3327 done
3328 ac_cv_prog_CXXCPP=$CXXCPP
3329
3330 fi
3331 CXXCPP=$ac_cv_prog_CXXCPP
3332 else
3333 ac_cv_prog_CXXCPP=$CXXCPP
3334 fi
3335 echo "$as_me:$LINENO: result: $CXXCPP" >&5
3336 echo "${ECHO_T}$CXXCPP" >&6
3337 ac_preproc_ok=false
3338 for ac_cxx_preproc_warn_flag in '' yes
3339 do
3340 # Use a header file that comes with gcc, so configuring glibc
3341 # with a fresh cross-compiler works.
3342 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3343 # <limits.h> exists even on freestanding compilers.
3344 # On the NeXT, cc -E runs the code through the compiler's parser,
3345 # not just through cpp. "Syntax error" is here to catch this case.
3346 cat >conftest.$ac_ext <<_ACEOF
3347 /* confdefs.h. */
3348 _ACEOF
3349 cat confdefs.h >>conftest.$ac_ext
3350 cat >>conftest.$ac_ext <<_ACEOF
3351 /* end confdefs.h. */
3352 #ifdef __STDC__
3353 # include <limits.h>
3354 #else
3355 # include <assert.h>
3356 #endif
3357 Syntax error
3358 _ACEOF
3359 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3360 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3361 ac_status=$?
3362 grep -v '^ *+' conftest.er1 >conftest.err
3363 rm -f conftest.er1
3364 cat conftest.err >&5
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); } >/dev/null; then
3367 if test -s conftest.err; then
3368 ac_cpp_err=$ac_cxx_preproc_warn_flag
3369 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3370 else
3371 ac_cpp_err=
3372 fi
3373 else
3374 ac_cpp_err=yes
3375 fi
3376 if test -z "$ac_cpp_err"; then
3377 :
3378 else
3379 echo "$as_me: failed program was:" >&5
3380 sed 's/^/| /' conftest.$ac_ext >&5
3381
3382 # Broken: fails on valid input.
3383 continue
3384 fi
3385 rm -f conftest.err conftest.$ac_ext
3386
3387 # OK, works on sane cases. Now check whether non-existent headers
3388 # can be detected and how.
3389 cat >conftest.$ac_ext <<_ACEOF
3390 /* confdefs.h. */
3391 _ACEOF
3392 cat confdefs.h >>conftest.$ac_ext
3393 cat >>conftest.$ac_ext <<_ACEOF
3394 /* end confdefs.h. */
3395 #include <ac_nonexistent.h>
3396 _ACEOF
3397 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3398 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3399 ac_status=$?
3400 grep -v '^ *+' conftest.er1 >conftest.err
3401 rm -f conftest.er1
3402 cat conftest.err >&5
3403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3404 (exit $ac_status); } >/dev/null; then
3405 if test -s conftest.err; then
3406 ac_cpp_err=$ac_cxx_preproc_warn_flag
3407 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3408 else
3409 ac_cpp_err=
3410 fi
3411 else
3412 ac_cpp_err=yes
3413 fi
3414 if test -z "$ac_cpp_err"; then
3415 # Broken: success on invalid input.
3416 continue
3417 else
3418 echo "$as_me: failed program was:" >&5
3419 sed 's/^/| /' conftest.$ac_ext >&5
3420
3421 # Passes both tests.
3422 ac_preproc_ok=:
3423 break
3424 fi
3425 rm -f conftest.err conftest.$ac_ext
3426
3427 done
3428 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3429 rm -f conftest.err conftest.$ac_ext
3430 if $ac_preproc_ok; then
3431 :
3432 else
3433 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3434 See \`config.log' for more details." >&5
3435 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3436 See \`config.log' for more details." >&2;}
3437 { (exit 1); exit 1; }; }
3438 fi
3439
3440 ac_ext=cc
3441 ac_cpp='$CXXCPP $CPPFLAGS'
3442 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3443 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3444 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3445
3446
3447 echo "$as_me:$LINENO: checking for egrep" >&5
3448 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3449 if test "${ac_cv_prog_egrep+set}" = set; then
3450 echo $ECHO_N "(cached) $ECHO_C" >&6
3451 else
3452 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3453 then ac_cv_prog_egrep='grep -E'
3454 else ac_cv_prog_egrep='egrep'
3455 fi
3456 fi
3457 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3458 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3459 EGREP=$ac_cv_prog_egrep
3460
3461
3462
3463 echo "$as_me:$LINENO: checking for AIX" >&5
3464 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3465 cat >conftest.$ac_ext <<_ACEOF
3466 /* confdefs.h. */
3467 _ACEOF
3468 cat confdefs.h >>conftest.$ac_ext
3469 cat >>conftest.$ac_ext <<_ACEOF
3470 /* end confdefs.h. */
3471 #ifdef _AIX
3472 yes
3473 #endif
3474
3475 _ACEOF
3476 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3477 $EGREP "yes" >/dev/null 2>&1; then
3478 echo "$as_me:$LINENO: result: yes" >&5
3479 echo "${ECHO_T}yes" >&6
3480 cat >>confdefs.h <<\_ACEOF
3481 #define _ALL_SOURCE 1
3482 _ACEOF
3483
3484 else
3485 echo "$as_me:$LINENO: result: no" >&5
3486 echo "${ECHO_T}no" >&6
3487 fi
3488 rm -f conftest*
3489
3490
3491 echo "$as_me:$LINENO: checking for library containing strerror" >&5
3492 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3493 if test "${ac_cv_search_strerror+set}" = set; then
3494 echo $ECHO_N "(cached) $ECHO_C" >&6
3495 else
3496 ac_func_search_save_LIBS=$LIBS
3497 ac_cv_search_strerror=no
3498 cat >conftest.$ac_ext <<_ACEOF
3499 /* confdefs.h. */
3500 _ACEOF
3501 cat confdefs.h >>conftest.$ac_ext
3502 cat >>conftest.$ac_ext <<_ACEOF
3503 /* end confdefs.h. */
3504
3505 /* Override any gcc2 internal prototype to avoid an error. */
3506 #ifdef __cplusplus
3507 extern "C"
3508 #endif
3509 /* We use char because int might match the return type of a gcc2
3510 builtin and then its argument prototype would still apply. */
3511 char strerror ();
3512 int
3513 main ()
3514 {
3515 strerror ();
3516 ;
3517 return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext conftest$ac_exeext
3521 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3522 (eval $ac_link) 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } &&
3529 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3531 (eval $ac_try) 2>&5
3532 ac_status=$?
3533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); }; } &&
3535 { ac_try='test -s conftest$ac_exeext'
3536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3537 (eval $ac_try) 2>&5
3538 ac_status=$?
3539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3540 (exit $ac_status); }; }; then
3541 ac_cv_search_strerror="none required"
3542 else
3543 echo "$as_me: failed program was:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3545
3546 fi
3547 rm -f conftest.err conftest.$ac_objext \
3548 conftest$ac_exeext conftest.$ac_ext
3549 if test "$ac_cv_search_strerror" = no; then
3550 for ac_lib in cposix; do
3551 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3552 cat >conftest.$ac_ext <<_ACEOF
3553 /* confdefs.h. */
3554 _ACEOF
3555 cat confdefs.h >>conftest.$ac_ext
3556 cat >>conftest.$ac_ext <<_ACEOF
3557 /* end confdefs.h. */
3558
3559 /* Override any gcc2 internal prototype to avoid an error. */
3560 #ifdef __cplusplus
3561 extern "C"
3562 #endif
3563 /* We use char because int might match the return type of a gcc2
3564 builtin and then its argument prototype would still apply. */
3565 char strerror ();
3566 int
3567 main ()
3568 {
3569 strerror ();
3570 ;
3571 return 0;
3572 }
3573 _ACEOF
3574 rm -f conftest.$ac_objext conftest$ac_exeext
3575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3576 (eval $ac_link) 2>conftest.er1
3577 ac_status=$?
3578 grep -v '^ *+' conftest.er1 >conftest.err
3579 rm -f conftest.er1
3580 cat conftest.err >&5
3581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582 (exit $ac_status); } &&
3583 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3585 (eval $ac_try) 2>&5
3586 ac_status=$?
3587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588 (exit $ac_status); }; } &&
3589 { ac_try='test -s conftest$ac_exeext'
3590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3591 (eval $ac_try) 2>&5
3592 ac_status=$?
3593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3594 (exit $ac_status); }; }; then
3595 ac_cv_search_strerror="-l$ac_lib"
3596 break
3597 else
3598 echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3600
3601 fi
3602 rm -f conftest.err conftest.$ac_objext \
3603 conftest$ac_exeext conftest.$ac_ext
3604 done
3605 fi
3606 LIBS=$ac_func_search_save_LIBS
3607 fi
3608 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3609 echo "${ECHO_T}$ac_cv_search_strerror" >&6
3610 if test "$ac_cv_search_strerror" != no; then
3611 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3612
3613 fi
3614
3615
3616 echo "$as_me:$LINENO: checking for setlocale" >&5
3617 echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3618 if test "${ac_cv_func_setlocale+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621 cat >conftest.$ac_ext <<_ACEOF
3622 /* confdefs.h. */
3623 _ACEOF
3624 cat confdefs.h >>conftest.$ac_ext
3625 cat >>conftest.$ac_ext <<_ACEOF
3626 /* end confdefs.h. */
3627 /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3629 #define setlocale innocuous_setlocale
3630
3631 /* System header to define __stub macros and hopefully few prototypes,
3632 which can conflict with char setlocale (); below.
3633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3634 <limits.h> exists even on freestanding compilers. */
3635
3636 #ifdef __STDC__
3637 # include <limits.h>
3638 #else
3639 # include <assert.h>
3640 #endif
3641
3642 #undef setlocale
3643
3644 /* Override any gcc2 internal prototype to avoid an error. */
3645 #ifdef __cplusplus
3646 extern "C"
3647 {
3648 #endif
3649 /* We use char because int might match the return type of a gcc2
3650 builtin and then its argument prototype would still apply. */
3651 char setlocale ();
3652 /* The GNU C library defines this for functions which it implements
3653 to always fail with ENOSYS. Some functions are actually named
3654 something starting with __ and the normal name is an alias. */
3655 #if defined (__stub_setlocale) || defined (__stub___setlocale)
3656 choke me
3657 #else
3658 char (*f) () = setlocale;
3659 #endif
3660 #ifdef __cplusplus
3661 }
3662 #endif
3663
3664 int
3665 main ()
3666 {
3667 return f != setlocale;
3668 ;
3669 return 0;
3670 }
3671 _ACEOF
3672 rm -f conftest.$ac_objext conftest$ac_exeext
3673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3674 (eval $ac_link) 2>conftest.er1
3675 ac_status=$?
3676 grep -v '^ *+' conftest.er1 >conftest.err
3677 rm -f conftest.er1
3678 cat conftest.err >&5
3679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3680 (exit $ac_status); } &&
3681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3683 (eval $ac_try) 2>&5
3684 ac_status=$?
3685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3686 (exit $ac_status); }; } &&
3687 { ac_try='test -s conftest$ac_exeext'
3688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3689 (eval $ac_try) 2>&5
3690 ac_status=$?
3691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3692 (exit $ac_status); }; }; then
3693 ac_cv_func_setlocale=yes
3694 else
3695 echo "$as_me: failed program was:" >&5
3696 sed 's/^/| /' conftest.$ac_ext >&5
3697
3698 ac_cv_func_setlocale=no
3699 fi
3700 rm -f conftest.err conftest.$ac_objext \
3701 conftest$ac_exeext conftest.$ac_ext
3702 fi
3703 echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3704 echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3705 if test $ac_cv_func_setlocale = yes; then
3706 :
3707 else
3708 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3709 echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3710 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3712 else
3713 ac_check_lib_save_LIBS=$LIBS
3714 LIBS="-lxpg4 $LIBS"
3715 cat >conftest.$ac_ext <<_ACEOF
3716 /* confdefs.h. */
3717 _ACEOF
3718 cat confdefs.h >>conftest.$ac_ext
3719 cat >>conftest.$ac_ext <<_ACEOF
3720 /* end confdefs.h. */
3721
3722 /* Override any gcc2 internal prototype to avoid an error. */
3723 #ifdef __cplusplus
3724 extern "C"
3725 #endif
3726 /* We use char because int might match the return type of a gcc2
3727 builtin and then its argument prototype would still apply. */
3728 char setlocale ();
3729 int
3730 main ()
3731 {
3732 setlocale ();
3733 ;
3734 return 0;
3735 }
3736 _ACEOF
3737 rm -f conftest.$ac_objext conftest$ac_exeext
3738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3739 (eval $ac_link) 2>conftest.er1
3740 ac_status=$?
3741 grep -v '^ *+' conftest.er1 >conftest.err
3742 rm -f conftest.er1
3743 cat conftest.err >&5
3744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745 (exit $ac_status); } &&
3746 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3748 (eval $ac_try) 2>&5
3749 ac_status=$?
3750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751 (exit $ac_status); }; } &&
3752 { ac_try='test -s conftest$ac_exeext'
3753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3754 (eval $ac_try) 2>&5
3755 ac_status=$?
3756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3757 (exit $ac_status); }; }; then
3758 ac_cv_lib_xpg4_setlocale=yes
3759 else
3760 echo "$as_me: failed program was:" >&5
3761 sed 's/^/| /' conftest.$ac_ext >&5
3762
3763 ac_cv_lib_xpg4_setlocale=no
3764 fi
3765 rm -f conftest.err conftest.$ac_objext \
3766 conftest$ac_exeext conftest.$ac_ext
3767 LIBS=$ac_check_lib_save_LIBS
3768 fi
3769 echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3770 echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3771 if test $ac_cv_lib_xpg4_setlocale = yes; then
3772 LIBS="$LIBS -lxpg4"
3773 fi
3774
3775 fi
3776
3777
3778 echo "$as_me:$LINENO: checking for gethostbyname" >&5
3779 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3780 if test "${ac_cv_func_gethostbyname+set}" = set; then
3781 echo $ECHO_N "(cached) $ECHO_C" >&6
3782 else
3783 cat >conftest.$ac_ext <<_ACEOF
3784 /* confdefs.h. */
3785 _ACEOF
3786 cat confdefs.h >>conftest.$ac_ext
3787 cat >>conftest.$ac_ext <<_ACEOF
3788 /* end confdefs.h. */
3789 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3791 #define gethostbyname innocuous_gethostbyname
3792
3793 /* System header to define __stub macros and hopefully few prototypes,
3794 which can conflict with char gethostbyname (); below.
3795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3796 <limits.h> exists even on freestanding compilers. */
3797
3798 #ifdef __STDC__
3799 # include <limits.h>
3800 #else
3801 # include <assert.h>
3802 #endif
3803
3804 #undef gethostbyname
3805
3806 /* Override any gcc2 internal prototype to avoid an error. */
3807 #ifdef __cplusplus
3808 extern "C"
3809 {
3810 #endif
3811 /* We use char because int might match the return type of a gcc2
3812 builtin and then its argument prototype would still apply. */
3813 char gethostbyname ();
3814 /* The GNU C library defines this for functions which it implements
3815 to always fail with ENOSYS. Some functions are actually named
3816 something starting with __ and the normal name is an alias. */
3817 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3818 choke me
3819 #else
3820 char (*f) () = gethostbyname;
3821 #endif
3822 #ifdef __cplusplus
3823 }
3824 #endif
3825
3826 int
3827 main ()
3828 {
3829 return f != gethostbyname;
3830 ;
3831 return 0;
3832 }
3833 _ACEOF
3834 rm -f conftest.$ac_objext conftest$ac_exeext
3835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3836 (eval $ac_link) 2>conftest.er1
3837 ac_status=$?
3838 grep -v '^ *+' conftest.er1 >conftest.err
3839 rm -f conftest.er1
3840 cat conftest.err >&5
3841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842 (exit $ac_status); } &&
3843 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3845 (eval $ac_try) 2>&5
3846 ac_status=$?
3847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); }; } &&
3849 { ac_try='test -s conftest$ac_exeext'
3850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3851 (eval $ac_try) 2>&5
3852 ac_status=$?
3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3854 (exit $ac_status); }; }; then
3855 ac_cv_func_gethostbyname=yes
3856 else
3857 echo "$as_me: failed program was:" >&5
3858 sed 's/^/| /' conftest.$ac_ext >&5
3859
3860 ac_cv_func_gethostbyname=no
3861 fi
3862 rm -f conftest.err conftest.$ac_objext \
3863 conftest$ac_exeext conftest.$ac_ext
3864 fi
3865 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3866 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3867 if test $ac_cv_func_gethostbyname = yes; then
3868 :
3869 else
3870 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3871 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3872 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3873 echo $ECHO_N "(cached) $ECHO_C" >&6
3874 else
3875 ac_check_lib_save_LIBS=$LIBS
3876 LIBS="-lnsl $LIBS"
3877 cat >conftest.$ac_ext <<_ACEOF
3878 /* confdefs.h. */
3879 _ACEOF
3880 cat confdefs.h >>conftest.$ac_ext
3881 cat >>conftest.$ac_ext <<_ACEOF
3882 /* end confdefs.h. */
3883
3884 /* Override any gcc2 internal prototype to avoid an error. */
3885 #ifdef __cplusplus
3886 extern "C"
3887 #endif
3888 /* We use char because int might match the return type of a gcc2
3889 builtin and then its argument prototype would still apply. */
3890 char gethostbyname ();
3891 int
3892 main ()
3893 {
3894 gethostbyname ();
3895 ;
3896 return 0;
3897 }
3898 _ACEOF
3899 rm -f conftest.$ac_objext conftest$ac_exeext
3900 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3901 (eval $ac_link) 2>conftest.er1
3902 ac_status=$?
3903 grep -v '^ *+' conftest.er1 >conftest.err
3904 rm -f conftest.er1
3905 cat conftest.err >&5
3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3907 (exit $ac_status); } &&
3908 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3910 (eval $ac_try) 2>&5
3911 ac_status=$?
3912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3913 (exit $ac_status); }; } &&
3914 { ac_try='test -s conftest$ac_exeext'
3915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3916 (eval $ac_try) 2>&5
3917 ac_status=$?
3918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 (exit $ac_status); }; }; then
3920 ac_cv_lib_nsl_gethostbyname=yes
3921 else
3922 echo "$as_me: failed program was:" >&5
3923 sed 's/^/| /' conftest.$ac_ext >&5
3924
3925 ac_cv_lib_nsl_gethostbyname=no
3926 fi
3927 rm -f conftest.err conftest.$ac_objext \
3928 conftest$ac_exeext conftest.$ac_ext
3929 LIBS=$ac_check_lib_save_LIBS
3930 fi
3931 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3932 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3933 if test $ac_cv_lib_nsl_gethostbyname = yes; then
3934 LIBS="$LIBS -lnsl"
3935 fi
3936
3937 fi
3938
3939 echo "$as_me:$LINENO: checking for socket" >&5
3940 echo $ECHO_N "checking for socket... $ECHO_C" >&6
3941 if test "${ac_cv_func_socket+set}" = set; then
3942 echo $ECHO_N "(cached) $ECHO_C" >&6
3943 else
3944 cat >conftest.$ac_ext <<_ACEOF
3945 /* confdefs.h. */
3946 _ACEOF
3947 cat confdefs.h >>conftest.$ac_ext
3948 cat >>conftest.$ac_ext <<_ACEOF
3949 /* end confdefs.h. */
3950 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
3951 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3952 #define socket innocuous_socket
3953
3954 /* System header to define __stub macros and hopefully few prototypes,
3955 which can conflict with char socket (); below.
3956 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3957 <limits.h> exists even on freestanding compilers. */
3958
3959 #ifdef __STDC__
3960 # include <limits.h>
3961 #else
3962 # include <assert.h>
3963 #endif
3964
3965 #undef socket
3966
3967 /* Override any gcc2 internal prototype to avoid an error. */
3968 #ifdef __cplusplus
3969 extern "C"
3970 {
3971 #endif
3972 /* We use char because int might match the return type of a gcc2
3973 builtin and then its argument prototype would still apply. */
3974 char socket ();
3975 /* The GNU C library defines this for functions which it implements
3976 to always fail with ENOSYS. Some functions are actually named
3977 something starting with __ and the normal name is an alias. */
3978 #if defined (__stub_socket) || defined (__stub___socket)
3979 choke me
3980 #else
3981 char (*f) () = socket;
3982 #endif
3983 #ifdef __cplusplus
3984 }
3985 #endif
3986
3987 int
3988 main ()
3989 {
3990 return f != socket;
3991 ;
3992 return 0;
3993 }
3994 _ACEOF
3995 rm -f conftest.$ac_objext conftest$ac_exeext
3996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3997 (eval $ac_link) 2>conftest.er1
3998 ac_status=$?
3999 grep -v '^ *+' conftest.er1 >conftest.err
4000 rm -f conftest.er1
4001 cat conftest.err >&5
4002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4003 (exit $ac_status); } &&
4004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4006 (eval $ac_try) 2>&5
4007 ac_status=$?
4008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4009 (exit $ac_status); }; } &&
4010 { ac_try='test -s conftest$ac_exeext'
4011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4012 (eval $ac_try) 2>&5
4013 ac_status=$?
4014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4015 (exit $ac_status); }; }; then
4016 ac_cv_func_socket=yes
4017 else
4018 echo "$as_me: failed program was:" >&5
4019 sed 's/^/| /' conftest.$ac_ext >&5
4020
4021 ac_cv_func_socket=no
4022 fi
4023 rm -f conftest.err conftest.$ac_objext \
4024 conftest$ac_exeext conftest.$ac_ext
4025 fi
4026 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4027 echo "${ECHO_T}$ac_cv_func_socket" >&6
4028 if test $ac_cv_func_socket = yes; then
4029 :
4030 else
4031 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4032 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4033 if test "${ac_cv_lib_socket_socket+set}" = set; then
4034 echo $ECHO_N "(cached) $ECHO_C" >&6
4035 else
4036 ac_check_lib_save_LIBS=$LIBS
4037 LIBS="-lsocket $LIBS"
4038 cat >conftest.$ac_ext <<_ACEOF
4039 /* confdefs.h. */
4040 _ACEOF
4041 cat confdefs.h >>conftest.$ac_ext
4042 cat >>conftest.$ac_ext <<_ACEOF
4043 /* end confdefs.h. */
4044
4045 /* Override any gcc2 internal prototype to avoid an error. */
4046 #ifdef __cplusplus
4047 extern "C"
4048 #endif
4049 /* We use char because int might match the return type of a gcc2
4050 builtin and then its argument prototype would still apply. */
4051 char socket ();
4052 int
4053 main ()
4054 {
4055 socket ();
4056 ;
4057 return 0;
4058 }
4059 _ACEOF
4060 rm -f conftest.$ac_objext conftest$ac_exeext
4061 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4062 (eval $ac_link) 2>conftest.er1
4063 ac_status=$?
4064 grep -v '^ *+' conftest.er1 >conftest.err
4065 rm -f conftest.er1
4066 cat conftest.err >&5
4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4068 (exit $ac_status); } &&
4069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4071 (eval $ac_try) 2>&5
4072 ac_status=$?
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); }; } &&
4075 { ac_try='test -s conftest$ac_exeext'
4076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4077 (eval $ac_try) 2>&5
4078 ac_status=$?
4079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080 (exit $ac_status); }; }; then
4081 ac_cv_lib_socket_socket=yes
4082 else
4083 echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4085
4086 ac_cv_lib_socket_socket=no
4087 fi
4088 rm -f conftest.err conftest.$ac_objext \
4089 conftest$ac_exeext conftest.$ac_ext
4090 LIBS=$ac_check_lib_save_LIBS
4091 fi
4092 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4093 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4094 if test $ac_cv_lib_socket_socket = yes; then
4095 LIBS="$LIBS -lsocket"
4096 fi
4097
4098 fi
4099
4100
4101 echo "$as_me:$LINENO: checking for sched_yield" >&5
4102 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4103 if test "${ac_cv_func_sched_yield+set}" = set; then
4104 echo $ECHO_N "(cached) $ECHO_C" >&6
4105 else
4106 cat >conftest.$ac_ext <<_ACEOF
4107 /* confdefs.h. */
4108 _ACEOF
4109 cat confdefs.h >>conftest.$ac_ext
4110 cat >>conftest.$ac_ext <<_ACEOF
4111 /* end confdefs.h. */
4112 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4113 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4114 #define sched_yield innocuous_sched_yield
4115
4116 /* System header to define __stub macros and hopefully few prototypes,
4117 which can conflict with char sched_yield (); below.
4118 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4119 <limits.h> exists even on freestanding compilers. */
4120
4121 #ifdef __STDC__
4122 # include <limits.h>
4123 #else
4124 # include <assert.h>
4125 #endif
4126
4127 #undef sched_yield
4128
4129 /* Override any gcc2 internal prototype to avoid an error. */
4130 #ifdef __cplusplus
4131 extern "C"
4132 {
4133 #endif
4134 /* We use char because int might match the return type of a gcc2
4135 builtin and then its argument prototype would still apply. */
4136 char sched_yield ();
4137 /* The GNU C library defines this for functions which it implements
4138 to always fail with ENOSYS. Some functions are actually named
4139 something starting with __ and the normal name is an alias. */
4140 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4141 choke me
4142 #else
4143 char (*f) () = sched_yield;
4144 #endif
4145 #ifdef __cplusplus
4146 }
4147 #endif
4148
4149 int
4150 main ()
4151 {
4152 return f != sched_yield;
4153 ;
4154 return 0;
4155 }
4156 _ACEOF
4157 rm -f conftest.$ac_objext conftest$ac_exeext
4158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4159 (eval $ac_link) 2>conftest.er1
4160 ac_status=$?
4161 grep -v '^ *+' conftest.er1 >conftest.err
4162 rm -f conftest.er1
4163 cat conftest.err >&5
4164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4165 (exit $ac_status); } &&
4166 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4168 (eval $ac_try) 2>&5
4169 ac_status=$?
4170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171 (exit $ac_status); }; } &&
4172 { ac_try='test -s conftest$ac_exeext'
4173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4174 (eval $ac_try) 2>&5
4175 ac_status=$?
4176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4177 (exit $ac_status); }; }; then
4178 ac_cv_func_sched_yield=yes
4179 else
4180 echo "$as_me: failed program was:" >&5
4181 sed 's/^/| /' conftest.$ac_ext >&5
4182
4183 ac_cv_func_sched_yield=no
4184 fi
4185 rm -f conftest.err conftest.$ac_objext \
4186 conftest$ac_exeext conftest.$ac_ext
4187 fi
4188 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
4189 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
4190 if test $ac_cv_func_sched_yield = yes; then
4191 :
4192 else
4193 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
4194 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
4195 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
4196 echo $ECHO_N "(cached) $ECHO_C" >&6
4197 else
4198 ac_check_lib_save_LIBS=$LIBS
4199 LIBS="-lrt $LIBS"
4200 cat >conftest.$ac_ext <<_ACEOF
4201 /* confdefs.h. */
4202 _ACEOF
4203 cat confdefs.h >>conftest.$ac_ext
4204 cat >>conftest.$ac_ext <<_ACEOF
4205 /* end confdefs.h. */
4206
4207 /* Override any gcc2 internal prototype to avoid an error. */
4208 #ifdef __cplusplus
4209 extern "C"
4210 #endif
4211 /* We use char because int might match the return type of a gcc2
4212 builtin and then its argument prototype would still apply. */
4213 char sched_yield ();
4214 int
4215 main ()
4216 {
4217 sched_yield ();
4218 ;
4219 return 0;
4220 }
4221 _ACEOF
4222 rm -f conftest.$ac_objext conftest$ac_exeext
4223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4224 (eval $ac_link) 2>conftest.er1
4225 ac_status=$?
4226 grep -v '^ *+' conftest.er1 >conftest.err
4227 rm -f conftest.er1
4228 cat conftest.err >&5
4229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230 (exit $ac_status); } &&
4231 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4233 (eval $ac_try) 2>&5
4234 ac_status=$?
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); }; } &&
4237 { ac_try='test -s conftest$ac_exeext'
4238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4239 (eval $ac_try) 2>&5
4240 ac_status=$?
4241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4242 (exit $ac_status); }; }; then
4243 ac_cv_lib_rt_sched_yield=yes
4244 else
4245 echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4247
4248 ac_cv_lib_rt_sched_yield=no
4249 fi
4250 rm -f conftest.err conftest.$ac_objext \
4251 conftest$ac_exeext conftest.$ac_ext
4252 LIBS=$ac_check_lib_save_LIBS
4253 fi
4254 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
4255 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
4256 if test $ac_cv_lib_rt_sched_yield = yes; then
4257 LIBS="$LIBS -lrt"
4258 fi
4259
4260 fi
4261
4262
4263 echo "$as_me:$LINENO: checking for sched_yield support" >&5
4264 echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4265 cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h. */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h. */
4271 #include <sched.h>
4272 int
4273 main ()
4274 {
4275 sched_yield ()
4276 ;
4277 return 0;
4278 }
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4282 (eval $ac_link) 2>conftest.er1
4283 ac_status=$?
4284 grep -v '^ *+' conftest.er1 >conftest.err
4285 rm -f conftest.er1
4286 cat conftest.err >&5
4287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4288 (exit $ac_status); } &&
4289 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4291 (eval $ac_try) 2>&5
4292 ac_status=$?
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); }; } &&
4295 { ac_try='test -s conftest$ac_exeext'
4296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4297 (eval $ac_try) 2>&5
4298 ac_status=$?
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); }; }; then
4301 echo "$as_me:$LINENO: result: yes" >&5
4302 echo "${ECHO_T}yes" >&6
4303
4304 cat >>confdefs.h <<\_ACEOF
4305 #define HAVE_SCHED_YIELD 1
4306 _ACEOF
4307
4308 else
4309 echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.$ac_ext >&5
4311
4312 echo "$as_me:$LINENO: result: no" >&5
4313 echo "${ECHO_T}no" >&6
4314 fi
4315 rm -f conftest.err conftest.$ac_objext \
4316 conftest$ac_exeext conftest.$ac_ext
4317
4318
4319 MALLOC_TYPE=S
4320
4321 support_frills=yes
4322 support_inheritpixmap=yes
4323 support_tinting=yes
4324 support_fading=yes
4325 support_keepscrolling=yes
4326 support_selectionscrolling=yes
4327 support_menubar=no
4328 support_mousewheel=yes
4329 support_mouseslipwheel=yes
4330 support_utmp=yes
4331 support_wtmp=yes
4332 support_lastlog=yes
4333 support_text_blink=yes
4334 support_pointer_blank=yes
4335 support_scroll_rxvt=yes
4336 support_scroll_next=yes
4337 support_scroll_xterm=yes
4338 support_scroll_plain=yes
4339 support_xim=yes
4340 support_xpm=yes
4341 support_xft=yes
4342 support_unicode3=no
4343 support_combining=yes
4344 support_8bitctrls=no
4345 support_iso14755=yes
4346 support_styles=yes
4347 support_perl=yes
4348 codesets=all
4349
4350
4351 if test "x$enable_shared" = xyes; then
4352
4353 cat >>confdefs.h <<\_ACEOF
4354 #define LIBRXVT 1
4355 _ACEOF
4356
4357 INSTALL_LIBRXVT=yes
4358 fi
4359
4360
4361 # Check whether --enable-everything or --disable-everything was given.
4362 if test "${enable_everything+set}" = set; then
4363 enableval="$enable_everything"
4364
4365 if test x$enableval = xno; then
4366 support_24bit=no
4367 support_frills=no
4368 support_inheritpixmap=no
4369 support_tinting=no
4370 support_fading=no
4371 support_keepscrolling=no
4372 support_selectionscrolling=no
4373 support_lastlog=no
4374 support_menubar=no
4375 support_mousewheel=no
4376 support_mouseslipwheel=no
4377 support_text_blink=no
4378 support_pointer_blank=no
4379 support_scroll_rxvt=no
4380 support_scroll_next=no
4381 support_scroll_xterm=no
4382 support_scroll_plain=no
4383 support_utmp=no
4384 support_wtmp=no
4385 support_xim=no
4386 support_xpm=no
4387 support_xft=no
4388 support_unicode3=no
4389 support_combining=no
4390 support_8bitctrls=no
4391 support_iso14755=no
4392 support_styles=no
4393 support_perl=no
4394 codesets=
4395 fi
4396 if test x$enableval = xyes; then
4397 support_24bit=yes
4398 support_frills=yes
4399 support_inheritpixmap=yes
4400 support_tinting=yes
4401 support_fading=yes
4402 support_keepscrolling=yes
4403 support_selectionscrolling=yes
4404 support_lastlog=yes
4405 support_menubar=yes
4406 support_mousewheel=yes
4407 support_mouseslipwheel=yes
4408 support_text_blink=yes
4409 support_pointer_blank=yes
4410 support_scroll_rxvt=yes
4411 support_scroll_next=yes
4412 support_scroll_xterm=yes
4413 support_scroll_plain=yes
4414 support_utmp=yes
4415 support_wtmp=yes
4416 support_xim=yes
4417 support_xpm=yes
4418 support_xft=yes
4419 support_unicode3=yes
4420 support_combining=yes
4421 #support_8bitctrls=yes
4422 support_iso14755=yes
4423 support_styles=yes
4424 support_perl=yes
4425 codesets=all
4426 fi
4427
4428 fi;
4429
4430 # Check whether --enable-unicode3 or --disable-unicode3 was given.
4431 if test "${enable_unicode3+set}" = set; then
4432 enableval="$enable_unicode3"
4433 if test x$enableval = xyes -o x$enableval = xno; then
4434 support_unicode3=$enableval
4435 fi
4436 fi;
4437
4438 # Check whether --enable-combining or --disable-combining was given.
4439 if test "${enable_combining+set}" = set; then
4440 enableval="$enable_combining"
4441 if test x$enableval = xyes -o x$enableval = xno; then
4442 support_combining=$enableval
4443 fi
4444 fi;
4445
4446 # Check whether --enable-xft or --disable-xft was given.
4447 if test "${enable_xft+set}" = set; then
4448 enableval="$enable_xft"
4449 if test x$enableval = xyes -o x$enableval = xno; then
4450 support_xft=$enableval
4451 fi
4452 fi;
4453
4454 # Check whether --enable-font-styles or --disable-font-styles was given.
4455 if test "${enable_font_styles+set}" = set; then
4456 enableval="$enable_font_styles"
4457 if test x$enableval = xyes -o x$enableval = xno; then
4458 support_styles=$enableval
4459 fi
4460 fi;
4461
4462 # Check whether --enable-utmp or --disable-utmp was given.
4463 if test "${enable_utmp+set}" = set; then
4464 enableval="$enable_utmp"
4465 if test x$enableval = xyes -o x$enableval = xno; then
4466 support_utmp=$enableval
4467 fi
4468 fi;
4469
4470 # Check whether --enable-wtmp or --disable-wtmp was given.
4471 if test "${enable_wtmp+set}" = set; then
4472 enableval="$enable_wtmp"
4473 if test x$enableval = xyes -o x$enableval = xno; then
4474 support_wtmp=$enableval
4475 fi
4476 fi;
4477
4478 # Check whether --enable-lastlog or --disable-lastlog was given.
4479 if test "${enable_lastlog+set}" = set; then
4480 enableval="$enable_lastlog"
4481 if test x$enableval = xyes -o x$enableval = xno; then
4482 support_lastlog=$enableval
4483 fi
4484 fi;
4485
4486 # Check whether --enable-xpm-background or --disable-xpm-background was given.
4487 if test "${enable_xpm_background+set}" = set; then
4488 enableval="$enable_xpm_background"
4489 if test x$enableval = xyes -o x$enableval = xno; then
4490 support_xpm=$enableval
4491 fi
4492 fi;
4493
4494 # Check whether --enable-transparency or --disable-transparency was given.
4495 if test "${enable_transparency+set}" = set; then
4496 enableval="$enable_transparency"
4497 if test x$enableval = xyes -o x$enableval = xno; then
4498 support_inheritpixmap=$enableval
4499 fi
4500 fi;
4501
4502 # Check whether --enable-tinting or --disable-tinting was given.
4503 if test "${enable_tinting+set}" = set; then
4504 enableval="$enable_tinting"
4505 if test x$enableval = xyes -o x$enableval = xno; then
4506 support_tinting=$enableval
4507 fi
4508 fi;
4509
4510 # Check whether --enable-fading or --disable-fading was given.
4511 if test "${enable_fading+set}" = set; then
4512 enableval="$enable_fading"
4513 if test x$enableval = xyes -o x$enableval = xno; then
4514 support_fading=$enableval
4515 fi
4516 fi;
4517
4518 # Check whether --enable-menubar or --disable-menubar was given.
4519 if test "${enable_menubar+set}" = set; then
4520 enableval="$enable_menubar"
4521 if test x$enableval = xyes -o x$enableval = xno; then
4522 support_menubar=$enableval
4523 fi
4524 fi;
4525
4526 # Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4527 if test "${enable_rxvt_scroll+set}" = set; then
4528 enableval="$enable_rxvt_scroll"
4529 if test x$enableval = xyes -o x$enableval = xno; then
4530 support_scroll_rxvt=$enableval
4531 fi
4532 fi;
4533
4534 # Check whether --enable-next-scroll or --disable-next-scroll was given.
4535 if test "${enable_next_scroll+set}" = set; then
4536 enableval="$enable_next_scroll"
4537 if test x$enableval = xyes -o x$enableval = xno; then
4538 support_scroll_next=$enableval
4539 fi
4540 fi;
4541
4542 # Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4543 if test "${enable_xterm_scroll+set}" = set; then
4544 enableval="$enable_xterm_scroll"
4545 if test x$enableval = xyes -o x$enableval = xno; then
4546 support_scroll_xterm=$enableval
4547 fi
4548 fi;
4549
4550 # Check whether --enable-perl or --disable-perl was given.
4551 if test "${enable_perl+set}" = set; then
4552 enableval="$enable_perl"
4553 if test x$enableval = xyes -o x$enableval = xno; then
4554 support_perl=$enableval
4555 fi
4556 fi;
4557
4558 # Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4559 if test "${enable_plain_scroll+set}" = set; then
4560 enableval="$enable_plain_scroll"
4561 if test x$enableval = xyes -o x$enableval = xno; then
4562 support_scroll_plain=$enableval
4563 fi
4564 fi;
4565
4566 # Check whether --enable-half-shadow or --disable-half-shadow was given.
4567 if test "${enable_half_shadow+set}" = set; then
4568 enableval="$enable_half_shadow"
4569 if test x$enableval = xyes; then
4570
4571 cat >>confdefs.h <<\_ACEOF
4572 #define HALFSHADOW 1
4573 _ACEOF
4574
4575 fi
4576 fi;
4577
4578
4579 # Check whether --with-codesets or --without-codesets was given.
4580 if test "${with_codesets+set}" = set; then
4581 withval="$with_codesets"
4582 codesets="$withval"
4583 fi;
4584
4585 # Check whether --enable-xim or --disable-xim was given.
4586 if test "${enable_xim+set}" = set; then
4587 enableval="$enable_xim"
4588 if test x$enableval = xyes -o x$enableval = xno; then
4589 support_xim=$enableval
4590 fi
4591 fi;
4592
4593 # Check whether --enable-ttygid or --disable-ttygid was given.
4594 if test "${enable_ttygid+set}" = set; then
4595 enableval="$enable_ttygid"
4596 if test x$enableval = xyes; then
4597
4598 cat >>confdefs.h <<\_ACEOF
4599 #define TTY_GID_SUPPORT 1
4600 _ACEOF
4601
4602 fi
4603 fi;
4604
4605 # Check whether --enable-backspace-key or --disable-backspace-key was given.
4606 if test "${enable_backspace_key+set}" = set; then
4607 enableval="$enable_backspace_key"
4608 if test x$enableval = xno; then
4609
4610 cat >>confdefs.h <<\_ACEOF
4611 #define NO_BACKSPACE_KEY 1
4612 _ACEOF
4613
4614 fi
4615 fi;
4616
4617 # Check whether --enable-delete-key or --disable-delete-key was given.
4618 if test "${enable_delete_key+set}" = set; then
4619 enableval="$enable_delete_key"
4620 if test x$enableval = xno; then
4621
4622 cat >>confdefs.h <<\_ACEOF
4623 #define NO_DELETE_KEY 1
4624 _ACEOF
4625
4626 fi
4627 fi;
4628
4629 # Check whether --enable-resources or --disable-resources was given.
4630 if test "${enable_resources+set}" = set; then
4631 enableval="$enable_resources"
4632 if test x$enableval = xno; then
4633
4634 cat >>confdefs.h <<\_ACEOF
4635 #define NO_RESOURCES 1
4636 _ACEOF
4637
4638 fi
4639 fi;
4640
4641 # Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4642 if test "${enable_8bitctrls+set}" = set; then
4643 enableval="$enable_8bitctrls"
4644 if test x$enableval = xyes -o x$enableval = xno; then
4645 support_8bitctrls=$enableval
4646 fi
4647 fi;
4648
4649 RESFALLBACK=Rxvt
4650 # Check whether --enable-fallback or --disable-fallback was given.
4651 if test "${enable_fallback+set}" = set; then
4652 enableval="$enable_fallback"
4653
4654 test x$enableval = xyes && enableval=Rxvt
4655 test x$enableval = xno && enableval=
4656 RESFALLBACK="$enableval"
4657
4658 fi;
4659
4660 if test x$RESFALLBACK != x; then
4661
4662 cat >>confdefs.h <<_ACEOF
4663 #define RESFALLBACK "$RESFALLBACK"
4664 _ACEOF
4665
4666 fi
4667
4668 RESNAME=urxvt
4669
4670 # Check whether --with-res-name or --without-res-name was given.
4671 if test "${with_res_name+set}" = set; then
4672 withval="$with_res_name"
4673 RESNAME="$withval"
4674 fi;
4675
4676 cat >>confdefs.h <<_ACEOF
4677 #define RESNAME "$RESNAME"
4678 _ACEOF
4679
4680
4681 RESCLASS=URxvt
4682
4683 # Check whether --with-res-class or --without-res-class was given.
4684 if test "${with_res_class+set}" = set; then
4685 withval="$with_res_class"
4686 RESCLASS="$withval"
4687 fi;
4688
4689 cat >>confdefs.h <<_ACEOF
4690 #define RESCLASS "$RESCLASS"
4691 _ACEOF
4692
4693
4694 RXVTNAME=urxvt
4695
4696 # Check whether --with-name or --without-name was given.
4697 if test "${with_name+set}" = set; then
4698 withval="$with_name"
4699 RXVTNAME="$withval"
4700 fi;
4701
4702 cat >>confdefs.h <<_ACEOF
4703 #define RXVTNAME "$RXVTNAME"
4704 _ACEOF
4705
4706
4707 RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4708
4709
4710 # Check whether --enable-swapscreen or --disable-swapscreen was given.
4711 if test "${enable_swapscreen+set}" = set; then
4712 enableval="$enable_swapscreen"
4713 if test x$enableval = xno; then
4714
4715 cat >>confdefs.h <<\_ACEOF
4716 #define NO_SECONDARY_SCREEN 1
4717 _ACEOF
4718
4719 fi
4720 fi;
4721
4722 # Check whether --enable-iso14755 or --disable-iso14755 was given.
4723 if test "${enable_iso14755+set}" = set; then
4724 enableval="$enable_iso14755"
4725 if test x$enableval = xyes -o x$enableval = xno; then
4726 support_iso14755=$enableval
4727 fi
4728 fi;
4729
4730 # Check whether --enable-frills or --disable-frills was given.
4731 if test "${enable_frills+set}" = set; then
4732 enableval="$enable_frills"
4733 if test x$enableval = xyes -o x$enableval = xno; then
4734 support_frills=$enableval
4735 fi
4736 fi;
4737
4738 # Check whether --enable-24bit or --disable-24bit was given.
4739 if test "${enable_24bit+set}" = set; then
4740 enableval="$enable_24bit"
4741 if test x$enableval = xyes -o x$enableval = xno; then
4742 support_24bit=$enableval
4743 fi
4744 fi;
4745
4746 # Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4747 if test "${enable_keepscrolling+set}" = set; then
4748 enableval="$enable_keepscrolling"
4749 if test x$enableval = xyes -o x$enableval = xno; then
4750 support_keepscrolling=$enableval
4751 fi
4752 fi;
4753
4754 # Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4755 if test "${enable_selectionscrolling+set}" = set; then
4756 enableval="$enable_selectionscrolling"
4757 if test x$enableval = xyes -o x$enableval = xno; then
4758 support_selectionscrolling=$enableval
4759 fi
4760 fi;
4761
4762 # Check whether --enable-mousewheel or --disable-mousewheel was given.
4763 if test "${enable_mousewheel+set}" = set; then
4764 enableval="$enable_mousewheel"
4765 if test x$enableval = xyes -o x$enableval = xno; then
4766 support_mousewheel=$enableval
4767 fi
4768 fi;
4769
4770 # Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4771 if test "${enable_slipwheeling+set}" = set; then
4772 enableval="$enable_slipwheeling"
4773 if test x$enableval = xyes -o x$enableval = xno; then
4774 support_mouseslipwheel=$enableval
4775 fi
4776 fi;
4777
4778 # Check whether --enable-dmalloc or --disable-dmalloc was given.
4779 if test "${enable_dmalloc+set}" = set; then
4780 enableval="$enable_dmalloc"
4781 if test x$enableval = xyes; then
4782 MALLOC_TYPE=G
4783 DEBUG=-DDEBUG_MALLOC
4784 DLIB="-L/usr/local/lib -ldmalloc"
4785 DINCLUDE=-I/usr/local/include
4786 fi
4787 fi;
4788
4789 # Check whether --enable-dlmalloc or --disable-dlmalloc was given.
4790 if test "${enable_dlmalloc+set}" = set; then
4791 enableval="$enable_dlmalloc"
4792 if test x$enableval = xyes; then
4793 MALLOC_TYPE=D
4794 DEBUG=
4795 DLIB="-L/usr/local/lib -ldlmalloc"
4796 DINCLUDE=
4797 fi
4798 fi;
4799
4800 # Check whether --enable-smart-resize or --disable-smart-resize was given.
4801 if test "${enable_smart_resize+set}" = set; then
4802 enableval="$enable_smart_resize"
4803 if test x$enableval = xyes; then
4804
4805 cat >>confdefs.h <<\_ACEOF
4806 #define SMART_RESIZE 1
4807 _ACEOF
4808
4809 fi
4810 fi;
4811
4812 # Check whether --enable-text-blink or --disable-text-blink was given.
4813 if test "${enable_text_blink+set}" = set; then
4814 enableval="$enable_text_blink"
4815 if test x$enableval = xyes -o x$enableval = xno; then
4816 support_text_blink=$enableval
4817 fi
4818 fi;
4819
4820 # Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4821 if test "${enable_pointer_blank+set}" = set; then
4822 enableval="$enable_pointer_blank"
4823 if test x$enableval = xyes -o x$enableval = xno; then
4824 support_pointer_blank=$enableval
4825 fi
4826 fi;
4827
4828
4829 # Check whether --with-term or --without-term was given.
4830 if test "${with_term+set}" = set; then
4831 withval="$with_term"
4832 if test x$withval != x; then
4833
4834 cat >>confdefs.h <<_ACEOF
4835 #define TERMENV "$withval"
4836 _ACEOF
4837 term="$withval"
4838 fi
4839 fi;
4840
4841
4842 # Check whether --with-terminfo or --without-terminfo was given.
4843 if test "${with_terminfo+set}" = set; then
4844 withval="$with_terminfo"
4845 if test x$withval != x; then
4846
4847 cat >>confdefs.h <<_ACEOF
4848 #define RXVT_TERMINFO "$withval"
4849 _ACEOF
4850 terminfo="$withval"
4851 fi
4852 fi;
4853
4854
4855
4856 cat >>confdefs.h <<\_ACEOF
4857 #define PROTOTYPES 1
4858 _ACEOF
4859
4860
4861 # Extract the first word of "mv", so it can be a program name with args.
4862 set dummy mv; ac_word=$2
4863 echo "$as_me:$LINENO: checking for $ac_word" >&5
4864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4865 if test "${ac_cv_path_MV+set}" = set; then
4866 echo $ECHO_N "(cached) $ECHO_C" >&6
4867 else
4868 case $MV in
4869 [\\/]* | ?:[\\/]*)
4870 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4871 ;;
4872 *)
4873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874 for as_dir in $PATH
4875 do
4876 IFS=$as_save_IFS
4877 test -z "$as_dir" && as_dir=.
4878 for ac_exec_ext in '' $ac_executable_extensions; do
4879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4880 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4882 break 2
4883 fi
4884 done
4885 done
4886
4887 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4888 ;;
4889 esac
4890 fi
4891 MV=$ac_cv_path_MV
4892
4893 if test -n "$MV"; then
4894 echo "$as_me:$LINENO: result: $MV" >&5
4895 echo "${ECHO_T}$MV" >&6
4896 else
4897 echo "$as_me:$LINENO: result: no" >&5
4898 echo "${ECHO_T}no" >&6
4899 fi
4900
4901 # Extract the first word of "rm", so it can be a program name with args.
4902 set dummy rm; ac_word=$2
4903 echo "$as_me:$LINENO: checking for $ac_word" >&5
4904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4905 if test "${ac_cv_path_RM+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907 else
4908 case $RM in
4909 [\\/]* | ?:[\\/]*)
4910 ac_cv_path_RM="$RM" # Let the user override the test with a path.
4911 ;;
4912 *)
4913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914 for as_dir in $PATH
4915 do
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4920 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
4921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4923 fi
4924 done
4925 done
4926
4927 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
4928 ;;
4929 esac
4930 fi
4931 RM=$ac_cv_path_RM
4932
4933 if test -n "$RM"; then
4934 echo "$as_me:$LINENO: result: $RM" >&5
4935 echo "${ECHO_T}$RM" >&6
4936 else
4937 echo "$as_me:$LINENO: result: no" >&5
4938 echo "${ECHO_T}no" >&6
4939 fi
4940
4941 # Extract the first word of "cp", so it can be a program name with args.
4942 set dummy cp; ac_word=$2
4943 echo "$as_me:$LINENO: checking for $ac_word" >&5
4944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4945 if test "${ac_cv_path_CP+set}" = set; then
4946 echo $ECHO_N "(cached) $ECHO_C" >&6
4947 else
4948 case $CP in
4949 [\\/]* | ?:[\\/]*)
4950 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4951 ;;
4952 *)
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4955 do
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4960 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4963 fi
4964 done
4965 done
4966
4967 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4968 ;;
4969 esac
4970 fi
4971 CP=$ac_cv_path_CP
4972
4973 if test -n "$CP"; then
4974 echo "$as_me:$LINENO: result: $CP" >&5
4975 echo "${ECHO_T}$CP" >&6
4976 else
4977 echo "$as_me:$LINENO: result: no" >&5
4978 echo "${ECHO_T}no" >&6
4979 fi
4980
4981 # Extract the first word of "ln", so it can be a program name with args.
4982 set dummy ln; ac_word=$2
4983 echo "$as_me:$LINENO: checking for $ac_word" >&5
4984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4985 if test "${ac_cv_path_LN+set}" = set; then
4986 echo $ECHO_N "(cached) $ECHO_C" >&6
4987 else
4988 case $LN in
4989 [\\/]* | ?:[\\/]*)
4990 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4991 ;;
4992 *)
4993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994 for as_dir in $PATH
4995 do
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5000 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
5001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5002 break 2
5003 fi
5004 done
5005 done
5006
5007 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5008 ;;
5009 esac
5010 fi
5011 LN=$ac_cv_path_LN
5012
5013 if test -n "$LN"; then
5014 echo "$as_me:$LINENO: result: $LN" >&5
5015 echo "${ECHO_T}$LN" >&6
5016 else
5017 echo "$as_me:$LINENO: result: no" >&5
5018 echo "${ECHO_T}no" >&6
5019 fi
5020
5021 # Extract the first word of "sed", so it can be a program name with args.
5022 set dummy sed; ac_word=$2
5023 echo "$as_me:$LINENO: checking for $ac_word" >&5
5024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5025 if test "${ac_cv_path_SED+set}" = set; then
5026 echo $ECHO_N "(cached) $ECHO_C" >&6
5027 else
5028 case $SED in
5029 [\\/]* | ?:[\\/]*)
5030 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5031 ;;
5032 *)
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5035 do
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5040 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5043 fi
5044 done
5045 done
5046
5047 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5048 ;;
5049 esac
5050 fi
5051 SED=$ac_cv_path_SED
5052
5053 if test -n "$SED"; then
5054 echo "$as_me:$LINENO: result: $SED" >&5
5055 echo "${ECHO_T}$SED" >&6
5056 else
5057 echo "$as_me:$LINENO: result: no" >&5
5058 echo "${ECHO_T}no" >&6
5059 fi
5060
5061 # Extract the first word of "echo", so it can be a program name with args.
5062 set dummy echo; ac_word=$2
5063 echo "$as_me:$LINENO: checking for $ac_word" >&5
5064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5065 if test "${ac_cv_path_ECHO+set}" = set; then
5066 echo $ECHO_N "(cached) $ECHO_C" >&6
5067 else
5068 case $ECHO in
5069 [\\/]* | ?:[\\/]*)
5070 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5071 ;;
5072 *)
5073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074 for as_dir in $PATH
5075 do
5076 IFS=$as_save_IFS
5077 test -z "$as_dir" && as_dir=.
5078 for ac_exec_ext in '' $ac_executable_extensions; do
5079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5080 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5082 break 2
5083 fi
5084 done
5085 done
5086
5087 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5088 ;;
5089 esac
5090 fi
5091 ECHO=$ac_cv_path_ECHO
5092
5093 if test -n "$ECHO"; then
5094 echo "$as_me:$LINENO: result: $ECHO" >&5
5095 echo "${ECHO_T}$ECHO" >&6
5096 else
5097 echo "$as_me:$LINENO: result: no" >&5
5098 echo "${ECHO_T}no" >&6
5099 fi
5100
5101 # Extract the first word of "cmp", so it can be a program name with args.
5102 set dummy cmp; ac_word=$2
5103 echo "$as_me:$LINENO: checking for $ac_word" >&5
5104 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5105 if test "${ac_cv_path_CMP+set}" = set; then
5106 echo $ECHO_N "(cached) $ECHO_C" >&6
5107 else
5108 case $CMP in
5109 [\\/]* | ?:[\\/]*)
5110 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5111 ;;
5112 *)
5113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5114 for as_dir in $PATH
5115 do
5116 IFS=$as_save_IFS
5117 test -z "$as_dir" && as_dir=.
5118 for ac_exec_ext in '' $ac_executable_extensions; do
5119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5120 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5122 break 2
5123 fi
5124 done
5125 done
5126
5127 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5128 ;;
5129 esac
5130 fi
5131 CMP=$ac_cv_path_CMP
5132
5133 if test -n "$CMP"; then
5134 echo "$as_me:$LINENO: result: $CMP" >&5
5135 echo "${ECHO_T}$CMP" >&6
5136 else
5137 echo "$as_me:$LINENO: result: no" >&5
5138 echo "${ECHO_T}no" >&6
5139 fi
5140
5141 # Extract the first word of "tbl", so it can be a program name with args.
5142 set dummy tbl; ac_word=$2
5143 echo "$as_me:$LINENO: checking for $ac_word" >&5
5144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5145 if test "${ac_cv_path_TBL+set}" = set; then
5146 echo $ECHO_N "(cached) $ECHO_C" >&6
5147 else
5148 case $TBL in
5149 [\\/]* | ?:[\\/]*)
5150 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5151 ;;
5152 *)
5153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5154 for as_dir in $PATH
5155 do
5156 IFS=$as_save_IFS
5157 test -z "$as_dir" && as_dir=.
5158 for ac_exec_ext in '' $ac_executable_extensions; do
5159 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5160 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5162 break 2
5163 fi
5164 done
5165 done
5166
5167 ;;
5168 esac
5169 fi
5170 TBL=$ac_cv_path_TBL
5171
5172 if test -n "$TBL"; then
5173 echo "$as_me:$LINENO: result: $TBL" >&5
5174 echo "${ECHO_T}$TBL" >&6
5175 else
5176 echo "$as_me:$LINENO: result: no" >&5
5177 echo "${ECHO_T}no" >&6
5178 fi
5179
5180 # Extract the first word of "tic", so it can be a program name with args.
5181 set dummy tic; ac_word=$2
5182 echo "$as_me:$LINENO: checking for $ac_word" >&5
5183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5184 if test "${ac_cv_path_TIC+set}" = set; then
5185 echo $ECHO_N "(cached) $ECHO_C" >&6
5186 else
5187 case $TIC in
5188 [\\/]* | ?:[\\/]*)
5189 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
5190 ;;
5191 *)
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193 for as_dir in $PATH
5194 do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
5198 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5199 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 break 2
5202 fi
5203 done
5204 done
5205
5206 ;;
5207 esac
5208 fi
5209 TIC=$ac_cv_path_TIC
5210
5211 if test -n "$TIC"; then
5212 echo "$as_me:$LINENO: result: $TIC" >&5
5213 echo "${ECHO_T}$TIC" >&6
5214 else
5215 echo "$as_me:$LINENO: result: no" >&5
5216 echo "${ECHO_T}no" >&6
5217 fi
5218
5219
5220
5221
5222
5223 if test "x$ac_path_x_has_been_run" != xyes; then
5224 echo "$as_me:$LINENO: checking for X" >&5
5225 echo $ECHO_N "checking for X... $ECHO_C" >&6
5226
5227 ac_path_x_has_been_run=yes
5228
5229 # Check whether --with-x or --without-x was given.
5230 if test "${with_x+set}" = set; then
5231 withval="$with_x"
5232
5233 fi;
5234 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5235 if test "x$with_x" = xno; then
5236 # The user explicitly disabled X.
5237 have_x=disabled
5238 else
5239 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5240 # Both variables are already set.
5241 have_x=yes
5242 else
5243 if test "${ac_cv_have_x+set}" = set; then
5244 echo $ECHO_N "(cached) $ECHO_C" >&6
5245 else
5246 # One or both of the vars are not set, and there is no cached value.
5247 ac_x_includes=no ac_x_libraries=no
5248 rm -fr conftest.dir
5249 if mkdir conftest.dir; then
5250 cd conftest.dir
5251 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5252 cat >Imakefile <<'_ACEOF'
5253 acfindx:
5254 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5255 _ACEOF
5256 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5257 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5258 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5259 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5260 for ac_extension in a so sl; do
5261 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5262 test -f $ac_im_libdir/libX11.$ac_extension; then
5263 ac_im_usrlibdir=$ac_im_libdir; break
5264 fi
5265 done
5266 # Screen out bogus values from the imake configuration. They are
5267 # bogus both because they are the default anyway, and because
5268 # using them would break gcc on systems where it needs fixed includes.
5269 case $ac_im_incroot in
5270 /usr/include) ;;
5271 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5272 esac
5273 case $ac_im_usrlibdir in
5274 /usr/lib | /lib) ;;
5275 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5276 esac
5277 fi
5278 cd ..
5279 rm -fr conftest.dir
5280 fi
5281
5282 # Standard set of common directories for X headers.
5283 # Check X11 before X11Rn because it is often a symlink to the current release.
5284 ac_x_header_dirs='
5285 /usr/X11/include
5286 /usr/X11R6/include
5287 /usr/X11R5/include
5288 /usr/X11R4/include
5289
5290 /usr/include/X11
5291 /usr/include/X11R6
5292 /usr/include/X11R5
5293 /usr/include/X11R4
5294
5295 /usr/local/X11/include
5296 /usr/local/X11R6/include
5297 /usr/local/X11R5/include
5298 /usr/local/X11R4/include
5299
5300 /usr/local/include/X11
5301 /usr/local/include/X11R6
5302 /usr/local/include/X11R5
5303 /usr/local/include/X11R4
5304
5305 /usr/X386/include
5306 /usr/x386/include
5307 /usr/XFree86/include/X11
5308
5309 /usr/include
5310 /usr/local/include
5311 /usr/unsupported/include
5312 /usr/athena/include
5313 /usr/local/x11r5/include
5314 /usr/lpp/Xamples/include
5315
5316 /usr/openwin/include
5317 /usr/openwin/share/include'
5318
5319 if test "$ac_x_includes" = no; then
5320 # Guess where to find include files, by looking for a specified header file.
5321 # First, try using that file with no special directory specified.
5322 cat >conftest.$ac_ext <<_ACEOF
5323 /* confdefs.h. */
5324 _ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5328 #include <X11/Xlib.h>
5329 _ACEOF
5330 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5332 ac_status=$?
5333 grep -v '^ *+' conftest.er1 >conftest.err
5334 rm -f conftest.er1
5335 cat conftest.err >&5
5336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5337 (exit $ac_status); } >/dev/null; then
5338 if test -s conftest.err; then
5339 ac_cpp_err=$ac_cxx_preproc_warn_flag
5340 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5341 else
5342 ac_cpp_err=
5343 fi
5344 else
5345 ac_cpp_err=yes
5346 fi
5347 if test -z "$ac_cpp_err"; then
5348 # We can compile using X headers with no special include directory.
5349 ac_x_includes=
5350 else
5351 echo "$as_me: failed program was:" >&5
5352 sed 's/^/| /' conftest.$ac_ext >&5
5353
5354 for ac_dir in $ac_x_header_dirs; do
5355 if test -r "$ac_dir/X11/Xlib.h"; then
5356 ac_x_includes=$ac_dir
5357 break
5358 fi
5359 done
5360 fi
5361 rm -f conftest.err conftest.$ac_ext
5362 fi # $ac_x_includes = no
5363
5364 if test "$ac_x_libraries" = no; then
5365 # Check for the libraries.
5366 # See if we find them without any special options.
5367 # Don't add to $LIBS permanently.
5368 ac_save_LIBS=$LIBS
5369 LIBS="-lX11 $LIBS"
5370 cat >conftest.$ac_ext <<_ACEOF
5371 /* confdefs.h. */
5372 _ACEOF
5373 cat confdefs.h >>conftest.$ac_ext
5374 cat >>conftest.$ac_ext <<_ACEOF
5375 /* end confdefs.h. */
5376 #include <X11/Xlib.h>
5377 int
5378 main ()
5379 {
5380 XrmInitialize ()
5381 ;
5382 return 0;
5383 }
5384 _ACEOF
5385 rm -f conftest.$ac_objext conftest$ac_exeext
5386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5387 (eval $ac_link) 2>conftest.er1
5388 ac_status=$?
5389 grep -v '^ *+' conftest.er1 >conftest.err
5390 rm -f conftest.er1
5391 cat conftest.err >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5393 (exit $ac_status); } &&
5394 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5396 (eval $ac_try) 2>&5
5397 ac_status=$?
5398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5399 (exit $ac_status); }; } &&
5400 { ac_try='test -s conftest$ac_exeext'
5401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5402 (eval $ac_try) 2>&5
5403 ac_status=$?
5404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5405 (exit $ac_status); }; }; then
5406 LIBS=$ac_save_LIBS
5407 # We can link X programs with no special library path.
5408 ac_x_libraries=
5409 else
5410 echo "$as_me: failed program was:" >&5
5411 sed 's/^/| /' conftest.$ac_ext >&5
5412
5413 LIBS=$ac_save_LIBS
5414 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5415 do
5416 # Don't even attempt the hair of trying to link an X program!
5417 for ac_extension in a so sl; do
5418 if test -r $ac_dir/libX11.$ac_extension; then
5419 ac_x_libraries=$ac_dir
5420 break 2
5421 fi
5422 done
5423 done
5424 fi
5425 rm -f conftest.err conftest.$ac_objext \
5426 conftest$ac_exeext conftest.$ac_ext
5427 fi # $ac_x_libraries = no
5428
5429 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5430 # Didn't find X anywhere. Cache the known absence of X.
5431 ac_cv_have_x="have_x=no"
5432 else
5433 # Record where we found X for the cache.
5434 ac_cv_have_x="have_x=yes \
5435 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5436 fi
5437 fi
5438
5439 fi
5440 eval "$ac_cv_have_x"
5441 fi # $with_x != no
5442
5443 if test "$have_x" != yes; then
5444 echo "$as_me:$LINENO: result: $have_x" >&5
5445 echo "${ECHO_T}$have_x" >&6
5446 no_x=yes
5447 else
5448 # If each of the values was on the command line, it overrides each guess.
5449 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5450 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5451 # Update the cache value to reflect the command line values.
5452 ac_cv_have_x="have_x=yes \
5453 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5454 # It might be that x_includes is empty (headers are found in the
5455 # standard search path. Then output the corresponding message
5456 ac_out_x_includes=$x_includes
5457 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
5458 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
5459 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
5460 fi
5461
5462 fi
5463 if test "$no_x" = yes; then
5464 # Not all programs may use this symbol, but it does not hurt to define it.
5465
5466 cat >>confdefs.h <<\_ACEOF
5467 #define X_DISPLAY_MISSING 1
5468 _ACEOF
5469
5470 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
5471 else
5472 if test -n "$x_includes"; then
5473 X_CFLAGS="$X_CFLAGS -I$x_includes"
5474 fi
5475
5476 # It would also be nice to do this for all -L options, not just this one.
5477 if test -n "$x_libraries"; then
5478 X_LIBS="$X_LIBS -L$x_libraries"
5479 # For Solaris; some versions of Sun CC require a space after -R and
5480 # others require no space. Words are not sufficient . . . .
5481 case `(uname -sr) 2>/dev/null` in
5482 "SunOS 5"*)
5483 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5484 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5485 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5486 cat >conftest.$ac_ext <<_ACEOF
5487 /* confdefs.h. */
5488 _ACEOF
5489 cat confdefs.h >>conftest.$ac_ext
5490 cat >>conftest.$ac_ext <<_ACEOF
5491 /* end confdefs.h. */
5492
5493 int
5494 main ()
5495 {
5496
5497 ;
5498 return 0;
5499 }
5500 _ACEOF
5501 rm -f conftest.$ac_objext conftest$ac_exeext
5502 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5503 (eval $ac_link) 2>conftest.er1
5504 ac_status=$?
5505 grep -v '^ *+' conftest.er1 >conftest.err
5506 rm -f conftest.er1
5507 cat conftest.err >&5
5508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5509 (exit $ac_status); } &&
5510 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5512 (eval $ac_try) 2>&5
5513 ac_status=$?
5514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5515 (exit $ac_status); }; } &&
5516 { ac_try='test -s conftest$ac_exeext'
5517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5518 (eval $ac_try) 2>&5
5519 ac_status=$?
5520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5521 (exit $ac_status); }; }; then
5522 ac_R_nospace=yes
5523 else
5524 echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5526
5527 ac_R_nospace=no
5528 fi
5529 rm -f conftest.err conftest.$ac_objext \
5530 conftest$ac_exeext conftest.$ac_ext
5531 if test $ac_R_nospace = yes; then
5532 echo "$as_me:$LINENO: result: no" >&5
5533 echo "${ECHO_T}no" >&6
5534 X_LIBS="$X_LIBS -R$x_libraries"
5535 else
5536 LIBS="$ac_xsave_LIBS -R $x_libraries"
5537 cat >conftest.$ac_ext <<_ACEOF
5538 /* confdefs.h. */
5539 _ACEOF
5540 cat confdefs.h >>conftest.$ac_ext
5541 cat >>conftest.$ac_ext <<_ACEOF
5542 /* end confdefs.h. */
5543
5544 int
5545 main ()
5546 {
5547
5548 ;
5549 return 0;
5550 }
5551 _ACEOF
5552 rm -f conftest.$ac_objext conftest$ac_exeext
5553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5554 (eval $ac_link) 2>conftest.er1
5555 ac_status=$?
5556 grep -v '^ *+' conftest.er1 >conftest.err
5557 rm -f conftest.er1
5558 cat conftest.err >&5
5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); } &&
5561 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5563 (eval $ac_try) 2>&5
5564 ac_status=$?
5565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5566 (exit $ac_status); }; } &&
5567 { ac_try='test -s conftest$ac_exeext'
5568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5569 (eval $ac_try) 2>&5
5570 ac_status=$?
5571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5572 (exit $ac_status); }; }; then
5573 ac_R_space=yes
5574 else
5575 echo "$as_me: failed program was:" >&5
5576 sed 's/^/| /' conftest.$ac_ext >&5
5577
5578 ac_R_space=no
5579 fi
5580 rm -f conftest.err conftest.$ac_objext \
5581 conftest$ac_exeext conftest.$ac_ext
5582 if test $ac_R_space = yes; then
5583 echo "$as_me:$LINENO: result: yes" >&5
5584 echo "${ECHO_T}yes" >&6
5585 X_LIBS="$X_LIBS -R $x_libraries"
5586 else
5587 echo "$as_me:$LINENO: result: neither works" >&5
5588 echo "${ECHO_T}neither works" >&6
5589 fi
5590 fi
5591 LIBS=$ac_xsave_LIBS
5592 esac
5593 fi
5594
5595 # Check for system-dependent libraries X programs must link with.
5596 # Do this before checking for the system-independent R6 libraries
5597 # (-lICE), since we may need -lsocket or whatever for X linking.
5598
5599 if test "$ISC" = yes; then
5600 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
5601 else
5602 # Martyn Johnson says this is needed for Ultrix, if the X
5603 # libraries were built with DECnet support. And Karl Berry says
5604 # the Alpha needs dnet_stub (dnet does not exist).
5605 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
5606 cat >conftest.$ac_ext <<_ACEOF
5607 /* confdefs.h. */
5608 _ACEOF
5609 cat confdefs.h >>conftest.$ac_ext
5610 cat >>conftest.$ac_ext <<_ACEOF
5611 /* end confdefs.h. */
5612
5613 /* Override any gcc2 internal prototype to avoid an error. */
5614 #ifdef __cplusplus
5615 extern "C"
5616 #endif
5617 /* We use char because int might match the return type of a gcc2
5618 builtin and then its argument prototype would still apply. */
5619 char XOpenDisplay ();
5620 int
5621 main ()
5622 {
5623 XOpenDisplay ();
5624 ;
5625 return 0;
5626 }
5627 _ACEOF
5628 rm -f conftest.$ac_objext conftest$ac_exeext
5629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5630 (eval $ac_link) 2>conftest.er1
5631 ac_status=$?
5632 grep -v '^ *+' conftest.er1 >conftest.err
5633 rm -f conftest.er1
5634 cat conftest.err >&5
5635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5636 (exit $ac_status); } &&
5637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5639 (eval $ac_try) 2>&5
5640 ac_status=$?
5641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5642 (exit $ac_status); }; } &&
5643 { ac_try='test -s conftest$ac_exeext'
5644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5645 (eval $ac_try) 2>&5
5646 ac_status=$?
5647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5648 (exit $ac_status); }; }; then
5649 :
5650 else
5651 echo "$as_me: failed program was:" >&5
5652 sed 's/^/| /' conftest.$ac_ext >&5
5653
5654 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5655 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5656 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5657 echo $ECHO_N "(cached) $ECHO_C" >&6
5658 else
5659 ac_check_lib_save_LIBS=$LIBS
5660 LIBS="-ldnet $LIBS"
5661 cat >conftest.$ac_ext <<_ACEOF
5662 /* confdefs.h. */
5663 _ACEOF
5664 cat confdefs.h >>conftest.$ac_ext
5665 cat >>conftest.$ac_ext <<_ACEOF
5666 /* end confdefs.h. */
5667
5668 /* Override any gcc2 internal prototype to avoid an error. */
5669 #ifdef __cplusplus
5670 extern "C"
5671 #endif
5672 /* We use char because int might match the return type of a gcc2
5673 builtin and then its argument prototype would still apply. */
5674 char dnet_ntoa ();
5675 int
5676 main ()
5677 {
5678 dnet_ntoa ();
5679 ;
5680 return 0;
5681 }
5682 _ACEOF
5683 rm -f conftest.$ac_objext conftest$ac_exeext
5684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5685 (eval $ac_link) 2>conftest.er1
5686 ac_status=$?
5687 grep -v '^ *+' conftest.er1 >conftest.err
5688 rm -f conftest.er1
5689 cat conftest.err >&5
5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691 (exit $ac_status); } &&
5692 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5694 (eval $ac_try) 2>&5
5695 ac_status=$?
5696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5697 (exit $ac_status); }; } &&
5698 { ac_try='test -s conftest$ac_exeext'
5699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5700 (eval $ac_try) 2>&5
5701 ac_status=$?
5702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5703 (exit $ac_status); }; }; then
5704 ac_cv_lib_dnet_dnet_ntoa=yes
5705 else
5706 echo "$as_me: failed program was:" >&5
5707 sed 's/^/| /' conftest.$ac_ext >&5
5708
5709 ac_cv_lib_dnet_dnet_ntoa=no
5710 fi
5711 rm -f conftest.err conftest.$ac_objext \
5712 conftest$ac_exeext conftest.$ac_ext
5713 LIBS=$ac_check_lib_save_LIBS
5714 fi
5715 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5716 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5717 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5718 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5719 fi
5720
5721 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5722 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5723 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5724 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6
5726 else
5727 ac_check_lib_save_LIBS=$LIBS
5728 LIBS="-ldnet_stub $LIBS"
5729 cat >conftest.$ac_ext <<_ACEOF
5730 /* confdefs.h. */
5731 _ACEOF
5732 cat confdefs.h >>conftest.$ac_ext
5733 cat >>conftest.$ac_ext <<_ACEOF
5734 /* end confdefs.h. */
5735
5736 /* Override any gcc2 internal prototype to avoid an error. */
5737 #ifdef __cplusplus
5738 extern "C"
5739 #endif
5740 /* We use char because int might match the return type of a gcc2
5741 builtin and then its argument prototype would still apply. */
5742 char dnet_ntoa ();
5743 int
5744 main ()
5745 {
5746 dnet_ntoa ();
5747 ;
5748 return 0;
5749 }
5750 _ACEOF
5751 rm -f conftest.$ac_objext conftest$ac_exeext
5752 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5753 (eval $ac_link) 2>conftest.er1
5754 ac_status=$?
5755 grep -v '^ *+' conftest.er1 >conftest.err
5756 rm -f conftest.er1
5757 cat conftest.err >&5
5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5759 (exit $ac_status); } &&
5760 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5762 (eval $ac_try) 2>&5
5763 ac_status=$?
5764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5765 (exit $ac_status); }; } &&
5766 { ac_try='test -s conftest$ac_exeext'
5767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5768 (eval $ac_try) 2>&5
5769 ac_status=$?
5770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5771 (exit $ac_status); }; }; then
5772 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5773 else
5774 echo "$as_me: failed program was:" >&5
5775 sed 's/^/| /' conftest.$ac_ext >&5
5776
5777 ac_cv_lib_dnet_stub_dnet_ntoa=no
5778 fi
5779 rm -f conftest.err conftest.$ac_objext \
5780 conftest$ac_exeext conftest.$ac_ext
5781 LIBS=$ac_check_lib_save_LIBS
5782 fi
5783 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5784 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5785 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5786 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5787 fi
5788
5789 fi
5790 fi
5791 rm -f conftest.err conftest.$ac_objext \
5792 conftest$ac_exeext conftest.$ac_ext
5793 LIBS="$ac_xsave_LIBS"
5794
5795 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5796 # to get the SysV transport functions.
5797 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
5798 # needs -lnsl.
5799 # The nsl library prevents programs from opening the X display
5800 # on Irix 5.2, according to T.E. Dickey.
5801 # The functions gethostbyname, getservbyname, and inet_addr are
5802 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5803 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5804 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5805 if test "${ac_cv_func_gethostbyname+set}" = set; then
5806 echo $ECHO_N "(cached) $ECHO_C" >&6
5807 else
5808 cat >conftest.$ac_ext <<_ACEOF
5809 /* confdefs.h. */
5810 _ACEOF
5811 cat confdefs.h >>conftest.$ac_ext
5812 cat >>conftest.$ac_ext <<_ACEOF
5813 /* end confdefs.h. */
5814 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
5815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5816 #define gethostbyname innocuous_gethostbyname
5817
5818 /* System header to define __stub macros and hopefully few prototypes,
5819 which can conflict with char gethostbyname (); below.
5820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5821 <limits.h> exists even on freestanding compilers. */
5822
5823 #ifdef __STDC__
5824 # include <limits.h>
5825 #else
5826 # include <assert.h>
5827 #endif
5828
5829 #undef gethostbyname
5830
5831 /* Override any gcc2 internal prototype to avoid an error. */
5832 #ifdef __cplusplus
5833 extern "C"
5834 {
5835 #endif
5836 /* We use char because int might match the return type of a gcc2
5837 builtin and then its argument prototype would still apply. */
5838 char gethostbyname ();
5839 /* The GNU C library defines this for functions which it implements
5840 to always fail with ENOSYS. Some functions are actually named
5841 something starting with __ and the normal name is an alias. */
5842 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5843 choke me
5844 #else
5845 char (*f) () = gethostbyname;
5846 #endif
5847 #ifdef __cplusplus
5848 }
5849 #endif
5850
5851 int
5852 main ()
5853 {
5854 return f != gethostbyname;
5855 ;
5856 return 0;
5857 }
5858 _ACEOF
5859 rm -f conftest.$ac_objext conftest$ac_exeext
5860 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5861 (eval $ac_link) 2>conftest.er1
5862 ac_status=$?
5863 grep -v '^ *+' conftest.er1 >conftest.err
5864 rm -f conftest.er1
5865 cat conftest.err >&5
5866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5867 (exit $ac_status); } &&
5868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5870 (eval $ac_try) 2>&5
5871 ac_status=$?
5872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5873 (exit $ac_status); }; } &&
5874 { ac_try='test -s conftest$ac_exeext'
5875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5876 (eval $ac_try) 2>&5
5877 ac_status=$?
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); }; }; then
5880 ac_cv_func_gethostbyname=yes
5881 else
5882 echo "$as_me: failed program was:" >&5
5883 sed 's/^/| /' conftest.$ac_ext >&5
5884
5885 ac_cv_func_gethostbyname=no
5886 fi
5887 rm -f conftest.err conftest.$ac_objext \
5888 conftest$ac_exeext conftest.$ac_ext
5889 fi
5890 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5891 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5892
5893 if test $ac_cv_func_gethostbyname = no; then
5894 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5895 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5896 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5897 echo $ECHO_N "(cached) $ECHO_C" >&6
5898 else
5899 ac_check_lib_save_LIBS=$LIBS
5900 LIBS="-lnsl $LIBS"
5901 cat >conftest.$ac_ext <<_ACEOF
5902 /* confdefs.h. */
5903 _ACEOF
5904 cat confdefs.h >>conftest.$ac_ext
5905 cat >>conftest.$ac_ext <<_ACEOF
5906 /* end confdefs.h. */
5907
5908 /* Override any gcc2 internal prototype to avoid an error. */
5909 #ifdef __cplusplus
5910 extern "C"
5911 #endif
5912 /* We use char because int might match the return type of a gcc2
5913 builtin and then its argument prototype would still apply. */
5914 char gethostbyname ();
5915 int
5916 main ()
5917 {
5918 gethostbyname ();
5919 ;
5920 return 0;
5921 }
5922 _ACEOF
5923 rm -f conftest.$ac_objext conftest$ac_exeext
5924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5925 (eval $ac_link) 2>conftest.er1
5926 ac_status=$?
5927 grep -v '^ *+' conftest.er1 >conftest.err
5928 rm -f conftest.er1
5929 cat conftest.err >&5
5930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5931 (exit $ac_status); } &&
5932 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5934 (eval $ac_try) 2>&5
5935 ac_status=$?
5936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5937 (exit $ac_status); }; } &&
5938 { ac_try='test -s conftest$ac_exeext'
5939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5940 (eval $ac_try) 2>&5
5941 ac_status=$?
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); }; }; then
5944 ac_cv_lib_nsl_gethostbyname=yes
5945 else
5946 echo "$as_me: failed program was:" >&5
5947 sed 's/^/| /' conftest.$ac_ext >&5
5948
5949 ac_cv_lib_nsl_gethostbyname=no
5950 fi
5951 rm -f conftest.err conftest.$ac_objext \
5952 conftest$ac_exeext conftest.$ac_ext
5953 LIBS=$ac_check_lib_save_LIBS
5954 fi
5955 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5956 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5957 if test $ac_cv_lib_nsl_gethostbyname = yes; then
5958 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5959 fi
5960
5961 if test $ac_cv_lib_nsl_gethostbyname = no; then
5962 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5963 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5964 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5965 echo $ECHO_N "(cached) $ECHO_C" >&6
5966 else
5967 ac_check_lib_save_LIBS=$LIBS
5968 LIBS="-lbsd $LIBS"
5969 cat >conftest.$ac_ext <<_ACEOF
5970 /* confdefs.h. */
5971 _ACEOF
5972 cat confdefs.h >>conftest.$ac_ext
5973 cat >>conftest.$ac_ext <<_ACEOF
5974 /* end confdefs.h. */
5975
5976 /* Override any gcc2 internal prototype to avoid an error. */
5977 #ifdef __cplusplus
5978 extern "C"
5979 #endif
5980 /* We use char because int might match the return type of a gcc2
5981 builtin and then its argument prototype would still apply. */
5982 char gethostbyname ();
5983 int
5984 main ()
5985 {
5986 gethostbyname ();
5987 ;
5988 return 0;
5989 }
5990 _ACEOF
5991 rm -f conftest.$ac_objext conftest$ac_exeext
5992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5993 (eval $ac_link) 2>conftest.er1
5994 ac_status=$?
5995 grep -v '^ *+' conftest.er1 >conftest.err
5996 rm -f conftest.er1
5997 cat conftest.err >&5
5998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5999 (exit $ac_status); } &&
6000 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6002 (eval $ac_try) 2>&5
6003 ac_status=$?
6004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6005 (exit $ac_status); }; } &&
6006 { ac_try='test -s conftest$ac_exeext'
6007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6008 (eval $ac_try) 2>&5
6009 ac_status=$?
6010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6011 (exit $ac_status); }; }; then
6012 ac_cv_lib_bsd_gethostbyname=yes
6013 else
6014 echo "$as_me: failed program was:" >&5
6015 sed 's/^/| /' conftest.$ac_ext >&5
6016
6017 ac_cv_lib_bsd_gethostbyname=no
6018 fi
6019 rm -f conftest.err conftest.$ac_objext \
6020 conftest$ac_exeext conftest.$ac_ext
6021 LIBS=$ac_check_lib_save_LIBS
6022 fi
6023 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6024 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6025 if test $ac_cv_lib_bsd_gethostbyname = yes; then
6026 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6027 fi
6028
6029 fi
6030 fi
6031
6032 # lieder@skyler.mavd.honeywell.com says without -lsocket,
6033 # socket/setsockopt and other routines are undefined under SCO ODT
6034 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6035 # on later versions), says Simon Leinen: it contains gethostby*
6036 # variants that don't use the name server (or something). -lsocket
6037 # must be given before -lnsl if both are needed. We assume that
6038 # if connect needs -lnsl, so does gethostbyname.
6039 echo "$as_me:$LINENO: checking for connect" >&5
6040 echo $ECHO_N "checking for connect... $ECHO_C" >&6
6041 if test "${ac_cv_func_connect+set}" = set; then
6042 echo $ECHO_N "(cached) $ECHO_C" >&6
6043 else
6044 cat >conftest.$ac_ext <<_ACEOF
6045 /* confdefs.h. */
6046 _ACEOF
6047 cat confdefs.h >>conftest.$ac_ext
6048 cat >>conftest.$ac_ext <<_ACEOF
6049 /* end confdefs.h. */
6050 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
6051 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6052 #define connect innocuous_connect
6053
6054 /* System header to define __stub macros and hopefully few prototypes,
6055 which can conflict with char connect (); below.
6056 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6057 <limits.h> exists even on freestanding compilers. */
6058
6059 #ifdef __STDC__
6060 # include <limits.h>
6061 #else
6062 # include <assert.h>
6063 #endif
6064
6065 #undef connect
6066
6067 /* Override any gcc2 internal prototype to avoid an error. */
6068 #ifdef __cplusplus
6069 extern "C"
6070 {
6071 #endif
6072 /* We use char because int might match the return type of a gcc2
6073 builtin and then its argument prototype would still apply. */
6074 char connect ();
6075 /* The GNU C library defines this for functions which it implements
6076 to always fail with ENOSYS. Some functions are actually named
6077 something starting with __ and the normal name is an alias. */
6078 #if defined (__stub_connect) || defined (__stub___connect)
6079 choke me
6080 #else
6081 char (*f) () = connect;
6082 #endif
6083 #ifdef __cplusplus
6084 }
6085 #endif
6086
6087 int
6088 main ()
6089 {
6090 return f != connect;
6091 ;
6092 return 0;
6093 }
6094 _ACEOF
6095 rm -f conftest.$ac_objext conftest$ac_exeext
6096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6097 (eval $ac_link) 2>conftest.er1
6098 ac_status=$?
6099 grep -v '^ *+' conftest.er1 >conftest.err
6100 rm -f conftest.er1
6101 cat conftest.err >&5
6102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6103 (exit $ac_status); } &&
6104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6106 (eval $ac_try) 2>&5
6107 ac_status=$?
6108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6109 (exit $ac_status); }; } &&
6110 { ac_try='test -s conftest$ac_exeext'
6111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6112 (eval $ac_try) 2>&5
6113 ac_status=$?
6114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6115 (exit $ac_status); }; }; then
6116 ac_cv_func_connect=yes
6117 else
6118 echo "$as_me: failed program was:" >&5
6119 sed 's/^/| /' conftest.$ac_ext >&5
6120
6121 ac_cv_func_connect=no
6122 fi
6123 rm -f conftest.err conftest.$ac_objext \
6124 conftest$ac_exeext conftest.$ac_ext
6125 fi
6126 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6127 echo "${ECHO_T}$ac_cv_func_connect" >&6
6128
6129 if test $ac_cv_func_connect = no; then
6130 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6131 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6132 if test "${ac_cv_lib_socket_connect+set}" = set; then
6133 echo $ECHO_N "(cached) $ECHO_C" >&6
6134 else
6135 ac_check_lib_save_LIBS=$LIBS
6136 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6137 cat >conftest.$ac_ext <<_ACEOF
6138 /* confdefs.h. */
6139 _ACEOF
6140 cat confdefs.h >>conftest.$ac_ext
6141 cat >>conftest.$ac_ext <<_ACEOF
6142 /* end confdefs.h. */
6143
6144 /* Override any gcc2 internal prototype to avoid an error. */
6145 #ifdef __cplusplus
6146 extern "C"
6147 #endif
6148 /* We use char because int might match the return type of a gcc2
6149 builtin and then its argument prototype would still apply. */
6150 char connect ();
6151 int
6152 main ()
6153 {
6154 connect ();
6155 ;
6156 return 0;
6157 }
6158 _ACEOF
6159 rm -f conftest.$ac_objext conftest$ac_exeext
6160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6161 (eval $ac_link) 2>conftest.er1
6162 ac_status=$?
6163 grep -v '^ *+' conftest.er1 >conftest.err
6164 rm -f conftest.er1
6165 cat conftest.err >&5
6166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6167 (exit $ac_status); } &&
6168 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6170 (eval $ac_try) 2>&5
6171 ac_status=$?
6172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6173 (exit $ac_status); }; } &&
6174 { ac_try='test -s conftest$ac_exeext'
6175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6176 (eval $ac_try) 2>&5
6177 ac_status=$?
6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6179 (exit $ac_status); }; }; then
6180 ac_cv_lib_socket_connect=yes
6181 else
6182 echo "$as_me: failed program was:" >&5
6183 sed 's/^/| /' conftest.$ac_ext >&5
6184
6185 ac_cv_lib_socket_connect=no
6186 fi
6187 rm -f conftest.err conftest.$ac_objext \
6188 conftest$ac_exeext conftest.$ac_ext
6189 LIBS=$ac_check_lib_save_LIBS
6190 fi
6191 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6192 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6193 if test $ac_cv_lib_socket_connect = yes; then
6194 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6195 fi
6196
6197 fi
6198
6199 # Guillermo Gomez says -lposix is necessary on A/UX.
6200 echo "$as_me:$LINENO: checking for remove" >&5
6201 echo $ECHO_N "checking for remove... $ECHO_C" >&6
6202 if test "${ac_cv_func_remove+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 else
6205 cat >conftest.$ac_ext <<_ACEOF
6206 /* confdefs.h. */
6207 _ACEOF
6208 cat confdefs.h >>conftest.$ac_ext
6209 cat >>conftest.$ac_ext <<_ACEOF
6210 /* end confdefs.h. */
6211 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
6212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6213 #define remove innocuous_remove
6214
6215 /* System header to define __stub macros and hopefully few prototypes,
6216 which can conflict with char remove (); below.
6217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6218 <limits.h> exists even on freestanding compilers. */
6219
6220 #ifdef __STDC__
6221 # include <limits.h>
6222 #else
6223 # include <assert.h>
6224 #endif
6225
6226 #undef remove
6227
6228 /* Override any gcc2 internal prototype to avoid an error. */
6229 #ifdef __cplusplus
6230 extern "C"
6231 {
6232 #endif
6233 /* We use char because int might match the return type of a gcc2
6234 builtin and then its argument prototype would still apply. */
6235 char remove ();
6236 /* The GNU C library defines this for functions which it implements
6237 to always fail with ENOSYS. Some functions are actually named
6238 something starting with __ and the normal name is an alias. */
6239 #if defined (__stub_remove) || defined (__stub___remove)
6240 choke me
6241 #else
6242 char (*f) () = remove;
6243 #endif
6244 #ifdef __cplusplus
6245 }
6246 #endif
6247
6248 int
6249 main ()
6250 {
6251 return f != remove;
6252 ;
6253 return 0;
6254 }
6255 _ACEOF
6256 rm -f conftest.$ac_objext conftest$ac_exeext
6257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6258 (eval $ac_link) 2>conftest.er1
6259 ac_status=$?
6260 grep -v '^ *+' conftest.er1 >conftest.err
6261 rm -f conftest.er1
6262 cat conftest.err >&5
6263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6264 (exit $ac_status); } &&
6265 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6267 (eval $ac_try) 2>&5
6268 ac_status=$?
6269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6270 (exit $ac_status); }; } &&
6271 { ac_try='test -s conftest$ac_exeext'
6272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6273 (eval $ac_try) 2>&5
6274 ac_status=$?
6275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6276 (exit $ac_status); }; }; then
6277 ac_cv_func_remove=yes
6278 else
6279 echo "$as_me: failed program was:" >&5
6280 sed 's/^/| /' conftest.$ac_ext >&5
6281
6282 ac_cv_func_remove=no
6283 fi
6284 rm -f conftest.err conftest.$ac_objext \
6285 conftest$ac_exeext conftest.$ac_ext
6286 fi
6287 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6288 echo "${ECHO_T}$ac_cv_func_remove" >&6
6289
6290 if test $ac_cv_func_remove = no; then
6291 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6292 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6293 if test "${ac_cv_lib_posix_remove+set}" = set; then
6294 echo $ECHO_N "(cached) $ECHO_C" >&6
6295 else
6296 ac_check_lib_save_LIBS=$LIBS
6297 LIBS="-lposix $LIBS"
6298 cat >conftest.$ac_ext <<_ACEOF
6299 /* confdefs.h. */
6300 _ACEOF
6301 cat confdefs.h >>conftest.$ac_ext
6302 cat >>conftest.$ac_ext <<_ACEOF
6303 /* end confdefs.h. */
6304
6305 /* Override any gcc2 internal prototype to avoid an error. */
6306 #ifdef __cplusplus
6307 extern "C"
6308 #endif
6309 /* We use char because int might match the return type of a gcc2
6310 builtin and then its argument prototype would still apply. */
6311 char remove ();
6312 int
6313 main ()
6314 {
6315 remove ();
6316 ;
6317 return 0;
6318 }
6319 _ACEOF
6320 rm -f conftest.$ac_objext conftest$ac_exeext
6321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6322 (eval $ac_link) 2>conftest.er1
6323 ac_status=$?
6324 grep -v '^ *+' conftest.er1 >conftest.err
6325 rm -f conftest.er1
6326 cat conftest.err >&5
6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6328 (exit $ac_status); } &&
6329 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6331 (eval $ac_try) 2>&5
6332 ac_status=$?
6333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6334 (exit $ac_status); }; } &&
6335 { ac_try='test -s conftest$ac_exeext'
6336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6337 (eval $ac_try) 2>&5
6338 ac_status=$?
6339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); }; }; then
6341 ac_cv_lib_posix_remove=yes
6342 else
6343 echo "$as_me: failed program was:" >&5
6344 sed 's/^/| /' conftest.$ac_ext >&5
6345
6346 ac_cv_lib_posix_remove=no
6347 fi
6348 rm -f conftest.err conftest.$ac_objext \
6349 conftest$ac_exeext conftest.$ac_ext
6350 LIBS=$ac_check_lib_save_LIBS
6351 fi
6352 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6353 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6354 if test $ac_cv_lib_posix_remove = yes; then
6355 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6356 fi
6357
6358 fi
6359
6360 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6361 echo "$as_me:$LINENO: checking for shmat" >&5
6362 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6363 if test "${ac_cv_func_shmat+set}" = set; then
6364 echo $ECHO_N "(cached) $ECHO_C" >&6
6365 else
6366 cat >conftest.$ac_ext <<_ACEOF
6367 /* confdefs.h. */
6368 _ACEOF
6369 cat confdefs.h >>conftest.$ac_ext
6370 cat >>conftest.$ac_ext <<_ACEOF
6371 /* end confdefs.h. */
6372 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
6373 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6374 #define shmat innocuous_shmat
6375
6376 /* System header to define __stub macros and hopefully few prototypes,
6377 which can conflict with char shmat (); below.
6378 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6379 <limits.h> exists even on freestanding compilers. */
6380
6381 #ifdef __STDC__
6382 # include <limits.h>
6383 #else
6384 # include <assert.h>
6385 #endif
6386
6387 #undef shmat
6388
6389 /* Override any gcc2 internal prototype to avoid an error. */
6390 #ifdef __cplusplus
6391 extern "C"
6392 {
6393 #endif
6394 /* We use char because int might match the return type of a gcc2
6395 builtin and then its argument prototype would still apply. */
6396 char shmat ();
6397 /* The GNU C library defines this for functions which it implements
6398 to always fail with ENOSYS. Some functions are actually named
6399 something starting with __ and the normal name is an alias. */
6400 #if defined (__stub_shmat) || defined (__stub___shmat)
6401 choke me
6402 #else
6403 char (*f) () = shmat;
6404 #endif
6405 #ifdef __cplusplus
6406 }
6407 #endif
6408
6409 int
6410 main ()
6411 {
6412 return f != shmat;
6413 ;
6414 return 0;
6415 }
6416 _ACEOF
6417 rm -f conftest.$ac_objext conftest$ac_exeext
6418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6419 (eval $ac_link) 2>conftest.er1
6420 ac_status=$?
6421 grep -v '^ *+' conftest.er1 >conftest.err
6422 rm -f conftest.er1
6423 cat conftest.err >&5
6424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6425 (exit $ac_status); } &&
6426 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6428 (eval $ac_try) 2>&5
6429 ac_status=$?
6430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6431 (exit $ac_status); }; } &&
6432 { ac_try='test -s conftest$ac_exeext'
6433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6434 (eval $ac_try) 2>&5
6435 ac_status=$?
6436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6437 (exit $ac_status); }; }; then
6438 ac_cv_func_shmat=yes
6439 else
6440 echo "$as_me: failed program was:" >&5
6441 sed 's/^/| /' conftest.$ac_ext >&5
6442
6443 ac_cv_func_shmat=no
6444 fi
6445 rm -f conftest.err conftest.$ac_objext \
6446 conftest$ac_exeext conftest.$ac_ext
6447 fi
6448 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6449 echo "${ECHO_T}$ac_cv_func_shmat" >&6
6450
6451 if test $ac_cv_func_shmat = no; then
6452 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6453 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6454 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6455 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 else
6457 ac_check_lib_save_LIBS=$LIBS
6458 LIBS="-lipc $LIBS"
6459 cat >conftest.$ac_ext <<_ACEOF
6460 /* confdefs.h. */
6461 _ACEOF
6462 cat confdefs.h >>conftest.$ac_ext
6463 cat >>conftest.$ac_ext <<_ACEOF
6464 /* end confdefs.h. */
6465
6466 /* Override any gcc2 internal prototype to avoid an error. */
6467 #ifdef __cplusplus
6468 extern "C"
6469 #endif
6470 /* We use char because int might match the return type of a gcc2
6471 builtin and then its argument prototype would still apply. */
6472 char shmat ();
6473 int
6474 main ()
6475 {
6476 shmat ();
6477 ;
6478 return 0;
6479 }
6480 _ACEOF
6481 rm -f conftest.$ac_objext conftest$ac_exeext
6482 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6483 (eval $ac_link) 2>conftest.er1
6484 ac_status=$?
6485 grep -v '^ *+' conftest.er1 >conftest.err
6486 rm -f conftest.er1
6487 cat conftest.err >&5
6488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6489 (exit $ac_status); } &&
6490 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6492 (eval $ac_try) 2>&5
6493 ac_status=$?
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); }; } &&
6496 { ac_try='test -s conftest$ac_exeext'
6497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6498 (eval $ac_try) 2>&5
6499 ac_status=$?
6500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6501 (exit $ac_status); }; }; then
6502 ac_cv_lib_ipc_shmat=yes
6503 else
6504 echo "$as_me: failed program was:" >&5
6505 sed 's/^/| /' conftest.$ac_ext >&5
6506
6507 ac_cv_lib_ipc_shmat=no
6508 fi
6509 rm -f conftest.err conftest.$ac_objext \
6510 conftest$ac_exeext conftest.$ac_ext
6511 LIBS=$ac_check_lib_save_LIBS
6512 fi
6513 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6514 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6515 if test $ac_cv_lib_ipc_shmat = yes; then
6516 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6517 fi
6518
6519 fi
6520 fi
6521
6522 # Check for libraries that X11R6 Xt/Xaw programs need.
6523 ac_save_LDFLAGS=$LDFLAGS
6524 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
6525 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
6526 # check for ICE first), but we must link in the order -lSM -lICE or
6527 # we get undefined symbols. So assume we have SM if we have ICE.
6528 # These have to be linked with before -lX11, unlike the other
6529 # libraries we check for below, so use a different variable.
6530 # John Interrante, Karl Berry
6531 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6532 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6533 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6534 echo $ECHO_N "(cached) $ECHO_C" >&6
6535 else
6536 ac_check_lib_save_LIBS=$LIBS
6537 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6538 cat >conftest.$ac_ext <<_ACEOF
6539 /* confdefs.h. */
6540 _ACEOF
6541 cat confdefs.h >>conftest.$ac_ext
6542 cat >>conftest.$ac_ext <<_ACEOF
6543 /* end confdefs.h. */
6544
6545 /* Override any gcc2 internal prototype to avoid an error. */
6546 #ifdef __cplusplus
6547 extern "C"
6548 #endif
6549 /* We use char because int might match the return type of a gcc2
6550 builtin and then its argument prototype would still apply. */
6551 char IceConnectionNumber ();
6552 int
6553 main ()
6554 {
6555 IceConnectionNumber ();
6556 ;
6557 return 0;
6558 }
6559 _ACEOF
6560 rm -f conftest.$ac_objext conftest$ac_exeext
6561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6562 (eval $ac_link) 2>conftest.er1
6563 ac_status=$?
6564 grep -v '^ *+' conftest.er1 >conftest.err
6565 rm -f conftest.er1
6566 cat conftest.err >&5
6567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6568 (exit $ac_status); } &&
6569 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6571 (eval $ac_try) 2>&5
6572 ac_status=$?
6573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6574 (exit $ac_status); }; } &&
6575 { ac_try='test -s conftest$ac_exeext'
6576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6577 (eval $ac_try) 2>&5
6578 ac_status=$?
6579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6580 (exit $ac_status); }; }; then
6581 ac_cv_lib_ICE_IceConnectionNumber=yes
6582 else
6583 echo "$as_me: failed program was:" >&5
6584 sed 's/^/| /' conftest.$ac_ext >&5
6585
6586 ac_cv_lib_ICE_IceConnectionNumber=no
6587 fi
6588 rm -f conftest.err conftest.$ac_objext \
6589 conftest$ac_exeext conftest.$ac_ext
6590 LIBS=$ac_check_lib_save_LIBS
6591 fi
6592 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6593 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6594 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6595 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6596 fi
6597
6598 LDFLAGS=$ac_save_LDFLAGS
6599
6600 fi
6601
6602
6603
6604 if test x$support_xpm = xyes; then
6605
6606
6607
6608 # Initialize some more variables set by options.
6609 # The variables have the same names as the options, with
6610 # dashes changed to underlines.
6611
6612 # If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6613 # paths, otherwise set no_xpm=yes.
6614 # Uses ac_ vars as temps to allow command line to override cache and checks.
6615 echo "$as_me:$LINENO: checking for libXpm" >&5
6616 echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6617
6618
6619 # Check whether --with-xpm_includes or --without-xpm_includes was given.
6620 if test "${with_xpm_includes+set}" = set; then
6621 withval="$with_xpm_includes"
6622 xpm_includes="$withval"
6623 else
6624 xpm_includes=NO
6625 fi;
6626
6627 # Check whether --with-xpm_library or --without-xpm_library was given.
6628 if test "${with_xpm_library+set}" = set; then
6629 withval="$with_xpm_library"
6630 xpm_libraries="$withval"
6631 else
6632 xpm_libraries=NO
6633 fi;
6634
6635 # --without-xpm overrides everything else, but does not touch the cache.
6636
6637 # Check whether --with-xpm or --without-xpm was given.
6638 if test "${with_xpm+set}" = set; then
6639 withval="$with_xpm"
6640
6641 fi;
6642 if test "$with_xpm" = no; then
6643 have_xpm=disabled
6644 else
6645 if test "${ac_cv_have_xpm+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6
6647 else
6648
6649 vt_xpm_include_X11=no
6650 if test -n "$xpm_includes"; then
6651 vt_xpm_includes=$xpm_includes
6652 else
6653 vt_xpm_includes=NO
6654 fi
6655 if test -n "$xpm_libraries"; then
6656 vt_xpm_libraries=$xpm_libraries
6657 else
6658 vt_xpm_libraries=NO
6659 fi
6660
6661 if test "$vt_xpm_includes" = NO; then
6662 # Guess where to find xpm.h
6663
6664 ac_save_CPPFLAGS="$CPPFLAGS"
6665 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
6666
6667 # First, try using that file with no special directory specified.
6668 cat >conftest.$ac_ext <<_ACEOF
6669 /* confdefs.h. */
6670 _ACEOF
6671 cat confdefs.h >>conftest.$ac_ext
6672 cat >>conftest.$ac_ext <<_ACEOF
6673 /* end confdefs.h. */
6674 #include <X11/xpm.h>
6675 _ACEOF
6676 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6677 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6678 ac_status=$?
6679 grep -v '^ *+' conftest.er1 >conftest.err
6680 rm -f conftest.er1
6681 cat conftest.err >&5
6682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683 (exit $ac_status); } >/dev/null; then
6684 if test -s conftest.err; then
6685 ac_cpp_err=$ac_cxx_preproc_warn_flag
6686 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6687 else
6688 ac_cpp_err=
6689 fi
6690 else
6691 ac_cpp_err=yes
6692 fi
6693 if test -z "$ac_cpp_err"; then
6694 # We can compile using X headers with no special include directory.
6695 vt_xpm_includes=
6696 vt_xpm_include_X11=yes
6697 else
6698 echo "$as_me: failed program was:" >&5
6699 sed 's/^/| /' conftest.$ac_ext >&5
6700
6701 CPPFLAGS="$ac_save_CPPFLAGS"
6702 # Look for the header file in a standard set of common directories.
6703 for ac_dir in \
6704 /usr/X11/include \
6705 /usr/X11R6/include \
6706 /usr/X11R5/include \
6707 /usr/X11R4/include \
6708 \
6709 /usr/include/X11 \
6710 /usr/include/X11R6 \
6711 /usr/include/X11R5 \
6712 /usr/include/X11R4 \
6713 \
6714 /usr/local/X11/include \
6715 /usr/local/X11R6/include \
6716 /usr/local/X11R5/include \
6717 /usr/local/X11R4/include \
6718 \
6719 /usr/local/include/X11 \
6720 /usr/local/include/X11R6 \
6721 /usr/local/include/X11R5 \
6722 /usr/local/include/X11R4 \
6723 \
6724 /usr/X386/include \
6725 /usr/x386/include \
6726 /usr/XFree86/include/X11 \
6727 \
6728 /usr/include \
6729 /usr/local/include \
6730 /usr/unsupported/include \
6731 /usr/athena/include \
6732 /usr/local/x11r5/include \
6733 /usr/lpp/Xamples/include \
6734 \
6735 /usr/openwin/include \
6736 /usr/openwin/share/include \
6737 ; \
6738 do
6739 if test -r "$ac_dir/X11/xpm.h"; then
6740 vt_xpm_includes="$ac_dir"
6741 vt_xpm_include_X11=yes
6742 break
6743 else
6744 if test -r "$ac_dir/xpm.h"; then
6745 vt_xpm_includes=$ac_dir
6746 break
6747 fi
6748 fi
6749 done
6750 fi
6751 rm -f conftest.err conftest.$ac_ext
6752 fi
6753
6754 if test "$vt_xpm_libraries" = NO; then
6755 # Check for the libraries.
6756
6757 # See if we find them without any special options.
6758 # Don't add to $LIBS permanently.
6759 ac_save_LIBS="$LIBS"
6760 LIBS="$LIBS $X_LIBS -lXpm -lX11"
6761 cat >conftest.$ac_ext <<_ACEOF
6762 /* confdefs.h. */
6763 _ACEOF
6764 cat confdefs.h >>conftest.$ac_ext
6765 cat >>conftest.$ac_ext <<_ACEOF
6766 /* end confdefs.h. */
6767
6768 int
6769 main ()
6770 {
6771 XpmReadFileToPixmap()
6772 ;
6773 return 0;
6774 }
6775 _ACEOF
6776 rm -f conftest.$ac_objext conftest$ac_exeext
6777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6778 (eval $ac_link) 2>conftest.er1
6779 ac_status=$?
6780 grep -v '^ *+' conftest.er1 >conftest.err
6781 rm -f conftest.er1
6782 cat conftest.err >&5
6783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6784 (exit $ac_status); } &&
6785 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6787 (eval $ac_try) 2>&5
6788 ac_status=$?
6789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6790 (exit $ac_status); }; } &&
6791 { ac_try='test -s conftest$ac_exeext'
6792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6793 (eval $ac_try) 2>&5
6794 ac_status=$?
6795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6796 (exit $ac_status); }; }; then
6797 LIBS="$ac_save_LIBS"
6798 # We can link libXpm with no special library path.
6799 vt_xpm_libraries=
6800 else
6801 echo "$as_me: failed program was:" >&5
6802 sed 's/^/| /' conftest.$ac_ext >&5
6803
6804 LIBS="$ac_save_LIBS"
6805 # First see if replacing the include by lib works.
6806 for ac_dir in \
6807 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6808 /usr/X11/lib \
6809 /usr/X11R6/lib \
6810 /usr/X11R5/lib \
6811 /usr/X11R4/lib \
6812 \
6813 /usr/lib/X11 \
6814 /usr/lib/X11R6 \
6815 /usr/lib/X11R5 \
6816 /usr/lib/X11R4 \
6817 \
6818 /usr/local/X11/lib \
6819 /usr/local/X11R6/lib \
6820 /usr/local/X11R5/lib \
6821 /usr/local/X11R4/lib \
6822 \
6823 /usr/local/lib/X11 \
6824 /usr/local/lib/X11R6 \
6825 /usr/local/lib/X11R5 \
6826 /usr/local/lib/X11R4 \
6827 \
6828 /usr/X386/lib \
6829 /usr/x386/lib \
6830 /usr/XFree86/lib/X11 \
6831 \
6832 /usr/lib \
6833 /usr/local/lib \
6834 /usr/unsupported/lib \
6835 /usr/athena/lib \
6836 /usr/local/x11r5/lib \
6837 /usr/lpp/Xamples/lib \
6838 \
6839 /usr/openwin/lib \
6840 /usr/openwin/share/lib \
6841 ; \
6842 do
6843 for ac_extension in a so sl; do
6844 if test -r $ac_dir/libXpm.$ac_extension; then
6845 vt_xpm_libraries=$ac_dir
6846 break 2
6847 fi
6848 done
6849 done
6850 fi
6851 rm -f conftest.err conftest.$ac_objext \
6852 conftest$ac_exeext conftest.$ac_ext
6853 fi
6854
6855
6856 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6857 ac_cv_have_xpm="have_xpm=no"
6858 else
6859 ac_cv_have_xpm="have_xpm=yes \
6860 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6861 vt_xpm_include_X11=$vt_xpm_include_X11"
6862 fi
6863 fi
6864 eval "$ac_cv_have_xpm"
6865 fi
6866
6867 if test "$have_xpm" != yes; then
6868 echo "$as_me:$LINENO: result: $have_xpm" >&5
6869 echo "${ECHO_T}$have_xpm" >&6
6870 no_xpm=yes
6871 else
6872 if test "$xpm_includes" != NO; then
6873 if test "$xpm_includes" = "$vt_xpm_includes"; then
6874 if test -r "$xpm_includes/X11/xpm.h"; then
6875 vt_xpm_include_X11=yes
6876 fi
6877 else
6878 vt_xpm_include_X11=no
6879 if test -z "$xpm_includes"; then
6880 cat >conftest.$ac_ext <<_ACEOF
6881 /* confdefs.h. */
6882 _ACEOF
6883 cat confdefs.h >>conftest.$ac_ext
6884 cat >>conftest.$ac_ext <<_ACEOF
6885 /* end confdefs.h. */
6886 #include <X11/xpm.h>
6887 _ACEOF
6888 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6889 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6890 ac_status=$?
6891 grep -v '^ *+' conftest.er1 >conftest.err
6892 rm -f conftest.er1
6893 cat conftest.err >&5
6894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895 (exit $ac_status); } >/dev/null; then
6896 if test -s conftest.err; then
6897 ac_cpp_err=$ac_cxx_preproc_warn_flag
6898 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6899 else
6900 ac_cpp_err=
6901 fi
6902 else
6903 ac_cpp_err=yes
6904 fi
6905 if test -z "$ac_cpp_err"; then
6906 vt_xpm_include_X11=yes
6907 else
6908 echo "$as_me: failed program was:" >&5
6909 sed 's/^/| /' conftest.$ac_ext >&5
6910
6911
6912 fi
6913 rm -f conftest.err conftest.$ac_ext
6914 else
6915 if test -r "$xpm_includes/X11/xpm.h"; then
6916 vt_xpm_include_X11=yes
6917 fi
6918 fi
6919 fi
6920 vt_xpm_includes=$xpm_includes
6921 fi
6922 if test "x$xpm_libraries" != xNO; then
6923 vt_xpm_libraries=$xpm_libraries
6924 fi
6925 # Update the cache value to reflect the command line values.
6926 ac_cv_have_xpm="have_xpm=yes \
6927 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6928 vt_xpm_include_X11=$vt_xpm_include_X11"
6929 eval "$ac_cv_have_xpm"
6930 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6931 echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6932 if test -n "$vt_xpm_includes"; then
6933 XPM_CPPFLAGS="-DHAVE_LIBXPM"
6934 fi
6935 if test -n "$vt_xpm_includes"; then
6936 XPM_CFLAGS="-I$vt_xpm_includes"
6937 fi
6938 XPM_LIBS="-lXpm"
6939 if test -n "$vt_xpm_libraries"; then
6940 XPM_LIBS="-L$vt_xpm_libraries $XPM_LIBS"
6941 fi
6942 if test "x$vt_xpm_include_X11" = xyes; then
6943
6944 cat >>confdefs.h <<\_ACEOF
6945 #define XPM_INC_X11 1
6946 _ACEOF
6947
6948 fi
6949 fi
6950
6951
6952
6953
6954
6955 if test x$no_xpm = xyes; then
6956 support_xpm=needsmanualspecification
6957 fi
6958 fi
6959
6960 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6961 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6962 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6963 echo $ECHO_N "(cached) $ECHO_C" >&6
6964 else
6965 cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h. */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6971 #include <sys/types.h>
6972 #include <sys/wait.h>
6973 #ifndef WEXITSTATUS
6974 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6975 #endif
6976 #ifndef WIFEXITED
6977 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6978 #endif
6979
6980 int
6981 main ()
6982 {
6983 int s;
6984 wait (&s);
6985 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6986 ;
6987 return 0;
6988 }
6989 _ACEOF
6990 rm -f conftest.$ac_objext
6991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6992 (eval $ac_compile) 2>conftest.er1
6993 ac_status=$?
6994 grep -v '^ *+' conftest.er1 >conftest.err
6995 rm -f conftest.er1
6996 cat conftest.err >&5
6997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998 (exit $ac_status); } &&
6999 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7001 (eval $ac_try) 2>&5
7002 ac_status=$?
7003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7004 (exit $ac_status); }; } &&
7005 { ac_try='test -s conftest.$ac_objext'
7006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7007 (eval $ac_try) 2>&5
7008 ac_status=$?
7009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7010 (exit $ac_status); }; }; then
7011 ac_cv_header_sys_wait_h=yes
7012 else
7013 echo "$as_me: failed program was:" >&5
7014 sed 's/^/| /' conftest.$ac_ext >&5
7015
7016 ac_cv_header_sys_wait_h=no
7017 fi
7018 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7019 fi
7020 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7021 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7022 if test $ac_cv_header_sys_wait_h = yes; then
7023
7024 cat >>confdefs.h <<\_ACEOF
7025 #define HAVE_SYS_WAIT_H 1
7026 _ACEOF
7027
7028 fi
7029
7030 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7031 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7032 if test "${ac_cv_header_stdc+set}" = set; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6
7034 else
7035 cat >conftest.$ac_ext <<_ACEOF
7036 /* confdefs.h. */
7037 _ACEOF
7038 cat confdefs.h >>conftest.$ac_ext
7039 cat >>conftest.$ac_ext <<_ACEOF
7040 /* end confdefs.h. */
7041 #include <stdlib.h>
7042 #include <stdarg.h>
7043 #include <string.h>
7044 #include <float.h>
7045
7046 int
7047 main ()
7048 {
7049
7050 ;
7051 return 0;
7052 }
7053 _ACEOF
7054 rm -f conftest.$ac_objext
7055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7056 (eval $ac_compile) 2>conftest.er1
7057 ac_status=$?
7058 grep -v '^ *+' conftest.er1 >conftest.err
7059 rm -f conftest.er1
7060 cat conftest.err >&5
7061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7062 (exit $ac_status); } &&
7063 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7065 (eval $ac_try) 2>&5
7066 ac_status=$?
7067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7068 (exit $ac_status); }; } &&
7069 { ac_try='test -s conftest.$ac_objext'
7070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7071 (eval $ac_try) 2>&5
7072 ac_status=$?
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); }; }; then
7075 ac_cv_header_stdc=yes
7076 else
7077 echo "$as_me: failed program was:" >&5
7078 sed 's/^/| /' conftest.$ac_ext >&5
7079
7080 ac_cv_header_stdc=no
7081 fi
7082 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7083
7084 if test $ac_cv_header_stdc = yes; then
7085 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7086 cat >conftest.$ac_ext <<_ACEOF
7087 /* confdefs.h. */
7088 _ACEOF
7089 cat confdefs.h >>conftest.$ac_ext
7090 cat >>conftest.$ac_ext <<_ACEOF
7091 /* end confdefs.h. */
7092 #include <string.h>
7093
7094 _ACEOF
7095 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7096 $EGREP "memchr" >/dev/null 2>&1; then
7097 :
7098 else
7099 ac_cv_header_stdc=no
7100 fi
7101 rm -f conftest*
7102
7103 fi
7104
7105 if test $ac_cv_header_stdc = yes; then
7106 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7107 cat >conftest.$ac_ext <<_ACEOF
7108 /* confdefs.h. */
7109 _ACEOF
7110 cat confdefs.h >>conftest.$ac_ext
7111 cat >>conftest.$ac_ext <<_ACEOF
7112 /* end confdefs.h. */
7113 #include <stdlib.h>
7114
7115 _ACEOF
7116 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7117 $EGREP "free" >/dev/null 2>&1; then
7118 :
7119 else
7120 ac_cv_header_stdc=no
7121 fi
7122 rm -f conftest*
7123
7124 fi
7125
7126 if test $ac_cv_header_stdc = yes; then
7127 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7128 if test "$cross_compiling" = yes; then
7129 :
7130 else
7131 cat >conftest.$ac_ext <<_ACEOF
7132 /* confdefs.h. */
7133 _ACEOF
7134 cat confdefs.h >>conftest.$ac_ext
7135 cat >>conftest.$ac_ext <<_ACEOF
7136 /* end confdefs.h. */
7137 #include <ctype.h>
7138 #if ((' ' & 0x0FF) == 0x020)
7139 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7140 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7141 #else
7142 # define ISLOWER(c) \
7143 (('a' <= (c) && (c) <= 'i') \
7144 || ('j' <= (c) && (c) <= 'r') \
7145 || ('s' <= (c) && (c) <= 'z'))
7146 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7147 #endif
7148
7149 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7150 int
7151 main ()
7152 {
7153 int i;
7154 for (i = 0; i < 256; i++)
7155 if (XOR (islower (i), ISLOWER (i))
7156 || toupper (i) != TOUPPER (i))
7157 exit(2);
7158 exit (0);
7159 }
7160 _ACEOF
7161 rm -f conftest$ac_exeext
7162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7163 (eval $ac_link) 2>&5
7164 ac_status=$?
7165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7166 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7168 (eval $ac_try) 2>&5
7169 ac_status=$?
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); }; }; then
7172 :
7173 else
7174 echo "$as_me: program exited with status $ac_status" >&5
7175 echo "$as_me: failed program was:" >&5
7176 sed 's/^/| /' conftest.$ac_ext >&5
7177
7178 ( exit $ac_status )
7179 ac_cv_header_stdc=no
7180 fi
7181 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7182 fi
7183 fi
7184 fi
7185 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7186 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7187 if test $ac_cv_header_stdc = yes; then
7188
7189 cat >>confdefs.h <<\_ACEOF
7190 #define STDC_HEADERS 1
7191 _ACEOF
7192
7193 fi
7194
7195 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7206 inttypes.h stdint.h unistd.h
7207 do
7208 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7209 echo "$as_me:$LINENO: checking for $ac_header" >&5
7210 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7211 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7212 echo $ECHO_N "(cached) $ECHO_C" >&6
7213 else
7214 cat >conftest.$ac_ext <<_ACEOF
7215 /* confdefs.h. */
7216 _ACEOF
7217 cat confdefs.h >>conftest.$ac_ext
7218 cat >>conftest.$ac_ext <<_ACEOF
7219 /* end confdefs.h. */
7220 $ac_includes_default
7221
7222 #include <$ac_header>
7223 _ACEOF
7224 rm -f conftest.$ac_objext
7225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7226 (eval $ac_compile) 2>conftest.er1
7227 ac_status=$?
7228 grep -v '^ *+' conftest.er1 >conftest.err
7229 rm -f conftest.er1
7230 cat conftest.err >&5
7231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7232 (exit $ac_status); } &&
7233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7235 (eval $ac_try) 2>&5
7236 ac_status=$?
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); }; } &&
7239 { ac_try='test -s conftest.$ac_objext'
7240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7241 (eval $ac_try) 2>&5
7242 ac_status=$?
7243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7244 (exit $ac_status); }; }; then
7245 eval "$as_ac_Header=yes"
7246 else
7247 echo "$as_me: failed program was:" >&5
7248 sed 's/^/| /' conftest.$ac_ext >&5
7249
7250 eval "$as_ac_Header=no"
7251 fi
7252 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7253 fi
7254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7255 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7256 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7257 cat >>confdefs.h <<_ACEOF
7258 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7259 _ACEOF
7260
7261 fi
7262
7263 done
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292 for ac_header in \
7293 assert.h \
7294 fcntl.h \
7295 grp.h \
7296 libc.h \
7297 lastlog.h \
7298 stdarg.h \
7299 stdlib.h \
7300 string.h \
7301 termios.h \
7302 unistd.h \
7303 sys/byteorder.h \
7304 sys/ioctl.h \
7305 sys/select.h \
7306 sys/sockio.h \
7307 sys/strredir.h \
7308 sys/stropts.h \
7309 sys/time.h \
7310 utmp.h \
7311 utmpx.h \
7312 stdint.h \
7313 pty.h \
7314 util.h \
7315 libutil.h \
7316 wchar.h \
7317 cwchar \
7318 clocale \
7319
7320 do
7321 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7322 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7323 echo "$as_me:$LINENO: checking for $ac_header" >&5
7324 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7325 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7326 echo $ECHO_N "(cached) $ECHO_C" >&6
7327 fi
7328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7329 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7330 else
7331 # Is the header compilable?
7332 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7333 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7334 cat >conftest.$ac_ext <<_ACEOF
7335 /* confdefs.h. */
7336 _ACEOF
7337 cat confdefs.h >>conftest.$ac_ext
7338 cat >>conftest.$ac_ext <<_ACEOF
7339 /* end confdefs.h. */
7340 $ac_includes_default
7341 #include <$ac_header>
7342 _ACEOF
7343 rm -f conftest.$ac_objext
7344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7345 (eval $ac_compile) 2>conftest.er1
7346 ac_status=$?
7347 grep -v '^ *+' conftest.er1 >conftest.err
7348 rm -f conftest.er1
7349 cat conftest.err >&5
7350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7351 (exit $ac_status); } &&
7352 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7354 (eval $ac_try) 2>&5
7355 ac_status=$?
7356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357 (exit $ac_status); }; } &&
7358 { ac_try='test -s conftest.$ac_objext'
7359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7360 (eval $ac_try) 2>&5
7361 ac_status=$?
7362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); }; }; then
7364 ac_header_compiler=yes
7365 else
7366 echo "$as_me: failed program was:" >&5
7367 sed 's/^/| /' conftest.$ac_ext >&5
7368
7369 ac_header_compiler=no
7370 fi
7371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7372 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7373 echo "${ECHO_T}$ac_header_compiler" >&6
7374
7375 # Is the header present?
7376 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7377 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7378 cat >conftest.$ac_ext <<_ACEOF
7379 /* confdefs.h. */
7380 _ACEOF
7381 cat confdefs.h >>conftest.$ac_ext
7382 cat >>conftest.$ac_ext <<_ACEOF
7383 /* end confdefs.h. */
7384 #include <$ac_header>
7385 _ACEOF
7386 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7387 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7388 ac_status=$?
7389 grep -v '^ *+' conftest.er1 >conftest.err
7390 rm -f conftest.er1
7391 cat conftest.err >&5
7392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7393 (exit $ac_status); } >/dev/null; then
7394 if test -s conftest.err; then
7395 ac_cpp_err=$ac_cxx_preproc_warn_flag
7396 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7397 else
7398 ac_cpp_err=
7399 fi
7400 else
7401 ac_cpp_err=yes
7402 fi
7403 if test -z "$ac_cpp_err"; then
7404 ac_header_preproc=yes
7405 else
7406 echo "$as_me: failed program was:" >&5
7407 sed 's/^/| /' conftest.$ac_ext >&5
7408
7409 ac_header_preproc=no
7410 fi
7411 rm -f conftest.err conftest.$ac_ext
7412 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7413 echo "${ECHO_T}$ac_header_preproc" >&6
7414
7415 # So? What about this header?
7416 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7417 yes:no: )
7418 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7419 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7420 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7421 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7422 ac_header_preproc=yes
7423 ;;
7424 no:yes:* )
7425 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7426 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7428 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7430 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7432 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7434 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7436 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7437 (
7438 cat <<\_ASBOX
7439 ## ------------------------------------------ ##
7440 ## Report this to the AC_PACKAGE_NAME lists. ##
7441 ## ------------------------------------------ ##
7442 _ASBOX
7443 ) |
7444 sed "s/^/$as_me: WARNING: /" >&2
7445 ;;
7446 esac
7447 echo "$as_me:$LINENO: checking for $ac_header" >&5
7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7449 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7451 else
7452 eval "$as_ac_Header=\$ac_header_preproc"
7453 fi
7454 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7455 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7456
7457 fi
7458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7459 cat >>confdefs.h <<_ACEOF
7460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7461 _ACEOF
7462
7463 fi
7464
7465 done
7466
7467
7468 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7469 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7470 if test "${ac_cv_header_time+set}" = set; then
7471 echo $ECHO_N "(cached) $ECHO_C" >&6
7472 else
7473 cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h. */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7479 #include <sys/types.h>
7480 #include <sys/time.h>
7481 #include <time.h>
7482
7483 int
7484 main ()
7485 {
7486 if ((struct tm *) 0)
7487 return 0;
7488 ;
7489 return 0;
7490 }
7491 _ACEOF
7492 rm -f conftest.$ac_objext
7493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7494 (eval $ac_compile) 2>conftest.er1
7495 ac_status=$?
7496 grep -v '^ *+' conftest.er1 >conftest.err
7497 rm -f conftest.er1
7498 cat conftest.err >&5
7499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7500 (exit $ac_status); } &&
7501 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7503 (eval $ac_try) 2>&5
7504 ac_status=$?
7505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7506 (exit $ac_status); }; } &&
7507 { ac_try='test -s conftest.$ac_objext'
7508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7509 (eval $ac_try) 2>&5
7510 ac_status=$?
7511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512 (exit $ac_status); }; }; then
7513 ac_cv_header_time=yes
7514 else
7515 echo "$as_me: failed program was:" >&5
7516 sed 's/^/| /' conftest.$ac_ext >&5
7517
7518 ac_cv_header_time=no
7519 fi
7520 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7521 fi
7522 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7523 echo "${ECHO_T}$ac_cv_header_time" >&6
7524 if test $ac_cv_header_time = yes; then
7525
7526 cat >>confdefs.h <<\_ACEOF
7527 #define TIME_WITH_SYS_TIME 1
7528 _ACEOF
7529
7530 fi
7531
7532
7533 echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7534 echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7535 if test "${rxvt_cv_header_sysioctl+set}" = set; then
7536 echo $ECHO_N "(cached) $ECHO_C" >&6
7537 else
7538 cat >conftest.$ac_ext <<_ACEOF
7539 /* confdefs.h. */
7540 _ACEOF
7541 cat confdefs.h >>conftest.$ac_ext
7542 cat >>conftest.$ac_ext <<_ACEOF
7543 /* end confdefs.h. */
7544 #include <stdio.h>
7545 #include <sys/ioctl.h>
7546 #ifdef HAVE_TERMIOS_H
7547 #include <termios.h>
7548 #endif
7549 int
7550 main ()
7551 {
7552 int a = ECHO;
7553 ;
7554 return 0;
7555 }
7556 _ACEOF
7557 rm -f conftest.$ac_objext
7558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7559 (eval $ac_compile) 2>conftest.er1
7560 ac_status=$?
7561 grep -v '^ *+' conftest.er1 >conftest.err
7562 rm -f conftest.er1
7563 cat conftest.err >&5
7564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 (exit $ac_status); } &&
7566 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7568 (eval $ac_try) 2>&5
7569 ac_status=$?
7570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7571 (exit $ac_status); }; } &&
7572 { ac_try='test -s conftest.$ac_objext'
7573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7574 (eval $ac_try) 2>&5
7575 ac_status=$?
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); }; }; then
7578 rxvt_cv_header_sysioctl=yes
7579 else
7580 echo "$as_me: failed program was:" >&5
7581 sed 's/^/| /' conftest.$ac_ext >&5
7582
7583 rxvt_cv_header_sysioctl=no
7584 fi
7585 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7586 fi
7587 echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7588 echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7589
7590 if test -n "$GCC"; then
7591 LDARG="-Wl,"
7592 else
7593 LDARG=""
7594 fi
7595 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7596
7597 ac_save_CFLAGS=$CFLAGS
7598 ac_save_LIBS=$LIBS
7599 CFLAGS="$CFLAGS $X_CFLAGS"
7600 LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7601 echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7602 echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7603 if test "${rxvt_cv_rpath+set}" = set; then
7604 echo $ECHO_N "(cached) $ECHO_C" >&6
7605 else
7606 if test "$cross_compiling" = yes; then
7607 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7608 echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7609 else
7610 cat >conftest.$ac_ext <<_ACEOF
7611 /* confdefs.h. */
7612 _ACEOF
7613 cat confdefs.h >>conftest.$ac_ext
7614 cat >>conftest.$ac_ext <<_ACEOF
7615 /* end confdefs.h. */
7616
7617 main()
7618 {
7619 exit(0);
7620 (void) XOpenDisplay("foobar");
7621 }
7622 _ACEOF
7623 rm -f conftest$ac_exeext
7624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7625 (eval $ac_link) 2>&5
7626 ac_status=$?
7627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7628 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7630 (eval $ac_try) 2>&5
7631 ac_status=$?
7632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7633 (exit $ac_status); }; }; then
7634 rxvt_cv_rpath=yes
7635 else
7636 echo "$as_me: program exited with status $ac_status" >&5
7637 echo "$as_me: failed program was:" >&5
7638 sed 's/^/| /' conftest.$ac_ext >&5
7639
7640 ( exit $ac_status )
7641 rxvt_cv_rpath=no
7642 fi
7643 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7644 fi
7645 fi
7646 echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7647 echo "${ECHO_T}$rxvt_cv_rpath" >&6
7648 if test x$rxvt_cv_rpath != xyes; then
7649 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7650 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7651 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7652 echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7653 if test "${rxvt_cv_R+set}" = set; then
7654 echo $ECHO_N "(cached) $ECHO_C" >&6
7655 else
7656 if test "$cross_compiling" = yes; then
7657 rxvt_cv_R=no
7658 else
7659 cat >conftest.$ac_ext <<_ACEOF
7660 /* confdefs.h. */
7661 _ACEOF
7662 cat confdefs.h >>conftest.$ac_ext
7663 cat >>conftest.$ac_ext <<_ACEOF
7664 /* end confdefs.h. */
7665
7666 main()
7667 {
7668 exit(0);
7669 (void) XOpenDisplay("foobar");
7670 }
7671 _ACEOF
7672 rm -f conftest$ac_exeext
7673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7674 (eval $ac_link) 2>&5
7675 ac_status=$?
7676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7677 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7679 (eval $ac_try) 2>&5
7680 ac_status=$?
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); }; }; then
7683 rxvt_cv_R=yes
7684 else
7685 echo "$as_me: program exited with status $ac_status" >&5
7686 echo "$as_me: failed program was:" >&5
7687 sed 's/^/| /' conftest.$ac_ext >&5
7688
7689 ( exit $ac_status )
7690 rxvt_cv_R=no
7691 fi
7692 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7693 fi
7694 fi
7695 echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7696 echo "${ECHO_T}$rxvt_cv_R" >&6
7697 if test x$rxvt_cv_R != xyes; then
7698 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7699 fi
7700 fi
7701
7702 echo "$as_me:$LINENO: checking for XPointer" >&5
7703 echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7704 if test "${rxvt_cv_xpointer+set}" = set; then
7705 echo $ECHO_N "(cached) $ECHO_C" >&6
7706 else
7707 cat >conftest.$ac_ext <<_ACEOF
7708 /* confdefs.h. */
7709 _ACEOF
7710 cat confdefs.h >>conftest.$ac_ext
7711 cat >>conftest.$ac_ext <<_ACEOF
7712 /* end confdefs.h. */
7713 #include <X11/Xlib.h>
7714 int
7715 main ()
7716 {
7717 XPointer dummy;
7718 ;
7719 return 0;
7720 }
7721 _ACEOF
7722 rm -f conftest.$ac_objext
7723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7724 (eval $ac_compile) 2>conftest.er1
7725 ac_status=$?
7726 grep -v '^ *+' conftest.er1 >conftest.err
7727 rm -f conftest.er1
7728 cat conftest.err >&5
7729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7730 (exit $ac_status); } &&
7731 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7733 (eval $ac_try) 2>&5
7734 ac_status=$?
7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736 (exit $ac_status); }; } &&
7737 { ac_try='test -s conftest.$ac_objext'
7738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7739 (eval $ac_try) 2>&5
7740 ac_status=$?
7741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7742 (exit $ac_status); }; }; then
7743 rxvt_cv_xpointer=yes
7744 else
7745 echo "$as_me: failed program was:" >&5
7746 sed 's/^/| /' conftest.$ac_ext >&5
7747
7748 rxvt_cv_xpointer=no
7749 fi
7750 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7751 fi
7752 echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7753 echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7754 if test x$rxvt_cv_xpointer = xyes; then
7755
7756 cat >>confdefs.h <<\_ACEOF
7757 #define HAVE_XPOINTER 1
7758 _ACEOF
7759
7760 fi
7761 LIBS=$ac_save_LIBS
7762 CFLAGS=$ac_save_CFLAGS
7763
7764
7765 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7766 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7767 if test "${ac_cv_c_const+set}" = set; then
7768 echo $ECHO_N "(cached) $ECHO_C" >&6
7769 else
7770 cat >conftest.$ac_ext <<_ACEOF
7771 /* confdefs.h. */
7772 _ACEOF
7773 cat confdefs.h >>conftest.$ac_ext
7774 cat >>conftest.$ac_ext <<_ACEOF
7775 /* end confdefs.h. */
7776
7777 int
7778 main ()
7779 {
7780 /* FIXME: Include the comments suggested by Paul. */
7781 #ifndef __cplusplus
7782 /* Ultrix mips cc rejects this. */
7783 typedef int charset[2];
7784 const charset x;
7785 /* SunOS 4.1.1 cc rejects this. */
7786 char const *const *ccp;
7787 char **p;
7788 /* NEC SVR4.0.2 mips cc rejects this. */
7789 struct point {int x, y;};
7790 static struct point const zero = {0,0};
7791 /* AIX XL C 1.02.0.0 rejects this.
7792 It does not let you subtract one const X* pointer from another in
7793 an arm of an if-expression whose if-part is not a constant
7794 expression */
7795 const char *g = "string";
7796 ccp = &g + (g ? g-g : 0);
7797 /* HPUX 7.0 cc rejects these. */
7798 ++ccp;
7799 p = (char**) ccp;
7800 ccp = (char const *const *) p;
7801 { /* SCO 3.2v4 cc rejects this. */
7802 char *t;
7803 char const *s = 0 ? (char *) 0 : (char const *) 0;
7804
7805 *t++ = 0;
7806 }
7807 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7808 int x[] = {25, 17};
7809 const int *foo = &x[0];
7810 ++foo;
7811 }
7812 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7813 typedef const int *iptr;
7814 iptr p = 0;
7815 ++p;
7816 }
7817 { /* AIX XL C 1.02.0.0 rejects this saying
7818 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7819 struct s { int j; const int *ap[3]; };
7820 struct s *b; b->j = 5;
7821 }
7822 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7823 const int foo = 10;
7824 }
7825 #endif
7826
7827 ;
7828 return 0;
7829 }
7830 _ACEOF
7831 rm -f conftest.$ac_objext
7832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7833 (eval $ac_compile) 2>conftest.er1
7834 ac_status=$?
7835 grep -v '^ *+' conftest.er1 >conftest.err
7836 rm -f conftest.er1
7837 cat conftest.err >&5
7838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7839 (exit $ac_status); } &&
7840 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7842 (eval $ac_try) 2>&5
7843 ac_status=$?
7844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845 (exit $ac_status); }; } &&
7846 { ac_try='test -s conftest.$ac_objext'
7847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7848 (eval $ac_try) 2>&5
7849 ac_status=$?
7850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7851 (exit $ac_status); }; }; then
7852 ac_cv_c_const=yes
7853 else
7854 echo "$as_me: failed program was:" >&5
7855 sed 's/^/| /' conftest.$ac_ext >&5
7856
7857 ac_cv_c_const=no
7858 fi
7859 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7860 fi
7861 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7862 echo "${ECHO_T}$ac_cv_c_const" >&6
7863 if test $ac_cv_c_const = no; then
7864
7865 cat >>confdefs.h <<\_ACEOF
7866 #define const
7867 _ACEOF
7868
7869 fi
7870
7871 echo "$as_me:$LINENO: checking for inline" >&5
7872 echo $ECHO_N "checking for inline... $ECHO_C" >&6
7873 if test "${ac_cv_c_inline+set}" = set; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6
7875 else
7876 ac_cv_c_inline=no
7877 for ac_kw in inline __inline__ __inline; do
7878 cat >conftest.$ac_ext <<_ACEOF
7879 /* confdefs.h. */
7880 _ACEOF
7881 cat confdefs.h >>conftest.$ac_ext
7882 cat >>conftest.$ac_ext <<_ACEOF
7883 /* end confdefs.h. */
7884 #ifndef __cplusplus
7885 typedef int foo_t;
7886 static $ac_kw foo_t static_foo () {return 0; }
7887 $ac_kw foo_t foo () {return 0; }
7888 #endif
7889
7890 _ACEOF
7891 rm -f conftest.$ac_objext
7892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7893 (eval $ac_compile) 2>conftest.er1
7894 ac_status=$?
7895 grep -v '^ *+' conftest.er1 >conftest.err
7896 rm -f conftest.er1
7897 cat conftest.err >&5
7898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7899 (exit $ac_status); } &&
7900 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7902 (eval $ac_try) 2>&5
7903 ac_status=$?
7904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7905 (exit $ac_status); }; } &&
7906 { ac_try='test -s conftest.$ac_objext'
7907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7908 (eval $ac_try) 2>&5
7909 ac_status=$?
7910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911 (exit $ac_status); }; }; then
7912 ac_cv_c_inline=$ac_kw; break
7913 else
7914 echo "$as_me: failed program was:" >&5
7915 sed 's/^/| /' conftest.$ac_ext >&5
7916
7917 fi
7918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7919 done
7920
7921 fi
7922 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7923 echo "${ECHO_T}$ac_cv_c_inline" >&6
7924
7925
7926 case $ac_cv_c_inline in
7927 inline | yes) ;;
7928 *)
7929 case $ac_cv_c_inline in
7930 no) ac_val=;;
7931 *) ac_val=$ac_cv_c_inline;;
7932 esac
7933 cat >>confdefs.h <<_ACEOF
7934 #ifndef __cplusplus
7935 #define inline $ac_val
7936 #endif
7937 _ACEOF
7938 ;;
7939 esac
7940
7941
7942
7943 echo "$as_me:$LINENO: checking for mode_t" >&5
7944 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7945 if test "${ac_cv_type_mode_t+set}" = set; then
7946 echo $ECHO_N "(cached) $ECHO_C" >&6
7947 else
7948 cat >conftest.$ac_ext <<_ACEOF
7949 /* confdefs.h. */
7950 _ACEOF
7951 cat confdefs.h >>conftest.$ac_ext
7952 cat >>conftest.$ac_ext <<_ACEOF
7953 /* end confdefs.h. */
7954 $ac_includes_default
7955 int
7956 main ()
7957 {
7958 if ((mode_t *) 0)
7959 return 0;
7960 if (sizeof (mode_t))
7961 return 0;
7962 ;
7963 return 0;
7964 }
7965 _ACEOF
7966 rm -f conftest.$ac_objext
7967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7968 (eval $ac_compile) 2>conftest.er1
7969 ac_status=$?
7970 grep -v '^ *+' conftest.er1 >conftest.err
7971 rm -f conftest.er1
7972 cat conftest.err >&5
7973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7974 (exit $ac_status); } &&
7975 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7977 (eval $ac_try) 2>&5
7978 ac_status=$?
7979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7980 (exit $ac_status); }; } &&
7981 { ac_try='test -s conftest.$ac_objext'
7982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7983 (eval $ac_try) 2>&5
7984 ac_status=$?
7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); }; }; then
7987 ac_cv_type_mode_t=yes
7988 else
7989 echo "$as_me: failed program was:" >&5
7990 sed 's/^/| /' conftest.$ac_ext >&5
7991
7992 ac_cv_type_mode_t=no
7993 fi
7994 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7995 fi
7996 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7997 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
7998 if test $ac_cv_type_mode_t = yes; then
7999 :
8000 else
8001
8002 cat >>confdefs.h <<_ACEOF
8003 #define mode_t int
8004 _ACEOF
8005
8006 fi
8007
8008 echo "$as_me:$LINENO: checking for pid_t" >&5
8009 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8010 if test "${ac_cv_type_pid_t+set}" = set; then
8011 echo $ECHO_N "(cached) $ECHO_C" >&6
8012 else
8013 cat >conftest.$ac_ext <<_ACEOF
8014 /* confdefs.h. */
8015 _ACEOF
8016 cat confdefs.h >>conftest.$ac_ext
8017 cat >>conftest.$ac_ext <<_ACEOF
8018 /* end confdefs.h. */
8019 $ac_includes_default
8020 int
8021 main ()
8022 {
8023 if ((pid_t *) 0)
8024 return 0;
8025 if (sizeof (pid_t))
8026 return 0;
8027 ;
8028 return 0;
8029 }
8030 _ACEOF
8031 rm -f conftest.$ac_objext
8032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8033 (eval $ac_compile) 2>conftest.er1
8034 ac_status=$?
8035 grep -v '^ *+' conftest.er1 >conftest.err
8036 rm -f conftest.er1
8037 cat conftest.err >&5
8038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8039 (exit $ac_status); } &&
8040 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8042 (eval $ac_try) 2>&5
8043 ac_status=$?
8044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8045 (exit $ac_status); }; } &&
8046 { ac_try='test -s conftest.$ac_objext'
8047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8048 (eval $ac_try) 2>&5
8049 ac_status=$?
8050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8051 (exit $ac_status); }; }; then
8052 ac_cv_type_pid_t=yes
8053 else
8054 echo "$as_me: failed program was:" >&5
8055 sed 's/^/| /' conftest.$ac_ext >&5
8056
8057 ac_cv_type_pid_t=no
8058 fi
8059 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8060 fi
8061 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8062 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8063 if test $ac_cv_type_pid_t = yes; then
8064 :
8065 else
8066
8067 cat >>confdefs.h <<_ACEOF
8068 #define pid_t int
8069 _ACEOF
8070
8071 fi
8072
8073 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8074 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8075 if test "${ac_cv_type_uid_t+set}" = set; then
8076 echo $ECHO_N "(cached) $ECHO_C" >&6
8077 else
8078 cat >conftest.$ac_ext <<_ACEOF
8079 /* confdefs.h. */
8080 _ACEOF
8081 cat confdefs.h >>conftest.$ac_ext
8082 cat >>conftest.$ac_ext <<_ACEOF
8083 /* end confdefs.h. */
8084 #include <sys/types.h>
8085
8086 _ACEOF
8087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8088 $EGREP "uid_t" >/dev/null 2>&1; then
8089 ac_cv_type_uid_t=yes
8090 else
8091 ac_cv_type_uid_t=no
8092 fi
8093 rm -f conftest*
8094
8095 fi
8096 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8097 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8098 if test $ac_cv_type_uid_t = no; then
8099
8100 cat >>confdefs.h <<\_ACEOF
8101 #define uid_t int
8102 _ACEOF
8103
8104
8105 cat >>confdefs.h <<\_ACEOF
8106 #define gid_t int
8107 _ACEOF
8108
8109 fi
8110
8111
8112 echo "$as_me:$LINENO: checking for short" >&5
8113 echo $ECHO_N "checking for short... $ECHO_C" >&6
8114 if test "${ac_cv_type_short+set}" = set; then
8115 echo $ECHO_N "(cached) $ECHO_C" >&6
8116 else
8117 cat >conftest.$ac_ext <<_ACEOF
8118 /* confdefs.h. */
8119 _ACEOF
8120 cat confdefs.h >>conftest.$ac_ext
8121 cat >>conftest.$ac_ext <<_ACEOF
8122 /* end confdefs.h. */
8123 $ac_includes_default
8124 int
8125 main ()
8126 {
8127 if ((short *) 0)
8128 return 0;
8129 if (sizeof (short))
8130 return 0;
8131 ;
8132 return 0;
8133 }
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8137 (eval $ac_compile) 2>conftest.er1
8138 ac_status=$?
8139 grep -v '^ *+' conftest.er1 >conftest.err
8140 rm -f conftest.er1
8141 cat conftest.err >&5
8142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8143 (exit $ac_status); } &&
8144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8146 (eval $ac_try) 2>&5
8147 ac_status=$?
8148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149 (exit $ac_status); }; } &&
8150 { ac_try='test -s conftest.$ac_objext'
8151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8152 (eval $ac_try) 2>&5
8153 ac_status=$?
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); }; }; then
8156 ac_cv_type_short=yes
8157 else
8158 echo "$as_me: failed program was:" >&5
8159 sed 's/^/| /' conftest.$ac_ext >&5
8160
8161 ac_cv_type_short=no
8162 fi
8163 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8164 fi
8165 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8166 echo "${ECHO_T}$ac_cv_type_short" >&6
8167
8168 echo "$as_me:$LINENO: checking size of short" >&5
8169 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8170 if test "${ac_cv_sizeof_short+set}" = set; then
8171 echo $ECHO_N "(cached) $ECHO_C" >&6
8172 else
8173 if test "$ac_cv_type_short" = yes; then
8174 # The cast to unsigned long works around a bug in the HP C Compiler
8175 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8176 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8177 # This bug is HP SR number 8606223364.
8178 if test "$cross_compiling" = yes; then
8179 # Depending upon the size, compute the lo and hi bounds.
8180 cat >conftest.$ac_ext <<_ACEOF
8181 /* confdefs.h. */
8182 _ACEOF
8183 cat confdefs.h >>conftest.$ac_ext
8184 cat >>conftest.$ac_ext <<_ACEOF
8185 /* end confdefs.h. */
8186 $ac_includes_default
8187 int
8188 main ()
8189 {
8190 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8191 test_array [0] = 0
8192
8193 ;
8194 return 0;
8195 }
8196 _ACEOF
8197 rm -f conftest.$ac_objext
8198 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8199 (eval $ac_compile) 2>conftest.er1
8200 ac_status=$?
8201 grep -v '^ *+' conftest.er1 >conftest.err
8202 rm -f conftest.er1
8203 cat conftest.err >&5
8204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8205 (exit $ac_status); } &&
8206 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8208 (eval $ac_try) 2>&5
8209 ac_status=$?
8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8211 (exit $ac_status); }; } &&
8212 { ac_try='test -s conftest.$ac_objext'
8213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8214 (eval $ac_try) 2>&5
8215 ac_status=$?
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); }; }; then
8218 ac_lo=0 ac_mid=0
8219 while :; do
8220 cat >conftest.$ac_ext <<_ACEOF
8221 /* confdefs.h. */
8222 _ACEOF
8223 cat confdefs.h >>conftest.$ac_ext
8224 cat >>conftest.$ac_ext <<_ACEOF
8225 /* end confdefs.h. */
8226 $ac_includes_default
8227 int
8228 main ()
8229 {
8230 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8231 test_array [0] = 0
8232
8233 ;
8234 return 0;
8235 }
8236 _ACEOF
8237 rm -f conftest.$ac_objext
8238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8239 (eval $ac_compile) 2>conftest.er1
8240 ac_status=$?
8241 grep -v '^ *+' conftest.er1 >conftest.err
8242 rm -f conftest.er1
8243 cat conftest.err >&5
8244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8245 (exit $ac_status); } &&
8246 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8248 (eval $ac_try) 2>&5
8249 ac_status=$?
8250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8251 (exit $ac_status); }; } &&
8252 { ac_try='test -s conftest.$ac_objext'
8253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8254 (eval $ac_try) 2>&5
8255 ac_status=$?
8256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8257 (exit $ac_status); }; }; then
8258 ac_hi=$ac_mid; break
8259 else
8260 echo "$as_me: failed program was:" >&5
8261 sed 's/^/| /' conftest.$ac_ext >&5
8262
8263 ac_lo=`expr $ac_mid + 1`
8264 if test $ac_lo -le $ac_mid; then
8265 ac_lo= ac_hi=
8266 break
8267 fi
8268 ac_mid=`expr 2 '*' $ac_mid + 1`
8269 fi
8270 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8271 done
8272 else
8273 echo "$as_me: failed program was:" >&5
8274 sed 's/^/| /' conftest.$ac_ext >&5
8275
8276 cat >conftest.$ac_ext <<_ACEOF
8277 /* confdefs.h. */
8278 _ACEOF
8279 cat confdefs.h >>conftest.$ac_ext
8280 cat >>conftest.$ac_ext <<_ACEOF
8281 /* end confdefs.h. */
8282 $ac_includes_default
8283 int
8284 main ()
8285 {
8286 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8287 test_array [0] = 0
8288
8289 ;
8290 return 0;
8291 }
8292 _ACEOF
8293 rm -f conftest.$ac_objext
8294 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8295 (eval $ac_compile) 2>conftest.er1
8296 ac_status=$?
8297 grep -v '^ *+' conftest.er1 >conftest.err
8298 rm -f conftest.er1
8299 cat conftest.err >&5
8300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8301 (exit $ac_status); } &&
8302 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8304 (eval $ac_try) 2>&5
8305 ac_status=$?
8306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8307 (exit $ac_status); }; } &&
8308 { ac_try='test -s conftest.$ac_objext'
8309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8310 (eval $ac_try) 2>&5
8311 ac_status=$?
8312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8313 (exit $ac_status); }; }; then
8314 ac_hi=-1 ac_mid=-1
8315 while :; do
8316 cat >conftest.$ac_ext <<_ACEOF
8317 /* confdefs.h. */
8318 _ACEOF
8319 cat confdefs.h >>conftest.$ac_ext
8320 cat >>conftest.$ac_ext <<_ACEOF
8321 /* end confdefs.h. */
8322 $ac_includes_default
8323 int
8324 main ()
8325 {
8326 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8327 test_array [0] = 0
8328
8329 ;
8330 return 0;
8331 }
8332 _ACEOF
8333 rm -f conftest.$ac_objext
8334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8335 (eval $ac_compile) 2>conftest.er1
8336 ac_status=$?
8337 grep -v '^ *+' conftest.er1 >conftest.err
8338 rm -f conftest.er1
8339 cat conftest.err >&5
8340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8341 (exit $ac_status); } &&
8342 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8344 (eval $ac_try) 2>&5
8345 ac_status=$?
8346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8347 (exit $ac_status); }; } &&
8348 { ac_try='test -s conftest.$ac_objext'
8349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8350 (eval $ac_try) 2>&5
8351 ac_status=$?
8352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8353 (exit $ac_status); }; }; then
8354 ac_lo=$ac_mid; break
8355 else
8356 echo "$as_me: failed program was:" >&5
8357 sed 's/^/| /' conftest.$ac_ext >&5
8358
8359 ac_hi=`expr '(' $ac_mid ')' - 1`
8360 if test $ac_mid -le $ac_hi; then
8361 ac_lo= ac_hi=
8362 break
8363 fi
8364 ac_mid=`expr 2 '*' $ac_mid`
8365 fi
8366 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8367 done
8368 else
8369 echo "$as_me: failed program was:" >&5
8370 sed 's/^/| /' conftest.$ac_ext >&5
8371
8372 ac_lo= ac_hi=
8373 fi
8374 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8375 fi
8376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8377 # Binary search between lo and hi bounds.
8378 while test "x$ac_lo" != "x$ac_hi"; do
8379 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8380 cat >conftest.$ac_ext <<_ACEOF
8381 /* confdefs.h. */
8382 _ACEOF
8383 cat confdefs.h >>conftest.$ac_ext
8384 cat >>conftest.$ac_ext <<_ACEOF
8385 /* end confdefs.h. */
8386 $ac_includes_default
8387 int
8388 main ()
8389 {
8390 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8391 test_array [0] = 0
8392
8393 ;
8394 return 0;
8395 }
8396 _ACEOF
8397 rm -f conftest.$ac_objext
8398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8399 (eval $ac_compile) 2>conftest.er1
8400 ac_status=$?
8401 grep -v '^ *+' conftest.er1 >conftest.err
8402 rm -f conftest.er1
8403 cat conftest.err >&5
8404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8405 (exit $ac_status); } &&
8406 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8408 (eval $ac_try) 2>&5
8409 ac_status=$?
8410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8411 (exit $ac_status); }; } &&
8412 { ac_try='test -s conftest.$ac_objext'
8413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8414 (eval $ac_try) 2>&5
8415 ac_status=$?
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8417 (exit $ac_status); }; }; then
8418 ac_hi=$ac_mid
8419 else
8420 echo "$as_me: failed program was:" >&5
8421 sed 's/^/| /' conftest.$ac_ext >&5
8422
8423 ac_lo=`expr '(' $ac_mid ')' + 1`
8424 fi
8425 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8426 done
8427 case $ac_lo in
8428 ?*) ac_cv_sizeof_short=$ac_lo;;
8429 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8430 See \`config.log' for more details." >&5
8431 echo "$as_me: error: cannot compute sizeof (short), 77
8432 See \`config.log' for more details." >&2;}
8433 { (exit 1); exit 1; }; } ;;
8434 esac
8435 else
8436 if test "$cross_compiling" = yes; then
8437 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8438 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8439 { (exit 1); exit 1; }; }
8440 else
8441 cat >conftest.$ac_ext <<_ACEOF
8442 /* confdefs.h. */
8443 _ACEOF
8444 cat confdefs.h >>conftest.$ac_ext
8445 cat >>conftest.$ac_ext <<_ACEOF
8446 /* end confdefs.h. */
8447 $ac_includes_default
8448 long longval () { return (long) (sizeof (short)); }
8449 unsigned long ulongval () { return (long) (sizeof (short)); }
8450 #include <stdio.h>
8451 #include <stdlib.h>
8452 int
8453 main ()
8454 {
8455
8456 FILE *f = fopen ("conftest.val", "w");
8457 if (! f)
8458 exit (1);
8459 if (((long) (sizeof (short))) < 0)
8460 {
8461 long i = longval ();
8462 if (i != ((long) (sizeof (short))))
8463 exit (1);
8464 fprintf (f, "%ld\n", i);
8465 }
8466 else
8467 {
8468 unsigned long i = ulongval ();
8469 if (i != ((long) (sizeof (short))))
8470 exit (1);
8471 fprintf (f, "%lu\n", i);
8472 }
8473 exit (ferror (f) || fclose (f) != 0);
8474
8475 ;
8476 return 0;
8477 }
8478 _ACEOF
8479 rm -f conftest$ac_exeext
8480 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8481 (eval $ac_link) 2>&5
8482 ac_status=$?
8483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8484 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8486 (eval $ac_try) 2>&5
8487 ac_status=$?
8488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8489 (exit $ac_status); }; }; then
8490 ac_cv_sizeof_short=`cat conftest.val`
8491 else
8492 echo "$as_me: program exited with status $ac_status" >&5
8493 echo "$as_me: failed program was:" >&5
8494 sed 's/^/| /' conftest.$ac_ext >&5
8495
8496 ( exit $ac_status )
8497 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8498 See \`config.log' for more details." >&5
8499 echo "$as_me: error: cannot compute sizeof (short), 77
8500 See \`config.log' for more details." >&2;}
8501 { (exit 1); exit 1; }; }
8502 fi
8503 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8504 fi
8505 fi
8506 rm -f conftest.val
8507 else
8508 ac_cv_sizeof_short=0
8509 fi
8510 fi
8511 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8512 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8513 cat >>confdefs.h <<_ACEOF
8514 #define SIZEOF_SHORT $ac_cv_sizeof_short
8515 _ACEOF
8516
8517
8518 echo "$as_me:$LINENO: checking for int" >&5
8519 echo $ECHO_N "checking for int... $ECHO_C" >&6
8520 if test "${ac_cv_type_int+set}" = set; then
8521 echo $ECHO_N "(cached) $ECHO_C" >&6
8522 else
8523 cat >conftest.$ac_ext <<_ACEOF
8524 /* confdefs.h. */
8525 _ACEOF
8526 cat confdefs.h >>conftest.$ac_ext
8527 cat >>conftest.$ac_ext <<_ACEOF
8528 /* end confdefs.h. */
8529 $ac_includes_default
8530 int
8531 main ()
8532 {
8533 if ((int *) 0)
8534 return 0;
8535 if (sizeof (int))
8536 return 0;
8537 ;
8538 return 0;
8539 }
8540 _ACEOF
8541 rm -f conftest.$ac_objext
8542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8543 (eval $ac_compile) 2>conftest.er1
8544 ac_status=$?
8545 grep -v '^ *+' conftest.er1 >conftest.err
8546 rm -f conftest.er1
8547 cat conftest.err >&5
8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549 (exit $ac_status); } &&
8550 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8552 (eval $ac_try) 2>&5
8553 ac_status=$?
8554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555 (exit $ac_status); }; } &&
8556 { ac_try='test -s conftest.$ac_objext'
8557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8558 (eval $ac_try) 2>&5
8559 ac_status=$?
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 (exit $ac_status); }; }; then
8562 ac_cv_type_int=yes
8563 else
8564 echo "$as_me: failed program was:" >&5
8565 sed 's/^/| /' conftest.$ac_ext >&5
8566
8567 ac_cv_type_int=no
8568 fi
8569 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8570 fi
8571 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8572 echo "${ECHO_T}$ac_cv_type_int" >&6
8573
8574 echo "$as_me:$LINENO: checking size of int" >&5
8575 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8576 if test "${ac_cv_sizeof_int+set}" = set; then
8577 echo $ECHO_N "(cached) $ECHO_C" >&6
8578 else
8579 if test "$ac_cv_type_int" = yes; then
8580 # The cast to unsigned long works around a bug in the HP C Compiler
8581 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8582 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8583 # This bug is HP SR number 8606223364.
8584 if test "$cross_compiling" = yes; then
8585 # Depending upon the size, compute the lo and hi bounds.
8586 cat >conftest.$ac_ext <<_ACEOF
8587 /* confdefs.h. */
8588 _ACEOF
8589 cat confdefs.h >>conftest.$ac_ext
8590 cat >>conftest.$ac_ext <<_ACEOF
8591 /* end confdefs.h. */
8592 $ac_includes_default
8593 int
8594 main ()
8595 {
8596 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8597 test_array [0] = 0
8598
8599 ;
8600 return 0;
8601 }
8602 _ACEOF
8603 rm -f conftest.$ac_objext
8604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8605 (eval $ac_compile) 2>conftest.er1
8606 ac_status=$?
8607 grep -v '^ *+' conftest.er1 >conftest.err
8608 rm -f conftest.er1
8609 cat conftest.err >&5
8610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8611 (exit $ac_status); } &&
8612 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8614 (eval $ac_try) 2>&5
8615 ac_status=$?
8616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8617 (exit $ac_status); }; } &&
8618 { ac_try='test -s conftest.$ac_objext'
8619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8620 (eval $ac_try) 2>&5
8621 ac_status=$?
8622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8623 (exit $ac_status); }; }; then
8624 ac_lo=0 ac_mid=0
8625 while :; do
8626 cat >conftest.$ac_ext <<_ACEOF
8627 /* confdefs.h. */
8628 _ACEOF
8629 cat confdefs.h >>conftest.$ac_ext
8630 cat >>conftest.$ac_ext <<_ACEOF
8631 /* end confdefs.h. */
8632 $ac_includes_default
8633 int
8634 main ()
8635 {
8636 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8637 test_array [0] = 0
8638
8639 ;
8640 return 0;
8641 }
8642 _ACEOF
8643 rm -f conftest.$ac_objext
8644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8645 (eval $ac_compile) 2>conftest.er1
8646 ac_status=$?
8647 grep -v '^ *+' conftest.er1 >conftest.err
8648 rm -f conftest.er1
8649 cat conftest.err >&5
8650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651 (exit $ac_status); } &&
8652 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8654 (eval $ac_try) 2>&5
8655 ac_status=$?
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); }; } &&
8658 { ac_try='test -s conftest.$ac_objext'
8659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8660 (eval $ac_try) 2>&5
8661 ac_status=$?
8662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8663 (exit $ac_status); }; }; then
8664 ac_hi=$ac_mid; break
8665 else
8666 echo "$as_me: failed program was:" >&5
8667 sed 's/^/| /' conftest.$ac_ext >&5
8668
8669 ac_lo=`expr $ac_mid + 1`
8670 if test $ac_lo -le $ac_mid; then
8671 ac_lo= ac_hi=
8672 break
8673 fi
8674 ac_mid=`expr 2 '*' $ac_mid + 1`
8675 fi
8676 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8677 done
8678 else
8679 echo "$as_me: failed program was:" >&5
8680 sed 's/^/| /' conftest.$ac_ext >&5
8681
8682 cat >conftest.$ac_ext <<_ACEOF
8683 /* confdefs.h. */
8684 _ACEOF
8685 cat confdefs.h >>conftest.$ac_ext
8686 cat >>conftest.$ac_ext <<_ACEOF
8687 /* end confdefs.h. */
8688 $ac_includes_default
8689 int
8690 main ()
8691 {
8692 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8693 test_array [0] = 0
8694
8695 ;
8696 return 0;
8697 }
8698 _ACEOF
8699 rm -f conftest.$ac_objext
8700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8701 (eval $ac_compile) 2>conftest.er1
8702 ac_status=$?
8703 grep -v '^ *+' conftest.er1 >conftest.err
8704 rm -f conftest.er1
8705 cat conftest.err >&5
8706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8707 (exit $ac_status); } &&
8708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8710 (eval $ac_try) 2>&5
8711 ac_status=$?
8712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8713 (exit $ac_status); }; } &&
8714 { ac_try='test -s conftest.$ac_objext'
8715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8716 (eval $ac_try) 2>&5
8717 ac_status=$?
8718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8719 (exit $ac_status); }; }; then
8720 ac_hi=-1 ac_mid=-1
8721 while :; do
8722 cat >conftest.$ac_ext <<_ACEOF
8723 /* confdefs.h. */
8724 _ACEOF
8725 cat confdefs.h >>conftest.$ac_ext
8726 cat >>conftest.$ac_ext <<_ACEOF
8727 /* end confdefs.h. */
8728 $ac_includes_default
8729 int
8730 main ()
8731 {
8732 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8733 test_array [0] = 0
8734
8735 ;
8736 return 0;
8737 }
8738 _ACEOF
8739 rm -f conftest.$ac_objext
8740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8741 (eval $ac_compile) 2>conftest.er1
8742 ac_status=$?
8743 grep -v '^ *+' conftest.er1 >conftest.err
8744 rm -f conftest.er1
8745 cat conftest.err >&5
8746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8747 (exit $ac_status); } &&
8748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8750 (eval $ac_try) 2>&5
8751 ac_status=$?
8752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8753 (exit $ac_status); }; } &&
8754 { ac_try='test -s conftest.$ac_objext'
8755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8756 (eval $ac_try) 2>&5
8757 ac_status=$?
8758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8759 (exit $ac_status); }; }; then
8760 ac_lo=$ac_mid; break
8761 else
8762 echo "$as_me: failed program was:" >&5
8763 sed 's/^/| /' conftest.$ac_ext >&5
8764
8765 ac_hi=`expr '(' $ac_mid ')' - 1`
8766 if test $ac_mid -le $ac_hi; then
8767 ac_lo= ac_hi=
8768 break
8769 fi
8770 ac_mid=`expr 2 '*' $ac_mid`
8771 fi
8772 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8773 done
8774 else
8775 echo "$as_me: failed program was:" >&5
8776 sed 's/^/| /' conftest.$ac_ext >&5
8777
8778 ac_lo= ac_hi=
8779 fi
8780 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8781 fi
8782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8783 # Binary search between lo and hi bounds.
8784 while test "x$ac_lo" != "x$ac_hi"; do
8785 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8786 cat >conftest.$ac_ext <<_ACEOF
8787 /* confdefs.h. */
8788 _ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8792 $ac_includes_default
8793 int
8794 main ()
8795 {
8796 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8797 test_array [0] = 0
8798
8799 ;
8800 return 0;
8801 }
8802 _ACEOF
8803 rm -f conftest.$ac_objext
8804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8805 (eval $ac_compile) 2>conftest.er1
8806 ac_status=$?
8807 grep -v '^ *+' conftest.er1 >conftest.err
8808 rm -f conftest.er1
8809 cat conftest.err >&5
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 (exit $ac_status); } &&
8812 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8814 (eval $ac_try) 2>&5
8815 ac_status=$?
8816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8817 (exit $ac_status); }; } &&
8818 { ac_try='test -s conftest.$ac_objext'
8819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8820 (eval $ac_try) 2>&5
8821 ac_status=$?
8822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8823 (exit $ac_status); }; }; then
8824 ac_hi=$ac_mid
8825 else
8826 echo "$as_me: failed program was:" >&5
8827 sed 's/^/| /' conftest.$ac_ext >&5
8828
8829 ac_lo=`expr '(' $ac_mid ')' + 1`
8830 fi
8831 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8832 done
8833 case $ac_lo in
8834 ?*) ac_cv_sizeof_int=$ac_lo;;
8835 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8836 See \`config.log' for more details." >&5
8837 echo "$as_me: error: cannot compute sizeof (int), 77
8838 See \`config.log' for more details." >&2;}
8839 { (exit 1); exit 1; }; } ;;
8840 esac
8841 else
8842 if test "$cross_compiling" = yes; then
8843 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8844 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8845 { (exit 1); exit 1; }; }
8846 else
8847 cat >conftest.$ac_ext <<_ACEOF
8848 /* confdefs.h. */
8849 _ACEOF
8850 cat confdefs.h >>conftest.$ac_ext
8851 cat >>conftest.$ac_ext <<_ACEOF
8852 /* end confdefs.h. */
8853 $ac_includes_default
8854 long longval () { return (long) (sizeof (int)); }
8855 unsigned long ulongval () { return (long) (sizeof (int)); }
8856 #include <stdio.h>
8857 #include <stdlib.h>
8858 int
8859 main ()
8860 {
8861
8862 FILE *f = fopen ("conftest.val", "w");
8863 if (! f)
8864 exit (1);
8865 if (((long) (sizeof (int))) < 0)
8866 {
8867 long i = longval ();
8868 if (i != ((long) (sizeof (int))))
8869 exit (1);
8870 fprintf (f, "%ld\n", i);
8871 }
8872 else
8873 {
8874 unsigned long i = ulongval ();
8875 if (i != ((long) (sizeof (int))))
8876 exit (1);
8877 fprintf (f, "%lu\n", i);
8878 }
8879 exit (ferror (f) || fclose (f) != 0);
8880
8881 ;
8882 return 0;
8883 }
8884 _ACEOF
8885 rm -f conftest$ac_exeext
8886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8887 (eval $ac_link) 2>&5
8888 ac_status=$?
8889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8890 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8892 (eval $ac_try) 2>&5
8893 ac_status=$?
8894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8895 (exit $ac_status); }; }; then
8896 ac_cv_sizeof_int=`cat conftest.val`
8897 else
8898 echo "$as_me: program exited with status $ac_status" >&5
8899 echo "$as_me: failed program was:" >&5
8900 sed 's/^/| /' conftest.$ac_ext >&5
8901
8902 ( exit $ac_status )
8903 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8904 See \`config.log' for more details." >&5
8905 echo "$as_me: error: cannot compute sizeof (int), 77
8906 See \`config.log' for more details." >&2;}
8907 { (exit 1); exit 1; }; }
8908 fi
8909 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8910 fi
8911 fi
8912 rm -f conftest.val
8913 else
8914 ac_cv_sizeof_int=0
8915 fi
8916 fi
8917 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8918 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8919 cat >>confdefs.h <<_ACEOF
8920 #define SIZEOF_INT $ac_cv_sizeof_int
8921 _ACEOF
8922
8923
8924 echo "$as_me:$LINENO: checking for long long" >&5
8925 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8926 if test "${ac_cv_type_long_long+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929 cat >conftest.$ac_ext <<_ACEOF
8930 /* confdefs.h. */
8931 _ACEOF
8932 cat confdefs.h >>conftest.$ac_ext
8933 cat >>conftest.$ac_ext <<_ACEOF
8934 /* end confdefs.h. */
8935 $ac_includes_default
8936 int
8937 main ()
8938 {
8939 if ((long long *) 0)
8940 return 0;
8941 if (sizeof (long long))
8942 return 0;
8943 ;
8944 return 0;
8945 }
8946 _ACEOF
8947 rm -f conftest.$ac_objext
8948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8949 (eval $ac_compile) 2>conftest.er1
8950 ac_status=$?
8951 grep -v '^ *+' conftest.er1 >conftest.err
8952 rm -f conftest.er1
8953 cat conftest.err >&5
8954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8955 (exit $ac_status); } &&
8956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8958 (eval $ac_try) 2>&5
8959 ac_status=$?
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); }; } &&
8962 { ac_try='test -s conftest.$ac_objext'
8963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8964 (eval $ac_try) 2>&5
8965 ac_status=$?
8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967 (exit $ac_status); }; }; then
8968 ac_cv_type_long_long=yes
8969 else
8970 echo "$as_me: failed program was:" >&5
8971 sed 's/^/| /' conftest.$ac_ext >&5
8972
8973 ac_cv_type_long_long=no
8974 fi
8975 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8976 fi
8977 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8978 echo "${ECHO_T}$ac_cv_type_long_long" >&6
8979
8980 echo "$as_me:$LINENO: checking size of long long" >&5
8981 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8982 if test "${ac_cv_sizeof_long_long+set}" = set; then
8983 echo $ECHO_N "(cached) $ECHO_C" >&6
8984 else
8985 if test "$ac_cv_type_long_long" = yes; then
8986 # The cast to unsigned long works around a bug in the HP C Compiler
8987 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8988 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8989 # This bug is HP SR number 8606223364.
8990 if test "$cross_compiling" = yes; then
8991 # Depending upon the size, compute the lo and hi bounds.
8992 cat >conftest.$ac_ext <<_ACEOF
8993 /* confdefs.h. */
8994 _ACEOF
8995 cat confdefs.h >>conftest.$ac_ext
8996 cat >>conftest.$ac_ext <<_ACEOF
8997 /* end confdefs.h. */
8998 $ac_includes_default
8999 int
9000 main ()
9001 {
9002 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9003 test_array [0] = 0
9004
9005 ;
9006 return 0;
9007 }
9008 _ACEOF
9009 rm -f conftest.$ac_objext
9010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9011 (eval $ac_compile) 2>conftest.er1
9012 ac_status=$?
9013 grep -v '^ *+' conftest.er1 >conftest.err
9014 rm -f conftest.er1
9015 cat conftest.err >&5
9016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9017 (exit $ac_status); } &&
9018 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9020 (eval $ac_try) 2>&5
9021 ac_status=$?
9022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9023 (exit $ac_status); }; } &&
9024 { ac_try='test -s conftest.$ac_objext'
9025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9026 (eval $ac_try) 2>&5
9027 ac_status=$?
9028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9029 (exit $ac_status); }; }; then
9030 ac_lo=0 ac_mid=0
9031 while :; do
9032 cat >conftest.$ac_ext <<_ACEOF
9033 /* confdefs.h. */
9034 _ACEOF
9035 cat confdefs.h >>conftest.$ac_ext
9036 cat >>conftest.$ac_ext <<_ACEOF
9037 /* end confdefs.h. */
9038 $ac_includes_default
9039 int
9040 main ()
9041 {
9042 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9043 test_array [0] = 0
9044
9045 ;
9046 return 0;
9047 }
9048 _ACEOF
9049 rm -f conftest.$ac_objext
9050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9051 (eval $ac_compile) 2>conftest.er1
9052 ac_status=$?
9053 grep -v '^ *+' conftest.er1 >conftest.err
9054 rm -f conftest.er1
9055 cat conftest.err >&5
9056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); } &&
9058 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9060 (eval $ac_try) 2>&5
9061 ac_status=$?
9062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063 (exit $ac_status); }; } &&
9064 { ac_try='test -s conftest.$ac_objext'
9065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9066 (eval $ac_try) 2>&5
9067 ac_status=$?
9068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9069 (exit $ac_status); }; }; then
9070 ac_hi=$ac_mid; break
9071 else
9072 echo "$as_me: failed program was:" >&5
9073 sed 's/^/| /' conftest.$ac_ext >&5
9074
9075 ac_lo=`expr $ac_mid + 1`
9076 if test $ac_lo -le $ac_mid; then
9077 ac_lo= ac_hi=
9078 break
9079 fi
9080 ac_mid=`expr 2 '*' $ac_mid + 1`
9081 fi
9082 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9083 done
9084 else
9085 echo "$as_me: failed program was:" >&5
9086 sed 's/^/| /' conftest.$ac_ext >&5
9087
9088 cat >conftest.$ac_ext <<_ACEOF
9089 /* confdefs.h. */
9090 _ACEOF
9091 cat confdefs.h >>conftest.$ac_ext
9092 cat >>conftest.$ac_ext <<_ACEOF
9093 /* end confdefs.h. */
9094 $ac_includes_default
9095 int
9096 main ()
9097 {
9098 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9099 test_array [0] = 0
9100
9101 ;
9102 return 0;
9103 }
9104 _ACEOF
9105 rm -f conftest.$ac_objext
9106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9107 (eval $ac_compile) 2>conftest.er1
9108 ac_status=$?
9109 grep -v '^ *+' conftest.er1 >conftest.err
9110 rm -f conftest.er1
9111 cat conftest.err >&5
9112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9113 (exit $ac_status); } &&
9114 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9116 (eval $ac_try) 2>&5
9117 ac_status=$?
9118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9119 (exit $ac_status); }; } &&
9120 { ac_try='test -s conftest.$ac_objext'
9121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9122 (eval $ac_try) 2>&5
9123 ac_status=$?
9124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9125 (exit $ac_status); }; }; then
9126 ac_hi=-1 ac_mid=-1
9127 while :; do
9128 cat >conftest.$ac_ext <<_ACEOF
9129 /* confdefs.h. */
9130 _ACEOF
9131 cat confdefs.h >>conftest.$ac_ext
9132 cat >>conftest.$ac_ext <<_ACEOF
9133 /* end confdefs.h. */
9134 $ac_includes_default
9135 int
9136 main ()
9137 {
9138 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9139 test_array [0] = 0
9140
9141 ;
9142 return 0;
9143 }
9144 _ACEOF
9145 rm -f conftest.$ac_objext
9146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9147 (eval $ac_compile) 2>conftest.er1
9148 ac_status=$?
9149 grep -v '^ *+' conftest.er1 >conftest.err
9150 rm -f conftest.er1
9151 cat conftest.err >&5
9152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9153 (exit $ac_status); } &&
9154 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9156 (eval $ac_try) 2>&5
9157 ac_status=$?
9158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9159 (exit $ac_status); }; } &&
9160 { ac_try='test -s conftest.$ac_objext'
9161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9162 (eval $ac_try) 2>&5
9163 ac_status=$?
9164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9165 (exit $ac_status); }; }; then
9166 ac_lo=$ac_mid; break
9167 else
9168 echo "$as_me: failed program was:" >&5
9169 sed 's/^/| /' conftest.$ac_ext >&5
9170
9171 ac_hi=`expr '(' $ac_mid ')' - 1`
9172 if test $ac_mid -le $ac_hi; then
9173 ac_lo= ac_hi=
9174 break
9175 fi
9176 ac_mid=`expr 2 '*' $ac_mid`
9177 fi
9178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9179 done
9180 else
9181 echo "$as_me: failed program was:" >&5
9182 sed 's/^/| /' conftest.$ac_ext >&5
9183
9184 ac_lo= ac_hi=
9185 fi
9186 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9187 fi
9188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9189 # Binary search between lo and hi bounds.
9190 while test "x$ac_lo" != "x$ac_hi"; do
9191 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9192 cat >conftest.$ac_ext <<_ACEOF
9193 /* confdefs.h. */
9194 _ACEOF
9195 cat confdefs.h >>conftest.$ac_ext
9196 cat >>conftest.$ac_ext <<_ACEOF
9197 /* end confdefs.h. */
9198 $ac_includes_default
9199 int
9200 main ()
9201 {
9202 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9203 test_array [0] = 0
9204
9205 ;
9206 return 0;
9207 }
9208 _ACEOF
9209 rm -f conftest.$ac_objext
9210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9211 (eval $ac_compile) 2>conftest.er1
9212 ac_status=$?
9213 grep -v '^ *+' conftest.er1 >conftest.err
9214 rm -f conftest.er1
9215 cat conftest.err >&5
9216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9217 (exit $ac_status); } &&
9218 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9220 (eval $ac_try) 2>&5
9221 ac_status=$?
9222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223 (exit $ac_status); }; } &&
9224 { ac_try='test -s conftest.$ac_objext'
9225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9226 (eval $ac_try) 2>&5
9227 ac_status=$?
9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9229 (exit $ac_status); }; }; then
9230 ac_hi=$ac_mid
9231 else
9232 echo "$as_me: failed program was:" >&5
9233 sed 's/^/| /' conftest.$ac_ext >&5
9234
9235 ac_lo=`expr '(' $ac_mid ')' + 1`
9236 fi
9237 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9238 done
9239 case $ac_lo in
9240 ?*) ac_cv_sizeof_long_long=$ac_lo;;
9241 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9242 See \`config.log' for more details." >&5
9243 echo "$as_me: error: cannot compute sizeof (long long), 77
9244 See \`config.log' for more details." >&2;}
9245 { (exit 1); exit 1; }; } ;;
9246 esac
9247 else
9248 if test "$cross_compiling" = yes; then
9249 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9250 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9251 { (exit 1); exit 1; }; }
9252 else
9253 cat >conftest.$ac_ext <<_ACEOF
9254 /* confdefs.h. */
9255 _ACEOF
9256 cat confdefs.h >>conftest.$ac_ext
9257 cat >>conftest.$ac_ext <<_ACEOF
9258 /* end confdefs.h. */
9259 $ac_includes_default
9260 long longval () { return (long) (sizeof (long long)); }
9261 unsigned long ulongval () { return (long) (sizeof (long long)); }
9262 #include <stdio.h>
9263 #include <stdlib.h>
9264 int
9265 main ()
9266 {
9267
9268 FILE *f = fopen ("conftest.val", "w");
9269 if (! f)
9270 exit (1);
9271 if (((long) (sizeof (long long))) < 0)
9272 {
9273 long i = longval ();
9274 if (i != ((long) (sizeof (long long))))
9275 exit (1);
9276 fprintf (f, "%ld\n", i);
9277 }
9278 else
9279 {
9280 unsigned long i = ulongval ();
9281 if (i != ((long) (sizeof (long long))))
9282 exit (1);
9283 fprintf (f, "%lu\n", i);
9284 }
9285 exit (ferror (f) || fclose (f) != 0);
9286
9287 ;
9288 return 0;
9289 }
9290 _ACEOF
9291 rm -f conftest$ac_exeext
9292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9293 (eval $ac_link) 2>&5
9294 ac_status=$?
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9298 (eval $ac_try) 2>&5
9299 ac_status=$?
9300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9301 (exit $ac_status); }; }; then
9302 ac_cv_sizeof_long_long=`cat conftest.val`
9303 else
9304 echo "$as_me: program exited with status $ac_status" >&5
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9307
9308 ( exit $ac_status )
9309 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9310 See \`config.log' for more details." >&5
9311 echo "$as_me: error: cannot compute sizeof (long long), 77
9312 See \`config.log' for more details." >&2;}
9313 { (exit 1); exit 1; }; }
9314 fi
9315 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9316 fi
9317 fi
9318 rm -f conftest.val
9319 else
9320 ac_cv_sizeof_long_long=0
9321 fi
9322 fi
9323 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9324 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9325 cat >>confdefs.h <<_ACEOF
9326 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9327 _ACEOF
9328
9329
9330 echo "$as_me:$LINENO: checking for int *" >&5
9331 echo $ECHO_N "checking for int *... $ECHO_C" >&6
9332 if test "${ac_cv_type_int_p+set}" = set; then
9333 echo $ECHO_N "(cached) $ECHO_C" >&6
9334 else
9335 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h. */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h. */
9341 $ac_includes_default
9342 int
9343 main ()
9344 {
9345 if ((int * *) 0)
9346 return 0;
9347 if (sizeof (int *))
9348 return 0;
9349 ;
9350 return 0;
9351 }
9352 _ACEOF
9353 rm -f conftest.$ac_objext
9354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9355 (eval $ac_compile) 2>conftest.er1
9356 ac_status=$?
9357 grep -v '^ *+' conftest.er1 >conftest.err
9358 rm -f conftest.er1
9359 cat conftest.err >&5
9360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9361 (exit $ac_status); } &&
9362 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9364 (eval $ac_try) 2>&5
9365 ac_status=$?
9366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9367 (exit $ac_status); }; } &&
9368 { ac_try='test -s conftest.$ac_objext'
9369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9370 (eval $ac_try) 2>&5
9371 ac_status=$?
9372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373 (exit $ac_status); }; }; then
9374 ac_cv_type_int_p=yes
9375 else
9376 echo "$as_me: failed program was:" >&5
9377 sed 's/^/| /' conftest.$ac_ext >&5
9378
9379 ac_cv_type_int_p=no
9380 fi
9381 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9382 fi
9383 echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9384 echo "${ECHO_T}$ac_cv_type_int_p" >&6
9385
9386 echo "$as_me:$LINENO: checking size of int *" >&5
9387 echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9388 if test "${ac_cv_sizeof_int_p+set}" = set; then
9389 echo $ECHO_N "(cached) $ECHO_C" >&6
9390 else
9391 if test "$ac_cv_type_int_p" = yes; then
9392 # The cast to unsigned long works around a bug in the HP C Compiler
9393 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9394 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9395 # This bug is HP SR number 8606223364.
9396 if test "$cross_compiling" = yes; then
9397 # Depending upon the size, compute the lo and hi bounds.
9398 cat >conftest.$ac_ext <<_ACEOF
9399 /* confdefs.h. */
9400 _ACEOF
9401 cat confdefs.h >>conftest.$ac_ext
9402 cat >>conftest.$ac_ext <<_ACEOF
9403 /* end confdefs.h. */
9404 $ac_includes_default
9405 int
9406 main ()
9407 {
9408 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9409 test_array [0] = 0
9410
9411 ;
9412 return 0;
9413 }
9414 _ACEOF
9415 rm -f conftest.$ac_objext
9416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9417 (eval $ac_compile) 2>conftest.er1
9418 ac_status=$?
9419 grep -v '^ *+' conftest.er1 >conftest.err
9420 rm -f conftest.er1
9421 cat conftest.err >&5
9422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9423 (exit $ac_status); } &&
9424 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9426 (eval $ac_try) 2>&5
9427 ac_status=$?
9428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); }; } &&
9430 { ac_try='test -s conftest.$ac_objext'
9431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9432 (eval $ac_try) 2>&5
9433 ac_status=$?
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); }; }; then
9436 ac_lo=0 ac_mid=0
9437 while :; do
9438 cat >conftest.$ac_ext <<_ACEOF
9439 /* confdefs.h. */
9440 _ACEOF
9441 cat confdefs.h >>conftest.$ac_ext
9442 cat >>conftest.$ac_ext <<_ACEOF
9443 /* end confdefs.h. */
9444 $ac_includes_default
9445 int
9446 main ()
9447 {
9448 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9449 test_array [0] = 0
9450
9451 ;
9452 return 0;
9453 }
9454 _ACEOF
9455 rm -f conftest.$ac_objext
9456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9457 (eval $ac_compile) 2>conftest.er1
9458 ac_status=$?
9459 grep -v '^ *+' conftest.er1 >conftest.err
9460 rm -f conftest.er1
9461 cat conftest.err >&5
9462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9463 (exit $ac_status); } &&
9464 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9466 (eval $ac_try) 2>&5
9467 ac_status=$?
9468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9469 (exit $ac_status); }; } &&
9470 { ac_try='test -s conftest.$ac_objext'
9471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9472 (eval $ac_try) 2>&5
9473 ac_status=$?
9474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9475 (exit $ac_status); }; }; then
9476 ac_hi=$ac_mid; break
9477 else
9478 echo "$as_me: failed program was:" >&5
9479 sed 's/^/| /' conftest.$ac_ext >&5
9480
9481 ac_lo=`expr $ac_mid + 1`
9482 if test $ac_lo -le $ac_mid; then
9483 ac_lo= ac_hi=
9484 break
9485 fi
9486 ac_mid=`expr 2 '*' $ac_mid + 1`
9487 fi
9488 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9489 done
9490 else
9491 echo "$as_me: failed program was:" >&5
9492 sed 's/^/| /' conftest.$ac_ext >&5
9493
9494 cat >conftest.$ac_ext <<_ACEOF
9495 /* confdefs.h. */
9496 _ACEOF
9497 cat confdefs.h >>conftest.$ac_ext
9498 cat >>conftest.$ac_ext <<_ACEOF
9499 /* end confdefs.h. */
9500 $ac_includes_default
9501 int
9502 main ()
9503 {
9504 static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9505 test_array [0] = 0
9506
9507 ;
9508 return 0;
9509 }
9510 _ACEOF
9511 rm -f conftest.$ac_objext
9512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9513 (eval $ac_compile) 2>conftest.er1
9514 ac_status=$?
9515 grep -v '^ *+' conftest.er1 >conftest.err
9516 rm -f conftest.er1
9517 cat conftest.err >&5
9518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9519 (exit $ac_status); } &&
9520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9522 (eval $ac_try) 2>&5
9523 ac_status=$?
9524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9525 (exit $ac_status); }; } &&
9526 { ac_try='test -s conftest.$ac_objext'
9527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9528 (eval $ac_try) 2>&5
9529 ac_status=$?
9530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9531 (exit $ac_status); }; }; then
9532 ac_hi=-1 ac_mid=-1
9533 while :; do
9534 cat >conftest.$ac_ext <<_ACEOF
9535 /* confdefs.h. */
9536 _ACEOF
9537 cat confdefs.h >>conftest.$ac_ext
9538 cat >>conftest.$ac_ext <<_ACEOF
9539 /* end confdefs.h. */
9540 $ac_includes_default
9541 int
9542 main ()
9543 {
9544 static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9545 test_array [0] = 0
9546
9547 ;
9548 return 0;
9549 }
9550 _ACEOF
9551 rm -f conftest.$ac_objext
9552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9553 (eval $ac_compile) 2>conftest.er1
9554 ac_status=$?
9555 grep -v '^ *+' conftest.er1 >conftest.err
9556 rm -f conftest.er1
9557 cat conftest.err >&5
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); } &&
9560 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9562 (eval $ac_try) 2>&5
9563 ac_status=$?
9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565 (exit $ac_status); }; } &&
9566 { ac_try='test -s conftest.$ac_objext'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9568 (eval $ac_try) 2>&5
9569 ac_status=$?
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; }; then
9572 ac_lo=$ac_mid; break
9573 else
9574 echo "$as_me: failed program was:" >&5
9575 sed 's/^/| /' conftest.$ac_ext >&5
9576
9577 ac_hi=`expr '(' $ac_mid ')' - 1`
9578 if test $ac_mid -le $ac_hi; then
9579 ac_lo= ac_hi=
9580 break
9581 fi
9582 ac_mid=`expr 2 '*' $ac_mid`
9583 fi
9584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9585 done
9586 else
9587 echo "$as_me: failed program was:" >&5
9588 sed 's/^/| /' conftest.$ac_ext >&5
9589
9590 ac_lo= ac_hi=
9591 fi
9592 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9593 fi
9594 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9595 # Binary search between lo and hi bounds.
9596 while test "x$ac_lo" != "x$ac_hi"; do
9597 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9598 cat >conftest.$ac_ext <<_ACEOF
9599 /* confdefs.h. */
9600 _ACEOF
9601 cat confdefs.h >>conftest.$ac_ext
9602 cat >>conftest.$ac_ext <<_ACEOF
9603 /* end confdefs.h. */
9604 $ac_includes_default
9605 int
9606 main ()
9607 {
9608 static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9609 test_array [0] = 0
9610
9611 ;
9612 return 0;
9613 }
9614 _ACEOF
9615 rm -f conftest.$ac_objext
9616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9617 (eval $ac_compile) 2>conftest.er1
9618 ac_status=$?
9619 grep -v '^ *+' conftest.er1 >conftest.err
9620 rm -f conftest.er1
9621 cat conftest.err >&5
9622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9623 (exit $ac_status); } &&
9624 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9626 (eval $ac_try) 2>&5
9627 ac_status=$?
9628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9629 (exit $ac_status); }; } &&
9630 { ac_try='test -s conftest.$ac_objext'
9631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9632 (eval $ac_try) 2>&5
9633 ac_status=$?
9634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9635 (exit $ac_status); }; }; then
9636 ac_hi=$ac_mid
9637 else
9638 echo "$as_me: failed program was:" >&5
9639 sed 's/^/| /' conftest.$ac_ext >&5
9640
9641 ac_lo=`expr '(' $ac_mid ')' + 1`
9642 fi
9643 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9644 done
9645 case $ac_lo in
9646 ?*) ac_cv_sizeof_int_p=$ac_lo;;
9647 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9648 See \`config.log' for more details." >&5
9649 echo "$as_me: error: cannot compute sizeof (int *), 77
9650 See \`config.log' for more details." >&2;}
9651 { (exit 1); exit 1; }; } ;;
9652 esac
9653 else
9654 if test "$cross_compiling" = yes; then
9655 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9656 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9657 { (exit 1); exit 1; }; }
9658 else
9659 cat >conftest.$ac_ext <<_ACEOF
9660 /* confdefs.h. */
9661 _ACEOF
9662 cat confdefs.h >>conftest.$ac_ext
9663 cat >>conftest.$ac_ext <<_ACEOF
9664 /* end confdefs.h. */
9665 $ac_includes_default
9666 long longval () { return (long) (sizeof (int *)); }
9667 unsigned long ulongval () { return (long) (sizeof (int *)); }
9668 #include <stdio.h>
9669 #include <stdlib.h>
9670 int
9671 main ()
9672 {
9673
9674 FILE *f = fopen ("conftest.val", "w");
9675 if (! f)
9676 exit (1);
9677 if (((long) (sizeof (int *))) < 0)
9678 {
9679 long i = longval ();
9680 if (i != ((long) (sizeof (int *))))
9681 exit (1);
9682 fprintf (f, "%ld\n", i);
9683 }
9684 else
9685 {
9686 unsigned long i = ulongval ();
9687 if (i != ((long) (sizeof (int *))))
9688 exit (1);
9689 fprintf (f, "%lu\n", i);
9690 }
9691 exit (ferror (f) || fclose (f) != 0);
9692
9693 ;
9694 return 0;
9695 }
9696 _ACEOF
9697 rm -f conftest$ac_exeext
9698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9699 (eval $ac_link) 2>&5
9700 ac_status=$?
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9704 (eval $ac_try) 2>&5
9705 ac_status=$?
9706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 (exit $ac_status); }; }; then
9708 ac_cv_sizeof_int_p=`cat conftest.val`
9709 else
9710 echo "$as_me: program exited with status $ac_status" >&5
9711 echo "$as_me: failed program was:" >&5
9712 sed 's/^/| /' conftest.$ac_ext >&5
9713
9714 ( exit $ac_status )
9715 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9716 See \`config.log' for more details." >&5
9717 echo "$as_me: error: cannot compute sizeof (int *), 77
9718 See \`config.log' for more details." >&2;}
9719 { (exit 1); exit 1; }; }
9720 fi
9721 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9722 fi
9723 fi
9724 rm -f conftest.val
9725 else
9726 ac_cv_sizeof_int_p=0
9727 fi
9728 fi
9729 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9730 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9731 cat >>confdefs.h <<_ACEOF
9732 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
9733 _ACEOF
9734
9735
9736
9737
9738 echo "$as_me:$LINENO: checking for int16_t" >&5
9739 echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9740 if test "${rxvt_cv_int16_t+set}" = set; then
9741 echo $ECHO_N "(cached) $ECHO_C" >&6
9742 else
9743 cat >conftest.$ac_ext <<_ACEOF
9744 /* confdefs.h. */
9745 _ACEOF
9746 cat confdefs.h >>conftest.$ac_ext
9747 cat >>conftest.$ac_ext <<_ACEOF
9748 /* end confdefs.h. */
9749 #include <stdint.h>
9750 int
9751 main ()
9752 {
9753 int16_t dummy;
9754 ;
9755 return 0;
9756 }
9757 _ACEOF
9758 rm -f conftest.$ac_objext
9759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9760 (eval $ac_compile) 2>conftest.er1
9761 ac_status=$?
9762 grep -v '^ *+' conftest.er1 >conftest.err
9763 rm -f conftest.er1
9764 cat conftest.err >&5
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); } &&
9767 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9769 (eval $ac_try) 2>&5
9770 ac_status=$?
9771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); }; } &&
9773 { ac_try='test -s conftest.$ac_objext'
9774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9775 (eval $ac_try) 2>&5
9776 ac_status=$?
9777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9778 (exit $ac_status); }; }; then
9779 rxvt_cv_int16_t=yes
9780 else
9781 echo "$as_me: failed program was:" >&5
9782 sed 's/^/| /' conftest.$ac_ext >&5
9783
9784 if test "$ac_cv_sizeof_char" -ge 2; then
9785 rxvt_cv_int16_t=" char"
9786 else
9787 if test "$ac_cv_sizeof_short" -ge 2; then
9788 rxvt_cv_int16_t=" short"
9789 else
9790 if test "$ac_cv_sizeof_int" -ge 2; then
9791 rxvt_cv_int16_t=" int"
9792 else
9793 if test "$ac_cv_sizeof_long" -ge 2; then
9794 rxvt_cv_int16_t=" long"
9795 else
9796 if test "$ac_cv_sizeof_long_long" -ge 2; then
9797 rxvt_cv_int16_t=" long long"
9798 else
9799 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
9800 fi
9801 fi
9802 fi
9803 fi
9804 fi
9805 fi
9806 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9807 fi
9808 echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9809 echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9810 if test x"$rxvt_cv_int16_t" != xyes; then
9811 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9812 else
9813 if test x"" = x; then
9814 rxvt_int16_typedef="/* typedef short int16_t; */"
9815 else
9816 rxvt_int16_typedef="/* typedef short int16_t; */"
9817 fi
9818 fi
9819
9820 echo "$as_me:$LINENO: checking for uint16_t" >&5
9821 echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9822 if test "${rxvt_cv_uint16_t+set}" = set; then
9823 echo $ECHO_N "(cached) $ECHO_C" >&6
9824 else
9825 cat >conftest.$ac_ext <<_ACEOF
9826 /* confdefs.h. */
9827 _ACEOF
9828 cat confdefs.h >>conftest.$ac_ext
9829 cat >>conftest.$ac_ext <<_ACEOF
9830 /* end confdefs.h. */
9831 #include <stdint.h>
9832 int
9833 main ()
9834 {
9835 uint16_t dummy;
9836 ;
9837 return 0;
9838 }
9839 _ACEOF
9840 rm -f conftest.$ac_objext
9841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9842 (eval $ac_compile) 2>conftest.er1
9843 ac_status=$?
9844 grep -v '^ *+' conftest.er1 >conftest.err
9845 rm -f conftest.er1
9846 cat conftest.err >&5
9847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9848 (exit $ac_status); } &&
9849 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9851 (eval $ac_try) 2>&5
9852 ac_status=$?
9853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); }; } &&
9855 { ac_try='test -s conftest.$ac_objext'
9856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9857 (eval $ac_try) 2>&5
9858 ac_status=$?
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); }; }; then
9861 rxvt_cv_uint16_t=yes
9862 else
9863 echo "$as_me: failed program was:" >&5
9864 sed 's/^/| /' conftest.$ac_ext >&5
9865
9866 if test "$ac_cv_sizeof_char" -ge 2; then
9867 rxvt_cv_uint16_t="unsigned char"
9868 else
9869 if test "$ac_cv_sizeof_short" -ge 2; then
9870 rxvt_cv_uint16_t="unsigned short"
9871 else
9872 if test "$ac_cv_sizeof_int" -ge 2; then
9873 rxvt_cv_uint16_t="unsigned int"
9874 else
9875 if test "$ac_cv_sizeof_long" -ge 2; then
9876 rxvt_cv_uint16_t="unsigned long"
9877 else
9878 if test "$ac_cv_sizeof_long_long" -ge 2; then
9879 rxvt_cv_uint16_t="unsigned long long"
9880 else
9881 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
9882 fi
9883 fi
9884 fi
9885 fi
9886 fi
9887 fi
9888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9889 fi
9890 echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9891 echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9892 if test x"$rxvt_cv_uint16_t" != xyes; then
9893 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9894 else
9895 if test x"unsigned" = x; then
9896 rxvt_uint16_typedef="/* typedef short uint16_t; */"
9897 else
9898 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9899 fi
9900 fi
9901
9902 echo "$as_me:$LINENO: checking for int32_t" >&5
9903 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9904 if test "${rxvt_cv_int32_t+set}" = set; then
9905 echo $ECHO_N "(cached) $ECHO_C" >&6
9906 else
9907 cat >conftest.$ac_ext <<_ACEOF
9908 /* confdefs.h. */
9909 _ACEOF
9910 cat confdefs.h >>conftest.$ac_ext
9911 cat >>conftest.$ac_ext <<_ACEOF
9912 /* end confdefs.h. */
9913 #include <stdint.h>
9914 int
9915 main ()
9916 {
9917 int32_t dummy;
9918 ;
9919 return 0;
9920 }
9921 _ACEOF
9922 rm -f conftest.$ac_objext
9923 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9924 (eval $ac_compile) 2>conftest.er1
9925 ac_status=$?
9926 grep -v '^ *+' conftest.er1 >conftest.err
9927 rm -f conftest.er1
9928 cat conftest.err >&5
9929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9930 (exit $ac_status); } &&
9931 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9933 (eval $ac_try) 2>&5
9934 ac_status=$?
9935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936 (exit $ac_status); }; } &&
9937 { ac_try='test -s conftest.$ac_objext'
9938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9939 (eval $ac_try) 2>&5
9940 ac_status=$?
9941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9942 (exit $ac_status); }; }; then
9943 rxvt_cv_int32_t=yes
9944 else
9945 echo "$as_me: failed program was:" >&5
9946 sed 's/^/| /' conftest.$ac_ext >&5
9947
9948 if test "$ac_cv_sizeof_char" -ge 4; then
9949 rxvt_cv_int32_t=" char"
9950 else
9951 if test "$ac_cv_sizeof_short" -ge 4; then
9952 rxvt_cv_int32_t=" short"
9953 else
9954 if test "$ac_cv_sizeof_int" -ge 4; then
9955 rxvt_cv_int32_t=" int"
9956 else
9957 if test "$ac_cv_sizeof_long" -ge 4; then
9958 rxvt_cv_int32_t=" long"
9959 else
9960 if test "$ac_cv_sizeof_long_long" -ge 4; then
9961 rxvt_cv_int32_t=" long long"
9962 else
9963 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
9964 fi
9965 fi
9966 fi
9967 fi
9968 fi
9969 fi
9970 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9971 fi
9972 echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9973 echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9974 if test x"$rxvt_cv_int32_t" != xyes; then
9975 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9976 else
9977 if test x"" = x; then
9978 rxvt_int32_typedef="/* typedef int int32_t; */"
9979 else
9980 rxvt_int32_typedef="/* typedef int int32_t; */"
9981 fi
9982 fi
9983
9984 echo "$as_me:$LINENO: checking for uint32_t" >&5
9985 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9986 if test "${rxvt_cv_uint32_t+set}" = set; then
9987 echo $ECHO_N "(cached) $ECHO_C" >&6
9988 else
9989 cat >conftest.$ac_ext <<_ACEOF
9990 /* confdefs.h. */
9991 _ACEOF
9992 cat confdefs.h >>conftest.$ac_ext
9993 cat >>conftest.$ac_ext <<_ACEOF
9994 /* end confdefs.h. */
9995 #include <stdint.h>
9996 int
9997 main ()
9998 {
9999 uint32_t dummy;
10000 ;
10001 return 0;
10002 }
10003 _ACEOF
10004 rm -f conftest.$ac_objext
10005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10006 (eval $ac_compile) 2>conftest.er1
10007 ac_status=$?
10008 grep -v '^ *+' conftest.er1 >conftest.err
10009 rm -f conftest.er1
10010 cat conftest.err >&5
10011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10012 (exit $ac_status); } &&
10013 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10015 (eval $ac_try) 2>&5
10016 ac_status=$?
10017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10018 (exit $ac_status); }; } &&
10019 { ac_try='test -s conftest.$ac_objext'
10020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10021 (eval $ac_try) 2>&5
10022 ac_status=$?
10023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10024 (exit $ac_status); }; }; then
10025 rxvt_cv_uint32_t=yes
10026 else
10027 echo "$as_me: failed program was:" >&5
10028 sed 's/^/| /' conftest.$ac_ext >&5
10029
10030 if test "$ac_cv_sizeof_char" -ge 4; then
10031 rxvt_cv_uint32_t="unsigned char"
10032 else
10033 if test "$ac_cv_sizeof_short" -ge 4; then
10034 rxvt_cv_uint32_t="unsigned short"
10035 else
10036 if test "$ac_cv_sizeof_int" -ge 4; then
10037 rxvt_cv_uint32_t="unsigned int"
10038 else
10039 if test "$ac_cv_sizeof_long" -ge 4; then
10040 rxvt_cv_uint32_t="unsigned long"
10041 else
10042 if test "$ac_cv_sizeof_long_long" -ge 4; then
10043 rxvt_cv_uint32_t="unsigned long long"
10044 else
10045 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
10046 fi
10047 fi
10048 fi
10049 fi
10050 fi
10051 fi
10052 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10053 fi
10054 echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10055 echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10056 if test x"$rxvt_cv_uint32_t" != xyes; then
10057 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10058 else
10059 if test x"unsigned" = x; then
10060 rxvt_uint32_typedef="/* typedef int uint32_t; */"
10061 else
10062 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
10063 fi
10064 fi
10065
10066 if test "$ac_cv_sizeof_int_p" -eq 8; then
10067 rxvt_intp_define="#define intp_t int64_t"
10068 rxvt_u_intp_define="#define u_intp_t u_int64_t"
10069 else
10070 if test "$ac_cv_sizeof_int_p" -eq 4; then
10071 rxvt_intp_define="#define intp_t int32_t"
10072 rxvt_u_intp_define="#define u_intp_t u_int32_t"
10073 else
10074 if test "$ac_cv_sizeof_int_p" -eq 2; then
10075 rxvt_intp_define="#define intp_t int16_t"
10076 rxvt_u_intp_define="#define u_intp_t u_int16_t"
10077 else
10078 rxvt_intp_define="#error set intp_t"
10079 rxvt_u_intp_define="#error set u_intp_t"
10080 fi
10081 fi
10082 fi
10083
10084
10085
10086 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10087 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10088 if test "${ac_cv_type_signal+set}" = set; then
10089 echo $ECHO_N "(cached) $ECHO_C" >&6
10090 else
10091 cat >conftest.$ac_ext <<_ACEOF
10092 /* confdefs.h. */
10093 _ACEOF
10094 cat confdefs.h >>conftest.$ac_ext
10095 cat >>conftest.$ac_ext <<_ACEOF
10096 /* end confdefs.h. */
10097 #include <sys/types.h>
10098 #include <signal.h>
10099 #ifdef signal
10100 # undef signal
10101 #endif
10102 #ifdef __cplusplus
10103 extern "C" void (*signal (int, void (*)(int)))(int);
10104 #else
10105 void (*signal ()) ();
10106 #endif
10107
10108 int
10109 main ()
10110 {
10111 int i;
10112 ;
10113 return 0;
10114 }
10115 _ACEOF
10116 rm -f conftest.$ac_objext
10117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10118 (eval $ac_compile) 2>conftest.er1
10119 ac_status=$?
10120 grep -v '^ *+' conftest.er1 >conftest.err
10121 rm -f conftest.er1
10122 cat conftest.err >&5
10123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10124 (exit $ac_status); } &&
10125 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10127 (eval $ac_try) 2>&5
10128 ac_status=$?
10129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10130 (exit $ac_status); }; } &&
10131 { ac_try='test -s conftest.$ac_objext'
10132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10133 (eval $ac_try) 2>&5
10134 ac_status=$?
10135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10136 (exit $ac_status); }; }; then
10137 ac_cv_type_signal=void
10138 else
10139 echo "$as_me: failed program was:" >&5
10140 sed 's/^/| /' conftest.$ac_ext >&5
10141
10142 ac_cv_type_signal=int
10143 fi
10144 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10145 fi
10146 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10147 echo "${ECHO_T}$ac_cv_type_signal" >&6
10148
10149 cat >>confdefs.h <<_ACEOF
10150 #define RETSIGTYPE $ac_cv_type_signal
10151 _ACEOF
10152
10153
10154
10155 case "$host_alias" in
10156 *ultrix) ac_cv_func_setsid='no' ;;
10157 *) break;;
10158 esac
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179 for ac_func in \
10180 atexit \
10181 revoke \
10182 unsetenv \
10183 setutent \
10184 seteuid \
10185 setreuid \
10186 setsid \
10187 setpgrp \
10188 setpgid \
10189 _getpty \
10190 posix_openpt \
10191 grantpt \
10192 unlockpt \
10193 isastream \
10194 on_exit \
10195 nanosleep \
10196 updwtmp \
10197 updwtmpx \
10198 ttyslot \
10199
10200 do
10201 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10202 echo "$as_me:$LINENO: checking for $ac_func" >&5
10203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10204 if eval "test \"\${$as_ac_var+set}\" = set"; then
10205 echo $ECHO_N "(cached) $ECHO_C" >&6
10206 else
10207 cat >conftest.$ac_ext <<_ACEOF
10208 /* confdefs.h. */
10209 _ACEOF
10210 cat confdefs.h >>conftest.$ac_ext
10211 cat >>conftest.$ac_ext <<_ACEOF
10212 /* end confdefs.h. */
10213 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10214 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10215 #define $ac_func innocuous_$ac_func
10216
10217 /* System header to define __stub macros and hopefully few prototypes,
10218 which can conflict with char $ac_func (); below.
10219 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10220 <limits.h> exists even on freestanding compilers. */
10221
10222 #ifdef __STDC__
10223 # include <limits.h>
10224 #else
10225 # include <assert.h>
10226 #endif
10227
10228 #undef $ac_func
10229
10230 /* Override any gcc2 internal prototype to avoid an error. */
10231 #ifdef __cplusplus
10232 extern "C"
10233 {
10234 #endif
10235 /* We use char because int might match the return type of a gcc2
10236 builtin and then its argument prototype would still apply. */
10237 char $ac_func ();
10238 /* The GNU C library defines this for functions which it implements
10239 to always fail with ENOSYS. Some functions are actually named
10240 something starting with __ and the normal name is an alias. */
10241 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10242 choke me
10243 #else
10244 char (*f) () = $ac_func;
10245 #endif
10246 #ifdef __cplusplus
10247 }
10248 #endif
10249
10250 int
10251 main ()
10252 {
10253 return f != $ac_func;
10254 ;
10255 return 0;
10256 }
10257 _ACEOF
10258 rm -f conftest.$ac_objext conftest$ac_exeext
10259 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10260 (eval $ac_link) 2>conftest.er1
10261 ac_status=$?
10262 grep -v '^ *+' conftest.er1 >conftest.err
10263 rm -f conftest.er1
10264 cat conftest.err >&5
10265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10266 (exit $ac_status); } &&
10267 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10269 (eval $ac_try) 2>&5
10270 ac_status=$?
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); }; } &&
10273 { ac_try='test -s conftest$ac_exeext'
10274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10275 (eval $ac_try) 2>&5
10276 ac_status=$?
10277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10278 (exit $ac_status); }; }; then
10279 eval "$as_ac_var=yes"
10280 else
10281 echo "$as_me: failed program was:" >&5
10282 sed 's/^/| /' conftest.$ac_ext >&5
10283
10284 eval "$as_ac_var=no"
10285 fi
10286 rm -f conftest.err conftest.$ac_objext \
10287 conftest$ac_exeext conftest.$ac_ext
10288 fi
10289 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10290 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10291 if test `eval echo '${'$as_ac_var'}'` = yes; then
10292 cat >>confdefs.h <<_ACEOF
10293 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10294 _ACEOF
10295
10296 fi
10297 done
10298
10299
10300
10301 if test "${ac_cv_header_utmp_h+set}" = set; then
10302 echo "$as_me:$LINENO: checking for utmp.h" >&5
10303 echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10304 if test "${ac_cv_header_utmp_h+set}" = set; then
10305 echo $ECHO_N "(cached) $ECHO_C" >&6
10306 fi
10307 echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10308 echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10309 else
10310 # Is the header compilable?
10311 echo "$as_me:$LINENO: checking utmp.h usability" >&5
10312 echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10313 cat >conftest.$ac_ext <<_ACEOF
10314 /* confdefs.h. */
10315 _ACEOF
10316 cat confdefs.h >>conftest.$ac_ext
10317 cat >>conftest.$ac_ext <<_ACEOF
10318 /* end confdefs.h. */
10319 $ac_includes_default
10320 #include <utmp.h>
10321 _ACEOF
10322 rm -f conftest.$ac_objext
10323 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10324 (eval $ac_compile) 2>conftest.er1
10325 ac_status=$?
10326 grep -v '^ *+' conftest.er1 >conftest.err
10327 rm -f conftest.er1
10328 cat conftest.err >&5
10329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10330 (exit $ac_status); } &&
10331 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10333 (eval $ac_try) 2>&5
10334 ac_status=$?
10335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336 (exit $ac_status); }; } &&
10337 { ac_try='test -s conftest.$ac_objext'
10338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10339 (eval $ac_try) 2>&5
10340 ac_status=$?
10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 (exit $ac_status); }; }; then
10343 ac_header_compiler=yes
10344 else
10345 echo "$as_me: failed program was:" >&5
10346 sed 's/^/| /' conftest.$ac_ext >&5
10347
10348 ac_header_compiler=no
10349 fi
10350 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10351 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10352 echo "${ECHO_T}$ac_header_compiler" >&6
10353
10354 # Is the header present?
10355 echo "$as_me:$LINENO: checking utmp.h presence" >&5
10356 echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10357 cat >conftest.$ac_ext <<_ACEOF
10358 /* confdefs.h. */
10359 _ACEOF
10360 cat confdefs.h >>conftest.$ac_ext
10361 cat >>conftest.$ac_ext <<_ACEOF
10362 /* end confdefs.h. */
10363 #include <utmp.h>
10364 _ACEOF
10365 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10366 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10367 ac_status=$?
10368 grep -v '^ *+' conftest.er1 >conftest.err
10369 rm -f conftest.er1
10370 cat conftest.err >&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); } >/dev/null; then
10373 if test -s conftest.err; then
10374 ac_cpp_err=$ac_cxx_preproc_warn_flag
10375 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10376 else
10377 ac_cpp_err=
10378 fi
10379 else
10380 ac_cpp_err=yes
10381 fi
10382 if test -z "$ac_cpp_err"; then
10383 ac_header_preproc=yes
10384 else
10385 echo "$as_me: failed program was:" >&5
10386 sed 's/^/| /' conftest.$ac_ext >&5
10387
10388 ac_header_preproc=no
10389 fi
10390 rm -f conftest.err conftest.$ac_ext
10391 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10392 echo "${ECHO_T}$ac_header_preproc" >&6
10393
10394 # So? What about this header?
10395 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10396 yes:no: )
10397 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10398 echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10399 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5
10400 echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;}
10401 ac_header_preproc=yes
10402 ;;
10403 no:yes:* )
10404 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5
10405 echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;}
10406 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5
10407 echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;}
10408 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5
10409 echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;}
10410 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5
10411 echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10412 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10413 echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10414 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10415 echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10416 (
10417 cat <<\_ASBOX
10418 ## ------------------------------------------ ##
10419 ## Report this to the AC_PACKAGE_NAME lists. ##
10420 ## ------------------------------------------ ##
10421 _ASBOX
10422 ) |
10423 sed "s/^/$as_me: WARNING: /" >&2
10424 ;;
10425 esac
10426 echo "$as_me:$LINENO: checking for utmp.h" >&5
10427 echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10428 if test "${ac_cv_header_utmp_h+set}" = set; then
10429 echo $ECHO_N "(cached) $ECHO_C" >&6
10430 else
10431 ac_cv_header_utmp_h=$ac_header_preproc
10432 fi
10433 echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10434 echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10435
10436 fi
10437 if test $ac_cv_header_utmp_h = yes; then
10438 echo "$as_me:$LINENO: checking for struct utmp" >&5
10439 echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10440 if test "${rxvt_cv_struct_utmp+set}" = set; then
10441 echo $ECHO_N "(cached) $ECHO_C" >&6
10442 else
10443 cat >conftest.$ac_ext <<_ACEOF
10444 /* confdefs.h. */
10445 _ACEOF
10446 cat confdefs.h >>conftest.$ac_ext
10447 cat >>conftest.$ac_ext <<_ACEOF
10448 /* end confdefs.h. */
10449 #include <sys/types.h>
10450 #include <stdint.h>
10451 #include <utmp.h>
10452 int
10453 main ()
10454 {
10455 struct utmp ut;
10456 ;
10457 return 0;
10458 }
10459 _ACEOF
10460 rm -f conftest.$ac_objext
10461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10462 (eval $ac_compile) 2>conftest.er1
10463 ac_status=$?
10464 grep -v '^ *+' conftest.er1 >conftest.err
10465 rm -f conftest.er1
10466 cat conftest.err >&5
10467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10468 (exit $ac_status); } &&
10469 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10471 (eval $ac_try) 2>&5
10472 ac_status=$?
10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); }; } &&
10475 { ac_try='test -s conftest.$ac_objext'
10476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10477 (eval $ac_try) 2>&5
10478 ac_status=$?
10479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); }; }; then
10481 rxvt_cv_struct_utmp=yes
10482 else
10483 echo "$as_me: failed program was:" >&5
10484 sed 's/^/| /' conftest.$ac_ext >&5
10485
10486 rxvt_cv_struct_utmp=no
10487 fi
10488 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10489 fi
10490 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5
10491 echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6
10492 if test x$rxvt_cv_struct_utmp = xyes; then
10493
10494 cat >>confdefs.h <<\_ACEOF
10495 #define HAVE_STRUCT_UTMP 1
10496 _ACEOF
10497
10498 fi
10499
10500
10501 echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10502 echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10503 if test "${rxvt_cv_struct_utmp_host+set}" = set; then
10504 echo $ECHO_N "(cached) $ECHO_C" >&6
10505 else
10506 cat >conftest.$ac_ext <<_ACEOF
10507 /* confdefs.h. */
10508 _ACEOF
10509 cat confdefs.h >>conftest.$ac_ext
10510 cat >>conftest.$ac_ext <<_ACEOF
10511 /* end confdefs.h. */
10512 #include <sys/types.h>
10513 #include <utmp.h>
10514 int
10515 main ()
10516 {
10517 struct utmp ut; ut.ut_host;
10518 ;
10519 return 0;
10520 }
10521 _ACEOF
10522 rm -f conftest.$ac_objext
10523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10524 (eval $ac_compile) 2>conftest.er1
10525 ac_status=$?
10526 grep -v '^ *+' conftest.er1 >conftest.err
10527 rm -f conftest.er1
10528 cat conftest.err >&5
10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530 (exit $ac_status); } &&
10531 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 (eval $ac_try) 2>&5
10534 ac_status=$?
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; } &&
10537 { ac_try='test -s conftest.$ac_objext'
10538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10539 (eval $ac_try) 2>&5
10540 ac_status=$?
10541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10542 (exit $ac_status); }; }; then
10543 rxvt_cv_struct_utmp_host=yes
10544 else
10545 echo "$as_me: failed program was:" >&5
10546 sed 's/^/| /' conftest.$ac_ext >&5
10547
10548 rxvt_cv_struct_utmp_host=no
10549 fi
10550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10551 fi
10552 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5
10553 echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6
10554 if test x$rxvt_cv_struct_utmp_host = xyes; then
10555
10556 cat >>confdefs.h <<\_ACEOF
10557 #define HAVE_UTMP_HOST 1
10558 _ACEOF
10559
10560 fi
10561
10562 echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10563 echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10564 if test "${rxvt_cv_struct_utmp_pid+set}" = set; then
10565 echo $ECHO_N "(cached) $ECHO_C" >&6
10566 else
10567 cat >conftest.$ac_ext <<_ACEOF
10568 /* confdefs.h. */
10569 _ACEOF
10570 cat confdefs.h >>conftest.$ac_ext
10571 cat >>conftest.$ac_ext <<_ACEOF
10572 /* end confdefs.h. */
10573 #include <sys/types.h>
10574 #include <utmp.h>
10575 int
10576 main ()
10577 {
10578 struct utmp ut; ut.ut_pid;
10579 ;
10580 return 0;
10581 }
10582 _ACEOF
10583 rm -f conftest.$ac_objext
10584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10585 (eval $ac_compile) 2>conftest.er1
10586 ac_status=$?
10587 grep -v '^ *+' conftest.er1 >conftest.err
10588 rm -f conftest.er1
10589 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } &&
10592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10594 (eval $ac_try) 2>&5
10595 ac_status=$?
10596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10597 (exit $ac_status); }; } &&
10598 { ac_try='test -s conftest.$ac_objext'
10599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10600 (eval $ac_try) 2>&5
10601 ac_status=$?
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); }; }; then
10604 rxvt_cv_struct_utmp_pid=yes
10605 else
10606 echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.$ac_ext >&5
10608
10609 rxvt_cv_struct_utmp_pid=no
10610 fi
10611 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10612 fi
10613 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5
10614 echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6
10615 if test x$rxvt_cv_struct_utmp_pid = xyes; then
10616
10617 cat >>confdefs.h <<\_ACEOF
10618 #define HAVE_UTMP_PID 1
10619 _ACEOF
10620
10621 fi
10622
10623 fi
10624
10625
10626
10627 if test "${ac_cv_header_utmpx_h+set}" = set; then
10628 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10629 echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10630 if test "${ac_cv_header_utmpx_h+set}" = set; then
10631 echo $ECHO_N "(cached) $ECHO_C" >&6
10632 fi
10633 echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10634 echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10635 else
10636 # Is the header compilable?
10637 echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10638 echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10639 cat >conftest.$ac_ext <<_ACEOF
10640 /* confdefs.h. */
10641 _ACEOF
10642 cat confdefs.h >>conftest.$ac_ext
10643 cat >>conftest.$ac_ext <<_ACEOF
10644 /* end confdefs.h. */
10645 $ac_includes_default
10646 #include <utmpx.h>
10647 _ACEOF
10648 rm -f conftest.$ac_objext
10649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10650 (eval $ac_compile) 2>conftest.er1
10651 ac_status=$?
10652 grep -v '^ *+' conftest.er1 >conftest.err
10653 rm -f conftest.er1
10654 cat conftest.err >&5
10655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10656 (exit $ac_status); } &&
10657 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10659 (eval $ac_try) 2>&5
10660 ac_status=$?
10661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10662 (exit $ac_status); }; } &&
10663 { ac_try='test -s conftest.$ac_objext'
10664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10665 (eval $ac_try) 2>&5
10666 ac_status=$?
10667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); }; }; then
10669 ac_header_compiler=yes
10670 else
10671 echo "$as_me: failed program was:" >&5
10672 sed 's/^/| /' conftest.$ac_ext >&5
10673
10674 ac_header_compiler=no
10675 fi
10676 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10677 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10678 echo "${ECHO_T}$ac_header_compiler" >&6
10679
10680 # Is the header present?
10681 echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10682 echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10683 cat >conftest.$ac_ext <<_ACEOF
10684 /* confdefs.h. */
10685 _ACEOF
10686 cat confdefs.h >>conftest.$ac_ext
10687 cat >>conftest.$ac_ext <<_ACEOF
10688 /* end confdefs.h. */
10689 #include <utmpx.h>
10690 _ACEOF
10691 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10693 ac_status=$?
10694 grep -v '^ *+' conftest.er1 >conftest.err
10695 rm -f conftest.er1
10696 cat conftest.err >&5
10697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698 (exit $ac_status); } >/dev/null; then
10699 if test -s conftest.err; then
10700 ac_cpp_err=$ac_cxx_preproc_warn_flag
10701 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10702 else
10703 ac_cpp_err=
10704 fi
10705 else
10706 ac_cpp_err=yes
10707 fi
10708 if test -z "$ac_cpp_err"; then
10709 ac_header_preproc=yes
10710 else
10711 echo "$as_me: failed program was:" >&5
10712 sed 's/^/| /' conftest.$ac_ext >&5
10713
10714 ac_header_preproc=no
10715 fi
10716 rm -f conftest.err conftest.$ac_ext
10717 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10718 echo "${ECHO_T}$ac_header_preproc" >&6
10719
10720 # So? What about this header?
10721 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10722 yes:no: )
10723 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10724 echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10725 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5
10726 echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;}
10727 ac_header_preproc=yes
10728 ;;
10729 no:yes:* )
10730 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5
10731 echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;}
10732 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5
10733 echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;}
10734 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5
10735 echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;}
10736 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5
10737 echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10738 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10739 echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10740 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10741 echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10742 (
10743 cat <<\_ASBOX
10744 ## ------------------------------------------ ##
10745 ## Report this to the AC_PACKAGE_NAME lists. ##
10746 ## ------------------------------------------ ##
10747 _ASBOX
10748 ) |
10749 sed "s/^/$as_me: WARNING: /" >&2
10750 ;;
10751 esac
10752 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10753 echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10754 if test "${ac_cv_header_utmpx_h+set}" = set; then
10755 echo $ECHO_N "(cached) $ECHO_C" >&6
10756 else
10757 ac_cv_header_utmpx_h=$ac_header_preproc
10758 fi
10759 echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10760 echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10761
10762 fi
10763 if test $ac_cv_header_utmpx_h = yes; then
10764 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10765 echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10766 if test "${rxvt_cv_struct_utmpx+set}" = set; then
10767 echo $ECHO_N "(cached) $ECHO_C" >&6
10768 else
10769 cat >conftest.$ac_ext <<_ACEOF
10770 /* confdefs.h. */
10771 _ACEOF
10772 cat confdefs.h >>conftest.$ac_ext
10773 cat >>conftest.$ac_ext <<_ACEOF
10774 /* end confdefs.h. */
10775 #include <sys/types.h>
10776 #include <utmpx.h>
10777 int
10778 main ()
10779 {
10780 struct utmpx ut;
10781 ;
10782 return 0;
10783 }
10784 _ACEOF
10785 rm -f conftest.$ac_objext
10786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10787 (eval $ac_compile) 2>conftest.er1
10788 ac_status=$?
10789 grep -v '^ *+' conftest.er1 >conftest.err
10790 rm -f conftest.er1
10791 cat conftest.err >&5
10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); } &&
10794 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10796 (eval $ac_try) 2>&5
10797 ac_status=$?
10798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10799 (exit $ac_status); }; } &&
10800 { ac_try='test -s conftest.$ac_objext'
10801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10802 (eval $ac_try) 2>&5
10803 ac_status=$?
10804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10805 (exit $ac_status); }; }; then
10806 rxvt_cv_struct_utmpx=yes
10807 else
10808 echo "$as_me: failed program was:" >&5
10809 sed 's/^/| /' conftest.$ac_ext >&5
10810
10811 rxvt_cv_struct_utmpx=no
10812 fi
10813 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10814 fi
10815 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5
10816 echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6
10817 if test x$rxvt_cv_struct_utmpx = xyes; then
10818
10819 cat >>confdefs.h <<\_ACEOF
10820 #define HAVE_STRUCT_UTMPX 1
10821 _ACEOF
10822
10823 fi
10824
10825
10826 echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10827 echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10828 if test "${rxvt_cv_struct_utmpx_host+set}" = set; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6
10830 else
10831 cat >conftest.$ac_ext <<_ACEOF
10832 /* confdefs.h. */
10833 _ACEOF
10834 cat confdefs.h >>conftest.$ac_ext
10835 cat >>conftest.$ac_ext <<_ACEOF
10836 /* end confdefs.h. */
10837 #include <sys/types.h>
10838 #include <utmpx.h>
10839 int
10840 main ()
10841 {
10842 struct utmpx utx; utx.ut_host;
10843 ;
10844 return 0;
10845 }
10846 _ACEOF
10847 rm -f conftest.$ac_objext
10848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10849 (eval $ac_compile) 2>conftest.er1
10850 ac_status=$?
10851 grep -v '^ *+' conftest.er1 >conftest.err
10852 rm -f conftest.er1
10853 cat conftest.err >&5
10854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10855 (exit $ac_status); } &&
10856 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10858 (eval $ac_try) 2>&5
10859 ac_status=$?
10860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10861 (exit $ac_status); }; } &&
10862 { ac_try='test -s conftest.$ac_objext'
10863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10864 (eval $ac_try) 2>&5
10865 ac_status=$?
10866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10867 (exit $ac_status); }; }; then
10868 rxvt_cv_struct_utmpx_host=yes
10869 else
10870 echo "$as_me: failed program was:" >&5
10871 sed 's/^/| /' conftest.$ac_ext >&5
10872
10873 rxvt_cv_struct_utmpx_host=no
10874 fi
10875 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10876 fi
10877 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5
10878 echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6
10879 if test x$rxvt_cv_struct_utmpx_host = xyes; then
10880
10881 cat >>confdefs.h <<\_ACEOF
10882 #define HAVE_UTMPX_HOST 1
10883 _ACEOF
10884
10885 fi
10886
10887 echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10888 echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10889 if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10890 echo $ECHO_N "(cached) $ECHO_C" >&6
10891 else
10892 cat >conftest.$ac_ext <<_ACEOF
10893 /* confdefs.h. */
10894 _ACEOF
10895 cat confdefs.h >>conftest.$ac_ext
10896 cat >>conftest.$ac_ext <<_ACEOF
10897 /* end confdefs.h. */
10898 #include <sys/types.h>
10899 #include <utmpx.h>
10900 int
10901 main ()
10902 {
10903 struct utmpx utx; utx.ut_session;
10904 ;
10905 return 0;
10906 }
10907 _ACEOF
10908 rm -f conftest.$ac_objext
10909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10910 (eval $ac_compile) 2>conftest.er1
10911 ac_status=$?
10912 grep -v '^ *+' conftest.er1 >conftest.err
10913 rm -f conftest.er1
10914 cat conftest.err >&5
10915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } &&
10917 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5
10920 ac_status=$?
10921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); }; } &&
10923 { ac_try='test -s conftest.$ac_objext'
10924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10925 (eval $ac_try) 2>&5
10926 ac_status=$?
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); }; }; then
10929 rxvt_cv_struct_utmpx_session=yes
10930 else
10931 echo "$as_me: failed program was:" >&5
10932 sed 's/^/| /' conftest.$ac_ext >&5
10933
10934 rxvt_cv_struct_utmpx_session=no
10935 fi
10936 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10937 fi
10938 echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10939 echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10940 if test x$rxvt_cv_struct_utmpx_session = xyes; then
10941
10942 cat >>confdefs.h <<\_ACEOF
10943 #define HAVE_UTMPX_SESSION 1
10944 _ACEOF
10945
10946 fi
10947
10948 fi
10949
10950
10951 echo "$as_me:$LINENO: checking for struct lastlog" >&5
10952 echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
10953 if test "${rxvt_cv_struct_lastlog+set}" = set; then
10954 echo $ECHO_N "(cached) $ECHO_C" >&6
10955 else
10956 cat >conftest.$ac_ext <<_ACEOF
10957 /* confdefs.h. */
10958 _ACEOF
10959 cat confdefs.h >>conftest.$ac_ext
10960 cat >>conftest.$ac_ext <<_ACEOF
10961 /* end confdefs.h. */
10962 #include <sys/types.h>
10963 #include <utmp.h>
10964 #ifdef HAVE_LASTLOG_H
10965 #include <lastlog.h>
10966 #endif
10967
10968 int
10969 main ()
10970 {
10971 struct lastlog ll;
10972 ;
10973 return 0;
10974 }
10975 _ACEOF
10976 rm -f conftest.$ac_objext
10977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10978 (eval $ac_compile) 2>conftest.er1
10979 ac_status=$?
10980 grep -v '^ *+' conftest.er1 >conftest.err
10981 rm -f conftest.er1
10982 cat conftest.err >&5
10983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10984 (exit $ac_status); } &&
10985 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10987 (eval $ac_try) 2>&5
10988 ac_status=$?
10989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10990 (exit $ac_status); }; } &&
10991 { ac_try='test -s conftest.$ac_objext'
10992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10993 (eval $ac_try) 2>&5
10994 ac_status=$?
10995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10996 (exit $ac_status); }; }; then
10997 rxvt_cv_struct_lastlog=yes
10998 else
10999 echo "$as_me: failed program was:" >&5
11000 sed 's/^/| /' conftest.$ac_ext >&5
11001
11002 rxvt_cv_struct_lastlog=no
11003 fi
11004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11005 fi
11006 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5
11007 echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6
11008 if test x$rxvt_cv_struct_lastlog = xyes; then
11009
11010 cat >>confdefs.h <<\_ACEOF
11011 #define HAVE_STRUCT_LASTLOG 1
11012 _ACEOF
11013
11014 fi
11015
11016 echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11017 echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11018 if test "${rxvt_cv_struct_lastlogx+set}" = set; then
11019 echo $ECHO_N "(cached) $ECHO_C" >&6
11020 else
11021 cat >conftest.$ac_ext <<_ACEOF
11022 /* confdefs.h. */
11023 _ACEOF
11024 cat confdefs.h >>conftest.$ac_ext
11025 cat >>conftest.$ac_ext <<_ACEOF
11026 /* end confdefs.h. */
11027 #include <sys/types.h>
11028 #include <utmpx.h>
11029 #ifdef HAVE_LASTLOG_H
11030 #include <lastlog.h>
11031 #endif
11032
11033 int
11034 main ()
11035 {
11036 struct lastlogx ll;
11037 ;
11038 return 0;
11039 }
11040 _ACEOF
11041 rm -f conftest.$ac_objext
11042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11043 (eval $ac_compile) 2>conftest.er1
11044 ac_status=$?
11045 grep -v '^ *+' conftest.er1 >conftest.err
11046 rm -f conftest.er1
11047 cat conftest.err >&5
11048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11049 (exit $ac_status); } &&
11050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11052 (eval $ac_try) 2>&5
11053 ac_status=$?
11054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11055 (exit $ac_status); }; } &&
11056 { ac_try='test -s conftest.$ac_objext'
11057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11058 (eval $ac_try) 2>&5
11059 ac_status=$?
11060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11061 (exit $ac_status); }; }; then
11062 rxvt_cv_struct_lastlogx=yes
11063 else
11064 echo "$as_me: failed program was:" >&5
11065 sed 's/^/| /' conftest.$ac_ext >&5
11066
11067 rxvt_cv_struct_lastlogx=no
11068 fi
11069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11070 fi
11071 echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5
11072 echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6
11073 if test x$rxvt_cv_struct_lastlogx = xyes; then
11074
11075 cat >>confdefs.h <<\_ACEOF
11076 #define HAVE_STRUCT_LASTLOGX 1
11077 _ACEOF
11078
11079 fi
11080
11081
11082 echo "$as_me:$LINENO: checking where utmp is located" >&5
11083 echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11084 if test "${rxvt_cv_path_utmp+set}" = set; then
11085 echo $ECHO_N "(cached) $ECHO_C" >&6
11086 else
11087 if test "$cross_compiling" = yes; then
11088 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5
11089 echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;}
11090 else
11091 cat >conftest.$ac_ext <<_ACEOF
11092 /* confdefs.h. */
11093 _ACEOF
11094 cat confdefs.h >>conftest.$ac_ext
11095 cat >>conftest.$ac_ext <<_ACEOF
11096 /* end confdefs.h. */
11097 #include <stdio.h>
11098 #include <sys/types.h>
11099 #include <utmp.h>
11100 #include <errno.h>
11101 main()
11102 {
11103 char **u, *utmplist[] = {
11104 "/var/run/utmp", "/var/adm/utmp", "/etc/utmp", "/usr/etc/utmp", "/usr/adm/utmp", NULL };
11105 FILE *a, *f=fopen("conftestval", "w");
11106 if (!f) exit(1);
11107 #ifdef UTMP_FILE
11108 fprintf(f, "%s\n", UTMP_FILE);
11109 exit(0);
11110 #endif
11111 #ifdef _PATH_UTMP
11112 fprintf(f, "%s\n", _PATH_UTMP);
11113 exit(0);
11114 #endif
11115 for (u = utmplist; *u; u++) {
11116 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11117 fprintf(f, "%s\n", *u);
11118 exit(0);
11119 }
11120 }
11121 exit(0);
11122 }
11123 _ACEOF
11124 rm -f conftest$ac_exeext
11125 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11126 (eval $ac_link) 2>&5
11127 ac_status=$?
11128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11129 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11131 (eval $ac_try) 2>&5
11132 ac_status=$?
11133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11134 (exit $ac_status); }; }; then
11135 rxvt_cv_path_utmp=`cat conftestval`
11136 else
11137 echo "$as_me: program exited with status $ac_status" >&5
11138 echo "$as_me: failed program was:" >&5
11139 sed 's/^/| /' conftest.$ac_ext >&5
11140
11141 ( exit $ac_status )
11142 rxvt_cv_path_utmp=
11143 fi
11144 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11145 fi
11146 fi
11147 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5
11148 echo "${ECHO_T}$rxvt_cv_path_utmp" >&6
11149 if test x$rxvt_cv_path_utmp != x; then
11150
11151 cat >>confdefs.h <<_ACEOF
11152 #define RXVT_UTMP_FILE "$rxvt_cv_path_utmp"
11153 _ACEOF
11154
11155 fi
11156
11157
11158 echo "$as_me:$LINENO: checking where utmpx is located" >&5
11159 echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11160 if test "${rxvt_cv_path_utmpx+set}" = set; then
11161 echo $ECHO_N "(cached) $ECHO_C" >&6
11162 else
11163 if test "$cross_compiling" = yes; then
11164 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5
11165 echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;}
11166 else
11167 cat >conftest.$ac_ext <<_ACEOF
11168 /* confdefs.h. */
11169 _ACEOF
11170 cat confdefs.h >>conftest.$ac_ext
11171 cat >>conftest.$ac_ext <<_ACEOF
11172 /* end confdefs.h. */
11173 #include <stdio.h>
11174 #include <sys/types.h>
11175 #include <utmpx.h>
11176 #include <errno.h>
11177 #include <sys/stat.h>
11178 #ifdef HAVE_STRING_H
11179 #include <string.h>
11180 #endif
11181 main()
11182 {
11183 char **u, *p, *utmplist[] = {
11184 #ifdef UTMPX_FILE
11185 UTMPX_FILE,
11186 #endif
11187 #ifdef _PATH_UTMPX
11188 _PATH_UTMPX,
11189 #endif
11190 "/var/adm/utmpx", "/etc/utmpx", NULL };
11191 FILE *a, *f=fopen("conftestval", "w");
11192 struct stat statu, statux;
11193 if (!f) exit(1);
11194 for (u = utmplist; *u; u++) {
11195 if ((a = fopen(*u, "r")) != NULL || errno == EACCES) {
11196 if (stat(*u, &statux) < 0)
11197 continue;
11198 p = strdup(*u);
11199 p[strlen(p) - 1] = '\0';
11200 if (stat(p, &statu) >= 0
11201 && (statu.st_mtime - statux.st_mtime > 86400))
11202 continue;
11203 fprintf(f, "%s\n", *u);
11204 exit(0);
11205 }
11206 }
11207 exit(0);
11208 }
11209 _ACEOF
11210 rm -f conftest$ac_exeext
11211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11212 (eval $ac_link) 2>&5
11213 ac_status=$?
11214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11215 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11217 (eval $ac_try) 2>&5
11218 ac_status=$?
11219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11220 (exit $ac_status); }; }; then
11221 rxvt_cv_path_utmpx=`cat conftestval`
11222 else
11223 echo "$as_me: program exited with status $ac_status" >&5
11224 echo "$as_me: failed program was:" >&5
11225 sed 's/^/| /' conftest.$ac_ext >&5
11226
11227 ( exit $ac_status )
11228 rxvt_cv_path_utmpx=
11229 fi
11230 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11231 fi
11232 fi
11233 echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5
11234 echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6
11235 if test x$rxvt_cv_path_utmpx != x; then
11236
11237 cat >>confdefs.h <<_ACEOF
11238 #define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx"
11239 _ACEOF
11240
11241 fi
11242
11243
11244 echo "$as_me:$LINENO: checking where wtmp is located" >&5
11245 echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11246 if test "${rxvt_cv_path_wtmp+set}" = set; then
11247 echo $ECHO_N "(cached) $ECHO_C" >&6
11248 else
11249 if test "$cross_compiling" = yes; then
11250 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5
11251 echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;}
11252 else
11253 cat >conftest.$ac_ext <<_ACEOF
11254 /* confdefs.h. */
11255 _ACEOF
11256 cat confdefs.h >>conftest.$ac_ext
11257 cat >>conftest.$ac_ext <<_ACEOF
11258 /* end confdefs.h. */
11259 #include <stdio.h>
11260 #include <sys/types.h>
11261 #ifdef HAVE_UTMP_H
11262 #include <utmp.h>
11263 #endif
11264 #include <errno.h>
11265 main()
11266 {
11267 char **w, *wtmplist[] = {
11268 "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
11269 FILE *a, *f=fopen("conftestval", "w");
11270 if (!f) exit(1);
11271 #ifdef WTMP_FILE
11272 fprintf(f, "%s\n", WTMP_FILE);
11273 exit(0);
11274 #endif
11275 #ifdef _PATH_WTMP
11276 fprintf(f, "%s\n", _PATH_WTMP);
11277 exit(0);
11278 #endif
11279 for (w = wtmplist; *w; w++) {
11280 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11281 fprintf(f, "%s\n", *w);
11282 exit(0);
11283 }
11284 }
11285 exit(0);
11286 }
11287 _ACEOF
11288 rm -f conftest$ac_exeext
11289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11290 (eval $ac_link) 2>&5
11291 ac_status=$?
11292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11293 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11295 (eval $ac_try) 2>&5
11296 ac_status=$?
11297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11298 (exit $ac_status); }; }; then
11299 rxvt_cv_path_wtmp=`cat conftestval`
11300 else
11301 echo "$as_me: program exited with status $ac_status" >&5
11302 echo "$as_me: failed program was:" >&5
11303 sed 's/^/| /' conftest.$ac_ext >&5
11304
11305 ( exit $ac_status )
11306 rxvt_cv_path_wtmp=
11307 fi
11308 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11309 fi
11310 fi
11311 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5
11312 echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6
11313 if test x$rxvt_cv_path_wtmp != x; then
11314
11315 cat >>confdefs.h <<_ACEOF
11316 #define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp"
11317 _ACEOF
11318
11319 fi
11320
11321 echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11322 echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11323 if test "${rxvt_cv_path_wtmpx+set}" = set; then
11324 echo $ECHO_N "(cached) $ECHO_C" >&6
11325 else
11326 if test "$cross_compiling" = yes; then
11327 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5
11328 echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;}
11329 else
11330 cat >conftest.$ac_ext <<_ACEOF
11331 /* confdefs.h. */
11332 _ACEOF
11333 cat confdefs.h >>conftest.$ac_ext
11334 cat >>conftest.$ac_ext <<_ACEOF
11335 /* end confdefs.h. */
11336 #include <stdio.h>
11337 #ifdef HAVE_UTMPX_H
11338 #include <utmpx.h>
11339 #endif
11340 #include <errno.h>
11341 main()
11342 {
11343 char **w, *wtmplist[] = {
11344 "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
11345 FILE *a, *f=fopen("conftestval", "w");
11346 if (!f) exit(1);
11347 #ifdef WTMPX_FILE
11348 fprintf(f, "%s\n", WTMPX_FILE);
11349 exit(0);
11350 #endif
11351 #ifdef _PATH_WTMPX
11352 fprintf(f, "%s\n", _PATH_WTMPX);
11353 exit(0);
11354 #endif
11355 for (w = wtmplist; *w; w++) {
11356 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11357 fprintf(f, "%s\n", *w);
11358 exit(0);
11359 }
11360 }
11361 exit(0);
11362 }
11363 _ACEOF
11364 rm -f conftest$ac_exeext
11365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11366 (eval $ac_link) 2>&5
11367 ac_status=$?
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11371 (eval $ac_try) 2>&5
11372 ac_status=$?
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); }; }; then
11375 rxvt_cv_path_wtmpx=`cat conftestval`
11376 else
11377 echo "$as_me: program exited with status $ac_status" >&5
11378 echo "$as_me: failed program was:" >&5
11379 sed 's/^/| /' conftest.$ac_ext >&5
11380
11381 ( exit $ac_status )
11382 rxvt_cv_path_wtmpx=
11383 fi
11384 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11385 fi
11386 fi
11387 echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5
11388 echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6
11389 if test x$rxvt_cv_path_wtmpx != x; then
11390
11391 cat >>confdefs.h <<_ACEOF
11392 #define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx"
11393 _ACEOF
11394
11395 fi
11396
11397 echo "$as_me:$LINENO: checking where lastlog is located" >&5
11398 echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11399 if test "${rxvt_cv_path_lastlog+set}" = set; then
11400 echo $ECHO_N "(cached) $ECHO_C" >&6
11401 else
11402 if test "$cross_compiling" = yes; then
11403 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5
11404 echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;}
11405 else
11406 cat >conftest.$ac_ext <<_ACEOF
11407 /* confdefs.h. */
11408 _ACEOF
11409 cat confdefs.h >>conftest.$ac_ext
11410 cat >>conftest.$ac_ext <<_ACEOF
11411 /* end confdefs.h. */
11412 #include <stdio.h>
11413 #include <sys/types.h>
11414 #ifdef HAVE_UTMPX_H
11415 #include <utmpx.h>
11416 #elif defined(HAVE_UTMP_H)
11417 #include <utmp.h>
11418 #endif
11419 #ifdef HAVE_LASTLOG_H
11420 #include <lastlog.h>
11421 #endif
11422 #include <errno.h>
11423 main()
11424 {
11425 char **w, *lastloglist[] = { "/var/log/lastlog", NULL };
11426 FILE *a, *f=fopen("conftestval", "w");
11427 if (!f) exit(1);
11428 #ifdef LASTLOG_FILE
11429 fprintf(f, "%s\n", LASTLOG_FILE);
11430 exit(0);
11431 #endif
11432 #ifdef _PATH_LASTLOG
11433 fprintf(f, "%s\n", _PATH_LASTLOG);
11434 exit(0);
11435 #endif
11436 for (w = lastloglist; *w; w++) {
11437 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11438 fprintf(f, "%s\n", *w);
11439 exit(0);
11440 }
11441 }
11442 exit(0);
11443 }
11444 _ACEOF
11445 rm -f conftest$ac_exeext
11446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11447 (eval $ac_link) 2>&5
11448 ac_status=$?
11449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11450 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11452 (eval $ac_try) 2>&5
11453 ac_status=$?
11454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11455 (exit $ac_status); }; }; then
11456 rxvt_cv_path_lastlog=`cat conftestval`
11457 else
11458 echo "$as_me: program exited with status $ac_status" >&5
11459 echo "$as_me: failed program was:" >&5
11460 sed 's/^/| /' conftest.$ac_ext >&5
11461
11462 ( exit $ac_status )
11463 rxvt_cv_path_lastlog=
11464 fi
11465 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11466 fi
11467 fi
11468 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5
11469 echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6
11470 if test x$rxvt_cv_path_lastlog != x; then
11471
11472 cat >>confdefs.h <<_ACEOF
11473 #define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog"
11474 _ACEOF
11475
11476 if test -d "$rxvt_cv_path_lastlog"; then
11477
11478 cat >>confdefs.h <<\_ACEOF
11479 #define LASTLOG_IS_DIR 1
11480 _ACEOF
11481
11482 fi
11483 fi
11484
11485 echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11486 echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11487 if test "${rxvt_cv_path_lastlogx+set}" = set; then
11488 echo $ECHO_N "(cached) $ECHO_C" >&6
11489 else
11490 if test "$cross_compiling" = yes; then
11491 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5
11492 echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;}
11493 else
11494 cat >conftest.$ac_ext <<_ACEOF
11495 /* confdefs.h. */
11496 _ACEOF
11497 cat confdefs.h >>conftest.$ac_ext
11498 cat >>conftest.$ac_ext <<_ACEOF
11499 /* end confdefs.h. */
11500 #include <stdio.h>
11501 #ifdef HAVE_UTMPX_H
11502 #include <utmpx.h>
11503 #endif
11504 #include <errno.h>
11505 main()
11506 {
11507 char **w, *wtmplist[] = { "/var/log/lastlogx", "/var/adm/lastlogx", NULL };
11508 FILE *a, *f=fopen("conftestval", "w");
11509 if (!f) exit(1);
11510 #ifdef LASTLOGX_FILE
11511 fprintf(f, "%s\n", LASTLOGX_FILE);
11512 exit(0);
11513 #endif
11514 #ifdef _PATH_LASTLOGX
11515 fprintf(f, "%s\n", _PATH_LASTLOGX);
11516 exit(0);
11517 #endif
11518 for (w = wtmplist; *w; w++) {
11519 if ((a = fopen(*w, "r")) != NULL || errno == EACCES) {
11520 fprintf(f, "%s\n", *w);
11521 exit(0);
11522 }
11523 }
11524 exit(0);
11525 }
11526 _ACEOF
11527 rm -f conftest$ac_exeext
11528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11529 (eval $ac_link) 2>&5
11530 ac_status=$?
11531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11532 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11534 (eval $ac_try) 2>&5
11535 ac_status=$?
11536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11537 (exit $ac_status); }; }; then
11538 rxvt_cv_path_lastlogx=`cat conftestval`
11539 else
11540 echo "$as_me: program exited with status $ac_status" >&5
11541 echo "$as_me: failed program was:" >&5
11542 sed 's/^/| /' conftest.$ac_ext >&5
11543
11544 ( exit $ac_status )
11545 rxvt_cv_path_lastlogx=
11546 fi
11547 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11548 fi
11549 fi
11550 echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5
11551 echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6
11552 if test x$rxvt_cv_path_lastlogx != x; then
11553
11554 cat >>confdefs.h <<_ACEOF
11555 #define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx"
11556 _ACEOF
11557
11558 fi
11559
11560
11561 echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11562 echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11563 if test "${rxvt_cv_path_ttytab+set}" = set; then
11564 echo $ECHO_N "(cached) $ECHO_C" >&6
11565 else
11566 for ttys_file in /etc/ttys /etc/ttytab;
11567 do
11568 if test -f "$ttys_file" ; then
11569 rxvt_cv_path_ttytab=$ttys_file
11570 break
11571 fi
11572 done
11573
11574 fi
11575 echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11576 echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11577 if test x$rxvt_cv_path_ttytab != x; then
11578
11579 cat >>confdefs.h <<_ACEOF
11580 #define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11581 _ACEOF
11582
11583 fi
11584
11585
11586 ac_save_LIBS=$LIBS
11587 ac_save_CFLAGS=$CFLAGS
11588 CFLAGS="$CFLAGS $X_CFLAGS"
11589 LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11590 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11591 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11592 fi
11593 echo "$as_me:$LINENO: checking for working Xlocale" >&5
11594 echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11595 if test "${rxvt_cv_func_xlocale+set}" = set; then
11596 echo $ECHO_N "(cached) $ECHO_C" >&6
11597 else
11598 if test "$cross_compiling" = yes; then
11599 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11600 echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11601 else
11602 cat >conftest.$ac_ext <<_ACEOF
11603 /* confdefs.h. */
11604 _ACEOF
11605 cat confdefs.h >>conftest.$ac_ext
11606 cat >>conftest.$ac_ext <<_ACEOF
11607 /* end confdefs.h. */
11608 #include <X11/Xlib.h>
11609 main() {
11610 char *p;
11611 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
11612 exit (XSupportsLocale() ? 0 : 1);
11613 else
11614 exit (1);}
11615 _ACEOF
11616 rm -f conftest$ac_exeext
11617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11618 (eval $ac_link) 2>&5
11619 ac_status=$?
11620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11621 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11623 (eval $ac_try) 2>&5
11624 ac_status=$?
11625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11626 (exit $ac_status); }; }; then
11627 rxvt_cv_func_xlocale=yes
11628 else
11629 echo "$as_me: program exited with status $ac_status" >&5
11630 echo "$as_me: failed program was:" >&5
11631 sed 's/^/| /' conftest.$ac_ext >&5
11632
11633 ( exit $ac_status )
11634 rxvt_cv_func_xlocale=no
11635 fi
11636 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11637 fi
11638 fi
11639 echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11640 echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11641 if test x$rxvt_cv_func_xlocale = xyes; then
11642
11643 cat >>confdefs.h <<\_ACEOF
11644 #define HAVE_XLOCALE 1
11645 _ACEOF
11646
11647 fi
11648
11649 echo "$as_me:$LINENO: checking for working X setlocale" >&5
11650 echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11651 if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11652 echo $ECHO_N "(cached) $ECHO_C" >&6
11653 else
11654 cat >conftest.$ac_ext <<_ACEOF
11655 /* confdefs.h. */
11656 _ACEOF
11657 cat confdefs.h >>conftest.$ac_ext
11658 cat >>conftest.$ac_ext <<_ACEOF
11659 /* end confdefs.h. */
11660 #define X_LOCALE 1
11661 #include <X11/Xlocale.h>
11662 int
11663 main ()
11664 {
11665 setlocale(LC_CTYPE, "");
11666 ;
11667 return 0;
11668 }
11669 _ACEOF
11670 rm -f conftest.$ac_objext conftest$ac_exeext
11671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11672 (eval $ac_link) 2>conftest.er1
11673 ac_status=$?
11674 grep -v '^ *+' conftest.er1 >conftest.err
11675 rm -f conftest.er1
11676 cat conftest.err >&5
11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11678 (exit $ac_status); } &&
11679 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11681 (eval $ac_try) 2>&5
11682 ac_status=$?
11683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11684 (exit $ac_status); }; } &&
11685 { ac_try='test -s conftest$ac_exeext'
11686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11687 (eval $ac_try) 2>&5
11688 ac_status=$?
11689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11690 (exit $ac_status); }; }; then
11691 rxvt_cv_func_xsetlocale=yes
11692 else
11693 echo "$as_me: failed program was:" >&5
11694 sed 's/^/| /' conftest.$ac_ext >&5
11695
11696 rxvt_cv_func_xsetlocale=no
11697 fi
11698 rm -f conftest.err conftest.$ac_objext \
11699 conftest$ac_exeext conftest.$ac_ext
11700 fi
11701 echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11702 echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11703 if test x$rxvt_cv_func_xsetlocale = xyes; then
11704
11705 cat >>confdefs.h <<\_ACEOF
11706 #define HAVE_XSETLOCALE 1
11707 _ACEOF
11708
11709 fi
11710 LIBS=$ac_save_LIBS
11711 CFLAGS=$ac_save_CFLAGS
11712
11713 echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11714 echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11715 if test "${rxvt_cv_func_setlocale+set}" = set; then
11716 echo $ECHO_N "(cached) $ECHO_C" >&6
11717 else
11718 cat >conftest.$ac_ext <<_ACEOF
11719 /* confdefs.h. */
11720 _ACEOF
11721 cat confdefs.h >>conftest.$ac_ext
11722 cat >>conftest.$ac_ext <<_ACEOF
11723 /* end confdefs.h. */
11724 #include <clocale>
11725 int
11726 main ()
11727 {
11728 setlocale(LC_CTYPE, "");
11729 ;
11730 return 0;
11731 }
11732 _ACEOF
11733 rm -f conftest.$ac_objext conftest$ac_exeext
11734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11735 (eval $ac_link) 2>conftest.er1
11736 ac_status=$?
11737 grep -v '^ *+' conftest.er1 >conftest.err
11738 rm -f conftest.er1
11739 cat conftest.err >&5
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); } &&
11742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11744 (eval $ac_try) 2>&5
11745 ac_status=$?
11746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); }; } &&
11748 { ac_try='test -s conftest$ac_exeext'
11749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11750 (eval $ac_try) 2>&5
11751 ac_status=$?
11752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11753 (exit $ac_status); }; }; then
11754 rxvt_cv_func_setlocale=yes
11755 else
11756 echo "$as_me: failed program was:" >&5
11757 sed 's/^/| /' conftest.$ac_ext >&5
11758
11759 rxvt_cv_func_setlocale=no
11760 fi
11761 rm -f conftest.err conftest.$ac_objext \
11762 conftest$ac_exeext conftest.$ac_ext
11763 fi
11764 echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
11765 echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
11766 if test x$rxvt_cv_func_setlocale = xyes; then
11767
11768 cat >>confdefs.h <<\_ACEOF
11769 #define HAVE_SETLOCALE 1
11770 _ACEOF
11771
11772 fi
11773
11774 echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
11775 echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
11776 if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
11777 echo $ECHO_N "(cached) $ECHO_C" >&6
11778 else
11779 cat >conftest.$ac_ext <<_ACEOF
11780 /* confdefs.h. */
11781 _ACEOF
11782 cat confdefs.h >>conftest.$ac_ext
11783 cat >>conftest.$ac_ext <<_ACEOF
11784 /* end confdefs.h. */
11785 #include <langinfo.h>
11786 int
11787 main ()
11788 {
11789 nl_langinfo(CODESET);
11790 ;
11791 return 0;
11792 }
11793 _ACEOF
11794 rm -f conftest.$ac_objext conftest$ac_exeext
11795 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11796 (eval $ac_link) 2>conftest.er1
11797 ac_status=$?
11798 grep -v '^ *+' conftest.er1 >conftest.err
11799 rm -f conftest.er1
11800 cat conftest.err >&5
11801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802 (exit $ac_status); } &&
11803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11805 (eval $ac_try) 2>&5
11806 ac_status=$?
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); }; } &&
11809 { ac_try='test -s conftest$ac_exeext'
11810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11811 (eval $ac_try) 2>&5
11812 ac_status=$?
11813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11814 (exit $ac_status); }; }; then
11815 rxvt_cv_func_nl_langinfo=yes
11816 else
11817 echo "$as_me: failed program was:" >&5
11818 sed 's/^/| /' conftest.$ac_ext >&5
11819
11820 rxvt_cv_func_nl_langinfo=no
11821 fi
11822 rm -f conftest.err conftest.$ac_objext \
11823 conftest$ac_exeext conftest.$ac_ext
11824 fi
11825 echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
11826 echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
11827 if test x$rxvt_cv_func_nl_langinfo = xyes; then
11828
11829 cat >>confdefs.h <<\_ACEOF
11830 #define HAVE_NL_LANGINFO 1
11831 _ACEOF
11832
11833 fi
11834
11835 echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11836 echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11837 if test "${rxvt_can_pass_fds+set}" = set; then
11838 echo $ECHO_N "(cached) $ECHO_C" >&6
11839 else
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11846
11847 #include <sys/types.h>
11848 #include <sys/socket.h>
11849
11850 int
11851 main ()
11852 {
11853
11854 {
11855 msghdr msg;
11856 iovec iov;
11857 char buf [100];
11858 char data = 0;
11859
11860 iov.iov_base = &data;
11861 iov.iov_len = 1;
11862
11863 msg.msg_iov = &iov;
11864 msg.msg_iovlen = 1;
11865 msg.msg_control = buf;
11866 msg.msg_controllen = sizeof buf;
11867
11868 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11869 cmsg->cmsg_level = SOL_SOCKET;
11870 cmsg->cmsg_type = SCM_RIGHTS;
11871 cmsg->cmsg_len = 100;
11872
11873 *(int *)CMSG_DATA (cmsg) = 5;
11874
11875 return sendmsg (3, &msg, 0);
11876 }
11877
11878 ;
11879 return 0;
11880 }
11881 _ACEOF
11882 rm -f conftest.$ac_objext conftest$ac_exeext
11883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11884 (eval $ac_link) 2>conftest.er1
11885 ac_status=$?
11886 grep -v '^ *+' conftest.er1 >conftest.err
11887 rm -f conftest.er1
11888 cat conftest.err >&5
11889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11890 (exit $ac_status); } &&
11891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11893 (eval $ac_try) 2>&5
11894 ac_status=$?
11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); }; } &&
11897 { ac_try='test -s conftest$ac_exeext'
11898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11899 (eval $ac_try) 2>&5
11900 ac_status=$?
11901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902 (exit $ac_status); }; }; then
11903 rxvt_can_pass_fds=yes
11904 else
11905 echo "$as_me: failed program was:" >&5
11906 sed 's/^/| /' conftest.$ac_ext >&5
11907
11908 rxvt_can_pass_fds=no
11909 fi
11910 rm -f conftest.err conftest.$ac_objext \
11911 conftest$ac_exeext conftest.$ac_ext
11912 fi
11913 echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11914 echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11915 if test x$rxvt_can_pass_fds = xyes; then
11916
11917 cat >>confdefs.h <<\_ACEOF
11918 #define HAVE_UNIX_FDPASS 1
11919 _ACEOF
11920
11921 fi
11922
11923 echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11924 echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11925 if test "${rxvt_broken_ximcb+set}" = set; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 else
11928 cat >conftest.$ac_ext <<_ACEOF
11929
11930 #include <X11/Xlib.h>
11931
11932 void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11933
11934 void f() {
11935 XIMCallback cb;
11936 cb.callback = im_destroy_cb;
11937 }
11938
11939 _ACEOF
11940 rm -f conftest.$ac_objext
11941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11942 (eval $ac_compile) 2>conftest.er1
11943 ac_status=$?
11944 grep -v '^ *+' conftest.er1 >conftest.err
11945 rm -f conftest.er1
11946 cat conftest.err >&5
11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11948 (exit $ac_status); } &&
11949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11951 (eval $ac_try) 2>&5
11952 ac_status=$?
11953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); }; } &&
11955 { ac_try='test -s conftest.$ac_objext'
11956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11957 (eval $ac_try) 2>&5
11958 ac_status=$?
11959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11960 (exit $ac_status); }; }; then
11961 rxvt_broken_ximcb=yes
11962 else
11963 echo "$as_me: failed program was:" >&5
11964 sed 's/^/| /' conftest.$ac_ext >&5
11965
11966 rxvt_broken_ximcb=no
11967 fi
11968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11969 fi
11970 echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11971 echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11972
11973 if test x$rxvt_broken_ximcb = xyes; then
11974
11975 cat >>confdefs.h <<\_ACEOF
11976 #define XIMCB_PROTO_BROKEN 1
11977 _ACEOF
11978
11979 fi
11980
11981 if test x$rxvt_cv_func_posix_openpt = xno; then
11982 echo "$as_me:$LINENO: checking for openpty" >&5
11983 echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11984 if test "${ac_cv_func_openpty+set}" = set; then
11985 echo $ECHO_N "(cached) $ECHO_C" >&6
11986 else
11987 cat >conftest.$ac_ext <<_ACEOF
11988 /* confdefs.h. */
11989 _ACEOF
11990 cat confdefs.h >>conftest.$ac_ext
11991 cat >>conftest.$ac_ext <<_ACEOF
11992 /* end confdefs.h. */
11993 /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
11994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11995 #define openpty innocuous_openpty
11996
11997 /* System header to define __stub macros and hopefully few prototypes,
11998 which can conflict with char openpty (); below.
11999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12000 <limits.h> exists even on freestanding compilers. */
12001
12002 #ifdef __STDC__
12003 # include <limits.h>
12004 #else
12005 # include <assert.h>
12006 #endif
12007
12008 #undef openpty
12009
12010 /* Override any gcc2 internal prototype to avoid an error. */
12011 #ifdef __cplusplus
12012 extern "C"
12013 {
12014 #endif
12015 /* We use char because int might match the return type of a gcc2
12016 builtin and then its argument prototype would still apply. */
12017 char openpty ();
12018 /* The GNU C library defines this for functions which it implements
12019 to always fail with ENOSYS. Some functions are actually named
12020 something starting with __ and the normal name is an alias. */
12021 #if defined (__stub_openpty) || defined (__stub___openpty)
12022 choke me
12023 #else
12024 char (*f) () = openpty;
12025 #endif
12026 #ifdef __cplusplus
12027 }
12028 #endif
12029
12030 int
12031 main ()
12032 {
12033 return f != openpty;
12034 ;
12035 return 0;
12036 }
12037 _ACEOF
12038 rm -f conftest.$ac_objext conftest$ac_exeext
12039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12040 (eval $ac_link) 2>conftest.er1
12041 ac_status=$?
12042 grep -v '^ *+' conftest.er1 >conftest.err
12043 rm -f conftest.er1
12044 cat conftest.err >&5
12045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12046 (exit $ac_status); } &&
12047 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12049 (eval $ac_try) 2>&5
12050 ac_status=$?
12051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); }; } &&
12053 { ac_try='test -s conftest$ac_exeext'
12054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12055 (eval $ac_try) 2>&5
12056 ac_status=$?
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); }; }; then
12059 ac_cv_func_openpty=yes
12060 else
12061 echo "$as_me: failed program was:" >&5
12062 sed 's/^/| /' conftest.$ac_ext >&5
12063
12064 ac_cv_func_openpty=no
12065 fi
12066 rm -f conftest.err conftest.$ac_objext \
12067 conftest$ac_exeext conftest.$ac_ext
12068 fi
12069 echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
12070 echo "${ECHO_T}$ac_cv_func_openpty" >&6
12071 if test $ac_cv_func_openpty = yes; then
12072 :
12073 else
12074 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12075 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12076 if test "${ac_cv_lib_util_openpty+set}" = set; then
12077 echo $ECHO_N "(cached) $ECHO_C" >&6
12078 else
12079 ac_check_lib_save_LIBS=$LIBS
12080 LIBS="-lutil $LIBS"
12081 cat >conftest.$ac_ext <<_ACEOF
12082 /* confdefs.h. */
12083 _ACEOF
12084 cat confdefs.h >>conftest.$ac_ext
12085 cat >>conftest.$ac_ext <<_ACEOF
12086 /* end confdefs.h. */
12087
12088 /* Override any gcc2 internal prototype to avoid an error. */
12089 #ifdef __cplusplus
12090 extern "C"
12091 #endif
12092 /* We use char because int might match the return type of a gcc2
12093 builtin and then its argument prototype would still apply. */
12094 char openpty ();
12095 int
12096 main ()
12097 {
12098 openpty ();
12099 ;
12100 return 0;
12101 }
12102 _ACEOF
12103 rm -f conftest.$ac_objext conftest$ac_exeext
12104 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12105 (eval $ac_link) 2>conftest.er1
12106 ac_status=$?
12107 grep -v '^ *+' conftest.er1 >conftest.err
12108 rm -f conftest.er1
12109 cat conftest.err >&5
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } &&
12112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12114 (eval $ac_try) 2>&5
12115 ac_status=$?
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); }; } &&
12118 { ac_try='test -s conftest$ac_exeext'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; }; then
12124 ac_cv_lib_util_openpty=yes
12125 else
12126 echo "$as_me: failed program was:" >&5
12127 sed 's/^/| /' conftest.$ac_ext >&5
12128
12129 ac_cv_lib_util_openpty=no
12130 fi
12131 rm -f conftest.err conftest.$ac_objext \
12132 conftest$ac_exeext conftest.$ac_ext
12133 LIBS=$ac_check_lib_save_LIBS
12134 fi
12135 echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12136 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12137 if test $ac_cv_lib_util_openpty = yes; then
12138 LIBS="$LIBS -lutil"
12139 fi
12140
12141 fi
12142
12143 fi
12144
12145 echo "$as_me:$LINENO: checking for pty/tty type" >&5
12146 echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12147 if test "${rxvt_cv_ptys+set}" = set; then
12148 echo $ECHO_N "(cached) $ECHO_C" >&6
12149 else
12150 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12151 rxvt_cv_ptys=OPENPTY
12152 else if test x$ac_cv_func_posix_openpt = xyes; then
12153 rxvt_cv_ptys=POSIX
12154 else if test x$ac_cv_func__getpty = xyes; then
12155 rxvt_cv_ptys=SGI4
12156 else if test -c /dev/ttyp20; then
12157 rxvt_cv_ptys=SCO
12158 else if test -c /dev/ptym/clone; then
12159 rxvt_cv_ptys=HPUX
12160 else if test -c /dev/ptc -a -c /dev/pts; then
12161 rxvt_cv_ptys=PTC
12162 else if test -c /dev/ptc -a -d /dev/pts; then
12163 rxvt_cv_ptys=PTC
12164 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12165 rxvt_cv_ptys=STREAMS
12166 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
12167 rxvt_cv_ptys=STREAMS
12168 else
12169 rxvt_cv_ptys=BSD
12170 fi
12171 fi
12172 fi
12173 fi
12174 fi
12175 fi
12176 fi
12177 fi
12178 fi
12179
12180 fi
12181 echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12182 echo "${ECHO_T}$rxvt_cv_ptys" >&6
12183
12184 if test x$rxvt_cv_ptys = xPOSIX; then
12185
12186 cat >>confdefs.h <<\_ACEOF
12187 #define PTYS_ARE_POSIX 1
12188 _ACEOF
12189
12190 fi
12191 if test x$rxvt_cv_ptys = xOPENPTY; then
12192
12193 cat >>confdefs.h <<\_ACEOF
12194 #define PTYS_ARE_OPENPTY 1
12195 _ACEOF
12196
12197 fi
12198 if test x$rxvt_cv_ptys = xSCO; then
12199
12200 cat >>confdefs.h <<\_ACEOF
12201 #define PTYS_ARE_NUMERIC 1
12202 _ACEOF
12203
12204 fi
12205 if test x$rxvt_cv_ptys = xSTREAMS; then
12206
12207 cat >>confdefs.h <<\_ACEOF
12208 #define PTYS_ARE_PTMX 1
12209 _ACEOF
12210
12211 fi
12212 if test x$rxvt_cv_ptys = xPTC; then
12213
12214 cat >>confdefs.h <<\_ACEOF
12215 #define PTYS_ARE_PTC 1
12216 _ACEOF
12217
12218 fi
12219 if test x$rxvt_cv_ptys = xSGI4; then
12220
12221 cat >>confdefs.h <<\_ACEOF
12222 #define PTYS_ARE__GETPTY 1
12223 _ACEOF
12224
12225 fi
12226 if test x$rxvt_cv_ptys = xGLIBC; then
12227
12228 cat >>confdefs.h <<\_ACEOF
12229 #define PTYS_ARE_GETPT 1
12230 _ACEOF
12231
12232 fi
12233 if test x$rxvt_cv_ptys = xHPUX; then
12234
12235 cat >>confdefs.h <<\_ACEOF
12236 #define PTYS_ARE_CLONE 1
12237 _ACEOF
12238
12239 fi
12240 if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
12241
12242 cat >>confdefs.h <<\_ACEOF
12243 #define PTYS_ARE_SEARCHED 1
12244 _ACEOF
12245
12246 fi
12247
12248
12249 { echo "$as_me:$LINENO: checking for pty ranges..." >&5
12250 echo "$as_me: checking for pty ranges..." >&6;}
12251 ptys=`echo /dev/pty??`
12252 pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
12253 pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
12254 if test x$pch1 != x; then
12255
12256 cat >>confdefs.h <<_ACEOF
12257 #define PTYCHAR1 "$pch1"
12258 _ACEOF
12259
12260 fi
12261 if test x$pch2 != x; then
12262
12263 cat >>confdefs.h <<_ACEOF
12264 #define PTYCHAR2 "$pch2"
12265 _ACEOF
12266
12267 fi
12268
12269 if test x$support_xft = xyes; then
12270 LIBS="$LIBS `pkg-config xft --libs`"
12271 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
12272
12273
12274 for ac_header in X11/Xft/Xft.h
12275 do
12276 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12277 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12278 echo "$as_me:$LINENO: checking for $ac_header" >&5
12279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12280 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12281 echo $ECHO_N "(cached) $ECHO_C" >&6
12282 fi
12283 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12284 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12285 else
12286 # Is the header compilable?
12287 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12288 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12289 cat >conftest.$ac_ext <<_ACEOF
12290 /* confdefs.h. */
12291 _ACEOF
12292 cat confdefs.h >>conftest.$ac_ext
12293 cat >>conftest.$ac_ext <<_ACEOF
12294 /* end confdefs.h. */
12295 $ac_includes_default
12296 #include <$ac_header>
12297 _ACEOF
12298 rm -f conftest.$ac_objext
12299 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12300 (eval $ac_compile) 2>conftest.er1
12301 ac_status=$?
12302 grep -v '^ *+' conftest.er1 >conftest.err
12303 rm -f conftest.er1
12304 cat conftest.err >&5
12305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12306 (exit $ac_status); } &&
12307 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12309 (eval $ac_try) 2>&5
12310 ac_status=$?
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); }; } &&
12313 { ac_try='test -s conftest.$ac_objext'
12314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12315 (eval $ac_try) 2>&5
12316 ac_status=$?
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); }; }; then
12319 ac_header_compiler=yes
12320 else
12321 echo "$as_me: failed program was:" >&5
12322 sed 's/^/| /' conftest.$ac_ext >&5
12323
12324 ac_header_compiler=no
12325 fi
12326 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12327 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12328 echo "${ECHO_T}$ac_header_compiler" >&6
12329
12330 # Is the header present?
12331 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12332 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12333 cat >conftest.$ac_ext <<_ACEOF
12334 /* confdefs.h. */
12335 _ACEOF
12336 cat confdefs.h >>conftest.$ac_ext
12337 cat >>conftest.$ac_ext <<_ACEOF
12338 /* end confdefs.h. */
12339 #include <$ac_header>
12340 _ACEOF
12341 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12342 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12343 ac_status=$?
12344 grep -v '^ *+' conftest.er1 >conftest.err
12345 rm -f conftest.er1
12346 cat conftest.err >&5
12347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12348 (exit $ac_status); } >/dev/null; then
12349 if test -s conftest.err; then
12350 ac_cpp_err=$ac_cxx_preproc_warn_flag
12351 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12352 else
12353 ac_cpp_err=
12354 fi
12355 else
12356 ac_cpp_err=yes
12357 fi
12358 if test -z "$ac_cpp_err"; then
12359 ac_header_preproc=yes
12360 else
12361 echo "$as_me: failed program was:" >&5
12362 sed 's/^/| /' conftest.$ac_ext >&5
12363
12364 ac_header_preproc=no
12365 fi
12366 rm -f conftest.err conftest.$ac_ext
12367 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12368 echo "${ECHO_T}$ac_header_preproc" >&6
12369
12370 # So? What about this header?
12371 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12372 yes:no: )
12373 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12374 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12375 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12376 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12377 ac_header_preproc=yes
12378 ;;
12379 no:yes:* )
12380 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12381 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12382 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12383 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12384 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12385 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12386 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12387 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12388 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12389 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12390 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12391 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12392 (
12393 cat <<\_ASBOX
12394 ## ------------------------------------------ ##
12395 ## Report this to the AC_PACKAGE_NAME lists. ##
12396 ## ------------------------------------------ ##
12397 _ASBOX
12398 ) |
12399 sed "s/^/$as_me: WARNING: /" >&2
12400 ;;
12401 esac
12402 echo "$as_me:$LINENO: checking for $ac_header" >&5
12403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12405 echo $ECHO_N "(cached) $ECHO_C" >&6
12406 else
12407 eval "$as_ac_Header=\$ac_header_preproc"
12408 fi
12409 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12410 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12411
12412 fi
12413 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12414 cat >>confdefs.h <<_ACEOF
12415 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12416 _ACEOF
12417
12418 else
12419 support_xft=no
12420 fi
12421
12422 done
12423
12424
12425 echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
12426 echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
12427 if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
12428 echo $ECHO_N "(cached) $ECHO_C" >&6
12429 else
12430 ac_check_lib_save_LIBS=$LIBS
12431 LIBS="-lXft $LIBS"
12432 cat >conftest.$ac_ext <<_ACEOF
12433 /* confdefs.h. */
12434 _ACEOF
12435 cat confdefs.h >>conftest.$ac_ext
12436 cat >>conftest.$ac_ext <<_ACEOF
12437 /* end confdefs.h. */
12438
12439 /* Override any gcc2 internal prototype to avoid an error. */
12440 #ifdef __cplusplus
12441 extern "C"
12442 #endif
12443 /* We use char because int might match the return type of a gcc2
12444 builtin and then its argument prototype would still apply. */
12445 char XftDrawString32 ();
12446 int
12447 main ()
12448 {
12449 XftDrawString32 ();
12450 ;
12451 return 0;
12452 }
12453 _ACEOF
12454 rm -f conftest.$ac_objext conftest$ac_exeext
12455 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12456 (eval $ac_link) 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } &&
12463 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12465 (eval $ac_try) 2>&5
12466 ac_status=$?
12467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12468 (exit $ac_status); }; } &&
12469 { ac_try='test -s conftest$ac_exeext'
12470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12471 (eval $ac_try) 2>&5
12472 ac_status=$?
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); }; }; then
12475 ac_cv_lib_Xft_XftDrawString32=yes
12476 else
12477 echo "$as_me: failed program was:" >&5
12478 sed 's/^/| /' conftest.$ac_ext >&5
12479
12480 ac_cv_lib_Xft_XftDrawString32=no
12481 fi
12482 rm -f conftest.err conftest.$ac_objext \
12483 conftest$ac_exeext conftest.$ac_ext
12484 LIBS=$ac_check_lib_save_LIBS
12485 fi
12486 echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
12487 echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
12488 if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
12489 cat >>confdefs.h <<_ACEOF
12490 #define HAVE_LIBXFT 1
12491 _ACEOF
12492
12493 LIBS="-lXft $LIBS"
12494
12495 else
12496 support_xft=no
12497 fi
12498
12499
12500 if test x$support_xft = xyes; then
12501
12502 cat >>confdefs.h <<\_ACEOF
12503 #define XFT 1
12504 _ACEOF
12505
12506 fi
12507 fi
12508 if test x$support_styles = xyes; then
12509
12510 cat >>confdefs.h <<\_ACEOF
12511 #define ENABLE_STYLES 1
12512 _ACEOF
12513
12514 fi
12515 if test x$support_iso14755 = xyes; then
12516
12517 cat >>confdefs.h <<\_ACEOF
12518 #define ISO_14755 1
12519 _ACEOF
12520
12521 fi
12522 if test x$support_8bitctrls = xyes; then
12523
12524 cat >>confdefs.h <<\_ACEOF
12525 #define EIGHT_BIT_CONTROLS 1
12526 _ACEOF
12527
12528 fi
12529 if test x$support_fading = xyes; then
12530
12531 cat >>confdefs.h <<\_ACEOF
12532 #define OFF_FOCUS_FADING 1
12533 _ACEOF
12534
12535 fi
12536 if test x$support_tinting = xyes; then
12537
12538 cat >>confdefs.h <<\_ACEOF
12539 #define TINTING 1
12540 _ACEOF
12541
12542 fi
12543 if test x$support_inheritpixmap = xyes; then
12544
12545 cat >>confdefs.h <<\_ACEOF
12546 #define TRANSPARENT 1
12547 _ACEOF
12548
12549 fi
12550 if test x$support_keepscrolling = xno; then
12551
12552 cat >>confdefs.h <<\_ACEOF
12553 #define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12554 _ACEOF
12555
12556 fi
12557 if test x$support_selectionscrolling = xyes; then
12558
12559 cat >>confdefs.h <<\_ACEOF
12560 #define SELECTION_SCROLLING 1
12561 _ACEOF
12562
12563 fi
12564 if test x$support_menubar = xyes; then
12565
12566 cat >>confdefs.h <<\_ACEOF
12567 #define MENUBAR 1
12568 _ACEOF
12569
12570 fi
12571 if test x$support_frills = xyes; then
12572
12573 cat >>confdefs.h <<\_ACEOF
12574 #define ENABLE_FRILLS 1
12575 _ACEOF
12576
12577 fi
12578 if test x$support_24bit = xyes; then
12579
12580 cat >>confdefs.h <<\_ACEOF
12581 #define PREFER_24BIT 1
12582 _ACEOF
12583
12584 fi
12585 if test x$support_mousewheel = xyes; then
12586
12587 cat >>confdefs.h <<\_ACEOF
12588 #define MOUSE_WHEEL 1
12589 _ACEOF
12590
12591 fi
12592 if test x$support_mouseslipwheel = xyes; then
12593
12594 cat >>confdefs.h <<\_ACEOF
12595 #define MOUSE_SLIP_WHEELING 1
12596 _ACEOF
12597
12598 fi
12599 if test x$support_utmp = xyes; then
12600
12601 cat >>confdefs.h <<\_ACEOF
12602 #define UTMP_SUPPORT 1
12603 _ACEOF
12604
12605 fi
12606 if test x$support_wtmp = xyes; then
12607
12608 cat >>confdefs.h <<\_ACEOF
12609 #define WTMP_SUPPORT 1
12610 _ACEOF
12611
12612 fi
12613 if test x$support_lastlog = xyes; then
12614
12615 cat >>confdefs.h <<\_ACEOF
12616 #define LASTLOG_SUPPORT 1
12617 _ACEOF
12618
12619 fi
12620 if test x$support_xim = xyes -o x$multichar_set = xyes; then
12621 if test x$rxvt_cv_func_xlocale = xyes; then
12622
12623 cat >>confdefs.h <<\_ACEOF
12624 #define USE_XIM 1
12625 _ACEOF
12626
12627 fi
12628 fi
12629 if test x$support_xpm = xyes; then
12630
12631 cat >>confdefs.h <<\_ACEOF
12632 #define XPM_BACKGROUND 1
12633 _ACEOF
12634
12635 fi
12636 if test x$support_scroll_rxvt = xyes; then
12637
12638 cat >>confdefs.h <<\_ACEOF
12639 #define RXVT_SCROLLBAR 1
12640 _ACEOF
12641
12642 scrolltypes="rxvt"
12643 fi
12644 if test x$support_scroll_next = xyes; then
12645
12646 cat >>confdefs.h <<\_ACEOF
12647 #define NEXT_SCROLLBAR 1
12648 _ACEOF
12649
12650 scrolltypes="$scrolltypes next"
12651 fi
12652 if test x$support_scroll_xterm = xyes; then
12653
12654 cat >>confdefs.h <<\_ACEOF
12655 #define XTERM_SCROLLBAR 1
12656 _ACEOF
12657
12658 scrolltypes="$scrolltypes xterm"
12659 fi
12660 if test x$support_scroll_plain = xyes; then
12661
12662 cat >>confdefs.h <<\_ACEOF
12663 #define PLAIN_SCROLLBAR 1
12664 _ACEOF
12665
12666 scrolltypes="$scrolltypes plain"
12667 fi
12668 if test x$support_pointer_blank = xyes; then
12669
12670 cat >>confdefs.h <<\_ACEOF
12671 #define POINTER_BLANK 1
12672 _ACEOF
12673
12674 fi
12675 if test x$support_text_blink = xyes; then
12676
12677 cat >>confdefs.h <<\_ACEOF
12678 #define TEXT_BLINK 1
12679 _ACEOF
12680
12681 fi
12682 if test x$support_unicode3 = xyes; then
12683
12684 cat >>confdefs.h <<\_ACEOF
12685 #define UNICODE_3 1
12686 _ACEOF
12687
12688 fi
12689 if test x$support_combining = xyes; then
12690
12691 cat >>confdefs.h <<\_ACEOF
12692 #define ENABLE_COMBINING 1
12693 _ACEOF
12694
12695 fi
12696 if test x$codesets = xall; then
12697 codesets=jp,jp-ext,kr,zh,zh-ext
12698 fi
12699
12700 cat >>confdefs.h <<\_ACEOF
12701 #define ENCODING_EU 1
12702 _ACEOF
12703
12704
12705 cat >>confdefs.h <<\_ACEOF
12706 #define ENCODING_VN 1
12707 _ACEOF
12708
12709 for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12710 case "$codeset" in
12711 JP )
12712 cat >>confdefs.h <<\_ACEOF
12713 #define ENCODING_JP 1
12714 _ACEOF
12715 ;;
12716 JP_EXT )
12717 cat >>confdefs.h <<\_ACEOF
12718 #define ENCODING_JP_EXT 1
12719 _ACEOF
12720 ;;
12721 KR )
12722 cat >>confdefs.h <<\_ACEOF
12723 #define ENCODING_KR 1
12724 _ACEOF
12725 ;;
12726 ZH )
12727 cat >>confdefs.h <<\_ACEOF
12728 #define ENCODING_ZH 1
12729 _ACEOF
12730 ;;
12731 ZH_EXT )
12732 cat >>confdefs.h <<\_ACEOF
12733 #define ENCODING_ZH_EXT 1
12734 _ACEOF
12735 ;;
12736 esac
12737 done
12738
12739 IF_PERL=\#
12740 if test x$support_perl = xyes; then
12741 # Extract the first word of "perl5", so it can be a program name with args.
12742 set dummy perl5; ac_word=$2
12743 echo "$as_me:$LINENO: checking for $ac_word" >&5
12744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12745 if test "${ac_cv_path_PERL+set}" = set; then
12746 echo $ECHO_N "(cached) $ECHO_C" >&6
12747 else
12748 case $PERL in
12749 [\\/]* | ?:[\\/]*)
12750 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12751 ;;
12752 *)
12753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12754 for as_dir in $PATH
12755 do
12756 IFS=$as_save_IFS
12757 test -z "$as_dir" && as_dir=.
12758 for ac_exec_ext in '' $ac_executable_extensions; do
12759 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12760 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12762 break 2
12763 fi
12764 done
12765 done
12766
12767 ;;
12768 esac
12769 fi
12770 PERL=$ac_cv_path_PERL
12771
12772 if test -n "$PERL"; then
12773 echo "$as_me:$LINENO: result: $PERL" >&5
12774 echo "${ECHO_T}$PERL" >&6
12775 else
12776 echo "$as_me:$LINENO: result: no" >&5
12777 echo "${ECHO_T}no" >&6
12778 fi
12779
12780 # Extract the first word of "perl", so it can be a program name with args.
12781 set dummy perl; ac_word=$2
12782 echo "$as_me:$LINENO: checking for $ac_word" >&5
12783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12784 if test "${ac_cv_path_PERL+set}" = set; then
12785 echo $ECHO_N "(cached) $ECHO_C" >&6
12786 else
12787 case $PERL in
12788 [\\/]* | ?:[\\/]*)
12789 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12790 ;;
12791 *)
12792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12793 for as_dir in $PATH
12794 do
12795 IFS=$as_save_IFS
12796 test -z "$as_dir" && as_dir=.
12797 for ac_exec_ext in '' $ac_executable_extensions; do
12798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12799 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12801 break 2
12802 fi
12803 done
12804 done
12805
12806 ;;
12807 esac
12808 fi
12809 PERL=$ac_cv_path_PERL
12810
12811 if test -n "$PERL"; then
12812 echo "$as_me:$LINENO: result: $PERL" >&5
12813 echo "${ECHO_T}$PERL" >&6
12814 else
12815 echo "$as_me:$LINENO: result: no" >&5
12816 echo "${ECHO_T}no" >&6
12817 fi
12818
12819
12820 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12821 echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12822 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12823
12824 save_CXXFLAGS="$CXXFLAGS"
12825 save_LIBS="$LIBS"
12826 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12827 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12828 cat >conftest.$ac_ext <<_ACEOF
12829 /* confdefs.h. */
12830 _ACEOF
12831 cat confdefs.h >>conftest.$ac_ext
12832 cat >>conftest.$ac_ext <<_ACEOF
12833 /* end confdefs.h. */
12834
12835 #include <EXTERN.h>
12836 #include <perl.h>
12837 #include <XSUB.h>
12838
12839 int
12840 main ()
12841 {
12842
12843 PerlInterpreter *perl = perl_alloc ();
12844
12845 ;
12846 return 0;
12847 }
12848 _ACEOF
12849 rm -f conftest.$ac_objext conftest$ac_exeext
12850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12851 (eval $ac_link) 2>conftest.er1
12852 ac_status=$?
12853 grep -v '^ *+' conftest.er1 >conftest.err
12854 rm -f conftest.er1
12855 cat conftest.err >&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); } &&
12858 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12860 (eval $ac_try) 2>&5
12861 ac_status=$?
12862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12863 (exit $ac_status); }; } &&
12864 { ac_try='test -s conftest$ac_exeext'
12865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12866 (eval $ac_try) 2>&5
12867 ac_status=$?
12868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12869 (exit $ac_status); }; }; then
12870 rxvt_perl_link=yes
12871 else
12872 echo "$as_me: failed program was:" >&5
12873 sed 's/^/| /' conftest.$ac_ext >&5
12874
12875 rxvt_perl_link=no
12876 fi
12877 rm -f conftest.err conftest.$ac_objext \
12878 conftest$ac_exeext conftest.$ac_ext
12879 CXXFLAGS="$save_CXXFLAGS"
12880 LIBS="$save_LIBS"
12881
12882 if test x$rxvt_perl_link = xyes; then
12883 echo "$as_me:$LINENO: result: ok" >&5
12884 echo "${ECHO_T}ok" >&6
12885
12886 cat >>confdefs.h <<\_ACEOF
12887 #define ENABLE_PERL 1
12888 _ACEOF
12889
12890 IF_PERL=
12891 PERL_O=rxvtperl.o
12892 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12893 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12894 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12895 else
12896 support_perl=no
12897 echo "$as_me:$LINENO: result: no, unable to link" >&5
12898 echo "${ECHO_T}no, unable to link" >&6
12899 fi
12900 else
12901 { { echo "$as_me:$LINENO: error: no working perl found" >&5
12902 echo "$as_me: error: no working perl found" >&2;}
12903 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12904 support_perl=no
12905 fi
12906 fi
12907
12908
12909
12910
12911
12912
12913
12914 if test x$support_perl = xyes; then
12915 support_frills=yes
12916 fi
12917
12918
12919 CFLAGS=${CFLAGS--O}
12920 LDFLAGS=${LDFLAGS--O}
12921
12922 CPPFLAGS="$CPPFLAGS"
12923
12924
12925
12926
12927
12928
12929
12930 if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12931 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12932 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12933 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12934 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12935 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12936 fi
12937
12938
12939
12940
12941
12942 MCOMMON=./autoconf/Make.common
12943
12944
12945 test "$program_prefix" != NONE &&
12946 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12947 # Use a double $ so make ignores it.
12948 test "$program_suffix" != NONE &&
12949 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12950 # Double any \ or $. echo might interpret backslashes.
12951 # By default was `s,x,x', remove it if useless.
12952 cat <<\_ACEOF >conftest.sed
12953 s/[\\$]/&&/g;s/;s,x,x,$//
12954 _ACEOF
12955 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12956 rm conftest.sed
12957
12958
12959
12960
12961
12962 if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12963 include_stdint_h="#include <stdint.h>"
12964 else
12965 include_stdint_h="/* #include <stdint.h> */"
12966 fi
12967 if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12968 include_stdarg_h="#include <cstdarg>"
12969 else
12970 include_stdarg_h="/* #include <cstdarg> */"
12971 fi
12972 if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12973 include_stdlib_h="#include <cstdlib>"
12974 else
12975 include_stdlib_h="/* #include <cstdlib> */"
12976 fi
12977 if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12978 include_unistd_h="#include <unistd.h>"
12979 else
12980 include_unistd_h="/* #include <unistd.h> */"
12981 fi
12982 if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12983 include_string_h="#include <cstring>"
12984 else
12985 include_string_h="/* #include <cstring> */"
12986 fi
12987 if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12988 include_fcntl_h="#include <fcntl.h>"
12989 else
12990 include_fcntl_h="/* #include <fcntl.h> */"
12991 fi
12992 if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12993 include_util_h="#include <util.h>"
12994 else
12995 include_util_h="/* #include <util.h> */"
12996 fi
12997 if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12998 include_assert_h="#include <assert.h>"
12999 else
13000 include_assert_h="/* #include <assert.h> */"
13001 fi
13002 if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13003 include_sys_ioctl_h="#include <sys/ioctl.h>"
13004 else
13005 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13006 fi
13007 if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13008 include_sys_select_h="#include <sys/select.h>"
13009 else
13010 include_sys_select_h="/* #include <sys/select.h> */"
13011 fi
13012 if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13013 include_sys_strredir_h="#include <sys/strredir.h>"
13014 else
13015 include_sys_strredir_h="/* #include <sys/strredir.h> */"
13016 fi
13017 if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13018 include_sys_time_h="#include <sys/time.h>"
13019 else
13020 include_sys_time_h="/* #include <sys/time.h> */"
13021 fi
13022 if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13023 include_time_h="#include <time.h>"
13024 else
13025 include_time_h="/* #include <time.h> */"
13026 fi
13027
13028 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13029
13030 cat >confcache <<\_ACEOF
13031 # This file is a shell script that caches the results of configure
13032 # tests run on this system so they can be shared between configure
13033 # scripts and configure runs, see configure's option --config-cache.
13034 # It is not useful on other systems. If it contains results you don't
13035 # want to keep, you may remove or edit it.
13036 #
13037 # config.status only pays attention to the cache file if you give it
13038 # the --recheck option to rerun configure.
13039 #
13040 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13041 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13042 # following values.
13043
13044 _ACEOF
13045
13046 # The following way of writing the cache mishandles newlines in values,
13047 # but we know of no workaround that is simple, portable, and efficient.
13048 # So, don't put newlines in cache variables' values.
13049 # Ultrix sh set writes to stderr and can't be redirected directly,
13050 # and sets the high bit in the cache file unless we assign to the vars.
13051 {
13052 (set) 2>&1 |
13053 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13054 *ac_space=\ *)
13055 # `set' does not quote correctly, so add quotes (double-quote
13056 # substitution turns \\\\ into \\, and sed turns \\ into \).
13057 sed -n \
13058 "s/'/'\\\\''/g;
13059 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13060 ;;
13061 *)
13062 # `set' quotes correctly as required by POSIX, so do not add quotes.
13063 sed -n \
13064 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13065 ;;
13066 esac;
13067 } |
13068 sed '
13069 t clear
13070 : clear
13071 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13072 t end
13073 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13074 : end' >>confcache
13075 if diff $cache_file confcache >/dev/null 2>&1; then :; else
13076 if test -w $cache_file; then
13077 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13078 cat confcache >$cache_file
13079 else
13080 echo "not updating unwritable cache $cache_file"
13081 fi
13082 fi
13083 rm -f confcache
13084
13085 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13086 # Let make expand exec_prefix.
13087 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13088
13089 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13090 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13091 # trailing colons and then remove the whole line if VPATH becomes empty
13092 # (actually we leave an empty line to preserve line numbers).
13093 if test "x$srcdir" = x.; then
13094 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13095 s/:*\$(srcdir):*/:/;
13096 s/:*\${srcdir}:*/:/;
13097 s/:*@srcdir@:*/:/;
13098 s/^\([^=]*=[ ]*\):*/\1/;
13099 s/:*$//;
13100 s/^[^=]*=[ ]*$//;
13101 }'
13102 fi
13103
13104 DEFS=-DHAVE_CONFIG_H
13105
13106 ac_libobjs=
13107 ac_ltlibobjs=
13108 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13109 # 1. Remove the extension, and $U if already installed.
13110 ac_i=`echo "$ac_i" |
13111 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13112 # 2. Add them.
13113 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13114 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13115 done
13116 LIBOBJS=$ac_libobjs
13117
13118 LTLIBOBJS=$ac_ltlibobjs
13119
13120
13121
13122 : ${CONFIG_STATUS=./config.status}
13123 ac_clean_files_save=$ac_clean_files
13124 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13125 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13126 echo "$as_me: creating $CONFIG_STATUS" >&6;}
13127 cat >$CONFIG_STATUS <<_ACEOF
13128 #! $SHELL
13129 # Generated by $as_me.
13130 # Run this file to recreate the current configuration.
13131 # Compiler output produced by configure, useful for debugging
13132 # configure, is in config.log if it exists.
13133
13134 debug=false
13135 ac_cs_recheck=false
13136 ac_cs_silent=false
13137 SHELL=\${CONFIG_SHELL-$SHELL}
13138 _ACEOF
13139
13140 cat >>$CONFIG_STATUS <<\_ACEOF
13141 ## --------------------- ##
13142 ## M4sh Initialization. ##
13143 ## --------------------- ##
13144
13145 # Be Bourne compatible
13146 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13147 emulate sh
13148 NULLCMD=:
13149 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13150 # is contrary to our usage. Disable this feature.
13151 alias -g '${1+"$@"}'='"$@"'
13152 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13153 set -o posix
13154 fi
13155 DUALCASE=1; export DUALCASE # for MKS sh
13156
13157 # Support unset when possible.
13158 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13159 as_unset=unset
13160 else
13161 as_unset=false
13162 fi
13163
13164
13165 # Work around bugs in pre-3.0 UWIN ksh.
13166 $as_unset ENV MAIL MAILPATH
13167 PS1='$ '
13168 PS2='> '
13169 PS4='+ '
13170
13171 # NLS nuisances.
13172 for as_var in \
13173 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13174 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13175 LC_TELEPHONE LC_TIME
13176 do
13177 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13178 eval $as_var=C; export $as_var
13179 else
13180 $as_unset $as_var
13181 fi
13182 done
13183
13184 # Required to use basename.
13185 if expr a : '\(a\)' >/dev/null 2>&1; then
13186 as_expr=expr
13187 else
13188 as_expr=false
13189 fi
13190
13191 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13192 as_basename=basename
13193 else
13194 as_basename=false
13195 fi
13196
13197
13198 # Name of the executable.
13199 as_me=`$as_basename "$0" ||
13200 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13201 X"$0" : 'X\(//\)$' \| \
13202 X"$0" : 'X\(/\)$' \| \
13203 . : '\(.\)' 2>/dev/null ||
13204 echo X/"$0" |
13205 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13206 /^X\/\(\/\/\)$/{ s//\1/; q; }
13207 /^X\/\(\/\).*/{ s//\1/; q; }
13208 s/.*/./; q'`
13209
13210
13211 # PATH needs CR, and LINENO needs CR and PATH.
13212 # Avoid depending upon Character Ranges.
13213 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13214 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13215 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13216 as_cr_digits='0123456789'
13217 as_cr_alnum=$as_cr_Letters$as_cr_digits
13218
13219 # The user is always right.
13220 if test "${PATH_SEPARATOR+set}" != set; then
13221 echo "#! /bin/sh" >conf$$.sh
13222 echo "exit 0" >>conf$$.sh
13223 chmod +x conf$$.sh
13224 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13225 PATH_SEPARATOR=';'
13226 else
13227 PATH_SEPARATOR=:
13228 fi
13229 rm -f conf$$.sh
13230 fi
13231
13232
13233 as_lineno_1=$LINENO
13234 as_lineno_2=$LINENO
13235 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13236 test "x$as_lineno_1" != "x$as_lineno_2" &&
13237 test "x$as_lineno_3" = "x$as_lineno_2" || {
13238 # Find who we are. Look in the path if we contain no path at all
13239 # relative or not.
13240 case $0 in
13241 *[\\/]* ) as_myself=$0 ;;
13242 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13243 for as_dir in $PATH
13244 do
13245 IFS=$as_save_IFS
13246 test -z "$as_dir" && as_dir=.
13247 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13248 done
13249
13250 ;;
13251 esac
13252 # We did not find ourselves, most probably we were run as `sh COMMAND'
13253 # in which case we are not to be found in the path.
13254 if test "x$as_myself" = x; then
13255 as_myself=$0
13256 fi
13257 if test ! -f "$as_myself"; then
13258 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13259 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13260 { (exit 1); exit 1; }; }
13261 fi
13262 case $CONFIG_SHELL in
13263 '')
13264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13265 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13266 do
13267 IFS=$as_save_IFS
13268 test -z "$as_dir" && as_dir=.
13269 for as_base in sh bash ksh sh5; do
13270 case $as_dir in
13271 /*)
13272 if ("$as_dir/$as_base" -c '
13273 as_lineno_1=$LINENO
13274 as_lineno_2=$LINENO
13275 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13276 test "x$as_lineno_1" != "x$as_lineno_2" &&
13277 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13278 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13279 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13280 CONFIG_SHELL=$as_dir/$as_base
13281 export CONFIG_SHELL
13282 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13283 fi;;
13284 esac
13285 done
13286 done
13287 ;;
13288 esac
13289
13290 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13291 # uniformly replaced by the line number. The first 'sed' inserts a
13292 # line-number line before each line; the second 'sed' does the real
13293 # work. The second script uses 'N' to pair each line-number line
13294 # with the numbered line, and appends trailing '-' during
13295 # substitution so that $LINENO is not a special case at line end.
13296 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13297 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13298 sed '=' <$as_myself |
13299 sed '
13300 N
13301 s,$,-,
13302 : loop
13303 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13304 t loop
13305 s,-$,,
13306 s,^['$as_cr_digits']*\n,,
13307 ' >$as_me.lineno &&
13308 chmod +x $as_me.lineno ||
13309 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13310 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13311 { (exit 1); exit 1; }; }
13312
13313 # Don't try to exec as it changes $[0], causing all sort of problems
13314 # (the dirname of $[0] is not the place where we might find the
13315 # original and so on. Autoconf is especially sensible to this).
13316 . ./$as_me.lineno
13317 # Exit status is that of the last command.
13318 exit
13319 }
13320
13321
13322 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13323 *c*,-n*) ECHO_N= ECHO_C='
13324 ' ECHO_T=' ' ;;
13325 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13326 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13327 esac
13328
13329 if expr a : '\(a\)' >/dev/null 2>&1; then
13330 as_expr=expr
13331 else
13332 as_expr=false
13333 fi
13334
13335 rm -f conf$$ conf$$.exe conf$$.file
13336 echo >conf$$.file
13337 if ln -s conf$$.file conf$$ 2>/dev/null; then
13338 # We could just check for DJGPP; but this test a) works b) is more generic
13339 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13340 if test -f conf$$.exe; then
13341 # Don't use ln at all; we don't have any links
13342 as_ln_s='cp -p'
13343 else
13344 as_ln_s='ln -s'
13345 fi
13346 elif ln conf$$.file conf$$ 2>/dev/null; then
13347 as_ln_s=ln
13348 else
13349 as_ln_s='cp -p'
13350 fi
13351 rm -f conf$$ conf$$.exe conf$$.file
13352
13353 if mkdir -p . 2>/dev/null; then
13354 as_mkdir_p=:
13355 else
13356 test -d ./-p && rmdir ./-p
13357 as_mkdir_p=false
13358 fi
13359
13360 as_executable_p="test -f"
13361
13362 # Sed expression to map a string onto a valid CPP name.
13363 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13364
13365 # Sed expression to map a string onto a valid variable name.
13366 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13367
13368
13369 # IFS
13370 # We need space, tab and new line, in precisely that order.
13371 as_nl='
13372 '
13373 IFS=" $as_nl"
13374
13375 # CDPATH.
13376 $as_unset CDPATH
13377
13378 exec 6>&1
13379
13380 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13381 # report actual input values of CONFIG_FILES etc. instead of their
13382 # values after options handling. Logging --version etc. is OK.
13383 exec 5>>config.log
13384 {
13385 echo
13386 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13387 ## Running $as_me. ##
13388 _ASBOX
13389 } >&5
13390 cat >&5 <<_CSEOF
13391
13392 This file was extended by $as_me, which was
13393 generated by GNU Autoconf 2.59. Invocation command line was
13394
13395 CONFIG_FILES = $CONFIG_FILES
13396 CONFIG_HEADERS = $CONFIG_HEADERS
13397 CONFIG_LINKS = $CONFIG_LINKS
13398 CONFIG_COMMANDS = $CONFIG_COMMANDS
13399 $ $0 $@
13400
13401 _CSEOF
13402 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13403 echo >&5
13404 _ACEOF
13405
13406 # Files that config.status was made for.
13407 if test -n "$ac_config_files"; then
13408 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13409 fi
13410
13411 if test -n "$ac_config_headers"; then
13412 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13413 fi
13414
13415 if test -n "$ac_config_links"; then
13416 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13417 fi
13418
13419 if test -n "$ac_config_commands"; then
13420 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13421 fi
13422
13423 cat >>$CONFIG_STATUS <<\_ACEOF
13424
13425 ac_cs_usage="\
13426 \`$as_me' instantiates files from templates according to the
13427 current configuration.
13428
13429 Usage: $0 [OPTIONS] [FILE]...
13430
13431 -h, --help print this help, then exit
13432 -V, --version print version number, then exit
13433 -q, --quiet do not print progress messages
13434 -d, --debug don't remove temporary files
13435 --recheck update $as_me by reconfiguring in the same conditions
13436 --file=FILE[:TEMPLATE]
13437 instantiate the configuration file FILE
13438 --header=FILE[:TEMPLATE]
13439 instantiate the configuration header FILE
13440
13441 Configuration files:
13442 $config_files
13443
13444 Configuration headers:
13445 $config_headers
13446
13447 Report bugs to <bug-autoconf@gnu.org>."
13448 _ACEOF
13449
13450 cat >>$CONFIG_STATUS <<_ACEOF
13451 ac_cs_version="\\
13452 config.status
13453 configured by $0, generated by GNU Autoconf 2.59,
13454 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13455
13456 Copyright (C) 2003 Free Software Foundation, Inc.
13457 This config.status script is free software; the Free Software Foundation
13458 gives unlimited permission to copy, distribute and modify it."
13459 srcdir=$srcdir
13460 INSTALL="$INSTALL"
13461 _ACEOF
13462
13463 cat >>$CONFIG_STATUS <<\_ACEOF
13464 # If no file are specified by the user, then we need to provide default
13465 # value. By we need to know if files were specified by the user.
13466 ac_need_defaults=:
13467 while test $# != 0
13468 do
13469 case $1 in
13470 --*=*)
13471 ac_option=`expr "x$1" : 'x\([^=]*\)='`
13472 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13473 ac_shift=:
13474 ;;
13475 -*)
13476 ac_option=$1
13477 ac_optarg=$2
13478 ac_shift=shift
13479 ;;
13480 *) # This is not an option, so the user has probably given explicit
13481 # arguments.
13482 ac_option=$1
13483 ac_need_defaults=false;;
13484 esac
13485
13486 case $ac_option in
13487 # Handling of the options.
13488 _ACEOF
13489 cat >>$CONFIG_STATUS <<\_ACEOF
13490 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13491 ac_cs_recheck=: ;;
13492 --version | --vers* | -V )
13493 echo "$ac_cs_version"; exit 0 ;;
13494 --he | --h)
13495 # Conflict between --help and --header
13496 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13497 Try \`$0 --help' for more information." >&5
13498 echo "$as_me: error: ambiguous option: $1
13499 Try \`$0 --help' for more information." >&2;}
13500 { (exit 1); exit 1; }; };;
13501 --help | --hel | -h )
13502 echo "$ac_cs_usage"; exit 0 ;;
13503 --debug | --d* | -d )
13504 debug=: ;;
13505 --file | --fil | --fi | --f )
13506 $ac_shift
13507 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13508 ac_need_defaults=false;;
13509 --header | --heade | --head | --hea )
13510 $ac_shift
13511 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13512 ac_need_defaults=false;;
13513 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13514 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13515 ac_cs_silent=: ;;
13516
13517 # This is an error.
13518 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13519 Try \`$0 --help' for more information." >&5
13520 echo "$as_me: error: unrecognized option: $1
13521 Try \`$0 --help' for more information." >&2;}
13522 { (exit 1); exit 1; }; } ;;
13523
13524 *) ac_config_targets="$ac_config_targets $1" ;;
13525
13526 esac
13527 shift
13528 done
13529
13530 ac_configure_extra_args=
13531
13532 if $ac_cs_silent; then
13533 exec 6>/dev/null
13534 ac_configure_extra_args="$ac_configure_extra_args --silent"
13535 fi
13536
13537 _ACEOF
13538 cat >>$CONFIG_STATUS <<_ACEOF
13539 if \$ac_cs_recheck; then
13540 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13541 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13542 fi
13543
13544 _ACEOF
13545
13546
13547
13548
13549
13550 cat >>$CONFIG_STATUS <<\_ACEOF
13551 for ac_config_target in $ac_config_targets
13552 do
13553 case "$ac_config_target" in
13554 # Handling of arguments.
13555 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13556 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13557 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13558 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13559 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13560 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;;
13561 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13562 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13563 { (exit 1); exit 1; }; };;
13564 esac
13565 done
13566
13567 # If the user did not use the arguments to specify the items to instantiate,
13568 # then the envvar interface is used. Set only those that are not.
13569 # We use the long form for the default assignment because of an extremely
13570 # bizarre bug on SunOS 4.1.3.
13571 if $ac_need_defaults; then
13572 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13573 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13574 fi
13575
13576 # Have a temporary directory for convenience. Make it in the build tree
13577 # simply because there is no reason to put it here, and in addition,
13578 # creating and moving files from /tmp can sometimes cause problems.
13579 # Create a temporary directory, and hook for its removal unless debugging.
13580 $debug ||
13581 {
13582 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13583 trap '{ (exit 1); exit 1; }' 1 2 13 15
13584 }
13585
13586 # Create a (secure) tmp directory for tmp files.
13587
13588 {
13589 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13590 test -n "$tmp" && test -d "$tmp"
13591 } ||
13592 {
13593 tmp=./confstat$$-$RANDOM
13594 (umask 077 && mkdir $tmp)
13595 } ||
13596 {
13597 echo "$me: cannot create a temporary directory in ." >&2
13598 { (exit 1); exit 1; }
13599 }
13600
13601 _ACEOF
13602
13603 cat >>$CONFIG_STATUS <<_ACEOF
13604
13605 #
13606 # CONFIG_FILES section.
13607 #
13608
13609 # No need to generate the scripts if there are no CONFIG_FILES.
13610 # This happens for instance when ./config.status config.h
13611 if test -n "\$CONFIG_FILES"; then
13612 # Protect against being on the right side of a sed subst in config.status.
13613 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13614 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13615 s,@SHELL@,$SHELL,;t t
13616 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13617 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13618 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13619 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13620 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13621 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13622 s,@exec_prefix@,$exec_prefix,;t t
13623 s,@prefix@,$prefix,;t t
13624 s,@program_transform_name@,$program_transform_name,;t t
13625 s,@bindir@,$bindir,;t t
13626 s,@sbindir@,$sbindir,;t t
13627 s,@libexecdir@,$libexecdir,;t t
13628 s,@datadir@,$datadir,;t t
13629 s,@sysconfdir@,$sysconfdir,;t t
13630 s,@sharedstatedir@,$sharedstatedir,;t t
13631 s,@localstatedir@,$localstatedir,;t t
13632 s,@libdir@,$libdir,;t t
13633 s,@includedir@,$includedir,;t t
13634 s,@oldincludedir@,$oldincludedir,;t t
13635 s,@infodir@,$infodir,;t t
13636 s,@mandir@,$mandir,;t t
13637 s,@build_alias@,$build_alias,;t t
13638 s,@host_alias@,$host_alias,;t t
13639 s,@target_alias@,$target_alias,;t t
13640 s,@DEFS@,$DEFS,;t t
13641 s,@ECHO_C@,$ECHO_C,;t t
13642 s,@ECHO_N@,$ECHO_N,;t t
13643 s,@ECHO_T@,$ECHO_T,;t t
13644 s,@LIBS@,$LIBS,;t t
13645 s,@build@,$build,;t t
13646 s,@build_cpu@,$build_cpu,;t t
13647 s,@build_vendor@,$build_vendor,;t t
13648 s,@build_os@,$build_os,;t t
13649 s,@host@,$host,;t t
13650 s,@host_cpu@,$host_cpu,;t t
13651 s,@host_vendor@,$host_vendor,;t t
13652 s,@host_os@,$host_os,;t t
13653 s,@VERSION@,$VERSION,;t t
13654 s,@DATE@,$DATE,;t t
13655 s,@LSMDATE@,$LSMDATE,;t t
13656 s,@LIBVERSION@,$LIBVERSION,;t t
13657 s,@CC@,$CC,;t t
13658 s,@CFLAGS@,$CFLAGS,;t t
13659 s,@LDFLAGS@,$LDFLAGS,;t t
13660 s,@CPPFLAGS@,$CPPFLAGS,;t t
13661 s,@ac_ct_CC@,$ac_ct_CC,;t t
13662 s,@EXEEXT@,$EXEEXT,;t t
13663 s,@OBJEXT@,$OBJEXT,;t t
13664 s,@CXX@,$CXX,;t t
13665 s,@CXXFLAGS@,$CXXFLAGS,;t t
13666 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13667 s,@CPP@,$CPP,;t t
13668 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13669 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13670 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13671 s,@AWK@,$AWK,;t t
13672 s,@LINKER@,$LINKER,;t t
13673 s,@CXXCPP@,$CXXCPP,;t t
13674 s,@EGREP@,$EGREP,;t t
13675 s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13676 s,@RXVTNAME@,$RXVTNAME,;t t
13677 s,@MV@,$MV,;t t
13678 s,@RM@,$RM,;t t
13679 s,@CP@,$CP,;t t
13680 s,@LN@,$LN,;t t
13681 s,@SED@,$SED,;t t
13682 s,@ECHO@,$ECHO,;t t
13683 s,@CMP@,$CMP,;t t
13684 s,@TBL@,$TBL,;t t
13685 s,@TIC@,$TIC,;t t
13686 s,@X_CFLAGS@,$X_CFLAGS,;t t
13687 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13688 s,@X_LIBS@,$X_LIBS,;t t
13689 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13690 s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
13691 s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
13692 s,@XPM_LIBS@,$XPM_LIBS,;t t
13693 s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
13694 s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
13695 s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
13696 s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
13697 s,@rxvt_intp_define@,$rxvt_intp_define,;t t
13698 s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13699 s,@PERL@,$PERL,;t t
13700 s,@PERLLIB@,$PERLLIB,;t t
13701 s,@PERLFLAGS@,$PERLFLAGS,;t t
13702 s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13703 s,@IF_PERL@,$IF_PERL,;t t
13704 s,@PERL_O@,$PERL_O,;t t
13705 s,@DEBUG@,$DEBUG,;t t
13706 s,@DINCLUDE@,$DINCLUDE,;t t
13707 s,@DLIB@,$DLIB,;t t
13708 s,@include_stdint_h@,$include_stdint_h,;t t
13709 s,@include_stdarg_h@,$include_stdarg_h,;t t
13710 s,@include_stdlib_h@,$include_stdlib_h,;t t
13711 s,@include_unistd_h@,$include_unistd_h,;t t
13712 s,@include_string_h@,$include_string_h,;t t
13713 s,@include_fcntl_h@,$include_fcntl_h,;t t
13714 s,@include_util_h@,$include_util_h,;t t
13715 s,@include_assert_h@,$include_assert_h,;t t
13716 s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13717 s,@include_sys_select_h@,$include_sys_select_h,;t t
13718 s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13719 s,@include_sys_time_h@,$include_sys_time_h,;t t
13720 s,@include_time_h@,$include_time_h,;t t
13721 s,@LIBOBJS@,$LIBOBJS,;t t
13722 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13723 /@MCOMMON@/r $MCOMMON
13724 s,@MCOMMON@,,;t t
13725 CEOF
13726
13727 _ACEOF
13728
13729 cat >>$CONFIG_STATUS <<\_ACEOF
13730 # Split the substitutions into bite-sized pieces for seds with
13731 # small command number limits, like on Digital OSF/1 and HP-UX.
13732 ac_max_sed_lines=48
13733 ac_sed_frag=1 # Number of current file.
13734 ac_beg=1 # First line for current file.
13735 ac_end=$ac_max_sed_lines # Line after last line for current file.
13736 ac_more_lines=:
13737 ac_sed_cmds=
13738 while $ac_more_lines; do
13739 if test $ac_beg -gt 1; then
13740 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13741 else
13742 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13743 fi
13744 if test ! -s $tmp/subs.frag; then
13745 ac_more_lines=false
13746 else
13747 # The purpose of the label and of the branching condition is to
13748 # speed up the sed processing (if there are no `@' at all, there
13749 # is no need to browse any of the substitutions).
13750 # These are the two extra sed commands mentioned above.
13751 (echo ':t
13752 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13753 if test -z "$ac_sed_cmds"; then
13754 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13755 else
13756 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13757 fi
13758 ac_sed_frag=`expr $ac_sed_frag + 1`
13759 ac_beg=$ac_end
13760 ac_end=`expr $ac_end + $ac_max_sed_lines`
13761 fi
13762 done
13763 if test -z "$ac_sed_cmds"; then
13764 ac_sed_cmds=cat
13765 fi
13766 fi # test -n "$CONFIG_FILES"
13767
13768 _ACEOF
13769 cat >>$CONFIG_STATUS <<\_ACEOF
13770 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13771 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13772 case $ac_file in
13773 - | *:- | *:-:* ) # input from stdin
13774 cat >$tmp/stdin
13775 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13776 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13777 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13778 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13779 * ) ac_file_in=$ac_file.in ;;
13780 esac
13781
13782 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13783 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13784 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13785 X"$ac_file" : 'X\(//\)[^/]' \| \
13786 X"$ac_file" : 'X\(//\)$' \| \
13787 X"$ac_file" : 'X\(/\)' \| \
13788 . : '\(.\)' 2>/dev/null ||
13789 echo X"$ac_file" |
13790 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13791 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13792 /^X\(\/\/\)$/{ s//\1/; q; }
13793 /^X\(\/\).*/{ s//\1/; q; }
13794 s/.*/./; q'`
13795 { if $as_mkdir_p; then
13796 mkdir -p "$ac_dir"
13797 else
13798 as_dir="$ac_dir"
13799 as_dirs=
13800 while test ! -d "$as_dir"; do
13801 as_dirs="$as_dir $as_dirs"
13802 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13803 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13804 X"$as_dir" : 'X\(//\)[^/]' \| \
13805 X"$as_dir" : 'X\(//\)$' \| \
13806 X"$as_dir" : 'X\(/\)' \| \
13807 . : '\(.\)' 2>/dev/null ||
13808 echo X"$as_dir" |
13809 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13810 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13811 /^X\(\/\/\)$/{ s//\1/; q; }
13812 /^X\(\/\).*/{ s//\1/; q; }
13813 s/.*/./; q'`
13814 done
13815 test ! -n "$as_dirs" || mkdir $as_dirs
13816 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13817 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13818 { (exit 1); exit 1; }; }; }
13819
13820 ac_builddir=.
13821
13822 if test "$ac_dir" != .; then
13823 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13824 # A "../" for each directory in $ac_dir_suffix.
13825 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13826 else
13827 ac_dir_suffix= ac_top_builddir=
13828 fi
13829
13830 case $srcdir in
13831 .) # No --srcdir option. We are building in place.
13832 ac_srcdir=.
13833 if test -z "$ac_top_builddir"; then
13834 ac_top_srcdir=.
13835 else
13836 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13837 fi ;;
13838 [\\/]* | ?:[\\/]* ) # Absolute path.
13839 ac_srcdir=$srcdir$ac_dir_suffix;
13840 ac_top_srcdir=$srcdir ;;
13841 *) # Relative path.
13842 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13843 ac_top_srcdir=$ac_top_builddir$srcdir ;;
13844 esac
13845
13846 # Do not use `cd foo && pwd` to compute absolute paths, because
13847 # the directories may not exist.
13848 case `pwd` in
13849 .) ac_abs_builddir="$ac_dir";;
13850 *)
13851 case "$ac_dir" in
13852 .) ac_abs_builddir=`pwd`;;
13853 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13854 *) ac_abs_builddir=`pwd`/"$ac_dir";;
13855 esac;;
13856 esac
13857 case $ac_abs_builddir in
13858 .) ac_abs_top_builddir=${ac_top_builddir}.;;
13859 *)
13860 case ${ac_top_builddir}. in
13861 .) ac_abs_top_builddir=$ac_abs_builddir;;
13862 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13863 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13864 esac;;
13865 esac
13866 case $ac_abs_builddir in
13867 .) ac_abs_srcdir=$ac_srcdir;;
13868 *)
13869 case $ac_srcdir in
13870 .) ac_abs_srcdir=$ac_abs_builddir;;
13871 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13872 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13873 esac;;
13874 esac
13875 case $ac_abs_builddir in
13876 .) ac_abs_top_srcdir=$ac_top_srcdir;;
13877 *)
13878 case $ac_top_srcdir in
13879 .) ac_abs_top_srcdir=$ac_abs_builddir;;
13880 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13881 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13882 esac;;
13883 esac
13884
13885
13886 case $INSTALL in
13887 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13888 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13889 esac
13890
13891 # Let's still pretend it is `configure' which instantiates (i.e., don't
13892 # use $as_me), people would be surprised to read:
13893 # /* config.h. Generated by config.status. */
13894 if test x"$ac_file" = x-; then
13895 configure_input=
13896 else
13897 configure_input="$ac_file. "
13898 fi
13899 configure_input=$configure_input"Generated from `echo $ac_file_in |
13900 sed 's,.*/,,'` by configure."
13901
13902 # First look for the input files in the build tree, otherwise in the
13903 # src tree.
13904 ac_file_inputs=`IFS=:
13905 for f in $ac_file_in; do
13906 case $f in
13907 -) echo $tmp/stdin ;;
13908 [\\/$]*)
13909 # Absolute (can't be DOS-style, as IFS=:)
13910 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13911 echo "$as_me: error: cannot find input file: $f" >&2;}
13912 { (exit 1); exit 1; }; }
13913 echo "$f";;
13914 *) # Relative
13915 if test -f "$f"; then
13916 # Build tree
13917 echo "$f"
13918 elif test -f "$srcdir/$f"; then
13919 # Source tree
13920 echo "$srcdir/$f"
13921 else
13922 # /dev/null tree
13923 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13924 echo "$as_me: error: cannot find input file: $f" >&2;}
13925 { (exit 1); exit 1; }; }
13926 fi;;
13927 esac
13928 done` || { (exit 1); exit 1; }
13929
13930 if test x"$ac_file" != x-; then
13931 { echo "$as_me:$LINENO: creating $ac_file" >&5
13932 echo "$as_me: creating $ac_file" >&6;}
13933 rm -f "$ac_file"
13934 fi
13935 _ACEOF
13936 cat >>$CONFIG_STATUS <<_ACEOF
13937 sed "$ac_vpsub
13938 $extrasub
13939 _ACEOF
13940 cat >>$CONFIG_STATUS <<\_ACEOF
13941 :t
13942 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13943 s,@configure_input@,$configure_input,;t t
13944 s,@srcdir@,$ac_srcdir,;t t
13945 s,@abs_srcdir@,$ac_abs_srcdir,;t t
13946 s,@top_srcdir@,$ac_top_srcdir,;t t
13947 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13948 s,@builddir@,$ac_builddir,;t t
13949 s,@abs_builddir@,$ac_abs_builddir,;t t
13950 s,@top_builddir@,$ac_top_builddir,;t t
13951 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13952 s,@INSTALL@,$ac_INSTALL,;t t
13953 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13954 rm -f $tmp/stdin
13955 if test x"$ac_file" != x-; then
13956 mv $tmp/out $ac_file
13957 else
13958 cat $tmp/out
13959 rm -f $tmp/out
13960 fi
13961
13962 done
13963 _ACEOF
13964 cat >>$CONFIG_STATUS <<\_ACEOF
13965
13966 #
13967 # CONFIG_HEADER section.
13968 #
13969
13970 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13971 # NAME is the cpp macro being defined and VALUE is the value it is being given.
13972 #
13973 # ac_d sets the value in "#define NAME VALUE" lines.
13974 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13975 ac_dB='[ ].*$,\1#\2'
13976 ac_dC=' '
13977 ac_dD=',;t'
13978 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13979 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13980 ac_uB='$,\1#\2define\3'
13981 ac_uC=' '
13982 ac_uD=',;t'
13983
13984 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13985 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13986 case $ac_file in
13987 - | *:- | *:-:* ) # input from stdin
13988 cat >$tmp/stdin
13989 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13990 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13991 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13992 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13993 * ) ac_file_in=$ac_file.in ;;
13994 esac
13995
13996 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13997 echo "$as_me: creating $ac_file" >&6;}
13998
13999 # First look for the input files in the build tree, otherwise in the
14000 # src tree.
14001 ac_file_inputs=`IFS=:
14002 for f in $ac_file_in; do
14003 case $f in
14004 -) echo $tmp/stdin ;;
14005 [\\/$]*)
14006 # Absolute (can't be DOS-style, as IFS=:)
14007 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14008 echo "$as_me: error: cannot find input file: $f" >&2;}
14009 { (exit 1); exit 1; }; }
14010 # Do quote $f, to prevent DOS paths from being IFS'd.
14011 echo "$f";;
14012 *) # Relative
14013 if test -f "$f"; then
14014 # Build tree
14015 echo "$f"
14016 elif test -f "$srcdir/$f"; then
14017 # Source tree
14018 echo "$srcdir/$f"
14019 else
14020 # /dev/null tree
14021 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14022 echo "$as_me: error: cannot find input file: $f" >&2;}
14023 { (exit 1); exit 1; }; }
14024 fi;;
14025 esac
14026 done` || { (exit 1); exit 1; }
14027 # Remove the trailing spaces.
14028 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14029
14030 _ACEOF
14031
14032 # Transform confdefs.h into two sed scripts, `conftest.defines' and
14033 # `conftest.undefs', that substitutes the proper values into
14034 # config.h.in to produce config.h. The first handles `#define'
14035 # templates, and the second `#undef' templates.
14036 # And first: Protect against being on the right side of a sed subst in
14037 # config.status. Protect against being in an unquoted here document
14038 # in config.status.
14039 rm -f conftest.defines conftest.undefs
14040 # Using a here document instead of a string reduces the quoting nightmare.
14041 # Putting comments in sed scripts is not portable.
14042 #
14043 # `end' is used to avoid that the second main sed command (meant for
14044 # 0-ary CPP macros) applies to n-ary macro definitions.
14045 # See the Autoconf documentation for `clear'.
14046 cat >confdef2sed.sed <<\_ACEOF
14047 s/[\\&,]/\\&/g
14048 s,[\\$`],\\&,g
14049 t clear
14050 : clear
14051 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14052 t end
14053 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14054 : end
14055 _ACEOF
14056 # If some macros were called several times there might be several times
14057 # the same #defines, which is useless. Nevertheless, we may not want to
14058 # sort them, since we want the *last* AC-DEFINE to be honored.
14059 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14060 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14061 rm -f confdef2sed.sed
14062
14063 # This sed command replaces #undef with comments. This is necessary, for
14064 # example, in the case of _POSIX_SOURCE, which is predefined and required
14065 # on some systems where configure will not decide to define it.
14066 cat >>conftest.undefs <<\_ACEOF
14067 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14068 _ACEOF
14069
14070 # Break up conftest.defines because some shells have a limit on the size
14071 # of here documents, and old seds have small limits too (100 cmds).
14072 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14073 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14074 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14075 echo ' :' >>$CONFIG_STATUS
14076 rm -f conftest.tail
14077 while grep . conftest.defines >/dev/null
14078 do
14079 # Write a limited-size here document to $tmp/defines.sed.
14080 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14081 # Speed up: don't consider the non `#define' lines.
14082 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14083 # Work around the forget-to-reset-the-flag bug.
14084 echo 't clr' >>$CONFIG_STATUS
14085 echo ': clr' >>$CONFIG_STATUS
14086 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14087 echo 'CEOF
14088 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14089 rm -f $tmp/in
14090 mv $tmp/out $tmp/in
14091 ' >>$CONFIG_STATUS
14092 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14093 rm -f conftest.defines
14094 mv conftest.tail conftest.defines
14095 done
14096 rm -f conftest.defines
14097 echo ' fi # grep' >>$CONFIG_STATUS
14098 echo >>$CONFIG_STATUS
14099
14100 # Break up conftest.undefs because some shells have a limit on the size
14101 # of here documents, and old seds have small limits too (100 cmds).
14102 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14103 rm -f conftest.tail
14104 while grep . conftest.undefs >/dev/null
14105 do
14106 # Write a limited-size here document to $tmp/undefs.sed.
14107 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14108 # Speed up: don't consider the non `#undef'
14109 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14110 # Work around the forget-to-reset-the-flag bug.
14111 echo 't clr' >>$CONFIG_STATUS
14112 echo ': clr' >>$CONFIG_STATUS
14113 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14114 echo 'CEOF
14115 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14116 rm -f $tmp/in
14117 mv $tmp/out $tmp/in
14118 ' >>$CONFIG_STATUS
14119 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14120 rm -f conftest.undefs
14121 mv conftest.tail conftest.undefs
14122 done
14123 rm -f conftest.undefs
14124
14125 cat >>$CONFIG_STATUS <<\_ACEOF
14126 # Let's still pretend it is `configure' which instantiates (i.e., don't
14127 # use $as_me), people would be surprised to read:
14128 # /* config.h. Generated by config.status. */
14129 if test x"$ac_file" = x-; then
14130 echo "/* Generated by configure. */" >$tmp/config.h
14131 else
14132 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14133 fi
14134 cat $tmp/in >>$tmp/config.h
14135 rm -f $tmp/in
14136 if test x"$ac_file" != x-; then
14137 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14138 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14139 echo "$as_me: $ac_file is unchanged" >&6;}
14140 else
14141 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14142 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14143 X"$ac_file" : 'X\(//\)[^/]' \| \
14144 X"$ac_file" : 'X\(//\)$' \| \
14145 X"$ac_file" : 'X\(/\)' \| \
14146 . : '\(.\)' 2>/dev/null ||
14147 echo X"$ac_file" |
14148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14150 /^X\(\/\/\)$/{ s//\1/; q; }
14151 /^X\(\/\).*/{ s//\1/; q; }
14152 s/.*/./; q'`
14153 { if $as_mkdir_p; then
14154 mkdir -p "$ac_dir"
14155 else
14156 as_dir="$ac_dir"
14157 as_dirs=
14158 while test ! -d "$as_dir"; do
14159 as_dirs="$as_dir $as_dirs"
14160 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14161 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14162 X"$as_dir" : 'X\(//\)[^/]' \| \
14163 X"$as_dir" : 'X\(//\)$' \| \
14164 X"$as_dir" : 'X\(/\)' \| \
14165 . : '\(.\)' 2>/dev/null ||
14166 echo X"$as_dir" |
14167 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14168 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14169 /^X\(\/\/\)$/{ s//\1/; q; }
14170 /^X\(\/\).*/{ s//\1/; q; }
14171 s/.*/./; q'`
14172 done
14173 test ! -n "$as_dirs" || mkdir $as_dirs
14174 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14175 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14176 { (exit 1); exit 1; }; }; }
14177
14178 rm -f $ac_file
14179 mv $tmp/config.h $ac_file
14180 fi
14181 else
14182 cat $tmp/config.h
14183 rm -f $tmp/config.h
14184 fi
14185 done
14186 _ACEOF
14187
14188 cat >>$CONFIG_STATUS <<\_ACEOF
14189
14190 { (exit 0); exit 0; }
14191 _ACEOF
14192 chmod +x $CONFIG_STATUS
14193 ac_clean_files=$ac_clean_files_save
14194
14195
14196 # configure is writing to config.log, and then calls config.status.
14197 # config.status does its own redirection, appending to config.log.
14198 # Unfortunately, on DOS this fails, as config.log is still kept open
14199 # by configure, so config.status won't be able to write to it; its
14200 # output is simply discarded. So we exec the FD to /dev/null,
14201 # effectively closing config.log, so it can be properly (re)opened and
14202 # appended to by config.status. When coming back to configure, we
14203 # need to make the FD available again.
14204 if test "$no_create" != yes; then
14205 ac_cs_success=:
14206 ac_config_status_args=
14207 test "$silent" = yes &&
14208 ac_config_status_args="$ac_config_status_args --quiet"
14209 exec 5>/dev/null
14210 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14211 exec 5>>config.log
14212 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14213 # would make configure fail if this is the last instruction.
14214 $ac_cs_success || { (exit 1); exit 1; }
14215 fi
14216
14217
14218 echo "Configuration:
14219
14220 Rxvt version: $VERSION : $DATE
14221 Source code location: $srcdir
14222 Install path: ${prefix}/bin
14223 Compiler: $CXX
14224 Compiler flags: $CFLAGS
14225 Linker: $LINKER"
14226
14227 if test "$MALLOC_TYPE" = S; then
14228 echo " malloc support: system default"
14229 fi
14230 if test "$MALLOC_TYPE" = G; then
14231 echo " malloc support: Gray Watson's dmalloc"
14232 fi
14233 if test "$MALLOC_TYPE" = D; then
14234 echo " malloc support: Doug Lea's malloc"
14235 fi
14236
14237 if test x$support_xpm = xyes; then
14238 echo " Xpm library: $XPM_LIBS"
14239 fi
14240
14241 echo "
14242 The following are set in config.h
14243 "
14244 echo " pty/tty type: "$rxvt_cv_ptys
14245 if test x$support_utmp != xyes; then
14246 echo " utmp support: disabled"
14247 echo
14248 else
14249 echo " utmp support: enabled
14250 utmp file: $rxvt_cv_path_utmp
14251 utmpx file: $rxvt_cv_path_utmpx
14252 wtmp file: $rxvt_cv_path_wtmp
14253 wtmpx file: $rxvt_cv_path_wtmpx
14254 lastlog file: $rxvt_cv_path_lastlog
14255 ttys/ttytab file: $rxvt_cv_path_ttytab
14256 embedded perl: $support_perl"
14257 echo
14258 fi
14259 if test x$term != x; then
14260 echo " set TERM to: $term"
14261 fi
14262 if test x$terminfo != x; then
14263 echo " set TERMINFO to: $terminfo"
14264 fi
14265 echo " default resource name: $RESNAME"
14266 echo " resource class: $RESCLASS"
14267 if test x$RESFALLBACK != x; then
14268 echo " resource class fallback: $RESFALLBACK"
14269 fi
14270 echo
14271 if test x$rxvt_cv_ptys = xUNKNOWN; then
14272 echo ".----------------------------------------------------------------."
14273 echo ". WARNING: could not determine pty/tty type. Do not build until ."
14274 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
14275 echo ".----------------------------------------------------------------."
14276 fi
14277 if test x$support_xpm = xneedsmanualspecification; then
14278 echo ".----------------------------------------------------------------."
14279 echo ". WARNING: --enable-xpm-background was specified however the ."
14280 echo ". XPM includes files and libraries could not be found. ."
14281 echo ". XPM backgrounds are now being DISABLED! If you want ."
14282 echo ". to use them you should rerun configure with the ."
14283 echo ". appropriate --with-xpm-includes=/path/to/xpm/includes ."
14284 echo ". and --with-xpm-library=/path/to/xpm/library lines. ."
14285 echo ".----------------------------------------------------------------."
14286 fi
14287 if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
14288 echo ".----------------------------------------------------------------."
14289 echo ". WARNING: --enable-xim was specified however the locale support ."
14290 echo ". functions could not be found. ."
14291 echo ". XIM is now being DISABLED! ."
14292 echo ".----------------------------------------------------------------."
14293 fi
14294
14295 echo " *** Optionally check src/feature.h for further options ***"
14296 echo
14297
14298 echo ".----------------------------------------------------------------."
14299 echo ". NOTE: some features are disabled by default, try ."
14300 echo ". configure --help to get an idea of the optional features, ."
14301 echo ". or read ./README.configure ."
14302 echo ". ."
14303 echo ". The script ./reconf gives a reasonable baseline, try it if ."
14304 echo ". you do not want to read documentation and still want some ."
14305 echo ". useful features. ."
14306 echo ".----------------------------------------------------------------."
14307 echo
14308