ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.102 by ayin, Tue May 8 11:24:45 2007 UTC vs.
Revision 1.104 by ayin, Sat Jun 23 13:41:19 2007 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.61. 3# Generated by GNU Autoconf 2.59.
4# 4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5# Copyright (C) 2003 Free Software Foundation, Inc.
6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ## 8## --------------------- ##
10## M4sh Initialization. ## 9## M4sh Initialization. ##
11## --------------------- ## 10## --------------------- ##
12 11
13# Be more Bourne compatible 12# Be Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh 14 emulate sh
17 NULLCMD=: 15 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature. 17 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"' 18 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for 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
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
22else 46 else
23 case `(set -o) 2>/dev/null` in 47 $as_unset $as_var
24 *posix*) set -o posix ;; 48 fi
25esac 49done
26 50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
27fi 56fi
28 57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
29 63
30 64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
31 76
32# PATH needs CR 77
78# PATH needs CR, and LINENO needs CR and PATH.
33# Avoid depending upon Character Ranges. 79# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz' 80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS 82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789' 83as_cr_digits='0123456789'
48 PATH_SEPARATOR=: 94 PATH_SEPARATOR=:
49 fi 95 fi
50 rm -f conf$$.sh 96 rm -f conf$$.sh
51fi 97fi
52 98
53# Support unset when possible.
54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56else
57 as_unset=false
58fi
59 99
60 100 as_lineno_1=$LINENO
61# IFS 101 as_lineno_2=$LINENO
62# We need space, tab and new line, in precisely that order. Quoting is 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
63# there to prevent editors from complaining about space-tab. 103 test "x$as_lineno_1" != "x$as_lineno_2" &&
64# (If _AS_PATH_WALK were called with IFS unset, it would disable word 104 test "x$as_lineno_3" = "x$as_lineno_2" || {
65# splitting by setting IFS to empty value.)
66as_nl='
67'
68IFS=" "" $as_nl"
69
70# Find who we are. Look in the path if we contain no directory separator. 105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
71case $0 in 107 case $0 in
72 *[\\/]* ) as_myself=$0 ;; 108 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74for as_dir in $PATH 110for as_dir in $PATH
75do 111do
76 IFS=$as_save_IFS 112 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=. 113 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79done 115done
80IFS=$as_save_IFS
81 116
82 ;; 117 ;;
83esac 118 esac
84# We did not find ourselves, most probably we were run as `sh COMMAND' 119 # We did not find ourselves, most probably we were run as `sh COMMAND'
85# in which case we are not to be found in the path. 120 # in which case we are not to be found in the path.
86if test "x$as_myself" = x; then 121 if test "x$as_myself" = x; then
87 as_myself=$0 122 as_myself=$0
88fi
89if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
92fi
93
94# Work around bugs in pre-3.0 UWIN ksh.
95for as_var in ENV MAIL MAILPATH
96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97done
98PS1='$ '
99PS2='> '
100PS4='+ '
101
102# NLS nuisances.
103for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
107do
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 fi 123 fi
113done 124 if test ! -f "$as_myself"; then
114 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
115# Required to use basename. 126 { (exit 1); exit 1; }; }
116if expr a : '\(a\)' >/dev/null 2>&1 && 127 fi
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 128 case $CONFIG_SHELL in
118 as_expr=expr 129 '')
119else
120 as_expr=false
121fi
122
123if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125else
126 as_basename=false
127fi
128
129
130# Name of the executable.
131as_me=`$as_basename -- "$0" ||
132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
138 q
139 }
140 /^X\/\(\/\/\)$/{
141 s//\1/
142 q
143 }
144 /^X\/\(\/\).*/{
145 s//\1/
146 q
147 }
148 s/.*/./; q'`
149
150# CDPATH.
151$as_unset CDPATH
152
153
154if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157else
158 as_have_required=no
159fi
160
161 if test $as_have_required = yes && (eval ":
162(as_func_return () {
163 (exit \$1)
164}
165as_func_success () {
166 as_func_return 0
167}
168as_func_failure () {
169 as_func_return 1
170}
171as_func_ret_success () {
172 return 0
173}
174as_func_ret_failure () {
175 return 1
176}
177
178exitcode=0
179if as_func_success; then
180 :
181else
182 exitcode=1
183 echo as_func_success failed.
184fi
185
186if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
189fi
190
191if as_func_ret_success; then
192 :
193else
194 exitcode=1
195 echo as_func_ret_success failed.
196fi
197
198if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
201fi
202
203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204 :
205else
206 exitcode=1
207 echo positional parameters were not saved.
208fi
209
210test \$exitcode = 0) || { (exit 1); exit 1; }
211
212(
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217") 2> /dev/null; then
218 :
219else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223do 132do
224 IFS=$as_save_IFS 133 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=. 134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
226 case $as_dir in 136 case $as_dir in
227 /*) 137 /*)
228 for as_base in sh bash ksh sh5; do 138 if ("$as_dir/$as_base" -c '
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232done
233IFS=$as_save_IFS
234
235
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250esac
251
252fi
253
254
255:
256_ASEOF
257}; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271esac
272
273fi
274
275
276:
277(as_func_return () {
278 (exit $1)
279}
280as_func_success () {
281 as_func_return 0
282}
283as_func_failure () {
284 as_func_return 1
285}
286as_func_ret_success () {
287 return 0
288}
289as_func_ret_failure () {
290 return 1
291}
292
293exitcode=0
294if as_func_success; then
295 :
296else
297 exitcode=1
298 echo as_func_success failed.
299fi
300
301if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
304fi
305
306if as_func_ret_success; then
307 :
308else
309 exitcode=1
310 echo as_func_ret_success failed.
311fi
312
313if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
316fi
317
318if ( set x; as_func_ret_success y && test x = "$1" ); then
319 :
320else
321 exitcode=1
322 echo positional parameters were not saved.
323fi
324
325test $exitcode = 0) || { (exit 1); exit 1; }
326
327(
328 as_lineno_1=$LINENO 139 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO 140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
330 test "x$as_lineno_1" != "x$as_lineno_2" && 142 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
332 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
333_ASEOF 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
334}; then 146 CONFIG_SHELL=$as_dir/$as_base
335 break 147 export CONFIG_SHELL
336fi 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
337 149 fi;;
338fi 150 esac
339
340 done
341
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done 151 done
346 export CONFIG_SHELL 152done
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 153;;
348fi 154 esac
349
350
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
357fi
358
359
360fi
361
362fi
363
364
365
366(eval "as_func_return () {
367 (exit \$1)
368}
369as_func_success () {
370 as_func_return 0
371}
372as_func_failure () {
373 as_func_return 1
374}
375as_func_ret_success () {
376 return 0
377}
378as_func_ret_failure () {
379 return 1
380}
381
382exitcode=0
383if as_func_success; then
384 :
385else
386 exitcode=1
387 echo as_func_success failed.
388fi
389
390if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
393fi
394
395if as_func_ret_success; then
396 :
397else
398 exitcode=1
399 echo as_func_ret_success failed.
400fi
401
402if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
405fi
406
407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408 :
409else
410 exitcode=1
411 echo positional parameters were not saved.
412fi
413
414test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
419}
420
421
422
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427 155
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a 157 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed' 158 # line-number line before each line; the second 'sed' does the real
431 # does the real work. The second script uses 'N' to pair each 159 # work. The second script uses 'N' to pair each line-number line
432 # line-number line with the line containing $LINENO, and appends 160 # with the numbered line, and appends trailing '-' during
433 # trailing '-' during substitution so that $LINENO is not a special 161 # substitution so that $LINENO is not a special case at line end.
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
439 p
440 /[$]LINENO/=
441 ' <$as_myself | 164 sed '=' <$as_myself |
442 sed ' 165 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
445 b
446 :lineno
447 N 166 N
167 s,$,-,
448 :loop 168 : loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
450 t loop 170 t loop
451 s/-\n.*// 171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
452 ' >$as_me.lineno && 173 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" || 174 chmod +x $as_me.lineno ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; } 176 { (exit 1); exit 1; }; }
456 177
457 # Don't try to exec as it changes $[0], causing all sort of problems 178 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the 179 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this). 180 # original and so on. Autoconf is especially sensible to this).
460 . "./$as_me.lineno" 181 . ./$as_me.lineno
461 # Exit status is that of the last command. 182 # Exit status is that of the last command.
462 exit 183 exit
463} 184}
464 185
465 186
466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
467 as_dirname=dirname 188 *c*,-n*) ECHO_N= ECHO_C='
468else 189' ECHO_T=' ' ;;
469 as_dirname=false 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
470fi 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
471
472ECHO_C= ECHO_N= ECHO_T=
473case `echo -n x` in
474-n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
479*)
480 ECHO_N='-n';;
481esac 192esac
482 193
483if expr a : '\(a\)' >/dev/null 2>&1 && 194if expr a : '\(a\)' >/dev/null 2>&1; then
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr 195 as_expr=expr
486else 196else
487 as_expr=false 197 as_expr=false
488fi 198fi
489 199
490rm -f conf$$ conf$$.exe conf$$.file 200rm -f conf$$ conf$$.exe conf$$.file
491if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
496fi
497echo >conf$$.file 201echo >conf$$.file
498if ln -s conf$$.file conf$$ 2>/dev/null; then 202if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s' 203 # We could just check for DJGPP; but this test a) works b) is more generic
500 # ... but there are two gotchas: 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 205 if test -f conf$$.exe; then
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 206 # Don't use ln at all; we don't have any links
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p' 207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
506elif ln conf$$.file conf$$ 2>/dev/null; then 211elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln 212 as_ln_s=ln
508else 213else
509 as_ln_s='cp -p' 214 as_ln_s='cp -p'
510fi 215fi
511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 216rm -f conf$$ conf$$.exe conf$$.file
512rmdir conf$$.dir 2>/dev/null
513 217
514if mkdir -p . 2>/dev/null; then 218if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=: 219 as_mkdir_p=:
516else 220else
517 test -d ./-p && rmdir ./-p 221 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false 222 as_mkdir_p=false
519fi 223fi
520 224
521if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
528 fi
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
540 '
541fi
542as_executable_p=$as_test_x 225as_executable_p="test -f"
543 226
544# Sed expression to map a string onto a valid CPP name. 227# Sed expression to map a string onto a valid CPP name.
545as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546 229
547# Sed expression to map a string onto a valid variable name. 230# Sed expression to map a string onto a valid variable name.
548as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549 232
550 233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
551 239
552exec 7<&0 </dev/null 6>&1 240# CDPATH.
241$as_unset CDPATH
242
553 243
554# Name of the host. 244# Name of the host.
555# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556# so uname gets run too. 246# so uname gets run too.
557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558 248
249exec 6>&1
250
559# 251#
560# Initializations. 252# Initializations.
561# 253#
562ac_default_prefix=/usr/local 254ac_default_prefix=/usr/local
563ac_clean_files=
564ac_config_libobj_dir=. 255ac_config_libobj_dir=.
565LIBOBJS=
566cross_compiling=no 256cross_compiling=no
567subdirs= 257subdirs=
568MFLAGS= 258MFLAGS=
569MAKEFLAGS= 259MAKEFLAGS=
570SHELL=${CONFIG_SHELL-/bin/sh} 260SHELL=${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}
571 266
572# Identity of this package. 267# Identity of this package.
573PACKAGE_NAME= 268PACKAGE_NAME=
574PACKAGE_TARNAME= 269PACKAGE_TARNAME=
575PACKAGE_VERSION= 270PACKAGE_VERSION=
578 273
579ac_unique_file="src/feature.h" 274ac_unique_file="src/feature.h"
580# Factoring default headers for most tests. 275# Factoring default headers for most tests.
581ac_includes_default="\ 276ac_includes_default="\
582#include <stdio.h> 277#include <stdio.h>
583#ifdef HAVE_SYS_TYPES_H 278#if HAVE_SYS_TYPES_H
584# include <sys/types.h> 279# include <sys/types.h>
585#endif 280#endif
586#ifdef HAVE_SYS_STAT_H 281#if HAVE_SYS_STAT_H
587# include <sys/stat.h> 282# include <sys/stat.h>
588#endif 283#endif
589#ifdef STDC_HEADERS 284#if STDC_HEADERS
590# include <stdlib.h> 285# include <stdlib.h>
591# include <stddef.h> 286# include <stddef.h>
592#else 287#else
593# ifdef HAVE_STDLIB_H 288# if HAVE_STDLIB_H
594# include <stdlib.h> 289# include <stdlib.h>
595# endif 290# endif
596#endif 291#endif
597#ifdef HAVE_STRING_H 292#if HAVE_STRING_H
598# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 293# if !STDC_HEADERS && HAVE_MEMORY_H
599# include <memory.h> 294# include <memory.h>
600# endif 295# endif
601# include <string.h> 296# include <string.h>
602#endif 297#endif
603#ifdef HAVE_STRINGS_H 298#if HAVE_STRINGS_H
604# include <strings.h> 299# include <strings.h>
605#endif 300#endif
606#ifdef HAVE_INTTYPES_H 301#if HAVE_INTTYPES_H
607# include <inttypes.h> 302# include <inttypes.h>
303#else
304# if HAVE_STDINT_H
305# include <stdint.h>
306# endif
608#endif 307#endif
609#ifdef HAVE_STDINT_H
610# include <stdint.h>
611#endif
612#ifdef HAVE_UNISTD_H 308#if HAVE_UNISTD_H
613# include <unistd.h> 309# include <unistd.h>
614#endif" 310#endif"
615 311
616ac_subst_vars='SHELL 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP LINKER CXXLIB INSTALL_LIBRXVT RXVTNAME TIC CXXCPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS afterimage_config XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PKG_CONFIG XFT_CONFIG PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O LIBAFTERIMAGE_CFLAGS AFTERIMAGE_LIBS 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'
617PATH_SEPARATOR
618PACKAGE_NAME
619PACKAGE_TARNAME
620PACKAGE_VERSION
621PACKAGE_STRING
622PACKAGE_BUGREPORT
623exec_prefix
624prefix
625program_transform_name
626bindir
627sbindir
628libexecdir
629datarootdir
630datadir
631sysconfdir
632sharedstatedir
633localstatedir
634includedir
635oldincludedir
636docdir
637infodir
638htmldir
639dvidir
640pdfdir
641psdir
642libdir
643localedir
644mandir
645DEFS
646ECHO_C
647ECHO_N
648ECHO_T
649LIBS
650build_alias
651host_alias
652target_alias
653build
654build_cpu
655build_vendor
656build_os
657host
658host_cpu
659host_vendor
660host_os
661VERSION
662DATE
663LSMDATE
664LIBVERSION
665CC
666CFLAGS
667LDFLAGS
668CPPFLAGS
669ac_ct_CC
670EXEEXT
671OBJEXT
672CXX
673CXXFLAGS
674ac_ct_CXX
675CPP
676INSTALL_PROGRAM
677INSTALL_SCRIPT
678INSTALL_DATA
679GREP
680EGREP
681LINKER
682INSTALL_LIBRXVT
683RXVTNAME
684MV
685CP
686LN
687SED
688ECHO
689CMP
690TIC
691XMKMF
692CXXCPP
693X_CFLAGS
694X_PRE_LIBS
695X_LIBS
696X_EXTRA_LIBS
697XPM_CPPFLAGS
698XPM_CFLAGS
699XPM_LIBS
700rxvt_int16_typedef
701rxvt_uint16_typedef
702rxvt_int32_typedef
703rxvt_uint32_typedef
704rxvt_intp_define
705rxvt_u_intp_define
706PKG_CONFIG
707XFT_CONFIG
708PERL
709PERLLIB
710PERLFLAGS
711PERLPRIVLIBEXP
712IF_PERL
713PERL_O
714DEBUG
715DINCLUDE
716DLIB
717include_stdint_h
718include_stdarg_h
719include_stdlib_h
720include_unistd_h
721include_string_h
722include_fcntl_h
723include_util_h
724include_assert_h
725include_sys_ioctl_h
726include_sys_select_h
727include_sys_strredir_h
728include_sys_time_h
729include_time_h
730LIBOBJS
731LTLIBOBJS'
732ac_subst_files='' 313ac_subst_files=''
733 ac_precious_vars='build_alias
734host_alias
735target_alias
736CC
737CFLAGS
738LDFLAGS
739LIBS
740CPPFLAGS
741CXX
742CXXFLAGS
743CCC
744CPP
745XMKMF
746CXXCPP'
747
748 314
749# Initialize some variables set by options. 315# Initialize some variables set by options.
750ac_init_help= 316ac_init_help=
751ac_init_version=false 317ac_init_version=false
752# The variables have the same names as the options, with 318# The variables have the same names as the options, with
769# Installation directory options. 335# Installation directory options.
770# These are left unexpanded so users can "make install exec_prefix=/foo" 336# These are left unexpanded so users can "make install exec_prefix=/foo"
771# and all the variables that are supposed to be based on exec_prefix 337# and all the variables that are supposed to be based on exec_prefix
772# by default will actually change. 338# by default will actually change.
773# Use braces instead of parens because sh, perl, etc. also accept them. 339# Use braces instead of parens because sh, perl, etc. also accept them.
774# (The list follows the same order as the GNU Coding Standards.)
775bindir='${exec_prefix}/bin' 340bindir='${exec_prefix}/bin'
776sbindir='${exec_prefix}/sbin' 341sbindir='${exec_prefix}/sbin'
777libexecdir='${exec_prefix}/libexec' 342libexecdir='${exec_prefix}/libexec'
778datarootdir='${prefix}/share' 343datadir='${prefix}/share'
779datadir='${datarootdir}'
780sysconfdir='${prefix}/etc' 344sysconfdir='${prefix}/etc'
781sharedstatedir='${prefix}/com' 345sharedstatedir='${prefix}/com'
782localstatedir='${prefix}/var' 346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
783includedir='${prefix}/include' 348includedir='${prefix}/include'
784oldincludedir='/usr/include' 349oldincludedir='/usr/include'
785docdir='${datarootdir}/doc/${PACKAGE}'
786infodir='${datarootdir}/info' 350infodir='${prefix}/info'
787htmldir='${docdir}' 351mandir='${prefix}/man'
788dvidir='${docdir}'
789pdfdir='${docdir}'
790psdir='${docdir}'
791libdir='${exec_prefix}/lib'
792localedir='${datarootdir}/locale'
793mandir='${datarootdir}/man'
794 352
795ac_prev= 353ac_prev=
796ac_dashdash=
797for ac_option 354for ac_option
798do 355do
799 # If the previous option needs an argument, assign it. 356 # If the previous option needs an argument, assign it.
800 if test -n "$ac_prev"; then 357 if test -n "$ac_prev"; then
801 eval $ac_prev=\$ac_option 358 eval "$ac_prev=\$ac_option"
802 ac_prev= 359 ac_prev=
803 continue 360 continue
804 fi 361 fi
805 362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
806 case $ac_option in 367 case $ac_option in
807 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
808 *) ac_optarg=yes ;;
809 esac
810
811 # Accept the important Cygnus configure options, so we can diagnose typos.
812
813 case $ac_dashdash$ac_option in
814 --)
815 ac_dashdash=yes ;;
816 368
817 -bindir | --bindir | --bindi | --bind | --bin | --bi) 369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
818 ac_prev=bindir ;; 370 ac_prev=bindir ;;
819 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
820 bindir=$ac_optarg ;; 372 bindir=$ac_optarg ;;
832 cache_file=$ac_optarg ;; 384 cache_file=$ac_optarg ;;
833 385
834 --config-cache | -C) 386 --config-cache | -C)
835 cache_file=config.cache ;; 387 cache_file=config.cache ;;
836 388
837 -datadir | --datadir | --datadi | --datad) 389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
838 ac_prev=datadir ;; 390 ac_prev=datadir ;;
839 -datadir=* | --datadir=* | --datadi=* | --datad=*) 391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
840 datadir=$ac_optarg ;; 393 datadir=$ac_optarg ;;
841
842 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
843 | --dataroo | --dataro | --datar)
844 ac_prev=datarootdir ;;
845 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
846 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
847 datarootdir=$ac_optarg ;;
848 394
849 -disable-* | --disable-*) 395 -disable-* | --disable-*)
850 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
851 # Reject names that are not valid shell variable names. 397 # Reject names that are not valid shell variable names.
852 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
853 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
854 { (exit 1); exit 1; }; } 400 { (exit 1); exit 1; }; }
855 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
856 eval enable_$ac_feature=no ;; 402 eval "enable_$ac_feature=no" ;;
857
858 -docdir | --docdir | --docdi | --doc | --do)
859 ac_prev=docdir ;;
860 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
861 docdir=$ac_optarg ;;
862
863 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
864 ac_prev=dvidir ;;
865 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
866 dvidir=$ac_optarg ;;
867 403
868 -enable-* | --enable-*) 404 -enable-* | --enable-*)
869 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
870 # Reject names that are not valid shell variable names. 406 # Reject names that are not valid shell variable names.
871 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
872 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
873 { (exit 1); exit 1; }; } 409 { (exit 1); exit 1; }; }
874 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 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
875 eval enable_$ac_feature=\$ac_optarg ;; 415 eval "enable_$ac_feature='$ac_optarg'" ;;
876 416
877 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
878 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
879 | --exec | --exe | --ex) 419 | --exec | --exe | --ex)
880 ac_prev=exec_prefix ;; 420 ac_prev=exec_prefix ;;
897 -host | --host | --hos | --ho) 437 -host | --host | --hos | --ho)
898 ac_prev=host_alias ;; 438 ac_prev=host_alias ;;
899 -host=* | --host=* | --hos=* | --ho=*) 439 -host=* | --host=* | --hos=* | --ho=*)
900 host_alias=$ac_optarg ;; 440 host_alias=$ac_optarg ;;
901 441
902 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
903 ac_prev=htmldir ;;
904 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
905 | --ht=*)
906 htmldir=$ac_optarg ;;
907
908 -includedir | --includedir | --includedi | --included | --include \ 442 -includedir | --includedir | --includedi | --included | --include \
909 | --includ | --inclu | --incl | --inc) 443 | --includ | --inclu | --incl | --inc)
910 ac_prev=includedir ;; 444 ac_prev=includedir ;;
911 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
912 | --includ=* | --inclu=* | --incl=* | --inc=*) 446 | --includ=* | --inclu=* | --incl=* | --inc=*)
927 ac_prev=libexecdir ;; 461 ac_prev=libexecdir ;;
928 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
929 | --libexe=* | --libex=* | --libe=*) 463 | --libexe=* | --libex=* | --libe=*)
930 libexecdir=$ac_optarg ;; 464 libexecdir=$ac_optarg ;;
931 465
932 -localedir | --localedir | --localedi | --localed | --locale)
933 ac_prev=localedir ;;
934 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
935 localedir=$ac_optarg ;;
936
937 -localstatedir | --localstatedir | --localstatedi | --localstated \ 466 -localstatedir | --localstatedir | --localstatedi | --localstated \
938 | --localstate | --localstat | --localsta | --localst | --locals) 467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
939 ac_prev=localstatedir ;; 469 ac_prev=localstatedir ;;
940 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
941 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
942 localstatedir=$ac_optarg ;; 473 localstatedir=$ac_optarg ;;
943 474
944 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
945 ac_prev=mandir ;; 476 ac_prev=mandir ;;
946 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 | --program-transfo=* | --program-transf=* \ 532 | --program-transfo=* | --program-transf=* \
1002 | --program-trans=* | --program-tran=* \ 533 | --program-trans=* | --program-tran=* \
1003 | --progr-tra=* | --program-tr=* | --program-t=*) 534 | --progr-tra=* | --program-tr=* | --program-t=*)
1004 program_transform_name=$ac_optarg ;; 535 program_transform_name=$ac_optarg ;;
1005 536
1006 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1007 ac_prev=pdfdir ;;
1008 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1009 pdfdir=$ac_optarg ;;
1010
1011 -psdir | --psdir | --psdi | --psd | --ps)
1012 ac_prev=psdir ;;
1013 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1014 psdir=$ac_optarg ;;
1015
1016 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1017 | -silent | --silent | --silen | --sile | --sil) 538 | -silent | --silent | --silen | --sile | --sil)
1018 silent=yes ;; 539 silent=yes ;;
1019 540
1020 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1063 ac_init_version=: ;; 584 ac_init_version=: ;;
1064 585
1065 -with-* | --with-*) 586 -with-* | --with-*)
1066 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1067 # Reject names that are not valid shell variable names. 588 # Reject names that are not valid shell variable names.
1068 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1069 { echo "$as_me: error: invalid package name: $ac_package" >&2 590 { echo "$as_me: error: invalid package name: $ac_package" >&2
1070 { (exit 1); exit 1; }; } 591 { (exit 1); exit 1; }; }
1071 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 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
1072 eval with_$ac_package=\$ac_optarg ;; 597 eval "with_$ac_package='$ac_optarg'" ;;
1073 598
1074 -without-* | --without-*) 599 -without-* | --without-*)
1075 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1076 # Reject names that are not valid shell variable names. 601 # Reject names that are not valid shell variable names.
1077 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1078 { echo "$as_me: error: invalid package name: $ac_package" >&2 603 { echo "$as_me: error: invalid package name: $ac_package" >&2
1079 { (exit 1); exit 1; }; } 604 { (exit 1); exit 1; }; }
1080 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 605 ac_package=`echo $ac_package | sed 's/-/_/g'`
1081 eval with_$ac_package=no ;; 606 eval "with_$ac_package=no" ;;
1082 607
1083 --x) 608 --x)
1084 # Obsolete; use --with-x. 609 # Obsolete; use --with-x.
1085 with_x=yes ;; 610 with_x=yes ;;
1086 611
1107 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1108 # Reject names that are not valid shell variable names. 633 # Reject names that are not valid shell variable names.
1109 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1110 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1111 { (exit 1); exit 1; }; } 636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1112 eval $ac_envvar=\$ac_optarg 638 eval "$ac_envvar='$ac_optarg'"
1113 export $ac_envvar ;; 639 export $ac_envvar ;;
1114 640
1115 *) 641 *)
1116 # FIXME: should be removed in autoconf 3.0. 642 # FIXME: should be removed in autoconf 3.0.
1117 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1127 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1128 { echo "$as_me: error: missing argument to $ac_option" >&2 654 { echo "$as_me: error: missing argument to $ac_option" >&2
1129 { (exit 1); exit 1; }; } 655 { (exit 1); exit 1; }; }
1130fi 656fi
1131 657
1132# Be sure to have absolute directory names. 658# Be sure to have absolute paths.
1133for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 659for ac_var in exec_prefix prefix
1134 datadir sysconfdir sharedstatedir localstatedir includedir \
1135 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1136 libdir localedir mandir
1137do 660do
1138 eval ac_val=\$$ac_var 661 eval ac_val=$`echo $ac_var`
1139 case $ac_val in 662 case $ac_val in
1140 [\\/$]* | ?:[\\/]* ) continue;; 663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1141 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
1142 esac 666 esac
667done
668
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
1143 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1144 { (exit 1); exit 1; }; } 677 { (exit 1); exit 1; }; };;
678 esac
1145done 679done
1146 680
1147# There might be people who depend on the old broken behavior: `$host' 681# There might be people who depend on the old broken behavior: `$host'
1148# used to hold the argument of --host etc. 682# used to hold the argument of --host etc.
1149# FIXME: To remove some day. 683# FIXME: To remove some day.
1166test -n "$host_alias" && ac_tool_prefix=$host_alias- 700test -n "$host_alias" && ac_tool_prefix=$host_alias-
1167 701
1168test "$silent" = yes && exec 6>/dev/null 702test "$silent" = yes && exec 6>/dev/null
1169 703
1170 704
1171ac_pwd=`pwd` && test -n "$ac_pwd" &&
1172ac_ls_di=`ls -di .` &&
1173ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1174 { echo "$as_me: error: Working directory cannot be determined" >&2
1175 { (exit 1); exit 1; }; }
1176test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1177 { echo "$as_me: error: pwd does not report name of working directory" >&2
1178 { (exit 1); exit 1; }; }
1179
1180
1181# Find the source files, if location was not specified. 705# Find the source files, if location was not specified.
1182if test -z "$srcdir"; then 706if test -z "$srcdir"; then
1183 ac_srcdir_defaulted=yes 707 ac_srcdir_defaulted=yes
1184 # Try the directory containing this script, then the parent directory. 708 # Try the directory containing this script, then its parent.
1185 ac_confdir=`$as_dirname -- "$0" || 709 ac_confdir=`(dirname "$0") 2>/dev/null ||
1186$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1187 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \
1188 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(//\)$' \| \
1189 X"$0" : 'X\(/\)' \| . 2>/dev/null || 713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
1190echo X"$0" | 715echo X"$0" |
1191 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1192 s//\1/ 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1193 q 718 /^X\(\/\/\)$/{ s//\1/; q; }
1194 } 719 /^X\(\/\).*/{ s//\1/; q; }
1195 /^X\(\/\/\)[^/].*/{
1196 s//\1/
1197 q
1198 }
1199 /^X\(\/\/\)$/{
1200 s//\1/
1201 q
1202 }
1203 /^X\(\/\).*/{
1204 s//\1/
1205 q
1206 }
1207 s/.*/./; q'` 720 s/.*/./; q'`
1208 srcdir=$ac_confdir 721 srcdir=$ac_confdir
1209 if test ! -r "$srcdir/$ac_unique_file"; then 722 if test ! -r $srcdir/$ac_unique_file; then
1210 srcdir=.. 723 srcdir=..
1211 fi 724 fi
1212else 725else
1213 ac_srcdir_defaulted=no 726 ac_srcdir_defaulted=no
1214fi 727fi
1215if test ! -r "$srcdir/$ac_unique_file"; then 728if test ! -r $srcdir/$ac_unique_file; then
1216 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 729 if test "$ac_srcdir_defaulted" = yes; then
1217 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
1218 { (exit 1); exit 1; }; } 731 { (exit 1); exit 1; }; }
1219fi 732 else
1220ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1221ac_abs_confdir=`(
1222 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1223 { (exit 1); exit 1; }; } 734 { (exit 1); exit 1; }; }
1224 pwd)` 735 fi
1225# When building in place, set srcdir=.
1226if test "$ac_abs_confdir" = "$ac_pwd"; then
1227 srcdir=.
1228fi 736fi
1229# Remove unnecessary trailing slashes from srcdir. 737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1230# Double slashes in file names in object file debugging info 738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
1231# mess up M-x gdb in Emacs. 739 { (exit 1); exit 1; }; }
1232case $srcdir in 740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1233*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 741ac_env_build_alias_set=${build_alias+set}
1234esac 742ac_env_build_alias_value=$build_alias
1235for ac_var in $ac_precious_vars; do 743ac_cv_env_build_alias_set=${build_alias+set}
1236 eval ac_env_${ac_var}_set=\${${ac_var}+set} 744ac_cv_env_build_alias_value=$build_alias
1237 eval ac_env_${ac_var}_value=\$${ac_var} 745ac_env_host_alias_set=${host_alias+set}
1238 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 746ac_env_host_alias_value=$host_alias
1239 eval ac_cv_env_${ac_var}_value=\$${ac_var} 747ac_cv_env_host_alias_set=${host_alias+set}
1240done 748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CXX_set=${CXX+set}
770ac_env_CXX_value=$CXX
771ac_cv_env_CXX_set=${CXX+set}
772ac_cv_env_CXX_value=$CXX
773ac_env_CXXFLAGS_set=${CXXFLAGS+set}
774ac_env_CXXFLAGS_value=$CXXFLAGS
775ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
776ac_cv_env_CXXFLAGS_value=$CXXFLAGS
777ac_env_CPP_set=${CPP+set}
778ac_env_CPP_value=$CPP
779ac_cv_env_CPP_set=${CPP+set}
780ac_cv_env_CPP_value=$CPP
781ac_env_CXXCPP_set=${CXXCPP+set}
782ac_env_CXXCPP_value=$CXXCPP
783ac_cv_env_CXXCPP_set=${CXXCPP+set}
784ac_cv_env_CXXCPP_value=$CXXCPP
1241 785
1242# 786#
1243# Report the --help message. 787# Report the --help message.
1244# 788#
1245if test "$ac_init_help" = "long"; then 789if test "$ac_init_help" = "long"; then
1264 --cache-file=FILE cache test results in FILE [disabled] 808 --cache-file=FILE cache test results in FILE [disabled]
1265 -C, --config-cache alias for \`--cache-file=config.cache' 809 -C, --config-cache alias for \`--cache-file=config.cache'
1266 -n, --no-create do not create output files 810 -n, --no-create do not create output files
1267 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1268 812
813_ACEOF
814
815 cat <<_ACEOF
1269Installation directories: 816Installation directories:
1270 --prefix=PREFIX install architecture-independent files in PREFIX 817 --prefix=PREFIX install architecture-independent files in PREFIX
1271 [$ac_default_prefix] 818 [$ac_default_prefix]
1272 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1273 [PREFIX] 820 [PREFIX]
1281 828
1282Fine tuning of the installation directories: 829Fine tuning of the installation directories:
1283 --bindir=DIR user executables [EPREFIX/bin] 830 --bindir=DIR user executables [EPREFIX/bin]
1284 --sbindir=DIR system admin executables [EPREFIX/sbin] 831 --sbindir=DIR system admin executables [EPREFIX/sbin]
1285 --libexecdir=DIR program executables [EPREFIX/libexec] 832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
1286 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1287 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1288 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1289 --libdir=DIR object code libraries [EPREFIX/lib] 837 --libdir=DIR object code libraries [EPREFIX/lib]
1290 --includedir=DIR C header files [PREFIX/include] 838 --includedir=DIR C header files [PREFIX/include]
1291 --oldincludedir=DIR C header files for non-gcc [/usr/include] 839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1292 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1293 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1294 --infodir=DIR info documentation [DATAROOTDIR/info] 840 --infodir=DIR info documentation [PREFIX/info]
1295 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1296 --mandir=DIR man documentation [DATAROOTDIR/man] 841 --mandir=DIR man documentation [PREFIX/man]
1297 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1298 --htmldir=DIR html documentation [DOCDIR]
1299 --dvidir=DIR dvi documentation [DOCDIR]
1300 --pdfdir=DIR pdf documentation [DOCDIR]
1301 --psdir=DIR ps documentation [DOCDIR]
1302_ACEOF 842_ACEOF
1303 843
1304 cat <<\_ACEOF 844 cat <<\_ACEOF
1305 845
1306X features: 846X features:
1330 NOTE: automatically enabled with --enable-shared 870 NOTE: automatically enabled with --enable-shared
1331 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 871 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1332 --enable-combining enable composition of base and combining characters 872 --enable-combining enable composition of base and combining characters
1333 --enable-xft enable xft support on systems that have it 873 --enable-xft enable xft support on systems that have it
1334 --enable-font-styles enable bold and italic support 874 --enable-font-styles enable bold and italic support
1335 --enable-xpm-background enable XPM background pixmaps 875 --enable-xpm-background enable background pixmaps
876 --enable-afterimage enable integration with libAfterImage for background images
877 --enable-afterstep enable integration with AfterStep window manager
1336 --enable-transparency enable transparent backgrounds 878 --enable-transparency enable transparent backgrounds
1337 --enable-tinting enable tinting of transparent bg 879 --enable-tinting enable tinting of transparent bg
1338 --enable-fading enable colors fading when off focus 880 --enable-fading enable colors fading when off focus
1339 --enable-rxvt-scroll enable rxvt style scrollbar 881 --enable-rxvt-scroll enable rxvt style scrollbar
1340 --enable-next-scroll enable NeXT style scrollbar 882 --enable-next-scroll enable NeXT style scrollbar
1362 --enable-lastlog enable lastlog support (requires --enable-utmp) 904 --enable-lastlog enable lastlog support (requires --enable-utmp)
1363 905
1364Optional Packages: 906Optional Packages:
1365 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 907 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1366 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 908 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
909 --with-afterimage-config=DIR use libAfterImage config script in DIR
1367 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 910 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1368 --with-res-name=NAME use this as default resource name (default: urxvt) 911 --with-res-name=NAME use this as default resource name (default: urxvt)
1369 --with-res-class=CLASS use this as the resource class (default: URxvt) 912 --with-res-class=CLASS use this as the resource class (default: URxvt)
1370 --with-name=NAME set the basename for the installed binaries (default: urxvt) 913 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1371 --with-term=NAME set the terminal to NAME (default: rxvt) 914 --with-term=NAME set the terminal to NAME (default: rxvt)
1378Some influential environment variables: 921Some influential environment variables:
1379 CC C compiler command 922 CC C compiler command
1380 CFLAGS C compiler flags 923 CFLAGS C compiler flags
1381 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 924 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1382 nonstandard directory <lib dir> 925 nonstandard directory <lib dir>
1383 LIBS libraries to pass to the linker, e.g. -l<library>
1384 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 926 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1385 you have headers in a nonstandard directory <include dir> 927 headers in a nonstandard directory <include dir>
1386 CXX C++ compiler command 928 CXX C++ compiler command
1387 CXXFLAGS C++ compiler flags 929 CXXFLAGS C++ compiler flags
1388 CPP C preprocessor 930 CPP C preprocessor
1389 XMKMF Path to xmkmf, Makefile generator for X Window System
1390 CXXCPP C++ preprocessor 931 CXXCPP C++ preprocessor
1391 932
1392Use these variables to override the choices made by `configure' or to help 933Use these variables to override the choices made by `configure' or to help
1393it to find libraries and programs with nonstandard names/locations. 934it to find libraries and programs with nonstandard names/locations.
1394 935
1395_ACEOF 936_ACEOF
1396ac_status=$?
1397fi 937fi
1398 938
1399if test "$ac_init_help" = "recursive"; then 939if test "$ac_init_help" = "recursive"; then
1400 # If there are subdirs, report their specific --help. 940 # If there are subdirs, report their specific --help.
941 ac_popdir=`pwd`
1401 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 942 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1402 test -d "$ac_dir" || continue 943 test -d $ac_dir || continue
1403 ac_builddir=. 944 ac_builddir=.
1404 945
946if test "$ac_dir" != .; then
947 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
948 # A "../" for each directory in $ac_dir_suffix.
949 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
950else
951 ac_dir_suffix= ac_top_builddir=
952fi
953
1405case "$ac_dir" in 954case $srcdir in
1406.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 955 .) # No --srcdir option. We are building in place.
956 ac_srcdir=.
957 if test -z "$ac_top_builddir"; then
958 ac_top_srcdir=.
959 else
960 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
961 fi ;;
962 [\\/]* | ?:[\\/]* ) # Absolute path.
963 ac_srcdir=$srcdir$ac_dir_suffix;
964 ac_top_srcdir=$srcdir ;;
965 *) # Relative path.
966 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
967 ac_top_srcdir=$ac_top_builddir$srcdir ;;
968esac
969
970# Do not use `cd foo && pwd` to compute absolute paths, because
971# the directories may not exist.
972case `pwd` in
973.) ac_abs_builddir="$ac_dir";;
1407*) 974*)
1408 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 975 case "$ac_dir" in
1409 # A ".." for each directory in $ac_dir_suffix. 976 .) ac_abs_builddir=`pwd`;;
1410 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 977 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1411 case $ac_top_builddir_sub in 978 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1412 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1413 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1414 esac ;; 979 esac;;
1415esac 980esac
1416ac_abs_top_builddir=$ac_pwd 981case $ac_abs_builddir in
1417ac_abs_builddir=$ac_pwd$ac_dir_suffix 982.) ac_abs_top_builddir=${ac_top_builddir}.;;
1418# for backward compatibility: 983*)
1419ac_top_builddir=$ac_top_build_prefix 984 case ${ac_top_builddir}. in
1420 985 .) ac_abs_top_builddir=$ac_abs_builddir;;
1421case $srcdir in 986 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1422 .) # We are building in place. 987 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1423 ac_srcdir=. 988 esac;;
1424 ac_top_srcdir=$ac_top_builddir_sub
1425 ac_abs_top_srcdir=$ac_pwd ;;
1426 [\\/]* | ?:[\\/]* ) # Absolute name.
1427 ac_srcdir=$srcdir$ac_dir_suffix;
1428 ac_top_srcdir=$srcdir
1429 ac_abs_top_srcdir=$srcdir ;;
1430 *) # Relative name.
1431 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1432 ac_top_srcdir=$ac_top_build_prefix$srcdir
1433 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1434esac 989esac
1435ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 990case $ac_abs_builddir in
991.) ac_abs_srcdir=$ac_srcdir;;
992*)
993 case $ac_srcdir in
994 .) ac_abs_srcdir=$ac_abs_builddir;;
995 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
996 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
997 esac;;
998esac
999case $ac_abs_builddir in
1000.) ac_abs_top_srcdir=$ac_top_srcdir;;
1001*)
1002 case $ac_top_srcdir in
1003 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1004 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1005 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1006 esac;;
1007esac
1436 1008
1437 cd "$ac_dir" || { ac_status=$?; continue; } 1009 cd $ac_dir
1438 # Check for guested configure. 1010 # Check for guested configure; otherwise get Cygnus style configure.
1439 if test -f "$ac_srcdir/configure.gnu"; then 1011 if test -f $ac_srcdir/configure.gnu; then
1440 echo && 1012 echo
1441 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1013 $SHELL $ac_srcdir/configure.gnu --help=recursive
1442 elif test -f "$ac_srcdir/configure"; then 1014 elif test -f $ac_srcdir/configure; then
1443 echo && 1015 echo
1444 $SHELL "$ac_srcdir/configure" --help=recursive 1016 $SHELL $ac_srcdir/configure --help=recursive
1017 elif test -f $ac_srcdir/configure.ac ||
1018 test -f $ac_srcdir/configure.in; then
1019 echo
1020 $ac_configure --help
1445 else 1021 else
1446 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1022 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1447 fi || ac_status=$? 1023 fi
1448 cd "$ac_pwd" || { ac_status=$?; break; } 1024 cd $ac_popdir
1449 done 1025 done
1450fi 1026fi
1451 1027
1452test -n "$ac_init_help" && exit $ac_status 1028test -n "$ac_init_help" && exit 0
1453if $ac_init_version; then 1029if $ac_init_version; then
1454 cat <<\_ACEOF 1030 cat <<\_ACEOF
1455configure
1456generated by GNU Autoconf 2.61
1457 1031
1458Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1032Copyright (C) 2003 Free Software Foundation, Inc.
14592002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1460This configure script is free software; the Free Software Foundation 1033This configure script is free software; the Free Software Foundation
1461gives unlimited permission to copy, distribute and modify it. 1034gives unlimited permission to copy, distribute and modify it.
1462_ACEOF 1035_ACEOF
1463 exit 1036 exit 0
1464fi 1037fi
1465cat >config.log <<_ACEOF 1038exec 5>config.log
1039cat >&5 <<_ACEOF
1466This file contains any messages produced by compilers while 1040This file contains any messages produced by compilers while
1467running configure, to aid debugging if configure makes a mistake. 1041running configure, to aid debugging if configure makes a mistake.
1468 1042
1469It was created by $as_me, which was 1043It was created by $as_me, which was
1470generated by GNU Autoconf 2.61. Invocation command line was 1044generated by GNU Autoconf 2.59. Invocation command line was
1471 1045
1472 $ $0 $@ 1046 $ $0 $@
1473 1047
1474_ACEOF 1048_ACEOF
1475exec 5>>config.log
1476{ 1049{
1477cat <<_ASUNAME 1050cat <<_ASUNAME
1478## --------- ## 1051## --------- ##
1479## Platform. ## 1052## Platform. ##
1480## --------- ## 1053## --------- ##
1489/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1062/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1490 1063
1491/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1064/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1492/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1065/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1493/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1066/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1494/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1067hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1495/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1068/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1496/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1069/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1497/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1070/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1498 1071
1499_ASUNAME 1072_ASUNAME
1503do 1076do
1504 IFS=$as_save_IFS 1077 IFS=$as_save_IFS
1505 test -z "$as_dir" && as_dir=. 1078 test -z "$as_dir" && as_dir=.
1506 echo "PATH: $as_dir" 1079 echo "PATH: $as_dir"
1507done 1080done
1508IFS=$as_save_IFS
1509 1081
1510} >&5 1082} >&5
1511 1083
1512cat >&5 <<_ACEOF 1084cat >&5 <<_ACEOF
1513 1085
1525# Also quote any args containing shell meta-characters. 1097# Also quote any args containing shell meta-characters.
1526# Make two passes to allow for proper duplicate-argument suppression. 1098# Make two passes to allow for proper duplicate-argument suppression.
1527ac_configure_args= 1099ac_configure_args=
1528ac_configure_args0= 1100ac_configure_args0=
1529ac_configure_args1= 1101ac_configure_args1=
1102ac_sep=
1530ac_must_keep_next=false 1103ac_must_keep_next=false
1531for ac_pass in 1 2 1104for ac_pass in 1 2
1532do 1105do
1533 for ac_arg 1106 for ac_arg
1534 do 1107 do
1535 case $ac_arg in 1108 case $ac_arg in
1536 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1109 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1538 | -silent | --silent | --silen | --sile | --sil) 1111 | -silent | --silent | --silen | --sile | --sil)
1539 continue ;; 1112 continue ;;
1540 *\'*) 1113 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1541 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1114 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1542 esac 1115 esac
1543 case $ac_pass in 1116 case $ac_pass in
1544 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1117 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1545 2) 1118 2)
1557 esac 1130 esac
1558 ;; 1131 ;;
1559 -* ) ac_must_keep_next=true ;; 1132 -* ) ac_must_keep_next=true ;;
1560 esac 1133 esac
1561 fi 1134 fi
1562 ac_configure_args="$ac_configure_args '$ac_arg'" 1135 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1136 # Get rid of the leading space.
1137 ac_sep=" "
1563 ;; 1138 ;;
1564 esac 1139 esac
1565 done 1140 done
1566done 1141done
1567$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1142$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1568$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1143$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1569 1144
1570# When interrupted or exit'd, cleanup temporary files, and complete 1145# When interrupted or exit'd, cleanup temporary files, and complete
1571# config.log. We remove comments because anyway the quotes in there 1146# config.log. We remove comments because anyway the quotes in there
1572# would cause problems or look ugly. 1147# would cause problems or look ugly.
1573# WARNING: Use '\'' to represent an apostrophe within the trap. 1148# WARNING: Be sure not to use single quotes in there, as some shells,
1574# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1149# such as our DU 5.0 friend, will then `close' the trap.
1575trap 'exit_status=$? 1150trap 'exit_status=$?
1576 # Save into config.log some information that might help in debugging. 1151 # Save into config.log some information that might help in debugging.
1577 { 1152 {
1578 echo 1153 echo
1579 1154
1582## Cache variables. ## 1157## Cache variables. ##
1583## ---------------- ## 1158## ---------------- ##
1584_ASBOX 1159_ASBOX
1585 echo 1160 echo
1586 # The following way of writing the cache mishandles newlines in values, 1161 # The following way of writing the cache mishandles newlines in values,
1587( 1162{
1588 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1589 eval ac_val=\$$ac_var
1590 case $ac_val in #(
1591 *${as_nl}*)
1592 case $ac_var in #(
1593 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1594echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1595 esac
1596 case $ac_var in #(
1597 _ | IFS | as_nl) ;; #(
1598 *) $as_unset $ac_var ;;
1599 esac ;;
1600 esac
1601 done
1602 (set) 2>&1 | 1163 (set) 2>&1 |
1603 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1164 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1604 *${as_nl}ac_space=\ *) 1165 *ac_space=\ *)
1605 sed -n \ 1166 sed -n \
1606 "s/'\''/'\''\\\\'\'''\''/g; 1167 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1607 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1168 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1608 ;; #( 1169 ;;
1609 *) 1170 *)
1610 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1171 sed -n \
1172 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1611 ;; 1173 ;;
1612 esac | 1174 esac;
1613 sort 1175}
1614)
1615 echo 1176 echo
1616 1177
1617 cat <<\_ASBOX 1178 cat <<\_ASBOX
1618## ----------------- ## 1179## ----------------- ##
1619## Output variables. ## 1180## Output variables. ##
1620## ----------------- ## 1181## ----------------- ##
1621_ASBOX 1182_ASBOX
1622 echo 1183 echo
1623 for ac_var in $ac_subst_vars 1184 for ac_var in $ac_subst_vars
1624 do 1185 do
1625 eval ac_val=\$$ac_var 1186 eval ac_val=$`echo $ac_var`
1626 case $ac_val in
1627 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1628 esac
1629 echo "$ac_var='\''$ac_val'\''" 1187 echo "$ac_var='"'"'$ac_val'"'"'"
1630 done | sort 1188 done | sort
1631 echo 1189 echo
1632 1190
1633 if test -n "$ac_subst_files"; then 1191 if test -n "$ac_subst_files"; then
1634 cat <<\_ASBOX 1192 cat <<\_ASBOX
1635## ------------------- ## 1193## ------------- ##
1636## File substitutions. ## 1194## Output files. ##
1637## ------------------- ## 1195## ------------- ##
1638_ASBOX 1196_ASBOX
1639 echo 1197 echo
1640 for ac_var in $ac_subst_files 1198 for ac_var in $ac_subst_files
1641 do 1199 do
1642 eval ac_val=\$$ac_var 1200 eval ac_val=$`echo $ac_var`
1643 case $ac_val in
1644 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1645 esac
1646 echo "$ac_var='\''$ac_val'\''" 1201 echo "$ac_var='"'"'$ac_val'"'"'"
1647 done | sort 1202 done | sort
1648 echo 1203 echo
1649 fi 1204 fi
1650 1205
1651 if test -s confdefs.h; then 1206 if test -s confdefs.h; then
1653## ----------- ## 1208## ----------- ##
1654## confdefs.h. ## 1209## confdefs.h. ##
1655## ----------- ## 1210## ----------- ##
1656_ASBOX 1211_ASBOX
1657 echo 1212 echo
1658 cat confdefs.h 1213 sed "/^$/d" confdefs.h | sort
1659 echo 1214 echo
1660 fi 1215 fi
1661 test "$ac_signal" != 0 && 1216 test "$ac_signal" != 0 &&
1662 echo "$as_me: caught signal $ac_signal" 1217 echo "$as_me: caught signal $ac_signal"
1663 echo "$as_me: exit $exit_status" 1218 echo "$as_me: exit $exit_status"
1664 } >&5 1219 } >&5
1665 rm -f core *.core core.conftest.* && 1220 rm -f core *.core &&
1666 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1221 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1667 exit $exit_status 1222 exit $exit_status
1668' 0 1223 ' 0
1669for ac_signal in 1 2 13 15; do 1224for ac_signal in 1 2 13 15; do
1670 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1225 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1671done 1226done
1672ac_signal=0 1227ac_signal=0
1673 1228
1674# confdefs.h avoids OS command line length limits that DEFS can exceed. 1229# confdefs.h avoids OS command line length limits that DEFS can exceed.
1675rm -f -r conftest* confdefs.h 1230rm -rf conftest* confdefs.h
1231# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1232echo >confdefs.h
1676 1233
1677# Predefined preprocessor variables. 1234# Predefined preprocessor variables.
1678 1235
1679cat >>confdefs.h <<_ACEOF 1236cat >>confdefs.h <<_ACEOF
1680#define PACKAGE_NAME "$PACKAGE_NAME" 1237#define PACKAGE_NAME "$PACKAGE_NAME"
1701_ACEOF 1258_ACEOF
1702 1259
1703 1260
1704# Let the site file select an alternate cache file if it wants to. 1261# Let the site file select an alternate cache file if it wants to.
1705# Prefer explicitly selected file to automatically selected ones. 1262# Prefer explicitly selected file to automatically selected ones.
1706if test -n "$CONFIG_SITE"; then 1263if test -z "$CONFIG_SITE"; then
1707 set x "$CONFIG_SITE"
1708elif test "x$prefix" != xNONE; then 1264 if test "x$prefix" != xNONE; then
1709 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1265 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1710else 1266 else
1711 set x "$ac_default_prefix/share/config.site" \ 1267 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1712 "$ac_default_prefix/etc/config.site" 1268 fi
1713fi 1269fi
1714shift 1270for ac_site_file in $CONFIG_SITE; do
1715for ac_site_file
1716do
1717 if test -r "$ac_site_file"; then 1271 if test -r "$ac_site_file"; then
1718 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1272 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1719echo "$as_me: loading site script $ac_site_file" >&6;} 1273echo "$as_me: loading site script $ac_site_file" >&6;}
1720 sed 's/^/| /' "$ac_site_file" >&5 1274 sed 's/^/| /' "$ac_site_file" >&5
1721 . "$ac_site_file" 1275 . "$ac_site_file"
1727 # files actually), so we avoid doing that. 1281 # files actually), so we avoid doing that.
1728 if test -f "$cache_file"; then 1282 if test -f "$cache_file"; then
1729 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1283 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1730echo "$as_me: loading cache $cache_file" >&6;} 1284echo "$as_me: loading cache $cache_file" >&6;}
1731 case $cache_file in 1285 case $cache_file in
1732 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1286 [\\/]* | ?:[\\/]* ) . $cache_file;;
1733 *) . "./$cache_file";; 1287 *) . ./$cache_file;;
1734 esac 1288 esac
1735 fi 1289 fi
1736else 1290else
1737 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1291 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1738echo "$as_me: creating cache $cache_file" >&6;} 1292echo "$as_me: creating cache $cache_file" >&6;}
1740fi 1294fi
1741 1295
1742# Check that the precious variables saved in the cache have kept the same 1296# Check that the precious variables saved in the cache have kept the same
1743# value. 1297# value.
1744ac_cache_corrupted=false 1298ac_cache_corrupted=false
1745for ac_var in $ac_precious_vars; do 1299for ac_var in `(set) 2>&1 |
1300 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1746 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1301 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1747 eval ac_new_set=\$ac_env_${ac_var}_set 1302 eval ac_new_set=\$ac_env_${ac_var}_set
1748 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1303 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1749 eval ac_new_val=\$ac_env_${ac_var}_value 1304 eval ac_new_val="\$ac_env_${ac_var}_value"
1750 case $ac_old_set,$ac_new_set in 1305 case $ac_old_set,$ac_new_set in
1751 set,) 1306 set,)
1752 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1307 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1753echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1308echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1754 ac_cache_corrupted=: ;; 1309 ac_cache_corrupted=: ;;
1769 fi;; 1324 fi;;
1770 esac 1325 esac
1771 # Pass precious variables to config.status. 1326 # Pass precious variables to config.status.
1772 if test "$ac_new_set" = set; then 1327 if test "$ac_new_set" = set; then
1773 case $ac_new_val in 1328 case $ac_new_val in
1329 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1774 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1330 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1775 *) ac_arg=$ac_var=$ac_new_val ;; 1331 *) ac_arg=$ac_var=$ac_new_val ;;
1776 esac 1332 esac
1777 case " $ac_configure_args " in 1333 case " $ac_configure_args " in
1778 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1334 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1779 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1335 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1786 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1342 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1787echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1343echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1788 { (exit 1); exit 1; }; } 1344 { (exit 1); exit 1; }; }
1789fi 1345fi
1790 1346
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807ac_ext=c 1347ac_ext=c
1808ac_cpp='$CPP $CPPFLAGS' 1348ac_cpp='$CPP $CPPFLAGS'
1809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1350ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1811ac_compiler_gnu=$ac_cv_c_compiler_gnu 1351ac_compiler_gnu=$ac_cv_c_compiler_gnu
1812 1352
1813 1353
1814 1354
1815 1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1816ac_config_headers="$ac_config_headers config.h:config.h.in" 1373 ac_config_headers="$ac_config_headers config.h:config.h.in"
1817 1374
1818 1375
1819ac_aux_dir= 1376ac_aux_dir=
1820for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1377for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1821 if test -f "$ac_dir/install-sh"; then 1378 if test -f $ac_dir/install-sh; then
1822 ac_aux_dir=$ac_dir 1379 ac_aux_dir=$ac_dir
1823 ac_install_sh="$ac_aux_dir/install-sh -c" 1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1824 break 1381 break
1825 elif test -f "$ac_dir/install.sh"; then 1382 elif test -f $ac_dir/install.sh; then
1826 ac_aux_dir=$ac_dir 1383 ac_aux_dir=$ac_dir
1827 ac_install_sh="$ac_aux_dir/install.sh -c" 1384 ac_install_sh="$ac_aux_dir/install.sh -c"
1828 break 1385 break
1829 elif test -f "$ac_dir/shtool"; then 1386 elif test -f $ac_dir/shtool; then
1830 ac_aux_dir=$ac_dir 1387 ac_aux_dir=$ac_dir
1831 ac_install_sh="$ac_aux_dir/shtool install -c" 1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1832 break 1389 break
1833 fi 1390 fi
1834done 1391done
1835if test -z "$ac_aux_dir"; then 1392if test -z "$ac_aux_dir"; then
1836 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1393 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1837echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1394echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1838 { (exit 1); exit 1; }; } 1395 { (exit 1); exit 1; }; }
1839fi 1396fi
1840
1841# These three variables are undocumented and unsupported,
1842# and are intended to be withdrawn in a future Autoconf release.
1843# They can cause serious problems if a builder's source tree is in a directory
1844# whose full name contains unusual characters.
1845ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1397ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1846ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1398ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1847ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1399ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1848
1849 1400
1850# Make sure we can run config.sub. 1401# Make sure we can run config.sub.
1851$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1402$ac_config_sub sun4 >/dev/null 2>&1 ||
1852 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1403 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1853echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1404echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1854 { (exit 1); exit 1; }; } 1405 { (exit 1); exit 1; }; }
1855 1406
1856{ echo "$as_me:$LINENO: checking build system type" >&5 1407echo "$as_me:$LINENO: checking build system type" >&5
1857echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1408echo $ECHO_N "checking build system type... $ECHO_C" >&6
1858if test "${ac_cv_build+set}" = set; then 1409if test "${ac_cv_build+set}" = set; then
1859 echo $ECHO_N "(cached) $ECHO_C" >&6 1410 echo $ECHO_N "(cached) $ECHO_C" >&6
1860else 1411else
1861 ac_build_alias=$build_alias 1412 ac_cv_build_alias=$build_alias
1862test "x$ac_build_alias" = x && 1413test -z "$ac_cv_build_alias" &&
1863 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1414 ac_cv_build_alias=`$ac_config_guess`
1864test "x$ac_build_alias" = x && 1415test -z "$ac_cv_build_alias" &&
1865 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1416 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1866echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1417echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1867 { (exit 1); exit 1; }; } 1418 { (exit 1); exit 1; }; }
1868ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1419ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1869 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1420 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1870echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1421echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1871 { (exit 1); exit 1; }; } 1422 { (exit 1); exit 1; }; }
1872 1423
1873fi 1424fi
1874{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1425echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1875echo "${ECHO_T}$ac_cv_build" >&6; } 1426echo "${ECHO_T}$ac_cv_build" >&6
1876case $ac_cv_build in
1877*-*-*) ;;
1878*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1879echo "$as_me: error: invalid value of canonical build" >&2;}
1880 { (exit 1); exit 1; }; };;
1881esac
1882build=$ac_cv_build 1427build=$ac_cv_build
1883ac_save_IFS=$IFS; IFS='-' 1428build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1884set x $ac_cv_build 1429build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1885shift 1430build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1886build_cpu=$1
1887build_vendor=$2
1888shift; shift
1889# Remember, the first character of IFS is used to create $*,
1890# except with old shells:
1891build_os=$*
1892IFS=$ac_save_IFS
1893case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1894 1431
1895 1432
1896{ echo "$as_me:$LINENO: checking host system type" >&5 1433echo "$as_me:$LINENO: checking host system type" >&5
1897echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1434echo $ECHO_N "checking host system type... $ECHO_C" >&6
1898if test "${ac_cv_host+set}" = set; then 1435if test "${ac_cv_host+set}" = set; then
1899 echo $ECHO_N "(cached) $ECHO_C" >&6 1436 echo $ECHO_N "(cached) $ECHO_C" >&6
1900else 1437else
1901 if test "x$host_alias" = x; then 1438 ac_cv_host_alias=$host_alias
1439test -z "$ac_cv_host_alias" &&
1902 ac_cv_host=$ac_cv_build 1440 ac_cv_host_alias=$ac_cv_build_alias
1903else
1904 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1441ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1905 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1442 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1906echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1443echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1907 { (exit 1); exit 1; }; } 1444 { (exit 1); exit 1; }; }
1908fi
1909 1445
1910fi 1446fi
1911{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1447echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1912echo "${ECHO_T}$ac_cv_host" >&6; } 1448echo "${ECHO_T}$ac_cv_host" >&6
1913case $ac_cv_host in
1914*-*-*) ;;
1915*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1916echo "$as_me: error: invalid value of canonical host" >&2;}
1917 { (exit 1); exit 1; }; };;
1918esac
1919host=$ac_cv_host 1449host=$ac_cv_host
1920ac_save_IFS=$IFS; IFS='-' 1450host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1921set x $ac_cv_host 1451host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1922shift 1452host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1923host_cpu=$1
1924host_vendor=$2
1925shift; shift
1926# Remember, the first character of IFS is used to create $*,
1927# except with old shells:
1928host_os=$*
1929IFS=$ac_save_IFS
1930case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1931 1453
1932 1454
1933 1455
1934VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1456VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1935DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1457DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1946ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1468ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1947ac_compiler_gnu=$ac_cv_c_compiler_gnu 1469ac_compiler_gnu=$ac_cv_c_compiler_gnu
1948if test -n "$ac_tool_prefix"; then 1470if test -n "$ac_tool_prefix"; then
1949 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1471 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1950set dummy ${ac_tool_prefix}gcc; ac_word=$2 1472set dummy ${ac_tool_prefix}gcc; ac_word=$2
1951{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1473echo "$as_me:$LINENO: checking for $ac_word" >&5
1952echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1474echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1953if test "${ac_cv_prog_CC+set}" = set; then 1475if test "${ac_cv_prog_CC+set}" = set; then
1954 echo $ECHO_N "(cached) $ECHO_C" >&6 1476 echo $ECHO_N "(cached) $ECHO_C" >&6
1955else 1477else
1956 if test -n "$CC"; then 1478 if test -n "$CC"; then
1957 ac_cv_prog_CC="$CC" # Let the user override the test. 1479 ac_cv_prog_CC="$CC" # Let the user override the test.
1960for as_dir in $PATH 1482for as_dir in $PATH
1961do 1483do
1962 IFS=$as_save_IFS 1484 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=. 1485 test -z "$as_dir" && as_dir=.
1964 for ac_exec_ext in '' $ac_executable_extensions; do 1486 for ac_exec_ext in '' $ac_executable_extensions; do
1965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1966 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1488 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1967 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1968 break 2 1490 break 2
1969 fi 1491 fi
1970done 1492done
1971done 1493done
1972IFS=$as_save_IFS
1973 1494
1974fi 1495fi
1975fi 1496fi
1976CC=$ac_cv_prog_CC 1497CC=$ac_cv_prog_CC
1977if test -n "$CC"; then 1498if test -n "$CC"; then
1978 { echo "$as_me:$LINENO: result: $CC" >&5 1499 echo "$as_me:$LINENO: result: $CC" >&5
1979echo "${ECHO_T}$CC" >&6; } 1500echo "${ECHO_T}$CC" >&6
1980else 1501else
1981 { echo "$as_me:$LINENO: result: no" >&5 1502 echo "$as_me:$LINENO: result: no" >&5
1982echo "${ECHO_T}no" >&6; } 1503echo "${ECHO_T}no" >&6
1983fi 1504fi
1984
1985 1505
1986fi 1506fi
1987if test -z "$ac_cv_prog_CC"; then 1507if test -z "$ac_cv_prog_CC"; then
1988 ac_ct_CC=$CC 1508 ac_ct_CC=$CC
1989 # Extract the first word of "gcc", so it can be a program name with args. 1509 # Extract the first word of "gcc", so it can be a program name with args.
1990set dummy gcc; ac_word=$2 1510set dummy gcc; ac_word=$2
1991{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1511echo "$as_me:$LINENO: checking for $ac_word" >&5
1992echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1512echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1993if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1513if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1994 echo $ECHO_N "(cached) $ECHO_C" >&6 1514 echo $ECHO_N "(cached) $ECHO_C" >&6
1995else 1515else
1996 if test -n "$ac_ct_CC"; then 1516 if test -n "$ac_ct_CC"; then
1997 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1517 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2000for as_dir in $PATH 1520for as_dir in $PATH
2001do 1521do
2002 IFS=$as_save_IFS 1522 IFS=$as_save_IFS
2003 test -z "$as_dir" && as_dir=. 1523 test -z "$as_dir" && as_dir=.
2004 for ac_exec_ext in '' $ac_executable_extensions; do 1524 for ac_exec_ext in '' $ac_executable_extensions; do
2005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1525 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2006 ac_cv_prog_ac_ct_CC="gcc" 1526 ac_cv_prog_ac_ct_CC="gcc"
2007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1527 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2008 break 2 1528 break 2
2009 fi 1529 fi
2010done 1530done
2011done 1531done
2012IFS=$as_save_IFS
2013 1532
2014fi 1533fi
2015fi 1534fi
2016ac_ct_CC=$ac_cv_prog_ac_ct_CC 1535ac_ct_CC=$ac_cv_prog_ac_ct_CC
2017if test -n "$ac_ct_CC"; then 1536if test -n "$ac_ct_CC"; then
2018 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1537 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2019echo "${ECHO_T}$ac_ct_CC" >&6; } 1538echo "${ECHO_T}$ac_ct_CC" >&6
2020else 1539else
2021 { echo "$as_me:$LINENO: result: no" >&5 1540 echo "$as_me:$LINENO: result: no" >&5
2022echo "${ECHO_T}no" >&6; } 1541echo "${ECHO_T}no" >&6
2023fi 1542fi
2024 1543
2025 if test "x$ac_ct_CC" = x; then
2026 CC=""
2027 else
2028 case $cross_compiling:$ac_tool_warned in
2029yes:)
2030{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2031whose name does not start with the host triplet. If you think this
2032configuration is useful to you, please write to autoconf@gnu.org." >&5
2033echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2034whose name does not start with the host triplet. If you think this
2035configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2036ac_tool_warned=yes ;;
2037esac
2038 CC=$ac_ct_CC 1544 CC=$ac_ct_CC
2039 fi
2040else 1545else
2041 CC="$ac_cv_prog_CC" 1546 CC="$ac_cv_prog_CC"
2042fi 1547fi
2043 1548
2044if test -z "$CC"; then 1549if test -z "$CC"; then
2045 if test -n "$ac_tool_prefix"; then 1550 if test -n "$ac_tool_prefix"; then
2046 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1551 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2047set dummy ${ac_tool_prefix}cc; ac_word=$2 1552set dummy ${ac_tool_prefix}cc; ac_word=$2
2048{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1553echo "$as_me:$LINENO: checking for $ac_word" >&5
2049echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2050if test "${ac_cv_prog_CC+set}" = set; then 1555if test "${ac_cv_prog_CC+set}" = set; then
2051 echo $ECHO_N "(cached) $ECHO_C" >&6 1556 echo $ECHO_N "(cached) $ECHO_C" >&6
2052else 1557else
2053 if test -n "$CC"; then 1558 if test -n "$CC"; then
2054 ac_cv_prog_CC="$CC" # Let the user override the test. 1559 ac_cv_prog_CC="$CC" # Let the user override the test.
2057for as_dir in $PATH 1562for as_dir in $PATH
2058do 1563do
2059 IFS=$as_save_IFS 1564 IFS=$as_save_IFS
2060 test -z "$as_dir" && as_dir=. 1565 test -z "$as_dir" && as_dir=.
2061 for ac_exec_ext in '' $ac_executable_extensions; do 1566 for ac_exec_ext in '' $ac_executable_extensions; do
2062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2063 ac_cv_prog_CC="${ac_tool_prefix}cc" 1568 ac_cv_prog_CC="${ac_tool_prefix}cc"
2064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2065 break 2 1570 break 2
2066 fi 1571 fi
2067done 1572done
2068done 1573done
2069IFS=$as_save_IFS
2070 1574
2071fi 1575fi
2072fi 1576fi
2073CC=$ac_cv_prog_CC 1577CC=$ac_cv_prog_CC
2074if test -n "$CC"; then 1578if test -n "$CC"; then
2075 { echo "$as_me:$LINENO: result: $CC" >&5 1579 echo "$as_me:$LINENO: result: $CC" >&5
2076echo "${ECHO_T}$CC" >&6; } 1580echo "${ECHO_T}$CC" >&6
2077else 1581else
2078 { echo "$as_me:$LINENO: result: no" >&5 1582 echo "$as_me:$LINENO: result: no" >&5
2079echo "${ECHO_T}no" >&6; } 1583echo "${ECHO_T}no" >&6
2080fi 1584fi
2081 1585
2082 1586fi
1587if test -z "$ac_cv_prog_CC"; then
1588 ac_ct_CC=$CC
1589 # Extract the first word of "cc", so it can be a program name with args.
1590set dummy cc; ac_word=$2
1591echo "$as_me:$LINENO: checking for $ac_word" >&5
1592echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1593if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1594 echo $ECHO_N "(cached) $ECHO_C" >&6
1595else
1596 if test -n "$ac_ct_CC"; then
1597 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1598else
1599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1600for as_dir in $PATH
1601do
1602 IFS=$as_save_IFS
1603 test -z "$as_dir" && as_dir=.
1604 for ac_exec_ext in '' $ac_executable_extensions; do
1605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1606 ac_cv_prog_ac_ct_CC="cc"
1607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1608 break 2
2083 fi 1609 fi
1610done
1611done
1612
1613fi
1614fi
1615ac_ct_CC=$ac_cv_prog_ac_ct_CC
1616if test -n "$ac_ct_CC"; then
1617 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1618echo "${ECHO_T}$ac_ct_CC" >&6
1619else
1620 echo "$as_me:$LINENO: result: no" >&5
1621echo "${ECHO_T}no" >&6
1622fi
1623
1624 CC=$ac_ct_CC
1625else
1626 CC="$ac_cv_prog_CC"
1627fi
1628
2084fi 1629fi
2085if test -z "$CC"; then 1630if test -z "$CC"; then
2086 # Extract the first word of "cc", so it can be a program name with args. 1631 # Extract the first word of "cc", so it can be a program name with args.
2087set dummy cc; ac_word=$2 1632set dummy cc; ac_word=$2
2088{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1633echo "$as_me:$LINENO: checking for $ac_word" >&5
2089echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1634echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2090if test "${ac_cv_prog_CC+set}" = set; then 1635if test "${ac_cv_prog_CC+set}" = set; then
2091 echo $ECHO_N "(cached) $ECHO_C" >&6 1636 echo $ECHO_N "(cached) $ECHO_C" >&6
2092else 1637else
2093 if test -n "$CC"; then 1638 if test -n "$CC"; then
2094 ac_cv_prog_CC="$CC" # Let the user override the test. 1639 ac_cv_prog_CC="$CC" # Let the user override the test.
2098for as_dir in $PATH 1643for as_dir in $PATH
2099do 1644do
2100 IFS=$as_save_IFS 1645 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=. 1646 test -z "$as_dir" && as_dir=.
2102 for ac_exec_ext in '' $ac_executable_extensions; do 1647 for ac_exec_ext in '' $ac_executable_extensions; do
2103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2104 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1649 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2105 ac_prog_rejected=yes 1650 ac_prog_rejected=yes
2106 continue 1651 continue
2107 fi 1652 fi
2108 ac_cv_prog_CC="cc" 1653 ac_cv_prog_CC="cc"
2109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2110 break 2 1655 break 2
2111 fi 1656 fi
2112done 1657done
2113done 1658done
2114IFS=$as_save_IFS
2115 1659
2116if test $ac_prog_rejected = yes; then 1660if test $ac_prog_rejected = yes; then
2117 # We found a bogon in the path, so make sure we never use it. 1661 # We found a bogon in the path, so make sure we never use it.
2118 set dummy $ac_cv_prog_CC 1662 set dummy $ac_cv_prog_CC
2119 shift 1663 shift
2127fi 1671fi
2128fi 1672fi
2129fi 1673fi
2130CC=$ac_cv_prog_CC 1674CC=$ac_cv_prog_CC
2131if test -n "$CC"; then 1675if test -n "$CC"; then
2132 { echo "$as_me:$LINENO: result: $CC" >&5 1676 echo "$as_me:$LINENO: result: $CC" >&5
2133echo "${ECHO_T}$CC" >&6; } 1677echo "${ECHO_T}$CC" >&6
2134else 1678else
2135 { echo "$as_me:$LINENO: result: no" >&5 1679 echo "$as_me:$LINENO: result: no" >&5
2136echo "${ECHO_T}no" >&6; } 1680echo "${ECHO_T}no" >&6
2137fi 1681fi
2138
2139 1682
2140fi 1683fi
2141if test -z "$CC"; then 1684if test -z "$CC"; then
2142 if test -n "$ac_tool_prefix"; then 1685 if test -n "$ac_tool_prefix"; then
2143 for ac_prog in cl.exe 1686 for ac_prog in cl
2144 do 1687 do
2145 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1688 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2146set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1689set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2147{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1690echo "$as_me:$LINENO: checking for $ac_word" >&5
2148echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1691echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2149if test "${ac_cv_prog_CC+set}" = set; then 1692if test "${ac_cv_prog_CC+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6 1693 echo $ECHO_N "(cached) $ECHO_C" >&6
2151else 1694else
2152 if test -n "$CC"; then 1695 if test -n "$CC"; then
2153 ac_cv_prog_CC="$CC" # Let the user override the test. 1696 ac_cv_prog_CC="$CC" # Let the user override the test.
2156for as_dir in $PATH 1699for as_dir in $PATH
2157do 1700do
2158 IFS=$as_save_IFS 1701 IFS=$as_save_IFS
2159 test -z "$as_dir" && as_dir=. 1702 test -z "$as_dir" && as_dir=.
2160 for ac_exec_ext in '' $ac_executable_extensions; do 1703 for ac_exec_ext in '' $ac_executable_extensions; do
2161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2162 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1705 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2164 break 2 1707 break 2
2165 fi 1708 fi
2166done 1709done
2167done 1710done
2168IFS=$as_save_IFS
2169 1711
2170fi 1712fi
2171fi 1713fi
2172CC=$ac_cv_prog_CC 1714CC=$ac_cv_prog_CC
2173if test -n "$CC"; then 1715if test -n "$CC"; then
2174 { echo "$as_me:$LINENO: result: $CC" >&5 1716 echo "$as_me:$LINENO: result: $CC" >&5
2175echo "${ECHO_T}$CC" >&6; } 1717echo "${ECHO_T}$CC" >&6
2176else 1718else
2177 { echo "$as_me:$LINENO: result: no" >&5 1719 echo "$as_me:$LINENO: result: no" >&5
2178echo "${ECHO_T}no" >&6; } 1720echo "${ECHO_T}no" >&6
2179fi 1721fi
2180
2181 1722
2182 test -n "$CC" && break 1723 test -n "$CC" && break
2183 done 1724 done
2184fi 1725fi
2185if test -z "$CC"; then 1726if test -z "$CC"; then
2186 ac_ct_CC=$CC 1727 ac_ct_CC=$CC
2187 for ac_prog in cl.exe 1728 for ac_prog in cl
2188do 1729do
2189 # Extract the first word of "$ac_prog", so it can be a program name with args. 1730 # Extract the first word of "$ac_prog", so it can be a program name with args.
2190set dummy $ac_prog; ac_word=$2 1731set dummy $ac_prog; ac_word=$2
2191{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1732echo "$as_me:$LINENO: checking for $ac_word" >&5
2192echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1733echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2193if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1734if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2194 echo $ECHO_N "(cached) $ECHO_C" >&6 1735 echo $ECHO_N "(cached) $ECHO_C" >&6
2195else 1736else
2196 if test -n "$ac_ct_CC"; then 1737 if test -n "$ac_ct_CC"; then
2197 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1738 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2200for as_dir in $PATH 1741for as_dir in $PATH
2201do 1742do
2202 IFS=$as_save_IFS 1743 IFS=$as_save_IFS
2203 test -z "$as_dir" && as_dir=. 1744 test -z "$as_dir" && as_dir=.
2204 for ac_exec_ext in '' $ac_executable_extensions; do 1745 for ac_exec_ext in '' $ac_executable_extensions; do
2205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2206 ac_cv_prog_ac_ct_CC="$ac_prog" 1747 ac_cv_prog_ac_ct_CC="$ac_prog"
2207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2208 break 2 1749 break 2
2209 fi 1750 fi
2210done 1751done
2211done 1752done
2212IFS=$as_save_IFS
2213 1753
2214fi 1754fi
2215fi 1755fi
2216ac_ct_CC=$ac_cv_prog_ac_ct_CC 1756ac_ct_CC=$ac_cv_prog_ac_ct_CC
2217if test -n "$ac_ct_CC"; then 1757if test -n "$ac_ct_CC"; then
2218 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1758 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2219echo "${ECHO_T}$ac_ct_CC" >&6; } 1759echo "${ECHO_T}$ac_ct_CC" >&6
2220else 1760else
2221 { echo "$as_me:$LINENO: result: no" >&5 1761 echo "$as_me:$LINENO: result: no" >&5
2222echo "${ECHO_T}no" >&6; } 1762echo "${ECHO_T}no" >&6
2223fi 1763fi
2224
2225 1764
2226 test -n "$ac_ct_CC" && break 1765 test -n "$ac_ct_CC" && break
2227done 1766done
2228 1767
2229 if test "x$ac_ct_CC" = x; then
2230 CC=""
2231 else
2232 case $cross_compiling:$ac_tool_warned in
2233yes:)
2234{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2235whose name does not start with the host triplet. If you think this
2236configuration is useful to you, please write to autoconf@gnu.org." >&5
2237echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2238whose name does not start with the host triplet. If you think this
2239configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2240ac_tool_warned=yes ;;
2241esac
2242 CC=$ac_ct_CC 1768 CC=$ac_ct_CC
2243 fi
2244fi 1769fi
2245 1770
2246fi 1771fi
2247 1772
2248 1773
2251echo "$as_me: error: no acceptable C compiler found in \$PATH 1776echo "$as_me: error: no acceptable C compiler found in \$PATH
2252See \`config.log' for more details." >&2;} 1777See \`config.log' for more details." >&2;}
2253 { (exit 1); exit 1; }; } 1778 { (exit 1); exit 1; }; }
2254 1779
2255# Provide some information about the compiler. 1780# Provide some information about the compiler.
1781echo "$as_me:$LINENO:" \
2256echo "$as_me:$LINENO: checking for C compiler version" >&5 1782 "checking for C compiler version" >&5
2257ac_compiler=`set X $ac_compile; echo $2` 1783ac_compiler=`set X $ac_compile; echo $2`
2258{ (ac_try="$ac_compiler --version >&5" 1784{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2259case "(($ac_try" in
2260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2261 *) ac_try_echo=$ac_try;;
2262esac
2263eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2264 (eval "$ac_compiler --version >&5") 2>&5 1785 (eval $ac_compiler --version </dev/null >&5) 2>&5
2265 ac_status=$? 1786 ac_status=$?
2266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267 (exit $ac_status); } 1788 (exit $ac_status); }
2268{ (ac_try="$ac_compiler -v >&5" 1789{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2269case "(($ac_try" in
2270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2271 *) ac_try_echo=$ac_try;;
2272esac
2273eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2274 (eval "$ac_compiler -v >&5") 2>&5 1790 (eval $ac_compiler -v </dev/null >&5) 2>&5
2275 ac_status=$? 1791 ac_status=$?
2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277 (exit $ac_status); } 1793 (exit $ac_status); }
2278{ (ac_try="$ac_compiler -V >&5" 1794{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2279case "(($ac_try" in
2280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2281 *) ac_try_echo=$ac_try;;
2282esac
2283eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2284 (eval "$ac_compiler -V >&5") 2>&5 1795 (eval $ac_compiler -V </dev/null >&5) 2>&5
2285 ac_status=$? 1796 ac_status=$?
2286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2287 (exit $ac_status); } 1798 (exit $ac_status); }
2288 1799
2289cat >conftest.$ac_ext <<_ACEOF 1800cat >conftest.$ac_ext <<_ACEOF
2304ac_clean_files_save=$ac_clean_files 1815ac_clean_files_save=$ac_clean_files
2305ac_clean_files="$ac_clean_files a.out a.exe b.out" 1816ac_clean_files="$ac_clean_files a.out a.exe b.out"
2306# Try to create an executable without -o first, disregard a.out. 1817# Try to create an executable without -o first, disregard a.out.
2307# It will help us diagnose broken compilers, and finding out an intuition 1818# It will help us diagnose broken compilers, and finding out an intuition
2308# of exeext. 1819# of exeext.
2309{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1820echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2310echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 1821echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2311ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1822ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2312# 1823if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2313# List of possible output files, starting from the most likely.
2314# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2315# only as a last resort. b.out is created by i960 compilers.
2316ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2317#
2318# The IRIX 6 linker writes into existing files which may not be
2319# executable, retaining their permissions. Remove them first so a
2320# subsequent execution test works.
2321ac_rmfiles=
2322for ac_file in $ac_files
2323do
2324 case $ac_file in
2325 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2326 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2327 esac
2328done
2329rm -f $ac_rmfiles
2330
2331if { (ac_try="$ac_link_default"
2332case "(($ac_try" in
2333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2334 *) ac_try_echo=$ac_try;;
2335esac
2336eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2337 (eval "$ac_link_default") 2>&5 1824 (eval $ac_link_default) 2>&5
2338 ac_status=$? 1825 ac_status=$?
2339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2340 (exit $ac_status); }; then 1827 (exit $ac_status); }; then
2341 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 1828 # Find the output, starting from the most likely. This scheme is
2342# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 1829# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2343# in a Makefile. We should not override ac_cv_exeext if it was cached, 1830# resort.
2344# so that the user can short-circuit this test for compilers unknown to 1831
2345# Autoconf. 1832# Be careful to initialize this variable, since it used to be cached.
2346for ac_file in $ac_files '' 1833# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1834ac_cv_exeext=
1835# b.out is created by i960 compilers.
1836for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2347do 1837do
2348 test -f "$ac_file" || continue 1838 test -f "$ac_file" || continue
2349 case $ac_file in 1839 case $ac_file in
2350 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1840 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1841 ;;
1842 conftest.$ac_ext )
1843 # This is the source file.
2351 ;; 1844 ;;
2352 [ab].out ) 1845 [ab].out )
2353 # We found the default executable, but exeext='' is most 1846 # We found the default executable, but exeext='' is most
2354 # certainly right. 1847 # certainly right.
2355 break;; 1848 break;;
2356 *.* ) 1849 *.* )
2357 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2358 then :; else
2359 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2360 fi 1851 # FIXME: I believe we export ac_cv_exeext for Libtool,
2361 # We set ac_cv_exeext here because the later test for it is not 1852 # but it would be cool to find out if it's true. Does anybody
2362 # safe: cross compilers may not add the suffix if given an `-o' 1853 # maintain Libtool? --akim.
2363 # argument, so we may need to know it at that point already. 1854 export ac_cv_exeext
2364 # Even if this section looks crufty: it has the advantage of
2365 # actually working.
2366 break;; 1855 break;;
2367 * ) 1856 * )
2368 break;; 1857 break;;
2369 esac 1858 esac
2370done 1859done
2371test "$ac_cv_exeext" = no && ac_cv_exeext=
2372
2373else 1860else
2374 ac_file=''
2375fi
2376
2377{ echo "$as_me:$LINENO: result: $ac_file" >&5
2378echo "${ECHO_T}$ac_file" >&6; }
2379if test -z "$ac_file"; then
2380 echo "$as_me: failed program was:" >&5 1861 echo "$as_me: failed program was:" >&5
2381sed 's/^/| /' conftest.$ac_ext >&5 1862sed 's/^/| /' conftest.$ac_ext >&5
2382 1863
2383{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 1864{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2384See \`config.log' for more details." >&5 1865See \`config.log' for more details." >&5
2386See \`config.log' for more details." >&2;} 1867See \`config.log' for more details." >&2;}
2387 { (exit 77); exit 77; }; } 1868 { (exit 77); exit 77; }; }
2388fi 1869fi
2389 1870
2390ac_exeext=$ac_cv_exeext 1871ac_exeext=$ac_cv_exeext
1872echo "$as_me:$LINENO: result: $ac_file" >&5
1873echo "${ECHO_T}$ac_file" >&6
2391 1874
2392# Check that the compiler produces executables we can run. If not, either 1875# Check the compiler produces executables we can run. If not, either
2393# the compiler is broken, or we cross compile. 1876# the compiler is broken, or we cross compile.
2394{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 1877echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2395echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1878echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2396# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1879# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2397# If not cross compiling, check that we can run a simple program. 1880# If not cross compiling, check that we can run a simple program.
2398if test "$cross_compiling" != yes; then 1881if test "$cross_compiling" != yes; then
2399 if { ac_try='./$ac_file' 1882 if { ac_try='./$ac_file'
2400 { (case "(($ac_try" in
2401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2402 *) ac_try_echo=$ac_try;;
2403esac
2404eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2405 (eval "$ac_try") 2>&5 1884 (eval $ac_try) 2>&5
2406 ac_status=$? 1885 ac_status=$?
2407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2408 (exit $ac_status); }; }; then 1887 (exit $ac_status); }; }; then
2409 cross_compiling=no 1888 cross_compiling=no
2410 else 1889 else
2419See \`config.log' for more details." >&2;} 1898See \`config.log' for more details." >&2;}
2420 { (exit 1); exit 1; }; } 1899 { (exit 1); exit 1; }; }
2421 fi 1900 fi
2422 fi 1901 fi
2423fi 1902fi
2424{ echo "$as_me:$LINENO: result: yes" >&5 1903echo "$as_me:$LINENO: result: yes" >&5
2425echo "${ECHO_T}yes" >&6; } 1904echo "${ECHO_T}yes" >&6
2426 1905
2427rm -f a.out a.exe conftest$ac_cv_exeext b.out 1906rm -f a.out a.exe conftest$ac_cv_exeext b.out
2428ac_clean_files=$ac_clean_files_save 1907ac_clean_files=$ac_clean_files_save
2429# Check that the compiler produces executables we can run. If not, either 1908# Check the compiler produces executables we can run. If not, either
2430# the compiler is broken, or we cross compile. 1909# the compiler is broken, or we cross compile.
2431{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1910echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2432echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 1911echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2433{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 1912echo "$as_me:$LINENO: result: $cross_compiling" >&5
2434echo "${ECHO_T}$cross_compiling" >&6; } 1913echo "${ECHO_T}$cross_compiling" >&6
2435 1914
2436{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 1915echo "$as_me:$LINENO: checking for suffix of executables" >&5
2437echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 1916echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2438if { (ac_try="$ac_link"
2439case "(($ac_try" in
2440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2441 *) ac_try_echo=$ac_try;;
2442esac
2443eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2444 (eval "$ac_link") 2>&5 1918 (eval $ac_link) 2>&5
2445 ac_status=$? 1919 ac_status=$?
2446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2447 (exit $ac_status); }; then 1921 (exit $ac_status); }; then
2448 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1922 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2449# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1923# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2450# work properly (i.e., refer to `conftest.exe'), while it won't with 1924# work properly (i.e., refer to `conftest.exe'), while it won't with
2451# `rm'. 1925# `rm'.
2452for ac_file in conftest.exe conftest conftest.*; do 1926for ac_file in conftest.exe conftest conftest.*; do
2453 test -f "$ac_file" || continue 1927 test -f "$ac_file" || continue
2454 case $ac_file in 1928 case $ac_file in
2455 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1929 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2456 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1930 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1931 export ac_cv_exeext
2457 break;; 1932 break;;
2458 * ) break;; 1933 * ) break;;
2459 esac 1934 esac
2460done 1935done
2461else 1936else
2465See \`config.log' for more details." >&2;} 1940See \`config.log' for more details." >&2;}
2466 { (exit 1); exit 1; }; } 1941 { (exit 1); exit 1; }; }
2467fi 1942fi
2468 1943
2469rm -f conftest$ac_cv_exeext 1944rm -f conftest$ac_cv_exeext
2470{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 1945echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2471echo "${ECHO_T}$ac_cv_exeext" >&6; } 1946echo "${ECHO_T}$ac_cv_exeext" >&6
2472 1947
2473rm -f conftest.$ac_ext 1948rm -f conftest.$ac_ext
2474EXEEXT=$ac_cv_exeext 1949EXEEXT=$ac_cv_exeext
2475ac_exeext=$EXEEXT 1950ac_exeext=$EXEEXT
2476{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 1951echo "$as_me:$LINENO: checking for suffix of object files" >&5
2477echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1952echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2478if test "${ac_cv_objext+set}" = set; then 1953if test "${ac_cv_objext+set}" = set; then
2479 echo $ECHO_N "(cached) $ECHO_C" >&6 1954 echo $ECHO_N "(cached) $ECHO_C" >&6
2480else 1955else
2481 cat >conftest.$ac_ext <<_ACEOF 1956 cat >conftest.$ac_ext <<_ACEOF
2482/* confdefs.h. */ 1957/* confdefs.h. */
2492 ; 1967 ;
2493 return 0; 1968 return 0;
2494} 1969}
2495_ACEOF 1970_ACEOF
2496rm -f conftest.o conftest.obj 1971rm -f conftest.o conftest.obj
2497if { (ac_try="$ac_compile"
2498case "(($ac_try" in
2499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2500 *) ac_try_echo=$ac_try;;
2501esac
2502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1972if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2503 (eval "$ac_compile") 2>&5 1973 (eval $ac_compile) 2>&5
2504 ac_status=$? 1974 ac_status=$?
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); }; then 1976 (exit $ac_status); }; then
2507 for ac_file in conftest.o conftest.obj conftest.*; do 1977 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2508 test -f "$ac_file" || continue;
2509 case $ac_file in 1978 case $ac_file in
2510 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1979 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2511 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1980 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2512 break;; 1981 break;;
2513 esac 1982 esac
2514done 1983done
2515else 1984else
2523 { (exit 1); exit 1; }; } 1992 { (exit 1); exit 1; }; }
2524fi 1993fi
2525 1994
2526rm -f conftest.$ac_cv_objext conftest.$ac_ext 1995rm -f conftest.$ac_cv_objext conftest.$ac_ext
2527fi 1996fi
2528{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 1997echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2529echo "${ECHO_T}$ac_cv_objext" >&6; } 1998echo "${ECHO_T}$ac_cv_objext" >&6
2530OBJEXT=$ac_cv_objext 1999OBJEXT=$ac_cv_objext
2531ac_objext=$OBJEXT 2000ac_objext=$OBJEXT
2532{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2001echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2533echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2002echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2534if test "${ac_cv_c_compiler_gnu+set}" = set; then 2003if test "${ac_cv_c_compiler_gnu+set}" = set; then
2535 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 echo $ECHO_N "(cached) $ECHO_C" >&6
2536else 2005else
2537 cat >conftest.$ac_ext <<_ACEOF 2006 cat >conftest.$ac_ext <<_ACEOF
2538/* confdefs.h. */ 2007/* confdefs.h. */
2551 ; 2020 ;
2552 return 0; 2021 return 0;
2553} 2022}
2554_ACEOF 2023_ACEOF
2555rm -f conftest.$ac_objext 2024rm -f conftest.$ac_objext
2556if { (ac_try="$ac_compile"
2557case "(($ac_try" in
2558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2559 *) ac_try_echo=$ac_try;;
2560esac
2561eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2562 (eval "$ac_compile") 2>conftest.er1 2026 (eval $ac_compile) 2>conftest.er1
2563 ac_status=$? 2027 ac_status=$?
2564 grep -v '^ *+' conftest.er1 >conftest.err 2028 grep -v '^ *+' conftest.er1 >conftest.err
2565 rm -f conftest.er1 2029 rm -f conftest.er1
2566 cat conftest.err >&5 2030 cat conftest.err >&5
2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568 (exit $ac_status); } && { 2032 (exit $ac_status); } &&
2569 test -z "$ac_c_werror_flag" || 2033 { ac_try='test -z "$ac_c_werror_flag"
2570 test ! -s conftest.err 2034 || test ! -s conftest.err'
2571 } && test -s conftest.$ac_objext; then 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
2572 ac_compiler_gnu=yes 2046 ac_compiler_gnu=yes
2573else 2047else
2574 echo "$as_me: failed program was:" >&5 2048 echo "$as_me: failed program was:" >&5
2575sed 's/^/| /' conftest.$ac_ext >&5 2049sed 's/^/| /' conftest.$ac_ext >&5
2576 2050
2577 ac_compiler_gnu=no 2051ac_compiler_gnu=no
2578fi 2052fi
2579
2580rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2053rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2581ac_cv_c_compiler_gnu=$ac_compiler_gnu 2054ac_cv_c_compiler_gnu=$ac_compiler_gnu
2582 2055
2583fi 2056fi
2584{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2057echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2585echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2058echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2586GCC=`test $ac_compiler_gnu = yes && echo yes` 2059GCC=`test $ac_compiler_gnu = yes && echo yes`
2587ac_test_CFLAGS=${CFLAGS+set} 2060ac_test_CFLAGS=${CFLAGS+set}
2588ac_save_CFLAGS=$CFLAGS 2061ac_save_CFLAGS=$CFLAGS
2062CFLAGS="-g"
2589{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2063echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2590echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2064echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2591if test "${ac_cv_prog_cc_g+set}" = set; then 2065if test "${ac_cv_prog_cc_g+set}" = set; then
2592 echo $ECHO_N "(cached) $ECHO_C" >&6 2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2593else 2067else
2594 ac_save_c_werror_flag=$ac_c_werror_flag
2595 ac_c_werror_flag=yes
2596 ac_cv_prog_cc_g=no
2597 CFLAGS="-g"
2598 cat >conftest.$ac_ext <<_ACEOF 2068 cat >conftest.$ac_ext <<_ACEOF
2599/* confdefs.h. */ 2069/* confdefs.h. */
2600_ACEOF 2070_ACEOF
2601cat confdefs.h >>conftest.$ac_ext 2071cat confdefs.h >>conftest.$ac_ext
2602cat >>conftest.$ac_ext <<_ACEOF 2072cat >>conftest.$ac_ext <<_ACEOF
2603/* end confdefs.h. */ 2073/* end confdefs.h. */
2609 ; 2079 ;
2610 return 0; 2080 return 0;
2611} 2081}
2612_ACEOF 2082_ACEOF
2613rm -f conftest.$ac_objext 2083rm -f conftest.$ac_objext
2614if { (ac_try="$ac_compile"
2615case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618esac
2619eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2084if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2620 (eval "$ac_compile") 2>conftest.er1 2085 (eval $ac_compile) 2>conftest.er1
2621 ac_status=$? 2086 ac_status=$?
2622 grep -v '^ *+' conftest.er1 >conftest.err 2087 grep -v '^ *+' conftest.er1 >conftest.err
2623 rm -f conftest.er1 2088 rm -f conftest.er1
2624 cat conftest.err >&5 2089 cat conftest.err >&5
2625 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2626 (exit $ac_status); } && { 2091 (exit $ac_status); } &&
2627 test -z "$ac_c_werror_flag" || 2092 { ac_try='test -z "$ac_c_werror_flag"
2628 test ! -s conftest.err 2093 || test ! -s conftest.err'
2629 } && test -s conftest.$ac_objext; then 2094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2095 (eval $ac_try) 2>&5
2096 ac_status=$?
2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098 (exit $ac_status); }; } &&
2099 { ac_try='test -s conftest.$ac_objext'
2100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2101 (eval $ac_try) 2>&5
2102 ac_status=$?
2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104 (exit $ac_status); }; }; then
2630 ac_cv_prog_cc_g=yes 2105 ac_cv_prog_cc_g=yes
2631else 2106else
2632 echo "$as_me: failed program was:" >&5 2107 echo "$as_me: failed program was:" >&5
2633sed 's/^/| /' conftest.$ac_ext >&5 2108sed 's/^/| /' conftest.$ac_ext >&5
2634 2109
2635 CFLAGS=""
2636 cat >conftest.$ac_ext <<_ACEOF
2637/* confdefs.h. */
2638_ACEOF
2639cat confdefs.h >>conftest.$ac_ext
2640cat >>conftest.$ac_ext <<_ACEOF
2641/* end confdefs.h. */
2642
2643int
2644main ()
2645{
2646
2647 ;
2648 return 0;
2649}
2650_ACEOF
2651rm -f conftest.$ac_objext
2652if { (ac_try="$ac_compile"
2653case "(($ac_try" in
2654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655 *) ac_try_echo=$ac_try;;
2656esac
2657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2658 (eval "$ac_compile") 2>conftest.er1
2659 ac_status=$?
2660 grep -v '^ *+' conftest.er1 >conftest.err
2661 rm -f conftest.er1
2662 cat conftest.err >&5
2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664 (exit $ac_status); } && {
2665 test -z "$ac_c_werror_flag" ||
2666 test ! -s conftest.err
2667 } && test -s conftest.$ac_objext; then
2668 :
2669else
2670 echo "$as_me: failed program was:" >&5
2671sed 's/^/| /' conftest.$ac_ext >&5
2672
2673 ac_c_werror_flag=$ac_save_c_werror_flag
2674 CFLAGS="-g"
2675 cat >conftest.$ac_ext <<_ACEOF
2676/* confdefs.h. */
2677_ACEOF
2678cat confdefs.h >>conftest.$ac_ext
2679cat >>conftest.$ac_ext <<_ACEOF
2680/* end confdefs.h. */
2681
2682int
2683main ()
2684{
2685
2686 ;
2687 return 0;
2688}
2689_ACEOF
2690rm -f conftest.$ac_objext
2691if { (ac_try="$ac_compile"
2692case "(($ac_try" in
2693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2694 *) ac_try_echo=$ac_try;;
2695esac
2696eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2697 (eval "$ac_compile") 2>conftest.er1
2698 ac_status=$?
2699 grep -v '^ *+' conftest.er1 >conftest.err
2700 rm -f conftest.er1
2701 cat conftest.err >&5
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); } && {
2704 test -z "$ac_c_werror_flag" ||
2705 test ! -s conftest.err
2706 } && test -s conftest.$ac_objext; then
2707 ac_cv_prog_cc_g=yes 2110ac_cv_prog_cc_g=no
2708else
2709 echo "$as_me: failed program was:" >&5
2710sed 's/^/| /' conftest.$ac_ext >&5
2711
2712
2713fi 2111fi
2714
2715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2716fi 2113fi
2717
2718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2719fi
2720
2721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2722 ac_c_werror_flag=$ac_save_c_werror_flag
2723fi
2724{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2114echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2725echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2115echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2726if test "$ac_test_CFLAGS" = set; then 2116if test "$ac_test_CFLAGS" = set; then
2727 CFLAGS=$ac_save_CFLAGS 2117 CFLAGS=$ac_save_CFLAGS
2728elif test $ac_cv_prog_cc_g = yes; then 2118elif test $ac_cv_prog_cc_g = yes; then
2729 if test "$GCC" = yes; then 2119 if test "$GCC" = yes; then
2730 CFLAGS="-g -O2" 2120 CFLAGS="-g -O2"
2736 CFLAGS="-O2" 2126 CFLAGS="-O2"
2737 else 2127 else
2738 CFLAGS= 2128 CFLAGS=
2739 fi 2129 fi
2740fi 2130fi
2741{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2131echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2742echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2132echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2743if test "${ac_cv_prog_cc_c89+set}" = set; then 2133if test "${ac_cv_prog_cc_stdc+set}" = set; then
2744 echo $ECHO_N "(cached) $ECHO_C" >&6 2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2745else 2135else
2746 ac_cv_prog_cc_c89=no 2136 ac_cv_prog_cc_stdc=no
2747ac_save_CC=$CC 2137ac_save_CC=$CC
2748cat >conftest.$ac_ext <<_ACEOF 2138cat >conftest.$ac_ext <<_ACEOF
2749/* confdefs.h. */ 2139/* confdefs.h. */
2750_ACEOF 2140_ACEOF
2751cat confdefs.h >>conftest.$ac_ext 2141cat confdefs.h >>conftest.$ac_ext
2775} 2165}
2776 2166
2777/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2167/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2778 function prototypes and stuff, but not '\xHH' hex character constants. 2168 function prototypes and stuff, but not '\xHH' hex character constants.
2779 These don't provoke an error unfortunately, instead are silently treated 2169 These don't provoke an error unfortunately, instead are silently treated
2780 as 'x'. The following induces an error, until -std is added to get 2170 as 'x'. The following induces an error, until -std1 is added to get
2781 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2171 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2782 array size at least. It's necessary to write '\x00'==0 to get something 2172 array size at least. It's necessary to write '\x00'==0 to get something
2783 that's true only with -std. */ 2173 that's true only with -std1. */
2784int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2174int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2785
2786/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2787 inside strings and character constants. */
2788#define FOO(x) 'x'
2789int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2790 2175
2791int test (int i, double x); 2176int test (int i, double x);
2792struct s1 {int (*f) (int a);}; 2177struct s1 {int (*f) (int a);};
2793struct s2 {int (*f) (double a);}; 2178struct s2 {int (*f) (double a);};
2794int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 2179int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2800return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 2185return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2801 ; 2186 ;
2802 return 0; 2187 return 0;
2803} 2188}
2804_ACEOF 2189_ACEOF
2805for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2190# Don't try gcc -ansi; that turns off useful extensions and
2806 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2191# breaks some systems' header files.
2192# AIX -qlanglvl=ansi
2193# Ultrix and OSF/1 -std1
2194# HP-UX 10.20 and later -Ae
2195# HP-UX older versions -Aa -D_HPUX_SOURCE
2196# SVR4 -Xc -D__EXTENSIONS__
2197for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2807do 2198do
2808 CC="$ac_save_CC $ac_arg" 2199 CC="$ac_save_CC $ac_arg"
2809 rm -f conftest.$ac_objext 2200 rm -f conftest.$ac_objext
2810if { (ac_try="$ac_compile"
2811case "(($ac_try" in
2812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2813 *) ac_try_echo=$ac_try;;
2814esac
2815eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2816 (eval "$ac_compile") 2>conftest.er1 2202 (eval $ac_compile) 2>conftest.er1
2817 ac_status=$? 2203 ac_status=$?
2818 grep -v '^ *+' conftest.er1 >conftest.err 2204 grep -v '^ *+' conftest.er1 >conftest.err
2819 rm -f conftest.er1 2205 rm -f conftest.er1
2820 cat conftest.err >&5 2206 cat conftest.err >&5
2821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2822 (exit $ac_status); } && { 2208 (exit $ac_status); } &&
2823 test -z "$ac_c_werror_flag" || 2209 { ac_try='test -z "$ac_c_werror_flag"
2824 test ! -s conftest.err 2210 || test ! -s conftest.err'
2825 } && test -s conftest.$ac_objext; then 2211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212 (eval $ac_try) 2>&5
2213 ac_status=$?
2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2215 (exit $ac_status); }; } &&
2216 { ac_try='test -s conftest.$ac_objext'
2217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218 (eval $ac_try) 2>&5
2219 ac_status=$?
2220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221 (exit $ac_status); }; }; then
2826 ac_cv_prog_cc_c89=$ac_arg 2222 ac_cv_prog_cc_stdc=$ac_arg
2223break
2827else 2224else
2828 echo "$as_me: failed program was:" >&5 2225 echo "$as_me: failed program was:" >&5
2829sed 's/^/| /' conftest.$ac_ext >&5 2226sed 's/^/| /' conftest.$ac_ext >&5
2830 2227
2831
2832fi 2228fi
2833
2834rm -f core conftest.err conftest.$ac_objext 2229rm -f conftest.err conftest.$ac_objext
2835 test "x$ac_cv_prog_cc_c89" != "xno" && break
2836done 2230done
2837rm -f conftest.$ac_ext 2231rm -f conftest.$ac_ext conftest.$ac_objext
2838CC=$ac_save_CC 2232CC=$ac_save_CC
2839 2233
2840fi 2234fi
2841# AC_CACHE_VAL 2235
2842case "x$ac_cv_prog_cc_c89" in 2236case "x$ac_cv_prog_cc_stdc" in
2843 x) 2237 x|xno)
2844 { echo "$as_me:$LINENO: result: none needed" >&5 2238 echo "$as_me:$LINENO: result: none needed" >&5
2845echo "${ECHO_T}none needed" >&6; } ;; 2239echo "${ECHO_T}none needed" >&6 ;;
2846 xno)
2847 { echo "$as_me:$LINENO: result: unsupported" >&5
2848echo "${ECHO_T}unsupported" >&6; } ;;
2849 *) 2240 *)
2850 CC="$CC $ac_cv_prog_cc_c89"
2851 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2241 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2852echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2242echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2243 CC="$CC $ac_cv_prog_cc_stdc" ;;
2853esac 2244esac
2854 2245
2246# Some people use a C++ compiler to compile C. Since we use `exit',
2247# in C++ we need to declare it. In case someone uses the same compiler
2248# for both compiling C and C++ we need to have the C++ compiler decide
2249# the declaration of exit, since it's the most demanding environment.
2250cat >conftest.$ac_ext <<_ACEOF
2251#ifndef __cplusplus
2252 choke me
2253#endif
2254_ACEOF
2255rm -f conftest.$ac_objext
2256if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2257 (eval $ac_compile) 2>conftest.er1
2258 ac_status=$?
2259 grep -v '^ *+' conftest.er1 >conftest.err
2260 rm -f conftest.er1
2261 cat conftest.err >&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); } &&
2264 { ac_try='test -z "$ac_c_werror_flag"
2265 || test ! -s conftest.err'
2266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2267 (eval $ac_try) 2>&5
2268 ac_status=$?
2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2270 (exit $ac_status); }; } &&
2271 { ac_try='test -s conftest.$ac_objext'
2272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2273 (eval $ac_try) 2>&5
2274 ac_status=$?
2275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2276 (exit $ac_status); }; }; then
2277 for ac_declaration in \
2278 '' \
2279 'extern "C" void std::exit (int) throw (); using std::exit;' \
2280 'extern "C" void std::exit (int); using std::exit;' \
2281 'extern "C" void exit (int) throw ();' \
2282 'extern "C" void exit (int);' \
2283 'void exit (int);'
2284do
2285 cat >conftest.$ac_ext <<_ACEOF
2286/* confdefs.h. */
2287_ACEOF
2288cat confdefs.h >>conftest.$ac_ext
2289cat >>conftest.$ac_ext <<_ACEOF
2290/* end confdefs.h. */
2291$ac_declaration
2292#include <stdlib.h>
2293int
2294main ()
2295{
2296exit (42);
2297 ;
2298 return 0;
2299}
2300_ACEOF
2301rm -f conftest.$ac_objext
2302if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2303 (eval $ac_compile) 2>conftest.er1
2304 ac_status=$?
2305 grep -v '^ *+' conftest.er1 >conftest.err
2306 rm -f conftest.er1
2307 cat conftest.err >&5
2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2309 (exit $ac_status); } &&
2310 { ac_try='test -z "$ac_c_werror_flag"
2311 || test ! -s conftest.err'
2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2313 (eval $ac_try) 2>&5
2314 ac_status=$?
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); }; } &&
2317 { ac_try='test -s conftest.$ac_objext'
2318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2319 (eval $ac_try) 2>&5
2320 ac_status=$?
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); }; }; then
2323 :
2324else
2325 echo "$as_me: failed program was:" >&5
2326sed 's/^/| /' conftest.$ac_ext >&5
2855 2327
2328continue
2329fi
2330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2331 cat >conftest.$ac_ext <<_ACEOF
2332/* confdefs.h. */
2333_ACEOF
2334cat confdefs.h >>conftest.$ac_ext
2335cat >>conftest.$ac_ext <<_ACEOF
2336/* end confdefs.h. */
2337$ac_declaration
2338int
2339main ()
2340{
2341exit (42);
2342 ;
2343 return 0;
2344}
2345_ACEOF
2346rm -f conftest.$ac_objext
2347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2348 (eval $ac_compile) 2>conftest.er1
2349 ac_status=$?
2350 grep -v '^ *+' conftest.er1 >conftest.err
2351 rm -f conftest.er1
2352 cat conftest.err >&5
2353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2354 (exit $ac_status); } &&
2355 { ac_try='test -z "$ac_c_werror_flag"
2356 || test ! -s conftest.err'
2357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2358 (eval $ac_try) 2>&5
2359 ac_status=$?
2360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2361 (exit $ac_status); }; } &&
2362 { ac_try='test -s conftest.$ac_objext'
2363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2364 (eval $ac_try) 2>&5
2365 ac_status=$?
2366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367 (exit $ac_status); }; }; then
2368 break
2369else
2370 echo "$as_me: failed program was:" >&5
2371sed 's/^/| /' conftest.$ac_ext >&5
2372
2373fi
2374rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2375done
2376rm -f conftest*
2377if test -n "$ac_declaration"; then
2378 echo '#ifdef __cplusplus' >>confdefs.h
2379 echo $ac_declaration >>confdefs.h
2380 echo '#endif' >>confdefs.h
2381fi
2382
2383else
2384 echo "$as_me: failed program was:" >&5
2385sed 's/^/| /' conftest.$ac_ext >&5
2386
2387fi
2388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2856ac_ext=c 2389ac_ext=c
2857ac_cpp='$CPP $CPPFLAGS' 2390ac_cpp='$CPP $CPPFLAGS'
2858ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2392ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860ac_compiler_gnu=$ac_cv_c_compiler_gnu 2393ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 2394
2862ac_ext=cpp 2395ac_ext=cc
2863ac_cpp='$CXXCPP $CPPFLAGS' 2396ac_cpp='$CXXCPP $CPPFLAGS'
2864ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2865ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2398ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2866ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2399ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2867if test -z "$CXX"; then
2868 if test -n "$CCC"; then
2869 CXX=$CCC
2870 else
2871 if test -n "$ac_tool_prefix"; then 2400if test -n "$ac_tool_prefix"; then
2872 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2401 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2873 do 2402 do
2874 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2875set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2404set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2876{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2405echo "$as_me:$LINENO: checking for $ac_word" >&5
2877echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2878if test "${ac_cv_prog_CXX+set}" = set; then 2407if test "${ac_cv_prog_CXX+set}" = set; then
2879 echo $ECHO_N "(cached) $ECHO_C" >&6 2408 echo $ECHO_N "(cached) $ECHO_C" >&6
2880else 2409else
2881 if test -n "$CXX"; then 2410 if test -n "$CXX"; then
2882 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2411 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2885for as_dir in $PATH 2414for as_dir in $PATH
2886do 2415do
2887 IFS=$as_save_IFS 2416 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=. 2417 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do 2418 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2419 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2891 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2420 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2 2422 break 2
2894 fi 2423 fi
2895done 2424done
2896done 2425done
2897IFS=$as_save_IFS
2898 2426
2899fi 2427fi
2900fi 2428fi
2901CXX=$ac_cv_prog_CXX 2429CXX=$ac_cv_prog_CXX
2902if test -n "$CXX"; then 2430if test -n "$CXX"; then
2903 { echo "$as_me:$LINENO: result: $CXX" >&5 2431 echo "$as_me:$LINENO: result: $CXX" >&5
2904echo "${ECHO_T}$CXX" >&6; } 2432echo "${ECHO_T}$CXX" >&6
2905else 2433else
2906 { echo "$as_me:$LINENO: result: no" >&5 2434 echo "$as_me:$LINENO: result: no" >&5
2907echo "${ECHO_T}no" >&6; } 2435echo "${ECHO_T}no" >&6
2908fi 2436fi
2909
2910 2437
2911 test -n "$CXX" && break 2438 test -n "$CXX" && break
2912 done 2439 done
2913fi 2440fi
2914if test -z "$CXX"; then 2441if test -z "$CXX"; then
2915 ac_ct_CXX=$CXX 2442 ac_ct_CXX=$CXX
2916 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2443 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2917do 2444do
2918 # Extract the first word of "$ac_prog", so it can be a program name with args. 2445 # Extract the first word of "$ac_prog", so it can be a program name with args.
2919set dummy $ac_prog; ac_word=$2 2446set dummy $ac_prog; ac_word=$2
2920{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2447echo "$as_me:$LINENO: checking for $ac_word" >&5
2921echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2448echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2922if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2449if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2923 echo $ECHO_N "(cached) $ECHO_C" >&6 2450 echo $ECHO_N "(cached) $ECHO_C" >&6
2924else 2451else
2925 if test -n "$ac_ct_CXX"; then 2452 if test -n "$ac_ct_CXX"; then
2926 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 2453 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2929for as_dir in $PATH 2456for as_dir in $PATH
2930do 2457do
2931 IFS=$as_save_IFS 2458 IFS=$as_save_IFS
2932 test -z "$as_dir" && as_dir=. 2459 test -z "$as_dir" && as_dir=.
2933 for ac_exec_ext in '' $ac_executable_extensions; do 2460 for ac_exec_ext in '' $ac_executable_extensions; do
2934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2461 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2935 ac_cv_prog_ac_ct_CXX="$ac_prog" 2462 ac_cv_prog_ac_ct_CXX="$ac_prog"
2936 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2937 break 2 2464 break 2
2938 fi 2465 fi
2939done 2466done
2940done 2467done
2941IFS=$as_save_IFS
2942 2468
2943fi 2469fi
2944fi 2470fi
2945ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2471ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2946if test -n "$ac_ct_CXX"; then 2472if test -n "$ac_ct_CXX"; then
2947 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2473 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2948echo "${ECHO_T}$ac_ct_CXX" >&6; } 2474echo "${ECHO_T}$ac_ct_CXX" >&6
2949else 2475else
2950 { echo "$as_me:$LINENO: result: no" >&5 2476 echo "$as_me:$LINENO: result: no" >&5
2951echo "${ECHO_T}no" >&6; } 2477echo "${ECHO_T}no" >&6
2952fi 2478fi
2953
2954 2479
2955 test -n "$ac_ct_CXX" && break 2480 test -n "$ac_ct_CXX" && break
2956done 2481done
2482test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2957 2483
2958 if test "x$ac_ct_CXX" = x; then
2959 CXX="g++"
2960 else
2961 case $cross_compiling:$ac_tool_warned in
2962yes:)
2963{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2964whose name does not start with the host triplet. If you think this
2965configuration is useful to you, please write to autoconf@gnu.org." >&5
2966echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2967whose name does not start with the host triplet. If you think this
2968configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2969ac_tool_warned=yes ;;
2970esac
2971 CXX=$ac_ct_CXX 2484 CXX=$ac_ct_CXX
2972 fi
2973fi 2485fi
2974 2486
2975 fi 2487
2976fi
2977# Provide some information about the compiler. 2488# Provide some information about the compiler.
2489echo "$as_me:$LINENO:" \
2978echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2490 "checking for C++ compiler version" >&5
2979ac_compiler=`set X $ac_compile; echo $2` 2491ac_compiler=`set X $ac_compile; echo $2`
2980{ (ac_try="$ac_compiler --version >&5" 2492{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2981case "(($ac_try" in
2982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2983 *) ac_try_echo=$ac_try;;
2984esac
2985eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2986 (eval "$ac_compiler --version >&5") 2>&5 2493 (eval $ac_compiler --version </dev/null >&5) 2>&5
2987 ac_status=$? 2494 ac_status=$?
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); } 2496 (exit $ac_status); }
2990{ (ac_try="$ac_compiler -v >&5" 2497{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2991case "(($ac_try" in
2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993 *) ac_try_echo=$ac_try;;
2994esac
2995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2996 (eval "$ac_compiler -v >&5") 2>&5 2498 (eval $ac_compiler -v </dev/null >&5) 2>&5
2997 ac_status=$? 2499 ac_status=$?
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999 (exit $ac_status); } 2501 (exit $ac_status); }
3000{ (ac_try="$ac_compiler -V >&5" 2502{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3001case "(($ac_try" in
3002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3003 *) ac_try_echo=$ac_try;;
3004esac
3005eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3006 (eval "$ac_compiler -V >&5") 2>&5 2503 (eval $ac_compiler -V </dev/null >&5) 2>&5
3007 ac_status=$? 2504 ac_status=$?
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } 2506 (exit $ac_status); }
3010 2507
3011{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 2508echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3012echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 2509echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3013if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2510if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3014 echo $ECHO_N "(cached) $ECHO_C" >&6 2511 echo $ECHO_N "(cached) $ECHO_C" >&6
3015else 2512else
3016 cat >conftest.$ac_ext <<_ACEOF 2513 cat >conftest.$ac_ext <<_ACEOF
3017/* confdefs.h. */ 2514/* confdefs.h. */
3030 ; 2527 ;
3031 return 0; 2528 return 0;
3032} 2529}
3033_ACEOF 2530_ACEOF
3034rm -f conftest.$ac_objext 2531rm -f conftest.$ac_objext
3035if { (ac_try="$ac_compile"
3036case "(($ac_try" in
3037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3038 *) ac_try_echo=$ac_try;;
3039esac
3040eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3041 (eval "$ac_compile") 2>conftest.er1 2533 (eval $ac_compile) 2>conftest.er1
3042 ac_status=$? 2534 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err 2535 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1 2536 rm -f conftest.er1
3045 cat conftest.err >&5 2537 cat conftest.err >&5
3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } && { 2539 (exit $ac_status); } &&
3048 test -z "$ac_cxx_werror_flag" || 2540 { ac_try='test -z "$ac_cxx_werror_flag"
3049 test ! -s conftest.err 2541 || test ! -s conftest.err'
3050 } && test -s conftest.$ac_objext; then 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); }; } &&
2547 { ac_try='test -s conftest.$ac_objext'
2548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2549 (eval $ac_try) 2>&5
2550 ac_status=$?
2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2552 (exit $ac_status); }; }; then
3051 ac_compiler_gnu=yes 2553 ac_compiler_gnu=yes
3052else 2554else
3053 echo "$as_me: failed program was:" >&5 2555 echo "$as_me: failed program was:" >&5
3054sed 's/^/| /' conftest.$ac_ext >&5 2556sed 's/^/| /' conftest.$ac_ext >&5
3055 2557
3056 ac_compiler_gnu=no 2558ac_compiler_gnu=no
3057fi 2559fi
3058
3059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3060ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2561ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3061 2562
3062fi 2563fi
3063{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2564echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3064echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2565echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3065GXX=`test $ac_compiler_gnu = yes && echo yes` 2566GXX=`test $ac_compiler_gnu = yes && echo yes`
3066ac_test_CXXFLAGS=${CXXFLAGS+set} 2567ac_test_CXXFLAGS=${CXXFLAGS+set}
3067ac_save_CXXFLAGS=$CXXFLAGS 2568ac_save_CXXFLAGS=$CXXFLAGS
2569CXXFLAGS="-g"
3068{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2570echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3069echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2571echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3070if test "${ac_cv_prog_cxx_g+set}" = set; then 2572if test "${ac_cv_prog_cxx_g+set}" = set; then
3071 echo $ECHO_N "(cached) $ECHO_C" >&6 2573 echo $ECHO_N "(cached) $ECHO_C" >&6
3072else 2574else
3073 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3074 ac_cxx_werror_flag=yes
3075 ac_cv_prog_cxx_g=no
3076 CXXFLAGS="-g"
3077 cat >conftest.$ac_ext <<_ACEOF 2575 cat >conftest.$ac_ext <<_ACEOF
3078/* confdefs.h. */ 2576/* confdefs.h. */
3079_ACEOF 2577_ACEOF
3080cat confdefs.h >>conftest.$ac_ext 2578cat confdefs.h >>conftest.$ac_ext
3081cat >>conftest.$ac_ext <<_ACEOF 2579cat >>conftest.$ac_ext <<_ACEOF
3082/* end confdefs.h. */ 2580/* end confdefs.h. */
3088 ; 2586 ;
3089 return 0; 2587 return 0;
3090} 2588}
3091_ACEOF 2589_ACEOF
3092rm -f conftest.$ac_objext 2590rm -f conftest.$ac_objext
3093if { (ac_try="$ac_compile"
3094case "(($ac_try" in
3095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3096 *) ac_try_echo=$ac_try;;
3097esac
3098eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3099 (eval "$ac_compile") 2>conftest.er1 2592 (eval $ac_compile) 2>conftest.er1
3100 ac_status=$? 2593 ac_status=$?
3101 grep -v '^ *+' conftest.er1 >conftest.err 2594 grep -v '^ *+' conftest.er1 >conftest.err
3102 rm -f conftest.er1 2595 rm -f conftest.er1
3103 cat conftest.err >&5 2596 cat conftest.err >&5
3104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105 (exit $ac_status); } && { 2598 (exit $ac_status); } &&
3106 test -z "$ac_cxx_werror_flag" || 2599 { ac_try='test -z "$ac_cxx_werror_flag"
3107 test ! -s conftest.err 2600 || test ! -s conftest.err'
3108 } && test -s conftest.$ac_objext; then 2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2602 (eval $ac_try) 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }; } &&
2606 { ac_try='test -s conftest.$ac_objext'
2607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2608 (eval $ac_try) 2>&5
2609 ac_status=$?
2610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2611 (exit $ac_status); }; }; then
3109 ac_cv_prog_cxx_g=yes 2612 ac_cv_prog_cxx_g=yes
3110else 2613else
3111 echo "$as_me: failed program was:" >&5 2614 echo "$as_me: failed program was:" >&5
3112sed 's/^/| /' conftest.$ac_ext >&5 2615sed 's/^/| /' conftest.$ac_ext >&5
3113 2616
3114 CXXFLAGS=""
3115 cat >conftest.$ac_ext <<_ACEOF
3116/* confdefs.h. */
3117_ACEOF
3118cat confdefs.h >>conftest.$ac_ext
3119cat >>conftest.$ac_ext <<_ACEOF
3120/* end confdefs.h. */
3121
3122int
3123main ()
3124{
3125
3126 ;
3127 return 0;
3128}
3129_ACEOF
3130rm -f conftest.$ac_objext
3131if { (ac_try="$ac_compile"
3132case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135esac
3136eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_cxx_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3147 :
3148else
3149 echo "$as_me: failed program was:" >&5
3150sed 's/^/| /' conftest.$ac_ext >&5
3151
3152 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3153 CXXFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155/* confdefs.h. */
3156_ACEOF
3157cat confdefs.h >>conftest.$ac_ext
3158cat >>conftest.$ac_ext <<_ACEOF
3159/* end confdefs.h. */
3160
3161int
3162main ()
3163{
3164
3165 ;
3166 return 0;
3167}
3168_ACEOF
3169rm -f conftest.$ac_objext
3170if { (ac_try="$ac_compile"
3171case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174esac
3175eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3176 (eval "$ac_compile") 2>conftest.er1
3177 ac_status=$?
3178 grep -v '^ *+' conftest.er1 >conftest.err
3179 rm -f conftest.er1
3180 cat conftest.err >&5
3181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3182 (exit $ac_status); } && {
3183 test -z "$ac_cxx_werror_flag" ||
3184 test ! -s conftest.err
3185 } && test -s conftest.$ac_objext; then
3186 ac_cv_prog_cxx_g=yes 2617ac_cv_prog_cxx_g=no
3187else
3188 echo "$as_me: failed program was:" >&5
3189sed 's/^/| /' conftest.$ac_ext >&5
3190
3191
3192fi 2618fi
3193
3194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3195fi 2620fi
3196
3197rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198fi
3199
3200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3202fi
3203{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2621echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3204echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2622echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3205if test "$ac_test_CXXFLAGS" = set; then 2623if test "$ac_test_CXXFLAGS" = set; then
3206 CXXFLAGS=$ac_save_CXXFLAGS 2624 CXXFLAGS=$ac_save_CXXFLAGS
3207elif test $ac_cv_prog_cxx_g = yes; then 2625elif test $ac_cv_prog_cxx_g = yes; then
3208 if test "$GXX" = yes; then 2626 if test "$GXX" = yes; then
3209 CXXFLAGS="-g -O2" 2627 CXXFLAGS="-g -O2"
3215 CXXFLAGS="-O2" 2633 CXXFLAGS="-O2"
3216 else 2634 else
3217 CXXFLAGS= 2635 CXXFLAGS=
3218 fi 2636 fi
3219fi 2637fi
2638for ac_declaration in \
2639 '' \
2640 'extern "C" void std::exit (int) throw (); using std::exit;' \
2641 'extern "C" void std::exit (int); using std::exit;' \
2642 'extern "C" void exit (int) throw ();' \
2643 'extern "C" void exit (int);' \
2644 'void exit (int);'
2645do
2646 cat >conftest.$ac_ext <<_ACEOF
2647/* confdefs.h. */
2648_ACEOF
2649cat confdefs.h >>conftest.$ac_ext
2650cat >>conftest.$ac_ext <<_ACEOF
2651/* end confdefs.h. */
2652$ac_declaration
2653#include <stdlib.h>
2654int
2655main ()
2656{
2657exit (42);
2658 ;
2659 return 0;
2660}
2661_ACEOF
2662rm -f conftest.$ac_objext
2663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2664 (eval $ac_compile) 2>conftest.er1
2665 ac_status=$?
2666 grep -v '^ *+' conftest.er1 >conftest.err
2667 rm -f conftest.er1
2668 cat conftest.err >&5
2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2670 (exit $ac_status); } &&
2671 { ac_try='test -z "$ac_cxx_werror_flag"
2672 || test ! -s conftest.err'
2673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2674 (eval $ac_try) 2>&5
2675 ac_status=$?
2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2677 (exit $ac_status); }; } &&
2678 { ac_try='test -s conftest.$ac_objext'
2679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2680 (eval $ac_try) 2>&5
2681 ac_status=$?
2682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2683 (exit $ac_status); }; }; then
2684 :
2685else
2686 echo "$as_me: failed program was:" >&5
2687sed 's/^/| /' conftest.$ac_ext >&5
2688
2689continue
2690fi
2691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2692 cat >conftest.$ac_ext <<_ACEOF
2693/* confdefs.h. */
2694_ACEOF
2695cat confdefs.h >>conftest.$ac_ext
2696cat >>conftest.$ac_ext <<_ACEOF
2697/* end confdefs.h. */
2698$ac_declaration
2699int
2700main ()
2701{
2702exit (42);
2703 ;
2704 return 0;
2705}
2706_ACEOF
2707rm -f conftest.$ac_objext
2708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2709 (eval $ac_compile) 2>conftest.er1
2710 ac_status=$?
2711 grep -v '^ *+' conftest.er1 >conftest.err
2712 rm -f conftest.er1
2713 cat conftest.err >&5
2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715 (exit $ac_status); } &&
2716 { ac_try='test -z "$ac_cxx_werror_flag"
2717 || test ! -s conftest.err'
2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2719 (eval $ac_try) 2>&5
2720 ac_status=$?
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722 (exit $ac_status); }; } &&
2723 { ac_try='test -s conftest.$ac_objext'
2724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2725 (eval $ac_try) 2>&5
2726 ac_status=$?
2727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2728 (exit $ac_status); }; }; then
2729 break
2730else
2731 echo "$as_me: failed program was:" >&5
2732sed 's/^/| /' conftest.$ac_ext >&5
2733
2734fi
2735rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2736done
2737rm -f conftest*
2738if test -n "$ac_declaration"; then
2739 echo '#ifdef __cplusplus' >>confdefs.h
2740 echo $ac_declaration >>confdefs.h
2741 echo '#endif' >>confdefs.h
2742fi
2743
3220ac_ext=c 2744ac_ext=c
3221ac_cpp='$CPP $CPPFLAGS' 2745ac_cpp='$CPP $CPPFLAGS'
3222ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2746ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3223ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2747ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3224ac_compiler_gnu=$ac_cv_c_compiler_gnu 2748ac_compiler_gnu=$ac_cv_c_compiler_gnu
3226ac_ext=c 2750ac_ext=c
3227ac_cpp='$CPP $CPPFLAGS' 2751ac_cpp='$CPP $CPPFLAGS'
3228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2753ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230ac_compiler_gnu=$ac_cv_c_compiler_gnu 2754ac_compiler_gnu=$ac_cv_c_compiler_gnu
3231{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2755echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3232echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 2756echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3233# On Suns, sometimes $CPP names a directory. 2757# On Suns, sometimes $CPP names a directory.
3234if test -n "$CPP" && test -d "$CPP"; then 2758if test -n "$CPP" && test -d "$CPP"; then
3235 CPP= 2759 CPP=
3236fi 2760fi
3237if test -z "$CPP"; then 2761if test -z "$CPP"; then
3261#else 2785#else
3262# include <assert.h> 2786# include <assert.h>
3263#endif 2787#endif
3264 Syntax error 2788 Syntax error
3265_ACEOF 2789_ACEOF
3266if { (ac_try="$ac_cpp conftest.$ac_ext" 2790if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3267case "(($ac_try" in
3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269 *) ac_try_echo=$ac_try;;
3270esac
3271eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3272 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2791 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3273 ac_status=$? 2792 ac_status=$?
3274 grep -v '^ *+' conftest.er1 >conftest.err 2793 grep -v '^ *+' conftest.er1 >conftest.err
3275 rm -f conftest.er1 2794 rm -f conftest.er1
3276 cat conftest.err >&5 2795 cat conftest.err >&5
3277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3278 (exit $ac_status); } >/dev/null && { 2797 (exit $ac_status); } >/dev/null; then
3279 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3280 test ! -s conftest.err 2798 if test -s conftest.err; then
3281 }; then 2799 ac_cpp_err=$ac_c_preproc_warn_flag
2800 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2801 else
2802 ac_cpp_err=
2803 fi
2804else
2805 ac_cpp_err=yes
2806fi
2807if test -z "$ac_cpp_err"; then
3282 : 2808 :
3283else 2809else
3284 echo "$as_me: failed program was:" >&5 2810 echo "$as_me: failed program was:" >&5
3285sed 's/^/| /' conftest.$ac_ext >&5 2811sed 's/^/| /' conftest.$ac_ext >&5
3286 2812
3287 # Broken: fails on valid input. 2813 # Broken: fails on valid input.
3288continue 2814continue
3289fi 2815fi
3290
3291rm -f conftest.err conftest.$ac_ext 2816rm -f conftest.err conftest.$ac_ext
3292 2817
3293 # OK, works on sane cases. Now check whether nonexistent headers 2818 # OK, works on sane cases. Now check whether non-existent headers
3294 # can be detected and how. 2819 # can be detected and how.
3295 cat >conftest.$ac_ext <<_ACEOF 2820 cat >conftest.$ac_ext <<_ACEOF
3296/* confdefs.h. */ 2821/* confdefs.h. */
3297_ACEOF 2822_ACEOF
3298cat confdefs.h >>conftest.$ac_ext 2823cat confdefs.h >>conftest.$ac_ext
3299cat >>conftest.$ac_ext <<_ACEOF 2824cat >>conftest.$ac_ext <<_ACEOF
3300/* end confdefs.h. */ 2825/* end confdefs.h. */
3301#include <ac_nonexistent.h> 2826#include <ac_nonexistent.h>
3302_ACEOF 2827_ACEOF
3303if { (ac_try="$ac_cpp conftest.$ac_ext" 2828if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3304case "(($ac_try" in
3305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3306 *) ac_try_echo=$ac_try;;
3307esac
3308eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3309 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3310 ac_status=$? 2830 ac_status=$?
3311 grep -v '^ *+' conftest.er1 >conftest.err 2831 grep -v '^ *+' conftest.er1 >conftest.err
3312 rm -f conftest.er1 2832 rm -f conftest.er1
3313 cat conftest.err >&5 2833 cat conftest.err >&5
3314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3315 (exit $ac_status); } >/dev/null && { 2835 (exit $ac_status); } >/dev/null; then
3316 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3317 test ! -s conftest.err 2836 if test -s conftest.err; then
3318 }; then 2837 ac_cpp_err=$ac_c_preproc_warn_flag
2838 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2839 else
2840 ac_cpp_err=
2841 fi
2842else
2843 ac_cpp_err=yes
2844fi
2845if test -z "$ac_cpp_err"; then
3319 # Broken: success on invalid input. 2846 # Broken: success on invalid input.
3320continue 2847continue
3321else 2848else
3322 echo "$as_me: failed program was:" >&5 2849 echo "$as_me: failed program was:" >&5
3323sed 's/^/| /' conftest.$ac_ext >&5 2850sed 's/^/| /' conftest.$ac_ext >&5
3324 2851
3325 # Passes both tests. 2852 # Passes both tests.
3326ac_preproc_ok=: 2853ac_preproc_ok=:
3327break 2854break
3328fi 2855fi
3329
3330rm -f conftest.err conftest.$ac_ext 2856rm -f conftest.err conftest.$ac_ext
3331 2857
3332done 2858done
3333# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2859# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3334rm -f conftest.err conftest.$ac_ext 2860rm -f conftest.err conftest.$ac_ext
3342fi 2868fi
3343 CPP=$ac_cv_prog_CPP 2869 CPP=$ac_cv_prog_CPP
3344else 2870else
3345 ac_cv_prog_CPP=$CPP 2871 ac_cv_prog_CPP=$CPP
3346fi 2872fi
3347{ echo "$as_me:$LINENO: result: $CPP" >&5 2873echo "$as_me:$LINENO: result: $CPP" >&5
3348echo "${ECHO_T}$CPP" >&6; } 2874echo "${ECHO_T}$CPP" >&6
3349ac_preproc_ok=false 2875ac_preproc_ok=false
3350for ac_c_preproc_warn_flag in '' yes 2876for ac_c_preproc_warn_flag in '' yes
3351do 2877do
3352 # Use a header file that comes with gcc, so configuring glibc 2878 # Use a header file that comes with gcc, so configuring glibc
3353 # with a fresh cross-compiler works. 2879 # with a fresh cross-compiler works.
3366#else 2892#else
3367# include <assert.h> 2893# include <assert.h>
3368#endif 2894#endif
3369 Syntax error 2895 Syntax error
3370_ACEOF 2896_ACEOF
3371if { (ac_try="$ac_cpp conftest.$ac_ext" 2897if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3372case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375esac
3376eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3377 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2898 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3378 ac_status=$? 2899 ac_status=$?
3379 grep -v '^ *+' conftest.er1 >conftest.err 2900 grep -v '^ *+' conftest.er1 >conftest.err
3380 rm -f conftest.er1 2901 rm -f conftest.er1
3381 cat conftest.err >&5 2902 cat conftest.err >&5
3382 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3383 (exit $ac_status); } >/dev/null && { 2904 (exit $ac_status); } >/dev/null; then
3384 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3385 test ! -s conftest.err 2905 if test -s conftest.err; then
3386 }; then 2906 ac_cpp_err=$ac_c_preproc_warn_flag
2907 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2908 else
2909 ac_cpp_err=
2910 fi
2911else
2912 ac_cpp_err=yes
2913fi
2914if test -z "$ac_cpp_err"; then
3387 : 2915 :
3388else 2916else
3389 echo "$as_me: failed program was:" >&5 2917 echo "$as_me: failed program was:" >&5
3390sed 's/^/| /' conftest.$ac_ext >&5 2918sed 's/^/| /' conftest.$ac_ext >&5
3391 2919
3392 # Broken: fails on valid input. 2920 # Broken: fails on valid input.
3393continue 2921continue
3394fi 2922fi
3395
3396rm -f conftest.err conftest.$ac_ext 2923rm -f conftest.err conftest.$ac_ext
3397 2924
3398 # OK, works on sane cases. Now check whether nonexistent headers 2925 # OK, works on sane cases. Now check whether non-existent headers
3399 # can be detected and how. 2926 # can be detected and how.
3400 cat >conftest.$ac_ext <<_ACEOF 2927 cat >conftest.$ac_ext <<_ACEOF
3401/* confdefs.h. */ 2928/* confdefs.h. */
3402_ACEOF 2929_ACEOF
3403cat confdefs.h >>conftest.$ac_ext 2930cat confdefs.h >>conftest.$ac_ext
3404cat >>conftest.$ac_ext <<_ACEOF 2931cat >>conftest.$ac_ext <<_ACEOF
3405/* end confdefs.h. */ 2932/* end confdefs.h. */
3406#include <ac_nonexistent.h> 2933#include <ac_nonexistent.h>
3407_ACEOF 2934_ACEOF
3408if { (ac_try="$ac_cpp conftest.$ac_ext" 2935if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3409case "(($ac_try" in
3410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3411 *) ac_try_echo=$ac_try;;
3412esac
3413eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3414 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3415 ac_status=$? 2937 ac_status=$?
3416 grep -v '^ *+' conftest.er1 >conftest.err 2938 grep -v '^ *+' conftest.er1 >conftest.err
3417 rm -f conftest.er1 2939 rm -f conftest.er1
3418 cat conftest.err >&5 2940 cat conftest.err >&5
3419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3420 (exit $ac_status); } >/dev/null && { 2942 (exit $ac_status); } >/dev/null; then
3421 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3422 test ! -s conftest.err 2943 if test -s conftest.err; then
3423 }; then 2944 ac_cpp_err=$ac_c_preproc_warn_flag
2945 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2946 else
2947 ac_cpp_err=
2948 fi
2949else
2950 ac_cpp_err=yes
2951fi
2952if test -z "$ac_cpp_err"; then
3424 # Broken: success on invalid input. 2953 # Broken: success on invalid input.
3425continue 2954continue
3426else 2955else
3427 echo "$as_me: failed program was:" >&5 2956 echo "$as_me: failed program was:" >&5
3428sed 's/^/| /' conftest.$ac_ext >&5 2957sed 's/^/| /' conftest.$ac_ext >&5
3429 2958
3430 # Passes both tests. 2959 # Passes both tests.
3431ac_preproc_ok=: 2960ac_preproc_ok=:
3432break 2961break
3433fi 2962fi
3434
3435rm -f conftest.err conftest.$ac_ext 2963rm -f conftest.err conftest.$ac_ext
3436 2964
3437done 2965done
3438# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2966# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3439rm -f conftest.err conftest.$ac_ext 2967rm -f conftest.err conftest.$ac_ext
3464# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 2992# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3465# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2993# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3466# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2994# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3467# OS/2's system install, which has a completely different semantic 2995# OS/2's system install, which has a completely different semantic
3468# ./install, which can be erroneously created by make from ./install.sh. 2996# ./install, which can be erroneously created by make from ./install.sh.
3469{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2997echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3470echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2998echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3471if test -z "$INSTALL"; then 2999if test -z "$INSTALL"; then
3472if test "${ac_cv_path_install+set}" = set; then 3000if test "${ac_cv_path_install+set}" = set; then
3473 echo $ECHO_N "(cached) $ECHO_C" >&6 3001 echo $ECHO_N "(cached) $ECHO_C" >&6
3474else 3002else
3475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3487 # OSF1 and SCO ODT 3.0 have their own names for install. 3015 # OSF1 and SCO ODT 3.0 have their own names for install.
3488 # Don't use installbsd from OSF since it installs stuff as root 3016 # Don't use installbsd from OSF since it installs stuff as root
3489 # by default. 3017 # by default.
3490 for ac_prog in ginstall scoinst install; do 3018 for ac_prog in ginstall scoinst install; do
3491 for ac_exec_ext in '' $ac_executable_extensions; do 3019 for ac_exec_ext in '' $ac_executable_extensions; do
3492 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3020 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3493 if test $ac_prog = install && 3021 if test $ac_prog = install &&
3494 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3022 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3495 # AIX install. It has an incompatible calling convention. 3023 # AIX install. It has an incompatible calling convention.
3496 : 3024 :
3497 elif test $ac_prog = install && 3025 elif test $ac_prog = install &&
3506 done 3034 done
3507 done 3035 done
3508 ;; 3036 ;;
3509esac 3037esac
3510done 3038done
3511IFS=$as_save_IFS
3512 3039
3513 3040
3514fi 3041fi
3515 if test "${ac_cv_path_install+set}" = set; then 3042 if test "${ac_cv_path_install+set}" = set; then
3516 INSTALL=$ac_cv_path_install 3043 INSTALL=$ac_cv_path_install
3517 else 3044 else
3518 # As a last resort, use the slow shell script. Don't cache a 3045 # As a last resort, use the slow shell script. We don't cache a
3519 # value for INSTALL within a source directory, because that will 3046 # path for INSTALL within a source directory, because that will
3520 # break other packages using the cache if that directory is 3047 # break other packages using the cache if that directory is
3521 # removed, or if the value is a relative name. 3048 # removed, or if the path is relative.
3522 INSTALL=$ac_install_sh 3049 INSTALL=$ac_install_sh
3523 fi 3050 fi
3524fi 3051fi
3525{ echo "$as_me:$LINENO: result: $INSTALL" >&5 3052echo "$as_me:$LINENO: result: $INSTALL" >&5
3526echo "${ECHO_T}$INSTALL" >&6; } 3053echo "${ECHO_T}$INSTALL" >&6
3527 3054
3528# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3055# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3529# It thinks the first close brace ends the variable substitution. 3056# It thinks the first close brace ends the variable substitution.
3530test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3057test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3531 3058
3534test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3061test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3535 3062
3536 3063
3537 3064
3538 3065
3539{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3066echo "$as_me:$LINENO: checking for egrep" >&5
3540echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3067echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3541if test "${ac_cv_path_GREP+set}" = set; then 3068if test "${ac_cv_prog_egrep+set}" = set; then
3542 echo $ECHO_N "(cached) $ECHO_C" >&6 3069 echo $ECHO_N "(cached) $ECHO_C" >&6
3543else 3070else
3544 # Extract the first word of "grep ggrep" to use in msg output 3071 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3545if test -z "$GREP"; then 3072 then ac_cv_prog_egrep='grep -E'
3546set dummy grep ggrep; ac_prog_name=$2 3073 else ac_cv_prog_egrep='egrep'
3547if test "${ac_cv_path_GREP+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6
3549else
3550 ac_path_GREP_found=false
3551# Loop through the user's path and test for each of PROGNAME-LIST
3552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3553for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3554do
3555 IFS=$as_save_IFS
3556 test -z "$as_dir" && as_dir=.
3557 for ac_prog in grep ggrep; do
3558 for ac_exec_ext in '' $ac_executable_extensions; do
3559 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3560 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3561 # Check for GNU ac_path_GREP and select it if it is found.
3562 # Check for GNU $ac_path_GREP
3563case `"$ac_path_GREP" --version 2>&1` in
3564*GNU*)
3565 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3566*)
3567 ac_count=0
3568 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3569 while :
3570 do
3571 cat "conftest.in" "conftest.in" >"conftest.tmp"
3572 mv "conftest.tmp" "conftest.in"
3573 cp "conftest.in" "conftest.nl"
3574 echo 'GREP' >> "conftest.nl"
3575 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3576 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3577 ac_count=`expr $ac_count + 1`
3578 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3579 # Best one so far, save it but keep looking for a better one
3580 ac_cv_path_GREP="$ac_path_GREP"
3581 ac_path_GREP_max=$ac_count
3582 fi 3074 fi
3583 # 10*(2^10) chars as input seems more than enough
3584 test $ac_count -gt 10 && break
3585 done
3586 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3587esac
3588
3589
3590 $ac_path_GREP_found && break 3
3591 done
3592done
3593
3594done
3595IFS=$as_save_IFS
3596
3597
3598fi 3075fi
3599
3600GREP="$ac_cv_path_GREP"
3601if test -z "$GREP"; then
3602 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3603echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3604 { (exit 1); exit 1; }; }
3605fi
3606
3607else
3608 ac_cv_path_GREP=$GREP
3609fi
3610
3611
3612fi
3613{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3076echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3614echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3077echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3615 GREP="$ac_cv_path_GREP" 3078 EGREP=$ac_cv_prog_egrep
3616 3079
3617 3080
3618{ echo "$as_me:$LINENO: checking for egrep" >&5
3619echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3620if test "${ac_cv_path_EGREP+set}" = set; then
3621 echo $ECHO_N "(cached) $ECHO_C" >&6
3622else
3623 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3624 then ac_cv_path_EGREP="$GREP -E"
3625 else
3626 # Extract the first word of "egrep" to use in msg output
3627if test -z "$EGREP"; then
3628set dummy egrep; ac_prog_name=$2
3629if test "${ac_cv_path_EGREP+set}" = set; then
3630 echo $ECHO_N "(cached) $ECHO_C" >&6
3631else
3632 ac_path_EGREP_found=false
3633# Loop through the user's path and test for each of PROGNAME-LIST
3634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3635for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3636do
3637 IFS=$as_save_IFS
3638 test -z "$as_dir" && as_dir=.
3639 for ac_prog in egrep; do
3640 for ac_exec_ext in '' $ac_executable_extensions; do
3641 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3642 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3643 # Check for GNU ac_path_EGREP and select it if it is found.
3644 # Check for GNU $ac_path_EGREP
3645case `"$ac_path_EGREP" --version 2>&1` in
3646*GNU*)
3647 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3648*)
3649 ac_count=0
3650 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3651 while :
3652 do
3653 cat "conftest.in" "conftest.in" >"conftest.tmp"
3654 mv "conftest.tmp" "conftest.in"
3655 cp "conftest.in" "conftest.nl"
3656 echo 'EGREP' >> "conftest.nl"
3657 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3658 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3659 ac_count=`expr $ac_count + 1`
3660 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3661 # Best one so far, save it but keep looking for a better one
3662 ac_cv_path_EGREP="$ac_path_EGREP"
3663 ac_path_EGREP_max=$ac_count
3664 fi
3665 # 10*(2^10) chars as input seems more than enough
3666 test $ac_count -gt 10 && break
3667 done
3668 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3669esac
3670 3081
3671
3672 $ac_path_EGREP_found && break 3
3673 done
3674done
3675
3676done
3677IFS=$as_save_IFS
3678
3679
3680fi
3681
3682EGREP="$ac_cv_path_EGREP"
3683if test -z "$EGREP"; then
3684 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3685echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3686 { (exit 1); exit 1; }; }
3687fi
3688
3689else
3690 ac_cv_path_EGREP=$EGREP
3691fi
3692
3693
3694 fi
3695fi
3696{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3697echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3698 EGREP="$ac_cv_path_EGREP"
3699
3700
3701
3702{ echo "$as_me:$LINENO: checking for AIX" >&5 3082echo "$as_me:$LINENO: checking for AIX" >&5
3703echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 3083echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3704cat >conftest.$ac_ext <<_ACEOF 3084cat >conftest.$ac_ext <<_ACEOF
3705/* confdefs.h. */ 3085/* confdefs.h. */
3706_ACEOF 3086_ACEOF
3707cat confdefs.h >>conftest.$ac_ext 3087cat confdefs.h >>conftest.$ac_ext
3708cat >>conftest.$ac_ext <<_ACEOF 3088cat >>conftest.$ac_ext <<_ACEOF
3712#endif 3092#endif
3713 3093
3714_ACEOF 3094_ACEOF
3715if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3095if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3716 $EGREP "yes" >/dev/null 2>&1; then 3096 $EGREP "yes" >/dev/null 2>&1; then
3717 { echo "$as_me:$LINENO: result: yes" >&5 3097 echo "$as_me:$LINENO: result: yes" >&5
3718echo "${ECHO_T}yes" >&6; } 3098echo "${ECHO_T}yes" >&6
3719cat >>confdefs.h <<\_ACEOF 3099cat >>confdefs.h <<\_ACEOF
3720#define _ALL_SOURCE 1 3100#define _ALL_SOURCE 1
3721_ACEOF 3101_ACEOF
3722 3102
3723else 3103else
3724 { echo "$as_me:$LINENO: result: no" >&5 3104 echo "$as_me:$LINENO: result: no" >&5
3725echo "${ECHO_T}no" >&6; } 3105echo "${ECHO_T}no" >&6
3726fi 3106fi
3727rm -f conftest* 3107rm -f conftest*
3728 3108
3729 3109
3730{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 3110echo "$as_me:$LINENO: checking for library containing strerror" >&5
3731echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 3111echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3732if test "${ac_cv_search_strerror+set}" = set; then 3112if test "${ac_cv_search_strerror+set}" = set; then
3733 echo $ECHO_N "(cached) $ECHO_C" >&6 3113 echo $ECHO_N "(cached) $ECHO_C" >&6
3734else 3114else
3735 ac_func_search_save_LIBS=$LIBS 3115 ac_func_search_save_LIBS=$LIBS
3116ac_cv_search_strerror=no
3736cat >conftest.$ac_ext <<_ACEOF 3117cat >conftest.$ac_ext <<_ACEOF
3737/* confdefs.h. */ 3118/* confdefs.h. */
3738_ACEOF 3119_ACEOF
3739cat confdefs.h >>conftest.$ac_ext 3120cat confdefs.h >>conftest.$ac_ext
3740cat >>conftest.$ac_ext <<_ACEOF 3121cat >>conftest.$ac_ext <<_ACEOF
3741/* end confdefs.h. */ 3122/* end confdefs.h. */
3742 3123
3743/* Override any GCC internal prototype to avoid an error. 3124/* Override any gcc2 internal prototype to avoid an error. */
3744 Use char because int might match the return type of a GCC
3745 builtin and then its argument prototype would still apply. */
3746#ifdef __cplusplus 3125#ifdef __cplusplus
3747extern "C" 3126extern "C"
3748#endif 3127#endif
3128/* We use char because int might match the return type of a gcc2
3129 builtin and then its argument prototype would still apply. */
3749char strerror (); 3130char strerror ();
3750int 3131int
3751main () 3132main ()
3752{ 3133{
3753return strerror (); 3134strerror ();
3754 ; 3135 ;
3755 return 0; 3136 return 0;
3756} 3137}
3757_ACEOF 3138_ACEOF
3758for ac_lib in '' cposix; do
3759 if test -z "$ac_lib"; then
3760 ac_res="none required"
3761 else
3762 ac_res=-l$ac_lib
3763 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3764 fi
3765 rm -f conftest.$ac_objext conftest$ac_exeext 3139rm -f conftest.$ac_objext conftest$ac_exeext
3766if { (ac_try="$ac_link"
3767case "(($ac_try" in
3768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3769 *) ac_try_echo=$ac_try;;
3770esac
3771eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3772 (eval "$ac_link") 2>conftest.er1 3141 (eval $ac_link) 2>conftest.er1
3773 ac_status=$? 3142 ac_status=$?
3774 grep -v '^ *+' conftest.er1 >conftest.err 3143 grep -v '^ *+' conftest.er1 >conftest.err
3775 rm -f conftest.er1 3144 rm -f conftest.er1
3776 cat conftest.err >&5 3145 cat conftest.err >&5
3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778 (exit $ac_status); } && { 3147 (exit $ac_status); } &&
3779 test -z "$ac_c_werror_flag" || 3148 { ac_try='test -z "$ac_c_werror_flag"
3780 test ! -s conftest.err 3149 || test ! -s conftest.err'
3781 } && test -s conftest$ac_exeext && 3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 $as_test_x conftest$ac_exeext; then 3151 (eval $ac_try) 2>&5
3783 ac_cv_search_strerror=$ac_res 3152 ac_status=$?
3153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3154 (exit $ac_status); }; } &&
3155 { ac_try='test -s conftest$ac_exeext'
3156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3157 (eval $ac_try) 2>&5
3158 ac_status=$?
3159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160 (exit $ac_status); }; }; then
3161 ac_cv_search_strerror="none required"
3784else 3162else
3785 echo "$as_me: failed program was:" >&5 3163 echo "$as_me: failed program was:" >&5
3786sed 's/^/| /' conftest.$ac_ext >&5 3164sed 's/^/| /' conftest.$ac_ext >&5
3787 3165
3788
3789fi 3166fi
3790 3167rm -f conftest.err conftest.$ac_objext \
3791rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3168 conftest$ac_exeext conftest.$ac_ext
3792 conftest$ac_exeext
3793 if test "${ac_cv_search_strerror+set}" = set; then
3794 break
3795fi
3796done
3797if test "${ac_cv_search_strerror+set}" = set; then 3169if test "$ac_cv_search_strerror" = no; then
3798 : 3170 for ac_lib in cposix; do
3799else 3171 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3172 cat >conftest.$ac_ext <<_ACEOF
3173/* confdefs.h. */
3174_ACEOF
3175cat confdefs.h >>conftest.$ac_ext
3176cat >>conftest.$ac_ext <<_ACEOF
3177/* end confdefs.h. */
3178
3179/* Override any gcc2 internal prototype to avoid an error. */
3180#ifdef __cplusplus
3181extern "C"
3182#endif
3183/* We use char because int might match the return type of a gcc2
3184 builtin and then its argument prototype would still apply. */
3185char strerror ();
3186int
3187main ()
3188{
3189strerror ();
3190 ;
3191 return 0;
3192}
3193_ACEOF
3194rm -f conftest.$ac_objext conftest$ac_exeext
3195if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3196 (eval $ac_link) 2>conftest.er1
3197 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1
3200 cat conftest.err >&5
3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } &&
3203 { ac_try='test -z "$ac_c_werror_flag"
3204 || test ! -s conftest.err'
3205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3206 (eval $ac_try) 2>&5
3207 ac_status=$?
3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209 (exit $ac_status); }; } &&
3210 { ac_try='test -s conftest$ac_exeext'
3211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3212 (eval $ac_try) 2>&5
3213 ac_status=$?
3214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3215 (exit $ac_status); }; }; then
3800 ac_cv_search_strerror=no 3216 ac_cv_search_strerror="-l$ac_lib"
3217break
3218else
3219 echo "$as_me: failed program was:" >&5
3220sed 's/^/| /' conftest.$ac_ext >&5
3221
3801fi 3222fi
3802rm conftest.$ac_ext 3223rm -f conftest.err conftest.$ac_objext \
3224 conftest$ac_exeext conftest.$ac_ext
3225 done
3226fi
3803LIBS=$ac_func_search_save_LIBS 3227LIBS=$ac_func_search_save_LIBS
3804fi 3228fi
3805{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3229echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3806echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 3230echo "${ECHO_T}$ac_cv_search_strerror" >&6
3807ac_res=$ac_cv_search_strerror
3808if test "$ac_res" != no; then 3231if test "$ac_cv_search_strerror" != no; then
3809 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 3232 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3810 3233
3811fi 3234fi
3812 3235
3813ac_ext=cpp 3236ac_ext=cc
3814ac_cpp='$CXXCPP $CPPFLAGS' 3237ac_cpp='$CXXCPP $CPPFLAGS'
3815ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3238ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3816ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3239ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3817ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3240ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3818 3241
3819 3242
3820if test x$GCC = xyes && test x$GXX = xyes; then 3243if test x$GCC = xyes && test x$GXX = xyes; then
3821 { echo "$as_me:$LINENO: checking for working libsupc++" >&5 3244 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3822echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; } 3245echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3823 save_CXX="$CXX" 3246 save_CXX="$CXX"
3824 save_LIBS="$LIBS" 3247 save_LIBS="$LIBS"
3825 CXX="$CC" 3248 CXX="$CC"
3826 LIBS="$LIBS -lsupc++" 3249 LIBS="$LIBS -lsupc++"
3827 LINKER="$CC" 3250 LINKER="$CC"
3840 ; 3263 ;
3841 return 0; 3264 return 0;
3842} 3265}
3843_ACEOF 3266_ACEOF
3844rm -f conftest.$ac_objext conftest$ac_exeext 3267rm -f conftest.$ac_objext conftest$ac_exeext
3845if { (ac_try="$ac_link"
3846case "(($ac_try" in
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3849esac
3850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3851 (eval "$ac_link") 2>conftest.er1 3269 (eval $ac_link) 2>conftest.er1
3852 ac_status=$? 3270 ac_status=$?
3853 grep -v '^ *+' conftest.er1 >conftest.err 3271 grep -v '^ *+' conftest.er1 >conftest.err
3854 rm -f conftest.er1 3272 rm -f conftest.er1
3855 cat conftest.err >&5 3273 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); } && { 3275 (exit $ac_status); } &&
3858 test -z "$ac_cxx_werror_flag" || 3276 { ac_try='test -z "$ac_cxx_werror_flag"
3859 test ! -s conftest.err 3277 || test ! -s conftest.err'
3860 } && test -s conftest$ac_exeext && 3278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861 $as_test_x conftest$ac_exeext; then 3279 (eval $ac_try) 2>&5
3280 ac_status=$?
3281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3282 (exit $ac_status); }; } &&
3283 { ac_try='test -s conftest$ac_exeext'
3284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3285 (eval $ac_try) 2>&5
3286 ac_status=$?
3287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 (exit $ac_status); }; }; then
3289
3862 { echo "$as_me:$LINENO: result: ok" >&5 3290 echo "$as_me:$LINENO: result: ok" >&5
3863echo "${ECHO_T}ok" >&6; } 3291echo "${ECHO_T}ok" >&6
3292 CXXLIB="-lsupc++"
3293
3864else 3294else
3865 echo "$as_me: failed program was:" >&5 3295 echo "$as_me: failed program was:" >&5
3866sed 's/^/| /' conftest.$ac_ext >&5 3296sed 's/^/| /' conftest.$ac_ext >&5
3867 3297
3868 3298
3869 { echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5 3299 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3870echo "${ECHO_T}no, making everything bigger and slower" >&6; } 3300echo "${ECHO_T}no, making everything bigger and slower" >&6
3871 LIBS="$save_LIBS" 3301 LIBS="$save_LIBS"
3872 LINKER="$save_CXX" 3302 LINKER="$save_CXX"
3873 3303
3874 3304
3875fi 3305fi
3876 3306rm -f conftest.err conftest.$ac_objext \
3877rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3878 conftest$ac_exeext conftest.$ac_ext 3307 conftest$ac_exeext conftest.$ac_ext
3879 CXX="$save_CXX" 3308 CXX="$save_CXX"
3880fi 3309fi
3881LINKER=$LINKER 3310LINKER=$LINKER
3311
3882 3312
3883 3313
3884if test -z "$orig_CXXFLAGS"; then 3314if test -z "$orig_CXXFLAGS"; then
3885 if test x$GCC = xyes && test "x$GXX" = xyes; then 3315 if test x$GCC = xyes && test "x$GXX" = xyes; then
3886 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3316 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3898 ; 3328 ;
3899 return 0; 3329 return 0;
3900} 3330}
3901_ACEOF 3331_ACEOF
3902rm -f conftest.$ac_objext 3332rm -f conftest.$ac_objext
3903if { (ac_try="$ac_compile"
3904case "(($ac_try" in
3905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3906 *) ac_try_echo=$ac_try;;
3907esac
3908eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3909 (eval "$ac_compile") 2>conftest.er1 3334 (eval $ac_compile) 2>conftest.er1
3910 ac_status=$? 3335 ac_status=$?
3911 grep -v '^ *+' conftest.er1 >conftest.err 3336 grep -v '^ *+' conftest.er1 >conftest.err
3912 rm -f conftest.er1 3337 rm -f conftest.er1
3913 cat conftest.err >&5 3338 cat conftest.err >&5
3914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915 (exit $ac_status); } && { 3340 (exit $ac_status); } &&
3916 test -z "$ac_cxx_werror_flag" || 3341 { ac_try='test -z "$ac_cxx_werror_flag"
3917 test ! -s conftest.err 3342 || test ! -s conftest.err'
3918 } && test -s conftest.$ac_objext; then 3343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3344 (eval $ac_try) 2>&5
3345 ac_status=$?
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); }; } &&
3348 { ac_try='test -s conftest.$ac_objext'
3349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3350 (eval $ac_try) 2>&5
3351 ac_status=$?
3352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3353 (exit $ac_status); }; }; then
3919 : 3354 :
3920else 3355else
3921 echo "$as_me: failed program was:" >&5 3356 echo "$as_me: failed program was:" >&5
3922sed 's/^/| /' conftest.$ac_ext >&5 3357sed 's/^/| /' conftest.$ac_ext >&5
3923 3358
3924 CXXFLAGS="-g -O3" 3359CXXFLAGS="-g -O3"
3925fi 3360fi
3926
3927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3928 else 3362 else
3929 CXXFLAGS="-O" 3363 CXXFLAGS="-O"
3930 fi 3364 fi
3931 CFLAGS="$CXXFLAGS" 3365 CFLAGS="$CXXFLAGS"
3932fi 3366fi
3956 3390
3957 ;; 3391 ;;
3958esac 3392esac
3959 3393
3960 3394
3961{ echo "$as_me:$LINENO: checking for setlocale" >&5 3395echo "$as_me:$LINENO: checking for setlocale" >&5
3962echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; } 3396echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3963if test "${ac_cv_func_setlocale+set}" = set; then 3397if test "${ac_cv_func_setlocale+set}" = set; then
3964 echo $ECHO_N "(cached) $ECHO_C" >&6 3398 echo $ECHO_N "(cached) $ECHO_C" >&6
3965else 3399else
3966 cat >conftest.$ac_ext <<_ACEOF 3400 cat >conftest.$ac_ext <<_ACEOF
3967/* confdefs.h. */ 3401/* confdefs.h. */
3984# include <assert.h> 3418# include <assert.h>
3985#endif 3419#endif
3986 3420
3987#undef setlocale 3421#undef setlocale
3988 3422
3989/* Override any GCC internal prototype to avoid an error. 3423/* Override any gcc2 internal prototype to avoid an error. */
3990 Use char because int might match the return type of a GCC
3991 builtin and then its argument prototype would still apply. */
3992#ifdef __cplusplus 3424#ifdef __cplusplus
3993extern "C" 3425extern "C"
3426{
3994#endif 3427#endif
3428/* We use char because int might match the return type of a gcc2
3429 builtin and then its argument prototype would still apply. */
3995char setlocale (); 3430char setlocale ();
3996/* The GNU C library defines this for functions which it implements 3431/* The GNU C library defines this for functions which it implements
3997 to always fail with ENOSYS. Some functions are actually named 3432 to always fail with ENOSYS. Some functions are actually named
3998 something starting with __ and the normal name is an alias. */ 3433 something starting with __ and the normal name is an alias. */
3999#if defined __stub_setlocale || defined __stub___setlocale 3434#if defined (__stub_setlocale) || defined (__stub___setlocale)
4000choke me 3435choke me
3436#else
3437char (*f) () = setlocale;
3438#endif
3439#ifdef __cplusplus
3440}
4001#endif 3441#endif
4002 3442
4003int 3443int
4004main () 3444main ()
4005{ 3445{
4006return setlocale (); 3446return f != setlocale;
4007 ; 3447 ;
4008 return 0; 3448 return 0;
4009} 3449}
4010_ACEOF 3450_ACEOF
4011rm -f conftest.$ac_objext conftest$ac_exeext 3451rm -f conftest.$ac_objext conftest$ac_exeext
4012if { (ac_try="$ac_link"
4013case "(($ac_try" in
4014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4015 *) ac_try_echo=$ac_try;;
4016esac
4017eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3452if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4018 (eval "$ac_link") 2>conftest.er1 3453 (eval $ac_link) 2>conftest.er1
4019 ac_status=$? 3454 ac_status=$?
4020 grep -v '^ *+' conftest.er1 >conftest.err 3455 grep -v '^ *+' conftest.er1 >conftest.err
4021 rm -f conftest.er1 3456 rm -f conftest.er1
4022 cat conftest.err >&5 3457 cat conftest.err >&5
4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 (exit $ac_status); } && { 3459 (exit $ac_status); } &&
4025 test -z "$ac_cxx_werror_flag" || 3460 { ac_try='test -z "$ac_cxx_werror_flag"
4026 test ! -s conftest.err 3461 || test ! -s conftest.err'
4027 } && test -s conftest$ac_exeext && 3462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4028 $as_test_x conftest$ac_exeext; then 3463 (eval $ac_try) 2>&5
3464 ac_status=$?
3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3466 (exit $ac_status); }; } &&
3467 { ac_try='test -s conftest$ac_exeext'
3468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3469 (eval $ac_try) 2>&5
3470 ac_status=$?
3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472 (exit $ac_status); }; }; then
4029 ac_cv_func_setlocale=yes 3473 ac_cv_func_setlocale=yes
4030else 3474else
4031 echo "$as_me: failed program was:" >&5 3475 echo "$as_me: failed program was:" >&5
4032sed 's/^/| /' conftest.$ac_ext >&5 3476sed 's/^/| /' conftest.$ac_ext >&5
4033 3477
4034 ac_cv_func_setlocale=no 3478ac_cv_func_setlocale=no
4035fi 3479fi
4036 3480rm -f conftest.err conftest.$ac_objext \
4037rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4038 conftest$ac_exeext conftest.$ac_ext 3481 conftest$ac_exeext conftest.$ac_ext
4039fi 3482fi
4040{ echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5 3483echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
4041echo "${ECHO_T}$ac_cv_func_setlocale" >&6; } 3484echo "${ECHO_T}$ac_cv_func_setlocale" >&6
4042if test $ac_cv_func_setlocale = yes; then 3485if test $ac_cv_func_setlocale = yes; then
4043 : 3486 :
4044else 3487else
4045 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 3488 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4046echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; } 3489echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
4047if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then 3490if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4048 echo $ECHO_N "(cached) $ECHO_C" >&6 3491 echo $ECHO_N "(cached) $ECHO_C" >&6
4049else 3492else
4050 ac_check_lib_save_LIBS=$LIBS 3493 ac_check_lib_save_LIBS=$LIBS
4051LIBS="-lxpg4 $LIBS" 3494LIBS="-lxpg4 $LIBS"
4054_ACEOF 3497_ACEOF
4055cat confdefs.h >>conftest.$ac_ext 3498cat confdefs.h >>conftest.$ac_ext
4056cat >>conftest.$ac_ext <<_ACEOF 3499cat >>conftest.$ac_ext <<_ACEOF
4057/* end confdefs.h. */ 3500/* end confdefs.h. */
4058 3501
4059/* Override any GCC internal prototype to avoid an error. 3502/* Override any gcc2 internal prototype to avoid an error. */
4060 Use char because int might match the return type of a GCC
4061 builtin and then its argument prototype would still apply. */
4062#ifdef __cplusplus 3503#ifdef __cplusplus
4063extern "C" 3504extern "C"
4064#endif 3505#endif
3506/* We use char because int might match the return type of a gcc2
3507 builtin and then its argument prototype would still apply. */
4065char setlocale (); 3508char setlocale ();
4066int 3509int
4067main () 3510main ()
4068{ 3511{
4069return setlocale (); 3512setlocale ();
4070 ; 3513 ;
4071 return 0; 3514 return 0;
4072} 3515}
4073_ACEOF 3516_ACEOF
4074rm -f conftest.$ac_objext conftest$ac_exeext 3517rm -f conftest.$ac_objext conftest$ac_exeext
4075if { (ac_try="$ac_link"
4076case "(($ac_try" in
4077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4078 *) ac_try_echo=$ac_try;;
4079esac
4080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3518if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4081 (eval "$ac_link") 2>conftest.er1 3519 (eval $ac_link) 2>conftest.er1
4082 ac_status=$? 3520 ac_status=$?
4083 grep -v '^ *+' conftest.er1 >conftest.err 3521 grep -v '^ *+' conftest.er1 >conftest.err
4084 rm -f conftest.er1 3522 rm -f conftest.er1
4085 cat conftest.err >&5 3523 cat conftest.err >&5
4086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4087 (exit $ac_status); } && { 3525 (exit $ac_status); } &&
4088 test -z "$ac_cxx_werror_flag" || 3526 { ac_try='test -z "$ac_cxx_werror_flag"
4089 test ! -s conftest.err 3527 || test ! -s conftest.err'
4090 } && test -s conftest$ac_exeext && 3528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4091 $as_test_x conftest$ac_exeext; then 3529 (eval $ac_try) 2>&5
3530 ac_status=$?
3531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3532 (exit $ac_status); }; } &&
3533 { ac_try='test -s conftest$ac_exeext'
3534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3535 (eval $ac_try) 2>&5
3536 ac_status=$?
3537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538 (exit $ac_status); }; }; then
4092 ac_cv_lib_xpg4_setlocale=yes 3539 ac_cv_lib_xpg4_setlocale=yes
4093else 3540else
4094 echo "$as_me: failed program was:" >&5 3541 echo "$as_me: failed program was:" >&5
4095sed 's/^/| /' conftest.$ac_ext >&5 3542sed 's/^/| /' conftest.$ac_ext >&5
4096 3543
4097 ac_cv_lib_xpg4_setlocale=no 3544ac_cv_lib_xpg4_setlocale=no
4098fi 3545fi
4099 3546rm -f conftest.err conftest.$ac_objext \
4100rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4101 conftest$ac_exeext conftest.$ac_ext 3547 conftest$ac_exeext conftest.$ac_ext
4102LIBS=$ac_check_lib_save_LIBS 3548LIBS=$ac_check_lib_save_LIBS
4103fi 3549fi
4104{ echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5 3550echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4105echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; } 3551echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
4106if test $ac_cv_lib_xpg4_setlocale = yes; then 3552if test $ac_cv_lib_xpg4_setlocale = yes; then
4107 LIBS="$LIBS -lxpg4" 3553 LIBS="$LIBS -lxpg4"
4108fi 3554fi
4109 3555
4110fi 3556fi
4111 3557
4112 3558
4113{ echo "$as_me:$LINENO: checking for gethostbyname" >&5 3559echo "$as_me:$LINENO: checking for gethostbyname" >&5
4114echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 3560echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
4115if test "${ac_cv_func_gethostbyname+set}" = set; then 3561if test "${ac_cv_func_gethostbyname+set}" = set; then
4116 echo $ECHO_N "(cached) $ECHO_C" >&6 3562 echo $ECHO_N "(cached) $ECHO_C" >&6
4117else 3563else
4118 cat >conftest.$ac_ext <<_ACEOF 3564 cat >conftest.$ac_ext <<_ACEOF
4119/* confdefs.h. */ 3565/* confdefs.h. */
4136# include <assert.h> 3582# include <assert.h>
4137#endif 3583#endif
4138 3584
4139#undef gethostbyname 3585#undef gethostbyname
4140 3586
4141/* Override any GCC internal prototype to avoid an error. 3587/* Override any gcc2 internal prototype to avoid an error. */
4142 Use char because int might match the return type of a GCC
4143 builtin and then its argument prototype would still apply. */
4144#ifdef __cplusplus 3588#ifdef __cplusplus
4145extern "C" 3589extern "C"
3590{
4146#endif 3591#endif
3592/* We use char because int might match the return type of a gcc2
3593 builtin and then its argument prototype would still apply. */
4147char gethostbyname (); 3594char gethostbyname ();
4148/* The GNU C library defines this for functions which it implements 3595/* The GNU C library defines this for functions which it implements
4149 to always fail with ENOSYS. Some functions are actually named 3596 to always fail with ENOSYS. Some functions are actually named
4150 something starting with __ and the normal name is an alias. */ 3597 something starting with __ and the normal name is an alias. */
4151#if defined __stub_gethostbyname || defined __stub___gethostbyname 3598#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
4152choke me 3599choke me
3600#else
3601char (*f) () = gethostbyname;
3602#endif
3603#ifdef __cplusplus
3604}
4153#endif 3605#endif
4154 3606
4155int 3607int
4156main () 3608main ()
4157{ 3609{
4158return gethostbyname (); 3610return f != gethostbyname;
4159 ; 3611 ;
4160 return 0; 3612 return 0;
4161} 3613}
4162_ACEOF 3614_ACEOF
4163rm -f conftest.$ac_objext conftest$ac_exeext 3615rm -f conftest.$ac_objext conftest$ac_exeext
4164if { (ac_try="$ac_link"
4165case "(($ac_try" in
4166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4167 *) ac_try_echo=$ac_try;;
4168esac
4169eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4170 (eval "$ac_link") 2>conftest.er1 3617 (eval $ac_link) 2>conftest.er1
4171 ac_status=$? 3618 ac_status=$?
4172 grep -v '^ *+' conftest.er1 >conftest.err 3619 grep -v '^ *+' conftest.er1 >conftest.err
4173 rm -f conftest.er1 3620 rm -f conftest.er1
4174 cat conftest.err >&5 3621 cat conftest.err >&5
4175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4176 (exit $ac_status); } && { 3623 (exit $ac_status); } &&
4177 test -z "$ac_cxx_werror_flag" || 3624 { ac_try='test -z "$ac_cxx_werror_flag"
4178 test ! -s conftest.err 3625 || test ! -s conftest.err'
4179 } && test -s conftest$ac_exeext && 3626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4180 $as_test_x conftest$ac_exeext; then 3627 (eval $ac_try) 2>&5
3628 ac_status=$?
3629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630 (exit $ac_status); }; } &&
3631 { ac_try='test -s conftest$ac_exeext'
3632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3633 (eval $ac_try) 2>&5
3634 ac_status=$?
3635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); }; }; then
4181 ac_cv_func_gethostbyname=yes 3637 ac_cv_func_gethostbyname=yes
4182else 3638else
4183 echo "$as_me: failed program was:" >&5 3639 echo "$as_me: failed program was:" >&5
4184sed 's/^/| /' conftest.$ac_ext >&5 3640sed 's/^/| /' conftest.$ac_ext >&5
4185 3641
4186 ac_cv_func_gethostbyname=no 3642ac_cv_func_gethostbyname=no
4187fi 3643fi
4188 3644rm -f conftest.err conftest.$ac_objext \
4189rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4190 conftest$ac_exeext conftest.$ac_ext 3645 conftest$ac_exeext conftest.$ac_ext
4191fi 3646fi
4192{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 3647echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4193echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 3648echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
4194if test $ac_cv_func_gethostbyname = yes; then 3649if test $ac_cv_func_gethostbyname = yes; then
4195 : 3650 :
4196else 3651else
4197 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 3652 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4198echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 3653echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4199if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 3654if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4200 echo $ECHO_N "(cached) $ECHO_C" >&6 3655 echo $ECHO_N "(cached) $ECHO_C" >&6
4201else 3656else
4202 ac_check_lib_save_LIBS=$LIBS 3657 ac_check_lib_save_LIBS=$LIBS
4203LIBS="-lnsl $LIBS" 3658LIBS="-lnsl $LIBS"
4206_ACEOF 3661_ACEOF
4207cat confdefs.h >>conftest.$ac_ext 3662cat confdefs.h >>conftest.$ac_ext
4208cat >>conftest.$ac_ext <<_ACEOF 3663cat >>conftest.$ac_ext <<_ACEOF
4209/* end confdefs.h. */ 3664/* end confdefs.h. */
4210 3665
4211/* Override any GCC internal prototype to avoid an error. 3666/* Override any gcc2 internal prototype to avoid an error. */
4212 Use char because int might match the return type of a GCC
4213 builtin and then its argument prototype would still apply. */
4214#ifdef __cplusplus 3667#ifdef __cplusplus
4215extern "C" 3668extern "C"
4216#endif 3669#endif
3670/* We use char because int might match the return type of a gcc2
3671 builtin and then its argument prototype would still apply. */
4217char gethostbyname (); 3672char gethostbyname ();
4218int 3673int
4219main () 3674main ()
4220{ 3675{
4221return gethostbyname (); 3676gethostbyname ();
4222 ; 3677 ;
4223 return 0; 3678 return 0;
4224} 3679}
4225_ACEOF 3680_ACEOF
4226rm -f conftest.$ac_objext conftest$ac_exeext 3681rm -f conftest.$ac_objext conftest$ac_exeext
4227if { (ac_try="$ac_link"
4228case "(($ac_try" in
4229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4230 *) ac_try_echo=$ac_try;;
4231esac
4232eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3682if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4233 (eval "$ac_link") 2>conftest.er1 3683 (eval $ac_link) 2>conftest.er1
4234 ac_status=$? 3684 ac_status=$?
4235 grep -v '^ *+' conftest.er1 >conftest.err 3685 grep -v '^ *+' conftest.er1 >conftest.err
4236 rm -f conftest.er1 3686 rm -f conftest.er1
4237 cat conftest.err >&5 3687 cat conftest.err >&5
4238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4239 (exit $ac_status); } && { 3689 (exit $ac_status); } &&
4240 test -z "$ac_cxx_werror_flag" || 3690 { ac_try='test -z "$ac_cxx_werror_flag"
4241 test ! -s conftest.err 3691 || test ! -s conftest.err'
4242 } && test -s conftest$ac_exeext && 3692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4243 $as_test_x conftest$ac_exeext; then 3693 (eval $ac_try) 2>&5
3694 ac_status=$?
3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3696 (exit $ac_status); }; } &&
3697 { ac_try='test -s conftest$ac_exeext'
3698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3699 (eval $ac_try) 2>&5
3700 ac_status=$?
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 (exit $ac_status); }; }; then
4244 ac_cv_lib_nsl_gethostbyname=yes 3703 ac_cv_lib_nsl_gethostbyname=yes
4245else 3704else
4246 echo "$as_me: failed program was:" >&5 3705 echo "$as_me: failed program was:" >&5
4247sed 's/^/| /' conftest.$ac_ext >&5 3706sed 's/^/| /' conftest.$ac_ext >&5
4248 3707
4249 ac_cv_lib_nsl_gethostbyname=no 3708ac_cv_lib_nsl_gethostbyname=no
4250fi 3709fi
4251 3710rm -f conftest.err conftest.$ac_objext \
4252rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4253 conftest$ac_exeext conftest.$ac_ext 3711 conftest$ac_exeext conftest.$ac_ext
4254LIBS=$ac_check_lib_save_LIBS 3712LIBS=$ac_check_lib_save_LIBS
4255fi 3713fi
4256{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 3714echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4257echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 3715echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4258if test $ac_cv_lib_nsl_gethostbyname = yes; then 3716if test $ac_cv_lib_nsl_gethostbyname = yes; then
4259 LIBS="$LIBS -lnsl" 3717 LIBS="$LIBS -lnsl"
4260fi 3718fi
4261 3719
4262fi 3720fi
4263 3721
4264{ echo "$as_me:$LINENO: checking for socket" >&5 3722echo "$as_me:$LINENO: checking for socket" >&5
4265echo $ECHO_N "checking for socket... $ECHO_C" >&6; } 3723echo $ECHO_N "checking for socket... $ECHO_C" >&6
4266if test "${ac_cv_func_socket+set}" = set; then 3724if test "${ac_cv_func_socket+set}" = set; then
4267 echo $ECHO_N "(cached) $ECHO_C" >&6 3725 echo $ECHO_N "(cached) $ECHO_C" >&6
4268else 3726else
4269 cat >conftest.$ac_ext <<_ACEOF 3727 cat >conftest.$ac_ext <<_ACEOF
4270/* confdefs.h. */ 3728/* confdefs.h. */
4287# include <assert.h> 3745# include <assert.h>
4288#endif 3746#endif
4289 3747
4290#undef socket 3748#undef socket
4291 3749
4292/* Override any GCC internal prototype to avoid an error. 3750/* Override any gcc2 internal prototype to avoid an error. */
4293 Use char because int might match the return type of a GCC
4294 builtin and then its argument prototype would still apply. */
4295#ifdef __cplusplus 3751#ifdef __cplusplus
4296extern "C" 3752extern "C"
3753{
4297#endif 3754#endif
3755/* We use char because int might match the return type of a gcc2
3756 builtin and then its argument prototype would still apply. */
4298char socket (); 3757char socket ();
4299/* The GNU C library defines this for functions which it implements 3758/* The GNU C library defines this for functions which it implements
4300 to always fail with ENOSYS. Some functions are actually named 3759 to always fail with ENOSYS. Some functions are actually named
4301 something starting with __ and the normal name is an alias. */ 3760 something starting with __ and the normal name is an alias. */
4302#if defined __stub_socket || defined __stub___socket 3761#if defined (__stub_socket) || defined (__stub___socket)
4303choke me 3762choke me
3763#else
3764char (*f) () = socket;
3765#endif
3766#ifdef __cplusplus
3767}
4304#endif 3768#endif
4305 3769
4306int 3770int
4307main () 3771main ()
4308{ 3772{
4309return socket (); 3773return f != socket;
4310 ; 3774 ;
4311 return 0; 3775 return 0;
4312} 3776}
4313_ACEOF 3777_ACEOF
4314rm -f conftest.$ac_objext conftest$ac_exeext 3778rm -f conftest.$ac_objext conftest$ac_exeext
4315if { (ac_try="$ac_link"
4316case "(($ac_try" in
4317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4318 *) ac_try_echo=$ac_try;;
4319esac
4320eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3779if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4321 (eval "$ac_link") 2>conftest.er1 3780 (eval $ac_link) 2>conftest.er1
4322 ac_status=$? 3781 ac_status=$?
4323 grep -v '^ *+' conftest.er1 >conftest.err 3782 grep -v '^ *+' conftest.er1 >conftest.err
4324 rm -f conftest.er1 3783 rm -f conftest.er1
4325 cat conftest.err >&5 3784 cat conftest.err >&5
4326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327 (exit $ac_status); } && { 3786 (exit $ac_status); } &&
4328 test -z "$ac_cxx_werror_flag" || 3787 { ac_try='test -z "$ac_cxx_werror_flag"
4329 test ! -s conftest.err 3788 || test ! -s conftest.err'
4330 } && test -s conftest$ac_exeext && 3789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4331 $as_test_x conftest$ac_exeext; then 3790 (eval $ac_try) 2>&5
3791 ac_status=$?
3792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3793 (exit $ac_status); }; } &&
3794 { ac_try='test -s conftest$ac_exeext'
3795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3796 (eval $ac_try) 2>&5
3797 ac_status=$?
3798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799 (exit $ac_status); }; }; then
4332 ac_cv_func_socket=yes 3800 ac_cv_func_socket=yes
4333else 3801else
4334 echo "$as_me: failed program was:" >&5 3802 echo "$as_me: failed program was:" >&5
4335sed 's/^/| /' conftest.$ac_ext >&5 3803sed 's/^/| /' conftest.$ac_ext >&5
4336 3804
4337 ac_cv_func_socket=no 3805ac_cv_func_socket=no
4338fi 3806fi
4339 3807rm -f conftest.err conftest.$ac_objext \
4340rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4341 conftest$ac_exeext conftest.$ac_ext 3808 conftest$ac_exeext conftest.$ac_ext
4342fi 3809fi
4343{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 3810echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4344echo "${ECHO_T}$ac_cv_func_socket" >&6; } 3811echo "${ECHO_T}$ac_cv_func_socket" >&6
4345if test $ac_cv_func_socket = yes; then 3812if test $ac_cv_func_socket = yes; then
4346 : 3813 :
4347else 3814else
4348 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 3815 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4349echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } 3816echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4350if test "${ac_cv_lib_socket_socket+set}" = set; then 3817if test "${ac_cv_lib_socket_socket+set}" = set; then
4351 echo $ECHO_N "(cached) $ECHO_C" >&6 3818 echo $ECHO_N "(cached) $ECHO_C" >&6
4352else 3819else
4353 ac_check_lib_save_LIBS=$LIBS 3820 ac_check_lib_save_LIBS=$LIBS
4354LIBS="-lsocket $LIBS" 3821LIBS="-lsocket $LIBS"
4357_ACEOF 3824_ACEOF
4358cat confdefs.h >>conftest.$ac_ext 3825cat confdefs.h >>conftest.$ac_ext
4359cat >>conftest.$ac_ext <<_ACEOF 3826cat >>conftest.$ac_ext <<_ACEOF
4360/* end confdefs.h. */ 3827/* end confdefs.h. */
4361 3828
4362/* Override any GCC internal prototype to avoid an error. 3829/* Override any gcc2 internal prototype to avoid an error. */
4363 Use char because int might match the return type of a GCC
4364 builtin and then its argument prototype would still apply. */
4365#ifdef __cplusplus 3830#ifdef __cplusplus
4366extern "C" 3831extern "C"
4367#endif 3832#endif
3833/* We use char because int might match the return type of a gcc2
3834 builtin and then its argument prototype would still apply. */
4368char socket (); 3835char socket ();
4369int 3836int
4370main () 3837main ()
4371{ 3838{
4372return socket (); 3839socket ();
4373 ; 3840 ;
4374 return 0; 3841 return 0;
4375} 3842}
4376_ACEOF 3843_ACEOF
4377rm -f conftest.$ac_objext conftest$ac_exeext 3844rm -f conftest.$ac_objext conftest$ac_exeext
4378if { (ac_try="$ac_link"
4379case "(($ac_try" in
4380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4381 *) ac_try_echo=$ac_try;;
4382esac
4383eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4384 (eval "$ac_link") 2>conftest.er1 3846 (eval $ac_link) 2>conftest.er1
4385 ac_status=$? 3847 ac_status=$?
4386 grep -v '^ *+' conftest.er1 >conftest.err 3848 grep -v '^ *+' conftest.er1 >conftest.err
4387 rm -f conftest.er1 3849 rm -f conftest.er1
4388 cat conftest.err >&5 3850 cat conftest.err >&5
4389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4390 (exit $ac_status); } && { 3852 (exit $ac_status); } &&
4391 test -z "$ac_cxx_werror_flag" || 3853 { ac_try='test -z "$ac_cxx_werror_flag"
4392 test ! -s conftest.err 3854 || test ! -s conftest.err'
4393 } && test -s conftest$ac_exeext && 3855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4394 $as_test_x conftest$ac_exeext; then 3856 (eval $ac_try) 2>&5
3857 ac_status=$?
3858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3859 (exit $ac_status); }; } &&
3860 { ac_try='test -s conftest$ac_exeext'
3861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3862 (eval $ac_try) 2>&5
3863 ac_status=$?
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); }; }; then
4395 ac_cv_lib_socket_socket=yes 3866 ac_cv_lib_socket_socket=yes
4396else 3867else
4397 echo "$as_me: failed program was:" >&5 3868 echo "$as_me: failed program was:" >&5
4398sed 's/^/| /' conftest.$ac_ext >&5 3869sed 's/^/| /' conftest.$ac_ext >&5
4399 3870
4400 ac_cv_lib_socket_socket=no 3871ac_cv_lib_socket_socket=no
4401fi 3872fi
4402 3873rm -f conftest.err conftest.$ac_objext \
4403rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4404 conftest$ac_exeext conftest.$ac_ext 3874 conftest$ac_exeext conftest.$ac_ext
4405LIBS=$ac_check_lib_save_LIBS 3875LIBS=$ac_check_lib_save_LIBS
4406fi 3876fi
4407{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 3877echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4408echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } 3878echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4409if test $ac_cv_lib_socket_socket = yes; then 3879if test $ac_cv_lib_socket_socket = yes; then
4410 LIBS="$LIBS -lsocket" 3880 LIBS="$LIBS -lsocket"
4411fi 3881fi
4412 3882
4413fi 3883fi
4428support_scroll_next=yes 3898support_scroll_next=yes
4429support_scroll_xterm=yes 3899support_scroll_xterm=yes
4430support_scroll_plain=yes 3900support_scroll_plain=yes
4431support_xim=yes 3901support_xim=yes
4432support_xpm=yes 3902support_xpm=yes
3903support_afterimage=yes
3904support_afterstep=yes
4433support_xft=yes 3905support_xft=yes
4434support_unicode3=no 3906support_unicode3=no
4435support_combining=yes 3907support_combining=yes
4436support_8bitctrls=no 3908support_8bitctrls=no
4437support_iso14755=yes 3909support_iso14755=yes
4448 3920
4449 INSTALL_LIBRXVT=yes 3921 INSTALL_LIBRXVT=yes
4450fi 3922fi
4451 3923
4452 3924
4453# Check whether --enable-everything was given. 3925# Check whether --enable-everything or --disable-everything was given.
4454if test "${enable_everything+set}" = set; then 3926if test "${enable_everything+set}" = set; then
4455 enableval=$enable_everything; 3927 enableval="$enable_everything"
3928
4456 if test x$enableval = xno; then 3929 if test x$enableval = xno; then
4457 support_frills=no 3930 support_frills=no
4458 support_inheritpixmap=no 3931 support_inheritpixmap=no
4459 support_tinting=no 3932 support_tinting=no
4460 support_fading=no 3933 support_fading=no
4471 support_scroll_plain=no 3944 support_scroll_plain=no
4472 support_utmp=no 3945 support_utmp=no
4473 support_wtmp=no 3946 support_wtmp=no
4474 support_xim=no 3947 support_xim=no
4475 support_xpm=no 3948 support_xpm=no
3949 support_afterimage=no
3950 support_afterstep=no
4476 support_xft=no 3951 support_xft=no
4477 support_unicode3=no 3952 support_unicode3=no
4478 support_combining=no 3953 support_combining=no
4479 support_8bitctrls=no 3954 support_8bitctrls=no
4480 support_iso14755=no 3955 support_iso14755=no
4500 support_scroll_plain=yes 3975 support_scroll_plain=yes
4501 support_utmp=yes 3976 support_utmp=yes
4502 support_wtmp=yes 3977 support_wtmp=yes
4503 support_xim=yes 3978 support_xim=yes
4504 support_xpm=yes 3979 support_xpm=yes
3980 support_afterimage=yes
3981 support_afterstep=yes
4505 support_xft=yes 3982 support_xft=yes
4506 support_unicode3=yes 3983 support_unicode3=yes
4507 support_combining=yes 3984 support_combining=yes
4508 #support_8bitctrls=yes 3985 #support_8bitctrls=yes
4509 support_iso14755=yes 3986 support_iso14755=yes
4510 support_styles=yes 3987 support_styles=yes
4511 support_perl=yes 3988 support_perl=yes
4512 codesets=all 3989 codesets=all
4513 fi 3990 fi
4514 3991
4515fi 3992fi;
4516 3993
4517
4518# Check whether --enable-unicode3 was given. 3994# Check whether --enable-unicode3 or --disable-unicode3 was given.
4519if test "${enable_unicode3+set}" = set; then 3995if test "${enable_unicode3+set}" = set; then
3996 enableval="$enable_unicode3"
4520 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then 3997 if test x$enableval = xyes -o x$enableval = xno; then
4521 support_unicode3=$enableval 3998 support_unicode3=$enableval
4522 fi 3999 fi
4523fi 4000fi;
4524 4001
4525
4526# Check whether --enable-combining was given. 4002# Check whether --enable-combining or --disable-combining was given.
4527if test "${enable_combining+set}" = set; then 4003if test "${enable_combining+set}" = set; then
4004 enableval="$enable_combining"
4528 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then 4005 if test x$enableval = xyes -o x$enableval = xno; then
4529 support_combining=$enableval 4006 support_combining=$enableval
4530 fi 4007 fi
4531fi 4008fi;
4532 4009
4533
4534# Check whether --enable-xft was given. 4010# Check whether --enable-xft or --disable-xft was given.
4535if test "${enable_xft+set}" = set; then 4011if test "${enable_xft+set}" = set; then
4012 enableval="$enable_xft"
4536 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then 4013 if test x$enableval = xyes -o x$enableval = xno; then
4537 support_xft=$enableval 4014 support_xft=$enableval
4538 fi 4015 fi
4539fi 4016fi;
4540 4017
4541
4542# Check whether --enable-font-styles was given. 4018# Check whether --enable-font-styles or --disable-font-styles was given.
4543if test "${enable_font_styles+set}" = set; then 4019if test "${enable_font_styles+set}" = set; then
4020 enableval="$enable_font_styles"
4544 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then 4021 if test x$enableval = xyes -o x$enableval = xno; then
4545 support_styles=$enableval 4022 support_styles=$enableval
4546 fi 4023 fi
4547fi 4024fi;
4548 4025
4549
4550# Check whether --enable-xpm-background was given. 4026# Check whether --enable-xpm-background or --disable-xpm-background was given.
4551if test "${enable_xpm_background+set}" = set; then 4027if test "${enable_xpm_background+set}" = set; then
4028 enableval="$enable_xpm_background"
4552 enableval=$enable_xpm_background; if test x$enableval = xyes -o x$enableval = xno; then 4029 if test x$enableval = xyes -o x$enableval = xno; then
4553 support_xpm=$enableval 4030 support_xpm=$enableval
4554 fi 4031 fi
4555fi 4032fi;
4556 4033
4034# Check whether --enable-afterimage or --disable-afterimage was given.
4035if test "${enable_afterimage+set}" = set; then
4036 enableval="$enable_afterimage"
4037 if test x$enableval = xyes -o x$enableval = xno; then
4038 support_afterimage=$enableval
4039 fi
4040fi;
4557 4041
4042
4043# Check whether --with-afterimage_config or --without-afterimage_config was given.
4044if test "${with_afterimage_config+set}" = set; then
4045 withval="$with_afterimage_config"
4046 if test "x$withval" != x; then
4047 afterimage_config=$withval/afterimage-config
4048 fi
4049fi;
4050
4051# Check whether --enable-afterstep or --disable-afterstep was given.
4052if test "${enable_afterstep+set}" = set; then
4053 enableval="$enable_afterstep"
4054 if test x$enableval = xyes -o x$enableval = xno; then
4055 support_afterstep=$enableval
4056 fi
4057fi;
4058
4558# Check whether --enable-transparency was given. 4059# Check whether --enable-transparency or --disable-transparency was given.
4559if test "${enable_transparency+set}" = set; then 4060if test "${enable_transparency+set}" = set; then
4061 enableval="$enable_transparency"
4560 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4062 if test x$enableval = xyes -o x$enableval = xno; then
4561 support_inheritpixmap=$enableval 4063 support_inheritpixmap=$enableval
4562 fi 4064 fi
4563fi 4065fi;
4564 4066
4565
4566# Check whether --enable-tinting was given. 4067# Check whether --enable-tinting or --disable-tinting was given.
4567if test "${enable_tinting+set}" = set; then 4068if test "${enable_tinting+set}" = set; then
4069 enableval="$enable_tinting"
4568 enableval=$enable_tinting; if test x$enableval = xyes -o x$enableval = xno; then 4070 if test x$enableval = xyes -o x$enableval = xno; then
4569 support_tinting=$enableval 4071 support_tinting=$enableval
4570 fi 4072 fi
4571fi 4073fi;
4572 4074
4573
4574# Check whether --enable-fading was given. 4075# Check whether --enable-fading or --disable-fading was given.
4575if test "${enable_fading+set}" = set; then 4076if test "${enable_fading+set}" = set; then
4077 enableval="$enable_fading"
4576 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then 4078 if test x$enableval = xyes -o x$enableval = xno; then
4577 support_fading=$enableval 4079 support_fading=$enableval
4578 fi 4080 fi
4579fi 4081fi;
4580 4082
4581
4582# Check whether --enable-rxvt-scroll was given. 4083# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4583if test "${enable_rxvt_scroll+set}" = set; then 4084if test "${enable_rxvt_scroll+set}" = set; then
4085 enableval="$enable_rxvt_scroll"
4584 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4086 if test x$enableval = xyes -o x$enableval = xno; then
4585 support_scroll_rxvt=$enableval 4087 support_scroll_rxvt=$enableval
4586 fi 4088 fi
4587fi 4089fi;
4588 4090
4589
4590# Check whether --enable-next-scroll was given. 4091# Check whether --enable-next-scroll or --disable-next-scroll was given.
4591if test "${enable_next_scroll+set}" = set; then 4092if test "${enable_next_scroll+set}" = set; then
4093 enableval="$enable_next_scroll"
4592 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4094 if test x$enableval = xyes -o x$enableval = xno; then
4593 support_scroll_next=$enableval 4095 support_scroll_next=$enableval
4594 fi 4096 fi
4595fi 4097fi;
4596 4098
4597
4598# Check whether --enable-xterm-scroll was given. 4099# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4599if test "${enable_xterm_scroll+set}" = set; then 4100if test "${enable_xterm_scroll+set}" = set; then
4101 enableval="$enable_xterm_scroll"
4600 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4102 if test x$enableval = xyes -o x$enableval = xno; then
4601 support_scroll_xterm=$enableval 4103 support_scroll_xterm=$enableval
4602 fi 4104 fi
4603fi 4105fi;
4604 4106
4605
4606# Check whether --enable-perl was given. 4107# Check whether --enable-perl or --disable-perl was given.
4607if test "${enable_perl+set}" = set; then 4108if test "${enable_perl+set}" = set; then
4109 enableval="$enable_perl"
4608 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then 4110 if test x$enableval = xyes -o x$enableval = xno; then
4609 support_perl=$enableval 4111 support_perl=$enableval
4610 fi 4112 fi
4611fi 4113fi;
4612 4114
4613
4614# Check whether --enable-plain-scroll was given. 4115# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4615if test "${enable_plain_scroll+set}" = set; then 4116if test "${enable_plain_scroll+set}" = set; then
4117 enableval="$enable_plain_scroll"
4616 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4118 if test x$enableval = xyes -o x$enableval = xno; then
4617 support_scroll_plain=$enableval 4119 support_scroll_plain=$enableval
4618 fi 4120 fi
4619fi 4121fi;
4620 4122
4621 4123
4622
4623# Check whether --with-codesets was given. 4124# Check whether --with-codesets or --without-codesets was given.
4624if test "${with_codesets+set}" = set; then 4125if test "${with_codesets+set}" = set; then
4625 withval=$with_codesets; codesets="$withval" 4126 withval="$with_codesets"
4127 codesets="$withval"
4626fi 4128fi;
4627 4129
4628
4629# Check whether --enable-xim was given. 4130# Check whether --enable-xim or --disable-xim was given.
4630if test "${enable_xim+set}" = set; then 4131if test "${enable_xim+set}" = set; then
4132 enableval="$enable_xim"
4631 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then 4133 if test x$enableval = xyes -o x$enableval = xno; then
4632 support_xim=$enableval 4134 support_xim=$enableval
4633 fi 4135 fi
4634fi 4136fi;
4635 4137
4636
4637# Check whether --enable-backspace-key was given. 4138# Check whether --enable-backspace-key or --disable-backspace-key was given.
4638if test "${enable_backspace_key+set}" = set; then 4139if test "${enable_backspace_key+set}" = set; then
4639 enableval=$enable_backspace_key; if test x$enableval = xno; then 4140 enableval="$enable_backspace_key"
4141 if test x$enableval = xno; then
4640 4142
4641cat >>confdefs.h <<\_ACEOF 4143cat >>confdefs.h <<\_ACEOF
4642#define NO_BACKSPACE_KEY 1 4144#define NO_BACKSPACE_KEY 1
4643_ACEOF 4145_ACEOF
4644 4146
4645 fi 4147 fi
4646fi 4148fi;
4647 4149
4648
4649# Check whether --enable-delete-key was given. 4150# Check whether --enable-delete-key or --disable-delete-key was given.
4650if test "${enable_delete_key+set}" = set; then 4151if test "${enable_delete_key+set}" = set; then
4651 enableval=$enable_delete_key; if test x$enableval = xno; then 4152 enableval="$enable_delete_key"
4153 if test x$enableval = xno; then
4652 4154
4653cat >>confdefs.h <<\_ACEOF 4155cat >>confdefs.h <<\_ACEOF
4654#define NO_DELETE_KEY 1 4156#define NO_DELETE_KEY 1
4655_ACEOF 4157_ACEOF
4656 4158
4657 fi 4159 fi
4658fi 4160fi;
4659 4161
4660
4661# Check whether --enable-resources was given. 4162# Check whether --enable-resources or --disable-resources was given.
4662if test "${enable_resources+set}" = set; then 4163if test "${enable_resources+set}" = set; then
4663 enableval=$enable_resources; if test x$enableval = xno; then 4164 enableval="$enable_resources"
4165 if test x$enableval = xno; then
4664 4166
4665cat >>confdefs.h <<\_ACEOF 4167cat >>confdefs.h <<\_ACEOF
4666#define NO_RESOURCES 1 4168#define NO_RESOURCES 1
4667_ACEOF 4169_ACEOF
4668 4170
4669 fi 4171 fi
4670fi 4172fi;
4671 4173
4672
4673# Check whether --enable-8bitctrls was given. 4174# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4674if test "${enable_8bitctrls+set}" = set; then 4175if test "${enable_8bitctrls+set}" = set; then
4176 enableval="$enable_8bitctrls"
4675 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then 4177 if test x$enableval = xyes -o x$enableval = xno; then
4676 support_8bitctrls=$enableval 4178 support_8bitctrls=$enableval
4677 fi 4179 fi
4678fi 4180fi;
4679
4680 4181
4681RESFALLBACK=Rxvt 4182RESFALLBACK=Rxvt
4682# Check whether --enable-fallback was given. 4183# Check whether --enable-fallback or --disable-fallback was given.
4683if test "${enable_fallback+set}" = set; then 4184if test "${enable_fallback+set}" = set; then
4684 enableval=$enable_fallback; 4185 enableval="$enable_fallback"
4186
4685 test x$enableval = xyes && enableval=Rxvt 4187 test x$enableval = xyes && enableval=Rxvt
4686 test x$enableval = xno && enableval= 4188 test x$enableval = xno && enableval=
4687 RESFALLBACK="$enableval" 4189 RESFALLBACK="$enableval"
4688 4190
4689fi 4191fi;
4690
4691 4192
4692if test x$RESFALLBACK != x; then 4193if test x$RESFALLBACK != x; then
4693 4194
4694cat >>confdefs.h <<_ACEOF 4195cat >>confdefs.h <<_ACEOF
4695#define RESFALLBACK "$RESFALLBACK" 4196#define RESFALLBACK "$RESFALLBACK"
4697 4198
4698fi 4199fi
4699 4200
4700RESNAME=urxvt 4201RESNAME=urxvt
4701 4202
4702# Check whether --with-res-name was given. 4203# Check whether --with-res-name or --without-res-name was given.
4703if test "${with_res_name+set}" = set; then 4204if test "${with_res_name+set}" = set; then
4704 withval=$with_res_name; RESNAME="$withval" 4205 withval="$with_res_name"
4206 RESNAME="$withval"
4705fi 4207fi;
4706
4707 4208
4708cat >>confdefs.h <<_ACEOF 4209cat >>confdefs.h <<_ACEOF
4709#define RESNAME "$RESNAME" 4210#define RESNAME "$RESNAME"
4710_ACEOF 4211_ACEOF
4711 4212
4712 4213
4713RESCLASS=URxvt 4214RESCLASS=URxvt
4714 4215
4715# Check whether --with-res-class was given. 4216# Check whether --with-res-class or --without-res-class was given.
4716if test "${with_res_class+set}" = set; then 4217if test "${with_res_class+set}" = set; then
4717 withval=$with_res_class; RESCLASS="$withval" 4218 withval="$with_res_class"
4219 RESCLASS="$withval"
4718fi 4220fi;
4719
4720 4221
4721cat >>confdefs.h <<_ACEOF 4222cat >>confdefs.h <<_ACEOF
4722#define RESCLASS "$RESCLASS" 4223#define RESCLASS "$RESCLASS"
4723_ACEOF 4224_ACEOF
4724 4225
4725 4226
4726RXVTNAME=urxvt 4227RXVTNAME=urxvt
4727 4228
4728# Check whether --with-name was given. 4229# Check whether --with-name or --without-name was given.
4729if test "${with_name+set}" = set; then 4230if test "${with_name+set}" = set; then
4730 withval=$with_name; RXVTNAME="$withval" 4231 withval="$with_name"
4232 RXVTNAME="$withval"
4731fi 4233fi;
4732
4733 4234
4734cat >>confdefs.h <<_ACEOF 4235cat >>confdefs.h <<_ACEOF
4735#define RXVTNAME "$RXVTNAME" 4236#define RXVTNAME "$RXVTNAME"
4736_ACEOF 4237_ACEOF
4737 4238
4738 4239
4739RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4240RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4740 4241
4741 4242
4742# Check whether --enable-swapscreen was given. 4243# Check whether --enable-swapscreen or --disable-swapscreen was given.
4743if test "${enable_swapscreen+set}" = set; then 4244if test "${enable_swapscreen+set}" = set; then
4744 enableval=$enable_swapscreen; if test x$enableval = xno; then 4245 enableval="$enable_swapscreen"
4246 if test x$enableval = xno; then
4745 4247
4746cat >>confdefs.h <<\_ACEOF 4248cat >>confdefs.h <<\_ACEOF
4747#define NO_SECONDARY_SCREEN 1 4249#define NO_SECONDARY_SCREEN 1
4748_ACEOF 4250_ACEOF
4749 4251
4750 fi 4252 fi
4751fi 4253fi;
4752 4254
4753
4754# Check whether --enable-iso14755 was given. 4255# Check whether --enable-iso14755 or --disable-iso14755 was given.
4755if test "${enable_iso14755+set}" = set; then 4256if test "${enable_iso14755+set}" = set; then
4257 enableval="$enable_iso14755"
4756 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then 4258 if test x$enableval = xyes -o x$enableval = xno; then
4757 support_iso14755=$enableval 4259 support_iso14755=$enableval
4758 fi 4260 fi
4759fi 4261fi;
4760 4262
4761
4762# Check whether --enable-frills was given. 4263# Check whether --enable-frills or --disable-frills was given.
4763if test "${enable_frills+set}" = set; then 4264if test "${enable_frills+set}" = set; then
4265 enableval="$enable_frills"
4764 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then 4266 if test x$enableval = xyes -o x$enableval = xno; then
4765 support_frills=$enableval 4267 support_frills=$enableval
4766 fi 4268 fi
4767fi 4269fi;
4768 4270
4769
4770# Check whether --enable-keepscrolling was given. 4271# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4771if test "${enable_keepscrolling+set}" = set; then 4272if test "${enable_keepscrolling+set}" = set; then
4273 enableval="$enable_keepscrolling"
4772 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then 4274 if test x$enableval = xyes -o x$enableval = xno; then
4773 support_keepscrolling=$enableval 4275 support_keepscrolling=$enableval
4774 fi 4276 fi
4775fi 4277fi;
4776 4278
4777
4778# Check whether --enable-selectionscrolling was given. 4279# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4779if test "${enable_selectionscrolling+set}" = set; then 4280if test "${enable_selectionscrolling+set}" = set; then
4780 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then 4281 enableval="$enable_selectionscrolling"
4282 if test x$enableval = xyes -o x$enableval = xno; then
4781 support_selectionscrolling=$enableval 4283 support_selectionscrolling=$enableval
4782 fi 4284 fi
4783fi 4285fi;
4784 4286
4785
4786# Check whether --enable-mousewheel was given. 4287# Check whether --enable-mousewheel or --disable-mousewheel was given.
4787if test "${enable_mousewheel+set}" = set; then 4288if test "${enable_mousewheel+set}" = set; then
4289 enableval="$enable_mousewheel"
4788 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then 4290 if test x$enableval = xyes -o x$enableval = xno; then
4789 support_mousewheel=$enableval 4291 support_mousewheel=$enableval
4790 fi 4292 fi
4791fi 4293fi;
4792 4294
4793
4794# Check whether --enable-slipwheeling was given. 4295# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4795if test "${enable_slipwheeling+set}" = set; then 4296if test "${enable_slipwheeling+set}" = set; then
4297 enableval="$enable_slipwheeling"
4796 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then 4298 if test x$enableval = xyes -o x$enableval = xno; then
4797 support_mouseslipwheel=$enableval 4299 support_mouseslipwheel=$enableval
4798 fi 4300 fi
4799fi 4301fi;
4800 4302
4801
4802# Check whether --enable-smart-resize was given. 4303# Check whether --enable-smart-resize or --disable-smart-resize was given.
4803if test "${enable_smart_resize+set}" = set; then 4304if test "${enable_smart_resize+set}" = set; then
4804 enableval=$enable_smart_resize; if test x$enableval = xyes; then 4305 enableval="$enable_smart_resize"
4306 if test x$enableval = xyes; then
4805 4307
4806cat >>confdefs.h <<\_ACEOF 4308cat >>confdefs.h <<\_ACEOF
4807#define SMART_RESIZE 1 4309#define SMART_RESIZE 1
4808_ACEOF 4310_ACEOF
4809 4311
4810 fi 4312 fi
4811fi 4313fi;
4812 4314
4813
4814# Check whether --enable-text-blink was given. 4315# Check whether --enable-text-blink or --disable-text-blink was given.
4815if test "${enable_text_blink+set}" = set; then 4316if test "${enable_text_blink+set}" = set; then
4317 enableval="$enable_text_blink"
4816 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then 4318 if test x$enableval = xyes -o x$enableval = xno; then
4817 support_text_blink=$enableval 4319 support_text_blink=$enableval
4818 fi 4320 fi
4819fi 4321fi;
4820 4322
4821
4822# Check whether --enable-pointer-blank was given. 4323# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4823if test "${enable_pointer_blank+set}" = set; then 4324if test "${enable_pointer_blank+set}" = set; then
4325 enableval="$enable_pointer_blank"
4824 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then 4326 if test x$enableval = xyes -o x$enableval = xno; then
4825 support_pointer_blank=$enableval 4327 support_pointer_blank=$enableval
4826 fi 4328 fi
4827fi 4329fi;
4828 4330
4829 4331
4830
4831# Check whether --with-term was given. 4332# Check whether --with-term or --without-term was given.
4832if test "${with_term+set}" = set; then 4333if test "${with_term+set}" = set; then
4334 withval="$with_term"
4833 withval=$with_term; if test x$withval != x; then 4335 if test x$withval != x; then
4834 4336
4835cat >>confdefs.h <<_ACEOF 4337cat >>confdefs.h <<_ACEOF
4836#define TERMENV "$withval" 4338#define TERMENV "$withval"
4837_ACEOF 4339_ACEOF
4838 term="$withval" 4340 term="$withval"
4839 fi 4341 fi
4840fi 4342fi;
4841 4343
4842 4344
4843
4844# Check whether --with-terminfo was given. 4345# Check whether --with-terminfo or --without-terminfo was given.
4845if test "${with_terminfo+set}" = set; then 4346if test "${with_terminfo+set}" = set; then
4846 withval=$with_terminfo; if test x$withval != x; then 4347 withval="$with_terminfo"
4348 if test x$withval != x; then
4847 4349
4848cat >>confdefs.h <<_ACEOF 4350cat >>confdefs.h <<_ACEOF
4849#define RXVT_TERMINFO "$withval" 4351#define RXVT_TERMINFO "$withval"
4850_ACEOF 4352_ACEOF
4851 terminfo="$withval" 4353 terminfo="$withval"
4852 fi 4354 fi
4853fi 4355fi;
4854
4855
4856
4857# Extract the first word of "mv", so it can be a program name with args.
4858set dummy mv; ac_word=$2
4859{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4860echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4861if test "${ac_cv_path_MV+set}" = set; then
4862 echo $ECHO_N "(cached) $ECHO_C" >&6
4863else
4864 case $MV in
4865 [\\/]* | ?:[\\/]*)
4866 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4867 ;;
4868 *)
4869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870for as_dir in $PATH
4871do
4872 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=.
4874 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4876 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4877 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4878 break 2
4879 fi
4880done
4881done
4882IFS=$as_save_IFS
4883
4884 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4885 ;;
4886esac
4887fi
4888MV=$ac_cv_path_MV
4889if test -n "$MV"; then
4890 { echo "$as_me:$LINENO: result: $MV" >&5
4891echo "${ECHO_T}$MV" >&6; }
4892else
4893 { echo "$as_me:$LINENO: result: no" >&5
4894echo "${ECHO_T}no" >&6; }
4895fi
4896
4897
4898# Extract the first word of "cp", so it can be a program name with args.
4899set dummy cp; ac_word=$2
4900{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4901echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4902if test "${ac_cv_path_CP+set}" = set; then
4903 echo $ECHO_N "(cached) $ECHO_C" >&6
4904else
4905 case $CP in
4906 [\\/]* | ?:[\\/]*)
4907 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4908 ;;
4909 *)
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911for as_dir in $PATH
4912do
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4920 fi
4921done
4922done
4923IFS=$as_save_IFS
4924
4925 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4926 ;;
4927esac
4928fi
4929CP=$ac_cv_path_CP
4930if test -n "$CP"; then
4931 { echo "$as_me:$LINENO: result: $CP" >&5
4932echo "${ECHO_T}$CP" >&6; }
4933else
4934 { echo "$as_me:$LINENO: result: no" >&5
4935echo "${ECHO_T}no" >&6; }
4936fi
4937
4938
4939# Extract the first word of "ln", so it can be a program name with args.
4940set dummy ln; ac_word=$2
4941{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4942echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4943if test "${ac_cv_path_LN+set}" = set; then
4944 echo $ECHO_N "(cached) $ECHO_C" >&6
4945else
4946 case $LN in
4947 [\\/]* | ?:[\\/]*)
4948 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4949 ;;
4950 *)
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952for as_dir in $PATH
4953do
4954 IFS=$as_save_IFS
4955 test -z "$as_dir" && as_dir=.
4956 for ac_exec_ext in '' $ac_executable_extensions; do
4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4960 break 2
4961 fi
4962done
4963done
4964IFS=$as_save_IFS
4965
4966 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
4967 ;;
4968esac
4969fi
4970LN=$ac_cv_path_LN
4971if test -n "$LN"; then
4972 { echo "$as_me:$LINENO: result: $LN" >&5
4973echo "${ECHO_T}$LN" >&6; }
4974else
4975 { echo "$as_me:$LINENO: result: no" >&5
4976echo "${ECHO_T}no" >&6; }
4977fi
4978
4979
4980# Extract the first word of "sed", so it can be a program name with args.
4981set dummy sed; ac_word=$2
4982{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4983echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4984if test "${ac_cv_path_SED+set}" = set; then
4985 echo $ECHO_N "(cached) $ECHO_C" >&6
4986else
4987 case $SED in
4988 [\\/]* | ?:[\\/]*)
4989 ac_cv_path_SED="$SED" # Let the user override the test with a path.
4990 ;;
4991 *)
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993for as_dir in $PATH
4994do
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5002 fi
5003done
5004done
5005IFS=$as_save_IFS
5006
5007 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5008 ;;
5009esac
5010fi
5011SED=$ac_cv_path_SED
5012if test -n "$SED"; then
5013 { echo "$as_me:$LINENO: result: $SED" >&5
5014echo "${ECHO_T}$SED" >&6; }
5015else
5016 { echo "$as_me:$LINENO: result: no" >&5
5017echo "${ECHO_T}no" >&6; }
5018fi
5019
5020
5021# Extract the first word of "echo", so it can be a program name with args.
5022set dummy echo; ac_word=$2
5023{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5024echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5025if test "${ac_cv_path_ECHO+set}" = set; then
5026 echo $ECHO_N "(cached) $ECHO_C" >&6
5027else
5028 case $ECHO in
5029 [\\/]* | ?:[\\/]*)
5030 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5031 ;;
5032 *)
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034for as_dir in $PATH
5035do
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_path_ECHO="$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
5044done
5045done
5046IFS=$as_save_IFS
5047
5048 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5049 ;;
5050esac
5051fi
5052ECHO=$ac_cv_path_ECHO
5053if test -n "$ECHO"; then
5054 { echo "$as_me:$LINENO: result: $ECHO" >&5
5055echo "${ECHO_T}$ECHO" >&6; }
5056else
5057 { echo "$as_me:$LINENO: result: no" >&5
5058echo "${ECHO_T}no" >&6; }
5059fi
5060
5061
5062# Extract the first word of "cmp", so it can be a program name with args.
5063set dummy cmp; ac_word=$2
5064{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5065echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5066if test "${ac_cv_path_CMP+set}" = set; then
5067 echo $ECHO_N "(cached) $ECHO_C" >&6
5068else
5069 case $CMP in
5070 [\\/]* | ?:[\\/]*)
5071 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5072 ;;
5073 *)
5074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075for as_dir in $PATH
5076do
5077 IFS=$as_save_IFS
5078 test -z "$as_dir" && as_dir=.
5079 for ac_exec_ext in '' $ac_executable_extensions; do
5080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5081 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 break 2
5084 fi
5085done
5086done
5087IFS=$as_save_IFS
5088
5089 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5090 ;;
5091esac
5092fi
5093CMP=$ac_cv_path_CMP
5094if test -n "$CMP"; then
5095 { echo "$as_me:$LINENO: result: $CMP" >&5
5096echo "${ECHO_T}$CMP" >&6; }
5097else
5098 { echo "$as_me:$LINENO: result: no" >&5
5099echo "${ECHO_T}no" >&6; }
5100fi
5101 4356
5102 4357
5103# Extract the first word of "tic", so it can be a program name with args. 4358# Extract the first word of "tic", so it can be a program name with args.
5104set dummy tic; ac_word=$2 4359set dummy tic; ac_word=$2
5105{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4360echo "$as_me:$LINENO: checking for $ac_word" >&5
5106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4361echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5107if test "${ac_cv_path_TIC+set}" = set; then 4362if test "${ac_cv_path_TIC+set}" = set; then
5108 echo $ECHO_N "(cached) $ECHO_C" >&6 4363 echo $ECHO_N "(cached) $ECHO_C" >&6
5109else 4364else
5110 case $TIC in 4365 case $TIC in
5111 [\\/]* | ?:[\\/]*) 4366 [\\/]* | ?:[\\/]*)
5116for as_dir in $PATH 4371for as_dir in $PATH
5117do 4372do
5118 IFS=$as_save_IFS 4373 IFS=$as_save_IFS
5119 test -z "$as_dir" && as_dir=. 4374 test -z "$as_dir" && as_dir=.
5120 for ac_exec_ext in '' $ac_executable_extensions; do 4375 for ac_exec_ext in '' $ac_executable_extensions; do
5121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4376 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5122 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext" 4377 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5124 break 2 4379 break 2
5125 fi 4380 fi
5126done 4381done
5127done 4382done
5128IFS=$as_save_IFS
5129 4383
5130 ;; 4384 ;;
5131esac 4385esac
5132fi 4386fi
5133TIC=$ac_cv_path_TIC 4387TIC=$ac_cv_path_TIC
4388
5134if test -n "$TIC"; then 4389if test -n "$TIC"; then
5135 { echo "$as_me:$LINENO: result: $TIC" >&5 4390 echo "$as_me:$LINENO: result: $TIC" >&5
5136echo "${ECHO_T}$TIC" >&6; } 4391echo "${ECHO_T}$TIC" >&6
5137else 4392else
5138 { echo "$as_me:$LINENO: result: no" >&5 4393 echo "$as_me:$LINENO: result: no" >&5
5139echo "${ECHO_T}no" >&6; } 4394echo "${ECHO_T}no" >&6
5140fi 4395fi
5141 4396
5142 4397
5143 4398
5144 4399
5145
5146ac_ext=cpp 4400ac_ext=cc
5147ac_cpp='$CXXCPP $CPPFLAGS' 4401ac_cpp='$CXXCPP $CPPFLAGS'
5148ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4402ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5149ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4403ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5150ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4404ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5151{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4405echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5152echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 4406echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
5153if test -z "$CXXCPP"; then 4407if test -z "$CXXCPP"; then
5154 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4408 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5155 echo $ECHO_N "(cached) $ECHO_C" >&6 4409 echo $ECHO_N "(cached) $ECHO_C" >&6
5156else 4410else
5157 # Double quotes because CXXCPP needs to be expanded 4411 # Double quotes because CXXCPP needs to be expanded
5177#else 4431#else
5178# include <assert.h> 4432# include <assert.h>
5179#endif 4433#endif
5180 Syntax error 4434 Syntax error
5181_ACEOF 4435_ACEOF
5182if { (ac_try="$ac_cpp conftest.$ac_ext" 4436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5183case "(($ac_try" in
5184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5185 *) ac_try_echo=$ac_try;;
5186esac
5187eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5188 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5189 ac_status=$? 4438 ac_status=$?
5190 grep -v '^ *+' conftest.er1 >conftest.err 4439 grep -v '^ *+' conftest.er1 >conftest.err
5191 rm -f conftest.er1 4440 rm -f conftest.er1
5192 cat conftest.err >&5 4441 cat conftest.err >&5
5193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5194 (exit $ac_status); } >/dev/null && { 4443 (exit $ac_status); } >/dev/null; then
5195 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5196 test ! -s conftest.err 4444 if test -s conftest.err; then
5197 }; then 4445 ac_cpp_err=$ac_cxx_preproc_warn_flag
4446 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4447 else
4448 ac_cpp_err=
4449 fi
4450else
4451 ac_cpp_err=yes
4452fi
4453if test -z "$ac_cpp_err"; then
5198 : 4454 :
5199else 4455else
5200 echo "$as_me: failed program was:" >&5 4456 echo "$as_me: failed program was:" >&5
5201sed 's/^/| /' conftest.$ac_ext >&5 4457sed 's/^/| /' conftest.$ac_ext >&5
5202 4458
5203 # Broken: fails on valid input. 4459 # Broken: fails on valid input.
5204continue 4460continue
5205fi 4461fi
5206
5207rm -f conftest.err conftest.$ac_ext 4462rm -f conftest.err conftest.$ac_ext
5208 4463
5209 # OK, works on sane cases. Now check whether nonexistent headers 4464 # OK, works on sane cases. Now check whether non-existent headers
5210 # can be detected and how. 4465 # can be detected and how.
5211 cat >conftest.$ac_ext <<_ACEOF 4466 cat >conftest.$ac_ext <<_ACEOF
5212/* confdefs.h. */ 4467/* confdefs.h. */
5213_ACEOF 4468_ACEOF
5214cat confdefs.h >>conftest.$ac_ext 4469cat confdefs.h >>conftest.$ac_ext
5215cat >>conftest.$ac_ext <<_ACEOF 4470cat >>conftest.$ac_ext <<_ACEOF
5216/* end confdefs.h. */ 4471/* end confdefs.h. */
5217#include <ac_nonexistent.h> 4472#include <ac_nonexistent.h>
5218_ACEOF 4473_ACEOF
5219if { (ac_try="$ac_cpp conftest.$ac_ext" 4474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5220case "(($ac_try" in
5221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5222 *) ac_try_echo=$ac_try;;
5223esac
5224eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5225 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5226 ac_status=$? 4476 ac_status=$?
5227 grep -v '^ *+' conftest.er1 >conftest.err 4477 grep -v '^ *+' conftest.er1 >conftest.err
5228 rm -f conftest.er1 4478 rm -f conftest.er1
5229 cat conftest.err >&5 4479 cat conftest.err >&5
5230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231 (exit $ac_status); } >/dev/null && { 4481 (exit $ac_status); } >/dev/null; then
5232 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5233 test ! -s conftest.err 4482 if test -s conftest.err; then
5234 }; then 4483 ac_cpp_err=$ac_cxx_preproc_warn_flag
4484 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4485 else
4486 ac_cpp_err=
4487 fi
4488else
4489 ac_cpp_err=yes
4490fi
4491if test -z "$ac_cpp_err"; then
5235 # Broken: success on invalid input. 4492 # Broken: success on invalid input.
5236continue 4493continue
5237else 4494else
5238 echo "$as_me: failed program was:" >&5 4495 echo "$as_me: failed program was:" >&5
5239sed 's/^/| /' conftest.$ac_ext >&5 4496sed 's/^/| /' conftest.$ac_ext >&5
5240 4497
5241 # Passes both tests. 4498 # Passes both tests.
5242ac_preproc_ok=: 4499ac_preproc_ok=:
5243break 4500break
5244fi 4501fi
5245
5246rm -f conftest.err conftest.$ac_ext 4502rm -f conftest.err conftest.$ac_ext
5247 4503
5248done 4504done
5249# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5250rm -f conftest.err conftest.$ac_ext 4506rm -f conftest.err conftest.$ac_ext
5258fi 4514fi
5259 CXXCPP=$ac_cv_prog_CXXCPP 4515 CXXCPP=$ac_cv_prog_CXXCPP
5260else 4516else
5261 ac_cv_prog_CXXCPP=$CXXCPP 4517 ac_cv_prog_CXXCPP=$CXXCPP
5262fi 4518fi
5263{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 4519echo "$as_me:$LINENO: result: $CXXCPP" >&5
5264echo "${ECHO_T}$CXXCPP" >&6; } 4520echo "${ECHO_T}$CXXCPP" >&6
5265ac_preproc_ok=false 4521ac_preproc_ok=false
5266for ac_cxx_preproc_warn_flag in '' yes 4522for ac_cxx_preproc_warn_flag in '' yes
5267do 4523do
5268 # Use a header file that comes with gcc, so configuring glibc 4524 # Use a header file that comes with gcc, so configuring glibc
5269 # with a fresh cross-compiler works. 4525 # with a fresh cross-compiler works.
5282#else 4538#else
5283# include <assert.h> 4539# include <assert.h>
5284#endif 4540#endif
5285 Syntax error 4541 Syntax error
5286_ACEOF 4542_ACEOF
5287if { (ac_try="$ac_cpp conftest.$ac_ext" 4543if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5288case "(($ac_try" in
5289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5290 *) ac_try_echo=$ac_try;;
5291esac
5292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5293 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4544 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5294 ac_status=$? 4545 ac_status=$?
5295 grep -v '^ *+' conftest.er1 >conftest.err 4546 grep -v '^ *+' conftest.er1 >conftest.err
5296 rm -f conftest.er1 4547 rm -f conftest.er1
5297 cat conftest.err >&5 4548 cat conftest.err >&5
5298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5299 (exit $ac_status); } >/dev/null && { 4550 (exit $ac_status); } >/dev/null; then
5300 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5301 test ! -s conftest.err 4551 if test -s conftest.err; then
5302 }; then 4552 ac_cpp_err=$ac_cxx_preproc_warn_flag
4553 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4554 else
4555 ac_cpp_err=
4556 fi
4557else
4558 ac_cpp_err=yes
4559fi
4560if test -z "$ac_cpp_err"; then
5303 : 4561 :
5304else 4562else
5305 echo "$as_me: failed program was:" >&5 4563 echo "$as_me: failed program was:" >&5
5306sed 's/^/| /' conftest.$ac_ext >&5 4564sed 's/^/| /' conftest.$ac_ext >&5
5307 4565
5308 # Broken: fails on valid input. 4566 # Broken: fails on valid input.
5309continue 4567continue
5310fi 4568fi
5311
5312rm -f conftest.err conftest.$ac_ext 4569rm -f conftest.err conftest.$ac_ext
5313 4570
5314 # OK, works on sane cases. Now check whether nonexistent headers 4571 # OK, works on sane cases. Now check whether non-existent headers
5315 # can be detected and how. 4572 # can be detected and how.
5316 cat >conftest.$ac_ext <<_ACEOF 4573 cat >conftest.$ac_ext <<_ACEOF
5317/* confdefs.h. */ 4574/* confdefs.h. */
5318_ACEOF 4575_ACEOF
5319cat confdefs.h >>conftest.$ac_ext 4576cat confdefs.h >>conftest.$ac_ext
5320cat >>conftest.$ac_ext <<_ACEOF 4577cat >>conftest.$ac_ext <<_ACEOF
5321/* end confdefs.h. */ 4578/* end confdefs.h. */
5322#include <ac_nonexistent.h> 4579#include <ac_nonexistent.h>
5323_ACEOF 4580_ACEOF
5324if { (ac_try="$ac_cpp conftest.$ac_ext" 4581if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5325case "(($ac_try" in
5326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5327 *) ac_try_echo=$ac_try;;
5328esac
5329eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5330 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4582 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5331 ac_status=$? 4583 ac_status=$?
5332 grep -v '^ *+' conftest.er1 >conftest.err 4584 grep -v '^ *+' conftest.er1 >conftest.err
5333 rm -f conftest.er1 4585 rm -f conftest.er1
5334 cat conftest.err >&5 4586 cat conftest.err >&5
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336 (exit $ac_status); } >/dev/null && { 4588 (exit $ac_status); } >/dev/null; then
5337 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5338 test ! -s conftest.err 4589 if test -s conftest.err; then
5339 }; then 4590 ac_cpp_err=$ac_cxx_preproc_warn_flag
4591 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4592 else
4593 ac_cpp_err=
4594 fi
4595else
4596 ac_cpp_err=yes
4597fi
4598if test -z "$ac_cpp_err"; then
5340 # Broken: success on invalid input. 4599 # Broken: success on invalid input.
5341continue 4600continue
5342else 4601else
5343 echo "$as_me: failed program was:" >&5 4602 echo "$as_me: failed program was:" >&5
5344sed 's/^/| /' conftest.$ac_ext >&5 4603sed 's/^/| /' conftest.$ac_ext >&5
5345 4604
5346 # Passes both tests. 4605 # Passes both tests.
5347ac_preproc_ok=: 4606ac_preproc_ok=:
5348break 4607break
5349fi 4608fi
5350
5351rm -f conftest.err conftest.$ac_ext 4609rm -f conftest.err conftest.$ac_ext
5352 4610
5353done 4611done
5354# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4612# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5355rm -f conftest.err conftest.$ac_ext 4613rm -f conftest.err conftest.$ac_ext
5361echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4619echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5362See \`config.log' for more details." >&2;} 4620See \`config.log' for more details." >&2;}
5363 { (exit 1); exit 1; }; } 4621 { (exit 1); exit 1; }; }
5364fi 4622fi
5365 4623
5366ac_ext=cpp 4624ac_ext=cc
5367ac_cpp='$CXXCPP $CPPFLAGS' 4625ac_cpp='$CXXCPP $CPPFLAGS'
5368ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4626ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5369ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4627ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5370ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4628ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5371 4629
5372 4630
5373{ echo "$as_me:$LINENO: checking for X" >&5 4631echo "$as_me:$LINENO: checking for X" >&5
5374echo $ECHO_N "checking for X... $ECHO_C" >&6; } 4632echo $ECHO_N "checking for X... $ECHO_C" >&6
5375 4633
5376 4634
5377# Check whether --with-x was given. 4635# Check whether --with-x or --without-x was given.
5378if test "${with_x+set}" = set; then 4636if test "${with_x+set}" = set; then
5379 withval=$with_x; 4637 withval="$with_x"
4638
5380fi 4639fi;
5381
5382# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 4640# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5383if test "x$with_x" = xno; then 4641if test "x$with_x" = xno; then
5384 # The user explicitly disabled X. 4642 # The user explicitly disabled X.
5385 have_x=disabled 4643 have_x=disabled
5386else 4644else
5387 case $x_includes,$x_libraries in #( 4645 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5388 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 4646 # Both variables are already set.
5389echo "$as_me: error: Cannot use X directory names containing '" >&2;} 4647 have_x=yes
5390 { (exit 1); exit 1; }; };; #( 4648 else
5391 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 4649 if test "${ac_cv_have_x+set}" = set; then
5392 echo $ECHO_N "(cached) $ECHO_C" >&6 4650 echo $ECHO_N "(cached) $ECHO_C" >&6
5393else 4651else
5394 # One or both of the vars are not set, and there is no cached value. 4652 # One or both of the vars are not set, and there is no cached value.
5395ac_x_includes=no ac_x_libraries=no 4653ac_x_includes=no ac_x_libraries=no
5396rm -f -r conftest.dir 4654rm -fr conftest.dir
5397if mkdir conftest.dir; then 4655if mkdir conftest.dir; then
5398 cd conftest.dir 4656 cd conftest.dir
4657 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5399 cat >Imakefile <<'_ACEOF' 4658 cat >Imakefile <<'_ACEOF'
5400incroot: 4659acfindx:
5401 @echo incroot='${INCROOT}' 4660 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5402usrlibdir:
5403 @echo usrlibdir='${USRLIBDIR}'
5404libdir:
5405 @echo libdir='${LIBDIR}'
5406_ACEOF 4661_ACEOF
5407 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 4662 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5408 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4663 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5409 for ac_var in incroot usrlibdir libdir; do 4664 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5410 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5411 done
5412 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 4665 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5413 for ac_extension in a so sl; do 4666 for ac_extension in a so sl; do
5414 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 4667 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5415 test -f "$ac_im_libdir/libX11.$ac_extension"; then 4668 test -f $ac_im_libdir/libX11.$ac_extension; then
5416 ac_im_usrlibdir=$ac_im_libdir; break 4669 ac_im_usrlibdir=$ac_im_libdir; break
5417 fi 4670 fi
5418 done 4671 done
5419 # Screen out bogus values from the imake configuration. They are 4672 # Screen out bogus values from the imake configuration. They are
5420 # bogus both because they are the default anyway, and because 4673 # bogus both because they are the default anyway, and because
5421 # using them would break gcc on systems where it needs fixed includes. 4674 # using them would break gcc on systems where it needs fixed includes.
5422 case $ac_im_incroot in 4675 case $ac_im_incroot in
5423 /usr/include) ac_x_includes= ;; 4676 /usr/include) ;;
5424 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; 4677 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5425 esac 4678 esac
5426 case $ac_im_usrlibdir in 4679 case $ac_im_usrlibdir in
5427 /usr/lib | /lib) ;; 4680 /usr/lib | /lib) ;;
5428 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 4681 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5429 esac 4682 esac
5430 fi 4683 fi
5431 cd .. 4684 cd ..
5432 rm -f -r conftest.dir 4685 rm -fr conftest.dir
5433fi 4686fi
5434 4687
5435# Standard set of common directories for X headers. 4688# Standard set of common directories for X headers.
5436# Check X11 before X11Rn because it is often a symlink to the current release. 4689# Check X11 before X11Rn because it is often a symlink to the current release.
5437ac_x_header_dirs=' 4690ac_x_header_dirs='
5468 4721
5469/usr/openwin/include 4722/usr/openwin/include
5470/usr/openwin/share/include' 4723/usr/openwin/share/include'
5471 4724
5472if test "$ac_x_includes" = no; then 4725if test "$ac_x_includes" = no; then
5473 # Guess where to find include files, by looking for Xlib.h. 4726 # Guess where to find include files, by looking for Intrinsic.h.
5474 # First, try using that file with no special directory specified. 4727 # First, try using that file with no special directory specified.
5475 cat >conftest.$ac_ext <<_ACEOF 4728 cat >conftest.$ac_ext <<_ACEOF
5476/* confdefs.h. */ 4729/* confdefs.h. */
5477_ACEOF 4730_ACEOF
5478cat confdefs.h >>conftest.$ac_ext 4731cat confdefs.h >>conftest.$ac_ext
5479cat >>conftest.$ac_ext <<_ACEOF 4732cat >>conftest.$ac_ext <<_ACEOF
5480/* end confdefs.h. */ 4733/* end confdefs.h. */
5481#include <X11/Xlib.h> 4734#include <X11/Intrinsic.h>
5482_ACEOF 4735_ACEOF
5483if { (ac_try="$ac_cpp conftest.$ac_ext" 4736if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5484case "(($ac_try" in
5485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5486 *) ac_try_echo=$ac_try;;
5487esac
5488eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5489 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4737 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5490 ac_status=$? 4738 ac_status=$?
5491 grep -v '^ *+' conftest.er1 >conftest.err 4739 grep -v '^ *+' conftest.er1 >conftest.err
5492 rm -f conftest.er1 4740 rm -f conftest.er1
5493 cat conftest.err >&5 4741 cat conftest.err >&5
5494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5495 (exit $ac_status); } >/dev/null && { 4743 (exit $ac_status); } >/dev/null; then
5496 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5497 test ! -s conftest.err 4744 if test -s conftest.err; then
5498 }; then 4745 ac_cpp_err=$ac_cxx_preproc_warn_flag
4746 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4747 else
4748 ac_cpp_err=
4749 fi
4750else
4751 ac_cpp_err=yes
4752fi
4753if test -z "$ac_cpp_err"; then
5499 # We can compile using X headers with no special include directory. 4754 # We can compile using X headers with no special include directory.
5500ac_x_includes= 4755ac_x_includes=
5501else 4756else
5502 echo "$as_me: failed program was:" >&5 4757 echo "$as_me: failed program was:" >&5
5503sed 's/^/| /' conftest.$ac_ext >&5 4758sed 's/^/| /' conftest.$ac_ext >&5
5504 4759
5505 for ac_dir in $ac_x_header_dirs; do 4760 for ac_dir in $ac_x_header_dirs; do
5506 if test -r "$ac_dir/X11/Xlib.h"; then 4761 if test -r "$ac_dir/X11/Intrinsic.h"; then
5507 ac_x_includes=$ac_dir 4762 ac_x_includes=$ac_dir
5508 break 4763 break
5509 fi 4764 fi
5510done 4765done
5511fi 4766fi
5512
5513rm -f conftest.err conftest.$ac_ext 4767rm -f conftest.err conftest.$ac_ext
5514fi # $ac_x_includes = no 4768fi # $ac_x_includes = no
5515 4769
5516if test "$ac_x_libraries" = no; then 4770if test "$ac_x_libraries" = no; then
5517 # Check for the libraries. 4771 # Check for the libraries.
5518 # See if we find them without any special options. 4772 # See if we find them without any special options.
5519 # Don't add to $LIBS permanently. 4773 # Don't add to $LIBS permanently.
5520 ac_save_LIBS=$LIBS 4774 ac_save_LIBS=$LIBS
5521 LIBS="-lX11 $LIBS" 4775 LIBS="-lXt $LIBS"
5522 cat >conftest.$ac_ext <<_ACEOF 4776 cat >conftest.$ac_ext <<_ACEOF
5523/* confdefs.h. */ 4777/* confdefs.h. */
5524_ACEOF 4778_ACEOF
5525cat confdefs.h >>conftest.$ac_ext 4779cat confdefs.h >>conftest.$ac_ext
5526cat >>conftest.$ac_ext <<_ACEOF 4780cat >>conftest.$ac_ext <<_ACEOF
5527/* end confdefs.h. */ 4781/* end confdefs.h. */
5528#include <X11/Xlib.h> 4782#include <X11/Intrinsic.h>
5529int 4783int
5530main () 4784main ()
5531{ 4785{
5532XrmInitialize () 4786XtMalloc (0)
5533 ; 4787 ;
5534 return 0; 4788 return 0;
5535} 4789}
5536_ACEOF 4790_ACEOF
5537rm -f conftest.$ac_objext conftest$ac_exeext 4791rm -f conftest.$ac_objext conftest$ac_exeext
5538if { (ac_try="$ac_link"
5539case "(($ac_try" in
5540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5541 *) ac_try_echo=$ac_try;;
5542esac
5543eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5544 (eval "$ac_link") 2>conftest.er1 4793 (eval $ac_link) 2>conftest.er1
5545 ac_status=$? 4794 ac_status=$?
5546 grep -v '^ *+' conftest.er1 >conftest.err 4795 grep -v '^ *+' conftest.er1 >conftest.err
5547 rm -f conftest.er1 4796 rm -f conftest.er1
5548 cat conftest.err >&5 4797 cat conftest.err >&5
5549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 (exit $ac_status); } && { 4799 (exit $ac_status); } &&
5551 test -z "$ac_cxx_werror_flag" || 4800 { ac_try='test -z "$ac_cxx_werror_flag"
5552 test ! -s conftest.err 4801 || test ! -s conftest.err'
5553 } && test -s conftest$ac_exeext && 4802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5554 $as_test_x conftest$ac_exeext; then 4803 (eval $ac_try) 2>&5
4804 ac_status=$?
4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4806 (exit $ac_status); }; } &&
4807 { ac_try='test -s conftest$ac_exeext'
4808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4809 (eval $ac_try) 2>&5
4810 ac_status=$?
4811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4812 (exit $ac_status); }; }; then
5555 LIBS=$ac_save_LIBS 4813 LIBS=$ac_save_LIBS
5556# We can link X programs with no special library path. 4814# We can link X programs with no special library path.
5557ac_x_libraries= 4815ac_x_libraries=
5558else 4816else
5559 echo "$as_me: failed program was:" >&5 4817 echo "$as_me: failed program was:" >&5
5560sed 's/^/| /' conftest.$ac_ext >&5 4818sed 's/^/| /' conftest.$ac_ext >&5
5561 4819
5562 LIBS=$ac_save_LIBS 4820LIBS=$ac_save_LIBS
5563for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 4821for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5564do 4822do
5565 # Don't even attempt the hair of trying to link an X program! 4823 # Don't even attempt the hair of trying to link an X program!
5566 for ac_extension in a so sl; do 4824 for ac_extension in a so sl; do
5567 if test -r "$ac_dir/libX11.$ac_extension"; then 4825 if test -r $ac_dir/libXt.$ac_extension; then
5568 ac_x_libraries=$ac_dir 4826 ac_x_libraries=$ac_dir
5569 break 2 4827 break 2
5570 fi 4828 fi
5571 done 4829 done
5572done 4830done
5573fi 4831fi
5574 4832rm -f conftest.err conftest.$ac_objext \
5575rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5576 conftest$ac_exeext conftest.$ac_ext 4833 conftest$ac_exeext conftest.$ac_ext
5577fi # $ac_x_libraries = no 4834fi # $ac_x_libraries = no
5578 4835
5579case $ac_x_includes,$ac_x_libraries in #( 4836if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5580 no,* | *,no | *\'*) 4837 # Didn't find X anywhere. Cache the known absence of X.
5581 # Didn't find X, or a directory has "'" in its name.
5582 ac_cv_have_x="have_x=no";; #( 4838 ac_cv_have_x="have_x=no"
5583 *) 4839else
5584 # Record where we found X for the cache. 4840 # Record where we found X for the cache.
5585 ac_cv_have_x="have_x=yes\ 4841 ac_cv_have_x="have_x=yes \
5586 ac_x_includes='$ac_x_includes'\ 4842 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5587 ac_x_libraries='$ac_x_libraries'"
5588esac
5589fi 4843fi
5590;; #( 4844fi
5591 *) have_x=yes;; 4845
5592 esac 4846 fi
5593 eval "$ac_cv_have_x" 4847 eval "$ac_cv_have_x"
5594fi # $with_x != no 4848fi # $with_x != no
5595 4849
5596if test "$have_x" != yes; then 4850if test "$have_x" != yes; then
5597 { echo "$as_me:$LINENO: result: $have_x" >&5 4851 echo "$as_me:$LINENO: result: $have_x" >&5
5598echo "${ECHO_T}$have_x" >&6; } 4852echo "${ECHO_T}$have_x" >&6
5599 no_x=yes 4853 no_x=yes
5600else 4854else
5601 # If each of the values was on the command line, it overrides each guess. 4855 # If each of the values was on the command line, it overrides each guess.
5602 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 4856 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5603 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 4857 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5604 # Update the cache value to reflect the command line values. 4858 # Update the cache value to reflect the command line values.
5605 ac_cv_have_x="have_x=yes\ 4859 ac_cv_have_x="have_x=yes \
5606 ac_x_includes='$x_includes'\ 4860 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5607 ac_x_libraries='$x_libraries'"
5608 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 4861 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
5609echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 4862echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5610fi 4863fi
5611 4864
5612if test "$no_x" = yes; then 4865if test "$no_x" = yes; then
5613 # Not all programs may use this symbol, but it does not hurt to define it. 4866 # Not all programs may use this symbol, but it does not hurt to define it.
5614 4867
5625 # It would also be nice to do this for all -L options, not just this one. 4878 # It would also be nice to do this for all -L options, not just this one.
5626 if test -n "$x_libraries"; then 4879 if test -n "$x_libraries"; then
5627 X_LIBS="$X_LIBS -L$x_libraries" 4880 X_LIBS="$X_LIBS -L$x_libraries"
5628 # For Solaris; some versions of Sun CC require a space after -R and 4881 # For Solaris; some versions of Sun CC require a space after -R and
5629 # others require no space. Words are not sufficient . . . . 4882 # others require no space. Words are not sufficient . . . .
4883 case `(uname -sr) 2>/dev/null` in
4884 "SunOS 5"*)
5630 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 4885 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5631echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 4886echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5632 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 4887 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5633 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5634 ac_cxx_werror_flag=yes
5635 cat >conftest.$ac_ext <<_ACEOF 4888 cat >conftest.$ac_ext <<_ACEOF
5636/* confdefs.h. */ 4889/* confdefs.h. */
5637_ACEOF 4890_ACEOF
5638cat confdefs.h >>conftest.$ac_ext 4891cat confdefs.h >>conftest.$ac_ext
5639cat >>conftest.$ac_ext <<_ACEOF 4892cat >>conftest.$ac_ext <<_ACEOF
5640/* end confdefs.h. */ 4893/* end confdefs.h. */
5646 ; 4899 ;
5647 return 0; 4900 return 0;
5648} 4901}
5649_ACEOF 4902_ACEOF
5650rm -f conftest.$ac_objext conftest$ac_exeext 4903rm -f conftest.$ac_objext conftest$ac_exeext
5651if { (ac_try="$ac_link"
5652case "(($ac_try" in
5653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5654 *) ac_try_echo=$ac_try;;
5655esac
5656eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5657 (eval "$ac_link") 2>conftest.er1 4905 (eval $ac_link) 2>conftest.er1
5658 ac_status=$? 4906 ac_status=$?
5659 grep -v '^ *+' conftest.er1 >conftest.err 4907 grep -v '^ *+' conftest.er1 >conftest.err
5660 rm -f conftest.er1 4908 rm -f conftest.er1
5661 cat conftest.err >&5 4909 cat conftest.err >&5
5662 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663 (exit $ac_status); } && { 4911 (exit $ac_status); } &&
5664 test -z "$ac_cxx_werror_flag" || 4912 { ac_try='test -z "$ac_cxx_werror_flag"
5665 test ! -s conftest.err 4913 || test ! -s conftest.err'
5666 } && test -s conftest$ac_exeext && 4914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5667 $as_test_x conftest$ac_exeext; then 4915 (eval $ac_try) 2>&5
5668 { echo "$as_me:$LINENO: result: no" >&5 4916 ac_status=$?
5669echo "${ECHO_T}no" >&6; } 4917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5670 X_LIBS="$X_LIBS -R$x_libraries" 4918 (exit $ac_status); }; } &&
4919 { ac_try='test -s conftest$ac_exeext'
4920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4921 (eval $ac_try) 2>&5
4922 ac_status=$?
4923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4924 (exit $ac_status); }; }; then
4925 ac_R_nospace=yes
5671else 4926else
5672 echo "$as_me: failed program was:" >&5 4927 echo "$as_me: failed program was:" >&5
5673sed 's/^/| /' conftest.$ac_ext >&5 4928sed 's/^/| /' conftest.$ac_ext >&5
5674 4929
4930ac_R_nospace=no
4931fi
4932rm -f conftest.err conftest.$ac_objext \
4933 conftest$ac_exeext conftest.$ac_ext
4934 if test $ac_R_nospace = yes; then
4935 echo "$as_me:$LINENO: result: no" >&5
4936echo "${ECHO_T}no" >&6
4937 X_LIBS="$X_LIBS -R$x_libraries"
4938 else
5675 LIBS="$ac_xsave_LIBS -R $x_libraries" 4939 LIBS="$ac_xsave_LIBS -R $x_libraries"
5676 cat >conftest.$ac_ext <<_ACEOF 4940 cat >conftest.$ac_ext <<_ACEOF
5677/* confdefs.h. */ 4941/* confdefs.h. */
5678_ACEOF 4942_ACEOF
5679cat confdefs.h >>conftest.$ac_ext 4943cat confdefs.h >>conftest.$ac_ext
5680cat >>conftest.$ac_ext <<_ACEOF 4944cat >>conftest.$ac_ext <<_ACEOF
5681/* end confdefs.h. */ 4945/* end confdefs.h. */
5687 ; 4951 ;
5688 return 0; 4952 return 0;
5689} 4953}
5690_ACEOF 4954_ACEOF
5691rm -f conftest.$ac_objext conftest$ac_exeext 4955rm -f conftest.$ac_objext conftest$ac_exeext
5692if { (ac_try="$ac_link"
5693case "(($ac_try" in
5694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5695 *) ac_try_echo=$ac_try;;
5696esac
5697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4956if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5698 (eval "$ac_link") 2>conftest.er1 4957 (eval $ac_link) 2>conftest.er1
5699 ac_status=$? 4958 ac_status=$?
5700 grep -v '^ *+' conftest.er1 >conftest.err 4959 grep -v '^ *+' conftest.er1 >conftest.err
5701 rm -f conftest.er1 4960 rm -f conftest.er1
5702 cat conftest.err >&5 4961 cat conftest.err >&5
5703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5704 (exit $ac_status); } && { 4963 (exit $ac_status); } &&
5705 test -z "$ac_cxx_werror_flag" || 4964 { ac_try='test -z "$ac_cxx_werror_flag"
5706 test ! -s conftest.err 4965 || test ! -s conftest.err'
5707 } && test -s conftest$ac_exeext && 4966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5708 $as_test_x conftest$ac_exeext; then 4967 (eval $ac_try) 2>&5
5709 { echo "$as_me:$LINENO: result: yes" >&5 4968 ac_status=$?
5710echo "${ECHO_T}yes" >&6; } 4969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5711 X_LIBS="$X_LIBS -R $x_libraries" 4970 (exit $ac_status); }; } &&
4971 { ac_try='test -s conftest$ac_exeext'
4972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4973 (eval $ac_try) 2>&5
4974 ac_status=$?
4975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4976 (exit $ac_status); }; }; then
4977 ac_R_space=yes
5712else 4978else
5713 echo "$as_me: failed program was:" >&5 4979 echo "$as_me: failed program was:" >&5
5714sed 's/^/| /' conftest.$ac_ext >&5 4980sed 's/^/| /' conftest.$ac_ext >&5
5715 4981
5716 { echo "$as_me:$LINENO: result: neither works" >&5 4982ac_R_space=no
5717echo "${ECHO_T}neither works" >&6; }
5718fi 4983fi
5719 4984rm -f conftest.err conftest.$ac_objext \
5720rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5721 conftest$ac_exeext conftest.$ac_ext 4985 conftest$ac_exeext conftest.$ac_ext
4986 if test $ac_R_space = yes; then
4987 echo "$as_me:$LINENO: result: yes" >&5
4988echo "${ECHO_T}yes" >&6
4989 X_LIBS="$X_LIBS -R $x_libraries"
4990 else
4991 echo "$as_me:$LINENO: result: neither works" >&5
4992echo "${ECHO_T}neither works" >&6
5722fi 4993 fi
5723 4994 fi
5724rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5725 conftest$ac_exeext conftest.$ac_ext
5726 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5727 LIBS=$ac_xsave_LIBS 4995 LIBS=$ac_xsave_LIBS
4996 esac
5728 fi 4997 fi
5729 4998
5730 # Check for system-dependent libraries X programs must link with. 4999 # Check for system-dependent libraries X programs must link with.
5731 # Do this before checking for the system-independent R6 libraries 5000 # Do this before checking for the system-independent R6 libraries
5732 # (-lICE), since we may need -lsocket or whatever for X linking. 5001 # (-lICE), since we may need -lsocket or whatever for X linking.
5743_ACEOF 5012_ACEOF
5744cat confdefs.h >>conftest.$ac_ext 5013cat confdefs.h >>conftest.$ac_ext
5745cat >>conftest.$ac_ext <<_ACEOF 5014cat >>conftest.$ac_ext <<_ACEOF
5746/* end confdefs.h. */ 5015/* end confdefs.h. */
5747 5016
5748/* Override any GCC internal prototype to avoid an error. 5017/* Override any gcc2 internal prototype to avoid an error. */
5749 Use char because int might match the return type of a GCC
5750 builtin and then its argument prototype would still apply. */
5751#ifdef __cplusplus 5018#ifdef __cplusplus
5752extern "C" 5019extern "C"
5753#endif 5020#endif
5021/* We use char because int might match the return type of a gcc2
5022 builtin and then its argument prototype would still apply. */
5754char XOpenDisplay (); 5023char XOpenDisplay ();
5755int 5024int
5756main () 5025main ()
5757{ 5026{
5758return XOpenDisplay (); 5027XOpenDisplay ();
5759 ; 5028 ;
5760 return 0; 5029 return 0;
5761} 5030}
5762_ACEOF 5031_ACEOF
5763rm -f conftest.$ac_objext conftest$ac_exeext 5032rm -f conftest.$ac_objext conftest$ac_exeext
5764if { (ac_try="$ac_link"
5765case "(($ac_try" in
5766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5767 *) ac_try_echo=$ac_try;;
5768esac
5769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5033if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5770 (eval "$ac_link") 2>conftest.er1 5034 (eval $ac_link) 2>conftest.er1
5771 ac_status=$? 5035 ac_status=$?
5772 grep -v '^ *+' conftest.er1 >conftest.err 5036 grep -v '^ *+' conftest.er1 >conftest.err
5773 rm -f conftest.er1 5037 rm -f conftest.er1
5774 cat conftest.err >&5 5038 cat conftest.err >&5
5775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776 (exit $ac_status); } && { 5040 (exit $ac_status); } &&
5777 test -z "$ac_cxx_werror_flag" || 5041 { ac_try='test -z "$ac_cxx_werror_flag"
5778 test ! -s conftest.err 5042 || test ! -s conftest.err'
5779 } && test -s conftest$ac_exeext && 5043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5780 $as_test_x conftest$ac_exeext; then 5044 (eval $ac_try) 2>&5
5045 ac_status=$?
5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047 (exit $ac_status); }; } &&
5048 { ac_try='test -s conftest$ac_exeext'
5049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5050 (eval $ac_try) 2>&5
5051 ac_status=$?
5052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053 (exit $ac_status); }; }; then
5781 : 5054 :
5782else 5055else
5783 echo "$as_me: failed program was:" >&5 5056 echo "$as_me: failed program was:" >&5
5784sed 's/^/| /' conftest.$ac_ext >&5 5057sed 's/^/| /' conftest.$ac_ext >&5
5785 5058
5786 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5059echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5787echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5060echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5788if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5061if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5789 echo $ECHO_N "(cached) $ECHO_C" >&6 5062 echo $ECHO_N "(cached) $ECHO_C" >&6
5790else 5063else
5791 ac_check_lib_save_LIBS=$LIBS 5064 ac_check_lib_save_LIBS=$LIBS
5792LIBS="-ldnet $LIBS" 5065LIBS="-ldnet $LIBS"
5795_ACEOF 5068_ACEOF
5796cat confdefs.h >>conftest.$ac_ext 5069cat confdefs.h >>conftest.$ac_ext
5797cat >>conftest.$ac_ext <<_ACEOF 5070cat >>conftest.$ac_ext <<_ACEOF
5798/* end confdefs.h. */ 5071/* end confdefs.h. */
5799 5072
5800/* Override any GCC internal prototype to avoid an error. 5073/* Override any gcc2 internal prototype to avoid an error. */
5801 Use char because int might match the return type of a GCC
5802 builtin and then its argument prototype would still apply. */
5803#ifdef __cplusplus 5074#ifdef __cplusplus
5804extern "C" 5075extern "C"
5805#endif 5076#endif
5077/* We use char because int might match the return type of a gcc2
5078 builtin and then its argument prototype would still apply. */
5806char dnet_ntoa (); 5079char dnet_ntoa ();
5807int 5080int
5808main () 5081main ()
5809{ 5082{
5810return dnet_ntoa (); 5083dnet_ntoa ();
5811 ; 5084 ;
5812 return 0; 5085 return 0;
5813} 5086}
5814_ACEOF 5087_ACEOF
5815rm -f conftest.$ac_objext conftest$ac_exeext 5088rm -f conftest.$ac_objext conftest$ac_exeext
5816if { (ac_try="$ac_link"
5817case "(($ac_try" in
5818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5819 *) ac_try_echo=$ac_try;;
5820esac
5821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5089if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5822 (eval "$ac_link") 2>conftest.er1 5090 (eval $ac_link) 2>conftest.er1
5823 ac_status=$? 5091 ac_status=$?
5824 grep -v '^ *+' conftest.er1 >conftest.err 5092 grep -v '^ *+' conftest.er1 >conftest.err
5825 rm -f conftest.er1 5093 rm -f conftest.er1
5826 cat conftest.err >&5 5094 cat conftest.err >&5
5827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5828 (exit $ac_status); } && { 5096 (exit $ac_status); } &&
5829 test -z "$ac_cxx_werror_flag" || 5097 { ac_try='test -z "$ac_cxx_werror_flag"
5830 test ! -s conftest.err 5098 || test ! -s conftest.err'
5831 } && test -s conftest$ac_exeext && 5099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5832 $as_test_x conftest$ac_exeext; then 5100 (eval $ac_try) 2>&5
5101 ac_status=$?
5102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103 (exit $ac_status); }; } &&
5104 { ac_try='test -s conftest$ac_exeext'
5105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5106 (eval $ac_try) 2>&5
5107 ac_status=$?
5108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5109 (exit $ac_status); }; }; then
5833 ac_cv_lib_dnet_dnet_ntoa=yes 5110 ac_cv_lib_dnet_dnet_ntoa=yes
5834else 5111else
5835 echo "$as_me: failed program was:" >&5 5112 echo "$as_me: failed program was:" >&5
5836sed 's/^/| /' conftest.$ac_ext >&5 5113sed 's/^/| /' conftest.$ac_ext >&5
5837 5114
5838 ac_cv_lib_dnet_dnet_ntoa=no 5115ac_cv_lib_dnet_dnet_ntoa=no
5839fi 5116fi
5840 5117rm -f conftest.err conftest.$ac_objext \
5841rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5842 conftest$ac_exeext conftest.$ac_ext 5118 conftest$ac_exeext conftest.$ac_ext
5843LIBS=$ac_check_lib_save_LIBS 5119LIBS=$ac_check_lib_save_LIBS
5844fi 5120fi
5845{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5121echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5846echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5122echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5847if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5123if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5848 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5124 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5849fi 5125fi
5850 5126
5851 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5127 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5852 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5128 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5853echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5129echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5854if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5130if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5855 echo $ECHO_N "(cached) $ECHO_C" >&6 5131 echo $ECHO_N "(cached) $ECHO_C" >&6
5856else 5132else
5857 ac_check_lib_save_LIBS=$LIBS 5133 ac_check_lib_save_LIBS=$LIBS
5858LIBS="-ldnet_stub $LIBS" 5134LIBS="-ldnet_stub $LIBS"
5861_ACEOF 5137_ACEOF
5862cat confdefs.h >>conftest.$ac_ext 5138cat confdefs.h >>conftest.$ac_ext
5863cat >>conftest.$ac_ext <<_ACEOF 5139cat >>conftest.$ac_ext <<_ACEOF
5864/* end confdefs.h. */ 5140/* end confdefs.h. */
5865 5141
5866/* Override any GCC internal prototype to avoid an error. 5142/* Override any gcc2 internal prototype to avoid an error. */
5867 Use char because int might match the return type of a GCC
5868 builtin and then its argument prototype would still apply. */
5869#ifdef __cplusplus 5143#ifdef __cplusplus
5870extern "C" 5144extern "C"
5871#endif 5145#endif
5146/* We use char because int might match the return type of a gcc2
5147 builtin and then its argument prototype would still apply. */
5872char dnet_ntoa (); 5148char dnet_ntoa ();
5873int 5149int
5874main () 5150main ()
5875{ 5151{
5876return dnet_ntoa (); 5152dnet_ntoa ();
5877 ; 5153 ;
5878 return 0; 5154 return 0;
5879} 5155}
5880_ACEOF 5156_ACEOF
5881rm -f conftest.$ac_objext conftest$ac_exeext 5157rm -f conftest.$ac_objext conftest$ac_exeext
5882if { (ac_try="$ac_link"
5883case "(($ac_try" in
5884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5885 *) ac_try_echo=$ac_try;;
5886esac
5887eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5158if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5888 (eval "$ac_link") 2>conftest.er1 5159 (eval $ac_link) 2>conftest.er1
5889 ac_status=$? 5160 ac_status=$?
5890 grep -v '^ *+' conftest.er1 >conftest.err 5161 grep -v '^ *+' conftest.er1 >conftest.err
5891 rm -f conftest.er1 5162 rm -f conftest.er1
5892 cat conftest.err >&5 5163 cat conftest.err >&5
5893 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5894 (exit $ac_status); } && { 5165 (exit $ac_status); } &&
5895 test -z "$ac_cxx_werror_flag" || 5166 { ac_try='test -z "$ac_cxx_werror_flag"
5896 test ! -s conftest.err 5167 || test ! -s conftest.err'
5897 } && test -s conftest$ac_exeext && 5168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898 $as_test_x conftest$ac_exeext; then 5169 (eval $ac_try) 2>&5
5170 ac_status=$?
5171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5172 (exit $ac_status); }; } &&
5173 { ac_try='test -s conftest$ac_exeext'
5174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5175 (eval $ac_try) 2>&5
5176 ac_status=$?
5177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5178 (exit $ac_status); }; }; then
5899 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5179 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5900else 5180else
5901 echo "$as_me: failed program was:" >&5 5181 echo "$as_me: failed program was:" >&5
5902sed 's/^/| /' conftest.$ac_ext >&5 5182sed 's/^/| /' conftest.$ac_ext >&5
5903 5183
5904 ac_cv_lib_dnet_stub_dnet_ntoa=no 5184ac_cv_lib_dnet_stub_dnet_ntoa=no
5905fi 5185fi
5906 5186rm -f conftest.err conftest.$ac_objext \
5907rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5908 conftest$ac_exeext conftest.$ac_ext 5187 conftest$ac_exeext conftest.$ac_ext
5909LIBS=$ac_check_lib_save_LIBS 5188LIBS=$ac_check_lib_save_LIBS
5910fi 5189fi
5911{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5190echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5912echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5191echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5913if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5192if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5914 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5193 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5915fi 5194fi
5916 5195
5917 fi 5196 fi
5918fi 5197fi
5919 5198rm -f conftest.err conftest.$ac_objext \
5920rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5921 conftest$ac_exeext conftest.$ac_ext 5199 conftest$ac_exeext conftest.$ac_ext
5922 LIBS="$ac_xsave_LIBS" 5200 LIBS="$ac_xsave_LIBS"
5923 5201
5924 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 5202 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5925 # to get the SysV transport functions. 5203 # to get the SysV transport functions.
5927 # needs -lnsl. 5205 # needs -lnsl.
5928 # The nsl library prevents programs from opening the X display 5206 # The nsl library prevents programs from opening the X display
5929 # on Irix 5.2, according to T.E. Dickey. 5207 # on Irix 5.2, according to T.E. Dickey.
5930 # The functions gethostbyname, getservbyname, and inet_addr are 5208 # The functions gethostbyname, getservbyname, and inet_addr are
5931 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5209 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5932 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5210 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5933echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5211echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5934if test "${ac_cv_func_gethostbyname+set}" = set; then 5212if test "${ac_cv_func_gethostbyname+set}" = set; then
5935 echo $ECHO_N "(cached) $ECHO_C" >&6 5213 echo $ECHO_N "(cached) $ECHO_C" >&6
5936else 5214else
5937 cat >conftest.$ac_ext <<_ACEOF 5215 cat >conftest.$ac_ext <<_ACEOF
5938/* confdefs.h. */ 5216/* confdefs.h. */
5955# include <assert.h> 5233# include <assert.h>
5956#endif 5234#endif
5957 5235
5958#undef gethostbyname 5236#undef gethostbyname
5959 5237
5960/* Override any GCC internal prototype to avoid an error. 5238/* Override any gcc2 internal prototype to avoid an error. */
5961 Use char because int might match the return type of a GCC
5962 builtin and then its argument prototype would still apply. */
5963#ifdef __cplusplus 5239#ifdef __cplusplus
5964extern "C" 5240extern "C"
5241{
5965#endif 5242#endif
5243/* We use char because int might match the return type of a gcc2
5244 builtin and then its argument prototype would still apply. */
5966char gethostbyname (); 5245char gethostbyname ();
5967/* The GNU C library defines this for functions which it implements 5246/* The GNU C library defines this for functions which it implements
5968 to always fail with ENOSYS. Some functions are actually named 5247 to always fail with ENOSYS. Some functions are actually named
5969 something starting with __ and the normal name is an alias. */ 5248 something starting with __ and the normal name is an alias. */
5970#if defined __stub_gethostbyname || defined __stub___gethostbyname 5249#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5971choke me 5250choke me
5251#else
5252char (*f) () = gethostbyname;
5253#endif
5254#ifdef __cplusplus
5255}
5972#endif 5256#endif
5973 5257
5974int 5258int
5975main () 5259main ()
5976{ 5260{
5977return gethostbyname (); 5261return f != gethostbyname;
5978 ; 5262 ;
5979 return 0; 5263 return 0;
5980} 5264}
5981_ACEOF 5265_ACEOF
5982rm -f conftest.$ac_objext conftest$ac_exeext 5266rm -f conftest.$ac_objext conftest$ac_exeext
5983if { (ac_try="$ac_link"
5984case "(($ac_try" in
5985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5986 *) ac_try_echo=$ac_try;;
5987esac
5988eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5267if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5989 (eval "$ac_link") 2>conftest.er1 5268 (eval $ac_link) 2>conftest.er1
5990 ac_status=$? 5269 ac_status=$?
5991 grep -v '^ *+' conftest.er1 >conftest.err 5270 grep -v '^ *+' conftest.er1 >conftest.err
5992 rm -f conftest.er1 5271 rm -f conftest.er1
5993 cat conftest.err >&5 5272 cat conftest.err >&5
5994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5995 (exit $ac_status); } && { 5274 (exit $ac_status); } &&
5996 test -z "$ac_cxx_werror_flag" || 5275 { ac_try='test -z "$ac_cxx_werror_flag"
5997 test ! -s conftest.err 5276 || test ! -s conftest.err'
5998 } && test -s conftest$ac_exeext && 5277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5999 $as_test_x conftest$ac_exeext; then 5278 (eval $ac_try) 2>&5
5279 ac_status=$?
5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281 (exit $ac_status); }; } &&
5282 { ac_try='test -s conftest$ac_exeext'
5283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5284 (eval $ac_try) 2>&5
5285 ac_status=$?
5286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5287 (exit $ac_status); }; }; then
6000 ac_cv_func_gethostbyname=yes 5288 ac_cv_func_gethostbyname=yes
6001else 5289else
6002 echo "$as_me: failed program was:" >&5 5290 echo "$as_me: failed program was:" >&5
6003sed 's/^/| /' conftest.$ac_ext >&5 5291sed 's/^/| /' conftest.$ac_ext >&5
6004 5292
6005 ac_cv_func_gethostbyname=no 5293ac_cv_func_gethostbyname=no
6006fi 5294fi
6007 5295rm -f conftest.err conftest.$ac_objext \
6008rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6009 conftest$ac_exeext conftest.$ac_ext 5296 conftest$ac_exeext conftest.$ac_ext
6010fi 5297fi
6011{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5298echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6012echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5299echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6013 5300
6014 if test $ac_cv_func_gethostbyname = no; then 5301 if test $ac_cv_func_gethostbyname = no; then
6015 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5302 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6016echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5303echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6017if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5304if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6 5305 echo $ECHO_N "(cached) $ECHO_C" >&6
6019else 5306else
6020 ac_check_lib_save_LIBS=$LIBS 5307 ac_check_lib_save_LIBS=$LIBS
6021LIBS="-lnsl $LIBS" 5308LIBS="-lnsl $LIBS"
6024_ACEOF 5311_ACEOF
6025cat confdefs.h >>conftest.$ac_ext 5312cat confdefs.h >>conftest.$ac_ext
6026cat >>conftest.$ac_ext <<_ACEOF 5313cat >>conftest.$ac_ext <<_ACEOF
6027/* end confdefs.h. */ 5314/* end confdefs.h. */
6028 5315
6029/* Override any GCC internal prototype to avoid an error. 5316/* Override any gcc2 internal prototype to avoid an error. */
6030 Use char because int might match the return type of a GCC
6031 builtin and then its argument prototype would still apply. */
6032#ifdef __cplusplus 5317#ifdef __cplusplus
6033extern "C" 5318extern "C"
6034#endif 5319#endif
5320/* We use char because int might match the return type of a gcc2
5321 builtin and then its argument prototype would still apply. */
6035char gethostbyname (); 5322char gethostbyname ();
6036int 5323int
6037main () 5324main ()
6038{ 5325{
6039return gethostbyname (); 5326gethostbyname ();
6040 ; 5327 ;
6041 return 0; 5328 return 0;
6042} 5329}
6043_ACEOF 5330_ACEOF
6044rm -f conftest.$ac_objext conftest$ac_exeext 5331rm -f conftest.$ac_objext conftest$ac_exeext
6045if { (ac_try="$ac_link"
6046case "(($ac_try" in
6047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6048 *) ac_try_echo=$ac_try;;
6049esac
6050eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5332if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6051 (eval "$ac_link") 2>conftest.er1 5333 (eval $ac_link) 2>conftest.er1
6052 ac_status=$? 5334 ac_status=$?
6053 grep -v '^ *+' conftest.er1 >conftest.err 5335 grep -v '^ *+' conftest.er1 >conftest.err
6054 rm -f conftest.er1 5336 rm -f conftest.er1
6055 cat conftest.err >&5 5337 cat conftest.err >&5
6056 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6057 (exit $ac_status); } && { 5339 (exit $ac_status); } &&
6058 test -z "$ac_cxx_werror_flag" || 5340 { ac_try='test -z "$ac_cxx_werror_flag"
6059 test ! -s conftest.err 5341 || test ! -s conftest.err'
6060 } && test -s conftest$ac_exeext && 5342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6061 $as_test_x conftest$ac_exeext; then 5343 (eval $ac_try) 2>&5
5344 ac_status=$?
5345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5346 (exit $ac_status); }; } &&
5347 { ac_try='test -s conftest$ac_exeext'
5348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5349 (eval $ac_try) 2>&5
5350 ac_status=$?
5351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5352 (exit $ac_status); }; }; then
6062 ac_cv_lib_nsl_gethostbyname=yes 5353 ac_cv_lib_nsl_gethostbyname=yes
6063else 5354else
6064 echo "$as_me: failed program was:" >&5 5355 echo "$as_me: failed program was:" >&5
6065sed 's/^/| /' conftest.$ac_ext >&5 5356sed 's/^/| /' conftest.$ac_ext >&5
6066 5357
6067 ac_cv_lib_nsl_gethostbyname=no 5358ac_cv_lib_nsl_gethostbyname=no
6068fi 5359fi
6069 5360rm -f conftest.err conftest.$ac_objext \
6070rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6071 conftest$ac_exeext conftest.$ac_ext 5361 conftest$ac_exeext conftest.$ac_ext
6072LIBS=$ac_check_lib_save_LIBS 5362LIBS=$ac_check_lib_save_LIBS
6073fi 5363fi
6074{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5364echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6075echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5365echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6076if test $ac_cv_lib_nsl_gethostbyname = yes; then 5366if test $ac_cv_lib_nsl_gethostbyname = yes; then
6077 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5367 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6078fi 5368fi
6079 5369
6080 if test $ac_cv_lib_nsl_gethostbyname = no; then 5370 if test $ac_cv_lib_nsl_gethostbyname = no; then
6081 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5371 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
6082echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5372echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
6083if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5373if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6 5374 echo $ECHO_N "(cached) $ECHO_C" >&6
6085else 5375else
6086 ac_check_lib_save_LIBS=$LIBS 5376 ac_check_lib_save_LIBS=$LIBS
6087LIBS="-lbsd $LIBS" 5377LIBS="-lbsd $LIBS"
6090_ACEOF 5380_ACEOF
6091cat confdefs.h >>conftest.$ac_ext 5381cat confdefs.h >>conftest.$ac_ext
6092cat >>conftest.$ac_ext <<_ACEOF 5382cat >>conftest.$ac_ext <<_ACEOF
6093/* end confdefs.h. */ 5383/* end confdefs.h. */
6094 5384
6095/* Override any GCC internal prototype to avoid an error. 5385/* Override any gcc2 internal prototype to avoid an error. */
6096 Use char because int might match the return type of a GCC
6097 builtin and then its argument prototype would still apply. */
6098#ifdef __cplusplus 5386#ifdef __cplusplus
6099extern "C" 5387extern "C"
6100#endif 5388#endif
5389/* We use char because int might match the return type of a gcc2
5390 builtin and then its argument prototype would still apply. */
6101char gethostbyname (); 5391char gethostbyname ();
6102int 5392int
6103main () 5393main ()
6104{ 5394{
6105return gethostbyname (); 5395gethostbyname ();
6106 ; 5396 ;
6107 return 0; 5397 return 0;
6108} 5398}
6109_ACEOF 5399_ACEOF
6110rm -f conftest.$ac_objext conftest$ac_exeext 5400rm -f conftest.$ac_objext conftest$ac_exeext
6111if { (ac_try="$ac_link"
6112case "(($ac_try" in
6113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6114 *) ac_try_echo=$ac_try;;
6115esac
6116eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5401if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6117 (eval "$ac_link") 2>conftest.er1 5402 (eval $ac_link) 2>conftest.er1
6118 ac_status=$? 5403 ac_status=$?
6119 grep -v '^ *+' conftest.er1 >conftest.err 5404 grep -v '^ *+' conftest.er1 >conftest.err
6120 rm -f conftest.er1 5405 rm -f conftest.er1
6121 cat conftest.err >&5 5406 cat conftest.err >&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); } && { 5408 (exit $ac_status); } &&
6124 test -z "$ac_cxx_werror_flag" || 5409 { ac_try='test -z "$ac_cxx_werror_flag"
6125 test ! -s conftest.err 5410 || test ! -s conftest.err'
6126 } && test -s conftest$ac_exeext && 5411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6127 $as_test_x conftest$ac_exeext; then 5412 (eval $ac_try) 2>&5
5413 ac_status=$?
5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415 (exit $ac_status); }; } &&
5416 { ac_try='test -s conftest$ac_exeext'
5417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5418 (eval $ac_try) 2>&5
5419 ac_status=$?
5420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5421 (exit $ac_status); }; }; then
6128 ac_cv_lib_bsd_gethostbyname=yes 5422 ac_cv_lib_bsd_gethostbyname=yes
6129else 5423else
6130 echo "$as_me: failed program was:" >&5 5424 echo "$as_me: failed program was:" >&5
6131sed 's/^/| /' conftest.$ac_ext >&5 5425sed 's/^/| /' conftest.$ac_ext >&5
6132 5426
6133 ac_cv_lib_bsd_gethostbyname=no 5427ac_cv_lib_bsd_gethostbyname=no
6134fi 5428fi
6135 5429rm -f conftest.err conftest.$ac_objext \
6136rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6137 conftest$ac_exeext conftest.$ac_ext 5430 conftest$ac_exeext conftest.$ac_ext
6138LIBS=$ac_check_lib_save_LIBS 5431LIBS=$ac_check_lib_save_LIBS
6139fi 5432fi
6140{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5433echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6141echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5434echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6142if test $ac_cv_lib_bsd_gethostbyname = yes; then 5435if test $ac_cv_lib_bsd_gethostbyname = yes; then
6143 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5436 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6144fi 5437fi
6145 5438
6146 fi 5439 fi
6151 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 5444 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
6152 # on later versions), says Simon Leinen: it contains gethostby* 5445 # on later versions), says Simon Leinen: it contains gethostby*
6153 # variants that don't use the name server (or something). -lsocket 5446 # variants that don't use the name server (or something). -lsocket
6154 # must be given before -lnsl if both are needed. We assume that 5447 # must be given before -lnsl if both are needed. We assume that
6155 # if connect needs -lnsl, so does gethostbyname. 5448 # if connect needs -lnsl, so does gethostbyname.
6156 { echo "$as_me:$LINENO: checking for connect" >&5 5449 echo "$as_me:$LINENO: checking for connect" >&5
6157echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5450echo $ECHO_N "checking for connect... $ECHO_C" >&6
6158if test "${ac_cv_func_connect+set}" = set; then 5451if test "${ac_cv_func_connect+set}" = set; then
6159 echo $ECHO_N "(cached) $ECHO_C" >&6 5452 echo $ECHO_N "(cached) $ECHO_C" >&6
6160else 5453else
6161 cat >conftest.$ac_ext <<_ACEOF 5454 cat >conftest.$ac_ext <<_ACEOF
6162/* confdefs.h. */ 5455/* confdefs.h. */
6179# include <assert.h> 5472# include <assert.h>
6180#endif 5473#endif
6181 5474
6182#undef connect 5475#undef connect
6183 5476
6184/* Override any GCC internal prototype to avoid an error. 5477/* Override any gcc2 internal prototype to avoid an error. */
6185 Use char because int might match the return type of a GCC
6186 builtin and then its argument prototype would still apply. */
6187#ifdef __cplusplus 5478#ifdef __cplusplus
6188extern "C" 5479extern "C"
5480{
6189#endif 5481#endif
5482/* We use char because int might match the return type of a gcc2
5483 builtin and then its argument prototype would still apply. */
6190char connect (); 5484char connect ();
6191/* The GNU C library defines this for functions which it implements 5485/* The GNU C library defines this for functions which it implements
6192 to always fail with ENOSYS. Some functions are actually named 5486 to always fail with ENOSYS. Some functions are actually named
6193 something starting with __ and the normal name is an alias. */ 5487 something starting with __ and the normal name is an alias. */
6194#if defined __stub_connect || defined __stub___connect 5488#if defined (__stub_connect) || defined (__stub___connect)
6195choke me 5489choke me
5490#else
5491char (*f) () = connect;
5492#endif
5493#ifdef __cplusplus
5494}
6196#endif 5495#endif
6197 5496
6198int 5497int
6199main () 5498main ()
6200{ 5499{
6201return connect (); 5500return f != connect;
6202 ; 5501 ;
6203 return 0; 5502 return 0;
6204} 5503}
6205_ACEOF 5504_ACEOF
6206rm -f conftest.$ac_objext conftest$ac_exeext 5505rm -f conftest.$ac_objext conftest$ac_exeext
6207if { (ac_try="$ac_link"
6208case "(($ac_try" in
6209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6210 *) ac_try_echo=$ac_try;;
6211esac
6212eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6213 (eval "$ac_link") 2>conftest.er1 5507 (eval $ac_link) 2>conftest.er1
6214 ac_status=$? 5508 ac_status=$?
6215 grep -v '^ *+' conftest.er1 >conftest.err 5509 grep -v '^ *+' conftest.er1 >conftest.err
6216 rm -f conftest.er1 5510 rm -f conftest.er1
6217 cat conftest.err >&5 5511 cat conftest.err >&5
6218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6219 (exit $ac_status); } && { 5513 (exit $ac_status); } &&
6220 test -z "$ac_cxx_werror_flag" || 5514 { ac_try='test -z "$ac_cxx_werror_flag"
6221 test ! -s conftest.err 5515 || test ! -s conftest.err'
6222 } && test -s conftest$ac_exeext && 5516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6223 $as_test_x conftest$ac_exeext; then 5517 (eval $ac_try) 2>&5
5518 ac_status=$?
5519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); }; } &&
5521 { ac_try='test -s conftest$ac_exeext'
5522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5523 (eval $ac_try) 2>&5
5524 ac_status=$?
5525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5526 (exit $ac_status); }; }; then
6224 ac_cv_func_connect=yes 5527 ac_cv_func_connect=yes
6225else 5528else
6226 echo "$as_me: failed program was:" >&5 5529 echo "$as_me: failed program was:" >&5
6227sed 's/^/| /' conftest.$ac_ext >&5 5530sed 's/^/| /' conftest.$ac_ext >&5
6228 5531
6229 ac_cv_func_connect=no 5532ac_cv_func_connect=no
6230fi 5533fi
6231 5534rm -f conftest.err conftest.$ac_objext \
6232rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6233 conftest$ac_exeext conftest.$ac_ext 5535 conftest$ac_exeext conftest.$ac_ext
6234fi 5536fi
6235{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5537echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6236echo "${ECHO_T}$ac_cv_func_connect" >&6; } 5538echo "${ECHO_T}$ac_cv_func_connect" >&6
6237 5539
6238 if test $ac_cv_func_connect = no; then 5540 if test $ac_cv_func_connect = no; then
6239 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5541 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6240echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 5542echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6241if test "${ac_cv_lib_socket_connect+set}" = set; then 5543if test "${ac_cv_lib_socket_connect+set}" = set; then
6242 echo $ECHO_N "(cached) $ECHO_C" >&6 5544 echo $ECHO_N "(cached) $ECHO_C" >&6
6243else 5545else
6244 ac_check_lib_save_LIBS=$LIBS 5546 ac_check_lib_save_LIBS=$LIBS
6245LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 5547LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6248_ACEOF 5550_ACEOF
6249cat confdefs.h >>conftest.$ac_ext 5551cat confdefs.h >>conftest.$ac_ext
6250cat >>conftest.$ac_ext <<_ACEOF 5552cat >>conftest.$ac_ext <<_ACEOF
6251/* end confdefs.h. */ 5553/* end confdefs.h. */
6252 5554
6253/* Override any GCC internal prototype to avoid an error. 5555/* Override any gcc2 internal prototype to avoid an error. */
6254 Use char because int might match the return type of a GCC
6255 builtin and then its argument prototype would still apply. */
6256#ifdef __cplusplus 5556#ifdef __cplusplus
6257extern "C" 5557extern "C"
6258#endif 5558#endif
5559/* We use char because int might match the return type of a gcc2
5560 builtin and then its argument prototype would still apply. */
6259char connect (); 5561char connect ();
6260int 5562int
6261main () 5563main ()
6262{ 5564{
6263return connect (); 5565connect ();
6264 ; 5566 ;
6265 return 0; 5567 return 0;
6266} 5568}
6267_ACEOF 5569_ACEOF
6268rm -f conftest.$ac_objext conftest$ac_exeext 5570rm -f conftest.$ac_objext conftest$ac_exeext
6269if { (ac_try="$ac_link"
6270case "(($ac_try" in
6271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6272 *) ac_try_echo=$ac_try;;
6273esac
6274eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5571if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6275 (eval "$ac_link") 2>conftest.er1 5572 (eval $ac_link) 2>conftest.er1
6276 ac_status=$? 5573 ac_status=$?
6277 grep -v '^ *+' conftest.er1 >conftest.err 5574 grep -v '^ *+' conftest.er1 >conftest.err
6278 rm -f conftest.er1 5575 rm -f conftest.er1
6279 cat conftest.err >&5 5576 cat conftest.err >&5
6280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6281 (exit $ac_status); } && { 5578 (exit $ac_status); } &&
6282 test -z "$ac_cxx_werror_flag" || 5579 { ac_try='test -z "$ac_cxx_werror_flag"
6283 test ! -s conftest.err 5580 || test ! -s conftest.err'
6284 } && test -s conftest$ac_exeext && 5581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6285 $as_test_x conftest$ac_exeext; then 5582 (eval $ac_try) 2>&5
5583 ac_status=$?
5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5585 (exit $ac_status); }; } &&
5586 { ac_try='test -s conftest$ac_exeext'
5587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5588 (eval $ac_try) 2>&5
5589 ac_status=$?
5590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5591 (exit $ac_status); }; }; then
6286 ac_cv_lib_socket_connect=yes 5592 ac_cv_lib_socket_connect=yes
6287else 5593else
6288 echo "$as_me: failed program was:" >&5 5594 echo "$as_me: failed program was:" >&5
6289sed 's/^/| /' conftest.$ac_ext >&5 5595sed 's/^/| /' conftest.$ac_ext >&5
6290 5596
6291 ac_cv_lib_socket_connect=no 5597ac_cv_lib_socket_connect=no
6292fi 5598fi
6293 5599rm -f conftest.err conftest.$ac_objext \
6294rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6295 conftest$ac_exeext conftest.$ac_ext 5600 conftest$ac_exeext conftest.$ac_ext
6296LIBS=$ac_check_lib_save_LIBS 5601LIBS=$ac_check_lib_save_LIBS
6297fi 5602fi
6298{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5603echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6299echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5604echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6300if test $ac_cv_lib_socket_connect = yes; then 5605if test $ac_cv_lib_socket_connect = yes; then
6301 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 5606 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6302fi 5607fi
6303 5608
6304 fi 5609 fi
6305 5610
6306 # Guillermo Gomez says -lposix is necessary on A/UX. 5611 # Guillermo Gomez says -lposix is necessary on A/UX.
6307 { echo "$as_me:$LINENO: checking for remove" >&5 5612 echo "$as_me:$LINENO: checking for remove" >&5
6308echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 5613echo $ECHO_N "checking for remove... $ECHO_C" >&6
6309if test "${ac_cv_func_remove+set}" = set; then 5614if test "${ac_cv_func_remove+set}" = set; then
6310 echo $ECHO_N "(cached) $ECHO_C" >&6 5615 echo $ECHO_N "(cached) $ECHO_C" >&6
6311else 5616else
6312 cat >conftest.$ac_ext <<_ACEOF 5617 cat >conftest.$ac_ext <<_ACEOF
6313/* confdefs.h. */ 5618/* confdefs.h. */
6330# include <assert.h> 5635# include <assert.h>
6331#endif 5636#endif
6332 5637
6333#undef remove 5638#undef remove
6334 5639
6335/* Override any GCC internal prototype to avoid an error. 5640/* Override any gcc2 internal prototype to avoid an error. */
6336 Use char because int might match the return type of a GCC
6337 builtin and then its argument prototype would still apply. */
6338#ifdef __cplusplus 5641#ifdef __cplusplus
6339extern "C" 5642extern "C"
5643{
6340#endif 5644#endif
5645/* We use char because int might match the return type of a gcc2
5646 builtin and then its argument prototype would still apply. */
6341char remove (); 5647char remove ();
6342/* The GNU C library defines this for functions which it implements 5648/* The GNU C library defines this for functions which it implements
6343 to always fail with ENOSYS. Some functions are actually named 5649 to always fail with ENOSYS. Some functions are actually named
6344 something starting with __ and the normal name is an alias. */ 5650 something starting with __ and the normal name is an alias. */
6345#if defined __stub_remove || defined __stub___remove 5651#if defined (__stub_remove) || defined (__stub___remove)
6346choke me 5652choke me
5653#else
5654char (*f) () = remove;
5655#endif
5656#ifdef __cplusplus
5657}
6347#endif 5658#endif
6348 5659
6349int 5660int
6350main () 5661main ()
6351{ 5662{
6352return remove (); 5663return f != remove;
6353 ; 5664 ;
6354 return 0; 5665 return 0;
6355} 5666}
6356_ACEOF 5667_ACEOF
6357rm -f conftest.$ac_objext conftest$ac_exeext 5668rm -f conftest.$ac_objext conftest$ac_exeext
6358if { (ac_try="$ac_link"
6359case "(($ac_try" in
6360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6361 *) ac_try_echo=$ac_try;;
6362esac
6363eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5669if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6364 (eval "$ac_link") 2>conftest.er1 5670 (eval $ac_link) 2>conftest.er1
6365 ac_status=$? 5671 ac_status=$?
6366 grep -v '^ *+' conftest.er1 >conftest.err 5672 grep -v '^ *+' conftest.er1 >conftest.err
6367 rm -f conftest.er1 5673 rm -f conftest.er1
6368 cat conftest.err >&5 5674 cat conftest.err >&5
6369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6370 (exit $ac_status); } && { 5676 (exit $ac_status); } &&
6371 test -z "$ac_cxx_werror_flag" || 5677 { ac_try='test -z "$ac_cxx_werror_flag"
6372 test ! -s conftest.err 5678 || test ! -s conftest.err'
6373 } && test -s conftest$ac_exeext && 5679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6374 $as_test_x conftest$ac_exeext; then 5680 (eval $ac_try) 2>&5
5681 ac_status=$?
5682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5683 (exit $ac_status); }; } &&
5684 { ac_try='test -s conftest$ac_exeext'
5685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5686 (eval $ac_try) 2>&5
5687 ac_status=$?
5688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5689 (exit $ac_status); }; }; then
6375 ac_cv_func_remove=yes 5690 ac_cv_func_remove=yes
6376else 5691else
6377 echo "$as_me: failed program was:" >&5 5692 echo "$as_me: failed program was:" >&5
6378sed 's/^/| /' conftest.$ac_ext >&5 5693sed 's/^/| /' conftest.$ac_ext >&5
6379 5694
6380 ac_cv_func_remove=no 5695ac_cv_func_remove=no
6381fi 5696fi
6382 5697rm -f conftest.err conftest.$ac_objext \
6383rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6384 conftest$ac_exeext conftest.$ac_ext 5698 conftest$ac_exeext conftest.$ac_ext
6385fi 5699fi
6386{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 5700echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6387echo "${ECHO_T}$ac_cv_func_remove" >&6; } 5701echo "${ECHO_T}$ac_cv_func_remove" >&6
6388 5702
6389 if test $ac_cv_func_remove = no; then 5703 if test $ac_cv_func_remove = no; then
6390 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 5704 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6391echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 5705echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6392if test "${ac_cv_lib_posix_remove+set}" = set; then 5706if test "${ac_cv_lib_posix_remove+set}" = set; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6 5707 echo $ECHO_N "(cached) $ECHO_C" >&6
6394else 5708else
6395 ac_check_lib_save_LIBS=$LIBS 5709 ac_check_lib_save_LIBS=$LIBS
6396LIBS="-lposix $LIBS" 5710LIBS="-lposix $LIBS"
6399_ACEOF 5713_ACEOF
6400cat confdefs.h >>conftest.$ac_ext 5714cat confdefs.h >>conftest.$ac_ext
6401cat >>conftest.$ac_ext <<_ACEOF 5715cat >>conftest.$ac_ext <<_ACEOF
6402/* end confdefs.h. */ 5716/* end confdefs.h. */
6403 5717
6404/* Override any GCC internal prototype to avoid an error. 5718/* Override any gcc2 internal prototype to avoid an error. */
6405 Use char because int might match the return type of a GCC
6406 builtin and then its argument prototype would still apply. */
6407#ifdef __cplusplus 5719#ifdef __cplusplus
6408extern "C" 5720extern "C"
6409#endif 5721#endif
5722/* We use char because int might match the return type of a gcc2
5723 builtin and then its argument prototype would still apply. */
6410char remove (); 5724char remove ();
6411int 5725int
6412main () 5726main ()
6413{ 5727{
6414return remove (); 5728remove ();
6415 ; 5729 ;
6416 return 0; 5730 return 0;
6417} 5731}
6418_ACEOF 5732_ACEOF
6419rm -f conftest.$ac_objext conftest$ac_exeext 5733rm -f conftest.$ac_objext conftest$ac_exeext
6420if { (ac_try="$ac_link"
6421case "(($ac_try" in
6422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6423 *) ac_try_echo=$ac_try;;
6424esac
6425eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5734if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6426 (eval "$ac_link") 2>conftest.er1 5735 (eval $ac_link) 2>conftest.er1
6427 ac_status=$? 5736 ac_status=$?
6428 grep -v '^ *+' conftest.er1 >conftest.err 5737 grep -v '^ *+' conftest.er1 >conftest.err
6429 rm -f conftest.er1 5738 rm -f conftest.er1
6430 cat conftest.err >&5 5739 cat conftest.err >&5
6431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); } && { 5741 (exit $ac_status); } &&
6433 test -z "$ac_cxx_werror_flag" || 5742 { ac_try='test -z "$ac_cxx_werror_flag"
6434 test ! -s conftest.err 5743 || test ! -s conftest.err'
6435 } && test -s conftest$ac_exeext && 5744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6436 $as_test_x conftest$ac_exeext; then 5745 (eval $ac_try) 2>&5
5746 ac_status=$?
5747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); }; } &&
5749 { ac_try='test -s conftest$ac_exeext'
5750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5751 (eval $ac_try) 2>&5
5752 ac_status=$?
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); }; }; then
6437 ac_cv_lib_posix_remove=yes 5755 ac_cv_lib_posix_remove=yes
6438else 5756else
6439 echo "$as_me: failed program was:" >&5 5757 echo "$as_me: failed program was:" >&5
6440sed 's/^/| /' conftest.$ac_ext >&5 5758sed 's/^/| /' conftest.$ac_ext >&5
6441 5759
6442 ac_cv_lib_posix_remove=no 5760ac_cv_lib_posix_remove=no
6443fi 5761fi
6444 5762rm -f conftest.err conftest.$ac_objext \
6445rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6446 conftest$ac_exeext conftest.$ac_ext 5763 conftest$ac_exeext conftest.$ac_ext
6447LIBS=$ac_check_lib_save_LIBS 5764LIBS=$ac_check_lib_save_LIBS
6448fi 5765fi
6449{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 5766echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6450echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 5767echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6451if test $ac_cv_lib_posix_remove = yes; then 5768if test $ac_cv_lib_posix_remove = yes; then
6452 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 5769 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6453fi 5770fi
6454 5771
6455 fi 5772 fi
6456 5773
6457 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 5774 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6458 { echo "$as_me:$LINENO: checking for shmat" >&5 5775 echo "$as_me:$LINENO: checking for shmat" >&5
6459echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 5776echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6460if test "${ac_cv_func_shmat+set}" = set; then 5777if test "${ac_cv_func_shmat+set}" = set; then
6461 echo $ECHO_N "(cached) $ECHO_C" >&6 5778 echo $ECHO_N "(cached) $ECHO_C" >&6
6462else 5779else
6463 cat >conftest.$ac_ext <<_ACEOF 5780 cat >conftest.$ac_ext <<_ACEOF
6464/* confdefs.h. */ 5781/* confdefs.h. */
6481# include <assert.h> 5798# include <assert.h>
6482#endif 5799#endif
6483 5800
6484#undef shmat 5801#undef shmat
6485 5802
6486/* Override any GCC internal prototype to avoid an error. 5803/* Override any gcc2 internal prototype to avoid an error. */
6487 Use char because int might match the return type of a GCC
6488 builtin and then its argument prototype would still apply. */
6489#ifdef __cplusplus 5804#ifdef __cplusplus
6490extern "C" 5805extern "C"
5806{
6491#endif 5807#endif
5808/* We use char because int might match the return type of a gcc2
5809 builtin and then its argument prototype would still apply. */
6492char shmat (); 5810char shmat ();
6493/* The GNU C library defines this for functions which it implements 5811/* The GNU C library defines this for functions which it implements
6494 to always fail with ENOSYS. Some functions are actually named 5812 to always fail with ENOSYS. Some functions are actually named
6495 something starting with __ and the normal name is an alias. */ 5813 something starting with __ and the normal name is an alias. */
6496#if defined __stub_shmat || defined __stub___shmat 5814#if defined (__stub_shmat) || defined (__stub___shmat)
6497choke me 5815choke me
5816#else
5817char (*f) () = shmat;
5818#endif
5819#ifdef __cplusplus
5820}
6498#endif 5821#endif
6499 5822
6500int 5823int
6501main () 5824main ()
6502{ 5825{
6503return shmat (); 5826return f != shmat;
6504 ; 5827 ;
6505 return 0; 5828 return 0;
6506} 5829}
6507_ACEOF 5830_ACEOF
6508rm -f conftest.$ac_objext conftest$ac_exeext 5831rm -f conftest.$ac_objext conftest$ac_exeext
6509if { (ac_try="$ac_link"
6510case "(($ac_try" in
6511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6512 *) ac_try_echo=$ac_try;;
6513esac
6514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5832if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6515 (eval "$ac_link") 2>conftest.er1 5833 (eval $ac_link) 2>conftest.er1
6516 ac_status=$? 5834 ac_status=$?
6517 grep -v '^ *+' conftest.er1 >conftest.err 5835 grep -v '^ *+' conftest.er1 >conftest.err
6518 rm -f conftest.er1 5836 rm -f conftest.er1
6519 cat conftest.err >&5 5837 cat conftest.err >&5
6520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6521 (exit $ac_status); } && { 5839 (exit $ac_status); } &&
6522 test -z "$ac_cxx_werror_flag" || 5840 { ac_try='test -z "$ac_cxx_werror_flag"
6523 test ! -s conftest.err 5841 || test ! -s conftest.err'
6524 } && test -s conftest$ac_exeext && 5842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6525 $as_test_x conftest$ac_exeext; then 5843 (eval $ac_try) 2>&5
5844 ac_status=$?
5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5846 (exit $ac_status); }; } &&
5847 { ac_try='test -s conftest$ac_exeext'
5848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5849 (eval $ac_try) 2>&5
5850 ac_status=$?
5851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5852 (exit $ac_status); }; }; then
6526 ac_cv_func_shmat=yes 5853 ac_cv_func_shmat=yes
6527else 5854else
6528 echo "$as_me: failed program was:" >&5 5855 echo "$as_me: failed program was:" >&5
6529sed 's/^/| /' conftest.$ac_ext >&5 5856sed 's/^/| /' conftest.$ac_ext >&5
6530 5857
6531 ac_cv_func_shmat=no 5858ac_cv_func_shmat=no
6532fi 5859fi
6533 5860rm -f conftest.err conftest.$ac_objext \
6534rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6535 conftest$ac_exeext conftest.$ac_ext 5861 conftest$ac_exeext conftest.$ac_ext
6536fi 5862fi
6537{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 5863echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6538echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 5864echo "${ECHO_T}$ac_cv_func_shmat" >&6
6539 5865
6540 if test $ac_cv_func_shmat = no; then 5866 if test $ac_cv_func_shmat = no; then
6541 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 5867 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6542echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 5868echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6543if test "${ac_cv_lib_ipc_shmat+set}" = set; then 5869if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6544 echo $ECHO_N "(cached) $ECHO_C" >&6 5870 echo $ECHO_N "(cached) $ECHO_C" >&6
6545else 5871else
6546 ac_check_lib_save_LIBS=$LIBS 5872 ac_check_lib_save_LIBS=$LIBS
6547LIBS="-lipc $LIBS" 5873LIBS="-lipc $LIBS"
6550_ACEOF 5876_ACEOF
6551cat confdefs.h >>conftest.$ac_ext 5877cat confdefs.h >>conftest.$ac_ext
6552cat >>conftest.$ac_ext <<_ACEOF 5878cat >>conftest.$ac_ext <<_ACEOF
6553/* end confdefs.h. */ 5879/* end confdefs.h. */
6554 5880
6555/* Override any GCC internal prototype to avoid an error. 5881/* Override any gcc2 internal prototype to avoid an error. */
6556 Use char because int might match the return type of a GCC
6557 builtin and then its argument prototype would still apply. */
6558#ifdef __cplusplus 5882#ifdef __cplusplus
6559extern "C" 5883extern "C"
6560#endif 5884#endif
5885/* We use char because int might match the return type of a gcc2
5886 builtin and then its argument prototype would still apply. */
6561char shmat (); 5887char shmat ();
6562int 5888int
6563main () 5889main ()
6564{ 5890{
6565return shmat (); 5891shmat ();
6566 ; 5892 ;
6567 return 0; 5893 return 0;
6568} 5894}
6569_ACEOF 5895_ACEOF
6570rm -f conftest.$ac_objext conftest$ac_exeext 5896rm -f conftest.$ac_objext conftest$ac_exeext
6571if { (ac_try="$ac_link"
6572case "(($ac_try" in
6573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6574 *) ac_try_echo=$ac_try;;
6575esac
6576eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5897if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6577 (eval "$ac_link") 2>conftest.er1 5898 (eval $ac_link) 2>conftest.er1
6578 ac_status=$? 5899 ac_status=$?
6579 grep -v '^ *+' conftest.er1 >conftest.err 5900 grep -v '^ *+' conftest.er1 >conftest.err
6580 rm -f conftest.er1 5901 rm -f conftest.er1
6581 cat conftest.err >&5 5902 cat conftest.err >&5
6582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); } && { 5904 (exit $ac_status); } &&
6584 test -z "$ac_cxx_werror_flag" || 5905 { ac_try='test -z "$ac_cxx_werror_flag"
6585 test ! -s conftest.err 5906 || test ! -s conftest.err'
6586 } && test -s conftest$ac_exeext && 5907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6587 $as_test_x conftest$ac_exeext; then 5908 (eval $ac_try) 2>&5
5909 ac_status=$?
5910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5911 (exit $ac_status); }; } &&
5912 { ac_try='test -s conftest$ac_exeext'
5913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5914 (eval $ac_try) 2>&5
5915 ac_status=$?
5916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5917 (exit $ac_status); }; }; then
6588 ac_cv_lib_ipc_shmat=yes 5918 ac_cv_lib_ipc_shmat=yes
6589else 5919else
6590 echo "$as_me: failed program was:" >&5 5920 echo "$as_me: failed program was:" >&5
6591sed 's/^/| /' conftest.$ac_ext >&5 5921sed 's/^/| /' conftest.$ac_ext >&5
6592 5922
6593 ac_cv_lib_ipc_shmat=no 5923ac_cv_lib_ipc_shmat=no
6594fi 5924fi
6595 5925rm -f conftest.err conftest.$ac_objext \
6596rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6597 conftest$ac_exeext conftest.$ac_ext 5926 conftest$ac_exeext conftest.$ac_ext
6598LIBS=$ac_check_lib_save_LIBS 5927LIBS=$ac_check_lib_save_LIBS
6599fi 5928fi
6600{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 5929echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6601echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 5930echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6602if test $ac_cv_lib_ipc_shmat = yes; then 5931if test $ac_cv_lib_ipc_shmat = yes; then
6603 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 5932 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6604fi 5933fi
6605 5934
6606 fi 5935 fi
6613 # check for ICE first), but we must link in the order -lSM -lICE or 5942 # check for ICE first), but we must link in the order -lSM -lICE or
6614 # we get undefined symbols. So assume we have SM if we have ICE. 5943 # we get undefined symbols. So assume we have SM if we have ICE.
6615 # These have to be linked with before -lX11, unlike the other 5944 # These have to be linked with before -lX11, unlike the other
6616 # libraries we check for below, so use a different variable. 5945 # libraries we check for below, so use a different variable.
6617 # John Interrante, Karl Berry 5946 # John Interrante, Karl Berry
6618 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 5947 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6619echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 5948echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6620if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 5949if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6621 echo $ECHO_N "(cached) $ECHO_C" >&6 5950 echo $ECHO_N "(cached) $ECHO_C" >&6
6622else 5951else
6623 ac_check_lib_save_LIBS=$LIBS 5952 ac_check_lib_save_LIBS=$LIBS
6624LIBS="-lICE $X_EXTRA_LIBS $LIBS" 5953LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6627_ACEOF 5956_ACEOF
6628cat confdefs.h >>conftest.$ac_ext 5957cat confdefs.h >>conftest.$ac_ext
6629cat >>conftest.$ac_ext <<_ACEOF 5958cat >>conftest.$ac_ext <<_ACEOF
6630/* end confdefs.h. */ 5959/* end confdefs.h. */
6631 5960
6632/* Override any GCC internal prototype to avoid an error. 5961/* Override any gcc2 internal prototype to avoid an error. */
6633 Use char because int might match the return type of a GCC
6634 builtin and then its argument prototype would still apply. */
6635#ifdef __cplusplus 5962#ifdef __cplusplus
6636extern "C" 5963extern "C"
6637#endif 5964#endif
5965/* We use char because int might match the return type of a gcc2
5966 builtin and then its argument prototype would still apply. */
6638char IceConnectionNumber (); 5967char IceConnectionNumber ();
6639int 5968int
6640main () 5969main ()
6641{ 5970{
6642return IceConnectionNumber (); 5971IceConnectionNumber ();
6643 ; 5972 ;
6644 return 0; 5973 return 0;
6645} 5974}
6646_ACEOF 5975_ACEOF
6647rm -f conftest.$ac_objext conftest$ac_exeext 5976rm -f conftest.$ac_objext conftest$ac_exeext
6648if { (ac_try="$ac_link"
6649case "(($ac_try" in
6650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6651 *) ac_try_echo=$ac_try;;
6652esac
6653eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5977if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6654 (eval "$ac_link") 2>conftest.er1 5978 (eval $ac_link) 2>conftest.er1
6655 ac_status=$? 5979 ac_status=$?
6656 grep -v '^ *+' conftest.er1 >conftest.err 5980 grep -v '^ *+' conftest.er1 >conftest.err
6657 rm -f conftest.er1 5981 rm -f conftest.er1
6658 cat conftest.err >&5 5982 cat conftest.err >&5
6659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6660 (exit $ac_status); } && { 5984 (exit $ac_status); } &&
6661 test -z "$ac_cxx_werror_flag" || 5985 { ac_try='test -z "$ac_cxx_werror_flag"
6662 test ! -s conftest.err 5986 || test ! -s conftest.err'
6663 } && test -s conftest$ac_exeext && 5987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6664 $as_test_x conftest$ac_exeext; then 5988 (eval $ac_try) 2>&5
5989 ac_status=$?
5990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5991 (exit $ac_status); }; } &&
5992 { ac_try='test -s conftest$ac_exeext'
5993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5994 (eval $ac_try) 2>&5
5995 ac_status=$?
5996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5997 (exit $ac_status); }; }; then
6665 ac_cv_lib_ICE_IceConnectionNumber=yes 5998 ac_cv_lib_ICE_IceConnectionNumber=yes
6666else 5999else
6667 echo "$as_me: failed program was:" >&5 6000 echo "$as_me: failed program was:" >&5
6668sed 's/^/| /' conftest.$ac_ext >&5 6001sed 's/^/| /' conftest.$ac_ext >&5
6669 6002
6670 ac_cv_lib_ICE_IceConnectionNumber=no 6003ac_cv_lib_ICE_IceConnectionNumber=no
6671fi 6004fi
6672 6005rm -f conftest.err conftest.$ac_objext \
6673rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6674 conftest$ac_exeext conftest.$ac_ext 6006 conftest$ac_exeext conftest.$ac_ext
6675LIBS=$ac_check_lib_save_LIBS 6007LIBS=$ac_check_lib_save_LIBS
6676fi 6008fi
6677{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6009echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6678echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6010echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6679if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 6011if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6680 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6012 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6681fi 6013fi
6682 6014
6683 LDFLAGS=$ac_save_LDFLAGS 6015 LDFLAGS=$ac_save_LDFLAGS
6684 6016
6685fi 6017fi
6686 6018
6687 6019
6688 6020
6021LIBAFTERIMAGE_CFLAGS=
6022AFTERIMAGE_LIBS=
6023have_afterimage=
6024
6689if test x$support_xpm = xyes; then 6025if test x$support_afterimage = xyes; then
6026 support_afterimage=no
6027
6028 if test "x$afterimage_config" = "x" ; then
6029 # Extract the first word of "afterimage-config", so it can be a program name with args.
6030set dummy afterimage-config; ac_word=$2
6031echo "$as_me:$LINENO: checking for $ac_word" >&5
6032echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6033if test "${ac_cv_path_afterimage_config+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6035else
6036 case $afterimage_config in
6037 [\\/]* | ?:[\\/]*)
6038 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6039 ;;
6040 *)
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042for as_dir in $PATH
6043do
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6048 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6050 break 2
6051 fi
6052done
6053done
6054
6055 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6056 ;;
6057esac
6058fi
6059afterimage_config=$ac_cv_path_afterimage_config
6060
6061if test -n "$afterimage_config"; then
6062 echo "$as_me:$LINENO: result: $afterimage_config" >&5
6063echo "${ECHO_T}$afterimage_config" >&6
6064else
6065 echo "$as_me:$LINENO: result: no" >&5
6066echo "${ECHO_T}no" >&6
6067fi
6068
6069 fi
6070
6071 echo "$as_me:$LINENO: checking for libAfterImage" >&5
6072echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6
6073 if $afterimage_config --version >/dev/null 2>&1 ; then
6074 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6075 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6076 if test "x$AFTERIMAGE_LIBS" != "x"; then
6077 support_afterimage=yes
6078 fi
6079 fi
6080
6081 if test "x$support_afterimage" = "xyes"; then
6082 echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6083echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6
6084 else
6085 echo "$as_me:$LINENO: result: no" >&5
6086echo "${ECHO_T}no" >&6
6087 fi
6088fi
6089
6090if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6690 6091
6691 6092
6692 6093
6693# Initialize some more variables set by options. 6094# Initialize some more variables set by options.
6694# The variables have the same names as the options, with 6095# The variables have the same names as the options, with
6695# dashes changed to underlines. 6096# dashes changed to underlines.
6696 6097
6697# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 6098# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6698# paths, otherwise set no_xpm=yes. 6099# paths, otherwise set no_xpm=yes.
6699# Uses ac_ vars as temps to allow command line to override cache and checks. 6100# Uses ac_ vars as temps to allow command line to override cache and checks.
6700{ echo "$as_me:$LINENO: checking for libXpm" >&5 6101echo "$as_me:$LINENO: checking for libXpm" >&5
6701echo $ECHO_N "checking for libXpm... $ECHO_C" >&6; } 6102echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6702 6103
6703 6104
6704# Check whether --with-xpm_includes was given. 6105# Check whether --with-xpm_includes or --without-xpm_includes was given.
6705if test "${with_xpm_includes+set}" = set; then 6106if test "${with_xpm_includes+set}" = set; then
6706 withval=$with_xpm_includes; xpm_includes="$withval" 6107 withval="$with_xpm_includes"
6108 xpm_includes="$withval"
6707else 6109else
6708 xpm_includes=NO 6110 xpm_includes=NO
6709fi 6111fi;
6710 6112
6711
6712# Check whether --with-xpm_library was given. 6113# Check whether --with-xpm_library or --without-xpm_library was given.
6713if test "${with_xpm_library+set}" = set; then 6114if test "${with_xpm_library+set}" = set; then
6714 withval=$with_xpm_library; xpm_libraries="$withval" 6115 withval="$with_xpm_library"
6116 xpm_libraries="$withval"
6715else 6117else
6716 xpm_libraries=NO 6118 xpm_libraries=NO
6717fi 6119fi;
6718
6719 6120
6720# --without-xpm overrides everything else, but does not touch the cache. 6121# --without-xpm overrides everything else, but does not touch the cache.
6721 6122
6722# Check whether --with-xpm was given. 6123# Check whether --with-xpm or --without-xpm was given.
6723if test "${with_xpm+set}" = set; then 6124if test "${with_xpm+set}" = set; then
6724 withval=$with_xpm; 6125 withval="$with_xpm"
6126
6725fi 6127fi;
6726
6727if test "$with_xpm" = no; then 6128if test "$with_xpm" = no; then
6728 have_xpm=disabled 6129 have_xpm=disabled
6729else 6130else
6730 if test "${ac_cv_have_xpm+set}" = set; then 6131 if test "${ac_cv_have_xpm+set}" = set; then
6731 echo $ECHO_N "(cached) $ECHO_C" >&6 6132 echo $ECHO_N "(cached) $ECHO_C" >&6
6756cat confdefs.h >>conftest.$ac_ext 6157cat confdefs.h >>conftest.$ac_ext
6757cat >>conftest.$ac_ext <<_ACEOF 6158cat >>conftest.$ac_ext <<_ACEOF
6758/* end confdefs.h. */ 6159/* end confdefs.h. */
6759#include <X11/xpm.h> 6160#include <X11/xpm.h>
6760_ACEOF 6161_ACEOF
6761if { (ac_try="$ac_cpp conftest.$ac_ext" 6162if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6762case "(($ac_try" in
6763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6764 *) ac_try_echo=$ac_try;;
6765esac
6766eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6163 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6768 ac_status=$? 6164 ac_status=$?
6769 grep -v '^ *+' conftest.er1 >conftest.err 6165 grep -v '^ *+' conftest.er1 >conftest.err
6770 rm -f conftest.er1 6166 rm -f conftest.er1
6771 cat conftest.err >&5 6167 cat conftest.err >&5
6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6773 (exit $ac_status); } >/dev/null && { 6169 (exit $ac_status); } >/dev/null; then
6774 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6775 test ! -s conftest.err 6170 if test -s conftest.err; then
6776 }; then 6171 ac_cpp_err=$ac_cxx_preproc_warn_flag
6172 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6173 else
6174 ac_cpp_err=
6175 fi
6176else
6177 ac_cpp_err=yes
6178fi
6179if test -z "$ac_cpp_err"; then
6777 # We can compile using X headers with no special include directory. 6180 # We can compile using X headers with no special include directory.
6778vt_xpm_includes= 6181vt_xpm_includes=
6779vt_xpm_include_X11=yes 6182vt_xpm_include_X11=yes
6780else 6183else
6781 echo "$as_me: failed program was:" >&5 6184 echo "$as_me: failed program was:" >&5
6829 break 6232 break
6830 fi 6233 fi
6831 fi 6234 fi
6832 done 6235 done
6833fi 6236fi
6834
6835rm -f conftest.err conftest.$ac_ext 6237rm -f conftest.err conftest.$ac_ext
6836fi 6238fi
6837 6239
6838if test "$vt_xpm_libraries" = NO; then 6240if test "$vt_xpm_libraries" = NO; then
6839 # Check for the libraries. 6241 # Check for the libraries.
6856 ; 6258 ;
6857 return 0; 6259 return 0;
6858} 6260}
6859_ACEOF 6261_ACEOF
6860rm -f conftest.$ac_objext conftest$ac_exeext 6262rm -f conftest.$ac_objext conftest$ac_exeext
6861if { (ac_try="$ac_link"
6862case "(($ac_try" in
6863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6864 *) ac_try_echo=$ac_try;;
6865esac
6866eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6867 (eval "$ac_link") 2>conftest.er1 6264 (eval $ac_link) 2>conftest.er1
6868 ac_status=$? 6265 ac_status=$?
6869 grep -v '^ *+' conftest.er1 >conftest.err 6266 grep -v '^ *+' conftest.er1 >conftest.err
6870 rm -f conftest.er1 6267 rm -f conftest.er1
6871 cat conftest.err >&5 6268 cat conftest.err >&5
6872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6873 (exit $ac_status); } && { 6270 (exit $ac_status); } &&
6874 test -z "$ac_cxx_werror_flag" || 6271 { ac_try='test -z "$ac_cxx_werror_flag"
6875 test ! -s conftest.err 6272 || test ! -s conftest.err'
6876 } && test -s conftest$ac_exeext && 6273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6877 $as_test_x conftest$ac_exeext; then 6274 (eval $ac_try) 2>&5
6275 ac_status=$?
6276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6277 (exit $ac_status); }; } &&
6278 { ac_try='test -s conftest$ac_exeext'
6279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6280 (eval $ac_try) 2>&5
6281 ac_status=$?
6282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6283 (exit $ac_status); }; }; then
6878 LIBS="$ac_save_LIBS" 6284 LIBS="$ac_save_LIBS"
6879# We can link libXpm with no special library path. 6285# We can link libXpm with no special library path.
6880vt_xpm_libraries= 6286vt_xpm_libraries=
6881else 6287else
6882 echo "$as_me: failed program was:" >&5 6288 echo "$as_me: failed program was:" >&5
6883sed 's/^/| /' conftest.$ac_ext >&5 6289sed 's/^/| /' conftest.$ac_ext >&5
6884 6290
6885 LIBS="$ac_save_LIBS" 6291LIBS="$ac_save_LIBS"
6886# First see if replacing the include by lib works. 6292# First see if replacing the include by lib works.
6887for ac_dir in \ 6293for ac_dir in \
6888 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 6294 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6889 /usr/X11/lib \ 6295 /usr/X11/lib \
6890 /usr/X11R6/lib \ 6296 /usr/X11R6/lib \
6927 break 2 6333 break 2
6928 fi 6334 fi
6929 done 6335 done
6930done 6336done
6931fi 6337fi
6932 6338rm -f conftest.err conftest.$ac_objext \
6933rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6934 conftest$ac_exeext conftest.$ac_ext 6339 conftest$ac_exeext conftest.$ac_ext
6935fi 6340fi
6936 6341
6937 6342
6938 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 6343 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6945fi 6350fi
6946 eval "$ac_cv_have_xpm" 6351 eval "$ac_cv_have_xpm"
6947fi 6352fi
6948 6353
6949if test "$have_xpm" != yes; then 6354if test "$have_xpm" != yes; then
6950 { echo "$as_me:$LINENO: result: $have_xpm" >&5 6355 echo "$as_me:$LINENO: result: $have_xpm" >&5
6951echo "${ECHO_T}$have_xpm" >&6; } 6356echo "${ECHO_T}$have_xpm" >&6
6952 no_xpm=yes 6357 no_xpm=yes
6953else 6358else
6954 if test "$xpm_includes" != NO; then 6359 if test "$xpm_includes" != NO; then
6955 if test "$xpm_includes" = "$vt_xpm_includes"; then 6360 if test "$xpm_includes" = "$vt_xpm_includes"; then
6956 if test -r "$xpm_includes/X11/xpm.h"; then 6361 if test -r "$xpm_includes/X11/xpm.h"; then
6965cat confdefs.h >>conftest.$ac_ext 6370cat confdefs.h >>conftest.$ac_ext
6966cat >>conftest.$ac_ext <<_ACEOF 6371cat >>conftest.$ac_ext <<_ACEOF
6967/* end confdefs.h. */ 6372/* end confdefs.h. */
6968#include <X11/xpm.h> 6373#include <X11/xpm.h>
6969_ACEOF 6374_ACEOF
6970if { (ac_try="$ac_cpp conftest.$ac_ext" 6375if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6971case "(($ac_try" in
6972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6973 *) ac_try_echo=$ac_try;;
6974esac
6975eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6976 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6977 ac_status=$? 6377 ac_status=$?
6978 grep -v '^ *+' conftest.er1 >conftest.err 6378 grep -v '^ *+' conftest.er1 >conftest.err
6979 rm -f conftest.er1 6379 rm -f conftest.er1
6980 cat conftest.err >&5 6380 cat conftest.err >&5
6981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6982 (exit $ac_status); } >/dev/null && { 6382 (exit $ac_status); } >/dev/null; then
6983 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6984 test ! -s conftest.err 6383 if test -s conftest.err; then
6985 }; then 6384 ac_cpp_err=$ac_cxx_preproc_warn_flag
6385 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6386 else
6387 ac_cpp_err=
6388 fi
6389else
6390 ac_cpp_err=yes
6391fi
6392if test -z "$ac_cpp_err"; then
6986 vt_xpm_include_X11=yes 6393 vt_xpm_include_X11=yes
6987else 6394else
6988 echo "$as_me: failed program was:" >&5 6395 echo "$as_me: failed program was:" >&5
6989sed 's/^/| /' conftest.$ac_ext >&5 6396sed 's/^/| /' conftest.$ac_ext >&5
6990 6397
6991 6398
6992fi 6399fi
6993
6994rm -f conftest.err conftest.$ac_ext 6400rm -f conftest.err conftest.$ac_ext
6995 else 6401 else
6996 if test -r "$xpm_includes/X11/xpm.h"; then 6402 if test -r "$xpm_includes/X11/xpm.h"; then
6997 vt_xpm_include_X11=yes 6403 vt_xpm_include_X11=yes
6998 fi 6404 fi
7006 # Update the cache value to reflect the command line values. 6412 # Update the cache value to reflect the command line values.
7007 ac_cv_have_xpm="have_xpm=yes \ 6413 ac_cv_have_xpm="have_xpm=yes \
7008 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 6414 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
7009 vt_xpm_include_X11=$vt_xpm_include_X11" 6415 vt_xpm_include_X11=$vt_xpm_include_X11"
7010 eval "$ac_cv_have_xpm" 6416 eval "$ac_cv_have_xpm"
7011 { echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5 6417 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
7012echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6; } 6418echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7013 if test -n "$vt_xpm_includes"; then 6419 if test -n "$vt_xpm_includes"; then
7014 XPM_CPPFLAGS="-DHAVE_LIBXPM" 6420 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7015 fi 6421 fi
7016 if test -n "$vt_xpm_includes"; then 6422 if test -n "$vt_xpm_includes"; then
7017 XPM_CFLAGS="-I$vt_xpm_includes" 6423 XPM_CFLAGS="-I$vt_xpm_includes"
7036 if test x$no_xpm = xyes; then 6442 if test x$no_xpm = xyes; then
7037 support_xpm=needsmanualspecification 6443 support_xpm=needsmanualspecification
7038 fi 6444 fi
7039fi 6445fi
7040 6446
7041{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 6447echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7042echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } 6448echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
7043if test "${ac_cv_header_sys_wait_h+set}" = set; then 6449if test "${ac_cv_header_sys_wait_h+set}" = set; then
7044 echo $ECHO_N "(cached) $ECHO_C" >&6 6450 echo $ECHO_N "(cached) $ECHO_C" >&6
7045else 6451else
7046 cat >conftest.$ac_ext <<_ACEOF 6452 cat >conftest.$ac_ext <<_ACEOF
7047/* confdefs.h. */ 6453/* confdefs.h. */
7050cat >>conftest.$ac_ext <<_ACEOF 6456cat >>conftest.$ac_ext <<_ACEOF
7051/* end confdefs.h. */ 6457/* end confdefs.h. */
7052#include <sys/types.h> 6458#include <sys/types.h>
7053#include <sys/wait.h> 6459#include <sys/wait.h>
7054#ifndef WEXITSTATUS 6460#ifndef WEXITSTATUS
7055# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) 6461# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7056#endif 6462#endif
7057#ifndef WIFEXITED 6463#ifndef WIFEXITED
7058# define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 6464# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7059#endif 6465#endif
7060 6466
7067 ; 6473 ;
7068 return 0; 6474 return 0;
7069} 6475}
7070_ACEOF 6476_ACEOF
7071rm -f conftest.$ac_objext 6477rm -f conftest.$ac_objext
7072if { (ac_try="$ac_compile"
7073case "(($ac_try" in
7074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7075 *) ac_try_echo=$ac_try;;
7076esac
7077eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6478if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7078 (eval "$ac_compile") 2>conftest.er1 6479 (eval $ac_compile) 2>conftest.er1
7079 ac_status=$? 6480 ac_status=$?
7080 grep -v '^ *+' conftest.er1 >conftest.err 6481 grep -v '^ *+' conftest.er1 >conftest.err
7081 rm -f conftest.er1 6482 rm -f conftest.er1
7082 cat conftest.err >&5 6483 cat conftest.err >&5
7083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084 (exit $ac_status); } && { 6485 (exit $ac_status); } &&
7085 test -z "$ac_cxx_werror_flag" || 6486 { ac_try='test -z "$ac_cxx_werror_flag"
7086 test ! -s conftest.err 6487 || test ! -s conftest.err'
7087 } && test -s conftest.$ac_objext; then 6488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6489 (eval $ac_try) 2>&5
6490 ac_status=$?
6491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6492 (exit $ac_status); }; } &&
6493 { ac_try='test -s conftest.$ac_objext'
6494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6495 (eval $ac_try) 2>&5
6496 ac_status=$?
6497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6498 (exit $ac_status); }; }; then
7088 ac_cv_header_sys_wait_h=yes 6499 ac_cv_header_sys_wait_h=yes
7089else 6500else
7090 echo "$as_me: failed program was:" >&5 6501 echo "$as_me: failed program was:" >&5
7091sed 's/^/| /' conftest.$ac_ext >&5 6502sed 's/^/| /' conftest.$ac_ext >&5
7092 6503
7093 ac_cv_header_sys_wait_h=no 6504ac_cv_header_sys_wait_h=no
7094fi 6505fi
7095
7096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6506rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7097fi 6507fi
7098{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 6508echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7099echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } 6509echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7100if test $ac_cv_header_sys_wait_h = yes; then 6510if test $ac_cv_header_sys_wait_h = yes; then
7101 6511
7102cat >>confdefs.h <<\_ACEOF 6512cat >>confdefs.h <<\_ACEOF
7103#define HAVE_SYS_WAIT_H 1 6513#define HAVE_SYS_WAIT_H 1
7104_ACEOF 6514_ACEOF
7105 6515
7106fi 6516fi
7107 6517
7108{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6518echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7109echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 6519echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7110if test "${ac_cv_header_stdc+set}" = set; then 6520if test "${ac_cv_header_stdc+set}" = set; then
7111 echo $ECHO_N "(cached) $ECHO_C" >&6 6521 echo $ECHO_N "(cached) $ECHO_C" >&6
7112else 6522else
7113 cat >conftest.$ac_ext <<_ACEOF 6523 cat >conftest.$ac_ext <<_ACEOF
7114/* confdefs.h. */ 6524/* confdefs.h. */
7128 ; 6538 ;
7129 return 0; 6539 return 0;
7130} 6540}
7131_ACEOF 6541_ACEOF
7132rm -f conftest.$ac_objext 6542rm -f conftest.$ac_objext
7133if { (ac_try="$ac_compile"
7134case "(($ac_try" in
7135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7136 *) ac_try_echo=$ac_try;;
7137esac
7138eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6543if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7139 (eval "$ac_compile") 2>conftest.er1 6544 (eval $ac_compile) 2>conftest.er1
7140 ac_status=$? 6545 ac_status=$?
7141 grep -v '^ *+' conftest.er1 >conftest.err 6546 grep -v '^ *+' conftest.er1 >conftest.err
7142 rm -f conftest.er1 6547 rm -f conftest.er1
7143 cat conftest.err >&5 6548 cat conftest.err >&5
7144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7145 (exit $ac_status); } && { 6550 (exit $ac_status); } &&
7146 test -z "$ac_cxx_werror_flag" || 6551 { ac_try='test -z "$ac_cxx_werror_flag"
7147 test ! -s conftest.err 6552 || test ! -s conftest.err'
7148 } && test -s conftest.$ac_objext; then 6553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6554 (eval $ac_try) 2>&5
6555 ac_status=$?
6556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6557 (exit $ac_status); }; } &&
6558 { ac_try='test -s conftest.$ac_objext'
6559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6560 (eval $ac_try) 2>&5
6561 ac_status=$?
6562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 (exit $ac_status); }; }; then
7149 ac_cv_header_stdc=yes 6564 ac_cv_header_stdc=yes
7150else 6565else
7151 echo "$as_me: failed program was:" >&5 6566 echo "$as_me: failed program was:" >&5
7152sed 's/^/| /' conftest.$ac_ext >&5 6567sed 's/^/| /' conftest.$ac_ext >&5
7153 6568
7154 ac_cv_header_stdc=no 6569ac_cv_header_stdc=no
7155fi 6570fi
7156
7157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6571rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7158 6572
7159if test $ac_cv_header_stdc = yes; then 6573if test $ac_cv_header_stdc = yes; then
7160 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6574 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7161 cat >conftest.$ac_ext <<_ACEOF 6575 cat >conftest.$ac_ext <<_ACEOF
7162/* confdefs.h. */ 6576/* confdefs.h. */
7208_ACEOF 6622_ACEOF
7209cat confdefs.h >>conftest.$ac_ext 6623cat confdefs.h >>conftest.$ac_ext
7210cat >>conftest.$ac_ext <<_ACEOF 6624cat >>conftest.$ac_ext <<_ACEOF
7211/* end confdefs.h. */ 6625/* end confdefs.h. */
7212#include <ctype.h> 6626#include <ctype.h>
7213#include <stdlib.h>
7214#if ((' ' & 0x0FF) == 0x020) 6627#if ((' ' & 0x0FF) == 0x020)
7215# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6628# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7216# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6629# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7217#else 6630#else
7218# define ISLOWER(c) \ 6631# define ISLOWER(c) \
7228{ 6641{
7229 int i; 6642 int i;
7230 for (i = 0; i < 256; i++) 6643 for (i = 0; i < 256; i++)
7231 if (XOR (islower (i), ISLOWER (i)) 6644 if (XOR (islower (i), ISLOWER (i))
7232 || toupper (i) != TOUPPER (i)) 6645 || toupper (i) != TOUPPER (i))
7233 return 2; 6646 exit(2);
7234 return 0; 6647 exit (0);
7235} 6648}
7236_ACEOF 6649_ACEOF
7237rm -f conftest$ac_exeext 6650rm -f conftest$ac_exeext
7238if { (ac_try="$ac_link"
7239case "(($ac_try" in
7240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7241 *) ac_try_echo=$ac_try;;
7242esac
7243eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6651if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7244 (eval "$ac_link") 2>&5 6652 (eval $ac_link) 2>&5
7245 ac_status=$? 6653 ac_status=$?
7246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7247 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6655 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7248 { (case "(($ac_try" in
7249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7250 *) ac_try_echo=$ac_try;;
7251esac
7252eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7253 (eval "$ac_try") 2>&5 6657 (eval $ac_try) 2>&5
7254 ac_status=$? 6658 ac_status=$?
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); }; }; then 6660 (exit $ac_status); }; }; then
7257 : 6661 :
7258else 6662else
7261sed 's/^/| /' conftest.$ac_ext >&5 6665sed 's/^/| /' conftest.$ac_ext >&5
7262 6666
7263( exit $ac_status ) 6667( exit $ac_status )
7264ac_cv_header_stdc=no 6668ac_cv_header_stdc=no
7265fi 6669fi
7266rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6670rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7267fi 6671fi
7268
7269
7270fi 6672fi
7271fi 6673fi
7272{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6674echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7273echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 6675echo "${ECHO_T}$ac_cv_header_stdc" >&6
7274if test $ac_cv_header_stdc = yes; then 6676if test $ac_cv_header_stdc = yes; then
7275 6677
7276cat >>confdefs.h <<\_ACEOF 6678cat >>confdefs.h <<\_ACEOF
7277#define STDC_HEADERS 1 6679#define STDC_HEADERS 1
7278_ACEOF 6680_ACEOF
7291 6693
7292for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 6694for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7293 inttypes.h stdint.h unistd.h 6695 inttypes.h stdint.h unistd.h
7294do 6696do
7295as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6697as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7296{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6698echo "$as_me:$LINENO: checking for $ac_header" >&5
7297echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6699echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7298if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6700if eval "test \"\${$as_ac_Header+set}\" = set"; then
7299 echo $ECHO_N "(cached) $ECHO_C" >&6 6701 echo $ECHO_N "(cached) $ECHO_C" >&6
7300else 6702else
7301 cat >conftest.$ac_ext <<_ACEOF 6703 cat >conftest.$ac_ext <<_ACEOF
7302/* confdefs.h. */ 6704/* confdefs.h. */
7303_ACEOF 6705_ACEOF
7307$ac_includes_default 6709$ac_includes_default
7308 6710
7309#include <$ac_header> 6711#include <$ac_header>
7310_ACEOF 6712_ACEOF
7311rm -f conftest.$ac_objext 6713rm -f conftest.$ac_objext
7312if { (ac_try="$ac_compile"
7313case "(($ac_try" in
7314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7315 *) ac_try_echo=$ac_try;;
7316esac
7317eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6714if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7318 (eval "$ac_compile") 2>conftest.er1 6715 (eval $ac_compile) 2>conftest.er1
7319 ac_status=$? 6716 ac_status=$?
7320 grep -v '^ *+' conftest.er1 >conftest.err 6717 grep -v '^ *+' conftest.er1 >conftest.err
7321 rm -f conftest.er1 6718 rm -f conftest.er1
7322 cat conftest.err >&5 6719 cat conftest.err >&5
7323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7324 (exit $ac_status); } && { 6721 (exit $ac_status); } &&
7325 test -z "$ac_cxx_werror_flag" || 6722 { ac_try='test -z "$ac_cxx_werror_flag"
7326 test ! -s conftest.err 6723 || test ! -s conftest.err'
7327 } && test -s conftest.$ac_objext; then 6724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6725 (eval $ac_try) 2>&5
6726 ac_status=$?
6727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6728 (exit $ac_status); }; } &&
6729 { ac_try='test -s conftest.$ac_objext'
6730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6731 (eval $ac_try) 2>&5
6732 ac_status=$?
6733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734 (exit $ac_status); }; }; then
7328 eval "$as_ac_Header=yes" 6735 eval "$as_ac_Header=yes"
7329else 6736else
7330 echo "$as_me: failed program was:" >&5 6737 echo "$as_me: failed program was:" >&5
7331sed 's/^/| /' conftest.$ac_ext >&5 6738sed 's/^/| /' conftest.$ac_ext >&5
7332 6739
7333 eval "$as_ac_Header=no" 6740eval "$as_ac_Header=no"
7334fi 6741fi
7335
7336rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6742rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7337fi 6743fi
7338ac_res=`eval echo '${'$as_ac_Header'}'` 6744echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7339 { echo "$as_me:$LINENO: result: $ac_res" >&5 6745echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7340echo "${ECHO_T}$ac_res" >&6; }
7341if test `eval echo '${'$as_ac_Header'}'` = yes; then 6746if test `eval echo '${'$as_ac_Header'}'` = yes; then
7342 cat >>confdefs.h <<_ACEOF 6747 cat >>confdefs.h <<_ACEOF
7343#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6748#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7344_ACEOF 6749_ACEOF
7345 6750
7384 cwchar \ 6789 cwchar \
7385 clocale \ 6790 clocale \
7386 6791
7387do 6792do
7388as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6793as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7389if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6794if eval "test \"\${$as_ac_Header+set}\" = set"; then
7390 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6795 echo "$as_me:$LINENO: checking for $ac_header" >&5
7391echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6796echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7392if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6797if eval "test \"\${$as_ac_Header+set}\" = set"; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6 6798 echo $ECHO_N "(cached) $ECHO_C" >&6
7394fi 6799fi
7395ac_res=`eval echo '${'$as_ac_Header'}'` 6800echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7396 { echo "$as_me:$LINENO: result: $ac_res" >&5 6801echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7397echo "${ECHO_T}$ac_res" >&6; }
7398else 6802else
7399 # Is the header compilable? 6803 # Is the header compilable?
7400{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 6804echo "$as_me:$LINENO: checking $ac_header usability" >&5
7401echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6805echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7402cat >conftest.$ac_ext <<_ACEOF 6806cat >conftest.$ac_ext <<_ACEOF
7403/* confdefs.h. */ 6807/* confdefs.h. */
7404_ACEOF 6808_ACEOF
7405cat confdefs.h >>conftest.$ac_ext 6809cat confdefs.h >>conftest.$ac_ext
7406cat >>conftest.$ac_ext <<_ACEOF 6810cat >>conftest.$ac_ext <<_ACEOF
7407/* end confdefs.h. */ 6811/* end confdefs.h. */
7408$ac_includes_default 6812$ac_includes_default
7409#include <$ac_header> 6813#include <$ac_header>
7410_ACEOF 6814_ACEOF
7411rm -f conftest.$ac_objext 6815rm -f conftest.$ac_objext
7412if { (ac_try="$ac_compile"
7413case "(($ac_try" in
7414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7415 *) ac_try_echo=$ac_try;;
7416esac
7417eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6816if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7418 (eval "$ac_compile") 2>conftest.er1 6817 (eval $ac_compile) 2>conftest.er1
7419 ac_status=$? 6818 ac_status=$?
7420 grep -v '^ *+' conftest.er1 >conftest.err 6819 grep -v '^ *+' conftest.er1 >conftest.err
7421 rm -f conftest.er1 6820 rm -f conftest.er1
7422 cat conftest.err >&5 6821 cat conftest.err >&5
7423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7424 (exit $ac_status); } && { 6823 (exit $ac_status); } &&
7425 test -z "$ac_cxx_werror_flag" || 6824 { ac_try='test -z "$ac_cxx_werror_flag"
7426 test ! -s conftest.err 6825 || test ! -s conftest.err'
7427 } && test -s conftest.$ac_objext; then 6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6827 (eval $ac_try) 2>&5
6828 ac_status=$?
6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830 (exit $ac_status); }; } &&
6831 { ac_try='test -s conftest.$ac_objext'
6832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6833 (eval $ac_try) 2>&5
6834 ac_status=$?
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); }; }; then
7428 ac_header_compiler=yes 6837 ac_header_compiler=yes
7429else 6838else
7430 echo "$as_me: failed program was:" >&5 6839 echo "$as_me: failed program was:" >&5
7431sed 's/^/| /' conftest.$ac_ext >&5 6840sed 's/^/| /' conftest.$ac_ext >&5
7432 6841
7433 ac_header_compiler=no 6842ac_header_compiler=no
7434fi 6843fi
7435
7436rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6844rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7437{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6845echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7438echo "${ECHO_T}$ac_header_compiler" >&6; } 6846echo "${ECHO_T}$ac_header_compiler" >&6
7439 6847
7440# Is the header present? 6848# Is the header present?
7441{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 6849echo "$as_me:$LINENO: checking $ac_header presence" >&5
7442echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6850echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7443cat >conftest.$ac_ext <<_ACEOF 6851cat >conftest.$ac_ext <<_ACEOF
7444/* confdefs.h. */ 6852/* confdefs.h. */
7445_ACEOF 6853_ACEOF
7446cat confdefs.h >>conftest.$ac_ext 6854cat confdefs.h >>conftest.$ac_ext
7447cat >>conftest.$ac_ext <<_ACEOF 6855cat >>conftest.$ac_ext <<_ACEOF
7448/* end confdefs.h. */ 6856/* end confdefs.h. */
7449#include <$ac_header> 6857#include <$ac_header>
7450_ACEOF 6858_ACEOF
7451if { (ac_try="$ac_cpp conftest.$ac_ext" 6859if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7452case "(($ac_try" in
7453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7454 *) ac_try_echo=$ac_try;;
7455esac
7456eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7457 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6860 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7458 ac_status=$? 6861 ac_status=$?
7459 grep -v '^ *+' conftest.er1 >conftest.err 6862 grep -v '^ *+' conftest.er1 >conftest.err
7460 rm -f conftest.er1 6863 rm -f conftest.er1
7461 cat conftest.err >&5 6864 cat conftest.err >&5
7462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7463 (exit $ac_status); } >/dev/null && { 6866 (exit $ac_status); } >/dev/null; then
7464 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7465 test ! -s conftest.err 6867 if test -s conftest.err; then
7466 }; then 6868 ac_cpp_err=$ac_cxx_preproc_warn_flag
6869 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6870 else
6871 ac_cpp_err=
6872 fi
6873else
6874 ac_cpp_err=yes
6875fi
6876if test -z "$ac_cpp_err"; then
7467 ac_header_preproc=yes 6877 ac_header_preproc=yes
7468else 6878else
7469 echo "$as_me: failed program was:" >&5 6879 echo "$as_me: failed program was:" >&5
7470sed 's/^/| /' conftest.$ac_ext >&5 6880sed 's/^/| /' conftest.$ac_ext >&5
7471 6881
7472 ac_header_preproc=no 6882 ac_header_preproc=no
7473fi 6883fi
7474
7475rm -f conftest.err conftest.$ac_ext 6884rm -f conftest.err conftest.$ac_ext
7476{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6885echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7477echo "${ECHO_T}$ac_header_preproc" >&6; } 6886echo "${ECHO_T}$ac_header_preproc" >&6
7478 6887
7479# So? What about this header? 6888# So? What about this header?
7480case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6889case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7481 yes:no: ) 6890 yes:no: )
7482 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6891 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7496echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6905echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7497 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6906 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7498echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6907echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7499 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6908 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7500echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6909echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7501 6910 (
6911 cat <<\_ASBOX
6912## ------------------------------------------ ##
6913## Report this to the AC_PACKAGE_NAME lists. ##
6914## ------------------------------------------ ##
6915_ASBOX
6916 ) |
6917 sed "s/^/$as_me: WARNING: /" >&2
7502 ;; 6918 ;;
7503esac 6919esac
7504{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6920echo "$as_me:$LINENO: checking for $ac_header" >&5
7505echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6921echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7506if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6922if eval "test \"\${$as_ac_Header+set}\" = set"; then
7507 echo $ECHO_N "(cached) $ECHO_C" >&6 6923 echo $ECHO_N "(cached) $ECHO_C" >&6
7508else 6924else
7509 eval "$as_ac_Header=\$ac_header_preproc" 6925 eval "$as_ac_Header=\$ac_header_preproc"
7510fi 6926fi
7511ac_res=`eval echo '${'$as_ac_Header'}'` 6927echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7512 { echo "$as_me:$LINENO: result: $ac_res" >&5 6928echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7513echo "${ECHO_T}$ac_res" >&6; }
7514 6929
7515fi 6930fi
7516if test `eval echo '${'$as_ac_Header'}'` = yes; then 6931if test `eval echo '${'$as_ac_Header'}'` = yes; then
7517 cat >>confdefs.h <<_ACEOF 6932 cat >>confdefs.h <<_ACEOF
7518#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6933#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7521fi 6936fi
7522 6937
7523done 6938done
7524 6939
7525 6940
7526{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 6941echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7527echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 6942echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7528if test "${ac_cv_header_time+set}" = set; then 6943if test "${ac_cv_header_time+set}" = set; then
7529 echo $ECHO_N "(cached) $ECHO_C" >&6 6944 echo $ECHO_N "(cached) $ECHO_C" >&6
7530else 6945else
7531 cat >conftest.$ac_ext <<_ACEOF 6946 cat >conftest.$ac_ext <<_ACEOF
7532/* confdefs.h. */ 6947/* confdefs.h. */
7546 ; 6961 ;
7547 return 0; 6962 return 0;
7548} 6963}
7549_ACEOF 6964_ACEOF
7550rm -f conftest.$ac_objext 6965rm -f conftest.$ac_objext
7551if { (ac_try="$ac_compile"
7552case "(($ac_try" in
7553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7554 *) ac_try_echo=$ac_try;;
7555esac
7556eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7557 (eval "$ac_compile") 2>conftest.er1 6967 (eval $ac_compile) 2>conftest.er1
7558 ac_status=$? 6968 ac_status=$?
7559 grep -v '^ *+' conftest.er1 >conftest.err 6969 grep -v '^ *+' conftest.er1 >conftest.err
7560 rm -f conftest.er1 6970 rm -f conftest.er1
7561 cat conftest.err >&5 6971 cat conftest.err >&5
7562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7563 (exit $ac_status); } && { 6973 (exit $ac_status); } &&
7564 test -z "$ac_cxx_werror_flag" || 6974 { ac_try='test -z "$ac_cxx_werror_flag"
7565 test ! -s conftest.err 6975 || test ! -s conftest.err'
7566 } && test -s conftest.$ac_objext; then 6976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6977 (eval $ac_try) 2>&5
6978 ac_status=$?
6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 (exit $ac_status); }; } &&
6981 { ac_try='test -s conftest.$ac_objext'
6982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6983 (eval $ac_try) 2>&5
6984 ac_status=$?
6985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6986 (exit $ac_status); }; }; then
7567 ac_cv_header_time=yes 6987 ac_cv_header_time=yes
7568else 6988else
7569 echo "$as_me: failed program was:" >&5 6989 echo "$as_me: failed program was:" >&5
7570sed 's/^/| /' conftest.$ac_ext >&5 6990sed 's/^/| /' conftest.$ac_ext >&5
7571 6991
7572 ac_cv_header_time=no 6992ac_cv_header_time=no
7573fi 6993fi
7574
7575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7576fi 6995fi
7577{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 6996echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7578echo "${ECHO_T}$ac_cv_header_time" >&6; } 6997echo "${ECHO_T}$ac_cv_header_time" >&6
7579if test $ac_cv_header_time = yes; then 6998if test $ac_cv_header_time = yes; then
7580 6999
7581cat >>confdefs.h <<\_ACEOF 7000cat >>confdefs.h <<\_ACEOF
7582#define TIME_WITH_SYS_TIME 1 7001#define TIME_WITH_SYS_TIME 1
7583_ACEOF 7002_ACEOF
7584 7003
7585fi 7004fi
7586 7005
7587 7006
7588{ echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5 7007echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7589echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6; } 7008echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7590if test "${rxvt_cv_header_sysioctl+set}" = set; then 7009if test "${rxvt_cv_header_sysioctl+set}" = set; then
7591 echo $ECHO_N "(cached) $ECHO_C" >&6 7010 echo $ECHO_N "(cached) $ECHO_C" >&6
7592else 7011else
7593 cat >conftest.$ac_ext <<_ACEOF 7012 cat >conftest.$ac_ext <<_ACEOF
7594/* confdefs.h. */ 7013/* confdefs.h. */
7608 ; 7027 ;
7609 return 0; 7028 return 0;
7610} 7029}
7611_ACEOF 7030_ACEOF
7612rm -f conftest.$ac_objext 7031rm -f conftest.$ac_objext
7613if { (ac_try="$ac_compile"
7614case "(($ac_try" in
7615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7616 *) ac_try_echo=$ac_try;;
7617esac
7618eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7619 (eval "$ac_compile") 2>conftest.er1 7033 (eval $ac_compile) 2>conftest.er1
7620 ac_status=$? 7034 ac_status=$?
7621 grep -v '^ *+' conftest.er1 >conftest.err 7035 grep -v '^ *+' conftest.er1 >conftest.err
7622 rm -f conftest.er1 7036 rm -f conftest.er1
7623 cat conftest.err >&5 7037 cat conftest.err >&5
7624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7625 (exit $ac_status); } && { 7039 (exit $ac_status); } &&
7626 test -z "$ac_cxx_werror_flag" || 7040 { ac_try='test -z "$ac_cxx_werror_flag"
7627 test ! -s conftest.err 7041 || test ! -s conftest.err'
7628 } && test -s conftest.$ac_objext; then 7042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7043 (eval $ac_try) 2>&5
7044 ac_status=$?
7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046 (exit $ac_status); }; } &&
7047 { ac_try='test -s conftest.$ac_objext'
7048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7049 (eval $ac_try) 2>&5
7050 ac_status=$?
7051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052 (exit $ac_status); }; }; then
7629 rxvt_cv_header_sysioctl=yes 7053 rxvt_cv_header_sysioctl=yes
7630else 7054else
7631 echo "$as_me: failed program was:" >&5 7055 echo "$as_me: failed program was:" >&5
7632sed 's/^/| /' conftest.$ac_ext >&5 7056sed 's/^/| /' conftest.$ac_ext >&5
7633 7057
7634 rxvt_cv_header_sysioctl=no 7058rxvt_cv_header_sysioctl=no
7635fi 7059fi
7636
7637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7060rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7638fi 7061fi
7639{ echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5 7062echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7640echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6; } 7063echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7641 7064
7642if test -n "$GCC"; then 7065if test -n "$GCC"; then
7643 LDARG="-Wl," 7066 LDARG="-Wl,"
7644else 7067else
7645 LDARG="" 7068 LDARG=""
7648 7071
7649ac_save_CFLAGS=$CFLAGS 7072ac_save_CFLAGS=$CFLAGS
7650ac_save_LIBS=$LIBS 7073ac_save_LIBS=$LIBS
7651CFLAGS="$CFLAGS $X_CFLAGS" 7074CFLAGS="$CFLAGS $X_CFLAGS"
7652LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 7075LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7653{ echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5 7076echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7654echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6; } 7077echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
7655if test "${rxvt_cv_rpath+set}" = set; then 7078if test "${rxvt_cv_rpath+set}" = set; then
7656 echo $ECHO_N "(cached) $ECHO_C" >&6 7079 echo $ECHO_N "(cached) $ECHO_C" >&6
7657else 7080else
7658 if test "$cross_compiling" = yes; then 7081 if test "$cross_compiling" = yes; then
7659 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5 7082 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7672 exit(0); 7095 exit(0);
7673 (void) XOpenDisplay("foobar"); 7096 (void) XOpenDisplay("foobar");
7674} 7097}
7675_ACEOF 7098_ACEOF
7676rm -f conftest$ac_exeext 7099rm -f conftest$ac_exeext
7677if { (ac_try="$ac_link"
7678case "(($ac_try" in
7679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7680 *) ac_try_echo=$ac_try;;
7681esac
7682eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7100if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7683 (eval "$ac_link") 2>&5 7101 (eval $ac_link) 2>&5
7684 ac_status=$? 7102 ac_status=$?
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7104 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7687 { (case "(($ac_try" in
7688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7689 *) ac_try_echo=$ac_try;;
7690esac
7691eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7692 (eval "$ac_try") 2>&5 7106 (eval $ac_try) 2>&5
7693 ac_status=$? 7107 ac_status=$?
7694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); }; }; then 7109 (exit $ac_status); }; }; then
7696 rxvt_cv_rpath=yes 7110 rxvt_cv_rpath=yes
7697else 7111else
7700sed 's/^/| /' conftest.$ac_ext >&5 7114sed 's/^/| /' conftest.$ac_ext >&5
7701 7115
7702( exit $ac_status ) 7116( exit $ac_status )
7703rxvt_cv_rpath=no 7117rxvt_cv_rpath=no
7704fi 7118fi
7705rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7119rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7706fi 7120fi
7707
7708
7709fi 7121fi
7710{ echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5 7122echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7711echo "${ECHO_T}$rxvt_cv_rpath" >&6; } 7123echo "${ECHO_T}$rxvt_cv_rpath" >&6
7712if test x$rxvt_cv_rpath != xyes; then 7124if test x$rxvt_cv_rpath != xyes; then
7713 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' 7125 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7714 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` 7126 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7715 { echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5 7127 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7716echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6; } 7128echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
7717if test "${rxvt_cv_R+set}" = set; then 7129if test "${rxvt_cv_R+set}" = set; then
7718 echo $ECHO_N "(cached) $ECHO_C" >&6 7130 echo $ECHO_N "(cached) $ECHO_C" >&6
7719else 7131else
7720 if test "$cross_compiling" = yes; then 7132 if test "$cross_compiling" = yes; then
7721 rxvt_cv_R=no 7133 rxvt_cv_R=no
7733 exit(0); 7145 exit(0);
7734 (void) XOpenDisplay("foobar"); 7146 (void) XOpenDisplay("foobar");
7735} 7147}
7736_ACEOF 7148_ACEOF
7737rm -f conftest$ac_exeext 7149rm -f conftest$ac_exeext
7738if { (ac_try="$ac_link"
7739case "(($ac_try" in
7740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7741 *) ac_try_echo=$ac_try;;
7742esac
7743eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7150if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7744 (eval "$ac_link") 2>&5 7151 (eval $ac_link) 2>&5
7745 ac_status=$? 7152 ac_status=$?
7746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7154 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7748 { (case "(($ac_try" in
7749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7750 *) ac_try_echo=$ac_try;;
7751esac
7752eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7753 (eval "$ac_try") 2>&5 7156 (eval $ac_try) 2>&5
7754 ac_status=$? 7157 ac_status=$?
7755 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756 (exit $ac_status); }; }; then 7159 (exit $ac_status); }; }; then
7757 rxvt_cv_R=yes 7160 rxvt_cv_R=yes
7758else 7161else
7761sed 's/^/| /' conftest.$ac_ext >&5 7164sed 's/^/| /' conftest.$ac_ext >&5
7762 7165
7763( exit $ac_status ) 7166( exit $ac_status )
7764rxvt_cv_R=no 7167rxvt_cv_R=no
7765fi 7168fi
7766rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7169rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7767fi 7170fi
7768
7769
7770fi 7171fi
7771{ echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5 7172echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7772echo "${ECHO_T}$rxvt_cv_R" >&6; } 7173echo "${ECHO_T}$rxvt_cv_R" >&6
7773 if test x$rxvt_cv_R != xyes; then 7174 if test x$rxvt_cv_R != xyes; then
7774 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 7175 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7775 fi 7176 fi
7776fi 7177fi
7777 7178
7778{ echo "$as_me:$LINENO: checking for XPointer" >&5 7179echo "$as_me:$LINENO: checking for XPointer" >&5
7779echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; } 7180echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7780if test "${rxvt_cv_xpointer+set}" = set; then 7181if test "${rxvt_cv_xpointer+set}" = set; then
7781 echo $ECHO_N "(cached) $ECHO_C" >&6 7182 echo $ECHO_N "(cached) $ECHO_C" >&6
7782else 7183else
7783 cat >conftest.$ac_ext <<_ACEOF 7184 cat >conftest.$ac_ext <<_ACEOF
7784/* confdefs.h. */ 7185/* confdefs.h. */
7794 ; 7195 ;
7795 return 0; 7196 return 0;
7796} 7197}
7797_ACEOF 7198_ACEOF
7798rm -f conftest.$ac_objext 7199rm -f conftest.$ac_objext
7799if { (ac_try="$ac_compile"
7800case "(($ac_try" in
7801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802 *) ac_try_echo=$ac_try;;
7803esac
7804eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7200if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7805 (eval "$ac_compile") 2>conftest.er1 7201 (eval $ac_compile) 2>conftest.er1
7806 ac_status=$? 7202 ac_status=$?
7807 grep -v '^ *+' conftest.er1 >conftest.err 7203 grep -v '^ *+' conftest.er1 >conftest.err
7808 rm -f conftest.er1 7204 rm -f conftest.er1
7809 cat conftest.err >&5 7205 cat conftest.err >&5
7810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 (exit $ac_status); } && { 7207 (exit $ac_status); } &&
7812 test -z "$ac_cxx_werror_flag" || 7208 { ac_try='test -z "$ac_cxx_werror_flag"
7813 test ! -s conftest.err 7209 || test ! -s conftest.err'
7814 } && test -s conftest.$ac_objext; then 7210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7211 (eval $ac_try) 2>&5
7212 ac_status=$?
7213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7214 (exit $ac_status); }; } &&
7215 { ac_try='test -s conftest.$ac_objext'
7216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7217 (eval $ac_try) 2>&5
7218 ac_status=$?
7219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7220 (exit $ac_status); }; }; then
7815 rxvt_cv_xpointer=yes 7221 rxvt_cv_xpointer=yes
7816else 7222else
7817 echo "$as_me: failed program was:" >&5 7223 echo "$as_me: failed program was:" >&5
7818sed 's/^/| /' conftest.$ac_ext >&5 7224sed 's/^/| /' conftest.$ac_ext >&5
7819 7225
7820 rxvt_cv_xpointer=no 7226rxvt_cv_xpointer=no
7821fi 7227fi
7822
7823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7824fi 7229fi
7825{ echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5 7230echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7826echo "${ECHO_T}$rxvt_cv_xpointer" >&6; } 7231echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7827if test x$rxvt_cv_xpointer = xyes; then 7232if test x$rxvt_cv_xpointer = xyes; then
7828 7233
7829cat >>confdefs.h <<\_ACEOF 7234cat >>confdefs.h <<\_ACEOF
7830#define HAVE_XPOINTER 1 7235#define HAVE_XPOINTER 1
7831_ACEOF 7236_ACEOF
7832 7237
7833fi 7238fi
7834LIBS=$ac_save_LIBS 7239LIBS=$ac_save_LIBS
7835CFLAGS=$ac_save_CFLAGS 7240CFLAGS=$ac_save_CFLAGS
7836 7241
7837{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5 7242echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7838echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; } 7243echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6
7839if test "${rxvt_xlib_illegal_access+set}" = set; then 7244if test "${rxvt_xlib_illegal_access+set}" = set; then
7840 echo $ECHO_N "(cached) $ECHO_C" >&6 7245 echo $ECHO_N "(cached) $ECHO_C" >&6
7841else 7246else
7842 cat >conftest.$ac_ext <<_ACEOF 7247 cat >conftest.$ac_ext <<_ACEOF
7843/* confdefs.h. */ 7248/* confdefs.h. */
7859 ; 7264 ;
7860 return 0; 7265 return 0;
7861} 7266}
7862_ACEOF 7267_ACEOF
7863rm -f conftest.$ac_objext 7268rm -f conftest.$ac_objext
7864if { (ac_try="$ac_compile"
7865case "(($ac_try" in
7866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7867 *) ac_try_echo=$ac_try;;
7868esac
7869eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7870 (eval "$ac_compile") 2>conftest.er1 7270 (eval $ac_compile) 2>conftest.er1
7871 ac_status=$? 7271 ac_status=$?
7872 grep -v '^ *+' conftest.er1 >conftest.err 7272 grep -v '^ *+' conftest.er1 >conftest.err
7873 rm -f conftest.er1 7273 rm -f conftest.er1
7874 cat conftest.err >&5 7274 cat conftest.err >&5
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); } && { 7276 (exit $ac_status); } &&
7877 test -z "$ac_cxx_werror_flag" || 7277 { ac_try='test -z "$ac_cxx_werror_flag"
7878 test ! -s conftest.err 7278 || test ! -s conftest.err'
7879 } && test -s conftest.$ac_objext; then 7279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7280 (eval $ac_try) 2>&5
7281 ac_status=$?
7282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); }; } &&
7284 { ac_try='test -s conftest.$ac_objext'
7285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7286 (eval $ac_try) 2>&5
7287 ac_status=$?
7288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7289 (exit $ac_status); }; }; then
7880 rxvt_xlib_illegal_access=yes 7290 rxvt_xlib_illegal_access=yes
7881else 7291else
7882 echo "$as_me: failed program was:" >&5 7292 echo "$as_me: failed program was:" >&5
7883sed 's/^/| /' conftest.$ac_ext >&5 7293sed 's/^/| /' conftest.$ac_ext >&5
7884 7294
7885 rxvt_xlib_illegal_access=no 7295rxvt_xlib_illegal_access=no
7886 7296
7887fi 7297fi
7888
7889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7298rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7890fi 7299fi
7891{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5 7300echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7892echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; } 7301echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6
7893if test x$rxvt_xlib_illegal_access = xyes; then 7302if test x$rxvt_xlib_illegal_access = xyes; then
7894 7303
7895cat >>confdefs.h <<\_ACEOF 7304cat >>confdefs.h <<\_ACEOF
7896#define XLIB_ILLEGAL_ACCESS 1 7305#define XLIB_ILLEGAL_ACCESS 1
7897_ACEOF 7306_ACEOF
7898 7307
7899fi 7308fi
7900 7309
7901{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 7310echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7902echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 7311echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7903if test "${ac_cv_c_const+set}" = set; then 7312if test "${ac_cv_c_const+set}" = set; then
7904 echo $ECHO_N "(cached) $ECHO_C" >&6 7313 echo $ECHO_N "(cached) $ECHO_C" >&6
7905else 7314else
7906 cat >conftest.$ac_ext <<_ACEOF 7315 cat >conftest.$ac_ext <<_ACEOF
7907/* confdefs.h. */ 7316/* confdefs.h. */
7915{ 7324{
7916/* FIXME: Include the comments suggested by Paul. */ 7325/* FIXME: Include the comments suggested by Paul. */
7917#ifndef __cplusplus 7326#ifndef __cplusplus
7918 /* Ultrix mips cc rejects this. */ 7327 /* Ultrix mips cc rejects this. */
7919 typedef int charset[2]; 7328 typedef int charset[2];
7920 const charset cs; 7329 const charset x;
7921 /* SunOS 4.1.1 cc rejects this. */ 7330 /* SunOS 4.1.1 cc rejects this. */
7922 char const *const *pcpcc; 7331 char const *const *ccp;
7923 char **ppc; 7332 char **p;
7924 /* NEC SVR4.0.2 mips cc rejects this. */ 7333 /* NEC SVR4.0.2 mips cc rejects this. */
7925 struct point {int x, y;}; 7334 struct point {int x, y;};
7926 static struct point const zero = {0,0}; 7335 static struct point const zero = {0,0};
7927 /* AIX XL C 1.02.0.0 rejects this. 7336 /* AIX XL C 1.02.0.0 rejects this.
7928 It does not let you subtract one const X* pointer from another in 7337 It does not let you subtract one const X* pointer from another in
7929 an arm of an if-expression whose if-part is not a constant 7338 an arm of an if-expression whose if-part is not a constant
7930 expression */ 7339 expression */
7931 const char *g = "string"; 7340 const char *g = "string";
7932 pcpcc = &g + (g ? g-g : 0); 7341 ccp = &g + (g ? g-g : 0);
7933 /* HPUX 7.0 cc rejects these. */ 7342 /* HPUX 7.0 cc rejects these. */
7934 ++pcpcc; 7343 ++ccp;
7935 ppc = (char**) pcpcc; 7344 p = (char**) ccp;
7936 pcpcc = (char const *const *) ppc; 7345 ccp = (char const *const *) p;
7937 { /* SCO 3.2v4 cc rejects this. */ 7346 { /* SCO 3.2v4 cc rejects this. */
7938 char *t; 7347 char *t;
7939 char const *s = 0 ? (char *) 0 : (char const *) 0; 7348 char const *s = 0 ? (char *) 0 : (char const *) 0;
7940 7349
7941 *t++ = 0; 7350 *t++ = 0;
7942 if (s) return 0;
7943 } 7351 }
7944 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 7352 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7945 int x[] = {25, 17}; 7353 int x[] = {25, 17};
7946 const int *foo = &x[0]; 7354 const int *foo = &x[0];
7947 ++foo; 7355 ++foo;
7956 struct s { int j; const int *ap[3]; }; 7364 struct s { int j; const int *ap[3]; };
7957 struct s *b; b->j = 5; 7365 struct s *b; b->j = 5;
7958 } 7366 }
7959 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 7367 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7960 const int foo = 10; 7368 const int foo = 10;
7961 if (!foo) return 0;
7962 } 7369 }
7963 return !cs[0] && !zero.x;
7964#endif 7370#endif
7965 7371
7966 ; 7372 ;
7967 return 0; 7373 return 0;
7968} 7374}
7969_ACEOF 7375_ACEOF
7970rm -f conftest.$ac_objext 7376rm -f conftest.$ac_objext
7971if { (ac_try="$ac_compile"
7972case "(($ac_try" in
7973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7974 *) ac_try_echo=$ac_try;;
7975esac
7976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7377if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7977 (eval "$ac_compile") 2>conftest.er1 7378 (eval $ac_compile) 2>conftest.er1
7978 ac_status=$? 7379 ac_status=$?
7979 grep -v '^ *+' conftest.er1 >conftest.err 7380 grep -v '^ *+' conftest.er1 >conftest.err
7980 rm -f conftest.er1 7381 rm -f conftest.er1
7981 cat conftest.err >&5 7382 cat conftest.err >&5
7982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7983 (exit $ac_status); } && { 7384 (exit $ac_status); } &&
7984 test -z "$ac_cxx_werror_flag" || 7385 { ac_try='test -z "$ac_cxx_werror_flag"
7985 test ! -s conftest.err 7386 || test ! -s conftest.err'
7986 } && test -s conftest.$ac_objext; then 7387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7388 (eval $ac_try) 2>&5
7389 ac_status=$?
7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391 (exit $ac_status); }; } &&
7392 { ac_try='test -s conftest.$ac_objext'
7393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7394 (eval $ac_try) 2>&5
7395 ac_status=$?
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); }; }; then
7987 ac_cv_c_const=yes 7398 ac_cv_c_const=yes
7988else 7399else
7989 echo "$as_me: failed program was:" >&5 7400 echo "$as_me: failed program was:" >&5
7990sed 's/^/| /' conftest.$ac_ext >&5 7401sed 's/^/| /' conftest.$ac_ext >&5
7991 7402
7992 ac_cv_c_const=no 7403ac_cv_c_const=no
7993fi 7404fi
7994
7995rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7405rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7996fi 7406fi
7997{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7407echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7998echo "${ECHO_T}$ac_cv_c_const" >&6; } 7408echo "${ECHO_T}$ac_cv_c_const" >&6
7999if test $ac_cv_c_const = no; then 7409if test $ac_cv_c_const = no; then
8000 7410
8001cat >>confdefs.h <<\_ACEOF 7411cat >>confdefs.h <<\_ACEOF
8002#define const 7412#define const
8003_ACEOF 7413_ACEOF
8004 7414
8005fi 7415fi
8006 7416
8007{ echo "$as_me:$LINENO: checking for inline" >&5 7417echo "$as_me:$LINENO: checking for inline" >&5
8008echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 7418echo $ECHO_N "checking for inline... $ECHO_C" >&6
8009if test "${ac_cv_c_inline+set}" = set; then 7419if test "${ac_cv_c_inline+set}" = set; then
8010 echo $ECHO_N "(cached) $ECHO_C" >&6 7420 echo $ECHO_N "(cached) $ECHO_C" >&6
8011else 7421else
8012 ac_cv_c_inline=no 7422 ac_cv_c_inline=no
8013for ac_kw in inline __inline__ __inline; do 7423for ac_kw in inline __inline__ __inline; do
8023$ac_kw foo_t foo () {return 0; } 7433$ac_kw foo_t foo () {return 0; }
8024#endif 7434#endif
8025 7435
8026_ACEOF 7436_ACEOF
8027rm -f conftest.$ac_objext 7437rm -f conftest.$ac_objext
8028if { (ac_try="$ac_compile"
8029case "(($ac_try" in
8030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8031 *) ac_try_echo=$ac_try;;
8032esac
8033eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8034 (eval "$ac_compile") 2>conftest.er1 7439 (eval $ac_compile) 2>conftest.er1
8035 ac_status=$? 7440 ac_status=$?
8036 grep -v '^ *+' conftest.er1 >conftest.err 7441 grep -v '^ *+' conftest.er1 >conftest.err
8037 rm -f conftest.er1 7442 rm -f conftest.er1
8038 cat conftest.err >&5 7443 cat conftest.err >&5
8039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8040 (exit $ac_status); } && { 7445 (exit $ac_status); } &&
8041 test -z "$ac_cxx_werror_flag" || 7446 { ac_try='test -z "$ac_cxx_werror_flag"
8042 test ! -s conftest.err 7447 || test ! -s conftest.err'
8043 } && test -s conftest.$ac_objext; then 7448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7449 (eval $ac_try) 2>&5
7450 ac_status=$?
7451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452 (exit $ac_status); }; } &&
7453 { ac_try='test -s conftest.$ac_objext'
7454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7455 (eval $ac_try) 2>&5
7456 ac_status=$?
7457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458 (exit $ac_status); }; }; then
8044 ac_cv_c_inline=$ac_kw 7459 ac_cv_c_inline=$ac_kw; break
8045else 7460else
8046 echo "$as_me: failed program was:" >&5 7461 echo "$as_me: failed program was:" >&5
8047sed 's/^/| /' conftest.$ac_ext >&5 7462sed 's/^/| /' conftest.$ac_ext >&5
8048 7463
8049
8050fi 7464fi
8051
8052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8053 test "$ac_cv_c_inline" != no && break
8054done 7466done
8055 7467
8056fi 7468fi
8057{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 7469echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
8058echo "${ECHO_T}$ac_cv_c_inline" >&6; } 7470echo "${ECHO_T}$ac_cv_c_inline" >&6
8059 7471
8060 7472
8061case $ac_cv_c_inline in 7473case $ac_cv_c_inline in
8062 inline | yes) ;; 7474 inline | yes) ;;
8063 *) 7475 *)
8073 ;; 7485 ;;
8074esac 7486esac
8075 7487
8076 7488
8077 7489
8078{ echo "$as_me:$LINENO: checking for mode_t" >&5 7490echo "$as_me:$LINENO: checking for mode_t" >&5
8079echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } 7491echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
8080if test "${ac_cv_type_mode_t+set}" = set; then 7492if test "${ac_cv_type_mode_t+set}" = set; then
8081 echo $ECHO_N "(cached) $ECHO_C" >&6 7493 echo $ECHO_N "(cached) $ECHO_C" >&6
8082else 7494else
8083 cat >conftest.$ac_ext <<_ACEOF 7495 cat >conftest.$ac_ext <<_ACEOF
8084/* confdefs.h. */ 7496/* confdefs.h. */
8085_ACEOF 7497_ACEOF
8086cat confdefs.h >>conftest.$ac_ext 7498cat confdefs.h >>conftest.$ac_ext
8087cat >>conftest.$ac_ext <<_ACEOF 7499cat >>conftest.$ac_ext <<_ACEOF
8088/* end confdefs.h. */ 7500/* end confdefs.h. */
8089$ac_includes_default 7501$ac_includes_default
8090typedef mode_t ac__type_new_;
8091int 7502int
8092main () 7503main ()
8093{ 7504{
8094if ((ac__type_new_ *) 0) 7505if ((mode_t *) 0)
8095 return 0; 7506 return 0;
8096if (sizeof (ac__type_new_)) 7507if (sizeof (mode_t))
8097 return 0; 7508 return 0;
8098 ; 7509 ;
8099 return 0; 7510 return 0;
8100} 7511}
8101_ACEOF 7512_ACEOF
8102rm -f conftest.$ac_objext 7513rm -f conftest.$ac_objext
8103if { (ac_try="$ac_compile"
8104case "(($ac_try" in
8105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8106 *) ac_try_echo=$ac_try;;
8107esac
8108eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7514if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8109 (eval "$ac_compile") 2>conftest.er1 7515 (eval $ac_compile) 2>conftest.er1
8110 ac_status=$? 7516 ac_status=$?
8111 grep -v '^ *+' conftest.er1 >conftest.err 7517 grep -v '^ *+' conftest.er1 >conftest.err
8112 rm -f conftest.er1 7518 rm -f conftest.er1
8113 cat conftest.err >&5 7519 cat conftest.err >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); } && { 7521 (exit $ac_status); } &&
8116 test -z "$ac_cxx_werror_flag" || 7522 { ac_try='test -z "$ac_cxx_werror_flag"
8117 test ! -s conftest.err 7523 || test ! -s conftest.err'
8118 } && test -s conftest.$ac_objext; then 7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7525 (eval $ac_try) 2>&5
7526 ac_status=$?
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); }; } &&
7529 { ac_try='test -s conftest.$ac_objext'
7530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7531 (eval $ac_try) 2>&5
7532 ac_status=$?
7533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7534 (exit $ac_status); }; }; then
8119 ac_cv_type_mode_t=yes 7535 ac_cv_type_mode_t=yes
8120else 7536else
8121 echo "$as_me: failed program was:" >&5 7537 echo "$as_me: failed program was:" >&5
8122sed 's/^/| /' conftest.$ac_ext >&5 7538sed 's/^/| /' conftest.$ac_ext >&5
8123 7539
8124 ac_cv_type_mode_t=no 7540ac_cv_type_mode_t=no
8125fi 7541fi
8126
8127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7542rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8128fi 7543fi
8129{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 7544echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8130echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } 7545echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8131if test $ac_cv_type_mode_t = yes; then 7546if test $ac_cv_type_mode_t = yes; then
8132 : 7547 :
8133else 7548else
8134 7549
8135cat >>confdefs.h <<_ACEOF 7550cat >>confdefs.h <<_ACEOF
8136#define mode_t int 7551#define mode_t int
8137_ACEOF 7552_ACEOF
8138 7553
8139fi 7554fi
8140 7555
8141{ echo "$as_me:$LINENO: checking for pid_t" >&5 7556echo "$as_me:$LINENO: checking for pid_t" >&5
8142echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 7557echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8143if test "${ac_cv_type_pid_t+set}" = set; then 7558if test "${ac_cv_type_pid_t+set}" = set; then
8144 echo $ECHO_N "(cached) $ECHO_C" >&6 7559 echo $ECHO_N "(cached) $ECHO_C" >&6
8145else 7560else
8146 cat >conftest.$ac_ext <<_ACEOF 7561 cat >conftest.$ac_ext <<_ACEOF
8147/* confdefs.h. */ 7562/* confdefs.h. */
8148_ACEOF 7563_ACEOF
8149cat confdefs.h >>conftest.$ac_ext 7564cat confdefs.h >>conftest.$ac_ext
8150cat >>conftest.$ac_ext <<_ACEOF 7565cat >>conftest.$ac_ext <<_ACEOF
8151/* end confdefs.h. */ 7566/* end confdefs.h. */
8152$ac_includes_default 7567$ac_includes_default
8153typedef pid_t ac__type_new_;
8154int 7568int
8155main () 7569main ()
8156{ 7570{
8157if ((ac__type_new_ *) 0) 7571if ((pid_t *) 0)
8158 return 0; 7572 return 0;
8159if (sizeof (ac__type_new_)) 7573if (sizeof (pid_t))
8160 return 0; 7574 return 0;
8161 ; 7575 ;
8162 return 0; 7576 return 0;
8163} 7577}
8164_ACEOF 7578_ACEOF
8165rm -f conftest.$ac_objext 7579rm -f conftest.$ac_objext
8166if { (ac_try="$ac_compile"
8167case "(($ac_try" in
8168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8169 *) ac_try_echo=$ac_try;;
8170esac
8171eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7580if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8172 (eval "$ac_compile") 2>conftest.er1 7581 (eval $ac_compile) 2>conftest.er1
8173 ac_status=$? 7582 ac_status=$?
8174 grep -v '^ *+' conftest.er1 >conftest.err 7583 grep -v '^ *+' conftest.er1 >conftest.err
8175 rm -f conftest.er1 7584 rm -f conftest.er1
8176 cat conftest.err >&5 7585 cat conftest.err >&5
8177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8178 (exit $ac_status); } && { 7587 (exit $ac_status); } &&
8179 test -z "$ac_cxx_werror_flag" || 7588 { ac_try='test -z "$ac_cxx_werror_flag"
8180 test ! -s conftest.err 7589 || test ! -s conftest.err'
8181 } && test -s conftest.$ac_objext; then 7590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7591 (eval $ac_try) 2>&5
7592 ac_status=$?
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); }; } &&
7595 { ac_try='test -s conftest.$ac_objext'
7596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7597 (eval $ac_try) 2>&5
7598 ac_status=$?
7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600 (exit $ac_status); }; }; then
8182 ac_cv_type_pid_t=yes 7601 ac_cv_type_pid_t=yes
8183else 7602else
8184 echo "$as_me: failed program was:" >&5 7603 echo "$as_me: failed program was:" >&5
8185sed 's/^/| /' conftest.$ac_ext >&5 7604sed 's/^/| /' conftest.$ac_ext >&5
8186 7605
8187 ac_cv_type_pid_t=no 7606ac_cv_type_pid_t=no
8188fi 7607fi
8189
8190rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7608rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8191fi 7609fi
8192{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 7610echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8193echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 7611echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8194if test $ac_cv_type_pid_t = yes; then 7612if test $ac_cv_type_pid_t = yes; then
8195 : 7613 :
8196else 7614else
8197 7615
8198cat >>confdefs.h <<_ACEOF 7616cat >>confdefs.h <<_ACEOF
8199#define pid_t int 7617#define pid_t int
8200_ACEOF 7618_ACEOF
8201 7619
8202fi 7620fi
8203 7621
8204{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 7622echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8205echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 7623echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8206if test "${ac_cv_type_uid_t+set}" = set; then 7624if test "${ac_cv_type_uid_t+set}" = set; then
8207 echo $ECHO_N "(cached) $ECHO_C" >&6 7625 echo $ECHO_N "(cached) $ECHO_C" >&6
8208else 7626else
8209 cat >conftest.$ac_ext <<_ACEOF 7627 cat >conftest.$ac_ext <<_ACEOF
8210/* confdefs.h. */ 7628/* confdefs.h. */
8222 ac_cv_type_uid_t=no 7640 ac_cv_type_uid_t=no
8223fi 7641fi
8224rm -f conftest* 7642rm -f conftest*
8225 7643
8226fi 7644fi
8227{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 7645echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8228echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 7646echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8229if test $ac_cv_type_uid_t = no; then 7647if test $ac_cv_type_uid_t = no; then
8230 7648
8231cat >>confdefs.h <<\_ACEOF 7649cat >>confdefs.h <<\_ACEOF
8232#define uid_t int 7650#define uid_t int
8233_ACEOF 7651_ACEOF
8238_ACEOF 7656_ACEOF
8239 7657
8240fi 7658fi
8241 7659
8242 7660
8243{ echo "$as_me:$LINENO: checking for short" >&5 7661echo "$as_me:$LINENO: checking for short" >&5
8244echo $ECHO_N "checking for short... $ECHO_C" >&6; } 7662echo $ECHO_N "checking for short... $ECHO_C" >&6
8245if test "${ac_cv_type_short+set}" = set; then 7663if test "${ac_cv_type_short+set}" = set; then
8246 echo $ECHO_N "(cached) $ECHO_C" >&6 7664 echo $ECHO_N "(cached) $ECHO_C" >&6
8247else 7665else
8248 cat >conftest.$ac_ext <<_ACEOF 7666 cat >conftest.$ac_ext <<_ACEOF
8249/* confdefs.h. */ 7667/* confdefs.h. */
8250_ACEOF 7668_ACEOF
8251cat confdefs.h >>conftest.$ac_ext 7669cat confdefs.h >>conftest.$ac_ext
8252cat >>conftest.$ac_ext <<_ACEOF 7670cat >>conftest.$ac_ext <<_ACEOF
8253/* end confdefs.h. */ 7671/* end confdefs.h. */
8254$ac_includes_default 7672$ac_includes_default
8255typedef short ac__type_new_;
8256int 7673int
8257main () 7674main ()
8258{ 7675{
8259if ((ac__type_new_ *) 0) 7676if ((short *) 0)
8260 return 0; 7677 return 0;
8261if (sizeof (ac__type_new_)) 7678if (sizeof (short))
8262 return 0; 7679 return 0;
8263 ; 7680 ;
8264 return 0; 7681 return 0;
8265} 7682}
8266_ACEOF 7683_ACEOF
8267rm -f conftest.$ac_objext 7684rm -f conftest.$ac_objext
8268if { (ac_try="$ac_compile"
8269case "(($ac_try" in
8270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8271 *) ac_try_echo=$ac_try;;
8272esac
8273eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7685if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8274 (eval "$ac_compile") 2>conftest.er1 7686 (eval $ac_compile) 2>conftest.er1
8275 ac_status=$? 7687 ac_status=$?
8276 grep -v '^ *+' conftest.er1 >conftest.err 7688 grep -v '^ *+' conftest.er1 >conftest.err
8277 rm -f conftest.er1 7689 rm -f conftest.er1
8278 cat conftest.err >&5 7690 cat conftest.err >&5
8279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280 (exit $ac_status); } && { 7692 (exit $ac_status); } &&
8281 test -z "$ac_cxx_werror_flag" || 7693 { ac_try='test -z "$ac_cxx_werror_flag"
8282 test ! -s conftest.err 7694 || test ! -s conftest.err'
8283 } && test -s conftest.$ac_objext; then 7695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7696 (eval $ac_try) 2>&5
7697 ac_status=$?
7698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699 (exit $ac_status); }; } &&
7700 { ac_try='test -s conftest.$ac_objext'
7701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7702 (eval $ac_try) 2>&5
7703 ac_status=$?
7704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705 (exit $ac_status); }; }; then
8284 ac_cv_type_short=yes 7706 ac_cv_type_short=yes
8285else 7707else
8286 echo "$as_me: failed program was:" >&5 7708 echo "$as_me: failed program was:" >&5
8287sed 's/^/| /' conftest.$ac_ext >&5 7709sed 's/^/| /' conftest.$ac_ext >&5
8288 7710
8289 ac_cv_type_short=no 7711ac_cv_type_short=no
8290fi 7712fi
8291
8292rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7713rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8293fi 7714fi
8294{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 7715echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8295echo "${ECHO_T}$ac_cv_type_short" >&6; } 7716echo "${ECHO_T}$ac_cv_type_short" >&6
8296 7717
8297# The cast to long int works around a bug in the HP C Compiler
8298# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8299# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8300# This bug is HP SR number 8606223364.
8301{ echo "$as_me:$LINENO: checking size of short" >&5 7718echo "$as_me:$LINENO: checking size of short" >&5
8302echo $ECHO_N "checking size of short... $ECHO_C" >&6; } 7719echo $ECHO_N "checking size of short... $ECHO_C" >&6
8303if test "${ac_cv_sizeof_short+set}" = set; then 7720if test "${ac_cv_sizeof_short+set}" = set; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6 7721 echo $ECHO_N "(cached) $ECHO_C" >&6
8305else 7722else
7723 if test "$ac_cv_type_short" = yes; then
7724 # The cast to unsigned long works around a bug in the HP C Compiler
7725 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7726 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7727 # This bug is HP SR number 8606223364.
8306 if test "$cross_compiling" = yes; then 7728 if test "$cross_compiling" = yes; then
8307 # Depending upon the size, compute the lo and hi bounds. 7729 # Depending upon the size, compute the lo and hi bounds.
8308cat >conftest.$ac_ext <<_ACEOF 7730cat >conftest.$ac_ext <<_ACEOF
8309/* confdefs.h. */ 7731/* confdefs.h. */
8310_ACEOF 7732_ACEOF
8311cat confdefs.h >>conftest.$ac_ext 7733cat confdefs.h >>conftest.$ac_ext
8312cat >>conftest.$ac_ext <<_ACEOF 7734cat >>conftest.$ac_ext <<_ACEOF
8313/* end confdefs.h. */ 7735/* end confdefs.h. */
8314$ac_includes_default 7736$ac_includes_default
8315 typedef short ac__type_sizeof_;
8316int 7737int
8317main () 7738main ()
8318{ 7739{
8319static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 7740static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8320test_array [0] = 0 7741test_array [0] = 0
8321 7742
8322 ; 7743 ;
8323 return 0; 7744 return 0;
8324} 7745}
8325_ACEOF 7746_ACEOF
8326rm -f conftest.$ac_objext 7747rm -f conftest.$ac_objext
8327if { (ac_try="$ac_compile"
8328case "(($ac_try" in
8329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8330 *) ac_try_echo=$ac_try;;
8331esac
8332eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7748if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8333 (eval "$ac_compile") 2>conftest.er1 7749 (eval $ac_compile) 2>conftest.er1
8334 ac_status=$? 7750 ac_status=$?
8335 grep -v '^ *+' conftest.er1 >conftest.err 7751 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -f conftest.er1 7752 rm -f conftest.er1
8337 cat conftest.err >&5 7753 cat conftest.err >&5
8338 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339 (exit $ac_status); } && { 7755 (exit $ac_status); } &&
8340 test -z "$ac_cxx_werror_flag" || 7756 { ac_try='test -z "$ac_cxx_werror_flag"
8341 test ! -s conftest.err 7757 || test ! -s conftest.err'
8342 } && test -s conftest.$ac_objext; then 7758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7759 (eval $ac_try) 2>&5
7760 ac_status=$?
7761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762 (exit $ac_status); }; } &&
7763 { ac_try='test -s conftest.$ac_objext'
7764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7765 (eval $ac_try) 2>&5
7766 ac_status=$?
7767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); }; }; then
8343 ac_lo=0 ac_mid=0 7769 ac_lo=0 ac_mid=0
8344 while :; do 7770 while :; do
8345 cat >conftest.$ac_ext <<_ACEOF 7771 cat >conftest.$ac_ext <<_ACEOF
8346/* confdefs.h. */ 7772/* confdefs.h. */
8347_ACEOF 7773_ACEOF
8348cat confdefs.h >>conftest.$ac_ext 7774cat confdefs.h >>conftest.$ac_ext
8349cat >>conftest.$ac_ext <<_ACEOF 7775cat >>conftest.$ac_ext <<_ACEOF
8350/* end confdefs.h. */ 7776/* end confdefs.h. */
8351$ac_includes_default 7777$ac_includes_default
8352 typedef short ac__type_sizeof_;
8353int 7778int
8354main () 7779main ()
8355{ 7780{
8356static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7781static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8357test_array [0] = 0 7782test_array [0] = 0
8358 7783
8359 ; 7784 ;
8360 return 0; 7785 return 0;
8361} 7786}
8362_ACEOF 7787_ACEOF
8363rm -f conftest.$ac_objext 7788rm -f conftest.$ac_objext
8364if { (ac_try="$ac_compile"
8365case "(($ac_try" in
8366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8367 *) ac_try_echo=$ac_try;;
8368esac
8369eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8370 (eval "$ac_compile") 2>conftest.er1 7790 (eval $ac_compile) 2>conftest.er1
8371 ac_status=$? 7791 ac_status=$?
8372 grep -v '^ *+' conftest.er1 >conftest.err 7792 grep -v '^ *+' conftest.er1 >conftest.err
8373 rm -f conftest.er1 7793 rm -f conftest.er1
8374 cat conftest.err >&5 7794 cat conftest.err >&5
8375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8376 (exit $ac_status); } && { 7796 (exit $ac_status); } &&
8377 test -z "$ac_cxx_werror_flag" || 7797 { ac_try='test -z "$ac_cxx_werror_flag"
8378 test ! -s conftest.err 7798 || test ! -s conftest.err'
8379 } && test -s conftest.$ac_objext; then 7799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7800 (eval $ac_try) 2>&5
7801 ac_status=$?
7802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7803 (exit $ac_status); }; } &&
7804 { ac_try='test -s conftest.$ac_objext'
7805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7806 (eval $ac_try) 2>&5
7807 ac_status=$?
7808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7809 (exit $ac_status); }; }; then
8380 ac_hi=$ac_mid; break 7810 ac_hi=$ac_mid; break
8381else 7811else
8382 echo "$as_me: failed program was:" >&5 7812 echo "$as_me: failed program was:" >&5
8383sed 's/^/| /' conftest.$ac_ext >&5 7813sed 's/^/| /' conftest.$ac_ext >&5
8384 7814
8385 ac_lo=`expr $ac_mid + 1` 7815ac_lo=`expr $ac_mid + 1`
8386 if test $ac_lo -le $ac_mid; then 7816 if test $ac_lo -le $ac_mid; then
8387 ac_lo= ac_hi= 7817 ac_lo= ac_hi=
8388 break 7818 break
8389 fi 7819 fi
8390 ac_mid=`expr 2 '*' $ac_mid + 1` 7820 ac_mid=`expr 2 '*' $ac_mid + 1`
8391fi 7821fi
8392
8393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7822rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8394 done 7823 done
8395else 7824else
8396 echo "$as_me: failed program was:" >&5 7825 echo "$as_me: failed program was:" >&5
8397sed 's/^/| /' conftest.$ac_ext >&5 7826sed 's/^/| /' conftest.$ac_ext >&5
8398 7827
8399 cat >conftest.$ac_ext <<_ACEOF 7828cat >conftest.$ac_ext <<_ACEOF
8400/* confdefs.h. */ 7829/* confdefs.h. */
8401_ACEOF 7830_ACEOF
8402cat confdefs.h >>conftest.$ac_ext 7831cat confdefs.h >>conftest.$ac_ext
8403cat >>conftest.$ac_ext <<_ACEOF 7832cat >>conftest.$ac_ext <<_ACEOF
8404/* end confdefs.h. */ 7833/* end confdefs.h. */
8405$ac_includes_default 7834$ac_includes_default
8406 typedef short ac__type_sizeof_;
8407int 7835int
8408main () 7836main ()
8409{ 7837{
8410static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 7838static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8411test_array [0] = 0 7839test_array [0] = 0
8412 7840
8413 ; 7841 ;
8414 return 0; 7842 return 0;
8415} 7843}
8416_ACEOF 7844_ACEOF
8417rm -f conftest.$ac_objext 7845rm -f conftest.$ac_objext
8418if { (ac_try="$ac_compile"
8419case "(($ac_try" in
8420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8421 *) ac_try_echo=$ac_try;;
8422esac
8423eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7846if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8424 (eval "$ac_compile") 2>conftest.er1 7847 (eval $ac_compile) 2>conftest.er1
8425 ac_status=$? 7848 ac_status=$?
8426 grep -v '^ *+' conftest.er1 >conftest.err 7849 grep -v '^ *+' conftest.er1 >conftest.err
8427 rm -f conftest.er1 7850 rm -f conftest.er1
8428 cat conftest.err >&5 7851 cat conftest.err >&5
8429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8430 (exit $ac_status); } && { 7853 (exit $ac_status); } &&
8431 test -z "$ac_cxx_werror_flag" || 7854 { ac_try='test -z "$ac_cxx_werror_flag"
8432 test ! -s conftest.err 7855 || test ! -s conftest.err'
8433 } && test -s conftest.$ac_objext; then 7856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7857 (eval $ac_try) 2>&5
7858 ac_status=$?
7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7860 (exit $ac_status); }; } &&
7861 { ac_try='test -s conftest.$ac_objext'
7862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7863 (eval $ac_try) 2>&5
7864 ac_status=$?
7865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7866 (exit $ac_status); }; }; then
8434 ac_hi=-1 ac_mid=-1 7867 ac_hi=-1 ac_mid=-1
8435 while :; do 7868 while :; do
8436 cat >conftest.$ac_ext <<_ACEOF 7869 cat >conftest.$ac_ext <<_ACEOF
8437/* confdefs.h. */ 7870/* confdefs.h. */
8438_ACEOF 7871_ACEOF
8439cat confdefs.h >>conftest.$ac_ext 7872cat confdefs.h >>conftest.$ac_ext
8440cat >>conftest.$ac_ext <<_ACEOF 7873cat >>conftest.$ac_ext <<_ACEOF
8441/* end confdefs.h. */ 7874/* end confdefs.h. */
8442$ac_includes_default 7875$ac_includes_default
8443 typedef short ac__type_sizeof_;
8444int 7876int
8445main () 7877main ()
8446{ 7878{
8447static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 7879static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8448test_array [0] = 0 7880test_array [0] = 0
8449 7881
8450 ; 7882 ;
8451 return 0; 7883 return 0;
8452} 7884}
8453_ACEOF 7885_ACEOF
8454rm -f conftest.$ac_objext 7886rm -f conftest.$ac_objext
8455if { (ac_try="$ac_compile"
8456case "(($ac_try" in
8457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8458 *) ac_try_echo=$ac_try;;
8459esac
8460eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8461 (eval "$ac_compile") 2>conftest.er1 7888 (eval $ac_compile) 2>conftest.er1
8462 ac_status=$? 7889 ac_status=$?
8463 grep -v '^ *+' conftest.er1 >conftest.err 7890 grep -v '^ *+' conftest.er1 >conftest.err
8464 rm -f conftest.er1 7891 rm -f conftest.er1
8465 cat conftest.err >&5 7892 cat conftest.err >&5
8466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8467 (exit $ac_status); } && { 7894 (exit $ac_status); } &&
8468 test -z "$ac_cxx_werror_flag" || 7895 { ac_try='test -z "$ac_cxx_werror_flag"
8469 test ! -s conftest.err 7896 || test ! -s conftest.err'
8470 } && test -s conftest.$ac_objext; then 7897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7898 (eval $ac_try) 2>&5
7899 ac_status=$?
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); }; } &&
7902 { ac_try='test -s conftest.$ac_objext'
7903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7904 (eval $ac_try) 2>&5
7905 ac_status=$?
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); }; }; then
8471 ac_lo=$ac_mid; break 7908 ac_lo=$ac_mid; break
8472else 7909else
8473 echo "$as_me: failed program was:" >&5 7910 echo "$as_me: failed program was:" >&5
8474sed 's/^/| /' conftest.$ac_ext >&5 7911sed 's/^/| /' conftest.$ac_ext >&5
8475 7912
8476 ac_hi=`expr '(' $ac_mid ')' - 1` 7913ac_hi=`expr '(' $ac_mid ')' - 1`
8477 if test $ac_mid -le $ac_hi; then 7914 if test $ac_mid -le $ac_hi; then
8478 ac_lo= ac_hi= 7915 ac_lo= ac_hi=
8479 break 7916 break
8480 fi 7917 fi
8481 ac_mid=`expr 2 '*' $ac_mid` 7918 ac_mid=`expr 2 '*' $ac_mid`
8482fi 7919fi
8483
8484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8485 done 7921 done
8486else 7922else
8487 echo "$as_me: failed program was:" >&5 7923 echo "$as_me: failed program was:" >&5
8488sed 's/^/| /' conftest.$ac_ext >&5 7924sed 's/^/| /' conftest.$ac_ext >&5
8489 7925
8490 ac_lo= ac_hi= 7926ac_lo= ac_hi=
8491fi 7927fi
8492
8493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7928rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8494fi 7929fi
8495
8496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7930rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8497# Binary search between lo and hi bounds. 7931# Binary search between lo and hi bounds.
8498while test "x$ac_lo" != "x$ac_hi"; do 7932while test "x$ac_lo" != "x$ac_hi"; do
8499 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 7933 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8500 cat >conftest.$ac_ext <<_ACEOF 7934 cat >conftest.$ac_ext <<_ACEOF
8501/* confdefs.h. */ 7935/* confdefs.h. */
8502_ACEOF 7936_ACEOF
8503cat confdefs.h >>conftest.$ac_ext 7937cat confdefs.h >>conftest.$ac_ext
8504cat >>conftest.$ac_ext <<_ACEOF 7938cat >>conftest.$ac_ext <<_ACEOF
8505/* end confdefs.h. */ 7939/* end confdefs.h. */
8506$ac_includes_default 7940$ac_includes_default
8507 typedef short ac__type_sizeof_;
8508int 7941int
8509main () 7942main ()
8510{ 7943{
8511static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7944static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8512test_array [0] = 0 7945test_array [0] = 0
8513 7946
8514 ; 7947 ;
8515 return 0; 7948 return 0;
8516} 7949}
8517_ACEOF 7950_ACEOF
8518rm -f conftest.$ac_objext 7951rm -f conftest.$ac_objext
8519if { (ac_try="$ac_compile"
8520case "(($ac_try" in
8521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8522 *) ac_try_echo=$ac_try;;
8523esac
8524eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8525 (eval "$ac_compile") 2>conftest.er1 7953 (eval $ac_compile) 2>conftest.er1
8526 ac_status=$? 7954 ac_status=$?
8527 grep -v '^ *+' conftest.er1 >conftest.err 7955 grep -v '^ *+' conftest.er1 >conftest.err
8528 rm -f conftest.er1 7956 rm -f conftest.er1
8529 cat conftest.err >&5 7957 cat conftest.err >&5
8530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8531 (exit $ac_status); } && { 7959 (exit $ac_status); } &&
8532 test -z "$ac_cxx_werror_flag" || 7960 { ac_try='test -z "$ac_cxx_werror_flag"
8533 test ! -s conftest.err 7961 || test ! -s conftest.err'
8534 } && test -s conftest.$ac_objext; then 7962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7963 (eval $ac_try) 2>&5
7964 ac_status=$?
7965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7966 (exit $ac_status); }; } &&
7967 { ac_try='test -s conftest.$ac_objext'
7968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7969 (eval $ac_try) 2>&5
7970 ac_status=$?
7971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7972 (exit $ac_status); }; }; then
8535 ac_hi=$ac_mid 7973 ac_hi=$ac_mid
8536else 7974else
8537 echo "$as_me: failed program was:" >&5 7975 echo "$as_me: failed program was:" >&5
8538sed 's/^/| /' conftest.$ac_ext >&5 7976sed 's/^/| /' conftest.$ac_ext >&5
8539 7977
8540 ac_lo=`expr '(' $ac_mid ')' + 1` 7978ac_lo=`expr '(' $ac_mid ')' + 1`
8541fi 7979fi
8542
8543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8544done 7981done
8545case $ac_lo in 7982case $ac_lo in
8546?*) ac_cv_sizeof_short=$ac_lo;; 7983?*) ac_cv_sizeof_short=$ac_lo;;
8547'') if test "$ac_cv_type_short" = yes; then
8548 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 7984'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8549See \`config.log' for more details." >&5 7985See \`config.log' for more details." >&5
8550echo "$as_me: error: cannot compute sizeof (short) 7986echo "$as_me: error: cannot compute sizeof (short), 77
8551See \`config.log' for more details." >&2;} 7987See \`config.log' for more details." >&2;}
8552 { (exit 77); exit 77; }; } 7988 { (exit 1); exit 1; }; } ;;
8553 else
8554 ac_cv_sizeof_short=0
8555 fi ;;
8556esac 7989esac
7990else
7991 if test "$cross_compiling" = yes; then
7992 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7993See \`config.log' for more details." >&5
7994echo "$as_me: error: cannot run test program while cross compiling
7995See \`config.log' for more details." >&2;}
7996 { (exit 1); exit 1; }; }
8557else 7997else
8558 cat >conftest.$ac_ext <<_ACEOF 7998 cat >conftest.$ac_ext <<_ACEOF
8559/* confdefs.h. */ 7999/* confdefs.h. */
8560_ACEOF 8000_ACEOF
8561cat confdefs.h >>conftest.$ac_ext 8001cat confdefs.h >>conftest.$ac_ext
8562cat >>conftest.$ac_ext <<_ACEOF 8002cat >>conftest.$ac_ext <<_ACEOF
8563/* end confdefs.h. */ 8003/* end confdefs.h. */
8564$ac_includes_default 8004$ac_includes_default
8565 typedef short ac__type_sizeof_; 8005long longval () { return (long) (sizeof (short)); }
8566static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8567static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8006unsigned long ulongval () { return (long) (sizeof (short)); }
8568#include <stdio.h> 8007#include <stdio.h>
8569#include <stdlib.h> 8008#include <stdlib.h>
8570int 8009int
8571main () 8010main ()
8572{ 8011{
8573 8012
8574 FILE *f = fopen ("conftest.val", "w"); 8013 FILE *f = fopen ("conftest.val", "w");
8575 if (! f) 8014 if (! f)
8576 return 1; 8015 exit (1);
8577 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8016 if (((long) (sizeof (short))) < 0)
8578 { 8017 {
8579 long int i = longval (); 8018 long i = longval ();
8580 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8019 if (i != ((long) (sizeof (short))))
8581 return 1; 8020 exit (1);
8582 fprintf (f, "%ld\n", i); 8021 fprintf (f, "%ld\n", i);
8583 } 8022 }
8584 else 8023 else
8585 { 8024 {
8586 unsigned long int i = ulongval (); 8025 unsigned long i = ulongval ();
8587 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8026 if (i != ((long) (sizeof (short))))
8588 return 1; 8027 exit (1);
8589 fprintf (f, "%lu\n", i); 8028 fprintf (f, "%lu\n", i);
8590 } 8029 }
8591 return ferror (f) || fclose (f) != 0; 8030 exit (ferror (f) || fclose (f) != 0);
8592 8031
8593 ; 8032 ;
8594 return 0; 8033 return 0;
8595} 8034}
8596_ACEOF 8035_ACEOF
8597rm -f conftest$ac_exeext 8036rm -f conftest$ac_exeext
8598if { (ac_try="$ac_link"
8599case "(($ac_try" in
8600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8601 *) ac_try_echo=$ac_try;;
8602esac
8603eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8037if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8604 (eval "$ac_link") 2>&5 8038 (eval $ac_link) 2>&5
8605 ac_status=$? 8039 ac_status=$?
8606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8607 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8041 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8608 { (case "(($ac_try" in
8609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8610 *) ac_try_echo=$ac_try;;
8611esac
8612eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8613 (eval "$ac_try") 2>&5 8043 (eval $ac_try) 2>&5
8614 ac_status=$? 8044 ac_status=$?
8615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8616 (exit $ac_status); }; }; then 8046 (exit $ac_status); }; }; then
8617 ac_cv_sizeof_short=`cat conftest.val` 8047 ac_cv_sizeof_short=`cat conftest.val`
8618else 8048else
8619 echo "$as_me: program exited with status $ac_status" >&5 8049 echo "$as_me: program exited with status $ac_status" >&5
8620echo "$as_me: failed program was:" >&5 8050echo "$as_me: failed program was:" >&5
8621sed 's/^/| /' conftest.$ac_ext >&5 8051sed 's/^/| /' conftest.$ac_ext >&5
8622 8052
8623( exit $ac_status ) 8053( exit $ac_status )
8624if test "$ac_cv_type_short" = yes; then
8625 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 8054{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8626See \`config.log' for more details." >&5 8055See \`config.log' for more details." >&5
8627echo "$as_me: error: cannot compute sizeof (short) 8056echo "$as_me: error: cannot compute sizeof (short), 77
8628See \`config.log' for more details." >&2;} 8057See \`config.log' for more details." >&2;}
8629 { (exit 77); exit 77; }; } 8058 { (exit 1); exit 1; }; }
8630 else
8631 ac_cv_sizeof_short=0
8632 fi
8633fi 8059fi
8634rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8060rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8061fi
8635fi 8062fi
8636rm -f conftest.val 8063rm -f conftest.val
8064else
8065 ac_cv_sizeof_short=0
8637fi 8066fi
8067fi
8638{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 8068echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8639echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 8069echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8640
8641
8642
8643cat >>confdefs.h <<_ACEOF 8070cat >>confdefs.h <<_ACEOF
8644#define SIZEOF_SHORT $ac_cv_sizeof_short 8071#define SIZEOF_SHORT $ac_cv_sizeof_short
8645_ACEOF 8072_ACEOF
8646 8073
8647 8074
8648{ echo "$as_me:$LINENO: checking for int" >&5 8075echo "$as_me:$LINENO: checking for int" >&5
8649echo $ECHO_N "checking for int... $ECHO_C" >&6; } 8076echo $ECHO_N "checking for int... $ECHO_C" >&6
8650if test "${ac_cv_type_int+set}" = set; then 8077if test "${ac_cv_type_int+set}" = set; then
8651 echo $ECHO_N "(cached) $ECHO_C" >&6 8078 echo $ECHO_N "(cached) $ECHO_C" >&6
8652else 8079else
8653 cat >conftest.$ac_ext <<_ACEOF 8080 cat >conftest.$ac_ext <<_ACEOF
8654/* confdefs.h. */ 8081/* confdefs.h. */
8655_ACEOF 8082_ACEOF
8656cat confdefs.h >>conftest.$ac_ext 8083cat confdefs.h >>conftest.$ac_ext
8657cat >>conftest.$ac_ext <<_ACEOF 8084cat >>conftest.$ac_ext <<_ACEOF
8658/* end confdefs.h. */ 8085/* end confdefs.h. */
8659$ac_includes_default 8086$ac_includes_default
8660typedef int ac__type_new_;
8661int 8087int
8662main () 8088main ()
8663{ 8089{
8664if ((ac__type_new_ *) 0) 8090if ((int *) 0)
8665 return 0; 8091 return 0;
8666if (sizeof (ac__type_new_)) 8092if (sizeof (int))
8667 return 0; 8093 return 0;
8668 ; 8094 ;
8669 return 0; 8095 return 0;
8670} 8096}
8671_ACEOF 8097_ACEOF
8672rm -f conftest.$ac_objext 8098rm -f conftest.$ac_objext
8673if { (ac_try="$ac_compile"
8674case "(($ac_try" in
8675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8676 *) ac_try_echo=$ac_try;;
8677esac
8678eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8099if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8679 (eval "$ac_compile") 2>conftest.er1 8100 (eval $ac_compile) 2>conftest.er1
8680 ac_status=$? 8101 ac_status=$?
8681 grep -v '^ *+' conftest.er1 >conftest.err 8102 grep -v '^ *+' conftest.er1 >conftest.err
8682 rm -f conftest.er1 8103 rm -f conftest.er1
8683 cat conftest.err >&5 8104 cat conftest.err >&5
8684 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8685 (exit $ac_status); } && { 8106 (exit $ac_status); } &&
8686 test -z "$ac_cxx_werror_flag" || 8107 { ac_try='test -z "$ac_cxx_werror_flag"
8687 test ! -s conftest.err 8108 || test ! -s conftest.err'
8688 } && test -s conftest.$ac_objext; then 8109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8110 (eval $ac_try) 2>&5
8111 ac_status=$?
8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 (exit $ac_status); }; } &&
8114 { ac_try='test -s conftest.$ac_objext'
8115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8116 (eval $ac_try) 2>&5
8117 ac_status=$?
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); }; }; then
8689 ac_cv_type_int=yes 8120 ac_cv_type_int=yes
8690else 8121else
8691 echo "$as_me: failed program was:" >&5 8122 echo "$as_me: failed program was:" >&5
8692sed 's/^/| /' conftest.$ac_ext >&5 8123sed 's/^/| /' conftest.$ac_ext >&5
8693 8124
8694 ac_cv_type_int=no 8125ac_cv_type_int=no
8695fi 8126fi
8696
8697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8127rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8698fi 8128fi
8699{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 8129echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8700echo "${ECHO_T}$ac_cv_type_int" >&6; } 8130echo "${ECHO_T}$ac_cv_type_int" >&6
8701 8131
8702# The cast to long int works around a bug in the HP C Compiler
8703# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8704# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8705# This bug is HP SR number 8606223364.
8706{ echo "$as_me:$LINENO: checking size of int" >&5 8132echo "$as_me:$LINENO: checking size of int" >&5
8707echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 8133echo $ECHO_N "checking size of int... $ECHO_C" >&6
8708if test "${ac_cv_sizeof_int+set}" = set; then 8134if test "${ac_cv_sizeof_int+set}" = set; then
8709 echo $ECHO_N "(cached) $ECHO_C" >&6 8135 echo $ECHO_N "(cached) $ECHO_C" >&6
8710else 8136else
8137 if test "$ac_cv_type_int" = yes; then
8138 # The cast to unsigned long works around a bug in the HP C Compiler
8139 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8140 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8141 # This bug is HP SR number 8606223364.
8711 if test "$cross_compiling" = yes; then 8142 if test "$cross_compiling" = yes; then
8712 # Depending upon the size, compute the lo and hi bounds. 8143 # Depending upon the size, compute the lo and hi bounds.
8713cat >conftest.$ac_ext <<_ACEOF 8144cat >conftest.$ac_ext <<_ACEOF
8714/* confdefs.h. */ 8145/* confdefs.h. */
8715_ACEOF 8146_ACEOF
8716cat confdefs.h >>conftest.$ac_ext 8147cat confdefs.h >>conftest.$ac_ext
8717cat >>conftest.$ac_ext <<_ACEOF 8148cat >>conftest.$ac_ext <<_ACEOF
8718/* end confdefs.h. */ 8149/* end confdefs.h. */
8719$ac_includes_default 8150$ac_includes_default
8720 typedef int ac__type_sizeof_;
8721int 8151int
8722main () 8152main ()
8723{ 8153{
8724static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8154static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8725test_array [0] = 0 8155test_array [0] = 0
8726 8156
8727 ; 8157 ;
8728 return 0; 8158 return 0;
8729} 8159}
8730_ACEOF 8160_ACEOF
8731rm -f conftest.$ac_objext 8161rm -f conftest.$ac_objext
8732if { (ac_try="$ac_compile"
8733case "(($ac_try" in
8734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8735 *) ac_try_echo=$ac_try;;
8736esac
8737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8162if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8738 (eval "$ac_compile") 2>conftest.er1 8163 (eval $ac_compile) 2>conftest.er1
8739 ac_status=$? 8164 ac_status=$?
8740 grep -v '^ *+' conftest.er1 >conftest.err 8165 grep -v '^ *+' conftest.er1 >conftest.err
8741 rm -f conftest.er1 8166 rm -f conftest.er1
8742 cat conftest.err >&5 8167 cat conftest.err >&5
8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744 (exit $ac_status); } && { 8169 (exit $ac_status); } &&
8745 test -z "$ac_cxx_werror_flag" || 8170 { ac_try='test -z "$ac_cxx_werror_flag"
8746 test ! -s conftest.err 8171 || test ! -s conftest.err'
8747 } && test -s conftest.$ac_objext; then 8172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8173 (eval $ac_try) 2>&5
8174 ac_status=$?
8175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8176 (exit $ac_status); }; } &&
8177 { ac_try='test -s conftest.$ac_objext'
8178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8179 (eval $ac_try) 2>&5
8180 ac_status=$?
8181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8182 (exit $ac_status); }; }; then
8748 ac_lo=0 ac_mid=0 8183 ac_lo=0 ac_mid=0
8749 while :; do 8184 while :; do
8750 cat >conftest.$ac_ext <<_ACEOF 8185 cat >conftest.$ac_ext <<_ACEOF
8751/* confdefs.h. */ 8186/* confdefs.h. */
8752_ACEOF 8187_ACEOF
8753cat confdefs.h >>conftest.$ac_ext 8188cat confdefs.h >>conftest.$ac_ext
8754cat >>conftest.$ac_ext <<_ACEOF 8189cat >>conftest.$ac_ext <<_ACEOF
8755/* end confdefs.h. */ 8190/* end confdefs.h. */
8756$ac_includes_default 8191$ac_includes_default
8757 typedef int ac__type_sizeof_;
8758int 8192int
8759main () 8193main ()
8760{ 8194{
8761static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8195static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8762test_array [0] = 0 8196test_array [0] = 0
8763 8197
8764 ; 8198 ;
8765 return 0; 8199 return 0;
8766} 8200}
8767_ACEOF 8201_ACEOF
8768rm -f conftest.$ac_objext 8202rm -f conftest.$ac_objext
8769if { (ac_try="$ac_compile"
8770case "(($ac_try" in
8771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8773esac
8774eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8203if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8775 (eval "$ac_compile") 2>conftest.er1 8204 (eval $ac_compile) 2>conftest.er1
8776 ac_status=$? 8205 ac_status=$?
8777 grep -v '^ *+' conftest.er1 >conftest.err 8206 grep -v '^ *+' conftest.er1 >conftest.err
8778 rm -f conftest.er1 8207 rm -f conftest.er1
8779 cat conftest.err >&5 8208 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } && { 8210 (exit $ac_status); } &&
8782 test -z "$ac_cxx_werror_flag" || 8211 { ac_try='test -z "$ac_cxx_werror_flag"
8783 test ! -s conftest.err 8212 || test ! -s conftest.err'
8784 } && test -s conftest.$ac_objext; then 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); }; } &&
8218 { ac_try='test -s conftest.$ac_objext'
8219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8220 (eval $ac_try) 2>&5
8221 ac_status=$?
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); }; }; then
8785 ac_hi=$ac_mid; break 8224 ac_hi=$ac_mid; break
8786else 8225else
8787 echo "$as_me: failed program was:" >&5 8226 echo "$as_me: failed program was:" >&5
8788sed 's/^/| /' conftest.$ac_ext >&5 8227sed 's/^/| /' conftest.$ac_ext >&5
8789 8228
8790 ac_lo=`expr $ac_mid + 1` 8229ac_lo=`expr $ac_mid + 1`
8791 if test $ac_lo -le $ac_mid; then 8230 if test $ac_lo -le $ac_mid; then
8792 ac_lo= ac_hi= 8231 ac_lo= ac_hi=
8793 break 8232 break
8794 fi 8233 fi
8795 ac_mid=`expr 2 '*' $ac_mid + 1` 8234 ac_mid=`expr 2 '*' $ac_mid + 1`
8796fi 8235fi
8797
8798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8236rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8799 done 8237 done
8800else 8238else
8801 echo "$as_me: failed program was:" >&5 8239 echo "$as_me: failed program was:" >&5
8802sed 's/^/| /' conftest.$ac_ext >&5 8240sed 's/^/| /' conftest.$ac_ext >&5
8803 8241
8804 cat >conftest.$ac_ext <<_ACEOF 8242cat >conftest.$ac_ext <<_ACEOF
8805/* confdefs.h. */ 8243/* confdefs.h. */
8806_ACEOF 8244_ACEOF
8807cat confdefs.h >>conftest.$ac_ext 8245cat confdefs.h >>conftest.$ac_ext
8808cat >>conftest.$ac_ext <<_ACEOF 8246cat >>conftest.$ac_ext <<_ACEOF
8809/* end confdefs.h. */ 8247/* end confdefs.h. */
8810$ac_includes_default 8248$ac_includes_default
8811 typedef int ac__type_sizeof_;
8812int 8249int
8813main () 8250main ()
8814{ 8251{
8815static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8252static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8816test_array [0] = 0 8253test_array [0] = 0
8817 8254
8818 ; 8255 ;
8819 return 0; 8256 return 0;
8820} 8257}
8821_ACEOF 8258_ACEOF
8822rm -f conftest.$ac_objext 8259rm -f conftest.$ac_objext
8823if { (ac_try="$ac_compile"
8824case "(($ac_try" in
8825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8826 *) ac_try_echo=$ac_try;;
8827esac
8828eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8829 (eval "$ac_compile") 2>conftest.er1 8261 (eval $ac_compile) 2>conftest.er1
8830 ac_status=$? 8262 ac_status=$?
8831 grep -v '^ *+' conftest.er1 >conftest.err 8263 grep -v '^ *+' conftest.er1 >conftest.err
8832 rm -f conftest.er1 8264 rm -f conftest.er1
8833 cat conftest.err >&5 8265 cat conftest.err >&5
8834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8835 (exit $ac_status); } && { 8267 (exit $ac_status); } &&
8836 test -z "$ac_cxx_werror_flag" || 8268 { ac_try='test -z "$ac_cxx_werror_flag"
8837 test ! -s conftest.err 8269 || test ! -s conftest.err'
8838 } && test -s conftest.$ac_objext; then 8270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8271 (eval $ac_try) 2>&5
8272 ac_status=$?
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 (exit $ac_status); }; } &&
8275 { ac_try='test -s conftest.$ac_objext'
8276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8277 (eval $ac_try) 2>&5
8278 ac_status=$?
8279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280 (exit $ac_status); }; }; then
8839 ac_hi=-1 ac_mid=-1 8281 ac_hi=-1 ac_mid=-1
8840 while :; do 8282 while :; do
8841 cat >conftest.$ac_ext <<_ACEOF 8283 cat >conftest.$ac_ext <<_ACEOF
8842/* confdefs.h. */ 8284/* confdefs.h. */
8843_ACEOF 8285_ACEOF
8844cat confdefs.h >>conftest.$ac_ext 8286cat confdefs.h >>conftest.$ac_ext
8845cat >>conftest.$ac_ext <<_ACEOF 8287cat >>conftest.$ac_ext <<_ACEOF
8846/* end confdefs.h. */ 8288/* end confdefs.h. */
8847$ac_includes_default 8289$ac_includes_default
8848 typedef int ac__type_sizeof_;
8849int 8290int
8850main () 8291main ()
8851{ 8292{
8852static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8293static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8853test_array [0] = 0 8294test_array [0] = 0
8854 8295
8855 ; 8296 ;
8856 return 0; 8297 return 0;
8857} 8298}
8858_ACEOF 8299_ACEOF
8859rm -f conftest.$ac_objext 8300rm -f conftest.$ac_objext
8860if { (ac_try="$ac_compile"
8861case "(($ac_try" in
8862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8863 *) ac_try_echo=$ac_try;;
8864esac
8865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8866 (eval "$ac_compile") 2>conftest.er1 8302 (eval $ac_compile) 2>conftest.er1
8867 ac_status=$? 8303 ac_status=$?
8868 grep -v '^ *+' conftest.er1 >conftest.err 8304 grep -v '^ *+' conftest.er1 >conftest.err
8869 rm -f conftest.er1 8305 rm -f conftest.er1
8870 cat conftest.err >&5 8306 cat conftest.err >&5
8871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8872 (exit $ac_status); } && { 8308 (exit $ac_status); } &&
8873 test -z "$ac_cxx_werror_flag" || 8309 { ac_try='test -z "$ac_cxx_werror_flag"
8874 test ! -s conftest.err 8310 || test ! -s conftest.err'
8875 } && test -s conftest.$ac_objext; then 8311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8312 (eval $ac_try) 2>&5
8313 ac_status=$?
8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8315 (exit $ac_status); }; } &&
8316 { ac_try='test -s conftest.$ac_objext'
8317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8318 (eval $ac_try) 2>&5
8319 ac_status=$?
8320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8321 (exit $ac_status); }; }; then
8876 ac_lo=$ac_mid; break 8322 ac_lo=$ac_mid; break
8877else 8323else
8878 echo "$as_me: failed program was:" >&5 8324 echo "$as_me: failed program was:" >&5
8879sed 's/^/| /' conftest.$ac_ext >&5 8325sed 's/^/| /' conftest.$ac_ext >&5
8880 8326
8881 ac_hi=`expr '(' $ac_mid ')' - 1` 8327ac_hi=`expr '(' $ac_mid ')' - 1`
8882 if test $ac_mid -le $ac_hi; then 8328 if test $ac_mid -le $ac_hi; then
8883 ac_lo= ac_hi= 8329 ac_lo= ac_hi=
8884 break 8330 break
8885 fi 8331 fi
8886 ac_mid=`expr 2 '*' $ac_mid` 8332 ac_mid=`expr 2 '*' $ac_mid`
8887fi 8333fi
8888
8889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8334rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8890 done 8335 done
8891else 8336else
8892 echo "$as_me: failed program was:" >&5 8337 echo "$as_me: failed program was:" >&5
8893sed 's/^/| /' conftest.$ac_ext >&5 8338sed 's/^/| /' conftest.$ac_ext >&5
8894 8339
8895 ac_lo= ac_hi= 8340ac_lo= ac_hi=
8896fi 8341fi
8897
8898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8342rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8899fi 8343fi
8900
8901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8344rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8902# Binary search between lo and hi bounds. 8345# Binary search between lo and hi bounds.
8903while test "x$ac_lo" != "x$ac_hi"; do 8346while test "x$ac_lo" != "x$ac_hi"; do
8904 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8347 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8905 cat >conftest.$ac_ext <<_ACEOF 8348 cat >conftest.$ac_ext <<_ACEOF
8906/* confdefs.h. */ 8349/* confdefs.h. */
8907_ACEOF 8350_ACEOF
8908cat confdefs.h >>conftest.$ac_ext 8351cat confdefs.h >>conftest.$ac_ext
8909cat >>conftest.$ac_ext <<_ACEOF 8352cat >>conftest.$ac_ext <<_ACEOF
8910/* end confdefs.h. */ 8353/* end confdefs.h. */
8911$ac_includes_default 8354$ac_includes_default
8912 typedef int ac__type_sizeof_;
8913int 8355int
8914main () 8356main ()
8915{ 8357{
8916static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8358static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8917test_array [0] = 0 8359test_array [0] = 0
8918 8360
8919 ; 8361 ;
8920 return 0; 8362 return 0;
8921} 8363}
8922_ACEOF 8364_ACEOF
8923rm -f conftest.$ac_objext 8365rm -f conftest.$ac_objext
8924if { (ac_try="$ac_compile"
8925case "(($ac_try" in
8926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8927 *) ac_try_echo=$ac_try;;
8928esac
8929eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8366if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8930 (eval "$ac_compile") 2>conftest.er1 8367 (eval $ac_compile) 2>conftest.er1
8931 ac_status=$? 8368 ac_status=$?
8932 grep -v '^ *+' conftest.er1 >conftest.err 8369 grep -v '^ *+' conftest.er1 >conftest.err
8933 rm -f conftest.er1 8370 rm -f conftest.er1
8934 cat conftest.err >&5 8371 cat conftest.err >&5
8935 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8936 (exit $ac_status); } && { 8373 (exit $ac_status); } &&
8937 test -z "$ac_cxx_werror_flag" || 8374 { ac_try='test -z "$ac_cxx_werror_flag"
8938 test ! -s conftest.err 8375 || test ! -s conftest.err'
8939 } && test -s conftest.$ac_objext; then 8376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8377 (eval $ac_try) 2>&5
8378 ac_status=$?
8379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8380 (exit $ac_status); }; } &&
8381 { ac_try='test -s conftest.$ac_objext'
8382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8383 (eval $ac_try) 2>&5
8384 ac_status=$?
8385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8386 (exit $ac_status); }; }; then
8940 ac_hi=$ac_mid 8387 ac_hi=$ac_mid
8941else 8388else
8942 echo "$as_me: failed program was:" >&5 8389 echo "$as_me: failed program was:" >&5
8943sed 's/^/| /' conftest.$ac_ext >&5 8390sed 's/^/| /' conftest.$ac_ext >&5
8944 8391
8945 ac_lo=`expr '(' $ac_mid ')' + 1` 8392ac_lo=`expr '(' $ac_mid ')' + 1`
8946fi 8393fi
8947
8948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8394rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8949done 8395done
8950case $ac_lo in 8396case $ac_lo in
8951?*) ac_cv_sizeof_int=$ac_lo;; 8397?*) ac_cv_sizeof_int=$ac_lo;;
8952'') if test "$ac_cv_type_int" = yes; then
8953 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8398'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8954See \`config.log' for more details." >&5 8399See \`config.log' for more details." >&5
8955echo "$as_me: error: cannot compute sizeof (int) 8400echo "$as_me: error: cannot compute sizeof (int), 77
8956See \`config.log' for more details." >&2;} 8401See \`config.log' for more details." >&2;}
8957 { (exit 77); exit 77; }; } 8402 { (exit 1); exit 1; }; } ;;
8958 else
8959 ac_cv_sizeof_int=0
8960 fi ;;
8961esac 8403esac
8404else
8405 if test "$cross_compiling" = yes; then
8406 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8407See \`config.log' for more details." >&5
8408echo "$as_me: error: cannot run test program while cross compiling
8409See \`config.log' for more details." >&2;}
8410 { (exit 1); exit 1; }; }
8962else 8411else
8963 cat >conftest.$ac_ext <<_ACEOF 8412 cat >conftest.$ac_ext <<_ACEOF
8964/* confdefs.h. */ 8413/* confdefs.h. */
8965_ACEOF 8414_ACEOF
8966cat confdefs.h >>conftest.$ac_ext 8415cat confdefs.h >>conftest.$ac_ext
8967cat >>conftest.$ac_ext <<_ACEOF 8416cat >>conftest.$ac_ext <<_ACEOF
8968/* end confdefs.h. */ 8417/* end confdefs.h. */
8969$ac_includes_default 8418$ac_includes_default
8970 typedef int ac__type_sizeof_; 8419long longval () { return (long) (sizeof (int)); }
8971static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8972static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8420unsigned long ulongval () { return (long) (sizeof (int)); }
8973#include <stdio.h> 8421#include <stdio.h>
8974#include <stdlib.h> 8422#include <stdlib.h>
8975int 8423int
8976main () 8424main ()
8977{ 8425{
8978 8426
8979 FILE *f = fopen ("conftest.val", "w"); 8427 FILE *f = fopen ("conftest.val", "w");
8980 if (! f) 8428 if (! f)
8981 return 1; 8429 exit (1);
8982 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8430 if (((long) (sizeof (int))) < 0)
8983 { 8431 {
8984 long int i = longval (); 8432 long i = longval ();
8985 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8433 if (i != ((long) (sizeof (int))))
8986 return 1; 8434 exit (1);
8987 fprintf (f, "%ld\n", i); 8435 fprintf (f, "%ld\n", i);
8988 } 8436 }
8989 else 8437 else
8990 { 8438 {
8991 unsigned long int i = ulongval (); 8439 unsigned long i = ulongval ();
8992 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8440 if (i != ((long) (sizeof (int))))
8993 return 1; 8441 exit (1);
8994 fprintf (f, "%lu\n", i); 8442 fprintf (f, "%lu\n", i);
8995 } 8443 }
8996 return ferror (f) || fclose (f) != 0; 8444 exit (ferror (f) || fclose (f) != 0);
8997 8445
8998 ; 8446 ;
8999 return 0; 8447 return 0;
9000} 8448}
9001_ACEOF 8449_ACEOF
9002rm -f conftest$ac_exeext 8450rm -f conftest$ac_exeext
9003if { (ac_try="$ac_link"
9004case "(($ac_try" in
9005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9006 *) ac_try_echo=$ac_try;;
9007esac
9008eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8451if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9009 (eval "$ac_link") 2>&5 8452 (eval $ac_link) 2>&5
9010 ac_status=$? 8453 ac_status=$?
9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8455 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9013 { (case "(($ac_try" in
9014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9015 *) ac_try_echo=$ac_try;;
9016esac
9017eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9018 (eval "$ac_try") 2>&5 8457 (eval $ac_try) 2>&5
9019 ac_status=$? 8458 ac_status=$?
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); }; }; then 8460 (exit $ac_status); }; }; then
9022 ac_cv_sizeof_int=`cat conftest.val` 8461 ac_cv_sizeof_int=`cat conftest.val`
9023else 8462else
9024 echo "$as_me: program exited with status $ac_status" >&5 8463 echo "$as_me: program exited with status $ac_status" >&5
9025echo "$as_me: failed program was:" >&5 8464echo "$as_me: failed program was:" >&5
9026sed 's/^/| /' conftest.$ac_ext >&5 8465sed 's/^/| /' conftest.$ac_ext >&5
9027 8466
9028( exit $ac_status ) 8467( exit $ac_status )
9029if test "$ac_cv_type_int" = yes; then
9030 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8468{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
9031See \`config.log' for more details." >&5 8469See \`config.log' for more details." >&5
9032echo "$as_me: error: cannot compute sizeof (int) 8470echo "$as_me: error: cannot compute sizeof (int), 77
9033See \`config.log' for more details." >&2;} 8471See \`config.log' for more details." >&2;}
9034 { (exit 77); exit 77; }; } 8472 { (exit 1); exit 1; }; }
9035 else
9036 ac_cv_sizeof_int=0
9037 fi
9038fi 8473fi
9039rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8474rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8475fi
9040fi 8476fi
9041rm -f conftest.val 8477rm -f conftest.val
8478else
8479 ac_cv_sizeof_int=0
9042fi 8480fi
8481fi
9043{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 8482echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
9044echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 8483echo "${ECHO_T}$ac_cv_sizeof_int" >&6
9045
9046
9047
9048cat >>confdefs.h <<_ACEOF 8484cat >>confdefs.h <<_ACEOF
9049#define SIZEOF_INT $ac_cv_sizeof_int 8485#define SIZEOF_INT $ac_cv_sizeof_int
9050_ACEOF 8486_ACEOF
9051 8487
9052 8488
9053{ echo "$as_me:$LINENO: checking for long long" >&5 8489echo "$as_me:$LINENO: checking for long long" >&5
9054echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 8490echo $ECHO_N "checking for long long... $ECHO_C" >&6
9055if test "${ac_cv_type_long_long+set}" = set; then 8491if test "${ac_cv_type_long_long+set}" = set; then
9056 echo $ECHO_N "(cached) $ECHO_C" >&6 8492 echo $ECHO_N "(cached) $ECHO_C" >&6
9057else 8493else
9058 cat >conftest.$ac_ext <<_ACEOF 8494 cat >conftest.$ac_ext <<_ACEOF
9059/* confdefs.h. */ 8495/* confdefs.h. */
9060_ACEOF 8496_ACEOF
9061cat confdefs.h >>conftest.$ac_ext 8497cat confdefs.h >>conftest.$ac_ext
9062cat >>conftest.$ac_ext <<_ACEOF 8498cat >>conftest.$ac_ext <<_ACEOF
9063/* end confdefs.h. */ 8499/* end confdefs.h. */
9064$ac_includes_default 8500$ac_includes_default
9065typedef long long ac__type_new_;
9066int 8501int
9067main () 8502main ()
9068{ 8503{
9069if ((ac__type_new_ *) 0) 8504if ((long long *) 0)
9070 return 0; 8505 return 0;
9071if (sizeof (ac__type_new_)) 8506if (sizeof (long long))
9072 return 0; 8507 return 0;
9073 ; 8508 ;
9074 return 0; 8509 return 0;
9075} 8510}
9076_ACEOF 8511_ACEOF
9077rm -f conftest.$ac_objext 8512rm -f conftest.$ac_objext
9078if { (ac_try="$ac_compile"
9079case "(($ac_try" in
9080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9081 *) ac_try_echo=$ac_try;;
9082esac
9083eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9084 (eval "$ac_compile") 2>conftest.er1 8514 (eval $ac_compile) 2>conftest.er1
9085 ac_status=$? 8515 ac_status=$?
9086 grep -v '^ *+' conftest.er1 >conftest.err 8516 grep -v '^ *+' conftest.er1 >conftest.err
9087 rm -f conftest.er1 8517 rm -f conftest.er1
9088 cat conftest.err >&5 8518 cat conftest.err >&5
9089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9090 (exit $ac_status); } && { 8520 (exit $ac_status); } &&
9091 test -z "$ac_cxx_werror_flag" || 8521 { ac_try='test -z "$ac_cxx_werror_flag"
9092 test ! -s conftest.err 8522 || test ! -s conftest.err'
9093 } && test -s conftest.$ac_objext; then 8523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8524 (eval $ac_try) 2>&5
8525 ac_status=$?
8526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8527 (exit $ac_status); }; } &&
8528 { ac_try='test -s conftest.$ac_objext'
8529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8530 (eval $ac_try) 2>&5
8531 ac_status=$?
8532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8533 (exit $ac_status); }; }; then
9094 ac_cv_type_long_long=yes 8534 ac_cv_type_long_long=yes
9095else 8535else
9096 echo "$as_me: failed program was:" >&5 8536 echo "$as_me: failed program was:" >&5
9097sed 's/^/| /' conftest.$ac_ext >&5 8537sed 's/^/| /' conftest.$ac_ext >&5
9098 8538
9099 ac_cv_type_long_long=no 8539ac_cv_type_long_long=no
9100fi 8540fi
9101
9102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8541rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9103fi 8542fi
9104{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 8543echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
9105echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 8544echo "${ECHO_T}$ac_cv_type_long_long" >&6
9106 8545
9107# The cast to long int works around a bug in the HP C Compiler
9108# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9109# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9110# This bug is HP SR number 8606223364.
9111{ echo "$as_me:$LINENO: checking size of long long" >&5 8546echo "$as_me:$LINENO: checking size of long long" >&5
9112echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 8547echo $ECHO_N "checking size of long long... $ECHO_C" >&6
9113if test "${ac_cv_sizeof_long_long+set}" = set; then 8548if test "${ac_cv_sizeof_long_long+set}" = set; then
9114 echo $ECHO_N "(cached) $ECHO_C" >&6 8549 echo $ECHO_N "(cached) $ECHO_C" >&6
9115else 8550else
8551 if test "$ac_cv_type_long_long" = yes; then
8552 # The cast to unsigned long works around a bug in the HP C Compiler
8553 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8554 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8555 # This bug is HP SR number 8606223364.
9116 if test "$cross_compiling" = yes; then 8556 if test "$cross_compiling" = yes; then
9117 # Depending upon the size, compute the lo and hi bounds. 8557 # Depending upon the size, compute the lo and hi bounds.
9118cat >conftest.$ac_ext <<_ACEOF 8558cat >conftest.$ac_ext <<_ACEOF
9119/* confdefs.h. */ 8559/* confdefs.h. */
9120_ACEOF 8560_ACEOF
9121cat confdefs.h >>conftest.$ac_ext 8561cat confdefs.h >>conftest.$ac_ext
9122cat >>conftest.$ac_ext <<_ACEOF 8562cat >>conftest.$ac_ext <<_ACEOF
9123/* end confdefs.h. */ 8563/* end confdefs.h. */
9124$ac_includes_default 8564$ac_includes_default
9125 typedef long long ac__type_sizeof_;
9126int 8565int
9127main () 8566main ()
9128{ 8567{
9129static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8568static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9130test_array [0] = 0 8569test_array [0] = 0
9131 8570
9132 ; 8571 ;
9133 return 0; 8572 return 0;
9134} 8573}
9135_ACEOF 8574_ACEOF
9136rm -f conftest.$ac_objext 8575rm -f conftest.$ac_objext
9137if { (ac_try="$ac_compile"
9138case "(($ac_try" in
9139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9140 *) ac_try_echo=$ac_try;;
9141esac
9142eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8576if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9143 (eval "$ac_compile") 2>conftest.er1 8577 (eval $ac_compile) 2>conftest.er1
9144 ac_status=$? 8578 ac_status=$?
9145 grep -v '^ *+' conftest.er1 >conftest.err 8579 grep -v '^ *+' conftest.er1 >conftest.err
9146 rm -f conftest.er1 8580 rm -f conftest.er1
9147 cat conftest.err >&5 8581 cat conftest.err >&5
9148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9149 (exit $ac_status); } && { 8583 (exit $ac_status); } &&
9150 test -z "$ac_cxx_werror_flag" || 8584 { ac_try='test -z "$ac_cxx_werror_flag"
9151 test ! -s conftest.err 8585 || test ! -s conftest.err'
9152 } && test -s conftest.$ac_objext; then 8586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8587 (eval $ac_try) 2>&5
8588 ac_status=$?
8589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8590 (exit $ac_status); }; } &&
8591 { ac_try='test -s conftest.$ac_objext'
8592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8593 (eval $ac_try) 2>&5
8594 ac_status=$?
8595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8596 (exit $ac_status); }; }; then
9153 ac_lo=0 ac_mid=0 8597 ac_lo=0 ac_mid=0
9154 while :; do 8598 while :; do
9155 cat >conftest.$ac_ext <<_ACEOF 8599 cat >conftest.$ac_ext <<_ACEOF
9156/* confdefs.h. */ 8600/* confdefs.h. */
9157_ACEOF 8601_ACEOF
9158cat confdefs.h >>conftest.$ac_ext 8602cat confdefs.h >>conftest.$ac_ext
9159cat >>conftest.$ac_ext <<_ACEOF 8603cat >>conftest.$ac_ext <<_ACEOF
9160/* end confdefs.h. */ 8604/* end confdefs.h. */
9161$ac_includes_default 8605$ac_includes_default
9162 typedef long long ac__type_sizeof_;
9163int 8606int
9164main () 8607main ()
9165{ 8608{
9166static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8609static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9167test_array [0] = 0 8610test_array [0] = 0
9168 8611
9169 ; 8612 ;
9170 return 0; 8613 return 0;
9171} 8614}
9172_ACEOF 8615_ACEOF
9173rm -f conftest.$ac_objext 8616rm -f conftest.$ac_objext
9174if { (ac_try="$ac_compile"
9175case "(($ac_try" in
9176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9177 *) ac_try_echo=$ac_try;;
9178esac
9179eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8617if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9180 (eval "$ac_compile") 2>conftest.er1 8618 (eval $ac_compile) 2>conftest.er1
9181 ac_status=$? 8619 ac_status=$?
9182 grep -v '^ *+' conftest.er1 >conftest.err 8620 grep -v '^ *+' conftest.er1 >conftest.err
9183 rm -f conftest.er1 8621 rm -f conftest.er1
9184 cat conftest.err >&5 8622 cat conftest.err >&5
9185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186 (exit $ac_status); } && { 8624 (exit $ac_status); } &&
9187 test -z "$ac_cxx_werror_flag" || 8625 { ac_try='test -z "$ac_cxx_werror_flag"
9188 test ! -s conftest.err 8626 || test ! -s conftest.err'
9189 } && test -s conftest.$ac_objext; then 8627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8628 (eval $ac_try) 2>&5
8629 ac_status=$?
8630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8631 (exit $ac_status); }; } &&
8632 { ac_try='test -s conftest.$ac_objext'
8633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8634 (eval $ac_try) 2>&5
8635 ac_status=$?
8636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8637 (exit $ac_status); }; }; then
9190 ac_hi=$ac_mid; break 8638 ac_hi=$ac_mid; break
9191else 8639else
9192 echo "$as_me: failed program was:" >&5 8640 echo "$as_me: failed program was:" >&5
9193sed 's/^/| /' conftest.$ac_ext >&5 8641sed 's/^/| /' conftest.$ac_ext >&5
9194 8642
9195 ac_lo=`expr $ac_mid + 1` 8643ac_lo=`expr $ac_mid + 1`
9196 if test $ac_lo -le $ac_mid; then 8644 if test $ac_lo -le $ac_mid; then
9197 ac_lo= ac_hi= 8645 ac_lo= ac_hi=
9198 break 8646 break
9199 fi 8647 fi
9200 ac_mid=`expr 2 '*' $ac_mid + 1` 8648 ac_mid=`expr 2 '*' $ac_mid + 1`
9201fi 8649fi
9202
9203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8650rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9204 done 8651 done
9205else 8652else
9206 echo "$as_me: failed program was:" >&5 8653 echo "$as_me: failed program was:" >&5
9207sed 's/^/| /' conftest.$ac_ext >&5 8654sed 's/^/| /' conftest.$ac_ext >&5
9208 8655
9209 cat >conftest.$ac_ext <<_ACEOF 8656cat >conftest.$ac_ext <<_ACEOF
9210/* confdefs.h. */ 8657/* confdefs.h. */
9211_ACEOF 8658_ACEOF
9212cat confdefs.h >>conftest.$ac_ext 8659cat confdefs.h >>conftest.$ac_ext
9213cat >>conftest.$ac_ext <<_ACEOF 8660cat >>conftest.$ac_ext <<_ACEOF
9214/* end confdefs.h. */ 8661/* end confdefs.h. */
9215$ac_includes_default 8662$ac_includes_default
9216 typedef long long ac__type_sizeof_;
9217int 8663int
9218main () 8664main ()
9219{ 8665{
9220static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8666static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9221test_array [0] = 0 8667test_array [0] = 0
9222 8668
9223 ; 8669 ;
9224 return 0; 8670 return 0;
9225} 8671}
9226_ACEOF 8672_ACEOF
9227rm -f conftest.$ac_objext 8673rm -f conftest.$ac_objext
9228if { (ac_try="$ac_compile"
9229case "(($ac_try" in
9230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9231 *) ac_try_echo=$ac_try;;
9232esac
9233eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8674if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9234 (eval "$ac_compile") 2>conftest.er1 8675 (eval $ac_compile) 2>conftest.er1
9235 ac_status=$? 8676 ac_status=$?
9236 grep -v '^ *+' conftest.er1 >conftest.err 8677 grep -v '^ *+' conftest.er1 >conftest.err
9237 rm -f conftest.er1 8678 rm -f conftest.er1
9238 cat conftest.err >&5 8679 cat conftest.err >&5
9239 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9240 (exit $ac_status); } && { 8681 (exit $ac_status); } &&
9241 test -z "$ac_cxx_werror_flag" || 8682 { ac_try='test -z "$ac_cxx_werror_flag"
9242 test ! -s conftest.err 8683 || test ! -s conftest.err'
9243 } && test -s conftest.$ac_objext; then 8684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8685 (eval $ac_try) 2>&5
8686 ac_status=$?
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 (exit $ac_status); }; } &&
8689 { ac_try='test -s conftest.$ac_objext'
8690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8691 (eval $ac_try) 2>&5
8692 ac_status=$?
8693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8694 (exit $ac_status); }; }; then
9244 ac_hi=-1 ac_mid=-1 8695 ac_hi=-1 ac_mid=-1
9245 while :; do 8696 while :; do
9246 cat >conftest.$ac_ext <<_ACEOF 8697 cat >conftest.$ac_ext <<_ACEOF
9247/* confdefs.h. */ 8698/* confdefs.h. */
9248_ACEOF 8699_ACEOF
9249cat confdefs.h >>conftest.$ac_ext 8700cat confdefs.h >>conftest.$ac_ext
9250cat >>conftest.$ac_ext <<_ACEOF 8701cat >>conftest.$ac_ext <<_ACEOF
9251/* end confdefs.h. */ 8702/* end confdefs.h. */
9252$ac_includes_default 8703$ac_includes_default
9253 typedef long long ac__type_sizeof_;
9254int 8704int
9255main () 8705main ()
9256{ 8706{
9257static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8707static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9258test_array [0] = 0 8708test_array [0] = 0
9259 8709
9260 ; 8710 ;
9261 return 0; 8711 return 0;
9262} 8712}
9263_ACEOF 8713_ACEOF
9264rm -f conftest.$ac_objext 8714rm -f conftest.$ac_objext
9265if { (ac_try="$ac_compile"
9266case "(($ac_try" in
9267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9268 *) ac_try_echo=$ac_try;;
9269esac
9270eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8715if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9271 (eval "$ac_compile") 2>conftest.er1 8716 (eval $ac_compile) 2>conftest.er1
9272 ac_status=$? 8717 ac_status=$?
9273 grep -v '^ *+' conftest.er1 >conftest.err 8718 grep -v '^ *+' conftest.er1 >conftest.err
9274 rm -f conftest.er1 8719 rm -f conftest.er1
9275 cat conftest.err >&5 8720 cat conftest.err >&5
9276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9277 (exit $ac_status); } && { 8722 (exit $ac_status); } &&
9278 test -z "$ac_cxx_werror_flag" || 8723 { ac_try='test -z "$ac_cxx_werror_flag"
9279 test ! -s conftest.err 8724 || test ! -s conftest.err'
9280 } && test -s conftest.$ac_objext; then 8725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8726 (eval $ac_try) 2>&5
8727 ac_status=$?
8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729 (exit $ac_status); }; } &&
8730 { ac_try='test -s conftest.$ac_objext'
8731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8732 (eval $ac_try) 2>&5
8733 ac_status=$?
8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); }; }; then
9281 ac_lo=$ac_mid; break 8736 ac_lo=$ac_mid; break
9282else 8737else
9283 echo "$as_me: failed program was:" >&5 8738 echo "$as_me: failed program was:" >&5
9284sed 's/^/| /' conftest.$ac_ext >&5 8739sed 's/^/| /' conftest.$ac_ext >&5
9285 8740
9286 ac_hi=`expr '(' $ac_mid ')' - 1` 8741ac_hi=`expr '(' $ac_mid ')' - 1`
9287 if test $ac_mid -le $ac_hi; then 8742 if test $ac_mid -le $ac_hi; then
9288 ac_lo= ac_hi= 8743 ac_lo= ac_hi=
9289 break 8744 break
9290 fi 8745 fi
9291 ac_mid=`expr 2 '*' $ac_mid` 8746 ac_mid=`expr 2 '*' $ac_mid`
9292fi 8747fi
9293
9294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9295 done 8749 done
9296else 8750else
9297 echo "$as_me: failed program was:" >&5 8751 echo "$as_me: failed program was:" >&5
9298sed 's/^/| /' conftest.$ac_ext >&5 8752sed 's/^/| /' conftest.$ac_ext >&5
9299 8753
9300 ac_lo= ac_hi= 8754ac_lo= ac_hi=
9301fi 8755fi
9302
9303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8756rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9304fi 8757fi
9305
9306rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8758rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9307# Binary search between lo and hi bounds. 8759# Binary search between lo and hi bounds.
9308while test "x$ac_lo" != "x$ac_hi"; do 8760while test "x$ac_lo" != "x$ac_hi"; do
9309 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8761 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9310 cat >conftest.$ac_ext <<_ACEOF 8762 cat >conftest.$ac_ext <<_ACEOF
9311/* confdefs.h. */ 8763/* confdefs.h. */
9312_ACEOF 8764_ACEOF
9313cat confdefs.h >>conftest.$ac_ext 8765cat confdefs.h >>conftest.$ac_ext
9314cat >>conftest.$ac_ext <<_ACEOF 8766cat >>conftest.$ac_ext <<_ACEOF
9315/* end confdefs.h. */ 8767/* end confdefs.h. */
9316$ac_includes_default 8768$ac_includes_default
9317 typedef long long ac__type_sizeof_;
9318int 8769int
9319main () 8770main ()
9320{ 8771{
9321static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8772static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9322test_array [0] = 0 8773test_array [0] = 0
9323 8774
9324 ; 8775 ;
9325 return 0; 8776 return 0;
9326} 8777}
9327_ACEOF 8778_ACEOF
9328rm -f conftest.$ac_objext 8779rm -f conftest.$ac_objext
9329if { (ac_try="$ac_compile"
9330case "(($ac_try" in
9331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9332 *) ac_try_echo=$ac_try;;
9333esac
9334eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8780if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9335 (eval "$ac_compile") 2>conftest.er1 8781 (eval $ac_compile) 2>conftest.er1
9336 ac_status=$? 8782 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err 8783 grep -v '^ *+' conftest.er1 >conftest.err
9338 rm -f conftest.er1 8784 rm -f conftest.er1
9339 cat conftest.err >&5 8785 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } && { 8787 (exit $ac_status); } &&
9342 test -z "$ac_cxx_werror_flag" || 8788 { ac_try='test -z "$ac_cxx_werror_flag"
9343 test ! -s conftest.err 8789 || test ! -s conftest.err'
9344 } && test -s conftest.$ac_objext; then 8790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8791 (eval $ac_try) 2>&5
8792 ac_status=$?
8793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8794 (exit $ac_status); }; } &&
8795 { ac_try='test -s conftest.$ac_objext'
8796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8797 (eval $ac_try) 2>&5
8798 ac_status=$?
8799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8800 (exit $ac_status); }; }; then
9345 ac_hi=$ac_mid 8801 ac_hi=$ac_mid
9346else 8802else
9347 echo "$as_me: failed program was:" >&5 8803 echo "$as_me: failed program was:" >&5
9348sed 's/^/| /' conftest.$ac_ext >&5 8804sed 's/^/| /' conftest.$ac_ext >&5
9349 8805
9350 ac_lo=`expr '(' $ac_mid ')' + 1` 8806ac_lo=`expr '(' $ac_mid ')' + 1`
9351fi 8807fi
9352
9353rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8808rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9354done 8809done
9355case $ac_lo in 8810case $ac_lo in
9356?*) ac_cv_sizeof_long_long=$ac_lo;; 8811?*) ac_cv_sizeof_long_long=$ac_lo;;
9357'') if test "$ac_cv_type_long_long" = yes; then
9358 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8812'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9359See \`config.log' for more details." >&5 8813See \`config.log' for more details." >&5
9360echo "$as_me: error: cannot compute sizeof (long long) 8814echo "$as_me: error: cannot compute sizeof (long long), 77
9361See \`config.log' for more details." >&2;} 8815See \`config.log' for more details." >&2;}
9362 { (exit 77); exit 77; }; } 8816 { (exit 1); exit 1; }; } ;;
9363 else
9364 ac_cv_sizeof_long_long=0
9365 fi ;;
9366esac 8817esac
8818else
8819 if test "$cross_compiling" = yes; then
8820 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8821See \`config.log' for more details." >&5
8822echo "$as_me: error: cannot run test program while cross compiling
8823See \`config.log' for more details." >&2;}
8824 { (exit 1); exit 1; }; }
9367else 8825else
9368 cat >conftest.$ac_ext <<_ACEOF 8826 cat >conftest.$ac_ext <<_ACEOF
9369/* confdefs.h. */ 8827/* confdefs.h. */
9370_ACEOF 8828_ACEOF
9371cat confdefs.h >>conftest.$ac_ext 8829cat confdefs.h >>conftest.$ac_ext
9372cat >>conftest.$ac_ext <<_ACEOF 8830cat >>conftest.$ac_ext <<_ACEOF
9373/* end confdefs.h. */ 8831/* end confdefs.h. */
9374$ac_includes_default 8832$ac_includes_default
9375 typedef long long ac__type_sizeof_; 8833long longval () { return (long) (sizeof (long long)); }
9376static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9377static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8834unsigned long ulongval () { return (long) (sizeof (long long)); }
9378#include <stdio.h> 8835#include <stdio.h>
9379#include <stdlib.h> 8836#include <stdlib.h>
9380int 8837int
9381main () 8838main ()
9382{ 8839{
9383 8840
9384 FILE *f = fopen ("conftest.val", "w"); 8841 FILE *f = fopen ("conftest.val", "w");
9385 if (! f) 8842 if (! f)
9386 return 1; 8843 exit (1);
9387 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8844 if (((long) (sizeof (long long))) < 0)
9388 { 8845 {
9389 long int i = longval (); 8846 long i = longval ();
9390 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8847 if (i != ((long) (sizeof (long long))))
9391 return 1; 8848 exit (1);
9392 fprintf (f, "%ld\n", i); 8849 fprintf (f, "%ld\n", i);
9393 } 8850 }
9394 else 8851 else
9395 { 8852 {
9396 unsigned long int i = ulongval (); 8853 unsigned long i = ulongval ();
9397 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8854 if (i != ((long) (sizeof (long long))))
9398 return 1; 8855 exit (1);
9399 fprintf (f, "%lu\n", i); 8856 fprintf (f, "%lu\n", i);
9400 } 8857 }
9401 return ferror (f) || fclose (f) != 0; 8858 exit (ferror (f) || fclose (f) != 0);
9402 8859
9403 ; 8860 ;
9404 return 0; 8861 return 0;
9405} 8862}
9406_ACEOF 8863_ACEOF
9407rm -f conftest$ac_exeext 8864rm -f conftest$ac_exeext
9408if { (ac_try="$ac_link"
9409case "(($ac_try" in
9410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9411 *) ac_try_echo=$ac_try;;
9412esac
9413eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8865if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9414 (eval "$ac_link") 2>&5 8866 (eval $ac_link) 2>&5
9415 ac_status=$? 8867 ac_status=$?
9416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8869 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9418 { (case "(($ac_try" in
9419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9420 *) ac_try_echo=$ac_try;;
9421esac
9422eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9423 (eval "$ac_try") 2>&5 8871 (eval $ac_try) 2>&5
9424 ac_status=$? 8872 ac_status=$?
9425 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9426 (exit $ac_status); }; }; then 8874 (exit $ac_status); }; }; then
9427 ac_cv_sizeof_long_long=`cat conftest.val` 8875 ac_cv_sizeof_long_long=`cat conftest.val`
9428else 8876else
9429 echo "$as_me: program exited with status $ac_status" >&5 8877 echo "$as_me: program exited with status $ac_status" >&5
9430echo "$as_me: failed program was:" >&5 8878echo "$as_me: failed program was:" >&5
9431sed 's/^/| /' conftest.$ac_ext >&5 8879sed 's/^/| /' conftest.$ac_ext >&5
9432 8880
9433( exit $ac_status ) 8881( exit $ac_status )
9434if test "$ac_cv_type_long_long" = yes; then
9435 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8882{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9436See \`config.log' for more details." >&5 8883See \`config.log' for more details." >&5
9437echo "$as_me: error: cannot compute sizeof (long long) 8884echo "$as_me: error: cannot compute sizeof (long long), 77
9438See \`config.log' for more details." >&2;} 8885See \`config.log' for more details." >&2;}
9439 { (exit 77); exit 77; }; } 8886 { (exit 1); exit 1; }; }
9440 else
9441 ac_cv_sizeof_long_long=0
9442 fi
9443fi 8887fi
9444rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8888rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8889fi
9445fi 8890fi
9446rm -f conftest.val 8891rm -f conftest.val
8892else
8893 ac_cv_sizeof_long_long=0
9447fi 8894fi
8895fi
9448{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 8896echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9449echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 8897echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9450
9451
9452
9453cat >>confdefs.h <<_ACEOF 8898cat >>confdefs.h <<_ACEOF
9454#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 8899#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9455_ACEOF 8900_ACEOF
9456 8901
9457 8902
9458{ echo "$as_me:$LINENO: checking for int *" >&5 8903echo "$as_me:$LINENO: checking for int *" >&5
9459echo $ECHO_N "checking for int *... $ECHO_C" >&6; } 8904echo $ECHO_N "checking for int *... $ECHO_C" >&6
9460if test "${ac_cv_type_int_p+set}" = set; then 8905if test "${ac_cv_type_int_p+set}" = set; then
9461 echo $ECHO_N "(cached) $ECHO_C" >&6 8906 echo $ECHO_N "(cached) $ECHO_C" >&6
9462else 8907else
9463 cat >conftest.$ac_ext <<_ACEOF 8908 cat >conftest.$ac_ext <<_ACEOF
9464/* confdefs.h. */ 8909/* confdefs.h. */
9465_ACEOF 8910_ACEOF
9466cat confdefs.h >>conftest.$ac_ext 8911cat confdefs.h >>conftest.$ac_ext
9467cat >>conftest.$ac_ext <<_ACEOF 8912cat >>conftest.$ac_ext <<_ACEOF
9468/* end confdefs.h. */ 8913/* end confdefs.h. */
9469$ac_includes_default 8914$ac_includes_default
9470typedef int * ac__type_new_;
9471int 8915int
9472main () 8916main ()
9473{ 8917{
9474if ((ac__type_new_ *) 0) 8918if ((int * *) 0)
9475 return 0; 8919 return 0;
9476if (sizeof (ac__type_new_)) 8920if (sizeof (int *))
9477 return 0; 8921 return 0;
9478 ; 8922 ;
9479 return 0; 8923 return 0;
9480} 8924}
9481_ACEOF 8925_ACEOF
9482rm -f conftest.$ac_objext 8926rm -f conftest.$ac_objext
9483if { (ac_try="$ac_compile"
9484case "(($ac_try" in
9485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9486 *) ac_try_echo=$ac_try;;
9487esac
9488eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8927if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9489 (eval "$ac_compile") 2>conftest.er1 8928 (eval $ac_compile) 2>conftest.er1
9490 ac_status=$? 8929 ac_status=$?
9491 grep -v '^ *+' conftest.er1 >conftest.err 8930 grep -v '^ *+' conftest.er1 >conftest.err
9492 rm -f conftest.er1 8931 rm -f conftest.er1
9493 cat conftest.err >&5 8932 cat conftest.err >&5
9494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9495 (exit $ac_status); } && { 8934 (exit $ac_status); } &&
9496 test -z "$ac_cxx_werror_flag" || 8935 { ac_try='test -z "$ac_cxx_werror_flag"
9497 test ! -s conftest.err 8936 || test ! -s conftest.err'
9498 } && test -s conftest.$ac_objext; then 8937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8938 (eval $ac_try) 2>&5
8939 ac_status=$?
8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); }; } &&
8942 { ac_try='test -s conftest.$ac_objext'
8943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8944 (eval $ac_try) 2>&5
8945 ac_status=$?
8946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8947 (exit $ac_status); }; }; then
9499 ac_cv_type_int_p=yes 8948 ac_cv_type_int_p=yes
9500else 8949else
9501 echo "$as_me: failed program was:" >&5 8950 echo "$as_me: failed program was:" >&5
9502sed 's/^/| /' conftest.$ac_ext >&5 8951sed 's/^/| /' conftest.$ac_ext >&5
9503 8952
9504 ac_cv_type_int_p=no 8953ac_cv_type_int_p=no
9505fi 8954fi
9506
9507rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8955rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9508fi 8956fi
9509{ echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5 8957echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9510echo "${ECHO_T}$ac_cv_type_int_p" >&6; } 8958echo "${ECHO_T}$ac_cv_type_int_p" >&6
9511 8959
9512# The cast to long int works around a bug in the HP C Compiler
9513# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9514# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9515# This bug is HP SR number 8606223364.
9516{ echo "$as_me:$LINENO: checking size of int *" >&5 8960echo "$as_me:$LINENO: checking size of int *" >&5
9517echo $ECHO_N "checking size of int *... $ECHO_C" >&6; } 8961echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9518if test "${ac_cv_sizeof_int_p+set}" = set; then 8962if test "${ac_cv_sizeof_int_p+set}" = set; then
9519 echo $ECHO_N "(cached) $ECHO_C" >&6 8963 echo $ECHO_N "(cached) $ECHO_C" >&6
9520else 8964else
8965 if test "$ac_cv_type_int_p" = yes; then
8966 # The cast to unsigned long works around a bug in the HP C Compiler
8967 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8968 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8969 # This bug is HP SR number 8606223364.
9521 if test "$cross_compiling" = yes; then 8970 if test "$cross_compiling" = yes; then
9522 # Depending upon the size, compute the lo and hi bounds. 8971 # Depending upon the size, compute the lo and hi bounds.
9523cat >conftest.$ac_ext <<_ACEOF 8972cat >conftest.$ac_ext <<_ACEOF
9524/* confdefs.h. */ 8973/* confdefs.h. */
9525_ACEOF 8974_ACEOF
9526cat confdefs.h >>conftest.$ac_ext 8975cat confdefs.h >>conftest.$ac_ext
9527cat >>conftest.$ac_ext <<_ACEOF 8976cat >>conftest.$ac_ext <<_ACEOF
9528/* end confdefs.h. */ 8977/* end confdefs.h. */
9529$ac_includes_default 8978$ac_includes_default
9530 typedef int * ac__type_sizeof_;
9531int 8979int
9532main () 8980main ()
9533{ 8981{
9534static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8982static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9535test_array [0] = 0 8983test_array [0] = 0
9536 8984
9537 ; 8985 ;
9538 return 0; 8986 return 0;
9539} 8987}
9540_ACEOF 8988_ACEOF
9541rm -f conftest.$ac_objext 8989rm -f conftest.$ac_objext
9542if { (ac_try="$ac_compile"
9543case "(($ac_try" in
9544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9545 *) ac_try_echo=$ac_try;;
9546esac
9547eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8990if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9548 (eval "$ac_compile") 2>conftest.er1 8991 (eval $ac_compile) 2>conftest.er1
9549 ac_status=$? 8992 ac_status=$?
9550 grep -v '^ *+' conftest.er1 >conftest.err 8993 grep -v '^ *+' conftest.er1 >conftest.err
9551 rm -f conftest.er1 8994 rm -f conftest.er1
9552 cat conftest.err >&5 8995 cat conftest.err >&5
9553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9554 (exit $ac_status); } && { 8997 (exit $ac_status); } &&
9555 test -z "$ac_cxx_werror_flag" || 8998 { ac_try='test -z "$ac_cxx_werror_flag"
9556 test ! -s conftest.err 8999 || test ! -s conftest.err'
9557 } && test -s conftest.$ac_objext; then 9000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9001 (eval $ac_try) 2>&5
9002 ac_status=$?
9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9004 (exit $ac_status); }; } &&
9005 { ac_try='test -s conftest.$ac_objext'
9006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9007 (eval $ac_try) 2>&5
9008 ac_status=$?
9009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9010 (exit $ac_status); }; }; then
9558 ac_lo=0 ac_mid=0 9011 ac_lo=0 ac_mid=0
9559 while :; do 9012 while :; do
9560 cat >conftest.$ac_ext <<_ACEOF 9013 cat >conftest.$ac_ext <<_ACEOF
9561/* confdefs.h. */ 9014/* confdefs.h. */
9562_ACEOF 9015_ACEOF
9563cat confdefs.h >>conftest.$ac_ext 9016cat confdefs.h >>conftest.$ac_ext
9564cat >>conftest.$ac_ext <<_ACEOF 9017cat >>conftest.$ac_ext <<_ACEOF
9565/* end confdefs.h. */ 9018/* end confdefs.h. */
9566$ac_includes_default 9019$ac_includes_default
9567 typedef int * ac__type_sizeof_;
9568int 9020int
9569main () 9021main ()
9570{ 9022{
9571static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 9023static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9572test_array [0] = 0 9024test_array [0] = 0
9573 9025
9574 ; 9026 ;
9575 return 0; 9027 return 0;
9576} 9028}
9577_ACEOF 9029_ACEOF
9578rm -f conftest.$ac_objext 9030rm -f conftest.$ac_objext
9579if { (ac_try="$ac_compile"
9580case "(($ac_try" in
9581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9582 *) ac_try_echo=$ac_try;;
9583esac
9584eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9031if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9585 (eval "$ac_compile") 2>conftest.er1 9032 (eval $ac_compile) 2>conftest.er1
9586 ac_status=$? 9033 ac_status=$?
9587 grep -v '^ *+' conftest.er1 >conftest.err 9034 grep -v '^ *+' conftest.er1 >conftest.err
9588 rm -f conftest.er1 9035 rm -f conftest.er1
9589 cat conftest.err >&5 9036 cat conftest.err >&5
9590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9591 (exit $ac_status); } && { 9038 (exit $ac_status); } &&
9592 test -z "$ac_cxx_werror_flag" || 9039 { ac_try='test -z "$ac_cxx_werror_flag"
9593 test ! -s conftest.err 9040 || test ! -s conftest.err'
9594 } && test -s conftest.$ac_objext; then 9041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9042 (eval $ac_try) 2>&5
9043 ac_status=$?
9044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 (exit $ac_status); }; } &&
9046 { ac_try='test -s conftest.$ac_objext'
9047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9048 (eval $ac_try) 2>&5
9049 ac_status=$?
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); }; }; then
9595 ac_hi=$ac_mid; break 9052 ac_hi=$ac_mid; break
9596else 9053else
9597 echo "$as_me: failed program was:" >&5 9054 echo "$as_me: failed program was:" >&5
9598sed 's/^/| /' conftest.$ac_ext >&5 9055sed 's/^/| /' conftest.$ac_ext >&5
9599 9056
9600 ac_lo=`expr $ac_mid + 1` 9057ac_lo=`expr $ac_mid + 1`
9601 if test $ac_lo -le $ac_mid; then 9058 if test $ac_lo -le $ac_mid; then
9602 ac_lo= ac_hi= 9059 ac_lo= ac_hi=
9603 break 9060 break
9604 fi 9061 fi
9605 ac_mid=`expr 2 '*' $ac_mid + 1` 9062 ac_mid=`expr 2 '*' $ac_mid + 1`
9606fi 9063fi
9607
9608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9064rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9609 done 9065 done
9610else 9066else
9611 echo "$as_me: failed program was:" >&5 9067 echo "$as_me: failed program was:" >&5
9612sed 's/^/| /' conftest.$ac_ext >&5 9068sed 's/^/| /' conftest.$ac_ext >&5
9613 9069
9614 cat >conftest.$ac_ext <<_ACEOF 9070cat >conftest.$ac_ext <<_ACEOF
9615/* confdefs.h. */ 9071/* confdefs.h. */
9616_ACEOF 9072_ACEOF
9617cat confdefs.h >>conftest.$ac_ext 9073cat confdefs.h >>conftest.$ac_ext
9618cat >>conftest.$ac_ext <<_ACEOF 9074cat >>conftest.$ac_ext <<_ACEOF
9619/* end confdefs.h. */ 9075/* end confdefs.h. */
9620$ac_includes_default 9076$ac_includes_default
9621 typedef int * ac__type_sizeof_;
9622int 9077int
9623main () 9078main ()
9624{ 9079{
9625static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 9080static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9626test_array [0] = 0 9081test_array [0] = 0
9627 9082
9628 ; 9083 ;
9629 return 0; 9084 return 0;
9630} 9085}
9631_ACEOF 9086_ACEOF
9632rm -f conftest.$ac_objext 9087rm -f conftest.$ac_objext
9633if { (ac_try="$ac_compile"
9634case "(($ac_try" in
9635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9636 *) ac_try_echo=$ac_try;;
9637esac
9638eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9088if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9639 (eval "$ac_compile") 2>conftest.er1 9089 (eval $ac_compile) 2>conftest.er1
9640 ac_status=$? 9090 ac_status=$?
9641 grep -v '^ *+' conftest.er1 >conftest.err 9091 grep -v '^ *+' conftest.er1 >conftest.err
9642 rm -f conftest.er1 9092 rm -f conftest.er1
9643 cat conftest.err >&5 9093 cat conftest.err >&5
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); } && { 9095 (exit $ac_status); } &&
9646 test -z "$ac_cxx_werror_flag" || 9096 { ac_try='test -z "$ac_cxx_werror_flag"
9647 test ! -s conftest.err 9097 || test ! -s conftest.err'
9648 } && test -s conftest.$ac_objext; then 9098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9099 (eval $ac_try) 2>&5
9100 ac_status=$?
9101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9102 (exit $ac_status); }; } &&
9103 { ac_try='test -s conftest.$ac_objext'
9104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9105 (eval $ac_try) 2>&5
9106 ac_status=$?
9107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9108 (exit $ac_status); }; }; then
9649 ac_hi=-1 ac_mid=-1 9109 ac_hi=-1 ac_mid=-1
9650 while :; do 9110 while :; do
9651 cat >conftest.$ac_ext <<_ACEOF 9111 cat >conftest.$ac_ext <<_ACEOF
9652/* confdefs.h. */ 9112/* confdefs.h. */
9653_ACEOF 9113_ACEOF
9654cat confdefs.h >>conftest.$ac_ext 9114cat confdefs.h >>conftest.$ac_ext
9655cat >>conftest.$ac_ext <<_ACEOF 9115cat >>conftest.$ac_ext <<_ACEOF
9656/* end confdefs.h. */ 9116/* end confdefs.h. */
9657$ac_includes_default 9117$ac_includes_default
9658 typedef int * ac__type_sizeof_;
9659int 9118int
9660main () 9119main ()
9661{ 9120{
9662static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 9121static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9663test_array [0] = 0 9122test_array [0] = 0
9664 9123
9665 ; 9124 ;
9666 return 0; 9125 return 0;
9667} 9126}
9668_ACEOF 9127_ACEOF
9669rm -f conftest.$ac_objext 9128rm -f conftest.$ac_objext
9670if { (ac_try="$ac_compile"
9671case "(($ac_try" in
9672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9673 *) ac_try_echo=$ac_try;;
9674esac
9675eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9129if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9676 (eval "$ac_compile") 2>conftest.er1 9130 (eval $ac_compile) 2>conftest.er1
9677 ac_status=$? 9131 ac_status=$?
9678 grep -v '^ *+' conftest.er1 >conftest.err 9132 grep -v '^ *+' conftest.er1 >conftest.err
9679 rm -f conftest.er1 9133 rm -f conftest.er1
9680 cat conftest.err >&5 9134 cat conftest.err >&5
9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9682 (exit $ac_status); } && { 9136 (exit $ac_status); } &&
9683 test -z "$ac_cxx_werror_flag" || 9137 { ac_try='test -z "$ac_cxx_werror_flag"
9684 test ! -s conftest.err 9138 || test ! -s conftest.err'
9685 } && test -s conftest.$ac_objext; then 9139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9140 (eval $ac_try) 2>&5
9141 ac_status=$?
9142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143 (exit $ac_status); }; } &&
9144 { ac_try='test -s conftest.$ac_objext'
9145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9146 (eval $ac_try) 2>&5
9147 ac_status=$?
9148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9149 (exit $ac_status); }; }; then
9686 ac_lo=$ac_mid; break 9150 ac_lo=$ac_mid; break
9687else 9151else
9688 echo "$as_me: failed program was:" >&5 9152 echo "$as_me: failed program was:" >&5
9689sed 's/^/| /' conftest.$ac_ext >&5 9153sed 's/^/| /' conftest.$ac_ext >&5
9690 9154
9691 ac_hi=`expr '(' $ac_mid ')' - 1` 9155ac_hi=`expr '(' $ac_mid ')' - 1`
9692 if test $ac_mid -le $ac_hi; then 9156 if test $ac_mid -le $ac_hi; then
9693 ac_lo= ac_hi= 9157 ac_lo= ac_hi=
9694 break 9158 break
9695 fi 9159 fi
9696 ac_mid=`expr 2 '*' $ac_mid` 9160 ac_mid=`expr 2 '*' $ac_mid`
9697fi 9161fi
9698
9699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9162rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9700 done 9163 done
9701else 9164else
9702 echo "$as_me: failed program was:" >&5 9165 echo "$as_me: failed program was:" >&5
9703sed 's/^/| /' conftest.$ac_ext >&5 9166sed 's/^/| /' conftest.$ac_ext >&5
9704 9167
9705 ac_lo= ac_hi= 9168ac_lo= ac_hi=
9706fi 9169fi
9707
9708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9170rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9709fi 9171fi
9710
9711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9172rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9712# Binary search between lo and hi bounds. 9173# Binary search between lo and hi bounds.
9713while test "x$ac_lo" != "x$ac_hi"; do 9174while test "x$ac_lo" != "x$ac_hi"; do
9714 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 9175 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9715 cat >conftest.$ac_ext <<_ACEOF 9176 cat >conftest.$ac_ext <<_ACEOF
9716/* confdefs.h. */ 9177/* confdefs.h. */
9717_ACEOF 9178_ACEOF
9718cat confdefs.h >>conftest.$ac_ext 9179cat confdefs.h >>conftest.$ac_ext
9719cat >>conftest.$ac_ext <<_ACEOF 9180cat >>conftest.$ac_ext <<_ACEOF
9720/* end confdefs.h. */ 9181/* end confdefs.h. */
9721$ac_includes_default 9182$ac_includes_default
9722 typedef int * ac__type_sizeof_;
9723int 9183int
9724main () 9184main ()
9725{ 9185{
9726static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 9186static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9727test_array [0] = 0 9187test_array [0] = 0
9728 9188
9729 ; 9189 ;
9730 return 0; 9190 return 0;
9731} 9191}
9732_ACEOF 9192_ACEOF
9733rm -f conftest.$ac_objext 9193rm -f conftest.$ac_objext
9734if { (ac_try="$ac_compile"
9735case "(($ac_try" in
9736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9737 *) ac_try_echo=$ac_try;;
9738esac
9739eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9740 (eval "$ac_compile") 2>conftest.er1 9195 (eval $ac_compile) 2>conftest.er1
9741 ac_status=$? 9196 ac_status=$?
9742 grep -v '^ *+' conftest.er1 >conftest.err 9197 grep -v '^ *+' conftest.er1 >conftest.err
9743 rm -f conftest.er1 9198 rm -f conftest.er1
9744 cat conftest.err >&5 9199 cat conftest.err >&5
9745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746 (exit $ac_status); } && { 9201 (exit $ac_status); } &&
9747 test -z "$ac_cxx_werror_flag" || 9202 { ac_try='test -z "$ac_cxx_werror_flag"
9748 test ! -s conftest.err 9203 || test ! -s conftest.err'
9749 } && test -s conftest.$ac_objext; then 9204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 (eval $ac_try) 2>&5
9206 ac_status=$?
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); }; } &&
9209 { ac_try='test -s conftest.$ac_objext'
9210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9211 (eval $ac_try) 2>&5
9212 ac_status=$?
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); }; }; then
9750 ac_hi=$ac_mid 9215 ac_hi=$ac_mid
9751else 9216else
9752 echo "$as_me: failed program was:" >&5 9217 echo "$as_me: failed program was:" >&5
9753sed 's/^/| /' conftest.$ac_ext >&5 9218sed 's/^/| /' conftest.$ac_ext >&5
9754 9219
9755 ac_lo=`expr '(' $ac_mid ')' + 1` 9220ac_lo=`expr '(' $ac_mid ')' + 1`
9756fi 9221fi
9757
9758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9222rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9759done 9223done
9760case $ac_lo in 9224case $ac_lo in
9761?*) ac_cv_sizeof_int_p=$ac_lo;; 9225?*) ac_cv_sizeof_int_p=$ac_lo;;
9762'') if test "$ac_cv_type_int_p" = yes; then
9763 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9226'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9764See \`config.log' for more details." >&5 9227See \`config.log' for more details." >&5
9765echo "$as_me: error: cannot compute sizeof (int *) 9228echo "$as_me: error: cannot compute sizeof (int *), 77
9766See \`config.log' for more details." >&2;} 9229See \`config.log' for more details." >&2;}
9767 { (exit 77); exit 77; }; } 9230 { (exit 1); exit 1; }; } ;;
9768 else
9769 ac_cv_sizeof_int_p=0
9770 fi ;;
9771esac 9231esac
9232else
9233 if test "$cross_compiling" = yes; then
9234 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9235See \`config.log' for more details." >&5
9236echo "$as_me: error: cannot run test program while cross compiling
9237See \`config.log' for more details." >&2;}
9238 { (exit 1); exit 1; }; }
9772else 9239else
9773 cat >conftest.$ac_ext <<_ACEOF 9240 cat >conftest.$ac_ext <<_ACEOF
9774/* confdefs.h. */ 9241/* confdefs.h. */
9775_ACEOF 9242_ACEOF
9776cat confdefs.h >>conftest.$ac_ext 9243cat confdefs.h >>conftest.$ac_ext
9777cat >>conftest.$ac_ext <<_ACEOF 9244cat >>conftest.$ac_ext <<_ACEOF
9778/* end confdefs.h. */ 9245/* end confdefs.h. */
9779$ac_includes_default 9246$ac_includes_default
9780 typedef int * ac__type_sizeof_; 9247long longval () { return (long) (sizeof (int *)); }
9781static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9782static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 9248unsigned long ulongval () { return (long) (sizeof (int *)); }
9783#include <stdio.h> 9249#include <stdio.h>
9784#include <stdlib.h> 9250#include <stdlib.h>
9785int 9251int
9786main () 9252main ()
9787{ 9253{
9788 9254
9789 FILE *f = fopen ("conftest.val", "w"); 9255 FILE *f = fopen ("conftest.val", "w");
9790 if (! f) 9256 if (! f)
9791 return 1; 9257 exit (1);
9792 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 9258 if (((long) (sizeof (int *))) < 0)
9793 { 9259 {
9794 long int i = longval (); 9260 long i = longval ();
9795 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9261 if (i != ((long) (sizeof (int *))))
9796 return 1; 9262 exit (1);
9797 fprintf (f, "%ld\n", i); 9263 fprintf (f, "%ld\n", i);
9798 } 9264 }
9799 else 9265 else
9800 { 9266 {
9801 unsigned long int i = ulongval (); 9267 unsigned long i = ulongval ();
9802 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9268 if (i != ((long) (sizeof (int *))))
9803 return 1; 9269 exit (1);
9804 fprintf (f, "%lu\n", i); 9270 fprintf (f, "%lu\n", i);
9805 } 9271 }
9806 return ferror (f) || fclose (f) != 0; 9272 exit (ferror (f) || fclose (f) != 0);
9807 9273
9808 ; 9274 ;
9809 return 0; 9275 return 0;
9810} 9276}
9811_ACEOF 9277_ACEOF
9812rm -f conftest$ac_exeext 9278rm -f conftest$ac_exeext
9813if { (ac_try="$ac_link"
9814case "(($ac_try" in
9815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9816 *) ac_try_echo=$ac_try;;
9817esac
9818eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9819 (eval "$ac_link") 2>&5 9280 (eval $ac_link) 2>&5
9820 ac_status=$? 9281 ac_status=$?
9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9283 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9823 { (case "(($ac_try" in
9824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9825 *) ac_try_echo=$ac_try;;
9826esac
9827eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9828 (eval "$ac_try") 2>&5 9285 (eval $ac_try) 2>&5
9829 ac_status=$? 9286 ac_status=$?
9830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831 (exit $ac_status); }; }; then 9288 (exit $ac_status); }; }; then
9832 ac_cv_sizeof_int_p=`cat conftest.val` 9289 ac_cv_sizeof_int_p=`cat conftest.val`
9833else 9290else
9834 echo "$as_me: program exited with status $ac_status" >&5 9291 echo "$as_me: program exited with status $ac_status" >&5
9835echo "$as_me: failed program was:" >&5 9292echo "$as_me: failed program was:" >&5
9836sed 's/^/| /' conftest.$ac_ext >&5 9293sed 's/^/| /' conftest.$ac_ext >&5
9837 9294
9838( exit $ac_status ) 9295( exit $ac_status )
9839if test "$ac_cv_type_int_p" = yes; then
9840 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9296{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9841See \`config.log' for more details." >&5 9297See \`config.log' for more details." >&5
9842echo "$as_me: error: cannot compute sizeof (int *) 9298echo "$as_me: error: cannot compute sizeof (int *), 77
9843See \`config.log' for more details." >&2;} 9299See \`config.log' for more details." >&2;}
9844 { (exit 77); exit 77; }; } 9300 { (exit 1); exit 1; }; }
9845 else
9846 ac_cv_sizeof_int_p=0
9847 fi
9848fi 9301fi
9849rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9302rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9303fi
9850fi 9304fi
9851rm -f conftest.val 9305rm -f conftest.val
9306else
9307 ac_cv_sizeof_int_p=0
9852fi 9308fi
9309fi
9853{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5 9310echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9854echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; } 9311echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9855
9856
9857
9858cat >>confdefs.h <<_ACEOF 9312cat >>confdefs.h <<_ACEOF
9859#define SIZEOF_INT_P $ac_cv_sizeof_int_p 9313#define SIZEOF_INT_P $ac_cv_sizeof_int_p
9860_ACEOF 9314_ACEOF
9861 9315
9862 9316
9863 9317
9864 9318
9865{ echo "$as_me:$LINENO: checking for int16_t" >&5 9319echo "$as_me:$LINENO: checking for int16_t" >&5
9866echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } 9320echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9867if test "${rxvt_cv_int16_t+set}" = set; then 9321if test "${rxvt_cv_int16_t+set}" = set; then
9868 echo $ECHO_N "(cached) $ECHO_C" >&6 9322 echo $ECHO_N "(cached) $ECHO_C" >&6
9869else 9323else
9870 cat >conftest.$ac_ext <<_ACEOF 9324 cat >conftest.$ac_ext <<_ACEOF
9871/* confdefs.h. */ 9325/* confdefs.h. */
9881 ; 9335 ;
9882 return 0; 9336 return 0;
9883} 9337}
9884_ACEOF 9338_ACEOF
9885rm -f conftest.$ac_objext 9339rm -f conftest.$ac_objext
9886if { (ac_try="$ac_compile"
9887case "(($ac_try" in
9888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9889 *) ac_try_echo=$ac_try;;
9890esac
9891eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9892 (eval "$ac_compile") 2>conftest.er1 9341 (eval $ac_compile) 2>conftest.er1
9893 ac_status=$? 9342 ac_status=$?
9894 grep -v '^ *+' conftest.er1 >conftest.err 9343 grep -v '^ *+' conftest.er1 >conftest.err
9895 rm -f conftest.er1 9344 rm -f conftest.er1
9896 cat conftest.err >&5 9345 cat conftest.err >&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } && { 9347 (exit $ac_status); } &&
9899 test -z "$ac_cxx_werror_flag" || 9348 { ac_try='test -z "$ac_cxx_werror_flag"
9900 test ! -s conftest.err 9349 || test ! -s conftest.err'
9901 } && test -s conftest.$ac_objext; then 9350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9351 (eval $ac_try) 2>&5
9352 ac_status=$?
9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 (exit $ac_status); }; } &&
9355 { ac_try='test -s conftest.$ac_objext'
9356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9357 (eval $ac_try) 2>&5
9358 ac_status=$?
9359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9360 (exit $ac_status); }; }; then
9902 rxvt_cv_int16_t=yes 9361 rxvt_cv_int16_t=yes
9903else 9362else
9904 echo "$as_me: failed program was:" >&5 9363 echo "$as_me: failed program was:" >&5
9905sed 's/^/| /' conftest.$ac_ext >&5 9364sed 's/^/| /' conftest.$ac_ext >&5
9906 9365
9907 if test "$ac_cv_sizeof_char" -ge 2; then 9366if test "$ac_cv_sizeof_char" -ge 2; then
9908 rxvt_cv_int16_t=" char" 9367 rxvt_cv_int16_t=" char"
9909else 9368else
9910 if test "$ac_cv_sizeof_short" -ge 2; then 9369 if test "$ac_cv_sizeof_short" -ge 2; then
9911 rxvt_cv_int16_t=" short" 9370 rxvt_cv_int16_t=" short"
9912 else 9371 else
9924 fi 9383 fi
9925 fi 9384 fi
9926 fi 9385 fi
9927fi 9386fi
9928fi 9387fi
9929
9930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9931fi 9389fi
9932{ echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5 9390echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9933echo "${ECHO_T}$rxvt_cv_int16_t" >&6; } 9391echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9934if test x"$rxvt_cv_int16_t" != xyes; then 9392if test x"$rxvt_cv_int16_t" != xyes; then
9935 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 9393 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9936else 9394else
9937 if test x"" = x; then 9395 if test x"" = x; then
9938 rxvt_int16_typedef="/* typedef short int16_t; */" 9396 rxvt_int16_typedef="/* typedef short int16_t; */"
9939 else 9397 else
9940 rxvt_int16_typedef="/* typedef short int16_t; */" 9398 rxvt_int16_typedef="/* typedef short int16_t; */"
9941 fi 9399 fi
9942fi 9400fi
9943 9401
9944{ echo "$as_me:$LINENO: checking for uint16_t" >&5 9402echo "$as_me:$LINENO: checking for uint16_t" >&5
9945echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } 9403echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9946if test "${rxvt_cv_uint16_t+set}" = set; then 9404if test "${rxvt_cv_uint16_t+set}" = set; then
9947 echo $ECHO_N "(cached) $ECHO_C" >&6 9405 echo $ECHO_N "(cached) $ECHO_C" >&6
9948else 9406else
9949 cat >conftest.$ac_ext <<_ACEOF 9407 cat >conftest.$ac_ext <<_ACEOF
9950/* confdefs.h. */ 9408/* confdefs.h. */
9960 ; 9418 ;
9961 return 0; 9419 return 0;
9962} 9420}
9963_ACEOF 9421_ACEOF
9964rm -f conftest.$ac_objext 9422rm -f conftest.$ac_objext
9965if { (ac_try="$ac_compile"
9966case "(($ac_try" in
9967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9968 *) ac_try_echo=$ac_try;;
9969esac
9970eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9971 (eval "$ac_compile") 2>conftest.er1 9424 (eval $ac_compile) 2>conftest.er1
9972 ac_status=$? 9425 ac_status=$?
9973 grep -v '^ *+' conftest.er1 >conftest.err 9426 grep -v '^ *+' conftest.er1 >conftest.err
9974 rm -f conftest.er1 9427 rm -f conftest.er1
9975 cat conftest.err >&5 9428 cat conftest.err >&5
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); } && { 9430 (exit $ac_status); } &&
9978 test -z "$ac_cxx_werror_flag" || 9431 { ac_try='test -z "$ac_cxx_werror_flag"
9979 test ! -s conftest.err 9432 || test ! -s conftest.err'
9980 } && test -s conftest.$ac_objext; then 9433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9434 (eval $ac_try) 2>&5
9435 ac_status=$?
9436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9437 (exit $ac_status); }; } &&
9438 { ac_try='test -s conftest.$ac_objext'
9439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9440 (eval $ac_try) 2>&5
9441 ac_status=$?
9442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9443 (exit $ac_status); }; }; then
9981 rxvt_cv_uint16_t=yes 9444 rxvt_cv_uint16_t=yes
9982else 9445else
9983 echo "$as_me: failed program was:" >&5 9446 echo "$as_me: failed program was:" >&5
9984sed 's/^/| /' conftest.$ac_ext >&5 9447sed 's/^/| /' conftest.$ac_ext >&5
9985 9448
9986 if test "$ac_cv_sizeof_char" -ge 2; then 9449if test "$ac_cv_sizeof_char" -ge 2; then
9987 rxvt_cv_uint16_t="unsigned char" 9450 rxvt_cv_uint16_t="unsigned char"
9988else 9451else
9989 if test "$ac_cv_sizeof_short" -ge 2; then 9452 if test "$ac_cv_sizeof_short" -ge 2; then
9990 rxvt_cv_uint16_t="unsigned short" 9453 rxvt_cv_uint16_t="unsigned short"
9991 else 9454 else
10003 fi 9466 fi
10004 fi 9467 fi
10005 fi 9468 fi
10006fi 9469fi
10007fi 9470fi
10008
10009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9471rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10010fi 9472fi
10011{ echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5 9473echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
10012echo "${ECHO_T}$rxvt_cv_uint16_t" >&6; } 9474echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
10013if test x"$rxvt_cv_uint16_t" != xyes; then 9475if test x"$rxvt_cv_uint16_t" != xyes; then
10014 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 9476 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
10015else 9477else
10016 if test x"unsigned" = x; then 9478 if test x"unsigned" = x; then
10017 rxvt_uint16_typedef="/* typedef short uint16_t; */" 9479 rxvt_uint16_typedef="/* typedef short uint16_t; */"
10018 else 9480 else
10019 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 9481 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
10020 fi 9482 fi
10021fi 9483fi
10022 9484
10023{ echo "$as_me:$LINENO: checking for int32_t" >&5 9485echo "$as_me:$LINENO: checking for int32_t" >&5
10024echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } 9486echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
10025if test "${rxvt_cv_int32_t+set}" = set; then 9487if test "${rxvt_cv_int32_t+set}" = set; then
10026 echo $ECHO_N "(cached) $ECHO_C" >&6 9488 echo $ECHO_N "(cached) $ECHO_C" >&6
10027else 9489else
10028 cat >conftest.$ac_ext <<_ACEOF 9490 cat >conftest.$ac_ext <<_ACEOF
10029/* confdefs.h. */ 9491/* confdefs.h. */
10039 ; 9501 ;
10040 return 0; 9502 return 0;
10041} 9503}
10042_ACEOF 9504_ACEOF
10043rm -f conftest.$ac_objext 9505rm -f conftest.$ac_objext
10044if { (ac_try="$ac_compile"
10045case "(($ac_try" in
10046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10047 *) ac_try_echo=$ac_try;;
10048esac
10049eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9506if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10050 (eval "$ac_compile") 2>conftest.er1 9507 (eval $ac_compile) 2>conftest.er1
10051 ac_status=$? 9508 ac_status=$?
10052 grep -v '^ *+' conftest.er1 >conftest.err 9509 grep -v '^ *+' conftest.er1 >conftest.err
10053 rm -f conftest.er1 9510 rm -f conftest.er1
10054 cat conftest.err >&5 9511 cat conftest.err >&5
10055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10056 (exit $ac_status); } && { 9513 (exit $ac_status); } &&
10057 test -z "$ac_cxx_werror_flag" || 9514 { ac_try='test -z "$ac_cxx_werror_flag"
10058 test ! -s conftest.err 9515 || test ! -s conftest.err'
10059 } && test -s conftest.$ac_objext; then 9516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9517 (eval $ac_try) 2>&5
9518 ac_status=$?
9519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9520 (exit $ac_status); }; } &&
9521 { ac_try='test -s conftest.$ac_objext'
9522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9523 (eval $ac_try) 2>&5
9524 ac_status=$?
9525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9526 (exit $ac_status); }; }; then
10060 rxvt_cv_int32_t=yes 9527 rxvt_cv_int32_t=yes
10061else 9528else
10062 echo "$as_me: failed program was:" >&5 9529 echo "$as_me: failed program was:" >&5
10063sed 's/^/| /' conftest.$ac_ext >&5 9530sed 's/^/| /' conftest.$ac_ext >&5
10064 9531
10065 if test "$ac_cv_sizeof_char" -ge 4; then 9532if test "$ac_cv_sizeof_char" -ge 4; then
10066 rxvt_cv_int32_t=" char" 9533 rxvt_cv_int32_t=" char"
10067else 9534else
10068 if test "$ac_cv_sizeof_short" -ge 4; then 9535 if test "$ac_cv_sizeof_short" -ge 4; then
10069 rxvt_cv_int32_t=" short" 9536 rxvt_cv_int32_t=" short"
10070 else 9537 else
10082 fi 9549 fi
10083 fi 9550 fi
10084 fi 9551 fi
10085fi 9552fi
10086fi 9553fi
10087
10088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9554rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10089fi 9555fi
10090{ echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5 9556echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
10091echo "${ECHO_T}$rxvt_cv_int32_t" >&6; } 9557echo "${ECHO_T}$rxvt_cv_int32_t" >&6
10092if test x"$rxvt_cv_int32_t" != xyes; then 9558if test x"$rxvt_cv_int32_t" != xyes; then
10093 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 9559 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
10094else 9560else
10095 if test x"" = x; then 9561 if test x"" = x; then
10096 rxvt_int32_typedef="/* typedef int int32_t; */" 9562 rxvt_int32_typedef="/* typedef int int32_t; */"
10097 else 9563 else
10098 rxvt_int32_typedef="/* typedef int int32_t; */" 9564 rxvt_int32_typedef="/* typedef int int32_t; */"
10099 fi 9565 fi
10100fi 9566fi
10101 9567
10102{ echo "$as_me:$LINENO: checking for uint32_t" >&5 9568echo "$as_me:$LINENO: checking for uint32_t" >&5
10103echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } 9569echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
10104if test "${rxvt_cv_uint32_t+set}" = set; then 9570if test "${rxvt_cv_uint32_t+set}" = set; then
10105 echo $ECHO_N "(cached) $ECHO_C" >&6 9571 echo $ECHO_N "(cached) $ECHO_C" >&6
10106else 9572else
10107 cat >conftest.$ac_ext <<_ACEOF 9573 cat >conftest.$ac_ext <<_ACEOF
10108/* confdefs.h. */ 9574/* confdefs.h. */
10118 ; 9584 ;
10119 return 0; 9585 return 0;
10120} 9586}
10121_ACEOF 9587_ACEOF
10122rm -f conftest.$ac_objext 9588rm -f conftest.$ac_objext
10123if { (ac_try="$ac_compile"
10124case "(($ac_try" in
10125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10126 *) ac_try_echo=$ac_try;;
10127esac
10128eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10129 (eval "$ac_compile") 2>conftest.er1 9590 (eval $ac_compile) 2>conftest.er1
10130 ac_status=$? 9591 ac_status=$?
10131 grep -v '^ *+' conftest.er1 >conftest.err 9592 grep -v '^ *+' conftest.er1 >conftest.err
10132 rm -f conftest.er1 9593 rm -f conftest.er1
10133 cat conftest.err >&5 9594 cat conftest.err >&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); } && { 9596 (exit $ac_status); } &&
10136 test -z "$ac_cxx_werror_flag" || 9597 { ac_try='test -z "$ac_cxx_werror_flag"
10137 test ! -s conftest.err 9598 || test ! -s conftest.err'
10138 } && test -s conftest.$ac_objext; then 9599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9600 (eval $ac_try) 2>&5
9601 ac_status=$?
9602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9603 (exit $ac_status); }; } &&
9604 { ac_try='test -s conftest.$ac_objext'
9605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9606 (eval $ac_try) 2>&5
9607 ac_status=$?
9608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9609 (exit $ac_status); }; }; then
10139 rxvt_cv_uint32_t=yes 9610 rxvt_cv_uint32_t=yes
10140else 9611else
10141 echo "$as_me: failed program was:" >&5 9612 echo "$as_me: failed program was:" >&5
10142sed 's/^/| /' conftest.$ac_ext >&5 9613sed 's/^/| /' conftest.$ac_ext >&5
10143 9614
10144 if test "$ac_cv_sizeof_char" -ge 4; then 9615if test "$ac_cv_sizeof_char" -ge 4; then
10145 rxvt_cv_uint32_t="unsigned char" 9616 rxvt_cv_uint32_t="unsigned char"
10146else 9617else
10147 if test "$ac_cv_sizeof_short" -ge 4; then 9618 if test "$ac_cv_sizeof_short" -ge 4; then
10148 rxvt_cv_uint32_t="unsigned short" 9619 rxvt_cv_uint32_t="unsigned short"
10149 else 9620 else
10161 fi 9632 fi
10162 fi 9633 fi
10163 fi 9634 fi
10164fi 9635fi
10165fi 9636fi
10166
10167rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9637rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10168fi 9638fi
10169{ echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5 9639echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10170echo "${ECHO_T}$rxvt_cv_uint32_t" >&6; } 9640echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10171if test x"$rxvt_cv_uint32_t" != xyes; then 9641if test x"$rxvt_cv_uint32_t" != xyes; then
10172 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 9642 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10173else 9643else
10174 if test x"unsigned" = x; then 9644 if test x"unsigned" = x; then
10175 rxvt_uint32_typedef="/* typedef int uint32_t; */" 9645 rxvt_uint32_typedef="/* typedef int uint32_t; */"
10196 fi 9666 fi
10197fi 9667fi
10198 9668
10199 9669
10200 9670
10201{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 9671echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10202echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 9672echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10203if test "${ac_cv_type_signal+set}" = set; then 9673if test "${ac_cv_type_signal+set}" = set; then
10204 echo $ECHO_N "(cached) $ECHO_C" >&6 9674 echo $ECHO_N "(cached) $ECHO_C" >&6
10205else 9675else
10206 cat >conftest.$ac_ext <<_ACEOF 9676 cat >conftest.$ac_ext <<_ACEOF
10207/* confdefs.h. */ 9677/* confdefs.h. */
10209cat confdefs.h >>conftest.$ac_ext 9679cat confdefs.h >>conftest.$ac_ext
10210cat >>conftest.$ac_ext <<_ACEOF 9680cat >>conftest.$ac_ext <<_ACEOF
10211/* end confdefs.h. */ 9681/* end confdefs.h. */
10212#include <sys/types.h> 9682#include <sys/types.h>
10213#include <signal.h> 9683#include <signal.h>
9684#ifdef signal
9685# undef signal
9686#endif
9687#ifdef __cplusplus
9688extern "C" void (*signal (int, void (*)(int)))(int);
9689#else
9690void (*signal ()) ();
9691#endif
10214 9692
10215int 9693int
10216main () 9694main ()
10217{ 9695{
10218return *(signal (0, 0)) (0) == 1; 9696int i;
10219 ; 9697 ;
10220 return 0; 9698 return 0;
10221} 9699}
10222_ACEOF 9700_ACEOF
10223rm -f conftest.$ac_objext 9701rm -f conftest.$ac_objext
10224if { (ac_try="$ac_compile"
10225case "(($ac_try" in
10226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10227 *) ac_try_echo=$ac_try;;
10228esac
10229eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9702if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10230 (eval "$ac_compile") 2>conftest.er1 9703 (eval $ac_compile) 2>conftest.er1
10231 ac_status=$? 9704 ac_status=$?
10232 grep -v '^ *+' conftest.er1 >conftest.err 9705 grep -v '^ *+' conftest.er1 >conftest.err
10233 rm -f conftest.er1 9706 rm -f conftest.er1
10234 cat conftest.err >&5 9707 cat conftest.err >&5
10235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10236 (exit $ac_status); } && { 9709 (exit $ac_status); } &&
10237 test -z "$ac_cxx_werror_flag" || 9710 { ac_try='test -z "$ac_cxx_werror_flag"
10238 test ! -s conftest.err 9711 || test ! -s conftest.err'
10239 } && test -s conftest.$ac_objext; then 9712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9713 (eval $ac_try) 2>&5
9714 ac_status=$?
9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 (exit $ac_status); }; } &&
9717 { ac_try='test -s conftest.$ac_objext'
9718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9719 (eval $ac_try) 2>&5
9720 ac_status=$?
9721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9722 (exit $ac_status); }; }; then
10240 ac_cv_type_signal=int 9723 ac_cv_type_signal=void
10241else 9724else
10242 echo "$as_me: failed program was:" >&5 9725 echo "$as_me: failed program was:" >&5
10243sed 's/^/| /' conftest.$ac_ext >&5 9726sed 's/^/| /' conftest.$ac_ext >&5
10244 9727
10245 ac_cv_type_signal=void 9728ac_cv_type_signal=int
10246fi 9729fi
10247
10248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9730rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10249fi 9731fi
10250{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 9732echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10251echo "${ECHO_T}$ac_cv_type_signal" >&6; } 9733echo "${ECHO_T}$ac_cv_type_signal" >&6
10252 9734
10253cat >>confdefs.h <<_ACEOF 9735cat >>confdefs.h <<_ACEOF
10254#define RETSIGTYPE $ac_cv_type_signal 9736#define RETSIGTYPE $ac_cv_type_signal
10255_ACEOF 9737_ACEOF
10256 9738
10264 setutent \ 9746 setutent \
10265 on_exit \ 9747 on_exit \
10266 9748
10267do 9749do
10268as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9750as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10269{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9751echo "$as_me:$LINENO: checking for $ac_func" >&5
10270echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9752echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10271if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9753if eval "test \"\${$as_ac_var+set}\" = set"; then
10272 echo $ECHO_N "(cached) $ECHO_C" >&6 9754 echo $ECHO_N "(cached) $ECHO_C" >&6
10273else 9755else
10274 cat >conftest.$ac_ext <<_ACEOF 9756 cat >conftest.$ac_ext <<_ACEOF
10275/* confdefs.h. */ 9757/* confdefs.h. */
10276_ACEOF 9758_ACEOF
10292# include <assert.h> 9774# include <assert.h>
10293#endif 9775#endif
10294 9776
10295#undef $ac_func 9777#undef $ac_func
10296 9778
10297/* Override any GCC internal prototype to avoid an error. 9779/* Override any gcc2 internal prototype to avoid an error. */
10298 Use char because int might match the return type of a GCC
10299 builtin and then its argument prototype would still apply. */
10300#ifdef __cplusplus 9780#ifdef __cplusplus
10301extern "C" 9781extern "C"
9782{
10302#endif 9783#endif
9784/* We use char because int might match the return type of a gcc2
9785 builtin and then its argument prototype would still apply. */
10303char $ac_func (); 9786char $ac_func ();
10304/* The GNU C library defines this for functions which it implements 9787/* The GNU C library defines this for functions which it implements
10305 to always fail with ENOSYS. Some functions are actually named 9788 to always fail with ENOSYS. Some functions are actually named
10306 something starting with __ and the normal name is an alias. */ 9789 something starting with __ and the normal name is an alias. */
10307#if defined __stub_$ac_func || defined __stub___$ac_func 9790#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10308choke me 9791choke me
9792#else
9793char (*f) () = $ac_func;
9794#endif
9795#ifdef __cplusplus
9796}
10309#endif 9797#endif
10310 9798
10311int 9799int
10312main () 9800main ()
10313{ 9801{
10314return $ac_func (); 9802return f != $ac_func;
10315 ; 9803 ;
10316 return 0; 9804 return 0;
10317} 9805}
10318_ACEOF 9806_ACEOF
10319rm -f conftest.$ac_objext conftest$ac_exeext 9807rm -f conftest.$ac_objext conftest$ac_exeext
10320if { (ac_try="$ac_link"
10321case "(($ac_try" in
10322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10323 *) ac_try_echo=$ac_try;;
10324esac
10325eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9808if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10326 (eval "$ac_link") 2>conftest.er1 9809 (eval $ac_link) 2>conftest.er1
10327 ac_status=$? 9810 ac_status=$?
10328 grep -v '^ *+' conftest.er1 >conftest.err 9811 grep -v '^ *+' conftest.er1 >conftest.err
10329 rm -f conftest.er1 9812 rm -f conftest.er1
10330 cat conftest.err >&5 9813 cat conftest.err >&5
10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10332 (exit $ac_status); } && { 9815 (exit $ac_status); } &&
10333 test -z "$ac_cxx_werror_flag" || 9816 { ac_try='test -z "$ac_cxx_werror_flag"
10334 test ! -s conftest.err 9817 || test ! -s conftest.err'
10335 } && test -s conftest$ac_exeext && 9818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10336 $as_test_x conftest$ac_exeext; then 9819 (eval $ac_try) 2>&5
9820 ac_status=$?
9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822 (exit $ac_status); }; } &&
9823 { ac_try='test -s conftest$ac_exeext'
9824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9825 (eval $ac_try) 2>&5
9826 ac_status=$?
9827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9828 (exit $ac_status); }; }; then
10337 eval "$as_ac_var=yes" 9829 eval "$as_ac_var=yes"
10338else 9830else
10339 echo "$as_me: failed program was:" >&5 9831 echo "$as_me: failed program was:" >&5
10340sed 's/^/| /' conftest.$ac_ext >&5 9832sed 's/^/| /' conftest.$ac_ext >&5
10341 9833
10342 eval "$as_ac_var=no" 9834eval "$as_ac_var=no"
10343fi 9835fi
10344 9836rm -f conftest.err conftest.$ac_objext \
10345rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10346 conftest$ac_exeext conftest.$ac_ext 9837 conftest$ac_exeext conftest.$ac_ext
10347fi 9838fi
10348ac_res=`eval echo '${'$as_ac_var'}'` 9839echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10349 { echo "$as_me:$LINENO: result: $ac_res" >&5 9840echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10350echo "${ECHO_T}$ac_res" >&6; }
10351if test `eval echo '${'$as_ac_var'}'` = yes; then 9841if test `eval echo '${'$as_ac_var'}'` = yes; then
10352 cat >>confdefs.h <<_ACEOF 9842 cat >>confdefs.h <<_ACEOF
10353#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9843#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10354_ACEOF 9844_ACEOF
10355 9845
10360 9850
10361support_utmp=yes 9851support_utmp=yes
10362support_wtmp=yes 9852support_wtmp=yes
10363support_lastlog=yes 9853support_lastlog=yes
10364 9854
10365# Check whether --enable-utmp was given. 9855# Check whether --enable-utmp or --disable-utmp was given.
10366if test "${enable_utmp+set}" = set; then 9856if test "${enable_utmp+set}" = set; then
9857 enableval="$enable_utmp"
10367 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then 9858 if test x$enableval = xyes -o x$enableval = xno; then
10368 support_utmp=$enableval 9859 support_utmp=$enableval
10369 fi 9860 fi
10370fi 9861fi;
10371 9862
10372
10373# Check whether --enable-wtmp was given. 9863# Check whether --enable-wtmp or --disable-wtmp was given.
10374if test "${enable_wtmp+set}" = set; then 9864if test "${enable_wtmp+set}" = set; then
9865 enableval="$enable_wtmp"
10375 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then 9866 if test x$enableval = xyes -o x$enableval = xno; then
10376 support_wtmp=$enableval 9867 support_wtmp=$enableval
10377 fi 9868 fi
10378fi 9869fi;
10379 9870
10380
10381# Check whether --enable-lastlog was given. 9871# Check whether --enable-lastlog or --disable-lastlog was given.
10382if test "${enable_lastlog+set}" = set; then 9872if test "${enable_lastlog+set}" = set; then
9873 enableval="$enable_lastlog"
10383 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then 9874 if test x$enableval = xyes -o x$enableval = xno; then
10384 support_lastlog=$enableval 9875 support_lastlog=$enableval
10385 fi 9876 fi
10386fi 9877fi;
10387
10388 9878
10389if test x$support_utmp = xyes; then 9879if test x$support_utmp = xyes; then
10390 9880
10391cat >>confdefs.h <<\_ACEOF 9881cat >>confdefs.h <<\_ACEOF
10392#define UTMP_SUPPORT 1 9882#define UTMP_SUPPORT 1
10416 updwtmp \ 9906 updwtmp \
10417 updwtmpx \ 9907 updwtmpx \
10418 9908
10419do 9909do
10420as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9910as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10421{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9911echo "$as_me:$LINENO: checking for $ac_func" >&5
10422echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9912echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10423if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9913if eval "test \"\${$as_ac_var+set}\" = set"; then
10424 echo $ECHO_N "(cached) $ECHO_C" >&6 9914 echo $ECHO_N "(cached) $ECHO_C" >&6
10425else 9915else
10426 cat >conftest.$ac_ext <<_ACEOF 9916 cat >conftest.$ac_ext <<_ACEOF
10427/* confdefs.h. */ 9917/* confdefs.h. */
10428_ACEOF 9918_ACEOF
10444# include <assert.h> 9934# include <assert.h>
10445#endif 9935#endif
10446 9936
10447#undef $ac_func 9937#undef $ac_func
10448 9938
10449/* Override any GCC internal prototype to avoid an error. 9939/* Override any gcc2 internal prototype to avoid an error. */
10450 Use char because int might match the return type of a GCC
10451 builtin and then its argument prototype would still apply. */
10452#ifdef __cplusplus 9940#ifdef __cplusplus
10453extern "C" 9941extern "C"
9942{
10454#endif 9943#endif
9944/* We use char because int might match the return type of a gcc2
9945 builtin and then its argument prototype would still apply. */
10455char $ac_func (); 9946char $ac_func ();
10456/* The GNU C library defines this for functions which it implements 9947/* The GNU C library defines this for functions which it implements
10457 to always fail with ENOSYS. Some functions are actually named 9948 to always fail with ENOSYS. Some functions are actually named
10458 something starting with __ and the normal name is an alias. */ 9949 something starting with __ and the normal name is an alias. */
10459#if defined __stub_$ac_func || defined __stub___$ac_func 9950#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10460choke me 9951choke me
9952#else
9953char (*f) () = $ac_func;
9954#endif
9955#ifdef __cplusplus
9956}
10461#endif 9957#endif
10462 9958
10463int 9959int
10464main () 9960main ()
10465{ 9961{
10466return $ac_func (); 9962return f != $ac_func;
10467 ; 9963 ;
10468 return 0; 9964 return 0;
10469} 9965}
10470_ACEOF 9966_ACEOF
10471rm -f conftest.$ac_objext conftest$ac_exeext 9967rm -f conftest.$ac_objext conftest$ac_exeext
10472if { (ac_try="$ac_link"
10473case "(($ac_try" in
10474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10476esac
10477eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9968if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10478 (eval "$ac_link") 2>conftest.er1 9969 (eval $ac_link) 2>conftest.er1
10479 ac_status=$? 9970 ac_status=$?
10480 grep -v '^ *+' conftest.er1 >conftest.err 9971 grep -v '^ *+' conftest.er1 >conftest.err
10481 rm -f conftest.er1 9972 rm -f conftest.er1
10482 cat conftest.err >&5 9973 cat conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && { 9975 (exit $ac_status); } &&
10485 test -z "$ac_cxx_werror_flag" || 9976 { ac_try='test -z "$ac_cxx_werror_flag"
10486 test ! -s conftest.err 9977 || test ! -s conftest.err'
10487 } && test -s conftest$ac_exeext && 9978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10488 $as_test_x conftest$ac_exeext; then 9979 (eval $ac_try) 2>&5
9980 ac_status=$?
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 (exit $ac_status); }; } &&
9983 { ac_try='test -s conftest$ac_exeext'
9984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9985 (eval $ac_try) 2>&5
9986 ac_status=$?
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); }; }; then
10489 eval "$as_ac_var=yes" 9989 eval "$as_ac_var=yes"
10490else 9990else
10491 echo "$as_me: failed program was:" >&5 9991 echo "$as_me: failed program was:" >&5
10492sed 's/^/| /' conftest.$ac_ext >&5 9992sed 's/^/| /' conftest.$ac_ext >&5
10493 9993
10494 eval "$as_ac_var=no" 9994eval "$as_ac_var=no"
10495fi 9995fi
10496 9996rm -f conftest.err conftest.$ac_objext \
10497rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext 9997 conftest$ac_exeext conftest.$ac_ext
10499fi 9998fi
10500ac_res=`eval echo '${'$as_ac_var'}'` 9999echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10501 { echo "$as_me:$LINENO: result: $ac_res" >&5 10000echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10502echo "${ECHO_T}$ac_res" >&6; }
10503if test `eval echo '${'$as_ac_var'}'` = yes; then 10001if test `eval echo '${'$as_ac_var'}'` = yes; then
10504 cat >>confdefs.h <<_ACEOF 10002 cat >>confdefs.h <<_ACEOF
10505#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10003#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10506_ACEOF 10004_ACEOF
10507 10005
10517 utmpx.h \ 10015 utmpx.h \
10518 lastlog.h \ 10016 lastlog.h \
10519 10017
10520do 10018do
10521as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10019as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10522if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10020if eval "test \"\${$as_ac_Header+set}\" = set"; then
10523 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10021 echo "$as_me:$LINENO: checking for $ac_header" >&5
10524echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10022echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10525if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10023if eval "test \"\${$as_ac_Header+set}\" = set"; then
10526 echo $ECHO_N "(cached) $ECHO_C" >&6 10024 echo $ECHO_N "(cached) $ECHO_C" >&6
10527fi 10025fi
10528ac_res=`eval echo '${'$as_ac_Header'}'` 10026echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10529 { echo "$as_me:$LINENO: result: $ac_res" >&5 10027echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10530echo "${ECHO_T}$ac_res" >&6; }
10531else 10028else
10532 # Is the header compilable? 10029 # Is the header compilable?
10533{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 10030echo "$as_me:$LINENO: checking $ac_header usability" >&5
10534echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 10031echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10535cat >conftest.$ac_ext <<_ACEOF 10032cat >conftest.$ac_ext <<_ACEOF
10536/* confdefs.h. */ 10033/* confdefs.h. */
10537_ACEOF 10034_ACEOF
10538cat confdefs.h >>conftest.$ac_ext 10035cat confdefs.h >>conftest.$ac_ext
10539cat >>conftest.$ac_ext <<_ACEOF 10036cat >>conftest.$ac_ext <<_ACEOF
10540/* end confdefs.h. */ 10037/* end confdefs.h. */
10541$ac_includes_default 10038$ac_includes_default
10542#include <$ac_header> 10039#include <$ac_header>
10543_ACEOF 10040_ACEOF
10544rm -f conftest.$ac_objext 10041rm -f conftest.$ac_objext
10545if { (ac_try="$ac_compile"
10546case "(($ac_try" in
10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10549esac
10550eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1 10043 (eval $ac_compile) 2>conftest.er1
10552 ac_status=$? 10044 ac_status=$?
10553 grep -v '^ *+' conftest.er1 >conftest.err 10045 grep -v '^ *+' conftest.er1 >conftest.err
10554 rm -f conftest.er1 10046 rm -f conftest.er1
10555 cat conftest.err >&5 10047 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && { 10049 (exit $ac_status); } &&
10558 test -z "$ac_cxx_werror_flag" || 10050 { ac_try='test -z "$ac_cxx_werror_flag"
10559 test ! -s conftest.err 10051 || test ! -s conftest.err'
10560 } && test -s conftest.$ac_objext; then 10052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10053 (eval $ac_try) 2>&5
10054 ac_status=$?
10055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10056 (exit $ac_status); }; } &&
10057 { ac_try='test -s conftest.$ac_objext'
10058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10059 (eval $ac_try) 2>&5
10060 ac_status=$?
10061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062 (exit $ac_status); }; }; then
10561 ac_header_compiler=yes 10063 ac_header_compiler=yes
10562else 10064else
10563 echo "$as_me: failed program was:" >&5 10065 echo "$as_me: failed program was:" >&5
10564sed 's/^/| /' conftest.$ac_ext >&5 10066sed 's/^/| /' conftest.$ac_ext >&5
10565 10067
10566 ac_header_compiler=no 10068ac_header_compiler=no
10567fi 10069fi
10568
10569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10570{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10071echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10571echo "${ECHO_T}$ac_header_compiler" >&6; } 10072echo "${ECHO_T}$ac_header_compiler" >&6
10572 10073
10573# Is the header present? 10074# Is the header present?
10574{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 10075echo "$as_me:$LINENO: checking $ac_header presence" >&5
10575echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 10076echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10576cat >conftest.$ac_ext <<_ACEOF 10077cat >conftest.$ac_ext <<_ACEOF
10577/* confdefs.h. */ 10078/* confdefs.h. */
10578_ACEOF 10079_ACEOF
10579cat confdefs.h >>conftest.$ac_ext 10080cat confdefs.h >>conftest.$ac_ext
10580cat >>conftest.$ac_ext <<_ACEOF 10081cat >>conftest.$ac_ext <<_ACEOF
10581/* end confdefs.h. */ 10082/* end confdefs.h. */
10582#include <$ac_header> 10083#include <$ac_header>
10583_ACEOF 10084_ACEOF
10584if { (ac_try="$ac_cpp conftest.$ac_ext" 10085if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10585case "(($ac_try" in
10586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10587 *) ac_try_echo=$ac_try;;
10588esac
10589eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10590 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10086 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10591 ac_status=$? 10087 ac_status=$?
10592 grep -v '^ *+' conftest.er1 >conftest.err 10088 grep -v '^ *+' conftest.er1 >conftest.err
10593 rm -f conftest.er1 10089 rm -f conftest.er1
10594 cat conftest.err >&5 10090 cat conftest.err >&5
10595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10596 (exit $ac_status); } >/dev/null && { 10092 (exit $ac_status); } >/dev/null; then
10597 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10598 test ! -s conftest.err 10093 if test -s conftest.err; then
10599 }; then 10094 ac_cpp_err=$ac_cxx_preproc_warn_flag
10095 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10096 else
10097 ac_cpp_err=
10098 fi
10099else
10100 ac_cpp_err=yes
10101fi
10102if test -z "$ac_cpp_err"; then
10600 ac_header_preproc=yes 10103 ac_header_preproc=yes
10601else 10104else
10602 echo "$as_me: failed program was:" >&5 10105 echo "$as_me: failed program was:" >&5
10603sed 's/^/| /' conftest.$ac_ext >&5 10106sed 's/^/| /' conftest.$ac_ext >&5
10604 10107
10605 ac_header_preproc=no 10108 ac_header_preproc=no
10606fi 10109fi
10607
10608rm -f conftest.err conftest.$ac_ext 10110rm -f conftest.err conftest.$ac_ext
10609{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10111echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10610echo "${ECHO_T}$ac_header_preproc" >&6; } 10112echo "${ECHO_T}$ac_header_preproc" >&6
10611 10113
10612# So? What about this header? 10114# So? What about this header?
10613case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10115case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10614 yes:no: ) 10116 yes:no: )
10615 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10629echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10131echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10631echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10632 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10134 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10633echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10135echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10634 10136 (
10137 cat <<\_ASBOX
10138## ------------------------------------------ ##
10139## Report this to the AC_PACKAGE_NAME lists. ##
10140## ------------------------------------------ ##
10141_ASBOX
10142 ) |
10143 sed "s/^/$as_me: WARNING: /" >&2
10635 ;; 10144 ;;
10636esac 10145esac
10637{ echo "$as_me:$LINENO: checking for $ac_header" >&5 10146echo "$as_me:$LINENO: checking for $ac_header" >&5
10638echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10147echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10639if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10148if eval "test \"\${$as_ac_Header+set}\" = set"; then
10640 echo $ECHO_N "(cached) $ECHO_C" >&6 10149 echo $ECHO_N "(cached) $ECHO_C" >&6
10641else 10150else
10642 eval "$as_ac_Header=\$ac_header_preproc" 10151 eval "$as_ac_Header=\$ac_header_preproc"
10643fi 10152fi
10644ac_res=`eval echo '${'$as_ac_Header'}'` 10153echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10645 { echo "$as_me:$LINENO: result: $ac_res" >&5 10154echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10646echo "${ECHO_T}$ac_res" >&6; }
10647 10155
10648fi 10156fi
10649if test `eval echo '${'$as_ac_Header'}'` = yes; then 10157if test `eval echo '${'$as_ac_Header'}'` = yes; then
10650 cat >>confdefs.h <<_ACEOF 10158 cat >>confdefs.h <<_ACEOF
10651#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 10159#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10656done 10164done
10657 10165
10658 10166
10659 10167
10660if test "${ac_cv_header_utmp_h+set}" = set; then 10168if test "${ac_cv_header_utmp_h+set}" = set; then
10661 { echo "$as_me:$LINENO: checking for utmp.h" >&5 10169 echo "$as_me:$LINENO: checking for utmp.h" >&5
10662echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10170echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10663if test "${ac_cv_header_utmp_h+set}" = set; then 10171if test "${ac_cv_header_utmp_h+set}" = set; then
10664 echo $ECHO_N "(cached) $ECHO_C" >&6 10172 echo $ECHO_N "(cached) $ECHO_C" >&6
10665fi 10173fi
10666{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10174echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10667echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10175echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10668else 10176else
10669 # Is the header compilable? 10177 # Is the header compilable?
10670{ echo "$as_me:$LINENO: checking utmp.h usability" >&5 10178echo "$as_me:$LINENO: checking utmp.h usability" >&5
10671echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; } 10179echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10672cat >conftest.$ac_ext <<_ACEOF 10180cat >conftest.$ac_ext <<_ACEOF
10673/* confdefs.h. */ 10181/* confdefs.h. */
10674_ACEOF 10182_ACEOF
10675cat confdefs.h >>conftest.$ac_ext 10183cat confdefs.h >>conftest.$ac_ext
10676cat >>conftest.$ac_ext <<_ACEOF 10184cat >>conftest.$ac_ext <<_ACEOF
10677/* end confdefs.h. */ 10185/* end confdefs.h. */
10678$ac_includes_default 10186$ac_includes_default
10679#include <utmp.h> 10187#include <utmp.h>
10680_ACEOF 10188_ACEOF
10681rm -f conftest.$ac_objext 10189rm -f conftest.$ac_objext
10682if { (ac_try="$ac_compile"
10683case "(($ac_try" in
10684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10685 *) ac_try_echo=$ac_try;;
10686esac
10687eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10190if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10688 (eval "$ac_compile") 2>conftest.er1 10191 (eval $ac_compile) 2>conftest.er1
10689 ac_status=$? 10192 ac_status=$?
10690 grep -v '^ *+' conftest.er1 >conftest.err 10193 grep -v '^ *+' conftest.er1 >conftest.err
10691 rm -f conftest.er1 10194 rm -f conftest.er1
10692 cat conftest.err >&5 10195 cat conftest.err >&5
10693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694 (exit $ac_status); } && { 10197 (exit $ac_status); } &&
10695 test -z "$ac_cxx_werror_flag" || 10198 { ac_try='test -z "$ac_cxx_werror_flag"
10696 test ! -s conftest.err 10199 || test ! -s conftest.err'
10697 } && test -s conftest.$ac_objext; then 10200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10201 (eval $ac_try) 2>&5
10202 ac_status=$?
10203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); }; } &&
10205 { ac_try='test -s conftest.$ac_objext'
10206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10207 (eval $ac_try) 2>&5
10208 ac_status=$?
10209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10210 (exit $ac_status); }; }; then
10698 ac_header_compiler=yes 10211 ac_header_compiler=yes
10699else 10212else
10700 echo "$as_me: failed program was:" >&5 10213 echo "$as_me: failed program was:" >&5
10701sed 's/^/| /' conftest.$ac_ext >&5 10214sed 's/^/| /' conftest.$ac_ext >&5
10702 10215
10703 ac_header_compiler=no 10216ac_header_compiler=no
10704fi 10217fi
10705
10706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10218rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10707{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10219echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10708echo "${ECHO_T}$ac_header_compiler" >&6; } 10220echo "${ECHO_T}$ac_header_compiler" >&6
10709 10221
10710# Is the header present? 10222# Is the header present?
10711{ echo "$as_me:$LINENO: checking utmp.h presence" >&5 10223echo "$as_me:$LINENO: checking utmp.h presence" >&5
10712echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; } 10224echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10713cat >conftest.$ac_ext <<_ACEOF 10225cat >conftest.$ac_ext <<_ACEOF
10714/* confdefs.h. */ 10226/* confdefs.h. */
10715_ACEOF 10227_ACEOF
10716cat confdefs.h >>conftest.$ac_ext 10228cat confdefs.h >>conftest.$ac_ext
10717cat >>conftest.$ac_ext <<_ACEOF 10229cat >>conftest.$ac_ext <<_ACEOF
10718/* end confdefs.h. */ 10230/* end confdefs.h. */
10719#include <utmp.h> 10231#include <utmp.h>
10720_ACEOF 10232_ACEOF
10721if { (ac_try="$ac_cpp conftest.$ac_ext" 10233if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10722case "(($ac_try" in
10723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10724 *) ac_try_echo=$ac_try;;
10725esac
10726eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10727 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10234 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10728 ac_status=$? 10235 ac_status=$?
10729 grep -v '^ *+' conftest.er1 >conftest.err 10236 grep -v '^ *+' conftest.er1 >conftest.err
10730 rm -f conftest.er1 10237 rm -f conftest.er1
10731 cat conftest.err >&5 10238 cat conftest.err >&5
10732 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10733 (exit $ac_status); } >/dev/null && { 10240 (exit $ac_status); } >/dev/null; then
10734 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10735 test ! -s conftest.err 10241 if test -s conftest.err; then
10736 }; then 10242 ac_cpp_err=$ac_cxx_preproc_warn_flag
10243 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10244 else
10245 ac_cpp_err=
10246 fi
10247else
10248 ac_cpp_err=yes
10249fi
10250if test -z "$ac_cpp_err"; then
10737 ac_header_preproc=yes 10251 ac_header_preproc=yes
10738else 10252else
10739 echo "$as_me: failed program was:" >&5 10253 echo "$as_me: failed program was:" >&5
10740sed 's/^/| /' conftest.$ac_ext >&5 10254sed 's/^/| /' conftest.$ac_ext >&5
10741 10255
10742 ac_header_preproc=no 10256 ac_header_preproc=no
10743fi 10257fi
10744
10745rm -f conftest.err conftest.$ac_ext 10258rm -f conftest.err conftest.$ac_ext
10746{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10259echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10747echo "${ECHO_T}$ac_header_preproc" >&6; } 10260echo "${ECHO_T}$ac_header_preproc" >&6
10748 10261
10749# So? What about this header? 10262# So? What about this header?
10750case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10263case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10751 yes:no: ) 10264 yes:no: )
10752 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 10265 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10766echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 10279echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10767 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5 10280 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10768echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;} 10281echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10769 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5 10282 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10770echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;} 10283echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10771 10284 (
10285 cat <<\_ASBOX
10286## ------------------------------------------ ##
10287## Report this to the AC_PACKAGE_NAME lists. ##
10288## ------------------------------------------ ##
10289_ASBOX
10290 ) |
10291 sed "s/^/$as_me: WARNING: /" >&2
10772 ;; 10292 ;;
10773esac 10293esac
10774{ echo "$as_me:$LINENO: checking for utmp.h" >&5 10294echo "$as_me:$LINENO: checking for utmp.h" >&5
10775echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10295echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10776if test "${ac_cv_header_utmp_h+set}" = set; then 10296if test "${ac_cv_header_utmp_h+set}" = set; then
10777 echo $ECHO_N "(cached) $ECHO_C" >&6 10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10778else 10298else
10779 ac_cv_header_utmp_h=$ac_header_preproc 10299 ac_cv_header_utmp_h=$ac_header_preproc
10780fi 10300fi
10781{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10301echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10782echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10302echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10783 10303
10784fi 10304fi
10785if test $ac_cv_header_utmp_h = yes; then 10305if test $ac_cv_header_utmp_h = yes; then
10786 { echo "$as_me:$LINENO: checking for struct utmp" >&5 10306 echo "$as_me:$LINENO: checking for struct utmp" >&5
10787echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; } 10307echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10788if test "${struct_utmp+set}" = set; then 10308if test "${struct_utmp+set}" = set; then
10789 echo $ECHO_N "(cached) $ECHO_C" >&6 10309 echo $ECHO_N "(cached) $ECHO_C" >&6
10790else 10310else
10791 cat >conftest.$ac_ext <<_ACEOF 10311 cat >conftest.$ac_ext <<_ACEOF
10792/* confdefs.h. */ 10312/* confdefs.h. */
10803 ; 10323 ;
10804 return 0; 10324 return 0;
10805} 10325}
10806_ACEOF 10326_ACEOF
10807rm -f conftest.$ac_objext 10327rm -f conftest.$ac_objext
10808if { (ac_try="$ac_compile"
10809case "(($ac_try" in
10810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10811 *) ac_try_echo=$ac_try;;
10812esac
10813eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10328if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10814 (eval "$ac_compile") 2>conftest.er1 10329 (eval $ac_compile) 2>conftest.er1
10815 ac_status=$? 10330 ac_status=$?
10816 grep -v '^ *+' conftest.er1 >conftest.err 10331 grep -v '^ *+' conftest.er1 >conftest.err
10817 rm -f conftest.er1 10332 rm -f conftest.er1
10818 cat conftest.err >&5 10333 cat conftest.err >&5
10819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10820 (exit $ac_status); } && { 10335 (exit $ac_status); } &&
10821 test -z "$ac_cxx_werror_flag" || 10336 { ac_try='test -z "$ac_cxx_werror_flag"
10822 test ! -s conftest.err 10337 || test ! -s conftest.err'
10823 } && test -s conftest.$ac_objext; then 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); }; } &&
10343 { ac_try='test -s conftest.$ac_objext'
10344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10345 (eval $ac_try) 2>&5
10346 ac_status=$?
10347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10348 (exit $ac_status); }; }; then
10824 struct_utmp=yes 10349 struct_utmp=yes
10825else 10350else
10826 echo "$as_me: failed program was:" >&5 10351 echo "$as_me: failed program was:" >&5
10827sed 's/^/| /' conftest.$ac_ext >&5 10352sed 's/^/| /' conftest.$ac_ext >&5
10828 10353
10829 struct_utmp=no 10354struct_utmp=no
10830fi 10355fi
10831
10832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10356rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10833fi 10357fi
10834{ echo "$as_me:$LINENO: result: $struct_utmp" >&5 10358echo "$as_me:$LINENO: result: $struct_utmp" >&5
10835echo "${ECHO_T}$struct_utmp" >&6; } 10359echo "${ECHO_T}$struct_utmp" >&6
10836if test x$struct_utmp = xyes; then 10360if test x$struct_utmp = xyes; then
10837 10361
10838cat >>confdefs.h <<\_ACEOF 10362cat >>confdefs.h <<\_ACEOF
10839#define HAVE_STRUCT_UTMP 1 10363#define HAVE_STRUCT_UTMP 1
10840_ACEOF 10364_ACEOF
10841 10365
10842fi 10366fi
10843 10367
10844 10368
10845{ echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10369echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10846echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; } 10370echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10847if test "${struct_utmp_host+set}" = set; then 10371if test "${struct_utmp_host+set}" = set; then
10848 echo $ECHO_N "(cached) $ECHO_C" >&6 10372 echo $ECHO_N "(cached) $ECHO_C" >&6
10849else 10373else
10850 cat >conftest.$ac_ext <<_ACEOF 10374 cat >conftest.$ac_ext <<_ACEOF
10851/* confdefs.h. */ 10375/* confdefs.h. */
10862 ; 10386 ;
10863 return 0; 10387 return 0;
10864} 10388}
10865_ACEOF 10389_ACEOF
10866rm -f conftest.$ac_objext 10390rm -f conftest.$ac_objext
10867if { (ac_try="$ac_compile"
10868case "(($ac_try" in
10869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10870 *) ac_try_echo=$ac_try;;
10871esac
10872eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10391if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10873 (eval "$ac_compile") 2>conftest.er1 10392 (eval $ac_compile) 2>conftest.er1
10874 ac_status=$? 10393 ac_status=$?
10875 grep -v '^ *+' conftest.er1 >conftest.err 10394 grep -v '^ *+' conftest.er1 >conftest.err
10876 rm -f conftest.er1 10395 rm -f conftest.er1
10877 cat conftest.err >&5 10396 cat conftest.err >&5
10878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879 (exit $ac_status); } && { 10398 (exit $ac_status); } &&
10880 test -z "$ac_cxx_werror_flag" || 10399 { ac_try='test -z "$ac_cxx_werror_flag"
10881 test ! -s conftest.err 10400 || test ! -s conftest.err'
10882 } && test -s conftest.$ac_objext; then 10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10402 (eval $ac_try) 2>&5
10403 ac_status=$?
10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10405 (exit $ac_status); }; } &&
10406 { ac_try='test -s conftest.$ac_objext'
10407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10408 (eval $ac_try) 2>&5
10409 ac_status=$?
10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); }; }; then
10883 struct_utmp_host=yes 10412 struct_utmp_host=yes
10884else 10413else
10885 echo "$as_me: failed program was:" >&5 10414 echo "$as_me: failed program was:" >&5
10886sed 's/^/| /' conftest.$ac_ext >&5 10415sed 's/^/| /' conftest.$ac_ext >&5
10887 10416
10888 struct_utmp_host=no 10417struct_utmp_host=no
10889fi 10418fi
10890
10891rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10892fi 10420fi
10893{ echo "$as_me:$LINENO: result: $struct_utmp_host" >&5 10421echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10894echo "${ECHO_T}$struct_utmp_host" >&6; } 10422echo "${ECHO_T}$struct_utmp_host" >&6
10895if test x$struct_utmp_host = xyes; then 10423if test x$struct_utmp_host = xyes; then
10896 10424
10897cat >>confdefs.h <<\_ACEOF 10425cat >>confdefs.h <<\_ACEOF
10898#define HAVE_UTMP_HOST 1 10426#define HAVE_UTMP_HOST 1
10899_ACEOF 10427_ACEOF
10900 10428
10901fi 10429fi
10902 10430
10903{ echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10431echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10904echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; } 10432echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10905if test "${struct_utmp_pid+set}" = set; then 10433if test "${struct_utmp_pid+set}" = set; then
10906 echo $ECHO_N "(cached) $ECHO_C" >&6 10434 echo $ECHO_N "(cached) $ECHO_C" >&6
10907else 10435else
10908 cat >conftest.$ac_ext <<_ACEOF 10436 cat >conftest.$ac_ext <<_ACEOF
10909/* confdefs.h. */ 10437/* confdefs.h. */
10920 ; 10448 ;
10921 return 0; 10449 return 0;
10922} 10450}
10923_ACEOF 10451_ACEOF
10924rm -f conftest.$ac_objext 10452rm -f conftest.$ac_objext
10925if { (ac_try="$ac_compile"
10926case "(($ac_try" in
10927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10928 *) ac_try_echo=$ac_try;;
10929esac
10930eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10931 (eval "$ac_compile") 2>conftest.er1 10454 (eval $ac_compile) 2>conftest.er1
10932 ac_status=$? 10455 ac_status=$?
10933 grep -v '^ *+' conftest.er1 >conftest.err 10456 grep -v '^ *+' conftest.er1 >conftest.err
10934 rm -f conftest.er1 10457 rm -f conftest.er1
10935 cat conftest.err >&5 10458 cat conftest.err >&5
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); } && { 10460 (exit $ac_status); } &&
10938 test -z "$ac_cxx_werror_flag" || 10461 { ac_try='test -z "$ac_cxx_werror_flag"
10939 test ! -s conftest.err 10462 || test ! -s conftest.err'
10940 } && test -s conftest.$ac_objext; then 10463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10464 (eval $ac_try) 2>&5
10465 ac_status=$?
10466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10467 (exit $ac_status); }; } &&
10468 { ac_try='test -s conftest.$ac_objext'
10469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10470 (eval $ac_try) 2>&5
10471 ac_status=$?
10472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473 (exit $ac_status); }; }; then
10941 struct_utmp_pid=yes 10474 struct_utmp_pid=yes
10942else 10475else
10943 echo "$as_me: failed program was:" >&5 10476 echo "$as_me: failed program was:" >&5
10944sed 's/^/| /' conftest.$ac_ext >&5 10477sed 's/^/| /' conftest.$ac_ext >&5
10945 10478
10946 struct_utmp_pid=no 10479struct_utmp_pid=no
10947fi 10480fi
10948
10949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10950fi 10482fi
10951{ echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5 10483echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10952echo "${ECHO_T}$struct_utmp_pid" >&6; } 10484echo "${ECHO_T}$struct_utmp_pid" >&6
10953if test x$struct_utmp_pid = xyes; then 10485if test x$struct_utmp_pid = xyes; then
10954 10486
10955cat >>confdefs.h <<\_ACEOF 10487cat >>confdefs.h <<\_ACEOF
10956#define HAVE_UTMP_PID 1 10488#define HAVE_UTMP_PID 1
10957_ACEOF 10489_ACEOF
10961fi 10493fi
10962 10494
10963 10495
10964 10496
10965if test "${ac_cv_header_utmpx_h+set}" = set; then 10497if test "${ac_cv_header_utmpx_h+set}" = set; then
10966 { echo "$as_me:$LINENO: checking for utmpx.h" >&5 10498 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10967echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10499echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10968if test "${ac_cv_header_utmpx_h+set}" = set; then 10500if test "${ac_cv_header_utmpx_h+set}" = set; then
10969 echo $ECHO_N "(cached) $ECHO_C" >&6 10501 echo $ECHO_N "(cached) $ECHO_C" >&6
10970fi 10502fi
10971{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10503echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10972echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10504echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10973else 10505else
10974 # Is the header compilable? 10506 # Is the header compilable?
10975{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5 10507echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10976echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; } 10508echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10977cat >conftest.$ac_ext <<_ACEOF 10509cat >conftest.$ac_ext <<_ACEOF
10978/* confdefs.h. */ 10510/* confdefs.h. */
10979_ACEOF 10511_ACEOF
10980cat confdefs.h >>conftest.$ac_ext 10512cat confdefs.h >>conftest.$ac_ext
10981cat >>conftest.$ac_ext <<_ACEOF 10513cat >>conftest.$ac_ext <<_ACEOF
10982/* end confdefs.h. */ 10514/* end confdefs.h. */
10983$ac_includes_default 10515$ac_includes_default
10984#include <utmpx.h> 10516#include <utmpx.h>
10985_ACEOF 10517_ACEOF
10986rm -f conftest.$ac_objext 10518rm -f conftest.$ac_objext
10987if { (ac_try="$ac_compile"
10988case "(($ac_try" in
10989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10990 *) ac_try_echo=$ac_try;;
10991esac
10992eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10519if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10993 (eval "$ac_compile") 2>conftest.er1 10520 (eval $ac_compile) 2>conftest.er1
10994 ac_status=$? 10521 ac_status=$?
10995 grep -v '^ *+' conftest.er1 >conftest.err 10522 grep -v '^ *+' conftest.er1 >conftest.err
10996 rm -f conftest.er1 10523 rm -f conftest.er1
10997 cat conftest.err >&5 10524 cat conftest.err >&5
10998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10999 (exit $ac_status); } && { 10526 (exit $ac_status); } &&
11000 test -z "$ac_cxx_werror_flag" || 10527 { ac_try='test -z "$ac_cxx_werror_flag"
11001 test ! -s conftest.err 10528 || test ! -s conftest.err'
11002 } && test -s conftest.$ac_objext; then 10529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10530 (eval $ac_try) 2>&5
10531 ac_status=$?
10532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10533 (exit $ac_status); }; } &&
10534 { ac_try='test -s conftest.$ac_objext'
10535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10536 (eval $ac_try) 2>&5
10537 ac_status=$?
10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10539 (exit $ac_status); }; }; then
11003 ac_header_compiler=yes 10540 ac_header_compiler=yes
11004else 10541else
11005 echo "$as_me: failed program was:" >&5 10542 echo "$as_me: failed program was:" >&5
11006sed 's/^/| /' conftest.$ac_ext >&5 10543sed 's/^/| /' conftest.$ac_ext >&5
11007 10544
11008 ac_header_compiler=no 10545ac_header_compiler=no
11009fi 10546fi
11010
11011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10547rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11012{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10548echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11013echo "${ECHO_T}$ac_header_compiler" >&6; } 10549echo "${ECHO_T}$ac_header_compiler" >&6
11014 10550
11015# Is the header present? 10551# Is the header present?
11016{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5 10552echo "$as_me:$LINENO: checking utmpx.h presence" >&5
11017echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; } 10553echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
11018cat >conftest.$ac_ext <<_ACEOF 10554cat >conftest.$ac_ext <<_ACEOF
11019/* confdefs.h. */ 10555/* confdefs.h. */
11020_ACEOF 10556_ACEOF
11021cat confdefs.h >>conftest.$ac_ext 10557cat confdefs.h >>conftest.$ac_ext
11022cat >>conftest.$ac_ext <<_ACEOF 10558cat >>conftest.$ac_ext <<_ACEOF
11023/* end confdefs.h. */ 10559/* end confdefs.h. */
11024#include <utmpx.h> 10560#include <utmpx.h>
11025_ACEOF 10561_ACEOF
11026if { (ac_try="$ac_cpp conftest.$ac_ext" 10562if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11027case "(($ac_try" in
11028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11029 *) ac_try_echo=$ac_try;;
11030esac
11031eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11032 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10563 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11033 ac_status=$? 10564 ac_status=$?
11034 grep -v '^ *+' conftest.er1 >conftest.err 10565 grep -v '^ *+' conftest.er1 >conftest.err
11035 rm -f conftest.er1 10566 rm -f conftest.er1
11036 cat conftest.err >&5 10567 cat conftest.err >&5
11037 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038 (exit $ac_status); } >/dev/null && { 10569 (exit $ac_status); } >/dev/null; then
11039 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
11040 test ! -s conftest.err 10570 if test -s conftest.err; then
11041 }; then 10571 ac_cpp_err=$ac_cxx_preproc_warn_flag
10572 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10573 else
10574 ac_cpp_err=
10575 fi
10576else
10577 ac_cpp_err=yes
10578fi
10579if test -z "$ac_cpp_err"; then
11042 ac_header_preproc=yes 10580 ac_header_preproc=yes
11043else 10581else
11044 echo "$as_me: failed program was:" >&5 10582 echo "$as_me: failed program was:" >&5
11045sed 's/^/| /' conftest.$ac_ext >&5 10583sed 's/^/| /' conftest.$ac_ext >&5
11046 10584
11047 ac_header_preproc=no 10585 ac_header_preproc=no
11048fi 10586fi
11049
11050rm -f conftest.err conftest.$ac_ext 10587rm -f conftest.err conftest.$ac_ext
11051{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10588echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11052echo "${ECHO_T}$ac_header_preproc" >&6; } 10589echo "${ECHO_T}$ac_header_preproc" >&6
11053 10590
11054# So? What about this header? 10591# So? What about this header?
11055case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10592case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11056 yes:no: ) 10593 yes:no: )
11057 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 10594 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
11071echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;} 10608echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
11072 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5 10609 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
11073echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;} 10610echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
11074 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5 10611 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
11075echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;} 10612echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
11076 10613 (
10614 cat <<\_ASBOX
10615## ------------------------------------------ ##
10616## Report this to the AC_PACKAGE_NAME lists. ##
10617## ------------------------------------------ ##
10618_ASBOX
10619 ) |
10620 sed "s/^/$as_me: WARNING: /" >&2
11077 ;; 10621 ;;
11078esac 10622esac
11079{ echo "$as_me:$LINENO: checking for utmpx.h" >&5 10623echo "$as_me:$LINENO: checking for utmpx.h" >&5
11080echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10624echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
11081if test "${ac_cv_header_utmpx_h+set}" = set; then 10625if test "${ac_cv_header_utmpx_h+set}" = set; then
11082 echo $ECHO_N "(cached) $ECHO_C" >&6 10626 echo $ECHO_N "(cached) $ECHO_C" >&6
11083else 10627else
11084 ac_cv_header_utmpx_h=$ac_header_preproc 10628 ac_cv_header_utmpx_h=$ac_header_preproc
11085fi 10629fi
11086{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10630echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
11087echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10631echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
11088 10632
11089fi 10633fi
11090if test $ac_cv_header_utmpx_h = yes; then 10634if test $ac_cv_header_utmpx_h = yes; then
11091 { echo "$as_me:$LINENO: checking for struct utmpx" >&5 10635 echo "$as_me:$LINENO: checking for struct utmpx" >&5
11092echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; } 10636echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
11093if test "${struct_utmpx+set}" = set; then 10637if test "${struct_utmpx+set}" = set; then
11094 echo $ECHO_N "(cached) $ECHO_C" >&6 10638 echo $ECHO_N "(cached) $ECHO_C" >&6
11095else 10639else
11096 cat >conftest.$ac_ext <<_ACEOF 10640 cat >conftest.$ac_ext <<_ACEOF
11097/* confdefs.h. */ 10641/* confdefs.h. */
11108 ; 10652 ;
11109 return 0; 10653 return 0;
11110} 10654}
11111_ACEOF 10655_ACEOF
11112rm -f conftest.$ac_objext 10656rm -f conftest.$ac_objext
11113if { (ac_try="$ac_compile"
11114case "(($ac_try" in
11115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11116 *) ac_try_echo=$ac_try;;
11117esac
11118eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10657if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11119 (eval "$ac_compile") 2>conftest.er1 10658 (eval $ac_compile) 2>conftest.er1
11120 ac_status=$? 10659 ac_status=$?
11121 grep -v '^ *+' conftest.er1 >conftest.err 10660 grep -v '^ *+' conftest.er1 >conftest.err
11122 rm -f conftest.er1 10661 rm -f conftest.er1
11123 cat conftest.err >&5 10662 cat conftest.err >&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); } && { 10664 (exit $ac_status); } &&
11126 test -z "$ac_cxx_werror_flag" || 10665 { ac_try='test -z "$ac_cxx_werror_flag"
11127 test ! -s conftest.err 10666 || test ! -s conftest.err'
11128 } && test -s conftest.$ac_objext; then 10667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10668 (eval $ac_try) 2>&5
10669 ac_status=$?
10670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10671 (exit $ac_status); }; } &&
10672 { ac_try='test -s conftest.$ac_objext'
10673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10674 (eval $ac_try) 2>&5
10675 ac_status=$?
10676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10677 (exit $ac_status); }; }; then
11129 struct_utmpx=yes 10678 struct_utmpx=yes
11130else 10679else
11131 echo "$as_me: failed program was:" >&5 10680 echo "$as_me: failed program was:" >&5
11132sed 's/^/| /' conftest.$ac_ext >&5 10681sed 's/^/| /' conftest.$ac_ext >&5
11133 10682
11134 struct_utmpx=no 10683struct_utmpx=no
11135fi 10684fi
11136
11137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11138fi 10686fi
11139{ echo "$as_me:$LINENO: result: $struct_utmpx" >&5 10687echo "$as_me:$LINENO: result: $struct_utmpx" >&5
11140echo "${ECHO_T}$struct_utmpx" >&6; } 10688echo "${ECHO_T}$struct_utmpx" >&6
11141if test x$struct_utmpx = xyes; then 10689if test x$struct_utmpx = xyes; then
11142 10690
11143cat >>confdefs.h <<\_ACEOF 10691cat >>confdefs.h <<\_ACEOF
11144#define HAVE_STRUCT_UTMPX 1 10692#define HAVE_STRUCT_UTMPX 1
11145_ACEOF 10693_ACEOF
11146 10694
11147fi 10695fi
11148 10696
11149 10697
11150{ echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10698echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
11151echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; } 10699echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
11152if test "${struct_utmpx_host+set}" = set; then 10700if test "${struct_utmpx_host+set}" = set; then
11153 echo $ECHO_N "(cached) $ECHO_C" >&6 10701 echo $ECHO_N "(cached) $ECHO_C" >&6
11154else 10702else
11155 cat >conftest.$ac_ext <<_ACEOF 10703 cat >conftest.$ac_ext <<_ACEOF
11156/* confdefs.h. */ 10704/* confdefs.h. */
11167 ; 10715 ;
11168 return 0; 10716 return 0;
11169} 10717}
11170_ACEOF 10718_ACEOF
11171rm -f conftest.$ac_objext 10719rm -f conftest.$ac_objext
11172if { (ac_try="$ac_compile"
11173case "(($ac_try" in
11174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11175 *) ac_try_echo=$ac_try;;
11176esac
11177eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10720if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11178 (eval "$ac_compile") 2>conftest.er1 10721 (eval $ac_compile) 2>conftest.er1
11179 ac_status=$? 10722 ac_status=$?
11180 grep -v '^ *+' conftest.er1 >conftest.err 10723 grep -v '^ *+' conftest.er1 >conftest.err
11181 rm -f conftest.er1 10724 rm -f conftest.er1
11182 cat conftest.err >&5 10725 cat conftest.err >&5
11183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11184 (exit $ac_status); } && { 10727 (exit $ac_status); } &&
11185 test -z "$ac_cxx_werror_flag" || 10728 { ac_try='test -z "$ac_cxx_werror_flag"
11186 test ! -s conftest.err 10729 || test ! -s conftest.err'
11187 } && test -s conftest.$ac_objext; then 10730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10731 (eval $ac_try) 2>&5
10732 ac_status=$?
10733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10734 (exit $ac_status); }; } &&
10735 { ac_try='test -s conftest.$ac_objext'
10736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10737 (eval $ac_try) 2>&5
10738 ac_status=$?
10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10740 (exit $ac_status); }; }; then
11188 struct_utmpx_host=yes 10741 struct_utmpx_host=yes
11189else 10742else
11190 echo "$as_me: failed program was:" >&5 10743 echo "$as_me: failed program was:" >&5
11191sed 's/^/| /' conftest.$ac_ext >&5 10744sed 's/^/| /' conftest.$ac_ext >&5
11192 10745
11193 struct_utmpx_host=no 10746struct_utmpx_host=no
11194fi 10747fi
11195
11196rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11197fi 10749fi
11198{ echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5 10750echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
11199echo "${ECHO_T}$struct_utmpx_host" >&6; } 10751echo "${ECHO_T}$struct_utmpx_host" >&6
11200if test x$struct_utmpx_host = xyes; then 10752if test x$struct_utmpx_host = xyes; then
11201 10753
11202cat >>confdefs.h <<\_ACEOF 10754cat >>confdefs.h <<\_ACEOF
11203#define HAVE_UTMPX_HOST 1 10755#define HAVE_UTMPX_HOST 1
11204_ACEOF 10756_ACEOF
11205 10757
11206fi 10758fi
11207 10759
11208{ echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 10760echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
11209echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; } 10761echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
11210if test "${struct_utmpx_session+set}" = set; then 10762if test "${struct_utmpx_session+set}" = set; then
11211 echo $ECHO_N "(cached) $ECHO_C" >&6 10763 echo $ECHO_N "(cached) $ECHO_C" >&6
11212else 10764else
11213 cat >conftest.$ac_ext <<_ACEOF 10765 cat >conftest.$ac_ext <<_ACEOF
11214/* confdefs.h. */ 10766/* confdefs.h. */
11225 ; 10777 ;
11226 return 0; 10778 return 0;
11227} 10779}
11228_ACEOF 10780_ACEOF
11229rm -f conftest.$ac_objext 10781rm -f conftest.$ac_objext
11230if { (ac_try="$ac_compile"
11231case "(($ac_try" in
11232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11233 *) ac_try_echo=$ac_try;;
11234esac
11235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10782if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11236 (eval "$ac_compile") 2>conftest.er1 10783 (eval $ac_compile) 2>conftest.er1
11237 ac_status=$? 10784 ac_status=$?
11238 grep -v '^ *+' conftest.er1 >conftest.err 10785 grep -v '^ *+' conftest.er1 >conftest.err
11239 rm -f conftest.er1 10786 rm -f conftest.er1
11240 cat conftest.err >&5 10787 cat conftest.err >&5
11241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11242 (exit $ac_status); } && { 10789 (exit $ac_status); } &&
11243 test -z "$ac_cxx_werror_flag" || 10790 { ac_try='test -z "$ac_cxx_werror_flag"
11244 test ! -s conftest.err 10791 || test ! -s conftest.err'
11245 } && test -s conftest.$ac_objext; then 10792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10793 (eval $ac_try) 2>&5
10794 ac_status=$?
10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10796 (exit $ac_status); }; } &&
10797 { ac_try='test -s conftest.$ac_objext'
10798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10799 (eval $ac_try) 2>&5
10800 ac_status=$?
10801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10802 (exit $ac_status); }; }; then
11246 struct_utmpx_session=yes 10803 struct_utmpx_session=yes
11247else 10804else
11248 echo "$as_me: failed program was:" >&5 10805 echo "$as_me: failed program was:" >&5
11249sed 's/^/| /' conftest.$ac_ext >&5 10806sed 's/^/| /' conftest.$ac_ext >&5
11250 10807
11251 struct_utmpx_session=no 10808struct_utmpx_session=no
11252fi 10809fi
11253
11254rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10810rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11255fi 10811fi
11256{ echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5 10812echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
11257echo "${ECHO_T}$struct_utmpx_session" >&6; } 10813echo "${ECHO_T}$struct_utmpx_session" >&6
11258if test x$struct_utmpx_session = xyes; then 10814if test x$struct_utmpx_session = xyes; then
11259 10815
11260cat >>confdefs.h <<\_ACEOF 10816cat >>confdefs.h <<\_ACEOF
11261#define HAVE_UTMPX_SESSION 1 10817#define HAVE_UTMPX_SESSION 1
11262_ACEOF 10818_ACEOF
11264fi 10820fi
11265 10821
11266fi 10822fi
11267 10823
11268 10824
11269{ echo "$as_me:$LINENO: checking for struct lastlog" >&5 10825echo "$as_me:$LINENO: checking for struct lastlog" >&5
11270echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; } 10826echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
11271if test "${struct_lastlog+set}" = set; then 10827if test "${struct_lastlog+set}" = set; then
11272 echo $ECHO_N "(cached) $ECHO_C" >&6 10828 echo $ECHO_N "(cached) $ECHO_C" >&6
11273else 10829else
11274 cat >conftest.$ac_ext <<_ACEOF 10830 cat >conftest.$ac_ext <<_ACEOF
11275/* confdefs.h. */ 10831/* confdefs.h. */
11290 ; 10846 ;
11291 return 0; 10847 return 0;
11292} 10848}
11293_ACEOF 10849_ACEOF
11294rm -f conftest.$ac_objext 10850rm -f conftest.$ac_objext
11295if { (ac_try="$ac_compile"
11296case "(($ac_try" in
11297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11298 *) ac_try_echo=$ac_try;;
11299esac
11300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10851if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11301 (eval "$ac_compile") 2>conftest.er1 10852 (eval $ac_compile) 2>conftest.er1
11302 ac_status=$? 10853 ac_status=$?
11303 grep -v '^ *+' conftest.er1 >conftest.err 10854 grep -v '^ *+' conftest.er1 >conftest.err
11304 rm -f conftest.er1 10855 rm -f conftest.er1
11305 cat conftest.err >&5 10856 cat conftest.err >&5
11306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11307 (exit $ac_status); } && { 10858 (exit $ac_status); } &&
11308 test -z "$ac_cxx_werror_flag" || 10859 { ac_try='test -z "$ac_cxx_werror_flag"
11309 test ! -s conftest.err 10860 || test ! -s conftest.err'
11310 } && test -s conftest.$ac_objext; then 10861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10862 (eval $ac_try) 2>&5
10863 ac_status=$?
10864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10865 (exit $ac_status); }; } &&
10866 { ac_try='test -s conftest.$ac_objext'
10867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10868 (eval $ac_try) 2>&5
10869 ac_status=$?
10870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10871 (exit $ac_status); }; }; then
11311 struct_lastlog=yes 10872 struct_lastlog=yes
11312else 10873else
11313 echo "$as_me: failed program was:" >&5 10874 echo "$as_me: failed program was:" >&5
11314sed 's/^/| /' conftest.$ac_ext >&5 10875sed 's/^/| /' conftest.$ac_ext >&5
11315 10876
11316 struct_lastlog=no 10877struct_lastlog=no
11317fi 10878fi
11318
11319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10879rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11320fi 10880fi
11321{ echo "$as_me:$LINENO: result: $struct_lastlog" >&5 10881echo "$as_me:$LINENO: result: $struct_lastlog" >&5
11322echo "${ECHO_T}$struct_lastlog" >&6; } 10882echo "${ECHO_T}$struct_lastlog" >&6
11323if test x$struct_lastlog = xyes; then 10883if test x$struct_lastlog = xyes; then
11324 10884
11325cat >>confdefs.h <<\_ACEOF 10885cat >>confdefs.h <<\_ACEOF
11326#define HAVE_STRUCT_LASTLOG 1 10886#define HAVE_STRUCT_LASTLOG 1
11327_ACEOF 10887_ACEOF
11328 10888
11329fi 10889fi
11330 10890
11331{ echo "$as_me:$LINENO: checking for struct lastlogx" >&5 10891echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11332echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; } 10892echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11333if test "${struct_lastlogx+set}" = set; then 10893if test "${struct_lastlogx+set}" = set; then
11334 echo $ECHO_N "(cached) $ECHO_C" >&6 10894 echo $ECHO_N "(cached) $ECHO_C" >&6
11335else 10895else
11336 cat >conftest.$ac_ext <<_ACEOF 10896 cat >conftest.$ac_ext <<_ACEOF
11337/* confdefs.h. */ 10897/* confdefs.h. */
11352 ; 10912 ;
11353 return 0; 10913 return 0;
11354} 10914}
11355_ACEOF 10915_ACEOF
11356rm -f conftest.$ac_objext 10916rm -f conftest.$ac_objext
11357if { (ac_try="$ac_compile"
11358case "(($ac_try" in
11359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11360 *) ac_try_echo=$ac_try;;
11361esac
11362eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11363 (eval "$ac_compile") 2>conftest.er1 10918 (eval $ac_compile) 2>conftest.er1
11364 ac_status=$? 10919 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err 10920 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1 10921 rm -f conftest.er1
11367 cat conftest.err >&5 10922 cat conftest.err >&5
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && { 10924 (exit $ac_status); } &&
11370 test -z "$ac_cxx_werror_flag" || 10925 { ac_try='test -z "$ac_cxx_werror_flag"
11371 test ! -s conftest.err 10926 || test ! -s conftest.err'
11372 } && test -s conftest.$ac_objext; then 10927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10928 (eval $ac_try) 2>&5
10929 ac_status=$?
10930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10931 (exit $ac_status); }; } &&
10932 { ac_try='test -s conftest.$ac_objext'
10933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10934 (eval $ac_try) 2>&5
10935 ac_status=$?
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); }; }; then
11373 struct_lastlogx=yes 10938 struct_lastlogx=yes
11374else 10939else
11375 echo "$as_me: failed program was:" >&5 10940 echo "$as_me: failed program was:" >&5
11376sed 's/^/| /' conftest.$ac_ext >&5 10941sed 's/^/| /' conftest.$ac_ext >&5
11377 10942
11378 struct_lastlogx=no 10943struct_lastlogx=no
11379fi 10944fi
11380
11381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10945rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11382fi 10946fi
11383{ echo "$as_me:$LINENO: result: $struct_lastlogx" >&5 10947echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11384echo "${ECHO_T}$struct_lastlogx" >&6; } 10948echo "${ECHO_T}$struct_lastlogx" >&6
11385if test x$struct_lastlogx = xyes; then 10949if test x$struct_lastlogx = xyes; then
11386 10950
11387cat >>confdefs.h <<\_ACEOF 10951cat >>confdefs.h <<\_ACEOF
11388#define HAVE_STRUCT_LASTLOGX 1 10952#define HAVE_STRUCT_LASTLOGX 1
11389_ACEOF 10953_ACEOF
11390 10954
11391fi 10955fi
11392 10956
11393 10957
11394{ echo "$as_me:$LINENO: checking where utmp is located" >&5 10958echo "$as_me:$LINENO: checking where utmp is located" >&5
11395echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; } 10959echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11396if test "${path_utmp+set}" = set; then 10960if test "${path_utmp+set}" = set; then
11397 echo $ECHO_N "(cached) $ECHO_C" >&6 10961 echo $ECHO_N "(cached) $ECHO_C" >&6
11398else 10962else
11399 if test "$cross_compiling" = yes; then 10963 if test "$cross_compiling" = yes; then
11400 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5 10964 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11433 } 10997 }
11434 exit(0); 10998 exit(0);
11435} 10999}
11436_ACEOF 11000_ACEOF
11437rm -f conftest$ac_exeext 11001rm -f conftest$ac_exeext
11438if { (ac_try="$ac_link"
11439case "(($ac_try" in
11440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11441 *) ac_try_echo=$ac_try;;
11442esac
11443eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11444 (eval "$ac_link") 2>&5 11003 (eval $ac_link) 2>&5
11445 ac_status=$? 11004 ac_status=$?
11446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11447 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11448 { (case "(($ac_try" in
11449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450 *) ac_try_echo=$ac_try;;
11451esac
11452eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11453 (eval "$ac_try") 2>&5 11008 (eval $ac_try) 2>&5
11454 ac_status=$? 11009 ac_status=$?
11455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11456 (exit $ac_status); }; }; then 11011 (exit $ac_status); }; }; then
11457 path_utmp=`cat conftestval` 11012 path_utmp=`cat conftestval`
11458else 11013else
11461sed 's/^/| /' conftest.$ac_ext >&5 11016sed 's/^/| /' conftest.$ac_ext >&5
11462 11017
11463( exit $ac_status ) 11018( exit $ac_status )
11464path_utmp= 11019path_utmp=
11465fi 11020fi
11466rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11021rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11467fi 11022fi
11468
11469
11470fi 11023fi
11471{ echo "$as_me:$LINENO: result: $path_utmp" >&5 11024echo "$as_me:$LINENO: result: $path_utmp" >&5
11472echo "${ECHO_T}$path_utmp" >&6; } 11025echo "${ECHO_T}$path_utmp" >&6
11473if test x$path_utmp != x; then 11026if test x$path_utmp != x; then
11474 11027
11475cat >>confdefs.h <<_ACEOF 11028cat >>confdefs.h <<_ACEOF
11476#define UTMP_FILE "$path_utmp" 11029#define UTMP_FILE "$path_utmp"
11477_ACEOF 11030_ACEOF
11478 11031
11479fi 11032fi
11480 11033
11481 11034
11482{ echo "$as_me:$LINENO: checking where utmpx is located" >&5 11035echo "$as_me:$LINENO: checking where utmpx is located" >&5
11483echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; } 11036echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11484if test "${path_utmpx+set}" = set; then 11037if test "${path_utmpx+set}" = set; then
11485 echo $ECHO_N "(cached) $ECHO_C" >&6 11038 echo $ECHO_N "(cached) $ECHO_C" >&6
11486else 11039else
11487 if test "$cross_compiling" = yes; then 11040 if test "$cross_compiling" = yes; then
11488 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5 11041 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11531 } 11084 }
11532 exit(0); 11085 exit(0);
11533} 11086}
11534_ACEOF 11087_ACEOF
11535rm -f conftest$ac_exeext 11088rm -f conftest$ac_exeext
11536if { (ac_try="$ac_link"
11537case "(($ac_try" in
11538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11539 *) ac_try_echo=$ac_try;;
11540esac
11541eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11089if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11542 (eval "$ac_link") 2>&5 11090 (eval $ac_link) 2>&5
11543 ac_status=$? 11091 ac_status=$?
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11546 { (case "(($ac_try" in
11547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11548 *) ac_try_echo=$ac_try;;
11549esac
11550eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11551 (eval "$ac_try") 2>&5 11095 (eval $ac_try) 2>&5
11552 ac_status=$? 11096 ac_status=$?
11553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11554 (exit $ac_status); }; }; then 11098 (exit $ac_status); }; }; then
11555 path_utmpx=`cat conftestval` 11099 path_utmpx=`cat conftestval`
11556else 11100else
11559sed 's/^/| /' conftest.$ac_ext >&5 11103sed 's/^/| /' conftest.$ac_ext >&5
11560 11104
11561( exit $ac_status ) 11105( exit $ac_status )
11562path_utmpx= 11106path_utmpx=
11563fi 11107fi
11564rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11108rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11565fi 11109fi
11566
11567
11568fi 11110fi
11569{ echo "$as_me:$LINENO: result: $path_utmpx" >&5 11111echo "$as_me:$LINENO: result: $path_utmpx" >&5
11570echo "${ECHO_T}$path_utmpx" >&6; } 11112echo "${ECHO_T}$path_utmpx" >&6
11571if test x$path_utmpx != x; then 11113if test x$path_utmpx != x; then
11572 11114
11573cat >>confdefs.h <<_ACEOF 11115cat >>confdefs.h <<_ACEOF
11574#define UTMPX_FILE "$path_utmpx" 11116#define UTMPX_FILE "$path_utmpx"
11575_ACEOF 11117_ACEOF
11576 11118
11577fi 11119fi
11578 11120
11579 11121
11580{ echo "$as_me:$LINENO: checking where wtmp is located" >&5 11122echo "$as_me:$LINENO: checking where wtmp is located" >&5
11581echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; } 11123echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11582if test "${path_wtmp+set}" = set; then 11124if test "${path_wtmp+set}" = set; then
11583 echo $ECHO_N "(cached) $ECHO_C" >&6 11125 echo $ECHO_N "(cached) $ECHO_C" >&6
11584else 11126else
11585 if test "$cross_compiling" = yes; then 11127 if test "$cross_compiling" = yes; then
11586 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5 11128 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11621 } 11163 }
11622 exit(0); 11164 exit(0);
11623} 11165}
11624_ACEOF 11166_ACEOF
11625rm -f conftest$ac_exeext 11167rm -f conftest$ac_exeext
11626if { (ac_try="$ac_link"
11627case "(($ac_try" in
11628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11629 *) ac_try_echo=$ac_try;;
11630esac
11631eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11168if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11632 (eval "$ac_link") 2>&5 11169 (eval $ac_link) 2>&5
11633 ac_status=$? 11170 ac_status=$?
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11172 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11636 { (case "(($ac_try" in
11637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11638 *) ac_try_echo=$ac_try;;
11639esac
11640eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11641 (eval "$ac_try") 2>&5 11174 (eval $ac_try) 2>&5
11642 ac_status=$? 11175 ac_status=$?
11643 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644 (exit $ac_status); }; }; then 11177 (exit $ac_status); }; }; then
11645 path_wtmp=`cat conftestval` 11178 path_wtmp=`cat conftestval`
11646else 11179else
11649sed 's/^/| /' conftest.$ac_ext >&5 11182sed 's/^/| /' conftest.$ac_ext >&5
11650 11183
11651( exit $ac_status ) 11184( exit $ac_status )
11652path_wtmp= 11185path_wtmp=
11653fi 11186fi
11654rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11187rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11655fi 11188fi
11656
11657
11658fi 11189fi
11659{ echo "$as_me:$LINENO: result: $path_wtmp" >&5 11190echo "$as_me:$LINENO: result: $path_wtmp" >&5
11660echo "${ECHO_T}$path_wtmp" >&6; } 11191echo "${ECHO_T}$path_wtmp" >&6
11661if test x$path_wtmp != x; then 11192if test x$path_wtmp != x; then
11662 11193
11663cat >>confdefs.h <<_ACEOF 11194cat >>confdefs.h <<_ACEOF
11664#define WTMP_FILE "$path_wtmp" 11195#define WTMP_FILE "$path_wtmp"
11665_ACEOF 11196_ACEOF
11666 11197
11667fi 11198fi
11668 11199
11669{ echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11200echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11670echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; } 11201echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11671if test "${path_wtmpx+set}" = set; then 11202if test "${path_wtmpx+set}" = set; then
11672 echo $ECHO_N "(cached) $ECHO_C" >&6 11203 echo $ECHO_N "(cached) $ECHO_C" >&6
11673else 11204else
11674 if test "$cross_compiling" = yes; then 11205 if test "$cross_compiling" = yes; then
11675 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5 11206 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11709 } 11240 }
11710 exit(0); 11241 exit(0);
11711} 11242}
11712_ACEOF 11243_ACEOF
11713rm -f conftest$ac_exeext 11244rm -f conftest$ac_exeext
11714if { (ac_try="$ac_link"
11715case "(($ac_try" in
11716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11718esac
11719eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11245if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11720 (eval "$ac_link") 2>&5 11246 (eval $ac_link) 2>&5
11721 ac_status=$? 11247 ac_status=$?
11722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11723 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11249 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11724 { (case "(($ac_try" in
11725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11726 *) ac_try_echo=$ac_try;;
11727esac
11728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 (eval "$ac_try") 2>&5 11251 (eval $ac_try) 2>&5
11730 ac_status=$? 11252 ac_status=$?
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); }; }; then 11254 (exit $ac_status); }; }; then
11733 path_wtmpx=`cat conftestval` 11255 path_wtmpx=`cat conftestval`
11734else 11256else
11737sed 's/^/| /' conftest.$ac_ext >&5 11259sed 's/^/| /' conftest.$ac_ext >&5
11738 11260
11739( exit $ac_status ) 11261( exit $ac_status )
11740path_wtmpx= 11262path_wtmpx=
11741fi 11263fi
11742rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11264rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11743fi 11265fi
11744
11745
11746fi 11266fi
11747{ echo "$as_me:$LINENO: result: $path_wtmpx" >&5 11267echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11748echo "${ECHO_T}$path_wtmpx" >&6; } 11268echo "${ECHO_T}$path_wtmpx" >&6
11749if test x$path_wtmpx != x; then 11269if test x$path_wtmpx != x; then
11750 11270
11751cat >>confdefs.h <<_ACEOF 11271cat >>confdefs.h <<_ACEOF
11752#define WTMPX_FILE "$path_wtmpx" 11272#define WTMPX_FILE "$path_wtmpx"
11753_ACEOF 11273_ACEOF
11754 11274
11755fi 11275fi
11756 11276
11757{ echo "$as_me:$LINENO: checking where lastlog is located" >&5 11277echo "$as_me:$LINENO: checking where lastlog is located" >&5
11758echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; } 11278echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11759if test "${path_lastlog+set}" = set; then 11279if test "${path_lastlog+set}" = set; then
11760 echo $ECHO_N "(cached) $ECHO_C" >&6 11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11761else 11281else
11762 if test "$cross_compiling" = yes; then 11282 if test "$cross_compiling" = yes; then
11763 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5 11283 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11802 } 11322 }
11803 exit(0); 11323 exit(0);
11804} 11324}
11805_ACEOF 11325_ACEOF
11806rm -f conftest$ac_exeext 11326rm -f conftest$ac_exeext
11807if { (ac_try="$ac_link"
11808case "(($ac_try" in
11809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11810 *) ac_try_echo=$ac_try;;
11811esac
11812eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11327if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11813 (eval "$ac_link") 2>&5 11328 (eval $ac_link) 2>&5
11814 ac_status=$? 11329 ac_status=$?
11815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11816 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11331 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11817 { (case "(($ac_try" in
11818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11819 *) ac_try_echo=$ac_try;;
11820esac
11821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11822 (eval "$ac_try") 2>&5 11333 (eval $ac_try) 2>&5
11823 ac_status=$? 11334 ac_status=$?
11824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11825 (exit $ac_status); }; }; then 11336 (exit $ac_status); }; }; then
11826 path_lastlog=`cat conftestval` 11337 path_lastlog=`cat conftestval`
11827else 11338else
11830sed 's/^/| /' conftest.$ac_ext >&5 11341sed 's/^/| /' conftest.$ac_ext >&5
11831 11342
11832( exit $ac_status ) 11343( exit $ac_status )
11833path_lastlog= 11344path_lastlog=
11834fi 11345fi
11835rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11346rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11836fi 11347fi
11837
11838
11839fi 11348fi
11840{ echo "$as_me:$LINENO: result: $path_lastlog" >&5 11349echo "$as_me:$LINENO: result: $path_lastlog" >&5
11841echo "${ECHO_T}$path_lastlog" >&6; } 11350echo "${ECHO_T}$path_lastlog" >&6
11842if test x$path_lastlog != x; then 11351if test x$path_lastlog != x; then
11843 11352
11844cat >>confdefs.h <<_ACEOF 11353cat >>confdefs.h <<_ACEOF
11845#define LASTLOG_FILE "$path_lastlog" 11354#define LASTLOG_FILE "$path_lastlog"
11846_ACEOF 11355_ACEOF
11852_ACEOF 11361_ACEOF
11853 11362
11854 fi 11363 fi
11855fi 11364fi
11856 11365
11857{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11366echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11858echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; } 11367echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11859if test "${path_lastlogx+set}" = set; then 11368if test "${path_lastlogx+set}" = set; then
11860 echo $ECHO_N "(cached) $ECHO_C" >&6 11369 echo $ECHO_N "(cached) $ECHO_C" >&6
11861else 11370else
11862 if test "$cross_compiling" = yes; then 11371 if test "$cross_compiling" = yes; then
11863 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5 11372 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11896 } 11405 }
11897 exit(0); 11406 exit(0);
11898} 11407}
11899_ACEOF 11408_ACEOF
11900rm -f conftest$ac_exeext 11409rm -f conftest$ac_exeext
11901if { (ac_try="$ac_link"
11902case "(($ac_try" in
11903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11904 *) ac_try_echo=$ac_try;;
11905esac
11906eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11410if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11907 (eval "$ac_link") 2>&5 11411 (eval $ac_link) 2>&5
11908 ac_status=$? 11412 ac_status=$?
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11414 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11911 { (case "(($ac_try" in
11912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11913 *) ac_try_echo=$ac_try;;
11914esac
11915eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11916 (eval "$ac_try") 2>&5 11416 (eval $ac_try) 2>&5
11917 ac_status=$? 11417 ac_status=$?
11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919 (exit $ac_status); }; }; then 11419 (exit $ac_status); }; }; then
11920 path_lastlogx=`cat conftestval` 11420 path_lastlogx=`cat conftestval`
11921else 11421else
11924sed 's/^/| /' conftest.$ac_ext >&5 11424sed 's/^/| /' conftest.$ac_ext >&5
11925 11425
11926( exit $ac_status ) 11426( exit $ac_status )
11927path_lastlogx= 11427path_lastlogx=
11928fi 11428fi
11929rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11429rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11930fi 11430fi
11931
11932
11933fi 11431fi
11934{ echo "$as_me:$LINENO: result: $path_lastlogx" >&5 11432echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11935echo "${ECHO_T}$path_lastlogx" >&6; } 11433echo "${ECHO_T}$path_lastlogx" >&6
11936if test x$path_lastlogx != x; then 11434if test x$path_lastlogx != x; then
11937 11435
11938cat >>confdefs.h <<_ACEOF 11436cat >>confdefs.h <<_ACEOF
11939#define LASTLOGX_FILE "$path_lastlogx" 11437#define LASTLOGX_FILE "$path_lastlogx"
11940_ACEOF 11438_ACEOF
11941 11439
11942fi 11440fi
11943 11441
11944 11442
11945 11443
11946{ echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11444echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11947echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6; } 11445echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11948if test "${rxvt_cv_path_ttytab+set}" = set; then 11446if test "${rxvt_cv_path_ttytab+set}" = set; then
11949 echo $ECHO_N "(cached) $ECHO_C" >&6 11447 echo $ECHO_N "(cached) $ECHO_C" >&6
11950else 11448else
11951 for ttys_file in /etc/ttys /etc/ttytab; 11449 for ttys_file in /etc/ttys /etc/ttytab;
11952do 11450do
11955 break 11453 break
11956 fi 11454 fi
11957done 11455done
11958 11456
11959fi 11457fi
11960{ echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5 11458echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11961echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6; } 11459echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11962if test x$rxvt_cv_path_ttytab != x; then 11460if test x$rxvt_cv_path_ttytab != x; then
11963 11461
11964cat >>confdefs.h <<_ACEOF 11462cat >>confdefs.h <<_ACEOF
11965#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 11463#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11966_ACEOF 11464_ACEOF
11973CFLAGS="$CFLAGS $X_CFLAGS" 11471CFLAGS="$CFLAGS $X_CFLAGS"
11974LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11472LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11975if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 11473if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11976 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 11474 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11977fi 11475fi
11978{ echo "$as_me:$LINENO: checking for working Xlocale" >&5 11476echo "$as_me:$LINENO: checking for working Xlocale" >&5
11979echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11477echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11980if test "${rxvt_cv_func_xlocale+set}" = set; then 11478if test "${rxvt_cv_func_xlocale+set}" = set; then
11981 echo $ECHO_N "(cached) $ECHO_C" >&6 11479 echo $ECHO_N "(cached) $ECHO_C" >&6
11982else 11480else
11983 if test "$cross_compiling" = yes; then 11481 if test "$cross_compiling" = yes; then
11984 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5 11482 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5
11998exit (XSupportsLocale() ? 0 : 1); 11496exit (XSupportsLocale() ? 0 : 1);
11999else 11497else
12000exit (1);} 11498exit (1);}
12001_ACEOF 11499_ACEOF
12002rm -f conftest$ac_exeext 11500rm -f conftest$ac_exeext
12003if { (ac_try="$ac_link"
12004case "(($ac_try" in
12005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12006 *) ac_try_echo=$ac_try;;
12007esac
12008eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11501if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12009 (eval "$ac_link") 2>&5 11502 (eval $ac_link) 2>&5
12010 ac_status=$? 11503 ac_status=$?
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11505 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12013 { (case "(($ac_try" in
12014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12015 *) ac_try_echo=$ac_try;;
12016esac
12017eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12018 (eval "$ac_try") 2>&5 11507 (eval $ac_try) 2>&5
12019 ac_status=$? 11508 ac_status=$?
12020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12021 (exit $ac_status); }; }; then 11510 (exit $ac_status); }; }; then
12022 rxvt_cv_func_xlocale=yes 11511 rxvt_cv_func_xlocale=yes
12023else 11512else
12026sed 's/^/| /' conftest.$ac_ext >&5 11515sed 's/^/| /' conftest.$ac_ext >&5
12027 11516
12028( exit $ac_status ) 11517( exit $ac_status )
12029rxvt_cv_func_xlocale=no 11518rxvt_cv_func_xlocale=no
12030fi 11519fi
12031rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11520rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12032fi 11521fi
12033
12034
12035fi 11522fi
12036{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11523echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
12037echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11524echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
12038if test x$rxvt_cv_func_xlocale = xyes; then 11525if test x$rxvt_cv_func_xlocale = xyes; then
12039 11526
12040cat >>confdefs.h <<\_ACEOF 11527cat >>confdefs.h <<\_ACEOF
12041#define HAVE_XLOCALE 1 11528#define HAVE_XLOCALE 1
12042_ACEOF 11529_ACEOF
12043 11530
12044fi 11531fi
12045 11532
12046{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11533echo "$as_me:$LINENO: checking for working X setlocale" >&5
12047echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11534echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
12048if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11535if test "${rxvt_cv_func_xsetlocale+set}" = set; then
12049 echo $ECHO_N "(cached) $ECHO_C" >&6 11536 echo $ECHO_N "(cached) $ECHO_C" >&6
12050else 11537else
12051 cat >conftest.$ac_ext <<_ACEOF 11538 cat >conftest.$ac_ext <<_ACEOF
12052/* confdefs.h. */ 11539/* confdefs.h. */
12063 ; 11550 ;
12064 return 0; 11551 return 0;
12065} 11552}
12066_ACEOF 11553_ACEOF
12067rm -f conftest.$ac_objext conftest$ac_exeext 11554rm -f conftest.$ac_objext conftest$ac_exeext
12068if { (ac_try="$ac_link"
12069case "(($ac_try" in
12070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071 *) ac_try_echo=$ac_try;;
12072esac
12073eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11555if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12074 (eval "$ac_link") 2>conftest.er1 11556 (eval $ac_link) 2>conftest.er1
12075 ac_status=$? 11557 ac_status=$?
12076 grep -v '^ *+' conftest.er1 >conftest.err 11558 grep -v '^ *+' conftest.er1 >conftest.err
12077 rm -f conftest.er1 11559 rm -f conftest.er1
12078 cat conftest.err >&5 11560 cat conftest.err >&5
12079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12080 (exit $ac_status); } && { 11562 (exit $ac_status); } &&
12081 test -z "$ac_cxx_werror_flag" || 11563 { ac_try='test -z "$ac_cxx_werror_flag"
12082 test ! -s conftest.err 11564 || test ! -s conftest.err'
12083 } && test -s conftest$ac_exeext && 11565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12084 $as_test_x conftest$ac_exeext; then 11566 (eval $ac_try) 2>&5
11567 ac_status=$?
11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11569 (exit $ac_status); }; } &&
11570 { ac_try='test -s conftest$ac_exeext'
11571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11572 (eval $ac_try) 2>&5
11573 ac_status=$?
11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575 (exit $ac_status); }; }; then
12085 rxvt_cv_func_xsetlocale=yes 11576 rxvt_cv_func_xsetlocale=yes
12086else 11577else
12087 echo "$as_me: failed program was:" >&5 11578 echo "$as_me: failed program was:" >&5
12088sed 's/^/| /' conftest.$ac_ext >&5 11579sed 's/^/| /' conftest.$ac_ext >&5
12089 11580
12090 rxvt_cv_func_xsetlocale=no 11581rxvt_cv_func_xsetlocale=no
12091fi 11582fi
12092 11583rm -f conftest.err conftest.$ac_objext \
12093rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12094 conftest$ac_exeext conftest.$ac_ext 11584 conftest$ac_exeext conftest.$ac_ext
12095fi 11585fi
12096{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5 11586echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
12097echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; } 11587echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
12098if test x$rxvt_cv_func_xsetlocale = xyes; then 11588if test x$rxvt_cv_func_xsetlocale = xyes; then
12099 11589
12100cat >>confdefs.h <<\_ACEOF 11590cat >>confdefs.h <<\_ACEOF
12101#define HAVE_XSETLOCALE 1 11591#define HAVE_XSETLOCALE 1
12102_ACEOF 11592_ACEOF
12103 11593
12104fi 11594fi
12105LIBS=$ac_save_LIBS 11595LIBS=$ac_save_LIBS
12106CFLAGS=$ac_save_CFLAGS 11596CFLAGS=$ac_save_CFLAGS
12107 11597
12108{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5 11598echo "$as_me:$LINENO: checking for working plain setlocale" >&5
12109echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; } 11599echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
12110if test "${rxvt_cv_func_setlocale+set}" = set; then 11600if test "${rxvt_cv_func_setlocale+set}" = set; then
12111 echo $ECHO_N "(cached) $ECHO_C" >&6 11601 echo $ECHO_N "(cached) $ECHO_C" >&6
12112else 11602else
12113 cat >conftest.$ac_ext <<_ACEOF 11603 cat >conftest.$ac_ext <<_ACEOF
12114/* confdefs.h. */ 11604/* confdefs.h. */
12124 ; 11614 ;
12125 return 0; 11615 return 0;
12126} 11616}
12127_ACEOF 11617_ACEOF
12128rm -f conftest.$ac_objext conftest$ac_exeext 11618rm -f conftest.$ac_objext conftest$ac_exeext
12129if { (ac_try="$ac_link"
12130case "(($ac_try" in
12131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12132 *) ac_try_echo=$ac_try;;
12133esac
12134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11619if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12135 (eval "$ac_link") 2>conftest.er1 11620 (eval $ac_link) 2>conftest.er1
12136 ac_status=$? 11621 ac_status=$?
12137 grep -v '^ *+' conftest.er1 >conftest.err 11622 grep -v '^ *+' conftest.er1 >conftest.err
12138 rm -f conftest.er1 11623 rm -f conftest.er1
12139 cat conftest.err >&5 11624 cat conftest.err >&5
12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); } && { 11626 (exit $ac_status); } &&
12142 test -z "$ac_cxx_werror_flag" || 11627 { ac_try='test -z "$ac_cxx_werror_flag"
12143 test ! -s conftest.err 11628 || test ! -s conftest.err'
12144 } && test -s conftest$ac_exeext && 11629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12145 $as_test_x conftest$ac_exeext; then 11630 (eval $ac_try) 2>&5
11631 ac_status=$?
11632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11633 (exit $ac_status); }; } &&
11634 { ac_try='test -s conftest$ac_exeext'
11635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11636 (eval $ac_try) 2>&5
11637 ac_status=$?
11638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639 (exit $ac_status); }; }; then
12146 rxvt_cv_func_setlocale=yes 11640 rxvt_cv_func_setlocale=yes
12147else 11641else
12148 echo "$as_me: failed program was:" >&5 11642 echo "$as_me: failed program was:" >&5
12149sed 's/^/| /' conftest.$ac_ext >&5 11643sed 's/^/| /' conftest.$ac_ext >&5
12150 11644
12151 rxvt_cv_func_setlocale=no 11645rxvt_cv_func_setlocale=no
12152fi 11646fi
12153 11647rm -f conftest.err conftest.$ac_objext \
12154rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12155 conftest$ac_exeext conftest.$ac_ext 11648 conftest$ac_exeext conftest.$ac_ext
12156fi 11649fi
12157{ echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5 11650echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
12158echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; } 11651echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
12159if test x$rxvt_cv_func_setlocale = xyes; then 11652if test x$rxvt_cv_func_setlocale = xyes; then
12160 11653
12161cat >>confdefs.h <<\_ACEOF 11654cat >>confdefs.h <<\_ACEOF
12162#define HAVE_SETLOCALE 1 11655#define HAVE_SETLOCALE 1
12163_ACEOF 11656_ACEOF
12164 11657
12165fi 11658fi
12166 11659
12167{ echo "$as_me:$LINENO: checking for working nl_langinfo" >&5 11660echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
12168echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; } 11661echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
12169if test "${rxvt_cv_func_nl_langinfo+set}" = set; then 11662if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
12170 echo $ECHO_N "(cached) $ECHO_C" >&6 11663 echo $ECHO_N "(cached) $ECHO_C" >&6
12171else 11664else
12172 cat >conftest.$ac_ext <<_ACEOF 11665 cat >conftest.$ac_ext <<_ACEOF
12173/* confdefs.h. */ 11666/* confdefs.h. */
12183 ; 11676 ;
12184 return 0; 11677 return 0;
12185} 11678}
12186_ACEOF 11679_ACEOF
12187rm -f conftest.$ac_objext conftest$ac_exeext 11680rm -f conftest.$ac_objext conftest$ac_exeext
12188if { (ac_try="$ac_link"
12189case "(($ac_try" in
12190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12191 *) ac_try_echo=$ac_try;;
12192esac
12193eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12194 (eval "$ac_link") 2>conftest.er1 11682 (eval $ac_link) 2>conftest.er1
12195 ac_status=$? 11683 ac_status=$?
12196 grep -v '^ *+' conftest.er1 >conftest.err 11684 grep -v '^ *+' conftest.er1 >conftest.err
12197 rm -f conftest.er1 11685 rm -f conftest.er1
12198 cat conftest.err >&5 11686 cat conftest.err >&5
12199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200 (exit $ac_status); } && { 11688 (exit $ac_status); } &&
12201 test -z "$ac_cxx_werror_flag" || 11689 { ac_try='test -z "$ac_cxx_werror_flag"
12202 test ! -s conftest.err 11690 || test ! -s conftest.err'
12203 } && test -s conftest$ac_exeext && 11691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12204 $as_test_x conftest$ac_exeext; then 11692 (eval $ac_try) 2>&5
11693 ac_status=$?
11694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11695 (exit $ac_status); }; } &&
11696 { ac_try='test -s conftest$ac_exeext'
11697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11698 (eval $ac_try) 2>&5
11699 ac_status=$?
11700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701 (exit $ac_status); }; }; then
12205 rxvt_cv_func_nl_langinfo=yes 11702 rxvt_cv_func_nl_langinfo=yes
12206else 11703else
12207 echo "$as_me: failed program was:" >&5 11704 echo "$as_me: failed program was:" >&5
12208sed 's/^/| /' conftest.$ac_ext >&5 11705sed 's/^/| /' conftest.$ac_ext >&5
12209 11706
12210 rxvt_cv_func_nl_langinfo=no 11707rxvt_cv_func_nl_langinfo=no
12211fi 11708fi
12212 11709rm -f conftest.err conftest.$ac_objext \
12213rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12214 conftest$ac_exeext conftest.$ac_ext 11710 conftest$ac_exeext conftest.$ac_ext
12215fi 11711fi
12216{ echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5 11712echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
12217echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; } 11713echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
12218if test x$rxvt_cv_func_nl_langinfo = xyes; then 11714if test x$rxvt_cv_func_nl_langinfo = xyes; then
12219 11715
12220cat >>confdefs.h <<\_ACEOF 11716cat >>confdefs.h <<\_ACEOF
12221#define HAVE_NL_LANGINFO 1 11717#define HAVE_NL_LANGINFO 1
12222_ACEOF 11718_ACEOF
12223 11719
12224fi 11720fi
12225 11721
12226 11722
12227{ echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11723echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
12228echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; } 11724echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
12229if test "${can_pass_fds+set}" = set; then 11725if test "${can_pass_fds+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6 11726 echo $ECHO_N "(cached) $ECHO_C" >&6
12231else 11727else
12232 cat >conftest.$ac_ext <<_ACEOF 11728 cat >conftest.$ac_ext <<_ACEOF
12233/* confdefs.h. */ 11729/* confdefs.h. */
12272 ; 11768 ;
12273 return 0; 11769 return 0;
12274} 11770}
12275_ACEOF 11771_ACEOF
12276rm -f conftest.$ac_objext conftest$ac_exeext 11772rm -f conftest.$ac_objext conftest$ac_exeext
12277if { (ac_try="$ac_link"
12278case "(($ac_try" in
12279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12280 *) ac_try_echo=$ac_try;;
12281esac
12282eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11773if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12283 (eval "$ac_link") 2>conftest.er1 11774 (eval $ac_link) 2>conftest.er1
12284 ac_status=$? 11775 ac_status=$?
12285 grep -v '^ *+' conftest.er1 >conftest.err 11776 grep -v '^ *+' conftest.er1 >conftest.err
12286 rm -f conftest.er1 11777 rm -f conftest.er1
12287 cat conftest.err >&5 11778 cat conftest.err >&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } && { 11780 (exit $ac_status); } &&
12290 test -z "$ac_cxx_werror_flag" || 11781 { ac_try='test -z "$ac_cxx_werror_flag"
12291 test ! -s conftest.err 11782 || test ! -s conftest.err'
12292 } && test -s conftest$ac_exeext && 11783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 $as_test_x conftest$ac_exeext; then 11784 (eval $ac_try) 2>&5
11785 ac_status=$?
11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11787 (exit $ac_status); }; } &&
11788 { ac_try='test -s conftest$ac_exeext'
11789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11790 (eval $ac_try) 2>&5
11791 ac_status=$?
11792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11793 (exit $ac_status); }; }; then
12294 can_pass_fds=yes 11794 can_pass_fds=yes
12295else 11795else
12296 echo "$as_me: failed program was:" >&5 11796 echo "$as_me: failed program was:" >&5
12297sed 's/^/| /' conftest.$ac_ext >&5 11797sed 's/^/| /' conftest.$ac_ext >&5
12298 11798
12299 can_pass_fds=no 11799can_pass_fds=no
12300fi 11800fi
12301 11801rm -f conftest.err conftest.$ac_objext \
12302rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12303 conftest$ac_exeext conftest.$ac_ext 11802 conftest$ac_exeext conftest.$ac_ext
12304fi 11803fi
12305{ echo "$as_me:$LINENO: result: $can_pass_fds" >&5 11804echo "$as_me:$LINENO: result: $can_pass_fds" >&5
12306echo "${ECHO_T}$can_pass_fds" >&6; } 11805echo "${ECHO_T}$can_pass_fds" >&6
12307if test x$can_pass_fds = xyes; then 11806if test x$can_pass_fds = xyes; then
12308 11807
12309cat >>confdefs.h <<\_ACEOF 11808cat >>confdefs.h <<\_ACEOF
12310#define HAVE_UNIX_FDPASS 1 11809#define HAVE_UNIX_FDPASS 1
12311_ACEOF 11810_ACEOF
12315echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;} 11814echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12316 { (exit 1); exit 1; }; } 11815 { (exit 1); exit 1; }; }
12317fi 11816fi
12318 11817
12319 11818
12320{ echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11819echo "$as_me:$LINENO: checking for broken XIM callback" >&5
12321echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; } 11820echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
12322if test "${rxvt_broken_ximcb+set}" = set; then 11821if test "${rxvt_broken_ximcb+set}" = set; then
12323 echo $ECHO_N "(cached) $ECHO_C" >&6 11822 echo $ECHO_N "(cached) $ECHO_C" >&6
12324else 11823else
12325 cat >conftest.$ac_ext <<_ACEOF 11824 cat >conftest.$ac_ext <<_ACEOF
12326 11825
12333 cb.callback = im_destroy_cb; 11832 cb.callback = im_destroy_cb;
12334} 11833}
12335 11834
12336_ACEOF 11835_ACEOF
12337rm -f conftest.$ac_objext 11836rm -f conftest.$ac_objext
12338if { (ac_try="$ac_compile"
12339case "(($ac_try" in
12340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12341 *) ac_try_echo=$ac_try;;
12342esac
12343eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval "$ac_compile") 2>conftest.er1 11838 (eval $ac_compile) 2>conftest.er1
12345 ac_status=$? 11839 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err 11840 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1 11841 rm -f conftest.er1
12348 cat conftest.err >&5 11842 cat conftest.err >&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } && { 11844 (exit $ac_status); } &&
12351 test -z "$ac_cxx_werror_flag" || 11845 { ac_try='test -z "$ac_cxx_werror_flag"
12352 test ! -s conftest.err 11846 || test ! -s conftest.err'
12353 } && test -s conftest.$ac_objext; then 11847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11848 (eval $ac_try) 2>&5
11849 ac_status=$?
11850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11851 (exit $ac_status); }; } &&
11852 { ac_try='test -s conftest.$ac_objext'
11853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11854 (eval $ac_try) 2>&5
11855 ac_status=$?
11856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11857 (exit $ac_status); }; }; then
12354 rxvt_broken_ximcb=yes 11858 rxvt_broken_ximcb=yes
12355else 11859else
12356 echo "$as_me: failed program was:" >&5 11860 echo "$as_me: failed program was:" >&5
12357sed 's/^/| /' conftest.$ac_ext >&5 11861sed 's/^/| /' conftest.$ac_ext >&5
12358 11862
12359 rxvt_broken_ximcb=no 11863rxvt_broken_ximcb=no
12360fi 11864fi
12361
12362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11865rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12363fi 11866fi
12364{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5 11867echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
12365echo "${ECHO_T}$rxvt_broken_ximcb" >&6; } 11868echo "${ECHO_T}$rxvt_broken_ximcb" >&6
12366 11869
12367if test x$rxvt_broken_ximcb = xyes; then 11870if test x$rxvt_broken_ximcb = xyes; then
12368 11871
12369cat >>confdefs.h <<\_ACEOF 11872cat >>confdefs.h <<\_ACEOF
12370#define XIMCB_PROTO_BROKEN 1 11873#define XIMCB_PROTO_BROKEN 1
12385 sys/ioctl.h \ 11888 sys/ioctl.h \
12386 sys/stropts.h \ 11889 sys/stropts.h \
12387 11890
12388do 11891do
12389as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11892as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12390if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11893if eval "test \"\${$as_ac_Header+set}\" = set"; then
12391 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11894 echo "$as_me:$LINENO: checking for $ac_header" >&5
12392echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11895echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12393if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11896if eval "test \"\${$as_ac_Header+set}\" = set"; then
12394 echo $ECHO_N "(cached) $ECHO_C" >&6 11897 echo $ECHO_N "(cached) $ECHO_C" >&6
12395fi 11898fi
12396ac_res=`eval echo '${'$as_ac_Header'}'` 11899echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12397 { echo "$as_me:$LINENO: result: $ac_res" >&5 11900echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12398echo "${ECHO_T}$ac_res" >&6; }
12399else 11901else
12400 # Is the header compilable? 11902 # Is the header compilable?
12401{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 11903echo "$as_me:$LINENO: checking $ac_header usability" >&5
12402echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 11904echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12403cat >conftest.$ac_ext <<_ACEOF 11905cat >conftest.$ac_ext <<_ACEOF
12404/* confdefs.h. */ 11906/* confdefs.h. */
12405_ACEOF 11907_ACEOF
12406cat confdefs.h >>conftest.$ac_ext 11908cat confdefs.h >>conftest.$ac_ext
12407cat >>conftest.$ac_ext <<_ACEOF 11909cat >>conftest.$ac_ext <<_ACEOF
12408/* end confdefs.h. */ 11910/* end confdefs.h. */
12409$ac_includes_default 11911$ac_includes_default
12410#include <$ac_header> 11912#include <$ac_header>
12411_ACEOF 11913_ACEOF
12412rm -f conftest.$ac_objext 11914rm -f conftest.$ac_objext
12413if { (ac_try="$ac_compile"
12414case "(($ac_try" in
12415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12416 *) ac_try_echo=$ac_try;;
12417esac
12418eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11915if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12419 (eval "$ac_compile") 2>conftest.er1 11916 (eval $ac_compile) 2>conftest.er1
12420 ac_status=$? 11917 ac_status=$?
12421 grep -v '^ *+' conftest.er1 >conftest.err 11918 grep -v '^ *+' conftest.er1 >conftest.err
12422 rm -f conftest.er1 11919 rm -f conftest.er1
12423 cat conftest.err >&5 11920 cat conftest.err >&5
12424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12425 (exit $ac_status); } && { 11922 (exit $ac_status); } &&
12426 test -z "$ac_cxx_werror_flag" || 11923 { ac_try='test -z "$ac_cxx_werror_flag"
12427 test ! -s conftest.err 11924 || test ! -s conftest.err'
12428 } && test -s conftest.$ac_objext; then 11925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11926 (eval $ac_try) 2>&5
11927 ac_status=$?
11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11929 (exit $ac_status); }; } &&
11930 { ac_try='test -s conftest.$ac_objext'
11931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11932 (eval $ac_try) 2>&5
11933 ac_status=$?
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); }; }; then
12429 ac_header_compiler=yes 11936 ac_header_compiler=yes
12430else 11937else
12431 echo "$as_me: failed program was:" >&5 11938 echo "$as_me: failed program was:" >&5
12432sed 's/^/| /' conftest.$ac_ext >&5 11939sed 's/^/| /' conftest.$ac_ext >&5
12433 11940
12434 ac_header_compiler=no 11941ac_header_compiler=no
12435fi 11942fi
12436
12437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11943rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12438{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11944echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12439echo "${ECHO_T}$ac_header_compiler" >&6; } 11945echo "${ECHO_T}$ac_header_compiler" >&6
12440 11946
12441# Is the header present? 11947# Is the header present?
12442{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 11948echo "$as_me:$LINENO: checking $ac_header presence" >&5
12443echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 11949echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12444cat >conftest.$ac_ext <<_ACEOF 11950cat >conftest.$ac_ext <<_ACEOF
12445/* confdefs.h. */ 11951/* confdefs.h. */
12446_ACEOF 11952_ACEOF
12447cat confdefs.h >>conftest.$ac_ext 11953cat confdefs.h >>conftest.$ac_ext
12448cat >>conftest.$ac_ext <<_ACEOF 11954cat >>conftest.$ac_ext <<_ACEOF
12449/* end confdefs.h. */ 11955/* end confdefs.h. */
12450#include <$ac_header> 11956#include <$ac_header>
12451_ACEOF 11957_ACEOF
12452if { (ac_try="$ac_cpp conftest.$ac_ext" 11958if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12453case "(($ac_try" in
12454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12455 *) ac_try_echo=$ac_try;;
12456esac
12457eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12458 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11959 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12459 ac_status=$? 11960 ac_status=$?
12460 grep -v '^ *+' conftest.er1 >conftest.err 11961 grep -v '^ *+' conftest.er1 >conftest.err
12461 rm -f conftest.er1 11962 rm -f conftest.er1
12462 cat conftest.err >&5 11963 cat conftest.err >&5
12463 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12464 (exit $ac_status); } >/dev/null && { 11965 (exit $ac_status); } >/dev/null; then
12465 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
12466 test ! -s conftest.err 11966 if test -s conftest.err; then
12467 }; then 11967 ac_cpp_err=$ac_cxx_preproc_warn_flag
11968 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11969 else
11970 ac_cpp_err=
11971 fi
11972else
11973 ac_cpp_err=yes
11974fi
11975if test -z "$ac_cpp_err"; then
12468 ac_header_preproc=yes 11976 ac_header_preproc=yes
12469else 11977else
12470 echo "$as_me: failed program was:" >&5 11978 echo "$as_me: failed program was:" >&5
12471sed 's/^/| /' conftest.$ac_ext >&5 11979sed 's/^/| /' conftest.$ac_ext >&5
12472 11980
12473 ac_header_preproc=no 11981 ac_header_preproc=no
12474fi 11982fi
12475
12476rm -f conftest.err conftest.$ac_ext 11983rm -f conftest.err conftest.$ac_ext
12477{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11984echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12478echo "${ECHO_T}$ac_header_preproc" >&6; } 11985echo "${ECHO_T}$ac_header_preproc" >&6
12479 11986
12480# So? What about this header? 11987# So? What about this header?
12481case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 11988case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12482 yes:no: ) 11989 yes:no: )
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11990 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12497echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12004echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12498 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12005 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12499echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12006echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12500 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12007 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12501echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12008echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12502 12009 (
12010 cat <<\_ASBOX
12011## ------------------------------------------ ##
12012## Report this to the AC_PACKAGE_NAME lists. ##
12013## ------------------------------------------ ##
12014_ASBOX
12015 ) |
12016 sed "s/^/$as_me: WARNING: /" >&2
12503 ;; 12017 ;;
12504esac 12018esac
12505{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12019echo "$as_me:$LINENO: checking for $ac_header" >&5
12506echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12020echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12507if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12021if eval "test \"\${$as_ac_Header+set}\" = set"; then
12508 echo $ECHO_N "(cached) $ECHO_C" >&6 12022 echo $ECHO_N "(cached) $ECHO_C" >&6
12509else 12023else
12510 eval "$as_ac_Header=\$ac_header_preproc" 12024 eval "$as_ac_Header=\$ac_header_preproc"
12511fi 12025fi
12512ac_res=`eval echo '${'$as_ac_Header'}'` 12026echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12513 { echo "$as_me:$LINENO: result: $ac_res" >&5 12027echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12514echo "${ECHO_T}$ac_res" >&6; }
12515 12028
12516fi 12029fi
12517if test `eval echo '${'$as_ac_Header'}'` = yes; then 12030if test `eval echo '${'$as_ac_Header'}'` = yes; then
12518 cat >>confdefs.h <<_ACEOF 12031 cat >>confdefs.h <<_ACEOF
12519#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12032#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12544 setreuid \ 12057 setreuid \
12545 setresuid \ 12058 setresuid \
12546 12059
12547do 12060do
12548as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12061as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12549{ echo "$as_me:$LINENO: checking for $ac_func" >&5 12062echo "$as_me:$LINENO: checking for $ac_func" >&5
12550echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12063echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12551if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12064if eval "test \"\${$as_ac_var+set}\" = set"; then
12552 echo $ECHO_N "(cached) $ECHO_C" >&6 12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12553else 12066else
12554 cat >conftest.$ac_ext <<_ACEOF 12067 cat >conftest.$ac_ext <<_ACEOF
12555/* confdefs.h. */ 12068/* confdefs.h. */
12556_ACEOF 12069_ACEOF
12572# include <assert.h> 12085# include <assert.h>
12573#endif 12086#endif
12574 12087
12575#undef $ac_func 12088#undef $ac_func
12576 12089
12577/* Override any GCC internal prototype to avoid an error. 12090/* Override any gcc2 internal prototype to avoid an error. */
12578 Use char because int might match the return type of a GCC
12579 builtin and then its argument prototype would still apply. */
12580#ifdef __cplusplus 12091#ifdef __cplusplus
12581extern "C" 12092extern "C"
12093{
12582#endif 12094#endif
12095/* We use char because int might match the return type of a gcc2
12096 builtin and then its argument prototype would still apply. */
12583char $ac_func (); 12097char $ac_func ();
12584/* The GNU C library defines this for functions which it implements 12098/* The GNU C library defines this for functions which it implements
12585 to always fail with ENOSYS. Some functions are actually named 12099 to always fail with ENOSYS. Some functions are actually named
12586 something starting with __ and the normal name is an alias. */ 12100 something starting with __ and the normal name is an alias. */
12587#if defined __stub_$ac_func || defined __stub___$ac_func 12101#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12588choke me 12102choke me
12103#else
12104char (*f) () = $ac_func;
12105#endif
12106#ifdef __cplusplus
12107}
12589#endif 12108#endif
12590 12109
12591int 12110int
12592main () 12111main ()
12593{ 12112{
12594return $ac_func (); 12113return f != $ac_func;
12595 ; 12114 ;
12596 return 0; 12115 return 0;
12597} 12116}
12598_ACEOF 12117_ACEOF
12599rm -f conftest.$ac_objext conftest$ac_exeext 12118rm -f conftest.$ac_objext conftest$ac_exeext
12600if { (ac_try="$ac_link"
12601case "(($ac_try" in
12602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12603 *) ac_try_echo=$ac_try;;
12604esac
12605eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12606 (eval "$ac_link") 2>conftest.er1 12120 (eval $ac_link) 2>conftest.er1
12607 ac_status=$? 12121 ac_status=$?
12608 grep -v '^ *+' conftest.er1 >conftest.err 12122 grep -v '^ *+' conftest.er1 >conftest.err
12609 rm -f conftest.er1 12123 rm -f conftest.er1
12610 cat conftest.err >&5 12124 cat conftest.err >&5
12611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } && { 12126 (exit $ac_status); } &&
12613 test -z "$ac_cxx_werror_flag" || 12127 { ac_try='test -z "$ac_cxx_werror_flag"
12614 test ! -s conftest.err 12128 || test ! -s conftest.err'
12615 } && test -s conftest$ac_exeext && 12129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12616 $as_test_x conftest$ac_exeext; then 12130 (eval $ac_try) 2>&5
12131 ac_status=$?
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); }; } &&
12134 { ac_try='test -s conftest$ac_exeext'
12135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12136 (eval $ac_try) 2>&5
12137 ac_status=$?
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); }; }; then
12617 eval "$as_ac_var=yes" 12140 eval "$as_ac_var=yes"
12618else 12141else
12619 echo "$as_me: failed program was:" >&5 12142 echo "$as_me: failed program was:" >&5
12620sed 's/^/| /' conftest.$ac_ext >&5 12143sed 's/^/| /' conftest.$ac_ext >&5
12621 12144
12622 eval "$as_ac_var=no" 12145eval "$as_ac_var=no"
12623fi 12146fi
12624 12147rm -f conftest.err conftest.$ac_objext \
12625rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12626 conftest$ac_exeext conftest.$ac_ext 12148 conftest$ac_exeext conftest.$ac_ext
12627fi 12149fi
12628ac_res=`eval echo '${'$as_ac_var'}'` 12150echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12629 { echo "$as_me:$LINENO: result: $ac_res" >&5 12151echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12630echo "${ECHO_T}$ac_res" >&6; }
12631if test `eval echo '${'$as_ac_var'}'` = yes; then 12152if test `eval echo '${'$as_ac_var'}'` = yes; then
12632 cat >>confdefs.h <<_ACEOF 12153 cat >>confdefs.h <<_ACEOF
12633#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12154#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12634_ACEOF 12155_ACEOF
12635 12156
12637done 12158done
12638 12159
12639 12160
12640have_clone=no 12161have_clone=no
12641 12162
12642{ echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5 12163echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12643echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; } 12164echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12644if test -e /dev/ptym/clone; then 12165if test -e /dev/ptym/clone; then
12645 { echo "$as_me:$LINENO: result: yes" >&5 12166 echo "$as_me:$LINENO: result: yes" >&5
12646echo "${ECHO_T}yes" >&6; } 12167echo "${ECHO_T}yes" >&6
12647 12168
12648cat >>confdefs.h <<\_ACEOF 12169cat >>confdefs.h <<\_ACEOF
12649#define HAVE_DEV_CLONE 1 12170#define HAVE_DEV_CLONE 1
12650_ACEOF 12171_ACEOF
12651 12172
12654#define CLONE_DEVICE "/dev/ptym/clone" 12175#define CLONE_DEVICE "/dev/ptym/clone"
12655_ACEOF 12176_ACEOF
12656 12177
12657 have_clone=yes 12178 have_clone=yes
12658else 12179else
12659 { echo "$as_me:$LINENO: result: no" >&5 12180 echo "$as_me:$LINENO: result: no" >&5
12660echo "${ECHO_T}no" >&6; } 12181echo "${ECHO_T}no" >&6
12661fi 12182fi
12662 12183
12663{ echo "$as_me:$LINENO: checking for /dev/ptc" >&5 12184echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12664echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; } 12185echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12665if test -e /dev/ptc; then 12186if test -e /dev/ptc; then
12666 { echo "$as_me:$LINENO: result: yes" >&5 12187 echo "$as_me:$LINENO: result: yes" >&5
12667echo "${ECHO_T}yes" >&6; } 12188echo "${ECHO_T}yes" >&6
12668 12189
12669cat >>confdefs.h <<\_ACEOF 12190cat >>confdefs.h <<\_ACEOF
12670#define HAVE_DEV_PTC 1 12191#define HAVE_DEV_PTC 1
12671_ACEOF 12192_ACEOF
12672 12193
12675#define CLONE_DEVICE "/dev/ptc" 12196#define CLONE_DEVICE "/dev/ptc"
12676_ACEOF 12197_ACEOF
12677 12198
12678 have_clone=yes 12199 have_clone=yes
12679else 12200else
12680 { echo "$as_me:$LINENO: result: no" >&5 12201 echo "$as_me:$LINENO: result: no" >&5
12681echo "${ECHO_T}no" >&6; } 12202echo "${ECHO_T}no" >&6
12682fi 12203fi
12683 12204
12684case $host in 12205case $host in
12685 *-*-cygwin*) 12206 *-*-cygwin*)
12686 have_clone=yes 12207 have_clone=yes
12689#define CLONE_DEVICE "/dev/ptmx" 12210#define CLONE_DEVICE "/dev/ptmx"
12690_ACEOF 12211_ACEOF
12691 12212
12692 ;; 12213 ;;
12693 *) 12214 *)
12694 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5 12215 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12695echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; } 12216echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12696 if test -e /dev/ptmx; then 12217 if test -e /dev/ptmx; then
12697 { echo "$as_me:$LINENO: result: yes" >&5 12218 echo "$as_me:$LINENO: result: yes" >&5
12698echo "${ECHO_T}yes" >&6; } 12219echo "${ECHO_T}yes" >&6
12699 12220
12700cat >>confdefs.h <<\_ACEOF 12221cat >>confdefs.h <<\_ACEOF
12701#define HAVE_DEV_PTMX 1 12222#define HAVE_DEV_PTMX 1
12702_ACEOF 12223_ACEOF
12703 12224
12706#define CLONE_DEVICE "/dev/ptmx" 12227#define CLONE_DEVICE "/dev/ptmx"
12707_ACEOF 12228_ACEOF
12708 12229
12709 have_clone=yes 12230 have_clone=yes
12710 else 12231 else
12711 { echo "$as_me:$LINENO: result: no" >&5 12232 echo "$as_me:$LINENO: result: no" >&5
12712echo "${ECHO_T}no" >&6; } 12233echo "${ECHO_T}no" >&6
12713 fi 12234 fi
12714 ;; 12235 ;;
12715esac 12236esac
12716 12237
12717if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then 12238if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12718 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5 12239 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12719echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; } 12240echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12720 cat >conftest.$ac_ext <<_ACEOF 12241 cat >conftest.$ac_ext <<_ACEOF
12721/* confdefs.h. */ 12242/* confdefs.h. */
12722_ACEOF 12243_ACEOF
12723cat confdefs.h >>conftest.$ac_ext 12244cat confdefs.h >>conftest.$ac_ext
12724cat >>conftest.$ac_ext <<_ACEOF 12245cat >>conftest.$ac_ext <<_ACEOF
12731 ; 12252 ;
12732 return 0; 12253 return 0;
12733} 12254}
12734_ACEOF 12255_ACEOF
12735rm -f conftest.$ac_objext conftest$ac_exeext 12256rm -f conftest.$ac_objext conftest$ac_exeext
12736if { (ac_try="$ac_link"
12737case "(($ac_try" in
12738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12739 *) ac_try_echo=$ac_try;;
12740esac
12741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12257if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12742 (eval "$ac_link") 2>conftest.er1 12258 (eval $ac_link) 2>conftest.er1
12743 ac_status=$? 12259 ac_status=$?
12744 grep -v '^ *+' conftest.er1 >conftest.err 12260 grep -v '^ *+' conftest.er1 >conftest.err
12745 rm -f conftest.er1 12261 rm -f conftest.er1
12746 cat conftest.err >&5 12262 cat conftest.err >&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); } && { 12264 (exit $ac_status); } &&
12749 test -z "$ac_cxx_werror_flag" || 12265 { ac_try='test -z "$ac_cxx_werror_flag"
12750 test ! -s conftest.err 12266 || test ! -s conftest.err'
12751 } && test -s conftest$ac_exeext && 12267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12752 $as_test_x conftest$ac_exeext; then 12268 (eval $ac_try) 2>&5
12269 ac_status=$?
12270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12271 (exit $ac_status); }; } &&
12272 { ac_try='test -s conftest$ac_exeext'
12273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12274 (eval $ac_try) 2>&5
12275 ac_status=$?
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); }; }; then
12753 unix98_pty=yes 12278 unix98_pty=yes
12754 12279
12755cat >>confdefs.h <<\_ACEOF 12280cat >>confdefs.h <<\_ACEOF
12756#define UNIX98_PTY 1 12281#define UNIX98_PTY 1
12757_ACEOF 12282_ACEOF
12758 12283
12759 { echo "$as_me:$LINENO: result: yes" >&5 12284 echo "$as_me:$LINENO: result: yes" >&5
12760echo "${ECHO_T}yes" >&6; } 12285echo "${ECHO_T}yes" >&6
12761else 12286else
12762 echo "$as_me: failed program was:" >&5 12287 echo "$as_me: failed program was:" >&5
12763sed 's/^/| /' conftest.$ac_ext >&5 12288sed 's/^/| /' conftest.$ac_ext >&5
12764 12289
12765 { echo "$as_me:$LINENO: result: no" >&5 12290echo "$as_me:$LINENO: result: no" >&5
12766echo "${ECHO_T}no" >&6; } 12291echo "${ECHO_T}no" >&6
12767fi 12292fi
12768 12293rm -f conftest.err conftest.$ac_objext \
12769rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12770 conftest$ac_exeext conftest.$ac_ext 12294 conftest$ac_exeext conftest.$ac_ext
12771fi 12295fi
12772 12296
12773if test -z "$unix98_pty"; then 12297if test -z "$unix98_pty"; then
12774 12298
12775for ac_func in openpty 12299for ac_func in openpty
12776do 12300do
12777as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12301as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12778{ echo "$as_me:$LINENO: checking for $ac_func" >&5 12302echo "$as_me:$LINENO: checking for $ac_func" >&5
12779echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12303echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12780if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12304if eval "test \"\${$as_ac_var+set}\" = set"; then
12781 echo $ECHO_N "(cached) $ECHO_C" >&6 12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12782else 12306else
12783 cat >conftest.$ac_ext <<_ACEOF 12307 cat >conftest.$ac_ext <<_ACEOF
12784/* confdefs.h. */ 12308/* confdefs.h. */
12785_ACEOF 12309_ACEOF
12801# include <assert.h> 12325# include <assert.h>
12802#endif 12326#endif
12803 12327
12804#undef $ac_func 12328#undef $ac_func
12805 12329
12806/* Override any GCC internal prototype to avoid an error. 12330/* Override any gcc2 internal prototype to avoid an error. */
12807 Use char because int might match the return type of a GCC
12808 builtin and then its argument prototype would still apply. */
12809#ifdef __cplusplus 12331#ifdef __cplusplus
12810extern "C" 12332extern "C"
12333{
12811#endif 12334#endif
12335/* We use char because int might match the return type of a gcc2
12336 builtin and then its argument prototype would still apply. */
12812char $ac_func (); 12337char $ac_func ();
12813/* The GNU C library defines this for functions which it implements 12338/* The GNU C library defines this for functions which it implements
12814 to always fail with ENOSYS. Some functions are actually named 12339 to always fail with ENOSYS. Some functions are actually named
12815 something starting with __ and the normal name is an alias. */ 12340 something starting with __ and the normal name is an alias. */
12816#if defined __stub_$ac_func || defined __stub___$ac_func 12341#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12817choke me 12342choke me
12343#else
12344char (*f) () = $ac_func;
12345#endif
12346#ifdef __cplusplus
12347}
12818#endif 12348#endif
12819 12349
12820int 12350int
12821main () 12351main ()
12822{ 12352{
12823return $ac_func (); 12353return f != $ac_func;
12824 ; 12354 ;
12825 return 0; 12355 return 0;
12826} 12356}
12827_ACEOF 12357_ACEOF
12828rm -f conftest.$ac_objext conftest$ac_exeext 12358rm -f conftest.$ac_objext conftest$ac_exeext
12829if { (ac_try="$ac_link"
12830case "(($ac_try" in
12831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12832 *) ac_try_echo=$ac_try;;
12833esac
12834eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12359if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12835 (eval "$ac_link") 2>conftest.er1 12360 (eval $ac_link) 2>conftest.er1
12836 ac_status=$? 12361 ac_status=$?
12837 grep -v '^ *+' conftest.er1 >conftest.err 12362 grep -v '^ *+' conftest.er1 >conftest.err
12838 rm -f conftest.er1 12363 rm -f conftest.er1
12839 cat conftest.err >&5 12364 cat conftest.err >&5
12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841 (exit $ac_status); } && { 12366 (exit $ac_status); } &&
12842 test -z "$ac_cxx_werror_flag" || 12367 { ac_try='test -z "$ac_cxx_werror_flag"
12843 test ! -s conftest.err 12368 || test ! -s conftest.err'
12844 } && test -s conftest$ac_exeext && 12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12845 $as_test_x conftest$ac_exeext; then 12370 (eval $ac_try) 2>&5
12371 ac_status=$?
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; } &&
12374 { ac_try='test -s conftest$ac_exeext'
12375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12376 (eval $ac_try) 2>&5
12377 ac_status=$?
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); }; }; then
12846 eval "$as_ac_var=yes" 12380 eval "$as_ac_var=yes"
12847else 12381else
12848 echo "$as_me: failed program was:" >&5 12382 echo "$as_me: failed program was:" >&5
12849sed 's/^/| /' conftest.$ac_ext >&5 12383sed 's/^/| /' conftest.$ac_ext >&5
12850 12384
12851 eval "$as_ac_var=no" 12385eval "$as_ac_var=no"
12852fi 12386fi
12853 12387rm -f conftest.err conftest.$ac_objext \
12854rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12855 conftest$ac_exeext conftest.$ac_ext 12388 conftest$ac_exeext conftest.$ac_ext
12856fi 12389fi
12857ac_res=`eval echo '${'$as_ac_var'}'` 12390echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12858 { echo "$as_me:$LINENO: result: $ac_res" >&5 12391echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12859echo "${ECHO_T}$ac_res" >&6; }
12860if test `eval echo '${'$as_ac_var'}'` = yes; then 12392if test `eval echo '${'$as_ac_var'}'` = yes; then
12861 cat >>confdefs.h <<_ACEOF 12393 cat >>confdefs.h <<_ACEOF
12862#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12394#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12863_ACEOF 12395_ACEOF
12864 12396
12865else 12397else
12866 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 12398 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12867echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } 12399echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12868if test "${ac_cv_lib_util_openpty+set}" = set; then 12400if test "${ac_cv_lib_util_openpty+set}" = set; then
12869 echo $ECHO_N "(cached) $ECHO_C" >&6 12401 echo $ECHO_N "(cached) $ECHO_C" >&6
12870else 12402else
12871 ac_check_lib_save_LIBS=$LIBS 12403 ac_check_lib_save_LIBS=$LIBS
12872LIBS="-lutil $LIBS" 12404LIBS="-lutil $LIBS"
12875_ACEOF 12407_ACEOF
12876cat confdefs.h >>conftest.$ac_ext 12408cat confdefs.h >>conftest.$ac_ext
12877cat >>conftest.$ac_ext <<_ACEOF 12409cat >>conftest.$ac_ext <<_ACEOF
12878/* end confdefs.h. */ 12410/* end confdefs.h. */
12879 12411
12880/* Override any GCC internal prototype to avoid an error. 12412/* Override any gcc2 internal prototype to avoid an error. */
12881 Use char because int might match the return type of a GCC
12882 builtin and then its argument prototype would still apply. */
12883#ifdef __cplusplus 12413#ifdef __cplusplus
12884extern "C" 12414extern "C"
12885#endif 12415#endif
12416/* We use char because int might match the return type of a gcc2
12417 builtin and then its argument prototype would still apply. */
12886char openpty (); 12418char openpty ();
12887int 12419int
12888main () 12420main ()
12889{ 12421{
12890return openpty (); 12422openpty ();
12891 ; 12423 ;
12892 return 0; 12424 return 0;
12893} 12425}
12894_ACEOF 12426_ACEOF
12895rm -f conftest.$ac_objext conftest$ac_exeext 12427rm -f conftest.$ac_objext conftest$ac_exeext
12896if { (ac_try="$ac_link"
12897case "(($ac_try" in
12898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12899 *) ac_try_echo=$ac_try;;
12900esac
12901eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12428if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12902 (eval "$ac_link") 2>conftest.er1 12429 (eval $ac_link) 2>conftest.er1
12903 ac_status=$? 12430 ac_status=$?
12904 grep -v '^ *+' conftest.er1 >conftest.err 12431 grep -v '^ *+' conftest.er1 >conftest.err
12905 rm -f conftest.er1 12432 rm -f conftest.er1
12906 cat conftest.err >&5 12433 cat conftest.err >&5
12907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12908 (exit $ac_status); } && { 12435 (exit $ac_status); } &&
12909 test -z "$ac_cxx_werror_flag" || 12436 { ac_try='test -z "$ac_cxx_werror_flag"
12910 test ! -s conftest.err 12437 || test ! -s conftest.err'
12911 } && test -s conftest$ac_exeext && 12438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12912 $as_test_x conftest$ac_exeext; then 12439 (eval $ac_try) 2>&5
12440 ac_status=$?
12441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12442 (exit $ac_status); }; } &&
12443 { ac_try='test -s conftest$ac_exeext'
12444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12445 (eval $ac_try) 2>&5
12446 ac_status=$?
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); }; }; then
12913 ac_cv_lib_util_openpty=yes 12449 ac_cv_lib_util_openpty=yes
12914else 12450else
12915 echo "$as_me: failed program was:" >&5 12451 echo "$as_me: failed program was:" >&5
12916sed 's/^/| /' conftest.$ac_ext >&5 12452sed 's/^/| /' conftest.$ac_ext >&5
12917 12453
12918 ac_cv_lib_util_openpty=no 12454ac_cv_lib_util_openpty=no
12919fi 12455fi
12920 12456rm -f conftest.err conftest.$ac_objext \
12921rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12922 conftest$ac_exeext conftest.$ac_ext 12457 conftest$ac_exeext conftest.$ac_ext
12923LIBS=$ac_check_lib_save_LIBS 12458LIBS=$ac_check_lib_save_LIBS
12924fi 12459fi
12925{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 12460echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12926echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } 12461echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12927if test $ac_cv_lib_util_openpty = yes; then 12462if test $ac_cv_lib_util_openpty = yes; then
12928 cat >>confdefs.h <<\_ACEOF 12463 cat >>confdefs.h <<\_ACEOF
12929#define HAVE_OPENPTY 1 12464#define HAVE_OPENPTY 1
12930_ACEOF 12465_ACEOF
12931 LIBS="$LIBS -lutil" 12466 LIBS="$LIBS -lutil"
12936 12471
12937fi 12472fi
12938 12473
12939 12474
12940 12475
12941{ echo "$as_me:$LINENO: checking for tty group" >&5 12476echo "$as_me:$LINENO: checking for tty group" >&5
12942echo $ECHO_N "checking for tty group... $ECHO_C" >&6; } 12477echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12943if test "${tty_group+set}" = set; then 12478if test "${tty_group+set}" = set; then
12944 echo $ECHO_N "(cached) $ECHO_C" >&6 12479 echo $ECHO_N "(cached) $ECHO_C" >&6
12945else 12480else
12946 if test "$cross_compiling" = yes; then 12481 if test "$cross_compiling" = yes; then
12947 tty_group=no 12482 tty_group=no
12973 else 12508 else
12974 return 1; 12509 return 1;
12975} 12510}
12976_ACEOF 12511_ACEOF
12977rm -f conftest$ac_exeext 12512rm -f conftest$ac_exeext
12978if { (ac_try="$ac_link"
12979case "(($ac_try" in
12980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12981 *) ac_try_echo=$ac_try;;
12982esac
12983eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12513if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12984 (eval "$ac_link") 2>&5 12514 (eval $ac_link) 2>&5
12985 ac_status=$? 12515 ac_status=$?
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12517 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12988 { (case "(($ac_try" in
12989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12990 *) ac_try_echo=$ac_try;;
12991esac
12992eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12993 (eval "$ac_try") 2>&5 12519 (eval $ac_try) 2>&5
12994 ac_status=$? 12520 ac_status=$?
12995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12996 (exit $ac_status); }; }; then 12522 (exit $ac_status); }; }; then
12997 tty_group=yes 12523 tty_group=yes
12998else 12524else
13001sed 's/^/| /' conftest.$ac_ext >&5 12527sed 's/^/| /' conftest.$ac_ext >&5
13002 12528
13003( exit $ac_status ) 12529( exit $ac_status )
13004tty_group=no 12530tty_group=no
13005fi 12531fi
13006rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12532rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13007fi 12533fi
13008
13009
13010fi 12534fi
13011{ echo "$as_me:$LINENO: result: $tty_group" >&5 12535echo "$as_me:$LINENO: result: $tty_group" >&5
13012echo "${ECHO_T}$tty_group" >&6; } 12536echo "${ECHO_T}$tty_group" >&6
13013if test x$tty_group = xyes; then 12537if test x$tty_group = xyes; then
13014 12538
13015cat >>confdefs.h <<\_ACEOF 12539cat >>confdefs.h <<\_ACEOF
13016#define TTY_GID_SUPPORT 1 12540#define TTY_GID_SUPPORT 1
13017_ACEOF 12541_ACEOF
13019fi 12543fi
13020 12544
13021if test x$support_xft = xyes; then 12545if test x$support_xft = xyes; then
13022 # Extract the first word of "pkg-config", so it can be a program name with args. 12546 # Extract the first word of "pkg-config", so it can be a program name with args.
13023set dummy pkg-config; ac_word=$2 12547set dummy pkg-config; ac_word=$2
13024{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12548echo "$as_me:$LINENO: checking for $ac_word" >&5
13025echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13026if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12550if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13027 echo $ECHO_N "(cached) $ECHO_C" >&6 12551 echo $ECHO_N "(cached) $ECHO_C" >&6
13028else 12552else
13029 case $PKG_CONFIG in 12553 case $PKG_CONFIG in
13030 [\\/]* | ?:[\\/]*) 12554 [\\/]* | ?:[\\/]*)
13035for as_dir in $PATH 12559for as_dir in $PATH
13036do 12560do
13037 IFS=$as_save_IFS 12561 IFS=$as_save_IFS
13038 test -z "$as_dir" && as_dir=. 12562 test -z "$as_dir" && as_dir=.
13039 for ac_exec_ext in '' $ac_executable_extensions; do 12563 for ac_exec_ext in '' $ac_executable_extensions; do
13040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12564 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13041 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12565 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13043 break 2 12567 break 2
13044 fi 12568 fi
13045done 12569done
13046done 12570done
13047IFS=$as_save_IFS
13048 12571
13049 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12572 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13050 ;; 12573 ;;
13051esac 12574esac
13052fi 12575fi
13053PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12576PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12577
13054if test -n "$PKG_CONFIG"; then 12578if test -n "$PKG_CONFIG"; then
13055 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12579 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13056echo "${ECHO_T}$PKG_CONFIG" >&6; } 12580echo "${ECHO_T}$PKG_CONFIG" >&6
13057else 12581else
13058 { echo "$as_me:$LINENO: result: no" >&5 12582 echo "$as_me:$LINENO: result: no" >&5
13059echo "${ECHO_T}no" >&6; } 12583echo "${ECHO_T}no" >&6
13060fi 12584fi
13061
13062 12585
13063 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 12586 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
13064 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 12587 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
13065 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 12588 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
13066 else 12589 else
13067 # Extract the first word of "xft-config", so it can be a program name with args. 12590 # Extract the first word of "xft-config", so it can be a program name with args.
13068set dummy xft-config; ac_word=$2 12591set dummy xft-config; ac_word=$2
13069{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12592echo "$as_me:$LINENO: checking for $ac_word" >&5
13070echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12593echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13071if test "${ac_cv_path_XFT_CONFIG+set}" = set; then 12594if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
13072 echo $ECHO_N "(cached) $ECHO_C" >&6 12595 echo $ECHO_N "(cached) $ECHO_C" >&6
13073else 12596else
13074 case $XFT_CONFIG in 12597 case $XFT_CONFIG in
13075 [\\/]* | ?:[\\/]*) 12598 [\\/]* | ?:[\\/]*)
13080for as_dir in $PATH 12603for as_dir in $PATH
13081do 12604do
13082 IFS=$as_save_IFS 12605 IFS=$as_save_IFS
13083 test -z "$as_dir" && as_dir=. 12606 test -z "$as_dir" && as_dir=.
13084 for ac_exec_ext in '' $ac_executable_extensions; do 12607 for ac_exec_ext in '' $ac_executable_extensions; do
13085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12608 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13086 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12609 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13088 break 2 12611 break 2
13089 fi 12612 fi
13090done 12613done
13091done 12614done
13092IFS=$as_save_IFS
13093 12615
13094 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no" 12616 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
13095 ;; 12617 ;;
13096esac 12618esac
13097fi 12619fi
13098XFT_CONFIG=$ac_cv_path_XFT_CONFIG 12620XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12621
13099if test -n "$XFT_CONFIG"; then 12622if test -n "$XFT_CONFIG"; then
13100 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5 12623 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
13101echo "${ECHO_T}$XFT_CONFIG" >&6; } 12624echo "${ECHO_T}$XFT_CONFIG" >&6
13102else 12625else
13103 { echo "$as_me:$LINENO: result: no" >&5 12626 echo "$as_me:$LINENO: result: no" >&5
13104echo "${ECHO_T}no" >&6; } 12627echo "${ECHO_T}no" >&6
13105fi 12628fi
13106
13107 12629
13108 if test $XFT_CONFIG != no; then 12630 if test $XFT_CONFIG != no; then
13109 LIBS="$LIBS `$XFT_CONFIG --libs`" 12631 LIBS="$LIBS `$XFT_CONFIG --libs`"
13110 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 12632 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
13111 fi 12633 fi
13113 12635
13114 12636
13115for ac_header in X11/Xft/Xft.h 12637for ac_header in X11/Xft/Xft.h
13116do 12638do
13117as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12639as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13118if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12640if eval "test \"\${$as_ac_Header+set}\" = set"; then
13119 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12641 echo "$as_me:$LINENO: checking for $ac_header" >&5
13120echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12642echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13121if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12643if eval "test \"\${$as_ac_Header+set}\" = set"; then
13122 echo $ECHO_N "(cached) $ECHO_C" >&6 12644 echo $ECHO_N "(cached) $ECHO_C" >&6
13123fi 12645fi
13124ac_res=`eval echo '${'$as_ac_Header'}'` 12646echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13125 { echo "$as_me:$LINENO: result: $ac_res" >&5 12647echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13126echo "${ECHO_T}$ac_res" >&6; }
13127else 12648else
13128 # Is the header compilable? 12649 # Is the header compilable?
13129{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 12650echo "$as_me:$LINENO: checking $ac_header usability" >&5
13130echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12651echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13131cat >conftest.$ac_ext <<_ACEOF 12652cat >conftest.$ac_ext <<_ACEOF
13132/* confdefs.h. */ 12653/* confdefs.h. */
13133_ACEOF 12654_ACEOF
13134cat confdefs.h >>conftest.$ac_ext 12655cat confdefs.h >>conftest.$ac_ext
13135cat >>conftest.$ac_ext <<_ACEOF 12656cat >>conftest.$ac_ext <<_ACEOF
13136/* end confdefs.h. */ 12657/* end confdefs.h. */
13137$ac_includes_default 12658$ac_includes_default
13138#include <$ac_header> 12659#include <$ac_header>
13139_ACEOF 12660_ACEOF
13140rm -f conftest.$ac_objext 12661rm -f conftest.$ac_objext
13141if { (ac_try="$ac_compile"
13142case "(($ac_try" in
13143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13144 *) ac_try_echo=$ac_try;;
13145esac
13146eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12662if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13147 (eval "$ac_compile") 2>conftest.er1 12663 (eval $ac_compile) 2>conftest.er1
13148 ac_status=$? 12664 ac_status=$?
13149 grep -v '^ *+' conftest.er1 >conftest.err 12665 grep -v '^ *+' conftest.er1 >conftest.err
13150 rm -f conftest.er1 12666 rm -f conftest.er1
13151 cat conftest.err >&5 12667 cat conftest.err >&5
13152 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13153 (exit $ac_status); } && { 12669 (exit $ac_status); } &&
13154 test -z "$ac_cxx_werror_flag" || 12670 { ac_try='test -z "$ac_cxx_werror_flag"
13155 test ! -s conftest.err 12671 || test ! -s conftest.err'
13156 } && test -s conftest.$ac_objext; then 12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12674 ac_status=$?
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; } &&
12677 { ac_try='test -s conftest.$ac_objext'
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
13157 ac_header_compiler=yes 12683 ac_header_compiler=yes
13158else 12684else
13159 echo "$as_me: failed program was:" >&5 12685 echo "$as_me: failed program was:" >&5
13160sed 's/^/| /' conftest.$ac_ext >&5 12686sed 's/^/| /' conftest.$ac_ext >&5
13161 12687
13162 ac_header_compiler=no 12688ac_header_compiler=no
13163fi 12689fi
13164
13165rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13166{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12691echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13167echo "${ECHO_T}$ac_header_compiler" >&6; } 12692echo "${ECHO_T}$ac_header_compiler" >&6
13168 12693
13169# Is the header present? 12694# Is the header present?
13170{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 12695echo "$as_me:$LINENO: checking $ac_header presence" >&5
13171echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 12696echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13172cat >conftest.$ac_ext <<_ACEOF 12697cat >conftest.$ac_ext <<_ACEOF
13173/* confdefs.h. */ 12698/* confdefs.h. */
13174_ACEOF 12699_ACEOF
13175cat confdefs.h >>conftest.$ac_ext 12700cat confdefs.h >>conftest.$ac_ext
13176cat >>conftest.$ac_ext <<_ACEOF 12701cat >>conftest.$ac_ext <<_ACEOF
13177/* end confdefs.h. */ 12702/* end confdefs.h. */
13178#include <$ac_header> 12703#include <$ac_header>
13179_ACEOF 12704_ACEOF
13180if { (ac_try="$ac_cpp conftest.$ac_ext" 12705if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13181case "(($ac_try" in
13182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13183 *) ac_try_echo=$ac_try;;
13184esac
13185eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13186 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 12706 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13187 ac_status=$? 12707 ac_status=$?
13188 grep -v '^ *+' conftest.er1 >conftest.err 12708 grep -v '^ *+' conftest.er1 >conftest.err
13189 rm -f conftest.er1 12709 rm -f conftest.er1
13190 cat conftest.err >&5 12710 cat conftest.err >&5
13191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13192 (exit $ac_status); } >/dev/null && { 12712 (exit $ac_status); } >/dev/null; then
13193 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
13194 test ! -s conftest.err 12713 if test -s conftest.err; then
13195 }; then 12714 ac_cpp_err=$ac_cxx_preproc_warn_flag
12715 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12716 else
12717 ac_cpp_err=
12718 fi
12719else
12720 ac_cpp_err=yes
12721fi
12722if test -z "$ac_cpp_err"; then
13196 ac_header_preproc=yes 12723 ac_header_preproc=yes
13197else 12724else
13198 echo "$as_me: failed program was:" >&5 12725 echo "$as_me: failed program was:" >&5
13199sed 's/^/| /' conftest.$ac_ext >&5 12726sed 's/^/| /' conftest.$ac_ext >&5
13200 12727
13201 ac_header_preproc=no 12728 ac_header_preproc=no
13202fi 12729fi
13203
13204rm -f conftest.err conftest.$ac_ext 12730rm -f conftest.err conftest.$ac_ext
13205{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12731echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13206echo "${ECHO_T}$ac_header_preproc" >&6; } 12732echo "${ECHO_T}$ac_header_preproc" >&6
13207 12733
13208# So? What about this header? 12734# So? What about this header?
13209case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 12735case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
13210 yes:no: ) 12736 yes:no: )
13211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12737 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13225echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12751echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12752 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13227echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12753echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12754 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13229echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12755echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13230 12756 (
12757 cat <<\_ASBOX
12758## ------------------------------------------ ##
12759## Report this to the AC_PACKAGE_NAME lists. ##
12760## ------------------------------------------ ##
12761_ASBOX
12762 ) |
12763 sed "s/^/$as_me: WARNING: /" >&2
13231 ;; 12764 ;;
13232esac 12765esac
13233{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12766echo "$as_me:$LINENO: checking for $ac_header" >&5
13234echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12767echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13235if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12768if eval "test \"\${$as_ac_Header+set}\" = set"; then
13236 echo $ECHO_N "(cached) $ECHO_C" >&6 12769 echo $ECHO_N "(cached) $ECHO_C" >&6
13237else 12770else
13238 eval "$as_ac_Header=\$ac_header_preproc" 12771 eval "$as_ac_Header=\$ac_header_preproc"
13239fi 12772fi
13240ac_res=`eval echo '${'$as_ac_Header'}'` 12773echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13241 { echo "$as_me:$LINENO: result: $ac_res" >&5 12774echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13242echo "${ECHO_T}$ac_res" >&6; }
13243 12775
13244fi 12776fi
13245if test `eval echo '${'$as_ac_Header'}'` = yes; then 12777if test `eval echo '${'$as_ac_Header'}'` = yes; then
13246 cat >>confdefs.h <<_ACEOF 12778 cat >>confdefs.h <<_ACEOF
13247#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12779#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13252fi 12784fi
13253 12785
13254done 12786done
13255 12787
13256 12788
13257{ echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5 12789echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
13258echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; } 12790echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
13259if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then 12791if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
13260 echo $ECHO_N "(cached) $ECHO_C" >&6 12792 echo $ECHO_N "(cached) $ECHO_C" >&6
13261else 12793else
13262 ac_check_lib_save_LIBS=$LIBS 12794 ac_check_lib_save_LIBS=$LIBS
13263LIBS="-lXft $LIBS" 12795LIBS="-lXft $LIBS"
13266_ACEOF 12798_ACEOF
13267cat confdefs.h >>conftest.$ac_ext 12799cat confdefs.h >>conftest.$ac_ext
13268cat >>conftest.$ac_ext <<_ACEOF 12800cat >>conftest.$ac_ext <<_ACEOF
13269/* end confdefs.h. */ 12801/* end confdefs.h. */
13270 12802
13271/* Override any GCC internal prototype to avoid an error. 12803/* Override any gcc2 internal prototype to avoid an error. */
13272 Use char because int might match the return type of a GCC
13273 builtin and then its argument prototype would still apply. */
13274#ifdef __cplusplus 12804#ifdef __cplusplus
13275extern "C" 12805extern "C"
13276#endif 12806#endif
12807/* We use char because int might match the return type of a gcc2
12808 builtin and then its argument prototype would still apply. */
13277char XftDrawString32 (); 12809char XftDrawString32 ();
13278int 12810int
13279main () 12811main ()
13280{ 12812{
13281return XftDrawString32 (); 12813XftDrawString32 ();
13282 ; 12814 ;
13283 return 0; 12815 return 0;
13284} 12816}
13285_ACEOF 12817_ACEOF
13286rm -f conftest.$ac_objext conftest$ac_exeext 12818rm -f conftest.$ac_objext conftest$ac_exeext
13287if { (ac_try="$ac_link"
13288case "(($ac_try" in
13289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13290 *) ac_try_echo=$ac_try;;
13291esac
13292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12819if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13293 (eval "$ac_link") 2>conftest.er1 12820 (eval $ac_link) 2>conftest.er1
13294 ac_status=$? 12821 ac_status=$?
13295 grep -v '^ *+' conftest.er1 >conftest.err 12822 grep -v '^ *+' conftest.er1 >conftest.err
13296 rm -f conftest.er1 12823 rm -f conftest.er1
13297 cat conftest.err >&5 12824 cat conftest.err >&5
13298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13299 (exit $ac_status); } && { 12826 (exit $ac_status); } &&
13300 test -z "$ac_cxx_werror_flag" || 12827 { ac_try='test -z "$ac_cxx_werror_flag"
13301 test ! -s conftest.err 12828 || test ! -s conftest.err'
13302 } && test -s conftest$ac_exeext && 12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13303 $as_test_x conftest$ac_exeext; then 12830 (eval $ac_try) 2>&5
12831 ac_status=$?
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; } &&
12834 { ac_try='test -s conftest$ac_exeext'
12835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12836 (eval $ac_try) 2>&5
12837 ac_status=$?
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); }; }; then
13304 ac_cv_lib_Xft_XftDrawString32=yes 12840 ac_cv_lib_Xft_XftDrawString32=yes
13305else 12841else
13306 echo "$as_me: failed program was:" >&5 12842 echo "$as_me: failed program was:" >&5
13307sed 's/^/| /' conftest.$ac_ext >&5 12843sed 's/^/| /' conftest.$ac_ext >&5
13308 12844
13309 ac_cv_lib_Xft_XftDrawString32=no 12845ac_cv_lib_Xft_XftDrawString32=no
13310fi 12846fi
13311 12847rm -f conftest.err conftest.$ac_objext \
13312rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13313 conftest$ac_exeext conftest.$ac_ext 12848 conftest$ac_exeext conftest.$ac_ext
13314LIBS=$ac_check_lib_save_LIBS 12849LIBS=$ac_check_lib_save_LIBS
13315fi 12850fi
13316{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5 12851echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
13317echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; } 12852echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
13318if test $ac_cv_lib_Xft_XftDrawString32 = yes; then 12853if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
13319 cat >>confdefs.h <<_ACEOF 12854 cat >>confdefs.h <<_ACEOF
13320#define HAVE_LIBXFT 1 12855#define HAVE_LIBXFT 1
13321_ACEOF 12856_ACEOF
13322 12857
13419#define USE_XIM 1 12954#define USE_XIM 1
13420_ACEOF 12955_ACEOF
13421 12956
13422 fi 12957 fi
13423fi 12958fi
13424if test x$support_xpm = xyes; then 12959if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13425 12960
13426cat >>confdefs.h <<\_ACEOF 12961cat >>confdefs.h <<\_ACEOF
13427#define XPM_BACKGROUND 1 12962#define XPM_BACKGROUND 1
13428_ACEOF 12963_ACEOF
13429 12964
13430fi 12965fi
12966
12967if test x$support_afterimage = xyes; then
12968
12969cat >>confdefs.h <<\_ACEOF
12970#define HAVE_AFTERIMAGE 1
12971_ACEOF
12972
12973fi
12974
12975if test x$support_afterstep = xyes; then
12976
12977cat >>confdefs.h <<\_ACEOF
12978#define AFTERSTEP_INTEGRATION 1
12979_ACEOF
12980
12981fi
12982
13431if test x$support_scroll_rxvt = xyes; then 12983if test x$support_scroll_rxvt = xyes; then
13432 12984
13433cat >>confdefs.h <<\_ACEOF 12985cat >>confdefs.h <<\_ACEOF
13434#define RXVT_SCROLLBAR 1 12986#define RXVT_SCROLLBAR 1
13435_ACEOF 12987_ACEOF
13533 13085
13534IF_PERL=\# 13086IF_PERL=\#
13535if test x$support_perl = xyes; then 13087if test x$support_perl = xyes; then
13536 # Extract the first word of "perl5", so it can be a program name with args. 13088 # Extract the first word of "perl5", so it can be a program name with args.
13537set dummy perl5; ac_word=$2 13089set dummy perl5; ac_word=$2
13538{ echo "$as_me:$LINENO: checking for $ac_word" >&5 13090echo "$as_me:$LINENO: checking for $ac_word" >&5
13539echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13091echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13540if test "${ac_cv_path_PERL+set}" = set; then 13092if test "${ac_cv_path_PERL+set}" = set; then
13541 echo $ECHO_N "(cached) $ECHO_C" >&6 13093 echo $ECHO_N "(cached) $ECHO_C" >&6
13542else 13094else
13543 case $PERL in 13095 case $PERL in
13544 [\\/]* | ?:[\\/]*) 13096 [\\/]* | ?:[\\/]*)
13549for as_dir in $PATH 13101for as_dir in $PATH
13550do 13102do
13551 IFS=$as_save_IFS 13103 IFS=$as_save_IFS
13552 test -z "$as_dir" && as_dir=. 13104 test -z "$as_dir" && as_dir=.
13553 for ac_exec_ext in '' $ac_executable_extensions; do 13105 for ac_exec_ext in '' $ac_executable_extensions; do
13554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13555 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 13107 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13556 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13557 break 2 13109 break 2
13558 fi 13110 fi
13559done 13111done
13560done 13112done
13561IFS=$as_save_IFS
13562 13113
13563 ;; 13114 ;;
13564esac 13115esac
13565fi 13116fi
13566PERL=$ac_cv_path_PERL 13117PERL=$ac_cv_path_PERL
13118
13567if test -n "$PERL"; then 13119if test -n "$PERL"; then
13568 { echo "$as_me:$LINENO: result: $PERL" >&5 13120 echo "$as_me:$LINENO: result: $PERL" >&5
13569echo "${ECHO_T}$PERL" >&6; } 13121echo "${ECHO_T}$PERL" >&6
13570else 13122else
13571 { echo "$as_me:$LINENO: result: no" >&5 13123 echo "$as_me:$LINENO: result: no" >&5
13572echo "${ECHO_T}no" >&6; } 13124echo "${ECHO_T}no" >&6
13573fi 13125fi
13574
13575 13126
13576 # Extract the first word of "perl", so it can be a program name with args. 13127 # Extract the first word of "perl", so it can be a program name with args.
13577set dummy perl; ac_word=$2 13128set dummy perl; ac_word=$2
13578{ echo "$as_me:$LINENO: checking for $ac_word" >&5 13129echo "$as_me:$LINENO: checking for $ac_word" >&5
13579echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13130echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13580if test "${ac_cv_path_PERL+set}" = set; then 13131if test "${ac_cv_path_PERL+set}" = set; then
13581 echo $ECHO_N "(cached) $ECHO_C" >&6 13132 echo $ECHO_N "(cached) $ECHO_C" >&6
13582else 13133else
13583 case $PERL in 13134 case $PERL in
13584 [\\/]* | ?:[\\/]*) 13135 [\\/]* | ?:[\\/]*)
13589for as_dir in $PATH 13140for as_dir in $PATH
13590do 13141do
13591 IFS=$as_save_IFS 13142 IFS=$as_save_IFS
13592 test -z "$as_dir" && as_dir=. 13143 test -z "$as_dir" && as_dir=.
13593 for ac_exec_ext in '' $ac_executable_extensions; do 13144 for ac_exec_ext in '' $ac_executable_extensions; do
13594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13595 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 13146 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13596 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13597 break 2 13148 break 2
13598 fi 13149 fi
13599done 13150done
13600done 13151done
13601IFS=$as_save_IFS
13602 13152
13603 ;; 13153 ;;
13604esac 13154esac
13605fi 13155fi
13606PERL=$ac_cv_path_PERL 13156PERL=$ac_cv_path_PERL
13157
13607if test -n "$PERL"; then 13158if test -n "$PERL"; then
13608 { echo "$as_me:$LINENO: result: $PERL" >&5 13159 echo "$as_me:$LINENO: result: $PERL" >&5
13609echo "${ECHO_T}$PERL" >&6; } 13160echo "${ECHO_T}$PERL" >&6
13610else 13161else
13611 { echo "$as_me:$LINENO: result: no" >&5 13162 echo "$as_me:$LINENO: result: no" >&5
13612echo "${ECHO_T}no" >&6; } 13163echo "${ECHO_T}no" >&6
13613fi 13164fi
13614 13165
13615 13166
13616
13617 { echo "$as_me:$LINENO: checking for $PERL suitability" >&5 13167 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13618echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; } 13168echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
13619 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 13169 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13620 13170
13621 save_CXXFLAGS="$CXXFLAGS" 13171 save_CXXFLAGS="$CXXFLAGS"
13622 save_LIBS="$LIBS" 13172 save_LIBS="$LIBS"
13623 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 13173 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13642 ; 13192 ;
13643 return 0; 13193 return 0;
13644} 13194}
13645_ACEOF 13195_ACEOF
13646rm -f conftest.$ac_objext conftest$ac_exeext 13196rm -f conftest.$ac_objext conftest$ac_exeext
13647if { (ac_try="$ac_link"
13648case "(($ac_try" in
13649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13650 *) ac_try_echo=$ac_try;;
13651esac
13652eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13197if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13653 (eval "$ac_link") 2>conftest.er1 13198 (eval $ac_link) 2>conftest.er1
13654 ac_status=$? 13199 ac_status=$?
13655 grep -v '^ *+' conftest.er1 >conftest.err 13200 grep -v '^ *+' conftest.er1 >conftest.err
13656 rm -f conftest.er1 13201 rm -f conftest.er1
13657 cat conftest.err >&5 13202 cat conftest.err >&5
13658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13659 (exit $ac_status); } && { 13204 (exit $ac_status); } &&
13660 test -z "$ac_cxx_werror_flag" || 13205 { ac_try='test -z "$ac_cxx_werror_flag"
13661 test ! -s conftest.err 13206 || test ! -s conftest.err'
13662 } && test -s conftest$ac_exeext && 13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13663 $as_test_x conftest$ac_exeext; then 13208 (eval $ac_try) 2>&5
13209 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } &&
13212 { ac_try='test -s conftest$ac_exeext'
13213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13214 (eval $ac_try) 2>&5
13215 ac_status=$?
13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13217 (exit $ac_status); }; }; then
13664 rxvt_perl_link=yes 13218 rxvt_perl_link=yes
13665else 13219else
13666 echo "$as_me: failed program was:" >&5 13220 echo "$as_me: failed program was:" >&5
13667sed 's/^/| /' conftest.$ac_ext >&5 13221sed 's/^/| /' conftest.$ac_ext >&5
13668 13222
13669 rxvt_perl_link=no 13223rxvt_perl_link=no
13670fi 13224fi
13671 13225rm -f conftest.err conftest.$ac_objext \
13672rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13673 conftest$ac_exeext conftest.$ac_ext 13226 conftest$ac_exeext conftest.$ac_ext
13674 CXXFLAGS="$save_CXXFLAGS" 13227 CXXFLAGS="$save_CXXFLAGS"
13675 LIBS="$save_LIBS" 13228 LIBS="$save_LIBS"
13676 13229
13677 if test x$rxvt_perl_link = xyes; then 13230 if test x$rxvt_perl_link = xyes; then
13678 { echo "$as_me:$LINENO: result: ok" >&5 13231 echo "$as_me:$LINENO: result: ok" >&5
13679echo "${ECHO_T}ok" >&6; } 13232echo "${ECHO_T}ok" >&6
13680 13233
13681cat >>confdefs.h <<\_ACEOF 13234cat >>confdefs.h <<\_ACEOF
13682#define ENABLE_PERL 1 13235#define ENABLE_PERL 1
13683_ACEOF 13236_ACEOF
13684 13237
13712 13265
13713 13266
13714 13267
13715 13268
13716 13269
13717
13718
13719if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 13270if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
13720 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
13721 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 13271 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13722 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"` 13272 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13723 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"` 13273 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13724 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13274 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13725fi 13275fi
13726 13276
13727 13277
13728 13278
13729 13279
13730 13280
13281
13282
13731test "$program_prefix" != NONE && 13283test "$program_prefix" != NONE &&
13732 program_transform_name="s&^&$program_prefix&;$program_transform_name" 13284 program_transform_name="s,^,$program_prefix,;$program_transform_name"
13733# Use a double $ so make ignores it. 13285# Use a double $ so make ignores it.
13734test "$program_suffix" != NONE && 13286test "$program_suffix" != NONE &&
13735 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 13287 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
13736# Double any \ or $. echo might interpret backslashes. 13288# Double any \ or $. echo might interpret backslashes.
13737# By default was `s,x,x', remove it if useless. 13289# By default was `s,x,x', remove it if useless.
13738cat <<\_ACEOF >conftest.sed 13290cat <<\_ACEOF >conftest.sed
13739s/[\\$]/&&/g;s/;s,x,x,$// 13291s/[\\$]/&&/g;s/;s,x,x,$//
13740_ACEOF 13292_ACEOF
13741program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 13293program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13742rm -f conftest.sed 13294rm conftest.sed
13743 13295
13744 13296
13745 13297
13746 13298
13747 13299
13809 include_time_h="#include <time.h>" 13361 include_time_h="#include <time.h>"
13810else 13362else
13811 include_time_h="/* #include <time.h> */" 13363 include_time_h="/* #include <time.h> */"
13812fi 13364fi
13813 13365
13814ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13366 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13815 13367
13816cat >confcache <<\_ACEOF 13368cat >confcache <<\_ACEOF
13817# This file is a shell script that caches the results of configure 13369# This file is a shell script that caches the results of configure
13818# tests run on this system so they can be shared between configure 13370# tests run on this system so they can be shared between configure
13819# scripts and configure runs, see configure's option --config-cache. 13371# scripts and configure runs, see configure's option --config-cache.
13829 13381
13830_ACEOF 13382_ACEOF
13831 13383
13832# The following way of writing the cache mishandles newlines in values, 13384# The following way of writing the cache mishandles newlines in values,
13833# but we know of no workaround that is simple, portable, and efficient. 13385# but we know of no workaround that is simple, portable, and efficient.
13834# So, we kill variables containing newlines. 13386# So, don't put newlines in cache variables' values.
13835# Ultrix sh set writes to stderr and can't be redirected directly, 13387# Ultrix sh set writes to stderr and can't be redirected directly,
13836# and sets the high bit in the cache file unless we assign to the vars. 13388# and sets the high bit in the cache file unless we assign to the vars.
13837( 13389{
13838 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13839 eval ac_val=\$$ac_var
13840 case $ac_val in #(
13841 *${as_nl}*)
13842 case $ac_var in #(
13843 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13844echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13845 esac
13846 case $ac_var in #(
13847 _ | IFS | as_nl) ;; #(
13848 *) $as_unset $ac_var ;;
13849 esac ;;
13850 esac
13851 done
13852
13853 (set) 2>&1 | 13390 (set) 2>&1 |
13854 case $as_nl`(ac_space=' '; set) 2>&1` in #( 13391 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13855 *${as_nl}ac_space=\ *) 13392 *ac_space=\ *)
13856 # `set' does not quote correctly, so add quotes (double-quote 13393 # `set' does not quote correctly, so add quotes (double-quote
13857 # substitution turns \\\\ into \\, and sed turns \\ into \). 13394 # substitution turns \\\\ into \\, and sed turns \\ into \).
13858 sed -n \ 13395 sed -n \
13859 "s/'/'\\\\''/g; 13396 "s/'/'\\\\''/g;
13860 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 13397 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13861 ;; #( 13398 ;;
13862 *) 13399 *)
13863 # `set' quotes correctly as required by POSIX, so do not add quotes. 13400 # `set' quotes correctly as required by POSIX, so do not add quotes.
13864 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 13401 sed -n \
13402 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13865 ;; 13403 ;;
13866 esac | 13404 esac;
13867 sort 13405} |
13868) |
13869 sed ' 13406 sed '
13870 /^ac_cv_env_/b end
13871 t clear 13407 t clear
13872 :clear 13408 : clear
13873 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 13409 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13874 t end 13410 t end
13875 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 13411 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13876 :end' >>confcache 13412 : end' >>confcache
13877if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 13413if diff $cache_file confcache >/dev/null 2>&1; then :; else
13878 if test -w "$cache_file"; then 13414 if test -w $cache_file; then
13879 test "x$cache_file" != "x/dev/null" && 13415 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13880 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
13881echo "$as_me: updating cache $cache_file" >&6;}
13882 cat confcache >$cache_file 13416 cat confcache >$cache_file
13883 else 13417 else
13884 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13885echo "$as_me: not updating unwritable cache $cache_file" >&6;} 13418 echo "not updating unwritable cache $cache_file"
13886 fi 13419 fi
13887fi 13420fi
13888rm -f confcache 13421rm -f confcache
13889 13422
13890test "x$prefix" = xNONE && prefix=$ac_default_prefix 13423test "x$prefix" = xNONE && prefix=$ac_default_prefix
13891# Let make expand exec_prefix. 13424# Let make expand exec_prefix.
13892test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 13425test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13426
13427# VPATH may cause trouble with some makes, so we remove $(srcdir),
13428# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13429# trailing colons and then remove the whole line if VPATH becomes empty
13430# (actually we leave an empty line to preserve line numbers).
13431if test "x$srcdir" = x.; then
13432 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13433s/:*\$(srcdir):*/:/;
13434s/:*\${srcdir}:*/:/;
13435s/:*@srcdir@:*/:/;
13436s/^\([^=]*=[ ]*\):*/\1/;
13437s/:*$//;
13438s/^[^=]*=[ ]*$//;
13439}'
13440fi
13893 13441
13894DEFS=-DHAVE_CONFIG_H 13442DEFS=-DHAVE_CONFIG_H
13895 13443
13896ac_libobjs= 13444ac_libobjs=
13897ac_ltlibobjs= 13445ac_ltlibobjs=
13898for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13446for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13899 # 1. Remove the extension, and $U if already installed. 13447 # 1. Remove the extension, and $U if already installed.
13448 ac_i=`echo "$ac_i" |
13900 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13449 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13901 ac_i=`echo "$ac_i" | sed "$ac_script"` 13450 # 2. Add them.
13902 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13903 # will be set to the directory where LIBOBJS objects are built.
13904 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 13451 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13905 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 13452 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13906done 13453done
13907LIBOBJS=$ac_libobjs 13454LIBOBJS=$ac_libobjs
13908 13455
13909LTLIBOBJS=$ac_ltlibobjs 13456LTLIBOBJS=$ac_ltlibobjs
13910 13457
13931cat >>$CONFIG_STATUS <<\_ACEOF 13478cat >>$CONFIG_STATUS <<\_ACEOF
13932## --------------------- ## 13479## --------------------- ##
13933## M4sh Initialization. ## 13480## M4sh Initialization. ##
13934## --------------------- ## 13481## --------------------- ##
13935 13482
13936# Be more Bourne compatible 13483# Be Bourne compatible
13937DUALCASE=1; export DUALCASE # for MKS sh
13938if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 13484if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13939 emulate sh 13485 emulate sh
13940 NULLCMD=: 13486 NULLCMD=:
13941 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 13487 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13942 # is contrary to our usage. Disable this feature. 13488 # is contrary to our usage. Disable this feature.
13943 alias -g '${1+"$@"}'='"$@"' 13489 alias -g '${1+"$@"}'='"$@"'
13944 setopt NO_GLOB_SUBST 13490elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13491 set -o posix
13492fi
13493DUALCASE=1; export DUALCASE # for MKS sh
13494
13495# Support unset when possible.
13496if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13497 as_unset=unset
13498else
13499 as_unset=false
13500fi
13501
13502
13503# Work around bugs in pre-3.0 UWIN ksh.
13504$as_unset ENV MAIL MAILPATH
13505PS1='$ '
13506PS2='> '
13507PS4='+ '
13508
13509# NLS nuisances.
13510for as_var in \
13511 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13512 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13513 LC_TELEPHONE LC_TIME
13514do
13515 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13516 eval $as_var=C; export $as_var
13945else 13517 else
13946 case `(set -o) 2>/dev/null` in 13518 $as_unset $as_var
13947 *posix*) set -o posix ;; 13519 fi
13948esac 13520done
13949 13521
13522# Required to use basename.
13523if expr a : '\(a\)' >/dev/null 2>&1; then
13524 as_expr=expr
13525else
13526 as_expr=false
13950fi 13527fi
13951 13528
13529if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13530 as_basename=basename
13531else
13532 as_basename=false
13533fi
13952 13534
13953 13535
13536# Name of the executable.
13537as_me=`$as_basename "$0" ||
13538$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13539 X"$0" : 'X\(//\)$' \| \
13540 X"$0" : 'X\(/\)$' \| \
13541 . : '\(.\)' 2>/dev/null ||
13542echo X/"$0" |
13543 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13544 /^X\/\(\/\/\)$/{ s//\1/; q; }
13545 /^X\/\(\/\).*/{ s//\1/; q; }
13546 s/.*/./; q'`
13954 13547
13955# PATH needs CR 13548
13549# PATH needs CR, and LINENO needs CR and PATH.
13956# Avoid depending upon Character Ranges. 13550# Avoid depending upon Character Ranges.
13957as_cr_letters='abcdefghijklmnopqrstuvwxyz' 13551as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13958as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 13552as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13959as_cr_Letters=$as_cr_letters$as_cr_LETTERS 13553as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13960as_cr_digits='0123456789' 13554as_cr_digits='0123456789'
13971 PATH_SEPARATOR=: 13565 PATH_SEPARATOR=:
13972 fi 13566 fi
13973 rm -f conf$$.sh 13567 rm -f conf$$.sh
13974fi 13568fi
13975 13569
13976# Support unset when possible.
13977if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13978 as_unset=unset
13979else
13980 as_unset=false
13981fi
13982 13570
13983 13571 as_lineno_1=$LINENO
13984# IFS 13572 as_lineno_2=$LINENO
13985# We need space, tab and new line, in precisely that order. Quoting is 13573 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13986# there to prevent editors from complaining about space-tab. 13574 test "x$as_lineno_1" != "x$as_lineno_2" &&
13987# (If _AS_PATH_WALK were called with IFS unset, it would disable word 13575 test "x$as_lineno_3" = "x$as_lineno_2" || {
13988# splitting by setting IFS to empty value.)
13989as_nl='
13990'
13991IFS=" "" $as_nl"
13992
13993# Find who we are. Look in the path if we contain no directory separator. 13576 # Find who we are. Look in the path if we contain no path at all
13577 # relative or not.
13994case $0 in 13578 case $0 in
13995 *[\\/]* ) as_myself=$0 ;; 13579 *[\\/]* ) as_myself=$0 ;;
13996 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13580 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13997for as_dir in $PATH 13581for as_dir in $PATH
13998do 13582do
13999 IFS=$as_save_IFS 13583 IFS=$as_save_IFS
14000 test -z "$as_dir" && as_dir=. 13584 test -z "$as_dir" && as_dir=.
14001 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 13585 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14002done 13586done
14003IFS=$as_save_IFS
14004 13587
14005 ;; 13588 ;;
14006esac 13589 esac
14007# We did not find ourselves, most probably we were run as `sh COMMAND' 13590 # We did not find ourselves, most probably we were run as `sh COMMAND'
14008# in which case we are not to be found in the path. 13591 # in which case we are not to be found in the path.
14009if test "x$as_myself" = x; then 13592 if test "x$as_myself" = x; then
14010 as_myself=$0 13593 as_myself=$0
14011fi 13594 fi
14012if test ! -f "$as_myself"; then 13595 if test ! -f "$as_myself"; then
13596 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
14013 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 13597echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
14014 { (exit 1); exit 1; } 13598 { (exit 1); exit 1; }; }
14015fi 13599 fi
14016 13600 case $CONFIG_SHELL in
14017# Work around bugs in pre-3.0 UWIN ksh. 13601 '')
14018for as_var in ENV MAIL MAILPATH 13602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14019do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13603for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
14020done
14021PS1='$ '
14022PS2='> '
14023PS4='+ '
14024
14025# NLS nuisances.
14026for as_var in \
14027 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
14028 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
14029 LC_TELEPHONE LC_TIME
14030do 13604do
14031 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 13605 IFS=$as_save_IFS
14032 eval $as_var=C; export $as_var 13606 test -z "$as_dir" && as_dir=.
14033 else 13607 for as_base in sh bash ksh sh5; do
14034 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13608 case $as_dir in
14035 fi 13609 /*)
14036done 13610 if ("$as_dir/$as_base" -c '
14037
14038# Required to use basename.
14039if expr a : '\(a\)' >/dev/null 2>&1 &&
14040 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14041 as_expr=expr
14042else
14043 as_expr=false
14044fi
14045
14046if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14047 as_basename=basename
14048else
14049 as_basename=false
14050fi
14051
14052
14053# Name of the executable.
14054as_me=`$as_basename -- "$0" ||
14055$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14056 X"$0" : 'X\(//\)$' \| \
14057 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14058echo X/"$0" |
14059 sed '/^.*\/\([^/][^/]*\)\/*$/{
14060 s//\1/
14061 q
14062 }
14063 /^X\/\(\/\/\)$/{
14064 s//\1/
14065 q
14066 }
14067 /^X\/\(\/\).*/{
14068 s//\1/
14069 q
14070 }
14071 s/.*/./; q'`
14072
14073# CDPATH.
14074$as_unset CDPATH
14075
14076
14077
14078 as_lineno_1=$LINENO 13611 as_lineno_1=$LINENO
14079 as_lineno_2=$LINENO 13612 as_lineno_2=$LINENO
13613 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14080 test "x$as_lineno_1" != "x$as_lineno_2" && 13614 test "x$as_lineno_1" != "x$as_lineno_2" &&
14081 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 13615 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13616 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13617 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13618 CONFIG_SHELL=$as_dir/$as_base
13619 export CONFIG_SHELL
13620 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13621 fi;;
13622 esac
13623 done
13624done
13625;;
13626 esac
14082 13627
14083 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 13628 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
14084 # uniformly replaced by the line number. The first 'sed' inserts a 13629 # uniformly replaced by the line number. The first 'sed' inserts a
14085 # line-number line after each line using $LINENO; the second 'sed' 13630 # line-number line before each line; the second 'sed' does the real
14086 # does the real work. The second script uses 'N' to pair each 13631 # work. The second script uses 'N' to pair each line-number line
14087 # line-number line with the line containing $LINENO, and appends 13632 # with the numbered line, and appends trailing '-' during
14088 # trailing '-' during substitution so that $LINENO is not a special 13633 # substitution so that $LINENO is not a special case at line end.
14089 # case at line end.
14090 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 13634 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
14091 # scripts with optimization help from Paolo Bonzini. Blame Lee 13635 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
14092 # E. McMahon (1931-1989) for sed's syntax. :-)
14093 sed -n '
14094 p
14095 /[$]LINENO/=
14096 ' <$as_myself | 13636 sed '=' <$as_myself |
14097 sed ' 13637 sed '
14098 s/[$]LINENO.*/&-/
14099 t lineno
14100 b
14101 :lineno
14102 N 13638 N
13639 s,$,-,
14103 :loop 13640 : loop
14104 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 13641 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
14105 t loop 13642 t loop
14106 s/-\n.*// 13643 s,-$,,
13644 s,^['$as_cr_digits']*\n,,
14107 ' >$as_me.lineno && 13645 ' >$as_me.lineno &&
14108 chmod +x "$as_me.lineno" || 13646 chmod +x $as_me.lineno ||
13647 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
14109 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 13648echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
14110 { (exit 1); exit 1; }; } 13649 { (exit 1); exit 1; }; }
14111 13650
14112 # Don't try to exec as it changes $[0], causing all sort of problems 13651 # Don't try to exec as it changes $[0], causing all sort of problems
14113 # (the dirname of $[0] is not the place where we might find the 13652 # (the dirname of $[0] is not the place where we might find the
14114 # original and so on. Autoconf is especially sensitive to this). 13653 # original and so on. Autoconf is especially sensible to this).
14115 . "./$as_me.lineno" 13654 . ./$as_me.lineno
14116 # Exit status is that of the last command. 13655 # Exit status is that of the last command.
14117 exit 13656 exit
14118} 13657}
14119 13658
14120 13659
14121if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 13660case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
14122 as_dirname=dirname 13661 *c*,-n*) ECHO_N= ECHO_C='
14123else 13662' ECHO_T=' ' ;;
14124 as_dirname=false 13663 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
14125fi 13664 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
14126
14127ECHO_C= ECHO_N= ECHO_T=
14128case `echo -n x` in
14129-n*)
14130 case `echo 'x\c'` in
14131 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14132 *) ECHO_C='\c';;
14133 esac;;
14134*)
14135 ECHO_N='-n';;
14136esac 13665esac
14137 13666
14138if expr a : '\(a\)' >/dev/null 2>&1 && 13667if expr a : '\(a\)' >/dev/null 2>&1; then
14139 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14140 as_expr=expr 13668 as_expr=expr
14141else 13669else
14142 as_expr=false 13670 as_expr=false
14143fi 13671fi
14144 13672
14145rm -f conf$$ conf$$.exe conf$$.file 13673rm -f conf$$ conf$$.exe conf$$.file
14146if test -d conf$$.dir; then
14147 rm -f conf$$.dir/conf$$.file
14148else
14149 rm -f conf$$.dir
14150 mkdir conf$$.dir
14151fi
14152echo >conf$$.file 13674echo >conf$$.file
14153if ln -s conf$$.file conf$$ 2>/dev/null; then 13675if ln -s conf$$.file conf$$ 2>/dev/null; then
14154 as_ln_s='ln -s' 13676 # We could just check for DJGPP; but this test a) works b) is more generic
14155 # ... but there are two gotchas: 13677 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
14156 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 13678 if test -f conf$$.exe; then
14157 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 13679 # Don't use ln at all; we don't have any links
14158 # In both cases, we have to default to `cp -p'.
14159 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14160 as_ln_s='cp -p' 13680 as_ln_s='cp -p'
13681 else
13682 as_ln_s='ln -s'
13683 fi
14161elif ln conf$$.file conf$$ 2>/dev/null; then 13684elif ln conf$$.file conf$$ 2>/dev/null; then
14162 as_ln_s=ln 13685 as_ln_s=ln
14163else 13686else
14164 as_ln_s='cp -p' 13687 as_ln_s='cp -p'
14165fi 13688fi
14166rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 13689rm -f conf$$ conf$$.exe conf$$.file
14167rmdir conf$$.dir 2>/dev/null
14168 13690
14169if mkdir -p . 2>/dev/null; then 13691if mkdir -p . 2>/dev/null; then
14170 as_mkdir_p=: 13692 as_mkdir_p=:
14171else 13693else
14172 test -d ./-p && rmdir ./-p 13694 test -d ./-p && rmdir ./-p
14173 as_mkdir_p=false 13695 as_mkdir_p=false
14174fi 13696fi
14175 13697
14176if test -x / >/dev/null 2>&1; then
14177 as_test_x='test -x'
14178else
14179 if ls -dL / >/dev/null 2>&1; then
14180 as_ls_L_option=L
14181 else
14182 as_ls_L_option=
14183 fi
14184 as_test_x='
14185 eval sh -c '\''
14186 if test -d "$1"; then
14187 test -d "$1/.";
14188 else
14189 case $1 in
14190 -*)set "./$1";;
14191 esac;
14192 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
14193 ???[sx]*):;;*)false;;esac;fi
14194 '\'' sh
14195 '
14196fi
14197as_executable_p=$as_test_x 13698as_executable_p="test -f"
14198 13699
14199# Sed expression to map a string onto a valid CPP name. 13700# Sed expression to map a string onto a valid CPP name.
14200as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 13701as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14201 13702
14202# Sed expression to map a string onto a valid variable name. 13703# Sed expression to map a string onto a valid variable name.
14203as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 13704as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14204 13705
14205 13706
13707# IFS
13708# We need space, tab and new line, in precisely that order.
13709as_nl='
13710'
13711IFS=" $as_nl"
13712
13713# CDPATH.
13714$as_unset CDPATH
13715
14206exec 6>&1 13716exec 6>&1
14207 13717
14208# Save the log message, to keep $[0] and so on meaningful, and to 13718# Open the log real soon, to keep \$[0] and so on meaningful, and to
14209# report actual input values of CONFIG_FILES etc. instead of their 13719# report actual input values of CONFIG_FILES etc. instead of their
14210# values after options handling. 13720# values after options handling. Logging --version etc. is OK.
14211ac_log=" 13721exec 5>>config.log
13722{
13723 echo
13724 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13725## Running $as_me. ##
13726_ASBOX
13727} >&5
13728cat >&5 <<_CSEOF
13729
14212This file was extended by $as_me, which was 13730This file was extended by $as_me, which was
14213generated by GNU Autoconf 2.61. Invocation command line was 13731generated by GNU Autoconf 2.59. Invocation command line was
14214 13732
14215 CONFIG_FILES = $CONFIG_FILES 13733 CONFIG_FILES = $CONFIG_FILES
14216 CONFIG_HEADERS = $CONFIG_HEADERS 13734 CONFIG_HEADERS = $CONFIG_HEADERS
14217 CONFIG_LINKS = $CONFIG_LINKS 13735 CONFIG_LINKS = $CONFIG_LINKS
14218 CONFIG_COMMANDS = $CONFIG_COMMANDS 13736 CONFIG_COMMANDS = $CONFIG_COMMANDS
14219 $ $0 $@ 13737 $ $0 $@
14220 13738
13739_CSEOF
14221on `(hostname || uname -n) 2>/dev/null | sed 1q` 13740echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14222" 13741echo >&5
14223
14224_ACEOF 13742_ACEOF
14225 13743
14226cat >>$CONFIG_STATUS <<_ACEOF
14227# Files that config.status was made for. 13744# Files that config.status was made for.
14228config_files="$ac_config_files" 13745if test -n "$ac_config_files"; then
14229config_headers="$ac_config_headers" 13746 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13747fi
14230 13748
14231_ACEOF 13749if test -n "$ac_config_headers"; then
13750 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13751fi
13752
13753if test -n "$ac_config_links"; then
13754 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13755fi
13756
13757if test -n "$ac_config_commands"; then
13758 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13759fi
14232 13760
14233cat >>$CONFIG_STATUS <<\_ACEOF 13761cat >>$CONFIG_STATUS <<\_ACEOF
13762
14234ac_cs_usage="\ 13763ac_cs_usage="\
14235\`$as_me' instantiates files from templates according to the 13764\`$as_me' instantiates files from templates according to the
14236current configuration. 13765current configuration.
14237 13766
14238Usage: $0 [OPTIONS] [FILE]... 13767Usage: $0 [OPTIONS] [FILE]...
14239 13768
14240 -h, --help print this help, then exit 13769 -h, --help print this help, then exit
14241 -V, --version print version number and configuration settings, then exit 13770 -V, --version print version number, then exit
14242 -q, --quiet do not print progress messages 13771 -q, --quiet do not print progress messages
14243 -d, --debug don't remove temporary files 13772 -d, --debug don't remove temporary files
14244 --recheck update $as_me by reconfiguring in the same conditions 13773 --recheck update $as_me by reconfiguring in the same conditions
14245 --file=FILE[:TEMPLATE] 13774 --file=FILE[:TEMPLATE]
14246 instantiate the configuration file FILE 13775 instantiate the configuration file FILE
14252 13781
14253Configuration headers: 13782Configuration headers:
14254$config_headers 13783$config_headers
14255 13784
14256Report bugs to <bug-autoconf@gnu.org>." 13785Report bugs to <bug-autoconf@gnu.org>."
14257
14258_ACEOF 13786_ACEOF
13787
14259cat >>$CONFIG_STATUS <<_ACEOF 13788cat >>$CONFIG_STATUS <<_ACEOF
14260ac_cs_version="\\ 13789ac_cs_version="\\
14261config.status 13790config.status
14262configured by $0, generated by GNU Autoconf 2.61, 13791configured by $0, generated by GNU Autoconf 2.59,
14263 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 13792 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14264 13793
14265Copyright (C) 2006 Free Software Foundation, Inc. 13794Copyright (C) 2003 Free Software Foundation, Inc.
14266This config.status script is free software; the Free Software Foundation 13795This config.status script is free software; the Free Software Foundation
14267gives unlimited permission to copy, distribute and modify it." 13796gives unlimited permission to copy, distribute and modify it."
14268
14269ac_pwd='$ac_pwd'
14270srcdir='$srcdir' 13797srcdir=$srcdir
14271INSTALL='$INSTALL' 13798INSTALL="$INSTALL"
14272_ACEOF 13799_ACEOF
14273 13800
14274cat >>$CONFIG_STATUS <<\_ACEOF 13801cat >>$CONFIG_STATUS <<\_ACEOF
14275# If no file are specified by the user, then we need to provide default 13802# If no file are specified by the user, then we need to provide default
14276# value. By we need to know if files were specified by the user. 13803# value. By we need to know if files were specified by the user.
14277ac_need_defaults=: 13804ac_need_defaults=:
14278while test $# != 0 13805while test $# != 0
14279do 13806do
14280 case $1 in 13807 case $1 in
14281 --*=*) 13808 --*=*)
14282 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13809 ac_option=`expr "x$1" : 'x\([^=]*\)='`
14283 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 13810 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
14284 ac_shift=: 13811 ac_shift=:
14285 ;; 13812 ;;
14286 *) 13813 -*)
14287 ac_option=$1 13814 ac_option=$1
14288 ac_optarg=$2 13815 ac_optarg=$2
14289 ac_shift=shift 13816 ac_shift=shift
14290 ;; 13817 ;;
13818 *) # This is not an option, so the user has probably given explicit
13819 # arguments.
13820 ac_option=$1
13821 ac_need_defaults=false;;
14291 esac 13822 esac
14292 13823
14293 case $ac_option in 13824 case $ac_option in
14294 # Handling of the options. 13825 # Handling of the options.
13826_ACEOF
13827cat >>$CONFIG_STATUS <<\_ACEOF
14295 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 13828 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14296 ac_cs_recheck=: ;; 13829 ac_cs_recheck=: ;;
14297 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 13830 --version | --vers* | -V )
14298 echo "$ac_cs_version"; exit ;; 13831 echo "$ac_cs_version"; exit 0 ;;
14299 --debug | --debu | --deb | --de | --d | -d ) 13832 --he | --h)
13833 # Conflict between --help and --header
13834 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13835Try \`$0 --help' for more information." >&5
13836echo "$as_me: error: ambiguous option: $1
13837Try \`$0 --help' for more information." >&2;}
13838 { (exit 1); exit 1; }; };;
13839 --help | --hel | -h )
13840 echo "$ac_cs_usage"; exit 0 ;;
13841 --debug | --d* | -d )
14300 debug=: ;; 13842 debug=: ;;
14301 --file | --fil | --fi | --f ) 13843 --file | --fil | --fi | --f )
14302 $ac_shift 13844 $ac_shift
14303 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 13845 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14304 ac_need_defaults=false;; 13846 ac_need_defaults=false;;
14305 --header | --heade | --head | --hea ) 13847 --header | --heade | --head | --hea )
14306 $ac_shift 13848 $ac_shift
14307 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 13849 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14308 ac_need_defaults=false;; 13850 ac_need_defaults=false;;
14309 --he | --h)
14310 # Conflict between --help and --header
14311 { echo "$as_me: error: ambiguous option: $1
14312Try \`$0 --help' for more information." >&2
14313 { (exit 1); exit 1; }; };;
14314 --help | --hel | -h )
14315 echo "$ac_cs_usage"; exit ;;
14316 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 13851 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14317 | -silent | --silent | --silen | --sile | --sil | --si | --s) 13852 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14318 ac_cs_silent=: ;; 13853 ac_cs_silent=: ;;
14319 13854
14320 # This is an error. 13855 # This is an error.
13856 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13857Try \`$0 --help' for more information." >&5
14321 -*) { echo "$as_me: error: unrecognized option: $1 13858echo "$as_me: error: unrecognized option: $1
14322Try \`$0 --help' for more information." >&2 13859Try \`$0 --help' for more information." >&2;}
14323 { (exit 1); exit 1; }; } ;; 13860 { (exit 1); exit 1; }; } ;;
14324 13861
14325 *) ac_config_targets="$ac_config_targets $1" 13862 *) ac_config_targets="$ac_config_targets $1" ;;
14326 ac_need_defaults=false ;;
14327 13863
14328 esac 13864 esac
14329 shift 13865 shift
14330done 13866done
14331 13867
14337fi 13873fi
14338 13874
14339_ACEOF 13875_ACEOF
14340cat >>$CONFIG_STATUS <<_ACEOF 13876cat >>$CONFIG_STATUS <<_ACEOF
14341if \$ac_cs_recheck; then 13877if \$ac_cs_recheck; then
14342 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 13878 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14343 CONFIG_SHELL=$SHELL
14344 export CONFIG_SHELL
14345 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 13879 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14346fi 13880fi
14347 13881
14348_ACEOF 13882_ACEOF
13883
13884
13885
13886
13887
14349cat >>$CONFIG_STATUS <<\_ACEOF 13888cat >>$CONFIG_STATUS <<\_ACEOF
14350exec 5>>config.log
14351{
14352 echo
14353 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14354## Running $as_me. ##
14355_ASBOX
14356 echo "$ac_log"
14357} >&5
14358
14359_ACEOF
14360cat >>$CONFIG_STATUS <<_ACEOF
14361_ACEOF
14362
14363cat >>$CONFIG_STATUS <<\_ACEOF
14364
14365# Handling of arguments.
14366for ac_config_target in $ac_config_targets 13889for ac_config_target in $ac_config_targets
14367do 13890do
14368 case $ac_config_target in 13891 case "$ac_config_target" in
13892 # Handling of arguments.
13893 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13894 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13895 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13896 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14369 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 13897 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
14370 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14371 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14372 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14373 "src/rxvtlib.h") CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14374
14375 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13898 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14376echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13899echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14377 { (exit 1); exit 1; }; };; 13900 { (exit 1); exit 1; }; };;
14378 esac 13901 esac
14379done 13902done
14380
14381 13903
14382# If the user did not use the arguments to specify the items to instantiate, 13904# If the user did not use the arguments to specify the items to instantiate,
14383# then the envvar interface is used. Set only those that are not. 13905# then the envvar interface is used. Set only those that are not.
14384# We use the long form for the default assignment because of an extremely 13906# We use the long form for the default assignment because of an extremely
14385# bizarre bug on SunOS 4.1.3. 13907# bizarre bug on SunOS 4.1.3.
14387 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 13909 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14388 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 13910 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14389fi 13911fi
14390 13912
14391# Have a temporary directory for convenience. Make it in the build tree 13913# Have a temporary directory for convenience. Make it in the build tree
14392# simply because there is no reason against having it here, and in addition, 13914# simply because there is no reason to put it here, and in addition,
14393# creating and moving files from /tmp can sometimes cause problems. 13915# creating and moving files from /tmp can sometimes cause problems.
14394# Hook for its removal unless debugging. 13916# Create a temporary directory, and hook for its removal unless debugging.
14395# Note that there is a small window in which the directory will not be cleaned:
14396# after its creation but before its name has been assigned to `$tmp'.
14397$debug || 13917$debug ||
14398{ 13918{
14399 tmp= 13919 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14400 trap 'exit_status=$?
14401 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14402' 0
14403 trap '{ (exit 1); exit 1; }' 1 2 13 15 13920 trap '{ (exit 1); exit 1; }' 1 2 13 15
14404} 13921}
13922
14405# Create a (secure) tmp directory for tmp files. 13923# Create a (secure) tmp directory for tmp files.
14406 13924
14407{ 13925{
14408 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 13926 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
14409 test -n "$tmp" && test -d "$tmp" 13927 test -n "$tmp" && test -d "$tmp"
14410} || 13928} ||
14411{ 13929{
14412 tmp=./conf$$-$RANDOM 13930 tmp=./confstat$$-$RANDOM
14413 (umask 077 && mkdir "$tmp") 13931 (umask 077 && mkdir $tmp)
14414} || 13932} ||
14415{ 13933{
14416 echo "$me: cannot create a temporary directory in ." >&2 13934 echo "$me: cannot create a temporary directory in ." >&2
14417 { (exit 1); exit 1; } 13935 { (exit 1); exit 1; }
14418} 13936}
14419 13937
13938_ACEOF
13939
13940cat >>$CONFIG_STATUS <<_ACEOF
13941
14420# 13942#
14421# Set up the sed scripts for CONFIG_FILES section. 13943# CONFIG_FILES section.
14422# 13944#
14423 13945
14424# No need to generate the scripts if there are no CONFIG_FILES. 13946# No need to generate the scripts if there are no CONFIG_FILES.
14425# This happens for instance when ./config.status config.h 13947# This happens for instance when ./config.status config.h
14426if test -n "$CONFIG_FILES"; then 13948if test -n "\$CONFIG_FILES"; then
14427 13949 # Protect against being on the right side of a sed subst in config.status.
14428_ACEOF 13950 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14429 13951 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14430 13952s,@SHELL@,$SHELL,;t t
14431 13953s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14432ac_delim='%!_!# ' 13954s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14433for ac_last_try in false false false false false :; do
14434 cat >conf$$subs.sed <<_ACEOF
14435SHELL!$SHELL$ac_delim
14436PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
14437PACKAGE_NAME!$PACKAGE_NAME$ac_delim
14438PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 13955s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14439PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 13956s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14440PACKAGE_STRING!$PACKAGE_STRING$ac_delim 13957s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14441PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 13958s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14442exec_prefix!$exec_prefix$ac_delim 13959s,@exec_prefix@,$exec_prefix,;t t
14443prefix!$prefix$ac_delim 13960s,@prefix@,$prefix,;t t
14444program_transform_name!$program_transform_name$ac_delim 13961s,@program_transform_name@,$program_transform_name,;t t
14445bindir!$bindir$ac_delim 13962s,@bindir@,$bindir,;t t
14446sbindir!$sbindir$ac_delim 13963s,@sbindir@,$sbindir,;t t
14447libexecdir!$libexecdir$ac_delim 13964s,@libexecdir@,$libexecdir,;t t
14448datarootdir!$datarootdir$ac_delim 13965s,@datadir@,$datadir,;t t
14449datadir!$datadir$ac_delim 13966s,@sysconfdir@,$sysconfdir,;t t
14450sysconfdir!$sysconfdir$ac_delim 13967s,@sharedstatedir@,$sharedstatedir,;t t
14451sharedstatedir!$sharedstatedir$ac_delim 13968s,@localstatedir@,$localstatedir,;t t
14452localstatedir!$localstatedir$ac_delim 13969s,@libdir@,$libdir,;t t
14453includedir!$includedir$ac_delim 13970s,@includedir@,$includedir,;t t
14454oldincludedir!$oldincludedir$ac_delim 13971s,@oldincludedir@,$oldincludedir,;t t
14455docdir!$docdir$ac_delim 13972s,@infodir@,$infodir,;t t
14456infodir!$infodir$ac_delim 13973s,@mandir@,$mandir,;t t
14457htmldir!$htmldir$ac_delim 13974s,@build_alias@,$build_alias,;t t
14458dvidir!$dvidir$ac_delim 13975s,@host_alias@,$host_alias,;t t
14459pdfdir!$pdfdir$ac_delim 13976s,@target_alias@,$target_alias,;t t
14460psdir!$psdir$ac_delim 13977s,@DEFS@,$DEFS,;t t
14461libdir!$libdir$ac_delim 13978s,@ECHO_C@,$ECHO_C,;t t
14462localedir!$localedir$ac_delim 13979s,@ECHO_N@,$ECHO_N,;t t
14463mandir!$mandir$ac_delim 13980s,@ECHO_T@,$ECHO_T,;t t
14464DEFS!$DEFS$ac_delim 13981s,@LIBS@,$LIBS,;t t
14465ECHO_C!$ECHO_C$ac_delim 13982s,@build@,$build,;t t
14466ECHO_N!$ECHO_N$ac_delim 13983s,@build_cpu@,$build_cpu,;t t
14467ECHO_T!$ECHO_T$ac_delim 13984s,@build_vendor@,$build_vendor,;t t
14468LIBS!$LIBS$ac_delim 13985s,@build_os@,$build_os,;t t
14469build_alias!$build_alias$ac_delim 13986s,@host@,$host,;t t
14470host_alias!$host_alias$ac_delim 13987s,@host_cpu@,$host_cpu,;t t
14471target_alias!$target_alias$ac_delim 13988s,@host_vendor@,$host_vendor,;t t
14472build!$build$ac_delim 13989s,@host_os@,$host_os,;t t
14473build_cpu!$build_cpu$ac_delim 13990s,@VERSION@,$VERSION,;t t
14474build_vendor!$build_vendor$ac_delim 13991s,@DATE@,$DATE,;t t
14475build_os!$build_os$ac_delim 13992s,@LSMDATE@,$LSMDATE,;t t
14476host!$host$ac_delim 13993s,@LIBVERSION@,$LIBVERSION,;t t
14477host_cpu!$host_cpu$ac_delim 13994s,@CC@,$CC,;t t
14478host_vendor!$host_vendor$ac_delim 13995s,@CFLAGS@,$CFLAGS,;t t
14479host_os!$host_os$ac_delim 13996s,@LDFLAGS@,$LDFLAGS,;t t
14480VERSION!$VERSION$ac_delim 13997s,@CPPFLAGS@,$CPPFLAGS,;t t
14481DATE!$DATE$ac_delim 13998s,@ac_ct_CC@,$ac_ct_CC,;t t
14482LSMDATE!$LSMDATE$ac_delim 13999s,@EXEEXT@,$EXEEXT,;t t
14483LIBVERSION!$LIBVERSION$ac_delim 14000s,@OBJEXT@,$OBJEXT,;t t
14484CC!$CC$ac_delim 14001s,@CXX@,$CXX,;t t
14485CFLAGS!$CFLAGS$ac_delim 14002s,@CXXFLAGS@,$CXXFLAGS,;t t
14486LDFLAGS!$LDFLAGS$ac_delim 14003s,@ac_ct_CXX@,$ac_ct_CXX,;t t
14487CPPFLAGS!$CPPFLAGS$ac_delim 14004s,@CPP@,$CPP,;t t
14488ac_ct_CC!$ac_ct_CC$ac_delim
14489EXEEXT!$EXEEXT$ac_delim
14490OBJEXT!$OBJEXT$ac_delim
14491CXX!$CXX$ac_delim
14492CXXFLAGS!$CXXFLAGS$ac_delim
14493ac_ct_CXX!$ac_ct_CXX$ac_delim
14494CPP!$CPP$ac_delim
14495INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 14005s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
14496INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 14006s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
14497INSTALL_DATA!$INSTALL_DATA$ac_delim 14007s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14498GREP!$GREP$ac_delim 14008s,@EGREP@,$EGREP,;t t
14499EGREP!$EGREP$ac_delim 14009s,@LINKER@,$LINKER,;t t
14500LINKER!$LINKER$ac_delim 14010s,@CXXLIB@,$CXXLIB,;t t
14501INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim 14011s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
14502RXVTNAME!$RXVTNAME$ac_delim 14012s,@RXVTNAME@,$RXVTNAME,;t t
14503MV!$MV$ac_delim 14013s,@TIC@,$TIC,;t t
14504CP!$CP$ac_delim 14014s,@CXXCPP@,$CXXCPP,;t t
14505LN!$LN$ac_delim 14015s,@X_CFLAGS@,$X_CFLAGS,;t t
14506SED!$SED$ac_delim 14016s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
14507ECHO!$ECHO$ac_delim 14017s,@X_LIBS@,$X_LIBS,;t t
14508CMP!$CMP$ac_delim 14018s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
14509TIC!$TIC$ac_delim 14019s,@afterimage_config@,$afterimage_config,;t t
14510XMKMF!$XMKMF$ac_delim 14020s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
14511CXXCPP!$CXXCPP$ac_delim 14021s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
14512X_CFLAGS!$X_CFLAGS$ac_delim 14022s,@XPM_LIBS@,$XPM_LIBS,;t t
14513X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14514X_LIBS!$X_LIBS$ac_delim
14515X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14516XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim
14517XPM_CFLAGS!$XPM_CFLAGS$ac_delim
14518XPM_LIBS!$XPM_LIBS$ac_delim
14519rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 14023s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
14520rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 14024s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
14521rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim 14025s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
14522rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim 14026s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
14523rxvt_intp_define!$rxvt_intp_define$ac_delim 14027s,@rxvt_intp_define@,$rxvt_intp_define,;t t
14524rxvt_u_intp_define!$rxvt_u_intp_define$ac_delim 14028s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14525PKG_CONFIG!$PKG_CONFIG$ac_delim 14029s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14526XFT_CONFIG!$XFT_CONFIG$ac_delim 14030s,@XFT_CONFIG@,$XFT_CONFIG,;t t
14527PERL!$PERL$ac_delim 14031s,@PERL@,$PERL,;t t
14528PERLLIB!$PERLLIB$ac_delim 14032s,@PERLLIB@,$PERLLIB,;t t
14529PERLFLAGS!$PERLFLAGS$ac_delim 14033s,@PERLFLAGS@,$PERLFLAGS,;t t
14530PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 14034s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
14531IF_PERL!$IF_PERL$ac_delim 14035s,@IF_PERL@,$IF_PERL,;t t
14036s,@PERL_O@,$PERL_O,;t t
14037s,@LIBAFTERIMAGE_CFLAGS@,$LIBAFTERIMAGE_CFLAGS,;t t
14038s,@AFTERIMAGE_LIBS@,$AFTERIMAGE_LIBS,;t t
14039s,@include_stdint_h@,$include_stdint_h,;t t
14040s,@include_stdarg_h@,$include_stdarg_h,;t t
14041s,@include_stdlib_h@,$include_stdlib_h,;t t
14042s,@include_unistd_h@,$include_unistd_h,;t t
14043s,@include_string_h@,$include_string_h,;t t
14044s,@include_fcntl_h@,$include_fcntl_h,;t t
14045s,@include_util_h@,$include_util_h,;t t
14046s,@include_assert_h@,$include_assert_h,;t t
14047s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
14048s,@include_sys_select_h@,$include_sys_select_h,;t t
14049s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
14050s,@include_sys_time_h@,$include_sys_time_h,;t t
14051s,@include_time_h@,$include_time_h,;t t
14052s,@LIBOBJS@,$LIBOBJS,;t t
14053s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14532_ACEOF 14054CEOF
14533 14055
14534 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 14056_ACEOF
14535 break 14057
14536 elif $ac_last_try; then 14058 cat >>$CONFIG_STATUS <<\_ACEOF
14537 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 14059 # Split the substitutions into bite-sized pieces for seds with
14538echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 14060 # small command number limits, like on Digital OSF/1 and HP-UX.
14539 { (exit 1); exit 1; }; } 14061 ac_max_sed_lines=48
14062 ac_sed_frag=1 # Number of current file.
14063 ac_beg=1 # First line for current file.
14064 ac_end=$ac_max_sed_lines # Line after last line for current file.
14065 ac_more_lines=:
14066 ac_sed_cmds=
14067 while $ac_more_lines; do
14068 if test $ac_beg -gt 1; then
14069 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14540 else 14070 else
14541 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14071 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14072 fi
14073 if test ! -s $tmp/subs.frag; then
14074 ac_more_lines=false
14075 else
14076 # The purpose of the label and of the branching condition is to
14077 # speed up the sed processing (if there are no `@' at all, there
14078 # is no need to browse any of the substitutions).
14079 # These are the two extra sed commands mentioned above.
14080 (echo ':t
14081 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
14082 if test -z "$ac_sed_cmds"; then
14083 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
14084 else
14085 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
14086 fi
14087 ac_sed_frag=`expr $ac_sed_frag + 1`
14088 ac_beg=$ac_end
14089 ac_end=`expr $ac_end + $ac_max_sed_lines`
14090 fi
14091 done
14092 if test -z "$ac_sed_cmds"; then
14093 ac_sed_cmds=cat
14542 fi 14094 fi
14543done 14095fi # test -n "$CONFIG_FILES"
14544 14096
14545ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14546if test -n "$ac_eof"; then
14547 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14548 ac_eof=`expr $ac_eof + 1`
14549fi
14550
14551cat >>$CONFIG_STATUS <<_ACEOF
14552cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
14553/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14554_ACEOF 14097_ACEOF
14555sed '
14556s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14557s/^/s,@/; s/!/@,|#_!!_#|/
14558:n
14559t n
14560s/'"$ac_delim"'$/,g/; t
14561s/$/\\/; p
14562N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14563' >>$CONFIG_STATUS <conf$$subs.sed
14564rm -f conf$$subs.sed
14565cat >>$CONFIG_STATUS <<_ACEOF
14566CEOF$ac_eof
14567_ACEOF
14568
14569
14570ac_delim='%!_!# '
14571for ac_last_try in false false false false false :; do
14572 cat >conf$$subs.sed <<_ACEOF
14573PERL_O!$PERL_O$ac_delim
14574DEBUG!$DEBUG$ac_delim
14575DINCLUDE!$DINCLUDE$ac_delim
14576DLIB!$DLIB$ac_delim
14577include_stdint_h!$include_stdint_h$ac_delim
14578include_stdarg_h!$include_stdarg_h$ac_delim
14579include_stdlib_h!$include_stdlib_h$ac_delim
14580include_unistd_h!$include_unistd_h$ac_delim
14581include_string_h!$include_string_h$ac_delim
14582include_fcntl_h!$include_fcntl_h$ac_delim
14583include_util_h!$include_util_h$ac_delim
14584include_assert_h!$include_assert_h$ac_delim
14585include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
14586include_sys_select_h!$include_sys_select_h$ac_delim
14587include_sys_strredir_h!$include_sys_strredir_h$ac_delim
14588include_sys_time_h!$include_sys_time_h$ac_delim
14589include_time_h!$include_time_h$ac_delim
14590LIBOBJS!$LIBOBJS$ac_delim
14591LTLIBOBJS!$LTLIBOBJS$ac_delim
14592_ACEOF
14593
14594 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then
14595 break
14596 elif $ac_last_try; then
14597 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14598echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14599 { (exit 1); exit 1; }; }
14600 else
14601 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14602 fi
14603done
14604
14605ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14606if test -n "$ac_eof"; then
14607 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14608 ac_eof=`expr $ac_eof + 1`
14609fi
14610
14611cat >>$CONFIG_STATUS <<_ACEOF
14612cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
14613/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
14614_ACEOF
14615sed '
14616s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14617s/^/s,@/; s/!/@,|#_!!_#|/
14618:n
14619t n
14620s/'"$ac_delim"'$/,g/; t
14621s/$/\\/; p
14622N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14623' >>$CONFIG_STATUS <conf$$subs.sed
14624rm -f conf$$subs.sed
14625cat >>$CONFIG_STATUS <<_ACEOF
14626:end
14627s/|#_!!_#|//g
14628CEOF$ac_eof
14629_ACEOF
14630
14631
14632# VPATH may cause trouble with some makes, so we remove $(srcdir),
14633# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14634# trailing colons and then remove the whole line if VPATH becomes empty
14635# (actually we leave an empty line to preserve line numbers).
14636if test "x$srcdir" = x.; then
14637 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14638s/:*\$(srcdir):*/:/
14639s/:*\${srcdir}:*/:/
14640s/:*@srcdir@:*/:/
14641s/^\([^=]*=[ ]*\):*/\1/
14642s/:*$//
14643s/^[^=]*=[ ]*$//
14644}'
14645fi
14646
14647cat >>$CONFIG_STATUS <<\_ACEOF 14098cat >>$CONFIG_STATUS <<\_ACEOF
14648fi # test -n "$CONFIG_FILES" 14099for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
14649 14100 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14650
14651for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
14652do
14653 case $ac_tag in 14101 case $ac_file in
14654 :[FHLC]) ac_mode=$ac_tag; continue;; 14102 - | *:- | *:-:* ) # input from stdin
14103 cat >$tmp/stdin
14104 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14105 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14106 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14107 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14108 * ) ac_file_in=$ac_file.in ;;
14655 esac 14109 esac
14656 case $ac_mode$ac_tag in
14657 :[FHL]*:*);;
14658 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14659echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14660 { (exit 1); exit 1; }; };;
14661 :[FH]-) ac_tag=-:-;;
14662 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14663 esac
14664 ac_save_IFS=$IFS
14665 IFS=:
14666 set x $ac_tag
14667 IFS=$ac_save_IFS
14668 shift
14669 ac_file=$1
14670 shift
14671 14110
14672 case $ac_mode in 14111 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14673 :L) ac_source=$1;; 14112 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14674 :[FH])
14675 ac_file_inputs=
14676 for ac_f
14677 do
14678 case $ac_f in
14679 -) ac_f="$tmp/stdin";;
14680 *) # Look for the file first in the build tree, then in the source tree
14681 # (if the path is not absolute). The absolute path cannot be DOS-style,
14682 # because $ac_f cannot contain `:'.
14683 test -f "$ac_f" ||
14684 case $ac_f in
14685 [\\/$]*) false;;
14686 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14687 esac ||
14688 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14689echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14690 { (exit 1); exit 1; }; };;
14691 esac
14692 ac_file_inputs="$ac_file_inputs $ac_f"
14693 done
14694
14695 # Let's still pretend it is `configure' which instantiates (i.e., don't
14696 # use $as_me), people would be surprised to read:
14697 # /* config.h. Generated by config.status. */
14698 configure_input="Generated from "`IFS=:
14699 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14700 if test x"$ac_file" != x-; then
14701 configure_input="$ac_file. $configure_input"
14702 { echo "$as_me:$LINENO: creating $ac_file" >&5
14703echo "$as_me: creating $ac_file" >&6;}
14704 fi
14705
14706 case $ac_tag in
14707 *:-:* | *:-) cat >"$tmp/stdin";;
14708 esac
14709 ;;
14710 esac
14711
14712 ac_dir=`$as_dirname -- "$ac_file" ||
14713$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 14113$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14714 X"$ac_file" : 'X\(//\)[^/]' \| \ 14114 X"$ac_file" : 'X\(//\)[^/]' \| \
14715 X"$ac_file" : 'X\(//\)$' \| \ 14115 X"$ac_file" : 'X\(//\)$' \| \
14716 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 14116 X"$ac_file" : 'X\(/\)' \| \
14117 . : '\(.\)' 2>/dev/null ||
14717echo X"$ac_file" | 14118echo X"$ac_file" |
14718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 14119 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14719 s//\1/ 14120 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14720 q 14121 /^X\(\/\/\)$/{ s//\1/; q; }
14721 } 14122 /^X\(\/\).*/{ s//\1/; q; }
14722 /^X\(\/\/\)[^/].*/{
14723 s//\1/
14724 q
14725 }
14726 /^X\(\/\/\)$/{
14727 s//\1/
14728 q
14729 }
14730 /^X\(\/\).*/{
14731 s//\1/
14732 q
14733 }
14734 s/.*/./; q'` 14123 s/.*/./; q'`
14124 { if $as_mkdir_p; then
14125 mkdir -p "$ac_dir"
14126 else
14735 { as_dir="$ac_dir" 14127 as_dir="$ac_dir"
14736 case $as_dir in #(
14737 -*) as_dir=./$as_dir;;
14738 esac
14739 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
14740 as_dirs= 14128 as_dirs=
14741 while :; do 14129 while test ! -d "$as_dir"; do
14742 case $as_dir in #(
14743 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14744 *) as_qdir=$as_dir;;
14745 esac
14746 as_dirs="'$as_qdir' $as_dirs" 14130 as_dirs="$as_dir $as_dirs"
14747 as_dir=`$as_dirname -- "$as_dir" || 14131 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14748$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 14132$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14749 X"$as_dir" : 'X\(//\)[^/]' \| \ 14133 X"$as_dir" : 'X\(//\)[^/]' \| \
14750 X"$as_dir" : 'X\(//\)$' \| \ 14134 X"$as_dir" : 'X\(//\)$' \| \
14751 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 14135 X"$as_dir" : 'X\(/\)' \| \
14136 . : '\(.\)' 2>/dev/null ||
14752echo X"$as_dir" | 14137echo X"$as_dir" |
14753 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 14138 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14754 s//\1/ 14139 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14755 q 14140 /^X\(\/\/\)$/{ s//\1/; q; }
14756 } 14141 /^X\(\/\).*/{ s//\1/; q; }
14757 /^X\(\/\/\)[^/].*/{
14758 s//\1/
14759 q
14760 }
14761 /^X\(\/\/\)$/{
14762 s//\1/
14763 q
14764 }
14765 /^X\(\/\).*/{
14766 s//\1/
14767 q
14768 }
14769 s/.*/./; q'` 14142 s/.*/./; q'`
14770 test -d "$as_dir" && break
14771 done 14143 done
14772 test -z "$as_dirs" || eval "mkdir $as_dirs" 14144 test ! -n "$as_dirs" || mkdir $as_dirs
14773 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 14145 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14774echo "$as_me: error: cannot create directory $as_dir" >&2;} 14146echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14775 { (exit 1); exit 1; }; }; } 14147 { (exit 1); exit 1; }; }; }
14148
14776 ac_builddir=. 14149 ac_builddir=.
14777 14150
14151if test "$ac_dir" != .; then
14152 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14153 # A "../" for each directory in $ac_dir_suffix.
14154 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14155else
14156 ac_dir_suffix= ac_top_builddir=
14157fi
14158
14778case "$ac_dir" in 14159case $srcdir in
14779.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 14160 .) # No --srcdir option. We are building in place.
14161 ac_srcdir=.
14162 if test -z "$ac_top_builddir"; then
14163 ac_top_srcdir=.
14164 else
14165 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14166 fi ;;
14167 [\\/]* | ?:[\\/]* ) # Absolute path.
14168 ac_srcdir=$srcdir$ac_dir_suffix;
14169 ac_top_srcdir=$srcdir ;;
14170 *) # Relative path.
14171 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14172 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14173esac
14174
14175# Do not use `cd foo && pwd` to compute absolute paths, because
14176# the directories may not exist.
14177case `pwd` in
14178.) ac_abs_builddir="$ac_dir";;
14780*) 14179*)
14781 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 14180 case "$ac_dir" in
14782 # A ".." for each directory in $ac_dir_suffix. 14181 .) ac_abs_builddir=`pwd`;;
14783 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 14182 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14784 case $ac_top_builddir_sub in 14183 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14785 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14786 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14787 esac ;; 14184 esac;;
14788esac 14185esac
14789ac_abs_top_builddir=$ac_pwd 14186case $ac_abs_builddir in
14790ac_abs_builddir=$ac_pwd$ac_dir_suffix 14187.) ac_abs_top_builddir=${ac_top_builddir}.;;
14791# for backward compatibility: 14188*)
14792ac_top_builddir=$ac_top_build_prefix 14189 case ${ac_top_builddir}. in
14793 14190 .) ac_abs_top_builddir=$ac_abs_builddir;;
14794case $srcdir in 14191 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14795 .) # We are building in place. 14192 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14796 ac_srcdir=. 14193 esac;;
14797 ac_top_srcdir=$ac_top_builddir_sub
14798 ac_abs_top_srcdir=$ac_pwd ;;
14799 [\\/]* | ?:[\\/]* ) # Absolute name.
14800 ac_srcdir=$srcdir$ac_dir_suffix;
14801 ac_top_srcdir=$srcdir
14802 ac_abs_top_srcdir=$srcdir ;;
14803 *) # Relative name.
14804 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14805 ac_top_srcdir=$ac_top_build_prefix$srcdir
14806 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14807esac 14194esac
14808ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 14195case $ac_abs_builddir in
14809 14196.) ac_abs_srcdir=$ac_srcdir;;
14810 14197*)
14811 case $ac_mode in 14198 case $ac_srcdir in
14812 :F) 14199 .) ac_abs_srcdir=$ac_abs_builddir;;
14813 # 14200 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14814 # CONFIG_FILE 14201 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14815 # 14202 esac;;
14203esac
14204case $ac_abs_builddir in
14205.) ac_abs_top_srcdir=$ac_top_srcdir;;
14206*)
14207 case $ac_top_srcdir in
14208 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14209 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14210 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14211 esac;;
14212esac
14213
14816 14214
14817 case $INSTALL in 14215 case $INSTALL in
14818 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 14216 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14819 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 14217 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
14820 esac 14218 esac
14821_ACEOF
14822 14219
14823cat >>$CONFIG_STATUS <<\_ACEOF 14220 if test x"$ac_file" != x-; then
14824# If the template does not know about datarootdir, expand it. 14221 { echo "$as_me:$LINENO: creating $ac_file" >&5
14825# FIXME: This hack should be removed a few years after 2.60. 14222echo "$as_me: creating $ac_file" >&6;}
14826ac_datarootdir_hack=; ac_datarootdir_seen= 14223 rm -f "$ac_file"
14224 fi
14225 # Let's still pretend it is `configure' which instantiates (i.e., don't
14226 # use $as_me), people would be surprised to read:
14227 # /* config.h. Generated by config.status. */
14228 if test x"$ac_file" = x-; then
14229 configure_input=
14230 else
14231 configure_input="$ac_file. "
14232 fi
14233 configure_input=$configure_input"Generated from `echo $ac_file_in |
14234 sed 's,.*/,,'` by configure."
14827 14235
14828case `sed -n '/datarootdir/ { 14236 # First look for the input files in the build tree, otherwise in the
14829 p 14237 # src tree.
14830 q 14238 ac_file_inputs=`IFS=:
14831} 14239 for f in $ac_file_in; do
14832/@datadir@/p 14240 case $f in
14833/@docdir@/p 14241 -) echo $tmp/stdin ;;
14834/@infodir@/p 14242 [\\/$]*)
14835/@localedir@/p 14243 # Absolute (can't be DOS-style, as IFS=:)
14836/@mandir@/p 14244 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14837' $ac_file_inputs` in 14245echo "$as_me: error: cannot find input file: $f" >&2;}
14838*datarootdir*) ac_datarootdir_seen=yes;; 14246 { (exit 1); exit 1; }; }
14839*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 14247 echo "$f";;
14840 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 14248 *) # Relative
14841echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 14249 if test -f "$f"; then
14250 # Build tree
14251 echo "$f"
14252 elif test -f "$srcdir/$f"; then
14253 # Source tree
14254 echo "$srcdir/$f"
14255 else
14256 # /dev/null tree
14257 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14258echo "$as_me: error: cannot find input file: $f" >&2;}
14259 { (exit 1); exit 1; }; }
14260 fi;;
14261 esac
14262 done` || { (exit 1); exit 1; }
14842_ACEOF 14263_ACEOF
14843cat >>$CONFIG_STATUS <<_ACEOF
14844 ac_datarootdir_hack='
14845 s&@datadir@&$datadir&g
14846 s&@docdir@&$docdir&g
14847 s&@infodir@&$infodir&g
14848 s&@localedir@&$localedir&g
14849 s&@mandir@&$mandir&g
14850 s&\\\${datarootdir}&$datarootdir&g' ;;
14851esac
14852_ACEOF
14853
14854# Neutralize VPATH when `$srcdir' = `.'.
14855# Shell code in configure.ac might set extrasub.
14856# FIXME: do we really want to maintain this feature?
14857cat >>$CONFIG_STATUS <<_ACEOF 14264cat >>$CONFIG_STATUS <<_ACEOF
14858 sed "$ac_vpsub 14265 sed "$ac_vpsub
14859$extrasub 14266$extrasub
14860_ACEOF 14267_ACEOF
14861cat >>$CONFIG_STATUS <<\_ACEOF 14268cat >>$CONFIG_STATUS <<\_ACEOF
14862:t 14269:t
14863/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 14270/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14864s&@configure_input@&$configure_input&;t t 14271s,@configure_input@,$configure_input,;t t
14865s&@top_builddir@&$ac_top_builddir_sub&;t t
14866s&@srcdir@&$ac_srcdir&;t t 14272s,@srcdir@,$ac_srcdir,;t t
14867s&@abs_srcdir@&$ac_abs_srcdir&;t t 14273s,@abs_srcdir@,$ac_abs_srcdir,;t t
14868s&@top_srcdir@&$ac_top_srcdir&;t t 14274s,@top_srcdir@,$ac_top_srcdir,;t t
14869s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 14275s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
14870s&@builddir@&$ac_builddir&;t t 14276s,@builddir@,$ac_builddir,;t t
14871s&@abs_builddir@&$ac_abs_builddir&;t t 14277s,@abs_builddir@,$ac_abs_builddir,;t t
14278s,@top_builddir@,$ac_top_builddir,;t t
14872s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 14279s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
14873s&@INSTALL@&$ac_INSTALL&;t t 14280s,@INSTALL@,$ac_INSTALL,;t t
14874$ac_datarootdir_hack 14281" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14875" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
14876
14877test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14878 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14879 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14880 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14881which seems to be undefined. Please make sure it is defined." >&5
14882echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14883which seems to be undefined. Please make sure it is defined." >&2;}
14884
14885 rm -f "$tmp/stdin" 14282 rm -f $tmp/stdin
14283 if test x"$ac_file" != x-; then
14284 mv $tmp/out $ac_file
14285 else
14286 cat $tmp/out
14287 rm -f $tmp/out
14288 fi
14289
14290done
14291_ACEOF
14292cat >>$CONFIG_STATUS <<\_ACEOF
14293
14294#
14295# CONFIG_HEADER section.
14296#
14297
14298# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14299# NAME is the cpp macro being defined and VALUE is the value it is being given.
14300#
14301# ac_d sets the value in "#define NAME VALUE" lines.
14302ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14303ac_dB='[ ].*$,\1#\2'
14304ac_dC=' '
14305ac_dD=',;t'
14306# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14307ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14308ac_uB='$,\1#\2define\3'
14309ac_uC=' '
14310ac_uD=',;t'
14311
14312for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
14313 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14886 case $ac_file in 14314 case $ac_file in
14887 -) cat "$tmp/out"; rm -f "$tmp/out";; 14315 - | *:- | *:-:* ) # input from stdin
14888 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 14316 cat >$tmp/stdin
14317 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14318 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14319 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14320 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14321 * ) ac_file_in=$ac_file.in ;;
14889 esac 14322 esac
14890 ;;
14891 :H)
14892 #
14893 # CONFIG_HEADER
14894 #
14895_ACEOF
14896 14323
14324 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14325echo "$as_me: creating $ac_file" >&6;}
14326
14327 # First look for the input files in the build tree, otherwise in the
14328 # src tree.
14329 ac_file_inputs=`IFS=:
14330 for f in $ac_file_in; do
14331 case $f in
14332 -) echo $tmp/stdin ;;
14333 [\\/$]*)
14334 # Absolute (can't be DOS-style, as IFS=:)
14335 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14336echo "$as_me: error: cannot find input file: $f" >&2;}
14337 { (exit 1); exit 1; }; }
14338 # Do quote $f, to prevent DOS paths from being IFS'd.
14339 echo "$f";;
14340 *) # Relative
14341 if test -f "$f"; then
14342 # Build tree
14343 echo "$f"
14344 elif test -f "$srcdir/$f"; then
14345 # Source tree
14346 echo "$srcdir/$f"
14347 else
14348 # /dev/null tree
14349 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14350echo "$as_me: error: cannot find input file: $f" >&2;}
14351 { (exit 1); exit 1; }; }
14352 fi;;
14353 esac
14354 done` || { (exit 1); exit 1; }
14355 # Remove the trailing spaces.
14356 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14357
14358_ACEOF
14359
14897# Transform confdefs.h into a sed script `conftest.defines', that 14360# Transform confdefs.h into two sed scripts, `conftest.defines' and
14898# substitutes the proper values into config.h.in to produce config.h. 14361# `conftest.undefs', that substitutes the proper values into
14362# config.h.in to produce config.h. The first handles `#define'
14363# templates, and the second `#undef' templates.
14364# And first: Protect against being on the right side of a sed subst in
14365# config.status. Protect against being in an unquoted here document
14366# in config.status.
14899rm -f conftest.defines conftest.tail 14367rm -f conftest.defines conftest.undefs
14900# First, append a space to every undef/define line, to ease matching. 14368# Using a here document instead of a string reduces the quoting nightmare.
14901echo 's/$/ /' >conftest.defines 14369# Putting comments in sed scripts is not portable.
14902# Then, protect against being on the right side of a sed subst, or in 14370#
14903# an unquoted here document, in config.status. If some macros were 14371# `end' is used to avoid that the second main sed command (meant for
14904# called several times there might be several #defines for the same 14372# 0-ary CPP macros) applies to n-ary macro definitions.
14905# symbol, which is useless. But do not sort them, since the last 14373# See the Autoconf documentation for `clear'.
14906# AC_DEFINE must be honored. 14374cat >confdef2sed.sed <<\_ACEOF
14907ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14908# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
14909# NAME is the cpp macro being defined, VALUE is the value it is being given.
14910# PARAMS is the parameter list in the macro definition--in most cases, it's
14911# just an empty string.
14912ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
14913ac_dB='\\)[ (].*,\\1define\\2'
14914ac_dC=' '
14915ac_dD=' ,'
14916
14917uniq confdefs.h |
14918 sed -n '
14919 t rset
14920 :rset
14921 s/^[ ]*#[ ]*define[ ][ ]*//
14922 t ok
14923 d
14924 :ok
14925 s/[\\&,]/\\&/g 14375s/[\\&,]/\\&/g
14926 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 14376s,[\\$`],\\&,g
14927 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 14377t clear
14928 ' >>conftest.defines 14378: clear
14379s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14380t end
14381s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14382: end
14383_ACEOF
14384# If some macros were called several times there might be several times
14385# the same #defines, which is useless. Nevertheless, we may not want to
14386# sort them, since we want the *last* AC-DEFINE to be honored.
14387uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14388sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14389rm -f confdef2sed.sed
14929 14390
14930# Remove the space that was appended to ease matching.
14931# Then replace #undef with comments. This is necessary, for 14391# This sed command replaces #undef with comments. This is necessary, for
14932# example, in the case of _POSIX_SOURCE, which is predefined and required 14392# example, in the case of _POSIX_SOURCE, which is predefined and required
14933# on some systems where configure will not decide to define it. 14393# on some systems where configure will not decide to define it.
14934# (The regexp can be short, since the line contains either #define or #undef.) 14394cat >>conftest.undefs <<\_ACEOF
14935echo 's/ $// 14395s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14936s,^[ #]*u.*,/* & */,' >>conftest.defines 14396_ACEOF
14937 14397
14938# Break up conftest.defines: 14398# Break up conftest.defines because some shells have a limit on the size
14939ac_max_sed_lines=50 14399# of here documents, and old seds have small limits too (100 cmds).
14940 14400echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14941# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 14401echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14942# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 14402echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14943# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 14403echo ' :' >>$CONFIG_STATUS
14944# et cetera. 14404rm -f conftest.tail
14945ac_in='$ac_file_inputs' 14405while grep . conftest.defines >/dev/null
14946ac_out='"$tmp/out1"'
14947ac_nxt='"$tmp/out2"'
14948
14949while :
14950do 14406do
14951 # Write a here document: 14407 # Write a limited-size here document to $tmp/defines.sed.
14952 cat >>$CONFIG_STATUS <<_ACEOF 14408 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14953 # First, check the format of the line: 14409 # Speed up: don't consider the non `#define' lines.
14954 cat >"\$tmp/defines.sed" <<\\CEOF 14410 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14955/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 14411 # Work around the forget-to-reset-the-flag bug.
14956/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 14412 echo 't clr' >>$CONFIG_STATUS
14957b 14413 echo ': clr' >>$CONFIG_STATUS
14958:def
14959_ACEOF
14960 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 14414 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14961 echo 'CEOF 14415 echo 'CEOF
14962 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 14416 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14963 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 14417 rm -f $tmp/in
14418 mv $tmp/out $tmp/in
14419' >>$CONFIG_STATUS
14964 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 14420 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14965 grep . conftest.tail >/dev/null || break
14966 rm -f conftest.defines 14421 rm -f conftest.defines
14967 mv conftest.tail conftest.defines 14422 mv conftest.tail conftest.defines
14968done 14423done
14969rm -f conftest.defines conftest.tail 14424rm -f conftest.defines
14425echo ' fi # grep' >>$CONFIG_STATUS
14426echo >>$CONFIG_STATUS
14970 14427
14971echo "ac_result=$ac_in" >>$CONFIG_STATUS 14428# Break up conftest.undefs because some shells have a limit on the size
14429# of here documents, and old seds have small limits too (100 cmds).
14430echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14431rm -f conftest.tail
14432while grep . conftest.undefs >/dev/null
14433do
14434 # Write a limited-size here document to $tmp/undefs.sed.
14435 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14436 # Speed up: don't consider the non `#undef'
14437 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14438 # Work around the forget-to-reset-the-flag bug.
14439 echo 't clr' >>$CONFIG_STATUS
14440 echo ': clr' >>$CONFIG_STATUS
14441 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14442 echo 'CEOF
14443 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14444 rm -f $tmp/in
14445 mv $tmp/out $tmp/in
14446' >>$CONFIG_STATUS
14447 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14448 rm -f conftest.undefs
14449 mv conftest.tail conftest.undefs
14450done
14451rm -f conftest.undefs
14452
14972cat >>$CONFIG_STATUS <<\_ACEOF 14453cat >>$CONFIG_STATUS <<\_ACEOF
14454 # Let's still pretend it is `configure' which instantiates (i.e., don't
14455 # use $as_me), people would be surprised to read:
14456 # /* config.h. Generated by config.status. */
14457 if test x"$ac_file" = x-; then
14458 echo "/* Generated by configure. */" >$tmp/config.h
14459 else
14460 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14461 fi
14462 cat $tmp/in >>$tmp/config.h
14463 rm -f $tmp/in
14973 if test x"$ac_file" != x-; then 14464 if test x"$ac_file" != x-; then
14974 echo "/* $configure_input */" >"$tmp/config.h"
14975 cat "$ac_result" >>"$tmp/config.h"
14976 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 14465 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14977 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 14466 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14978echo "$as_me: $ac_file is unchanged" >&6;} 14467echo "$as_me: $ac_file is unchanged" >&6;}
14979 else 14468 else
14469 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14470$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14471 X"$ac_file" : 'X\(//\)[^/]' \| \
14472 X"$ac_file" : 'X\(//\)$' \| \
14473 X"$ac_file" : 'X\(/\)' \| \
14474 . : '\(.\)' 2>/dev/null ||
14475echo X"$ac_file" |
14476 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14477 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14478 /^X\(\/\/\)$/{ s//\1/; q; }
14479 /^X\(\/\).*/{ s//\1/; q; }
14480 s/.*/./; q'`
14481 { if $as_mkdir_p; then
14482 mkdir -p "$ac_dir"
14483 else
14484 as_dir="$ac_dir"
14485 as_dirs=
14486 while test ! -d "$as_dir"; do
14487 as_dirs="$as_dir $as_dirs"
14488 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14489$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14490 X"$as_dir" : 'X\(//\)[^/]' \| \
14491 X"$as_dir" : 'X\(//\)$' \| \
14492 X"$as_dir" : 'X\(/\)' \| \
14493 . : '\(.\)' 2>/dev/null ||
14494echo X"$as_dir" |
14495 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14496 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14497 /^X\(\/\/\)$/{ s//\1/; q; }
14498 /^X\(\/\).*/{ s//\1/; q; }
14499 s/.*/./; q'`
14500 done
14501 test ! -n "$as_dirs" || mkdir $as_dirs
14502 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14503echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14504 { (exit 1); exit 1; }; }; }
14505
14980 rm -f $ac_file 14506 rm -f $ac_file
14981 mv "$tmp/config.h" $ac_file 14507 mv $tmp/config.h $ac_file
14982 fi 14508 fi
14983 else 14509 else
14984 echo "/* $configure_input */" 14510 cat $tmp/config.h
14985 cat "$ac_result" 14511 rm -f $tmp/config.h
14986 fi 14512 fi
14987 rm -f "$tmp/out12" 14513done
14988 ;; 14514_ACEOF
14989 14515
14990 14516cat >>$CONFIG_STATUS <<\_ACEOF
14991 esac
14992
14993done # for ac_tag
14994
14995 14517
14996{ (exit 0); exit 0; } 14518{ (exit 0); exit 0; }
14997_ACEOF 14519_ACEOF
14998chmod +x $CONFIG_STATUS 14520chmod +x $CONFIG_STATUS
14999ac_clean_files=$ac_clean_files_save 14521ac_clean_files=$ac_clean_files_save
15032 14554
15033if test x$support_xpm = xyes; then 14555if test x$support_xpm = xyes; then
15034 echo " Xpm library: $XPM_LIBS" 14556 echo " Xpm library: $XPM_LIBS"
15035fi 14557fi
15036 14558
14559if test x$support_afterimage = xyes; then
14560 echo " AfterImage support: yes"
14561fi
14562
14563if test x$support_afterstep = xyes; then
14564 echo " AfterStep integration: yes"
14565fi
14566
15037if test x$term != x; then 14567if test x$term != x; then
15038 echo " set TERM to: $term" 14568 echo " set TERM to: $term"
15039fi 14569fi
15040if test x$terminfo != x; then 14570if test x$terminfo != x; then
15041 echo " set TERMINFO to: $terminfo" 14571 echo " set TERMINFO to: $terminfo"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines