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

Comparing rxvt-unicode/configure (file contents):
Revision 1.105 by root, Tue Jun 26 00:40:18 2007 UTC vs.
Revision 1.107 by ayin, Thu Jun 28 17:20:24 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 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
682CXXLIB
683INSTALL_LIBRXVT
684RXVTNAME
685TIC
686XMKMF
687CXXCPP
688X_CFLAGS
689X_PRE_LIBS
690X_LIBS
691X_EXTRA_LIBS
692afterimage_config
693XPM_CPPFLAGS
694XPM_CFLAGS
695XPM_LIBS
696rxvt_int16_typedef
697rxvt_uint16_typedef
698rxvt_int32_typedef
699rxvt_uint32_typedef
700rxvt_intp_define
701rxvt_u_intp_define
702PKG_CONFIG
703XFT_CONFIG
704PERL
705PERLLIB
706PERLFLAGS
707PERLPRIVLIBEXP
708IF_PERL
709PERL_O
710LIBAFTERIMAGE_CFLAGS
711AFTERIMAGE_LIBS
712include_stdint_h
713include_stdarg_h
714include_stdlib_h
715include_unistd_h
716include_string_h
717include_fcntl_h
718include_util_h
719include_assert_h
720include_sys_ioctl_h
721include_sys_select_h
722include_sys_strredir_h
723include_sys_time_h
724include_time_h
725LIBOBJS
726LTLIBOBJS'
727ac_subst_files='' 313ac_subst_files=''
728 ac_precious_vars='build_alias
729host_alias
730target_alias
731CC
732CFLAGS
733LDFLAGS
734LIBS
735CPPFLAGS
736CXX
737CXXFLAGS
738CCC
739CPP
740XMKMF
741CXXCPP'
742
743 314
744# Initialize some variables set by options. 315# Initialize some variables set by options.
745ac_init_help= 316ac_init_help=
746ac_init_version=false 317ac_init_version=false
747# The variables have the same names as the options, with 318# The variables have the same names as the options, with
764# Installation directory options. 335# Installation directory options.
765# 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"
766# 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
767# by default will actually change. 338# by default will actually change.
768# 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.
769# (The list follows the same order as the GNU Coding Standards.)
770bindir='${exec_prefix}/bin' 340bindir='${exec_prefix}/bin'
771sbindir='${exec_prefix}/sbin' 341sbindir='${exec_prefix}/sbin'
772libexecdir='${exec_prefix}/libexec' 342libexecdir='${exec_prefix}/libexec'
773datarootdir='${prefix}/share' 343datadir='${prefix}/share'
774datadir='${datarootdir}'
775sysconfdir='${prefix}/etc' 344sysconfdir='${prefix}/etc'
776sharedstatedir='${prefix}/com' 345sharedstatedir='${prefix}/com'
777localstatedir='${prefix}/var' 346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
778includedir='${prefix}/include' 348includedir='${prefix}/include'
779oldincludedir='/usr/include' 349oldincludedir='/usr/include'
780docdir='${datarootdir}/doc/${PACKAGE}'
781infodir='${datarootdir}/info' 350infodir='${prefix}/info'
782htmldir='${docdir}' 351mandir='${prefix}/man'
783dvidir='${docdir}'
784pdfdir='${docdir}'
785psdir='${docdir}'
786libdir='${exec_prefix}/lib'
787localedir='${datarootdir}/locale'
788mandir='${datarootdir}/man'
789 352
790ac_prev= 353ac_prev=
791ac_dashdash=
792for ac_option 354for ac_option
793do 355do
794 # If the previous option needs an argument, assign it. 356 # If the previous option needs an argument, assign it.
795 if test -n "$ac_prev"; then 357 if test -n "$ac_prev"; then
796 eval $ac_prev=\$ac_option 358 eval "$ac_prev=\$ac_option"
797 ac_prev= 359 ac_prev=
798 continue 360 continue
799 fi 361 fi
800 362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
801 case $ac_option in 367 case $ac_option in
802 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
803 *) ac_optarg=yes ;;
804 esac
805
806 # Accept the important Cygnus configure options, so we can diagnose typos.
807
808 case $ac_dashdash$ac_option in
809 --)
810 ac_dashdash=yes ;;
811 368
812 -bindir | --bindir | --bindi | --bind | --bin | --bi) 369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
813 ac_prev=bindir ;; 370 ac_prev=bindir ;;
814 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
815 bindir=$ac_optarg ;; 372 bindir=$ac_optarg ;;
827 cache_file=$ac_optarg ;; 384 cache_file=$ac_optarg ;;
828 385
829 --config-cache | -C) 386 --config-cache | -C)
830 cache_file=config.cache ;; 387 cache_file=config.cache ;;
831 388
832 -datadir | --datadir | --datadi | --datad) 389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
833 ac_prev=datadir ;; 390 ac_prev=datadir ;;
834 -datadir=* | --datadir=* | --datadi=* | --datad=*) 391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
835 datadir=$ac_optarg ;; 393 datadir=$ac_optarg ;;
836
837 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
838 | --dataroo | --dataro | --datar)
839 ac_prev=datarootdir ;;
840 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
841 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
842 datarootdir=$ac_optarg ;;
843 394
844 -disable-* | --disable-*) 395 -disable-* | --disable-*)
845 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
846 # Reject names that are not valid shell variable names. 397 # Reject names that are not valid shell variable names.
847 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
848 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
849 { (exit 1); exit 1; }; } 400 { (exit 1); exit 1; }; }
850 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
851 eval enable_$ac_feature=no ;; 402 eval "enable_$ac_feature=no" ;;
852
853 -docdir | --docdir | --docdi | --doc | --do)
854 ac_prev=docdir ;;
855 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
856 docdir=$ac_optarg ;;
857
858 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
859 ac_prev=dvidir ;;
860 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
861 dvidir=$ac_optarg ;;
862 403
863 -enable-* | --enable-*) 404 -enable-* | --enable-*)
864 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
865 # Reject names that are not valid shell variable names. 406 # Reject names that are not valid shell variable names.
866 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
867 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
868 { (exit 1); exit 1; }; } 409 { (exit 1); exit 1; }; }
869 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
870 eval enable_$ac_feature=\$ac_optarg ;; 415 eval "enable_$ac_feature='$ac_optarg'" ;;
871 416
872 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
873 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
874 | --exec | --exe | --ex) 419 | --exec | --exe | --ex)
875 ac_prev=exec_prefix ;; 420 ac_prev=exec_prefix ;;
892 -host | --host | --hos | --ho) 437 -host | --host | --hos | --ho)
893 ac_prev=host_alias ;; 438 ac_prev=host_alias ;;
894 -host=* | --host=* | --hos=* | --ho=*) 439 -host=* | --host=* | --hos=* | --ho=*)
895 host_alias=$ac_optarg ;; 440 host_alias=$ac_optarg ;;
896 441
897 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
898 ac_prev=htmldir ;;
899 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
900 | --ht=*)
901 htmldir=$ac_optarg ;;
902
903 -includedir | --includedir | --includedi | --included | --include \ 442 -includedir | --includedir | --includedi | --included | --include \
904 | --includ | --inclu | --incl | --inc) 443 | --includ | --inclu | --incl | --inc)
905 ac_prev=includedir ;; 444 ac_prev=includedir ;;
906 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
907 | --includ=* | --inclu=* | --incl=* | --inc=*) 446 | --includ=* | --inclu=* | --incl=* | --inc=*)
922 ac_prev=libexecdir ;; 461 ac_prev=libexecdir ;;
923 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
924 | --libexe=* | --libex=* | --libe=*) 463 | --libexe=* | --libex=* | --libe=*)
925 libexecdir=$ac_optarg ;; 464 libexecdir=$ac_optarg ;;
926 465
927 -localedir | --localedir | --localedi | --localed | --locale)
928 ac_prev=localedir ;;
929 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
930 localedir=$ac_optarg ;;
931
932 -localstatedir | --localstatedir | --localstatedi | --localstated \ 466 -localstatedir | --localstatedir | --localstatedi | --localstated \
933 | --localstate | --localstat | --localsta | --localst | --locals) 467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
934 ac_prev=localstatedir ;; 469 ac_prev=localstatedir ;;
935 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
936 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
937 localstatedir=$ac_optarg ;; 473 localstatedir=$ac_optarg ;;
938 474
939 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
940 ac_prev=mandir ;; 476 ac_prev=mandir ;;
941 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
996 | --program-transfo=* | --program-transf=* \ 532 | --program-transfo=* | --program-transf=* \
997 | --program-trans=* | --program-tran=* \ 533 | --program-trans=* | --program-tran=* \
998 | --progr-tra=* | --program-tr=* | --program-t=*) 534 | --progr-tra=* | --program-tr=* | --program-t=*)
999 program_transform_name=$ac_optarg ;; 535 program_transform_name=$ac_optarg ;;
1000 536
1001 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1002 ac_prev=pdfdir ;;
1003 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1004 pdfdir=$ac_optarg ;;
1005
1006 -psdir | --psdir | --psdi | --psd | --ps)
1007 ac_prev=psdir ;;
1008 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1009 psdir=$ac_optarg ;;
1010
1011 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1012 | -silent | --silent | --silen | --sile | --sil) 538 | -silent | --silent | --silen | --sile | --sil)
1013 silent=yes ;; 539 silent=yes ;;
1014 540
1015 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1058 ac_init_version=: ;; 584 ac_init_version=: ;;
1059 585
1060 -with-* | --with-*) 586 -with-* | --with-*)
1061 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1062 # Reject names that are not valid shell variable names. 588 # Reject names that are not valid shell variable names.
1063 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1064 { echo "$as_me: error: invalid package name: $ac_package" >&2 590 { echo "$as_me: error: invalid package name: $ac_package" >&2
1065 { (exit 1); exit 1; }; } 591 { (exit 1); exit 1; }; }
1066 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
1067 eval with_$ac_package=\$ac_optarg ;; 597 eval "with_$ac_package='$ac_optarg'" ;;
1068 598
1069 -without-* | --without-*) 599 -without-* | --without-*)
1070 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1071 # Reject names that are not valid shell variable names. 601 # Reject names that are not valid shell variable names.
1072 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1073 { echo "$as_me: error: invalid package name: $ac_package" >&2 603 { echo "$as_me: error: invalid package name: $ac_package" >&2
1074 { (exit 1); exit 1; }; } 604 { (exit 1); exit 1; }; }
1075 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 605 ac_package=`echo $ac_package | sed 's/-/_/g'`
1076 eval with_$ac_package=no ;; 606 eval "with_$ac_package=no" ;;
1077 607
1078 --x) 608 --x)
1079 # Obsolete; use --with-x. 609 # Obsolete; use --with-x.
1080 with_x=yes ;; 610 with_x=yes ;;
1081 611
1102 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1103 # Reject names that are not valid shell variable names. 633 # Reject names that are not valid shell variable names.
1104 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1105 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1106 { (exit 1); exit 1; }; } 636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1107 eval $ac_envvar=\$ac_optarg 638 eval "$ac_envvar='$ac_optarg'"
1108 export $ac_envvar ;; 639 export $ac_envvar ;;
1109 640
1110 *) 641 *)
1111 # FIXME: should be removed in autoconf 3.0. 642 # FIXME: should be removed in autoconf 3.0.
1112 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1122 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1123 { echo "$as_me: error: missing argument to $ac_option" >&2 654 { echo "$as_me: error: missing argument to $ac_option" >&2
1124 { (exit 1); exit 1; }; } 655 { (exit 1); exit 1; }; }
1125fi 656fi
1126 657
1127# Be sure to have absolute directory names. 658# Be sure to have absolute paths.
1128for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 659for ac_var in exec_prefix prefix
1129 datadir sysconfdir sharedstatedir localstatedir includedir \
1130 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1131 libdir localedir mandir
1132do 660do
1133 eval ac_val=\$$ac_var 661 eval ac_val=$`echo $ac_var`
1134 case $ac_val in 662 case $ac_val in
1135 [\\/$]* | ?:[\\/]* ) continue;; 663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1136 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; }; };;
1137 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 [\\/$]* | ?:[\\/]* ) ;;
1138 { 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
1139 { (exit 1); exit 1; }; } 677 { (exit 1); exit 1; }; };;
678 esac
1140done 679done
1141 680
1142# 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'
1143# used to hold the argument of --host etc. 682# used to hold the argument of --host etc.
1144# FIXME: To remove some day. 683# FIXME: To remove some day.
1161test -n "$host_alias" && ac_tool_prefix=$host_alias- 700test -n "$host_alias" && ac_tool_prefix=$host_alias-
1162 701
1163test "$silent" = yes && exec 6>/dev/null 702test "$silent" = yes && exec 6>/dev/null
1164 703
1165 704
1166ac_pwd=`pwd` && test -n "$ac_pwd" &&
1167ac_ls_di=`ls -di .` &&
1168ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1169 { echo "$as_me: error: Working directory cannot be determined" >&2
1170 { (exit 1); exit 1; }; }
1171test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1172 { echo "$as_me: error: pwd does not report name of working directory" >&2
1173 { (exit 1); exit 1; }; }
1174
1175
1176# Find the source files, if location was not specified. 705# Find the source files, if location was not specified.
1177if test -z "$srcdir"; then 706if test -z "$srcdir"; then
1178 ac_srcdir_defaulted=yes 707 ac_srcdir_defaulted=yes
1179 # Try the directory containing this script, then the parent directory. 708 # Try the directory containing this script, then its parent.
1180 ac_confdir=`$as_dirname -- "$0" || 709 ac_confdir=`(dirname "$0") 2>/dev/null ||
1181$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1182 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \
1183 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(//\)$' \| \
1184 X"$0" : 'X\(/\)' \| . 2>/dev/null || 713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
1185echo X"$0" | 715echo X"$0" |
1186 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1187 s//\1/ 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1188 q 718 /^X\(\/\/\)$/{ s//\1/; q; }
1189 } 719 /^X\(\/\).*/{ s//\1/; q; }
1190 /^X\(\/\/\)[^/].*/{
1191 s//\1/
1192 q
1193 }
1194 /^X\(\/\/\)$/{
1195 s//\1/
1196 q
1197 }
1198 /^X\(\/\).*/{
1199 s//\1/
1200 q
1201 }
1202 s/.*/./; q'` 720 s/.*/./; q'`
1203 srcdir=$ac_confdir 721 srcdir=$ac_confdir
1204 if test ! -r "$srcdir/$ac_unique_file"; then 722 if test ! -r $srcdir/$ac_unique_file; then
1205 srcdir=.. 723 srcdir=..
1206 fi 724 fi
1207else 725else
1208 ac_srcdir_defaulted=no 726 ac_srcdir_defaulted=no
1209fi 727fi
1210if test ! -r "$srcdir/$ac_unique_file"; then 728if test ! -r $srcdir/$ac_unique_file; then
1211 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 729 if test "$ac_srcdir_defaulted" = yes; then
1212 { 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
1213 { (exit 1); exit 1; }; } 731 { (exit 1); exit 1; }; }
1214fi 732 else
1215ac_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
1216ac_abs_confdir=`(
1217 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1218 { (exit 1); exit 1; }; } 734 { (exit 1); exit 1; }; }
1219 pwd)` 735 fi
1220# When building in place, set srcdir=.
1221if test "$ac_abs_confdir" = "$ac_pwd"; then
1222 srcdir=.
1223fi 736fi
1224# Remove unnecessary trailing slashes from srcdir. 737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1225# 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
1226# mess up M-x gdb in Emacs. 739 { (exit 1); exit 1; }; }
1227case $srcdir in 740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1228*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 741ac_env_build_alias_set=${build_alias+set}
1229esac 742ac_env_build_alias_value=$build_alias
1230for ac_var in $ac_precious_vars; do 743ac_cv_env_build_alias_set=${build_alias+set}
1231 eval ac_env_${ac_var}_set=\${${ac_var}+set} 744ac_cv_env_build_alias_value=$build_alias
1232 eval ac_env_${ac_var}_value=\$${ac_var} 745ac_env_host_alias_set=${host_alias+set}
1233 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 746ac_env_host_alias_value=$host_alias
1234 eval ac_cv_env_${ac_var}_value=\$${ac_var} 747ac_cv_env_host_alias_set=${host_alias+set}
1235done 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
1236 785
1237# 786#
1238# Report the --help message. 787# Report the --help message.
1239# 788#
1240if test "$ac_init_help" = "long"; then 789if test "$ac_init_help" = "long"; then
1259 --cache-file=FILE cache test results in FILE [disabled] 808 --cache-file=FILE cache test results in FILE [disabled]
1260 -C, --config-cache alias for \`--cache-file=config.cache' 809 -C, --config-cache alias for \`--cache-file=config.cache'
1261 -n, --no-create do not create output files 810 -n, --no-create do not create output files
1262 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1263 812
813_ACEOF
814
815 cat <<_ACEOF
1264Installation directories: 816Installation directories:
1265 --prefix=PREFIX install architecture-independent files in PREFIX 817 --prefix=PREFIX install architecture-independent files in PREFIX
1266 [$ac_default_prefix] 818 [$ac_default_prefix]
1267 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1268 [PREFIX] 820 [PREFIX]
1276 828
1277Fine tuning of the installation directories: 829Fine tuning of the installation directories:
1278 --bindir=DIR user executables [EPREFIX/bin] 830 --bindir=DIR user executables [EPREFIX/bin]
1279 --sbindir=DIR system admin executables [EPREFIX/sbin] 831 --sbindir=DIR system admin executables [EPREFIX/sbin]
1280 --libexecdir=DIR program executables [EPREFIX/libexec] 832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
1281 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1282 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1283 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1284 --libdir=DIR object code libraries [EPREFIX/lib] 837 --libdir=DIR object code libraries [EPREFIX/lib]
1285 --includedir=DIR C header files [PREFIX/include] 838 --includedir=DIR C header files [PREFIX/include]
1286 --oldincludedir=DIR C header files for non-gcc [/usr/include] 839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1287 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1288 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1289 --infodir=DIR info documentation [DATAROOTDIR/info] 840 --infodir=DIR info documentation [PREFIX/info]
1290 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1291 --mandir=DIR man documentation [DATAROOTDIR/man] 841 --mandir=DIR man documentation [PREFIX/man]
1292 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1293 --htmldir=DIR html documentation [DOCDIR]
1294 --dvidir=DIR dvi documentation [DOCDIR]
1295 --pdfdir=DIR pdf documentation [DOCDIR]
1296 --psdir=DIR ps documentation [DOCDIR]
1297_ACEOF 842_ACEOF
1298 843
1299 cat <<\_ACEOF 844 cat <<\_ACEOF
1300 845
1301X features: 846X features:
1376Some influential environment variables: 921Some influential environment variables:
1377 CC C compiler command 922 CC C compiler command
1378 CFLAGS C compiler flags 923 CFLAGS C compiler flags
1379 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
1380 nonstandard directory <lib dir> 925 nonstandard directory <lib dir>
1381 LIBS libraries to pass to the linker, e.g. -l<library>
1382 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
1383 you have headers in a nonstandard directory <include dir> 927 headers in a nonstandard directory <include dir>
1384 CXX C++ compiler command 928 CXX C++ compiler command
1385 CXXFLAGS C++ compiler flags 929 CXXFLAGS C++ compiler flags
1386 CPP C preprocessor 930 CPP C preprocessor
1387 XMKMF Path to xmkmf, Makefile generator for X Window System
1388 CXXCPP C++ preprocessor 931 CXXCPP C++ preprocessor
1389 932
1390Use 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
1391it to find libraries and programs with nonstandard names/locations. 934it to find libraries and programs with nonstandard names/locations.
1392 935
1393_ACEOF 936_ACEOF
1394ac_status=$?
1395fi 937fi
1396 938
1397if test "$ac_init_help" = "recursive"; then 939if test "$ac_init_help" = "recursive"; then
1398 # If there are subdirs, report their specific --help. 940 # If there are subdirs, report their specific --help.
941 ac_popdir=`pwd`
1399 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
1400 test -d "$ac_dir" || continue 943 test -d $ac_dir || continue
1401 ac_builddir=. 944 ac_builddir=.
1402 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
1403case "$ac_dir" in 954case $srcdir in
1404.) 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";;
1405*) 974*)
1406 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 975 case "$ac_dir" in
1407 # A ".." for each directory in $ac_dir_suffix. 976 .) ac_abs_builddir=`pwd`;;
1408 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 977 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1409 case $ac_top_builddir_sub in 978 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1410 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1411 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1412 esac ;; 979 esac;;
1413esac 980esac
1414ac_abs_top_builddir=$ac_pwd 981case $ac_abs_builddir in
1415ac_abs_builddir=$ac_pwd$ac_dir_suffix 982.) ac_abs_top_builddir=${ac_top_builddir}.;;
1416# for backward compatibility: 983*)
1417ac_top_builddir=$ac_top_build_prefix 984 case ${ac_top_builddir}. in
1418 985 .) ac_abs_top_builddir=$ac_abs_builddir;;
1419case $srcdir in 986 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1420 .) # We are building in place. 987 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1421 ac_srcdir=. 988 esac;;
1422 ac_top_srcdir=$ac_top_builddir_sub
1423 ac_abs_top_srcdir=$ac_pwd ;;
1424 [\\/]* | ?:[\\/]* ) # Absolute name.
1425 ac_srcdir=$srcdir$ac_dir_suffix;
1426 ac_top_srcdir=$srcdir
1427 ac_abs_top_srcdir=$srcdir ;;
1428 *) # Relative name.
1429 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1430 ac_top_srcdir=$ac_top_build_prefix$srcdir
1431 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1432esac 989esac
1433ac_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
1434 1008
1435 cd "$ac_dir" || { ac_status=$?; continue; } 1009 cd $ac_dir
1436 # Check for guested configure. 1010 # Check for guested configure; otherwise get Cygnus style configure.
1437 if test -f "$ac_srcdir/configure.gnu"; then 1011 if test -f $ac_srcdir/configure.gnu; then
1438 echo && 1012 echo
1439 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1013 $SHELL $ac_srcdir/configure.gnu --help=recursive
1440 elif test -f "$ac_srcdir/configure"; then 1014 elif test -f $ac_srcdir/configure; then
1441 echo && 1015 echo
1442 $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
1443 else 1021 else
1444 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
1445 fi || ac_status=$? 1023 fi
1446 cd "$ac_pwd" || { ac_status=$?; break; } 1024 cd $ac_popdir
1447 done 1025 done
1448fi 1026fi
1449 1027
1450test -n "$ac_init_help" && exit $ac_status 1028test -n "$ac_init_help" && exit 0
1451if $ac_init_version; then 1029if $ac_init_version; then
1452 cat <<\_ACEOF 1030 cat <<\_ACEOF
1453configure
1454generated by GNU Autoconf 2.61
1455 1031
1456Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1032Copyright (C) 2003 Free Software Foundation, Inc.
14572002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1458This configure script is free software; the Free Software Foundation 1033This configure script is free software; the Free Software Foundation
1459gives unlimited permission to copy, distribute and modify it. 1034gives unlimited permission to copy, distribute and modify it.
1460_ACEOF 1035_ACEOF
1461 exit 1036 exit 0
1462fi 1037fi
1463cat >config.log <<_ACEOF 1038exec 5>config.log
1039cat >&5 <<_ACEOF
1464This file contains any messages produced by compilers while 1040This file contains any messages produced by compilers while
1465running configure, to aid debugging if configure makes a mistake. 1041running configure, to aid debugging if configure makes a mistake.
1466 1042
1467It was created by $as_me, which was 1043It was created by $as_me, which was
1468generated by GNU Autoconf 2.61. Invocation command line was 1044generated by GNU Autoconf 2.59. Invocation command line was
1469 1045
1470 $ $0 $@ 1046 $ $0 $@
1471 1047
1472_ACEOF 1048_ACEOF
1473exec 5>>config.log
1474{ 1049{
1475cat <<_ASUNAME 1050cat <<_ASUNAME
1476## --------- ## 1051## --------- ##
1477## Platform. ## 1052## Platform. ##
1478## --------- ## 1053## --------- ##
1487/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1062/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1488 1063
1489/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1064/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1490/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`
1491/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1066/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1492/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1067hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1493/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1068/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1494/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1069/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1495/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1070/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1496 1071
1497_ASUNAME 1072_ASUNAME
1501do 1076do
1502 IFS=$as_save_IFS 1077 IFS=$as_save_IFS
1503 test -z "$as_dir" && as_dir=. 1078 test -z "$as_dir" && as_dir=.
1504 echo "PATH: $as_dir" 1079 echo "PATH: $as_dir"
1505done 1080done
1506IFS=$as_save_IFS
1507 1081
1508} >&5 1082} >&5
1509 1083
1510cat >&5 <<_ACEOF 1084cat >&5 <<_ACEOF
1511 1085
1523# Also quote any args containing shell meta-characters. 1097# Also quote any args containing shell meta-characters.
1524# Make two passes to allow for proper duplicate-argument suppression. 1098# Make two passes to allow for proper duplicate-argument suppression.
1525ac_configure_args= 1099ac_configure_args=
1526ac_configure_args0= 1100ac_configure_args0=
1527ac_configure_args1= 1101ac_configure_args1=
1102ac_sep=
1528ac_must_keep_next=false 1103ac_must_keep_next=false
1529for ac_pass in 1 2 1104for ac_pass in 1 2
1530do 1105do
1531 for ac_arg 1106 for ac_arg
1532 do 1107 do
1533 case $ac_arg in 1108 case $ac_arg in
1534 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1109 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1535 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1536 | -silent | --silent | --silen | --sile | --sil) 1111 | -silent | --silent | --silen | --sile | --sil)
1537 continue ;; 1112 continue ;;
1538 *\'*) 1113 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1539 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1114 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1540 esac 1115 esac
1541 case $ac_pass in 1116 case $ac_pass in
1542 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1117 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1543 2) 1118 2)
1555 esac 1130 esac
1556 ;; 1131 ;;
1557 -* ) ac_must_keep_next=true ;; 1132 -* ) ac_must_keep_next=true ;;
1558 esac 1133 esac
1559 fi 1134 fi
1560 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=" "
1561 ;; 1138 ;;
1562 esac 1139 esac
1563 done 1140 done
1564done 1141done
1565$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; }
1566$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; }
1567 1144
1568# When interrupted or exit'd, cleanup temporary files, and complete 1145# When interrupted or exit'd, cleanup temporary files, and complete
1569# config.log. We remove comments because anyway the quotes in there 1146# config.log. We remove comments because anyway the quotes in there
1570# would cause problems or look ugly. 1147# would cause problems or look ugly.
1571# WARNING: Use '\'' to represent an apostrophe within the trap. 1148# WARNING: Be sure not to use single quotes in there, as some shells,
1572# 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.
1573trap 'exit_status=$? 1150trap 'exit_status=$?
1574 # Save into config.log some information that might help in debugging. 1151 # Save into config.log some information that might help in debugging.
1575 { 1152 {
1576 echo 1153 echo
1577 1154
1580## Cache variables. ## 1157## Cache variables. ##
1581## ---------------- ## 1158## ---------------- ##
1582_ASBOX 1159_ASBOX
1583 echo 1160 echo
1584 # The following way of writing the cache mishandles newlines in values, 1161 # The following way of writing the cache mishandles newlines in values,
1585( 1162{
1586 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1587 eval ac_val=\$$ac_var
1588 case $ac_val in #(
1589 *${as_nl}*)
1590 case $ac_var in #(
1591 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1592echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1593 esac
1594 case $ac_var in #(
1595 _ | IFS | as_nl) ;; #(
1596 *) $as_unset $ac_var ;;
1597 esac ;;
1598 esac
1599 done
1600 (set) 2>&1 | 1163 (set) 2>&1 |
1601 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1164 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1602 *${as_nl}ac_space=\ *) 1165 *ac_space=\ *)
1603 sed -n \ 1166 sed -n \
1604 "s/'\''/'\''\\\\'\'''\''/g; 1167 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1605 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1168 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1606 ;; #( 1169 ;;
1607 *) 1170 *)
1608 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"
1609 ;; 1173 ;;
1610 esac | 1174 esac;
1611 sort 1175}
1612)
1613 echo 1176 echo
1614 1177
1615 cat <<\_ASBOX 1178 cat <<\_ASBOX
1616## ----------------- ## 1179## ----------------- ##
1617## Output variables. ## 1180## Output variables. ##
1618## ----------------- ## 1181## ----------------- ##
1619_ASBOX 1182_ASBOX
1620 echo 1183 echo
1621 for ac_var in $ac_subst_vars 1184 for ac_var in $ac_subst_vars
1622 do 1185 do
1623 eval ac_val=\$$ac_var 1186 eval ac_val=$`echo $ac_var`
1624 case $ac_val in
1625 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1626 esac
1627 echo "$ac_var='\''$ac_val'\''" 1187 echo "$ac_var='"'"'$ac_val'"'"'"
1628 done | sort 1188 done | sort
1629 echo 1189 echo
1630 1190
1631 if test -n "$ac_subst_files"; then 1191 if test -n "$ac_subst_files"; then
1632 cat <<\_ASBOX 1192 cat <<\_ASBOX
1633## ------------------- ## 1193## ------------- ##
1634## File substitutions. ## 1194## Output files. ##
1635## ------------------- ## 1195## ------------- ##
1636_ASBOX 1196_ASBOX
1637 echo 1197 echo
1638 for ac_var in $ac_subst_files 1198 for ac_var in $ac_subst_files
1639 do 1199 do
1640 eval ac_val=\$$ac_var 1200 eval ac_val=$`echo $ac_var`
1641 case $ac_val in
1642 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1643 esac
1644 echo "$ac_var='\''$ac_val'\''" 1201 echo "$ac_var='"'"'$ac_val'"'"'"
1645 done | sort 1202 done | sort
1646 echo 1203 echo
1647 fi 1204 fi
1648 1205
1649 if test -s confdefs.h; then 1206 if test -s confdefs.h; then
1651## ----------- ## 1208## ----------- ##
1652## confdefs.h. ## 1209## confdefs.h. ##
1653## ----------- ## 1210## ----------- ##
1654_ASBOX 1211_ASBOX
1655 echo 1212 echo
1656 cat confdefs.h 1213 sed "/^$/d" confdefs.h | sort
1657 echo 1214 echo
1658 fi 1215 fi
1659 test "$ac_signal" != 0 && 1216 test "$ac_signal" != 0 &&
1660 echo "$as_me: caught signal $ac_signal" 1217 echo "$as_me: caught signal $ac_signal"
1661 echo "$as_me: exit $exit_status" 1218 echo "$as_me: exit $exit_status"
1662 } >&5 1219 } >&5
1663 rm -f core *.core core.conftest.* && 1220 rm -f core *.core &&
1664 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1221 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1665 exit $exit_status 1222 exit $exit_status
1666' 0 1223 ' 0
1667for ac_signal in 1 2 13 15; do 1224for ac_signal in 1 2 13 15; do
1668 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1225 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1669done 1226done
1670ac_signal=0 1227ac_signal=0
1671 1228
1672# 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.
1673rm -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
1674 1233
1675# Predefined preprocessor variables. 1234# Predefined preprocessor variables.
1676 1235
1677cat >>confdefs.h <<_ACEOF 1236cat >>confdefs.h <<_ACEOF
1678#define PACKAGE_NAME "$PACKAGE_NAME" 1237#define PACKAGE_NAME "$PACKAGE_NAME"
1699_ACEOF 1258_ACEOF
1700 1259
1701 1260
1702# 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.
1703# Prefer explicitly selected file to automatically selected ones. 1262# Prefer explicitly selected file to automatically selected ones.
1704if test -n "$CONFIG_SITE"; then 1263if test -z "$CONFIG_SITE"; then
1705 set x "$CONFIG_SITE"
1706elif test "x$prefix" != xNONE; then 1264 if test "x$prefix" != xNONE; then
1707 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1265 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1708else 1266 else
1709 set x "$ac_default_prefix/share/config.site" \ 1267 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1710 "$ac_default_prefix/etc/config.site" 1268 fi
1711fi 1269fi
1712shift 1270for ac_site_file in $CONFIG_SITE; do
1713for ac_site_file
1714do
1715 if test -r "$ac_site_file"; then 1271 if test -r "$ac_site_file"; then
1716 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1272 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1717echo "$as_me: loading site script $ac_site_file" >&6;} 1273echo "$as_me: loading site script $ac_site_file" >&6;}
1718 sed 's/^/| /' "$ac_site_file" >&5 1274 sed 's/^/| /' "$ac_site_file" >&5
1719 . "$ac_site_file" 1275 . "$ac_site_file"
1725 # files actually), so we avoid doing that. 1281 # files actually), so we avoid doing that.
1726 if test -f "$cache_file"; then 1282 if test -f "$cache_file"; then
1727 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1283 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1728echo "$as_me: loading cache $cache_file" >&6;} 1284echo "$as_me: loading cache $cache_file" >&6;}
1729 case $cache_file in 1285 case $cache_file in
1730 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1286 [\\/]* | ?:[\\/]* ) . $cache_file;;
1731 *) . "./$cache_file";; 1287 *) . ./$cache_file;;
1732 esac 1288 esac
1733 fi 1289 fi
1734else 1290else
1735 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1291 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1736echo "$as_me: creating cache $cache_file" >&6;} 1292echo "$as_me: creating cache $cache_file" >&6;}
1738fi 1294fi
1739 1295
1740# 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
1741# value. 1297# value.
1742ac_cache_corrupted=false 1298ac_cache_corrupted=false
1743for 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
1744 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1301 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1745 eval ac_new_set=\$ac_env_${ac_var}_set 1302 eval ac_new_set=\$ac_env_${ac_var}_set
1746 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1303 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1747 eval ac_new_val=\$ac_env_${ac_var}_value 1304 eval ac_new_val="\$ac_env_${ac_var}_value"
1748 case $ac_old_set,$ac_new_set in 1305 case $ac_old_set,$ac_new_set in
1749 set,) 1306 set,)
1750 { 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
1751echo "$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;}
1752 ac_cache_corrupted=: ;; 1309 ac_cache_corrupted=: ;;
1767 fi;; 1324 fi;;
1768 esac 1325 esac
1769 # Pass precious variables to config.status. 1326 # Pass precious variables to config.status.
1770 if test "$ac_new_set" = set; then 1327 if test "$ac_new_set" = set; then
1771 case $ac_new_val in 1328 case $ac_new_val in
1329 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1772 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1330 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1773 *) ac_arg=$ac_var=$ac_new_val ;; 1331 *) ac_arg=$ac_var=$ac_new_val ;;
1774 esac 1332 esac
1775 case " $ac_configure_args " in 1333 case " $ac_configure_args " in
1776 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1334 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1777 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1335 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1784 { { 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
1785echo "$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;}
1786 { (exit 1); exit 1; }; } 1344 { (exit 1); exit 1; }; }
1787fi 1345fi
1788 1346
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805ac_ext=c 1347ac_ext=c
1806ac_cpp='$CPP $CPPFLAGS' 1348ac_cpp='$CPP $CPPFLAGS'
1807ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1808ac_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'
1809ac_compiler_gnu=$ac_cv_c_compiler_gnu 1351ac_compiler_gnu=$ac_cv_c_compiler_gnu
1810 1352
1811 1353
1812 1354
1813 1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1814ac_config_headers="$ac_config_headers config.h:config.h.in" 1373 ac_config_headers="$ac_config_headers config.h:config.h.in"
1815 1374
1816 1375
1817ac_aux_dir= 1376ac_aux_dir=
1818for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1377for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1819 if test -f "$ac_dir/install-sh"; then 1378 if test -f $ac_dir/install-sh; then
1820 ac_aux_dir=$ac_dir 1379 ac_aux_dir=$ac_dir
1821 ac_install_sh="$ac_aux_dir/install-sh -c" 1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1822 break 1381 break
1823 elif test -f "$ac_dir/install.sh"; then 1382 elif test -f $ac_dir/install.sh; then
1824 ac_aux_dir=$ac_dir 1383 ac_aux_dir=$ac_dir
1825 ac_install_sh="$ac_aux_dir/install.sh -c" 1384 ac_install_sh="$ac_aux_dir/install.sh -c"
1826 break 1385 break
1827 elif test -f "$ac_dir/shtool"; then 1386 elif test -f $ac_dir/shtool; then
1828 ac_aux_dir=$ac_dir 1387 ac_aux_dir=$ac_dir
1829 ac_install_sh="$ac_aux_dir/shtool install -c" 1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1830 break 1389 break
1831 fi 1390 fi
1832done 1391done
1833if test -z "$ac_aux_dir"; then 1392if test -z "$ac_aux_dir"; then
1834 { { 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
1835echo "$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;}
1836 { (exit 1); exit 1; }; } 1395 { (exit 1); exit 1; }; }
1837fi 1396fi
1838
1839# These three variables are undocumented and unsupported,
1840# and are intended to be withdrawn in a future Autoconf release.
1841# They can cause serious problems if a builder's source tree is in a directory
1842# whose full name contains unusual characters.
1843ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1397ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1844ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1398ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1845ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1399ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1846
1847 1400
1848# Make sure we can run config.sub. 1401# Make sure we can run config.sub.
1849$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1402$ac_config_sub sun4 >/dev/null 2>&1 ||
1850 { { 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
1851echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1404echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1852 { (exit 1); exit 1; }; } 1405 { (exit 1); exit 1; }; }
1853 1406
1854{ echo "$as_me:$LINENO: checking build system type" >&5 1407echo "$as_me:$LINENO: checking build system type" >&5
1855echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1408echo $ECHO_N "checking build system type... $ECHO_C" >&6
1856if test "${ac_cv_build+set}" = set; then 1409if test "${ac_cv_build+set}" = set; then
1857 echo $ECHO_N "(cached) $ECHO_C" >&6 1410 echo $ECHO_N "(cached) $ECHO_C" >&6
1858else 1411else
1859 ac_build_alias=$build_alias 1412 ac_cv_build_alias=$build_alias
1860test "x$ac_build_alias" = x && 1413test -z "$ac_cv_build_alias" &&
1861 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1414 ac_cv_build_alias=`$ac_config_guess`
1862test "x$ac_build_alias" = x && 1415test -z "$ac_cv_build_alias" &&
1863 { { 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
1864echo "$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;}
1865 { (exit 1); exit 1; }; } 1418 { (exit 1); exit 1; }; }
1866ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1419ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1867 { { 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
1868echo "$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;}
1869 { (exit 1); exit 1; }; } 1422 { (exit 1); exit 1; }; }
1870 1423
1871fi 1424fi
1872{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1425echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1873echo "${ECHO_T}$ac_cv_build" >&6; } 1426echo "${ECHO_T}$ac_cv_build" >&6
1874case $ac_cv_build in
1875*-*-*) ;;
1876*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1877echo "$as_me: error: invalid value of canonical build" >&2;}
1878 { (exit 1); exit 1; }; };;
1879esac
1880build=$ac_cv_build 1427build=$ac_cv_build
1881ac_save_IFS=$IFS; IFS='-' 1428build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1882set x $ac_cv_build 1429build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1883shift 1430build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1884build_cpu=$1
1885build_vendor=$2
1886shift; shift
1887# Remember, the first character of IFS is used to create $*,
1888# except with old shells:
1889build_os=$*
1890IFS=$ac_save_IFS
1891case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1892 1431
1893 1432
1894{ echo "$as_me:$LINENO: checking host system type" >&5 1433echo "$as_me:$LINENO: checking host system type" >&5
1895echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1434echo $ECHO_N "checking host system type... $ECHO_C" >&6
1896if test "${ac_cv_host+set}" = set; then 1435if test "${ac_cv_host+set}" = set; then
1897 echo $ECHO_N "(cached) $ECHO_C" >&6 1436 echo $ECHO_N "(cached) $ECHO_C" >&6
1898else 1437else
1899 if test "x$host_alias" = x; then 1438 ac_cv_host_alias=$host_alias
1439test -z "$ac_cv_host_alias" &&
1900 ac_cv_host=$ac_cv_build 1440 ac_cv_host_alias=$ac_cv_build_alias
1901else
1902 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1441ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1903 { { 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
1904echo "$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;}
1905 { (exit 1); exit 1; }; } 1444 { (exit 1); exit 1; }; }
1906fi
1907 1445
1908fi 1446fi
1909{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1447echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1910echo "${ECHO_T}$ac_cv_host" >&6; } 1448echo "${ECHO_T}$ac_cv_host" >&6
1911case $ac_cv_host in
1912*-*-*) ;;
1913*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1914echo "$as_me: error: invalid value of canonical host" >&2;}
1915 { (exit 1); exit 1; }; };;
1916esac
1917host=$ac_cv_host 1449host=$ac_cv_host
1918ac_save_IFS=$IFS; IFS='-' 1450host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1919set x $ac_cv_host 1451host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1920shift 1452host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1921host_cpu=$1
1922host_vendor=$2
1923shift; shift
1924# Remember, the first character of IFS is used to create $*,
1925# except with old shells:
1926host_os=$*
1927IFS=$ac_save_IFS
1928case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1929 1453
1930 1454
1931 1455
1932VERSION=`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`
1933DATE=`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`
1944ac_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'
1945ac_compiler_gnu=$ac_cv_c_compiler_gnu 1469ac_compiler_gnu=$ac_cv_c_compiler_gnu
1946if test -n "$ac_tool_prefix"; then 1470if test -n "$ac_tool_prefix"; then
1947 # 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.
1948set dummy ${ac_tool_prefix}gcc; ac_word=$2 1472set dummy ${ac_tool_prefix}gcc; ac_word=$2
1949{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1473echo "$as_me:$LINENO: checking for $ac_word" >&5
1950echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1474echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1951if test "${ac_cv_prog_CC+set}" = set; then 1475if test "${ac_cv_prog_CC+set}" = set; then
1952 echo $ECHO_N "(cached) $ECHO_C" >&6 1476 echo $ECHO_N "(cached) $ECHO_C" >&6
1953else 1477else
1954 if test -n "$CC"; then 1478 if test -n "$CC"; then
1955 ac_cv_prog_CC="$CC" # Let the user override the test. 1479 ac_cv_prog_CC="$CC" # Let the user override the test.
1958for as_dir in $PATH 1482for as_dir in $PATH
1959do 1483do
1960 IFS=$as_save_IFS 1484 IFS=$as_save_IFS
1961 test -z "$as_dir" && as_dir=. 1485 test -z "$as_dir" && as_dir=.
1962 for ac_exec_ext in '' $ac_executable_extensions; do 1486 for ac_exec_ext in '' $ac_executable_extensions; do
1963 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
1964 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1488 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1965 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
1966 break 2 1490 break 2
1967 fi 1491 fi
1968done 1492done
1969done 1493done
1970IFS=$as_save_IFS
1971 1494
1972fi 1495fi
1973fi 1496fi
1974CC=$ac_cv_prog_CC 1497CC=$ac_cv_prog_CC
1975if test -n "$CC"; then 1498if test -n "$CC"; then
1976 { echo "$as_me:$LINENO: result: $CC" >&5 1499 echo "$as_me:$LINENO: result: $CC" >&5
1977echo "${ECHO_T}$CC" >&6; } 1500echo "${ECHO_T}$CC" >&6
1978else 1501else
1979 { echo "$as_me:$LINENO: result: no" >&5 1502 echo "$as_me:$LINENO: result: no" >&5
1980echo "${ECHO_T}no" >&6; } 1503echo "${ECHO_T}no" >&6
1981fi 1504fi
1982
1983 1505
1984fi 1506fi
1985if test -z "$ac_cv_prog_CC"; then 1507if test -z "$ac_cv_prog_CC"; then
1986 ac_ct_CC=$CC 1508 ac_ct_CC=$CC
1987 # 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.
1988set dummy gcc; ac_word=$2 1510set dummy gcc; ac_word=$2
1989{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1511echo "$as_me:$LINENO: checking for $ac_word" >&5
1990echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1512echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1991if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1513if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1992 echo $ECHO_N "(cached) $ECHO_C" >&6 1514 echo $ECHO_N "(cached) $ECHO_C" >&6
1993else 1515else
1994 if test -n "$ac_ct_CC"; then 1516 if test -n "$ac_ct_CC"; then
1995 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.
1998for as_dir in $PATH 1520for as_dir in $PATH
1999do 1521do
2000 IFS=$as_save_IFS 1522 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=. 1523 test -z "$as_dir" && as_dir=.
2002 for ac_exec_ext in '' $ac_executable_extensions; do 1524 for ac_exec_ext in '' $ac_executable_extensions; do
2003 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
2004 ac_cv_prog_ac_ct_CC="gcc" 1526 ac_cv_prog_ac_ct_CC="gcc"
2005 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
2006 break 2 1528 break 2
2007 fi 1529 fi
2008done 1530done
2009done 1531done
2010IFS=$as_save_IFS
2011 1532
2012fi 1533fi
2013fi 1534fi
2014ac_ct_CC=$ac_cv_prog_ac_ct_CC 1535ac_ct_CC=$ac_cv_prog_ac_ct_CC
2015if test -n "$ac_ct_CC"; then 1536if test -n "$ac_ct_CC"; then
2016 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1537 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2017echo "${ECHO_T}$ac_ct_CC" >&6; } 1538echo "${ECHO_T}$ac_ct_CC" >&6
2018else 1539else
2019 { echo "$as_me:$LINENO: result: no" >&5 1540 echo "$as_me:$LINENO: result: no" >&5
2020echo "${ECHO_T}no" >&6; } 1541echo "${ECHO_T}no" >&6
2021fi 1542fi
2022 1543
2023 if test "x$ac_ct_CC" = x; then
2024 CC=""
2025 else
2026 case $cross_compiling:$ac_tool_warned in
2027yes:)
2028{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2029whose name does not start with the host triplet. If you think this
2030configuration is useful to you, please write to autoconf@gnu.org." >&5
2031echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2032whose name does not start with the host triplet. If you think this
2033configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2034ac_tool_warned=yes ;;
2035esac
2036 CC=$ac_ct_CC 1544 CC=$ac_ct_CC
2037 fi
2038else 1545else
2039 CC="$ac_cv_prog_CC" 1546 CC="$ac_cv_prog_CC"
2040fi 1547fi
2041 1548
2042if test -z "$CC"; then 1549if test -z "$CC"; then
2043 if test -n "$ac_tool_prefix"; then 1550 if test -n "$ac_tool_prefix"; then
2044 # 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.
2045set dummy ${ac_tool_prefix}cc; ac_word=$2 1552set dummy ${ac_tool_prefix}cc; ac_word=$2
2046{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1553echo "$as_me:$LINENO: checking for $ac_word" >&5
2047echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2048if test "${ac_cv_prog_CC+set}" = set; then 1555if test "${ac_cv_prog_CC+set}" = set; then
2049 echo $ECHO_N "(cached) $ECHO_C" >&6 1556 echo $ECHO_N "(cached) $ECHO_C" >&6
2050else 1557else
2051 if test -n "$CC"; then 1558 if test -n "$CC"; then
2052 ac_cv_prog_CC="$CC" # Let the user override the test. 1559 ac_cv_prog_CC="$CC" # Let the user override the test.
2055for as_dir in $PATH 1562for as_dir in $PATH
2056do 1563do
2057 IFS=$as_save_IFS 1564 IFS=$as_save_IFS
2058 test -z "$as_dir" && as_dir=. 1565 test -z "$as_dir" && as_dir=.
2059 for ac_exec_ext in '' $ac_executable_extensions; do 1566 for ac_exec_ext in '' $ac_executable_extensions; do
2060 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
2061 ac_cv_prog_CC="${ac_tool_prefix}cc" 1568 ac_cv_prog_CC="${ac_tool_prefix}cc"
2062 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
2063 break 2 1570 break 2
2064 fi 1571 fi
2065done 1572done
2066done 1573done
2067IFS=$as_save_IFS
2068 1574
2069fi 1575fi
2070fi 1576fi
2071CC=$ac_cv_prog_CC 1577CC=$ac_cv_prog_CC
2072if test -n "$CC"; then 1578if test -n "$CC"; then
2073 { echo "$as_me:$LINENO: result: $CC" >&5 1579 echo "$as_me:$LINENO: result: $CC" >&5
2074echo "${ECHO_T}$CC" >&6; } 1580echo "${ECHO_T}$CC" >&6
2075else 1581else
2076 { echo "$as_me:$LINENO: result: no" >&5 1582 echo "$as_me:$LINENO: result: no" >&5
2077echo "${ECHO_T}no" >&6; } 1583echo "${ECHO_T}no" >&6
2078fi 1584fi
2079 1585
2080 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
2081 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
2082fi 1629fi
2083if test -z "$CC"; then 1630if test -z "$CC"; then
2084 # 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.
2085set dummy cc; ac_word=$2 1632set dummy cc; ac_word=$2
2086{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1633echo "$as_me:$LINENO: checking for $ac_word" >&5
2087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1634echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2088if test "${ac_cv_prog_CC+set}" = set; then 1635if test "${ac_cv_prog_CC+set}" = set; then
2089 echo $ECHO_N "(cached) $ECHO_C" >&6 1636 echo $ECHO_N "(cached) $ECHO_C" >&6
2090else 1637else
2091 if test -n "$CC"; then 1638 if test -n "$CC"; then
2092 ac_cv_prog_CC="$CC" # Let the user override the test. 1639 ac_cv_prog_CC="$CC" # Let the user override the test.
2096for as_dir in $PATH 1643for as_dir in $PATH
2097do 1644do
2098 IFS=$as_save_IFS 1645 IFS=$as_save_IFS
2099 test -z "$as_dir" && as_dir=. 1646 test -z "$as_dir" && as_dir=.
2100 for ac_exec_ext in '' $ac_executable_extensions; do 1647 for ac_exec_ext in '' $ac_executable_extensions; do
2101 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
2102 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
2103 ac_prog_rejected=yes 1650 ac_prog_rejected=yes
2104 continue 1651 continue
2105 fi 1652 fi
2106 ac_cv_prog_CC="cc" 1653 ac_cv_prog_CC="cc"
2107 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
2108 break 2 1655 break 2
2109 fi 1656 fi
2110done 1657done
2111done 1658done
2112IFS=$as_save_IFS
2113 1659
2114if test $ac_prog_rejected = yes; then 1660if test $ac_prog_rejected = yes; then
2115 # 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.
2116 set dummy $ac_cv_prog_CC 1662 set dummy $ac_cv_prog_CC
2117 shift 1663 shift
2125fi 1671fi
2126fi 1672fi
2127fi 1673fi
2128CC=$ac_cv_prog_CC 1674CC=$ac_cv_prog_CC
2129if test -n "$CC"; then 1675if test -n "$CC"; then
2130 { echo "$as_me:$LINENO: result: $CC" >&5 1676 echo "$as_me:$LINENO: result: $CC" >&5
2131echo "${ECHO_T}$CC" >&6; } 1677echo "${ECHO_T}$CC" >&6
2132else 1678else
2133 { echo "$as_me:$LINENO: result: no" >&5 1679 echo "$as_me:$LINENO: result: no" >&5
2134echo "${ECHO_T}no" >&6; } 1680echo "${ECHO_T}no" >&6
2135fi 1681fi
2136
2137 1682
2138fi 1683fi
2139if test -z "$CC"; then 1684if test -z "$CC"; then
2140 if test -n "$ac_tool_prefix"; then 1685 if test -n "$ac_tool_prefix"; then
2141 for ac_prog in cl.exe 1686 for ac_prog in cl
2142 do 1687 do
2143 # 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.
2144set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1689set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2145{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1690echo "$as_me:$LINENO: checking for $ac_word" >&5
2146echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1691echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2147if test "${ac_cv_prog_CC+set}" = set; then 1692if test "${ac_cv_prog_CC+set}" = set; then
2148 echo $ECHO_N "(cached) $ECHO_C" >&6 1693 echo $ECHO_N "(cached) $ECHO_C" >&6
2149else 1694else
2150 if test -n "$CC"; then 1695 if test -n "$CC"; then
2151 ac_cv_prog_CC="$CC" # Let the user override the test. 1696 ac_cv_prog_CC="$CC" # Let the user override the test.
2154for as_dir in $PATH 1699for as_dir in $PATH
2155do 1700do
2156 IFS=$as_save_IFS 1701 IFS=$as_save_IFS
2157 test -z "$as_dir" && as_dir=. 1702 test -z "$as_dir" && as_dir=.
2158 for ac_exec_ext in '' $ac_executable_extensions; do 1703 for ac_exec_ext in '' $ac_executable_extensions; do
2159 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
2160 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1705 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2161 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
2162 break 2 1707 break 2
2163 fi 1708 fi
2164done 1709done
2165done 1710done
2166IFS=$as_save_IFS
2167 1711
2168fi 1712fi
2169fi 1713fi
2170CC=$ac_cv_prog_CC 1714CC=$ac_cv_prog_CC
2171if test -n "$CC"; then 1715if test -n "$CC"; then
2172 { echo "$as_me:$LINENO: result: $CC" >&5 1716 echo "$as_me:$LINENO: result: $CC" >&5
2173echo "${ECHO_T}$CC" >&6; } 1717echo "${ECHO_T}$CC" >&6
2174else 1718else
2175 { echo "$as_me:$LINENO: result: no" >&5 1719 echo "$as_me:$LINENO: result: no" >&5
2176echo "${ECHO_T}no" >&6; } 1720echo "${ECHO_T}no" >&6
2177fi 1721fi
2178
2179 1722
2180 test -n "$CC" && break 1723 test -n "$CC" && break
2181 done 1724 done
2182fi 1725fi
2183if test -z "$CC"; then 1726if test -z "$CC"; then
2184 ac_ct_CC=$CC 1727 ac_ct_CC=$CC
2185 for ac_prog in cl.exe 1728 for ac_prog in cl
2186do 1729do
2187 # 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.
2188set dummy $ac_prog; ac_word=$2 1731set dummy $ac_prog; ac_word=$2
2189{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1732echo "$as_me:$LINENO: checking for $ac_word" >&5
2190echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1733echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2191if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1734if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2192 echo $ECHO_N "(cached) $ECHO_C" >&6 1735 echo $ECHO_N "(cached) $ECHO_C" >&6
2193else 1736else
2194 if test -n "$ac_ct_CC"; then 1737 if test -n "$ac_ct_CC"; then
2195 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.
2198for as_dir in $PATH 1741for as_dir in $PATH
2199do 1742do
2200 IFS=$as_save_IFS 1743 IFS=$as_save_IFS
2201 test -z "$as_dir" && as_dir=. 1744 test -z "$as_dir" && as_dir=.
2202 for ac_exec_ext in '' $ac_executable_extensions; do 1745 for ac_exec_ext in '' $ac_executable_extensions; do
2203 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
2204 ac_cv_prog_ac_ct_CC="$ac_prog" 1747 ac_cv_prog_ac_ct_CC="$ac_prog"
2205 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
2206 break 2 1749 break 2
2207 fi 1750 fi
2208done 1751done
2209done 1752done
2210IFS=$as_save_IFS
2211 1753
2212fi 1754fi
2213fi 1755fi
2214ac_ct_CC=$ac_cv_prog_ac_ct_CC 1756ac_ct_CC=$ac_cv_prog_ac_ct_CC
2215if test -n "$ac_ct_CC"; then 1757if test -n "$ac_ct_CC"; then
2216 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1758 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2217echo "${ECHO_T}$ac_ct_CC" >&6; } 1759echo "${ECHO_T}$ac_ct_CC" >&6
2218else 1760else
2219 { echo "$as_me:$LINENO: result: no" >&5 1761 echo "$as_me:$LINENO: result: no" >&5
2220echo "${ECHO_T}no" >&6; } 1762echo "${ECHO_T}no" >&6
2221fi 1763fi
2222
2223 1764
2224 test -n "$ac_ct_CC" && break 1765 test -n "$ac_ct_CC" && break
2225done 1766done
2226 1767
2227 if test "x$ac_ct_CC" = x; then
2228 CC=""
2229 else
2230 case $cross_compiling:$ac_tool_warned in
2231yes:)
2232{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2233whose name does not start with the host triplet. If you think this
2234configuration is useful to you, please write to autoconf@gnu.org." >&5
2235echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2236whose name does not start with the host triplet. If you think this
2237configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2238ac_tool_warned=yes ;;
2239esac
2240 CC=$ac_ct_CC 1768 CC=$ac_ct_CC
2241 fi
2242fi 1769fi
2243 1770
2244fi 1771fi
2245 1772
2246 1773
2249echo "$as_me: error: no acceptable C compiler found in \$PATH 1776echo "$as_me: error: no acceptable C compiler found in \$PATH
2250See \`config.log' for more details." >&2;} 1777See \`config.log' for more details." >&2;}
2251 { (exit 1); exit 1; }; } 1778 { (exit 1); exit 1; }; }
2252 1779
2253# Provide some information about the compiler. 1780# Provide some information about the compiler.
1781echo "$as_me:$LINENO:" \
2254echo "$as_me:$LINENO: checking for C compiler version" >&5 1782 "checking for C compiler version" >&5
2255ac_compiler=`set X $ac_compile; echo $2` 1783ac_compiler=`set X $ac_compile; echo $2`
2256{ (ac_try="$ac_compiler --version >&5" 1784{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2257case "(($ac_try" in
2258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2259 *) ac_try_echo=$ac_try;;
2260esac
2261eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2262 (eval "$ac_compiler --version >&5") 2>&5 1785 (eval $ac_compiler --version </dev/null >&5) 2>&5
2263 ac_status=$? 1786 ac_status=$?
2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2265 (exit $ac_status); } 1788 (exit $ac_status); }
2266{ (ac_try="$ac_compiler -v >&5" 1789{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2267case "(($ac_try" in
2268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2269 *) ac_try_echo=$ac_try;;
2270esac
2271eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2272 (eval "$ac_compiler -v >&5") 2>&5 1790 (eval $ac_compiler -v </dev/null >&5) 2>&5
2273 ac_status=$? 1791 ac_status=$?
2274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2275 (exit $ac_status); } 1793 (exit $ac_status); }
2276{ (ac_try="$ac_compiler -V >&5" 1794{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2277case "(($ac_try" in
2278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2279 *) ac_try_echo=$ac_try;;
2280esac
2281eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2282 (eval "$ac_compiler -V >&5") 2>&5 1795 (eval $ac_compiler -V </dev/null >&5) 2>&5
2283 ac_status=$? 1796 ac_status=$?
2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285 (exit $ac_status); } 1798 (exit $ac_status); }
2286 1799
2287cat >conftest.$ac_ext <<_ACEOF 1800cat >conftest.$ac_ext <<_ACEOF
2302ac_clean_files_save=$ac_clean_files 1815ac_clean_files_save=$ac_clean_files
2303ac_clean_files="$ac_clean_files a.out a.exe b.out" 1816ac_clean_files="$ac_clean_files a.out a.exe b.out"
2304# Try to create an executable without -o first, disregard a.out. 1817# Try to create an executable without -o first, disregard a.out.
2305# 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
2306# of exeext. 1819# of exeext.
2307{ 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
2308echo $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
2309ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1822ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2310# 1823if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2311# List of possible output files, starting from the most likely.
2312# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2313# only as a last resort. b.out is created by i960 compilers.
2314ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2315#
2316# The IRIX 6 linker writes into existing files which may not be
2317# executable, retaining their permissions. Remove them first so a
2318# subsequent execution test works.
2319ac_rmfiles=
2320for ac_file in $ac_files
2321do
2322 case $ac_file in
2323 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2324 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2325 esac
2326done
2327rm -f $ac_rmfiles
2328
2329if { (ac_try="$ac_link_default"
2330case "(($ac_try" in
2331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2332 *) ac_try_echo=$ac_try;;
2333esac
2334eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2335 (eval "$ac_link_default") 2>&5 1824 (eval $ac_link_default) 2>&5
2336 ac_status=$? 1825 ac_status=$?
2337 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2338 (exit $ac_status); }; then 1827 (exit $ac_status); }; then
2339 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 1828 # Find the output, starting from the most likely. This scheme is
2340# 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
2341# in a Makefile. We should not override ac_cv_exeext if it was cached, 1830# resort.
2342# so that the user can short-circuit this test for compilers unknown to 1831
2343# Autoconf. 1832# Be careful to initialize this variable, since it used to be cached.
2344for 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
2345do 1837do
2346 test -f "$ac_file" || continue 1838 test -f "$ac_file" || continue
2347 case $ac_file in 1839 case $ac_file in
2348 *.$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.
2349 ;; 1844 ;;
2350 [ab].out ) 1845 [ab].out )
2351 # We found the default executable, but exeext='' is most 1846 # We found the default executable, but exeext='' is most
2352 # certainly right. 1847 # certainly right.
2353 break;; 1848 break;;
2354 *.* ) 1849 *.* )
2355 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2356 then :; else
2357 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2358 fi 1851 # FIXME: I believe we export ac_cv_exeext for Libtool,
2359 # 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
2360 # safe: cross compilers may not add the suffix if given an `-o' 1853 # maintain Libtool? --akim.
2361 # argument, so we may need to know it at that point already. 1854 export ac_cv_exeext
2362 # Even if this section looks crufty: it has the advantage of
2363 # actually working.
2364 break;; 1855 break;;
2365 * ) 1856 * )
2366 break;; 1857 break;;
2367 esac 1858 esac
2368done 1859done
2369test "$ac_cv_exeext" = no && ac_cv_exeext=
2370
2371else 1860else
2372 ac_file=''
2373fi
2374
2375{ echo "$as_me:$LINENO: result: $ac_file" >&5
2376echo "${ECHO_T}$ac_file" >&6; }
2377if test -z "$ac_file"; then
2378 echo "$as_me: failed program was:" >&5 1861 echo "$as_me: failed program was:" >&5
2379sed 's/^/| /' conftest.$ac_ext >&5 1862sed 's/^/| /' conftest.$ac_ext >&5
2380 1863
2381{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 1864{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2382See \`config.log' for more details." >&5 1865See \`config.log' for more details." >&5
2384See \`config.log' for more details." >&2;} 1867See \`config.log' for more details." >&2;}
2385 { (exit 77); exit 77; }; } 1868 { (exit 77); exit 77; }; }
2386fi 1869fi
2387 1870
2388ac_exeext=$ac_cv_exeext 1871ac_exeext=$ac_cv_exeext
1872echo "$as_me:$LINENO: result: $ac_file" >&5
1873echo "${ECHO_T}$ac_file" >&6
2389 1874
2390# Check that the compiler produces executables we can run. If not, either 1875# Check the compiler produces executables we can run. If not, either
2391# the compiler is broken, or we cross compile. 1876# the compiler is broken, or we cross compile.
2392{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 1877echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2393echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1878echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2394# 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
2395# 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.
2396if test "$cross_compiling" != yes; then 1881if test "$cross_compiling" != yes; then
2397 if { ac_try='./$ac_file' 1882 if { ac_try='./$ac_file'
2398 { (case "(($ac_try" in
2399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2400 *) ac_try_echo=$ac_try;;
2401esac
2402eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2403 (eval "$ac_try") 2>&5 1884 (eval $ac_try) 2>&5
2404 ac_status=$? 1885 ac_status=$?
2405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2406 (exit $ac_status); }; }; then 1887 (exit $ac_status); }; }; then
2407 cross_compiling=no 1888 cross_compiling=no
2408 else 1889 else
2417See \`config.log' for more details." >&2;} 1898See \`config.log' for more details." >&2;}
2418 { (exit 1); exit 1; }; } 1899 { (exit 1); exit 1; }; }
2419 fi 1900 fi
2420 fi 1901 fi
2421fi 1902fi
2422{ echo "$as_me:$LINENO: result: yes" >&5 1903echo "$as_me:$LINENO: result: yes" >&5
2423echo "${ECHO_T}yes" >&6; } 1904echo "${ECHO_T}yes" >&6
2424 1905
2425rm -f a.out a.exe conftest$ac_cv_exeext b.out 1906rm -f a.out a.exe conftest$ac_cv_exeext b.out
2426ac_clean_files=$ac_clean_files_save 1907ac_clean_files=$ac_clean_files_save
2427# Check that the compiler produces executables we can run. If not, either 1908# Check the compiler produces executables we can run. If not, either
2428# the compiler is broken, or we cross compile. 1909# the compiler is broken, or we cross compile.
2429{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1910echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2430echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 1911echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2431{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 1912echo "$as_me:$LINENO: result: $cross_compiling" >&5
2432echo "${ECHO_T}$cross_compiling" >&6; } 1913echo "${ECHO_T}$cross_compiling" >&6
2433 1914
2434{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 1915echo "$as_me:$LINENO: checking for suffix of executables" >&5
2435echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 1916echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2436if { (ac_try="$ac_link"
2437case "(($ac_try" in
2438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2439 *) ac_try_echo=$ac_try;;
2440esac
2441eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2442 (eval "$ac_link") 2>&5 1918 (eval $ac_link) 2>&5
2443 ac_status=$? 1919 ac_status=$?
2444 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2445 (exit $ac_status); }; then 1921 (exit $ac_status); }; then
2446 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1922 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2447# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1923# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2448# 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
2449# `rm'. 1925# `rm'.
2450for ac_file in conftest.exe conftest conftest.*; do 1926for ac_file in conftest.exe conftest conftest.*; do
2451 test -f "$ac_file" || continue 1927 test -f "$ac_file" || continue
2452 case $ac_file in 1928 case $ac_file in
2453 *.$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 ) ;;
2454 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1930 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1931 export ac_cv_exeext
2455 break;; 1932 break;;
2456 * ) break;; 1933 * ) break;;
2457 esac 1934 esac
2458done 1935done
2459else 1936else
2463See \`config.log' for more details." >&2;} 1940See \`config.log' for more details." >&2;}
2464 { (exit 1); exit 1; }; } 1941 { (exit 1); exit 1; }; }
2465fi 1942fi
2466 1943
2467rm -f conftest$ac_cv_exeext 1944rm -f conftest$ac_cv_exeext
2468{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 1945echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2469echo "${ECHO_T}$ac_cv_exeext" >&6; } 1946echo "${ECHO_T}$ac_cv_exeext" >&6
2470 1947
2471rm -f conftest.$ac_ext 1948rm -f conftest.$ac_ext
2472EXEEXT=$ac_cv_exeext 1949EXEEXT=$ac_cv_exeext
2473ac_exeext=$EXEEXT 1950ac_exeext=$EXEEXT
2474{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 1951echo "$as_me:$LINENO: checking for suffix of object files" >&5
2475echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1952echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2476if test "${ac_cv_objext+set}" = set; then 1953if test "${ac_cv_objext+set}" = set; then
2477 echo $ECHO_N "(cached) $ECHO_C" >&6 1954 echo $ECHO_N "(cached) $ECHO_C" >&6
2478else 1955else
2479 cat >conftest.$ac_ext <<_ACEOF 1956 cat >conftest.$ac_ext <<_ACEOF
2480/* confdefs.h. */ 1957/* confdefs.h. */
2490 ; 1967 ;
2491 return 0; 1968 return 0;
2492} 1969}
2493_ACEOF 1970_ACEOF
2494rm -f conftest.o conftest.obj 1971rm -f conftest.o conftest.obj
2495if { (ac_try="$ac_compile"
2496case "(($ac_try" in
2497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2498 *) ac_try_echo=$ac_try;;
2499esac
2500eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1972if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2501 (eval "$ac_compile") 2>&5 1973 (eval $ac_compile) 2>&5
2502 ac_status=$? 1974 ac_status=$?
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }; then 1976 (exit $ac_status); }; then
2505 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
2506 test -f "$ac_file" || continue;
2507 case $ac_file in 1978 case $ac_file in
2508 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1979 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2509 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1980 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2510 break;; 1981 break;;
2511 esac 1982 esac
2512done 1983done
2513else 1984else
2521 { (exit 1); exit 1; }; } 1992 { (exit 1); exit 1; }; }
2522fi 1993fi
2523 1994
2524rm -f conftest.$ac_cv_objext conftest.$ac_ext 1995rm -f conftest.$ac_cv_objext conftest.$ac_ext
2525fi 1996fi
2526{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 1997echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2527echo "${ECHO_T}$ac_cv_objext" >&6; } 1998echo "${ECHO_T}$ac_cv_objext" >&6
2528OBJEXT=$ac_cv_objext 1999OBJEXT=$ac_cv_objext
2529ac_objext=$OBJEXT 2000ac_objext=$OBJEXT
2530{ 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
2531echo $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
2532if test "${ac_cv_c_compiler_gnu+set}" = set; then 2003if test "${ac_cv_c_compiler_gnu+set}" = set; then
2533 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 echo $ECHO_N "(cached) $ECHO_C" >&6
2534else 2005else
2535 cat >conftest.$ac_ext <<_ACEOF 2006 cat >conftest.$ac_ext <<_ACEOF
2536/* confdefs.h. */ 2007/* confdefs.h. */
2549 ; 2020 ;
2550 return 0; 2021 return 0;
2551} 2022}
2552_ACEOF 2023_ACEOF
2553rm -f conftest.$ac_objext 2024rm -f conftest.$ac_objext
2554if { (ac_try="$ac_compile"
2555case "(($ac_try" in
2556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2557 *) ac_try_echo=$ac_try;;
2558esac
2559eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2560 (eval "$ac_compile") 2>conftest.er1 2026 (eval $ac_compile) 2>conftest.er1
2561 ac_status=$? 2027 ac_status=$?
2562 grep -v '^ *+' conftest.er1 >conftest.err 2028 grep -v '^ *+' conftest.er1 >conftest.err
2563 rm -f conftest.er1 2029 rm -f conftest.er1
2564 cat conftest.err >&5 2030 cat conftest.err >&5
2565 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2566 (exit $ac_status); } && { 2032 (exit $ac_status); } &&
2567 test -z "$ac_c_werror_flag" || 2033 { ac_try='test -z "$ac_c_werror_flag"
2568 test ! -s conftest.err 2034 || test ! -s conftest.err'
2569 } && 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
2570 ac_compiler_gnu=yes 2046 ac_compiler_gnu=yes
2571else 2047else
2572 echo "$as_me: failed program was:" >&5 2048 echo "$as_me: failed program was:" >&5
2573sed 's/^/| /' conftest.$ac_ext >&5 2049sed 's/^/| /' conftest.$ac_ext >&5
2574 2050
2575 ac_compiler_gnu=no 2051ac_compiler_gnu=no
2576fi 2052fi
2577
2578rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2053rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2579ac_cv_c_compiler_gnu=$ac_compiler_gnu 2054ac_cv_c_compiler_gnu=$ac_compiler_gnu
2580 2055
2581fi 2056fi
2582{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2057echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2583echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2058echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2584GCC=`test $ac_compiler_gnu = yes && echo yes` 2059GCC=`test $ac_compiler_gnu = yes && echo yes`
2585ac_test_CFLAGS=${CFLAGS+set} 2060ac_test_CFLAGS=${CFLAGS+set}
2586ac_save_CFLAGS=$CFLAGS 2061ac_save_CFLAGS=$CFLAGS
2062CFLAGS="-g"
2587{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2063echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2588echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2064echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2589if test "${ac_cv_prog_cc_g+set}" = set; then 2065if test "${ac_cv_prog_cc_g+set}" = set; then
2590 echo $ECHO_N "(cached) $ECHO_C" >&6 2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2591else 2067else
2592 ac_save_c_werror_flag=$ac_c_werror_flag
2593 ac_c_werror_flag=yes
2594 ac_cv_prog_cc_g=no
2595 CFLAGS="-g"
2596 cat >conftest.$ac_ext <<_ACEOF 2068 cat >conftest.$ac_ext <<_ACEOF
2597/* confdefs.h. */ 2069/* confdefs.h. */
2598_ACEOF 2070_ACEOF
2599cat confdefs.h >>conftest.$ac_ext 2071cat confdefs.h >>conftest.$ac_ext
2600cat >>conftest.$ac_ext <<_ACEOF 2072cat >>conftest.$ac_ext <<_ACEOF
2601/* end confdefs.h. */ 2073/* end confdefs.h. */
2607 ; 2079 ;
2608 return 0; 2080 return 0;
2609} 2081}
2610_ACEOF 2082_ACEOF
2611rm -f conftest.$ac_objext 2083rm -f conftest.$ac_objext
2612if { (ac_try="$ac_compile"
2613case "(($ac_try" in
2614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2615 *) ac_try_echo=$ac_try;;
2616esac
2617eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2084if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2618 (eval "$ac_compile") 2>conftest.er1 2085 (eval $ac_compile) 2>conftest.er1
2619 ac_status=$? 2086 ac_status=$?
2620 grep -v '^ *+' conftest.er1 >conftest.err 2087 grep -v '^ *+' conftest.er1 >conftest.err
2621 rm -f conftest.er1 2088 rm -f conftest.er1
2622 cat conftest.err >&5 2089 cat conftest.err >&5
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); } && { 2091 (exit $ac_status); } &&
2625 test -z "$ac_c_werror_flag" || 2092 { ac_try='test -z "$ac_c_werror_flag"
2626 test ! -s conftest.err 2093 || test ! -s conftest.err'
2627 } && 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
2628 ac_cv_prog_cc_g=yes 2105 ac_cv_prog_cc_g=yes
2629else 2106else
2630 echo "$as_me: failed program was:" >&5 2107 echo "$as_me: failed program was:" >&5
2631sed 's/^/| /' conftest.$ac_ext >&5 2108sed 's/^/| /' conftest.$ac_ext >&5
2632 2109
2633 CFLAGS=""
2634 cat >conftest.$ac_ext <<_ACEOF
2635/* confdefs.h. */
2636_ACEOF
2637cat confdefs.h >>conftest.$ac_ext
2638cat >>conftest.$ac_ext <<_ACEOF
2639/* end confdefs.h. */
2640
2641int
2642main ()
2643{
2644
2645 ;
2646 return 0;
2647}
2648_ACEOF
2649rm -f conftest.$ac_objext
2650if { (ac_try="$ac_compile"
2651case "(($ac_try" in
2652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2653 *) ac_try_echo=$ac_try;;
2654esac
2655eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2656 (eval "$ac_compile") 2>conftest.er1
2657 ac_status=$?
2658 grep -v '^ *+' conftest.er1 >conftest.err
2659 rm -f conftest.er1
2660 cat conftest.err >&5
2661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2662 (exit $ac_status); } && {
2663 test -z "$ac_c_werror_flag" ||
2664 test ! -s conftest.err
2665 } && test -s conftest.$ac_objext; then
2666 :
2667else
2668 echo "$as_me: failed program was:" >&5
2669sed 's/^/| /' conftest.$ac_ext >&5
2670
2671 ac_c_werror_flag=$ac_save_c_werror_flag
2672 CFLAGS="-g"
2673 cat >conftest.$ac_ext <<_ACEOF
2674/* confdefs.h. */
2675_ACEOF
2676cat confdefs.h >>conftest.$ac_ext
2677cat >>conftest.$ac_ext <<_ACEOF
2678/* end confdefs.h. */
2679
2680int
2681main ()
2682{
2683
2684 ;
2685 return 0;
2686}
2687_ACEOF
2688rm -f conftest.$ac_objext
2689if { (ac_try="$ac_compile"
2690case "(($ac_try" in
2691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2692 *) ac_try_echo=$ac_try;;
2693esac
2694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2695 (eval "$ac_compile") 2>conftest.er1
2696 ac_status=$?
2697 grep -v '^ *+' conftest.er1 >conftest.err
2698 rm -f conftest.er1
2699 cat conftest.err >&5
2700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2701 (exit $ac_status); } && {
2702 test -z "$ac_c_werror_flag" ||
2703 test ! -s conftest.err
2704 } && test -s conftest.$ac_objext; then
2705 ac_cv_prog_cc_g=yes 2110ac_cv_prog_cc_g=no
2706else
2707 echo "$as_me: failed program was:" >&5
2708sed 's/^/| /' conftest.$ac_ext >&5
2709
2710
2711fi 2111fi
2712
2713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2714fi 2113fi
2715
2716rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2717fi
2718
2719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2720 ac_c_werror_flag=$ac_save_c_werror_flag
2721fi
2722{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2114echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2723echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2115echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2724if test "$ac_test_CFLAGS" = set; then 2116if test "$ac_test_CFLAGS" = set; then
2725 CFLAGS=$ac_save_CFLAGS 2117 CFLAGS=$ac_save_CFLAGS
2726elif test $ac_cv_prog_cc_g = yes; then 2118elif test $ac_cv_prog_cc_g = yes; then
2727 if test "$GCC" = yes; then 2119 if test "$GCC" = yes; then
2728 CFLAGS="-g -O2" 2120 CFLAGS="-g -O2"
2734 CFLAGS="-O2" 2126 CFLAGS="-O2"
2735 else 2127 else
2736 CFLAGS= 2128 CFLAGS=
2737 fi 2129 fi
2738fi 2130fi
2739{ 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
2740echo $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
2741if test "${ac_cv_prog_cc_c89+set}" = set; then 2133if test "${ac_cv_prog_cc_stdc+set}" = set; then
2742 echo $ECHO_N "(cached) $ECHO_C" >&6 2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2743else 2135else
2744 ac_cv_prog_cc_c89=no 2136 ac_cv_prog_cc_stdc=no
2745ac_save_CC=$CC 2137ac_save_CC=$CC
2746cat >conftest.$ac_ext <<_ACEOF 2138cat >conftest.$ac_ext <<_ACEOF
2747/* confdefs.h. */ 2139/* confdefs.h. */
2748_ACEOF 2140_ACEOF
2749cat confdefs.h >>conftest.$ac_ext 2141cat confdefs.h >>conftest.$ac_ext
2773} 2165}
2774 2166
2775/* 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
2776 function prototypes and stuff, but not '\xHH' hex character constants. 2168 function prototypes and stuff, but not '\xHH' hex character constants.
2777 These don't provoke an error unfortunately, instead are silently treated 2169 These don't provoke an error unfortunately, instead are silently treated
2778 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
2779 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
2780 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
2781 that's true only with -std. */ 2173 that's true only with -std1. */
2782int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2174int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2783
2784/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2785 inside strings and character constants. */
2786#define FOO(x) 'x'
2787int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2788 2175
2789int test (int i, double x); 2176int test (int i, double x);
2790struct s1 {int (*f) (int a);}; 2177struct s1 {int (*f) (int a);};
2791struct s2 {int (*f) (double a);}; 2178struct s2 {int (*f) (double a);};
2792int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 2179int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2798return 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];
2799 ; 2186 ;
2800 return 0; 2187 return 0;
2801} 2188}
2802_ACEOF 2189_ACEOF
2803for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2190# Don't try gcc -ansi; that turns off useful extensions and
2804 -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__"
2805do 2198do
2806 CC="$ac_save_CC $ac_arg" 2199 CC="$ac_save_CC $ac_arg"
2807 rm -f conftest.$ac_objext 2200 rm -f conftest.$ac_objext
2808if { (ac_try="$ac_compile"
2809case "(($ac_try" in
2810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2811 *) ac_try_echo=$ac_try;;
2812esac
2813eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2814 (eval "$ac_compile") 2>conftest.er1 2202 (eval $ac_compile) 2>conftest.er1
2815 ac_status=$? 2203 ac_status=$?
2816 grep -v '^ *+' conftest.er1 >conftest.err 2204 grep -v '^ *+' conftest.er1 >conftest.err
2817 rm -f conftest.er1 2205 rm -f conftest.er1
2818 cat conftest.err >&5 2206 cat conftest.err >&5
2819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2820 (exit $ac_status); } && { 2208 (exit $ac_status); } &&
2821 test -z "$ac_c_werror_flag" || 2209 { ac_try='test -z "$ac_c_werror_flag"
2822 test ! -s conftest.err 2210 || test ! -s conftest.err'
2823 } && 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
2824 ac_cv_prog_cc_c89=$ac_arg 2222 ac_cv_prog_cc_stdc=$ac_arg
2223break
2825else 2224else
2826 echo "$as_me: failed program was:" >&5 2225 echo "$as_me: failed program was:" >&5
2827sed 's/^/| /' conftest.$ac_ext >&5 2226sed 's/^/| /' conftest.$ac_ext >&5
2828 2227
2829
2830fi 2228fi
2831
2832rm -f core conftest.err conftest.$ac_objext 2229rm -f conftest.err conftest.$ac_objext
2833 test "x$ac_cv_prog_cc_c89" != "xno" && break
2834done 2230done
2835rm -f conftest.$ac_ext 2231rm -f conftest.$ac_ext conftest.$ac_objext
2836CC=$ac_save_CC 2232CC=$ac_save_CC
2837 2233
2838fi 2234fi
2839# AC_CACHE_VAL 2235
2840case "x$ac_cv_prog_cc_c89" in 2236case "x$ac_cv_prog_cc_stdc" in
2841 x) 2237 x|xno)
2842 { echo "$as_me:$LINENO: result: none needed" >&5 2238 echo "$as_me:$LINENO: result: none needed" >&5
2843echo "${ECHO_T}none needed" >&6; } ;; 2239echo "${ECHO_T}none needed" >&6 ;;
2844 xno)
2845 { echo "$as_me:$LINENO: result: unsupported" >&5
2846echo "${ECHO_T}unsupported" >&6; } ;;
2847 *) 2240 *)
2848 CC="$CC $ac_cv_prog_cc_c89"
2849 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2241 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2850echo "${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" ;;
2851esac 2244esac
2852 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
2853 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
2854ac_ext=c 2389ac_ext=c
2855ac_cpp='$CPP $CPPFLAGS' 2390ac_cpp='$CPP $CPPFLAGS'
2856ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2857ac_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'
2858ac_compiler_gnu=$ac_cv_c_compiler_gnu 2393ac_compiler_gnu=$ac_cv_c_compiler_gnu
2859 2394
2860ac_ext=cpp 2395ac_ext=cc
2861ac_cpp='$CXXCPP $CPPFLAGS' 2396ac_cpp='$CXXCPP $CPPFLAGS'
2862ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2863ac_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'
2864ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2399ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2865if test -z "$CXX"; then
2866 if test -n "$CCC"; then
2867 CXX=$CCC
2868 else
2869 if test -n "$ac_tool_prefix"; then 2400if test -n "$ac_tool_prefix"; then
2870 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
2871 do 2402 do
2872 # 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.
2873set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2404set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2874{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2405echo "$as_me:$LINENO: checking for $ac_word" >&5
2875echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2876if test "${ac_cv_prog_CXX+set}" = set; then 2407if test "${ac_cv_prog_CXX+set}" = set; then
2877 echo $ECHO_N "(cached) $ECHO_C" >&6 2408 echo $ECHO_N "(cached) $ECHO_C" >&6
2878else 2409else
2879 if test -n "$CXX"; then 2410 if test -n "$CXX"; then
2880 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2411 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2883for as_dir in $PATH 2414for as_dir in $PATH
2884do 2415do
2885 IFS=$as_save_IFS 2416 IFS=$as_save_IFS
2886 test -z "$as_dir" && as_dir=. 2417 test -z "$as_dir" && as_dir=.
2887 for ac_exec_ext in '' $ac_executable_extensions; do 2418 for ac_exec_ext in '' $ac_executable_extensions; do
2888 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
2889 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2420 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2890 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
2891 break 2 2422 break 2
2892 fi 2423 fi
2893done 2424done
2894done 2425done
2895IFS=$as_save_IFS
2896 2426
2897fi 2427fi
2898fi 2428fi
2899CXX=$ac_cv_prog_CXX 2429CXX=$ac_cv_prog_CXX
2900if test -n "$CXX"; then 2430if test -n "$CXX"; then
2901 { echo "$as_me:$LINENO: result: $CXX" >&5 2431 echo "$as_me:$LINENO: result: $CXX" >&5
2902echo "${ECHO_T}$CXX" >&6; } 2432echo "${ECHO_T}$CXX" >&6
2903else 2433else
2904 { echo "$as_me:$LINENO: result: no" >&5 2434 echo "$as_me:$LINENO: result: no" >&5
2905echo "${ECHO_T}no" >&6; } 2435echo "${ECHO_T}no" >&6
2906fi 2436fi
2907
2908 2437
2909 test -n "$CXX" && break 2438 test -n "$CXX" && break
2910 done 2439 done
2911fi 2440fi
2912if test -z "$CXX"; then 2441if test -z "$CXX"; then
2913 ac_ct_CXX=$CXX 2442 ac_ct_CXX=$CXX
2914 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
2915do 2444do
2916 # 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.
2917set dummy $ac_prog; ac_word=$2 2446set dummy $ac_prog; ac_word=$2
2918{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2447echo "$as_me:$LINENO: checking for $ac_word" >&5
2919echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2448echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2920if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2449if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2921 echo $ECHO_N "(cached) $ECHO_C" >&6 2450 echo $ECHO_N "(cached) $ECHO_C" >&6
2922else 2451else
2923 if test -n "$ac_ct_CXX"; then 2452 if test -n "$ac_ct_CXX"; then
2924 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.
2927for as_dir in $PATH 2456for as_dir in $PATH
2928do 2457do
2929 IFS=$as_save_IFS 2458 IFS=$as_save_IFS
2930 test -z "$as_dir" && as_dir=. 2459 test -z "$as_dir" && as_dir=.
2931 for ac_exec_ext in '' $ac_executable_extensions; do 2460 for ac_exec_ext in '' $ac_executable_extensions; do
2932 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
2933 ac_cv_prog_ac_ct_CXX="$ac_prog" 2462 ac_cv_prog_ac_ct_CXX="$ac_prog"
2934 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
2935 break 2 2464 break 2
2936 fi 2465 fi
2937done 2466done
2938done 2467done
2939IFS=$as_save_IFS
2940 2468
2941fi 2469fi
2942fi 2470fi
2943ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2471ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2944if test -n "$ac_ct_CXX"; then 2472if test -n "$ac_ct_CXX"; then
2945 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2473 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2946echo "${ECHO_T}$ac_ct_CXX" >&6; } 2474echo "${ECHO_T}$ac_ct_CXX" >&6
2947else 2475else
2948 { echo "$as_me:$LINENO: result: no" >&5 2476 echo "$as_me:$LINENO: result: no" >&5
2949echo "${ECHO_T}no" >&6; } 2477echo "${ECHO_T}no" >&6
2950fi 2478fi
2951
2952 2479
2953 test -n "$ac_ct_CXX" && break 2480 test -n "$ac_ct_CXX" && break
2954done 2481done
2482test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2955 2483
2956 if test "x$ac_ct_CXX" = x; then
2957 CXX="g++"
2958 else
2959 case $cross_compiling:$ac_tool_warned in
2960yes:)
2961{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2962whose name does not start with the host triplet. If you think this
2963configuration is useful to you, please write to autoconf@gnu.org." >&5
2964echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2965whose name does not start with the host triplet. If you think this
2966configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2967ac_tool_warned=yes ;;
2968esac
2969 CXX=$ac_ct_CXX 2484 CXX=$ac_ct_CXX
2970 fi
2971fi 2485fi
2972 2486
2973 fi 2487
2974fi
2975# Provide some information about the compiler. 2488# Provide some information about the compiler.
2489echo "$as_me:$LINENO:" \
2976echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2490 "checking for C++ compiler version" >&5
2977ac_compiler=`set X $ac_compile; echo $2` 2491ac_compiler=`set X $ac_compile; echo $2`
2978{ (ac_try="$ac_compiler --version >&5" 2492{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2979case "(($ac_try" in
2980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2981 *) ac_try_echo=$ac_try;;
2982esac
2983eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2984 (eval "$ac_compiler --version >&5") 2>&5 2493 (eval $ac_compiler --version </dev/null >&5) 2>&5
2985 ac_status=$? 2494 ac_status=$?
2986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2987 (exit $ac_status); } 2496 (exit $ac_status); }
2988{ (ac_try="$ac_compiler -v >&5" 2497{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2989case "(($ac_try" in
2990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 *) ac_try_echo=$ac_try;;
2992esac
2993eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2994 (eval "$ac_compiler -v >&5") 2>&5 2498 (eval $ac_compiler -v </dev/null >&5) 2>&5
2995 ac_status=$? 2499 ac_status=$?
2996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997 (exit $ac_status); } 2501 (exit $ac_status); }
2998{ (ac_try="$ac_compiler -V >&5" 2502{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2999case "(($ac_try" in
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3002esac
3003eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compiler -V >&5") 2>&5 2503 (eval $ac_compiler -V </dev/null >&5) 2>&5
3005 ac_status=$? 2504 ac_status=$?
3006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3007 (exit $ac_status); } 2506 (exit $ac_status); }
3008 2507
3009{ 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
3010echo $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
3011if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2510if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3012 echo $ECHO_N "(cached) $ECHO_C" >&6 2511 echo $ECHO_N "(cached) $ECHO_C" >&6
3013else 2512else
3014 cat >conftest.$ac_ext <<_ACEOF 2513 cat >conftest.$ac_ext <<_ACEOF
3015/* confdefs.h. */ 2514/* confdefs.h. */
3028 ; 2527 ;
3029 return 0; 2528 return 0;
3030} 2529}
3031_ACEOF 2530_ACEOF
3032rm -f conftest.$ac_objext 2531rm -f conftest.$ac_objext
3033if { (ac_try="$ac_compile"
3034case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037esac
3038eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3039 (eval "$ac_compile") 2>conftest.er1 2533 (eval $ac_compile) 2>conftest.er1
3040 ac_status=$? 2534 ac_status=$?
3041 grep -v '^ *+' conftest.er1 >conftest.err 2535 grep -v '^ *+' conftest.er1 >conftest.err
3042 rm -f conftest.er1 2536 rm -f conftest.er1
3043 cat conftest.err >&5 2537 cat conftest.err >&5
3044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3045 (exit $ac_status); } && { 2539 (exit $ac_status); } &&
3046 test -z "$ac_cxx_werror_flag" || 2540 { ac_try='test -z "$ac_cxx_werror_flag"
3047 test ! -s conftest.err 2541 || test ! -s conftest.err'
3048 } && 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
3049 ac_compiler_gnu=yes 2553 ac_compiler_gnu=yes
3050else 2554else
3051 echo "$as_me: failed program was:" >&5 2555 echo "$as_me: failed program was:" >&5
3052sed 's/^/| /' conftest.$ac_ext >&5 2556sed 's/^/| /' conftest.$ac_ext >&5
3053 2557
3054 ac_compiler_gnu=no 2558ac_compiler_gnu=no
3055fi 2559fi
3056
3057rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3058ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2561ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3059 2562
3060fi 2563fi
3061{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2564echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3062echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2565echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3063GXX=`test $ac_compiler_gnu = yes && echo yes` 2566GXX=`test $ac_compiler_gnu = yes && echo yes`
3064ac_test_CXXFLAGS=${CXXFLAGS+set} 2567ac_test_CXXFLAGS=${CXXFLAGS+set}
3065ac_save_CXXFLAGS=$CXXFLAGS 2568ac_save_CXXFLAGS=$CXXFLAGS
2569CXXFLAGS="-g"
3066{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2570echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3067echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2571echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3068if test "${ac_cv_prog_cxx_g+set}" = set; then 2572if test "${ac_cv_prog_cxx_g+set}" = set; then
3069 echo $ECHO_N "(cached) $ECHO_C" >&6 2573 echo $ECHO_N "(cached) $ECHO_C" >&6
3070else 2574else
3071 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3072 ac_cxx_werror_flag=yes
3073 ac_cv_prog_cxx_g=no
3074 CXXFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF 2575 cat >conftest.$ac_ext <<_ACEOF
3076/* confdefs.h. */ 2576/* confdefs.h. */
3077_ACEOF 2577_ACEOF
3078cat confdefs.h >>conftest.$ac_ext 2578cat confdefs.h >>conftest.$ac_ext
3079cat >>conftest.$ac_ext <<_ACEOF 2579cat >>conftest.$ac_ext <<_ACEOF
3080/* end confdefs.h. */ 2580/* end confdefs.h. */
3086 ; 2586 ;
3087 return 0; 2587 return 0;
3088} 2588}
3089_ACEOF 2589_ACEOF
3090rm -f conftest.$ac_objext 2590rm -f conftest.$ac_objext
3091if { (ac_try="$ac_compile"
3092case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095esac
3096eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3097 (eval "$ac_compile") 2>conftest.er1 2592 (eval $ac_compile) 2>conftest.er1
3098 ac_status=$? 2593 ac_status=$?
3099 grep -v '^ *+' conftest.er1 >conftest.err 2594 grep -v '^ *+' conftest.er1 >conftest.err
3100 rm -f conftest.er1 2595 rm -f conftest.er1
3101 cat conftest.err >&5 2596 cat conftest.err >&5
3102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103 (exit $ac_status); } && { 2598 (exit $ac_status); } &&
3104 test -z "$ac_cxx_werror_flag" || 2599 { ac_try='test -z "$ac_cxx_werror_flag"
3105 test ! -s conftest.err 2600 || test ! -s conftest.err'
3106 } && 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
3107 ac_cv_prog_cxx_g=yes 2612 ac_cv_prog_cxx_g=yes
3108else 2613else
3109 echo "$as_me: failed program was:" >&5 2614 echo "$as_me: failed program was:" >&5
3110sed 's/^/| /' conftest.$ac_ext >&5 2615sed 's/^/| /' conftest.$ac_ext >&5
3111 2616
3112 CXXFLAGS=""
3113 cat >conftest.$ac_ext <<_ACEOF
3114/* confdefs.h. */
3115_ACEOF
3116cat confdefs.h >>conftest.$ac_ext
3117cat >>conftest.$ac_ext <<_ACEOF
3118/* end confdefs.h. */
3119
3120int
3121main ()
3122{
3123
3124 ;
3125 return 0;
3126}
3127_ACEOF
3128rm -f conftest.$ac_objext
3129if { (ac_try="$ac_compile"
3130case "(($ac_try" in
3131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3132 *) ac_try_echo=$ac_try;;
3133esac
3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3135 (eval "$ac_compile") 2>conftest.er1
3136 ac_status=$?
3137 grep -v '^ *+' conftest.er1 >conftest.err
3138 rm -f conftest.er1
3139 cat conftest.err >&5
3140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3141 (exit $ac_status); } && {
3142 test -z "$ac_cxx_werror_flag" ||
3143 test ! -s conftest.err
3144 } && test -s conftest.$ac_objext; then
3145 :
3146else
3147 echo "$as_me: failed program was:" >&5
3148sed 's/^/| /' conftest.$ac_ext >&5
3149
3150 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3151 CXXFLAGS="-g"
3152 cat >conftest.$ac_ext <<_ACEOF
3153/* confdefs.h. */
3154_ACEOF
3155cat confdefs.h >>conftest.$ac_ext
3156cat >>conftest.$ac_ext <<_ACEOF
3157/* end confdefs.h. */
3158
3159int
3160main ()
3161{
3162
3163 ;
3164 return 0;
3165}
3166_ACEOF
3167rm -f conftest.$ac_objext
3168if { (ac_try="$ac_compile"
3169case "(($ac_try" in
3170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3171 *) ac_try_echo=$ac_try;;
3172esac
3173eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3174 (eval "$ac_compile") 2>conftest.er1
3175 ac_status=$?
3176 grep -v '^ *+' conftest.er1 >conftest.err
3177 rm -f conftest.er1
3178 cat conftest.err >&5
3179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); } && {
3181 test -z "$ac_cxx_werror_flag" ||
3182 test ! -s conftest.err
3183 } && test -s conftest.$ac_objext; then
3184 ac_cv_prog_cxx_g=yes 2617ac_cv_prog_cxx_g=no
3185else
3186 echo "$as_me: failed program was:" >&5
3187sed 's/^/| /' conftest.$ac_ext >&5
3188
3189
3190fi 2618fi
3191
3192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3193fi 2620fi
3194
3195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196fi
3197
3198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3200fi
3201{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2621echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3202echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2622echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3203if test "$ac_test_CXXFLAGS" = set; then 2623if test "$ac_test_CXXFLAGS" = set; then
3204 CXXFLAGS=$ac_save_CXXFLAGS 2624 CXXFLAGS=$ac_save_CXXFLAGS
3205elif test $ac_cv_prog_cxx_g = yes; then 2625elif test $ac_cv_prog_cxx_g = yes; then
3206 if test "$GXX" = yes; then 2626 if test "$GXX" = yes; then
3207 CXXFLAGS="-g -O2" 2627 CXXFLAGS="-g -O2"
3213 CXXFLAGS="-O2" 2633 CXXFLAGS="-O2"
3214 else 2634 else
3215 CXXFLAGS= 2635 CXXFLAGS=
3216 fi 2636 fi
3217fi 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
3218ac_ext=c 2744ac_ext=c
3219ac_cpp='$CPP $CPPFLAGS' 2745ac_cpp='$CPP $CPPFLAGS'
3220ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2746ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221ac_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'
3222ac_compiler_gnu=$ac_cv_c_compiler_gnu 2748ac_compiler_gnu=$ac_cv_c_compiler_gnu
3224ac_ext=c 2750ac_ext=c
3225ac_cpp='$CPP $CPPFLAGS' 2751ac_cpp='$CPP $CPPFLAGS'
3226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3227ac_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'
3228ac_compiler_gnu=$ac_cv_c_compiler_gnu 2754ac_compiler_gnu=$ac_cv_c_compiler_gnu
3229{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2755echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3230echo $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
3231# On Suns, sometimes $CPP names a directory. 2757# On Suns, sometimes $CPP names a directory.
3232if test -n "$CPP" && test -d "$CPP"; then 2758if test -n "$CPP" && test -d "$CPP"; then
3233 CPP= 2759 CPP=
3234fi 2760fi
3235if test -z "$CPP"; then 2761if test -z "$CPP"; then
3259#else 2785#else
3260# include <assert.h> 2786# include <assert.h>
3261#endif 2787#endif
3262 Syntax error 2788 Syntax error
3263_ACEOF 2789_ACEOF
3264if { (ac_try="$ac_cpp conftest.$ac_ext" 2790if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3265case "(($ac_try" in
3266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3267 *) ac_try_echo=$ac_try;;
3268esac
3269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3270 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2791 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3271 ac_status=$? 2792 ac_status=$?
3272 grep -v '^ *+' conftest.er1 >conftest.err 2793 grep -v '^ *+' conftest.er1 >conftest.err
3273 rm -f conftest.er1 2794 rm -f conftest.er1
3274 cat conftest.err >&5 2795 cat conftest.err >&5
3275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3276 (exit $ac_status); } >/dev/null && { 2797 (exit $ac_status); } >/dev/null; then
3277 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3278 test ! -s conftest.err 2798 if test -s conftest.err; then
3279 }; 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
3280 : 2808 :
3281else 2809else
3282 echo "$as_me: failed program was:" >&5 2810 echo "$as_me: failed program was:" >&5
3283sed 's/^/| /' conftest.$ac_ext >&5 2811sed 's/^/| /' conftest.$ac_ext >&5
3284 2812
3285 # Broken: fails on valid input. 2813 # Broken: fails on valid input.
3286continue 2814continue
3287fi 2815fi
3288
3289rm -f conftest.err conftest.$ac_ext 2816rm -f conftest.err conftest.$ac_ext
3290 2817
3291 # OK, works on sane cases. Now check whether nonexistent headers 2818 # OK, works on sane cases. Now check whether non-existent headers
3292 # can be detected and how. 2819 # can be detected and how.
3293 cat >conftest.$ac_ext <<_ACEOF 2820 cat >conftest.$ac_ext <<_ACEOF
3294/* confdefs.h. */ 2821/* confdefs.h. */
3295_ACEOF 2822_ACEOF
3296cat confdefs.h >>conftest.$ac_ext 2823cat confdefs.h >>conftest.$ac_ext
3297cat >>conftest.$ac_ext <<_ACEOF 2824cat >>conftest.$ac_ext <<_ACEOF
3298/* end confdefs.h. */ 2825/* end confdefs.h. */
3299#include <ac_nonexistent.h> 2826#include <ac_nonexistent.h>
3300_ACEOF 2827_ACEOF
3301if { (ac_try="$ac_cpp conftest.$ac_ext" 2828if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3302case "(($ac_try" in
3303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304 *) ac_try_echo=$ac_try;;
3305esac
3306eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3307 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3308 ac_status=$? 2830 ac_status=$?
3309 grep -v '^ *+' conftest.er1 >conftest.err 2831 grep -v '^ *+' conftest.er1 >conftest.err
3310 rm -f conftest.er1 2832 rm -f conftest.er1
3311 cat conftest.err >&5 2833 cat conftest.err >&5
3312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3313 (exit $ac_status); } >/dev/null && { 2835 (exit $ac_status); } >/dev/null; then
3314 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3315 test ! -s conftest.err 2836 if test -s conftest.err; then
3316 }; 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
3317 # Broken: success on invalid input. 2846 # Broken: success on invalid input.
3318continue 2847continue
3319else 2848else
3320 echo "$as_me: failed program was:" >&5 2849 echo "$as_me: failed program was:" >&5
3321sed 's/^/| /' conftest.$ac_ext >&5 2850sed 's/^/| /' conftest.$ac_ext >&5
3322 2851
3323 # Passes both tests. 2852 # Passes both tests.
3324ac_preproc_ok=: 2853ac_preproc_ok=:
3325break 2854break
3326fi 2855fi
3327
3328rm -f conftest.err conftest.$ac_ext 2856rm -f conftest.err conftest.$ac_ext
3329 2857
3330done 2858done
3331# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2859# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3332rm -f conftest.err conftest.$ac_ext 2860rm -f conftest.err conftest.$ac_ext
3340fi 2868fi
3341 CPP=$ac_cv_prog_CPP 2869 CPP=$ac_cv_prog_CPP
3342else 2870else
3343 ac_cv_prog_CPP=$CPP 2871 ac_cv_prog_CPP=$CPP
3344fi 2872fi
3345{ echo "$as_me:$LINENO: result: $CPP" >&5 2873echo "$as_me:$LINENO: result: $CPP" >&5
3346echo "${ECHO_T}$CPP" >&6; } 2874echo "${ECHO_T}$CPP" >&6
3347ac_preproc_ok=false 2875ac_preproc_ok=false
3348for ac_c_preproc_warn_flag in '' yes 2876for ac_c_preproc_warn_flag in '' yes
3349do 2877do
3350 # Use a header file that comes with gcc, so configuring glibc 2878 # Use a header file that comes with gcc, so configuring glibc
3351 # with a fresh cross-compiler works. 2879 # with a fresh cross-compiler works.
3364#else 2892#else
3365# include <assert.h> 2893# include <assert.h>
3366#endif 2894#endif
3367 Syntax error 2895 Syntax error
3368_ACEOF 2896_ACEOF
3369if { (ac_try="$ac_cpp conftest.$ac_ext" 2897if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3370case "(($ac_try" in
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3373esac
3374eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3375 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2898 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3376 ac_status=$? 2899 ac_status=$?
3377 grep -v '^ *+' conftest.er1 >conftest.err 2900 grep -v '^ *+' conftest.er1 >conftest.err
3378 rm -f conftest.er1 2901 rm -f conftest.er1
3379 cat conftest.err >&5 2902 cat conftest.err >&5
3380 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3381 (exit $ac_status); } >/dev/null && { 2904 (exit $ac_status); } >/dev/null; then
3382 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3383 test ! -s conftest.err 2905 if test -s conftest.err; then
3384 }; 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
3385 : 2915 :
3386else 2916else
3387 echo "$as_me: failed program was:" >&5 2917 echo "$as_me: failed program was:" >&5
3388sed 's/^/| /' conftest.$ac_ext >&5 2918sed 's/^/| /' conftest.$ac_ext >&5
3389 2919
3390 # Broken: fails on valid input. 2920 # Broken: fails on valid input.
3391continue 2921continue
3392fi 2922fi
3393
3394rm -f conftest.err conftest.$ac_ext 2923rm -f conftest.err conftest.$ac_ext
3395 2924
3396 # OK, works on sane cases. Now check whether nonexistent headers 2925 # OK, works on sane cases. Now check whether non-existent headers
3397 # can be detected and how. 2926 # can be detected and how.
3398 cat >conftest.$ac_ext <<_ACEOF 2927 cat >conftest.$ac_ext <<_ACEOF
3399/* confdefs.h. */ 2928/* confdefs.h. */
3400_ACEOF 2929_ACEOF
3401cat confdefs.h >>conftest.$ac_ext 2930cat confdefs.h >>conftest.$ac_ext
3402cat >>conftest.$ac_ext <<_ACEOF 2931cat >>conftest.$ac_ext <<_ACEOF
3403/* end confdefs.h. */ 2932/* end confdefs.h. */
3404#include <ac_nonexistent.h> 2933#include <ac_nonexistent.h>
3405_ACEOF 2934_ACEOF
3406if { (ac_try="$ac_cpp conftest.$ac_ext" 2935if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3407case "(($ac_try" in
3408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3409 *) ac_try_echo=$ac_try;;
3410esac
3411eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3412 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3413 ac_status=$? 2937 ac_status=$?
3414 grep -v '^ *+' conftest.er1 >conftest.err 2938 grep -v '^ *+' conftest.er1 >conftest.err
3415 rm -f conftest.er1 2939 rm -f conftest.er1
3416 cat conftest.err >&5 2940 cat conftest.err >&5
3417 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418 (exit $ac_status); } >/dev/null && { 2942 (exit $ac_status); } >/dev/null; then
3419 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3420 test ! -s conftest.err 2943 if test -s conftest.err; then
3421 }; 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
3422 # Broken: success on invalid input. 2953 # Broken: success on invalid input.
3423continue 2954continue
3424else 2955else
3425 echo "$as_me: failed program was:" >&5 2956 echo "$as_me: failed program was:" >&5
3426sed 's/^/| /' conftest.$ac_ext >&5 2957sed 's/^/| /' conftest.$ac_ext >&5
3427 2958
3428 # Passes both tests. 2959 # Passes both tests.
3429ac_preproc_ok=: 2960ac_preproc_ok=:
3430break 2961break
3431fi 2962fi
3432
3433rm -f conftest.err conftest.$ac_ext 2963rm -f conftest.err conftest.$ac_ext
3434 2964
3435done 2965done
3436# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2966# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3437rm -f conftest.err conftest.$ac_ext 2967rm -f conftest.err conftest.$ac_ext
3462# 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
3463# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2993# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3464# 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"
3465# OS/2's system install, which has a completely different semantic 2995# OS/2's system install, which has a completely different semantic
3466# ./install, which can be erroneously created by make from ./install.sh. 2996# ./install, which can be erroneously created by make from ./install.sh.
3467{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2997echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3468echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2998echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3469if test -z "$INSTALL"; then 2999if test -z "$INSTALL"; then
3470if test "${ac_cv_path_install+set}" = set; then 3000if test "${ac_cv_path_install+set}" = set; then
3471 echo $ECHO_N "(cached) $ECHO_C" >&6 3001 echo $ECHO_N "(cached) $ECHO_C" >&6
3472else 3002else
3473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3485 # 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.
3486 # 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
3487 # by default. 3017 # by default.
3488 for ac_prog in ginstall scoinst install; do 3018 for ac_prog in ginstall scoinst install; do
3489 for ac_exec_ext in '' $ac_executable_extensions; do 3019 for ac_exec_ext in '' $ac_executable_extensions; do
3490 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
3491 if test $ac_prog = install && 3021 if test $ac_prog = install &&
3492 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
3493 # AIX install. It has an incompatible calling convention. 3023 # AIX install. It has an incompatible calling convention.
3494 : 3024 :
3495 elif test $ac_prog = install && 3025 elif test $ac_prog = install &&
3504 done 3034 done
3505 done 3035 done
3506 ;; 3036 ;;
3507esac 3037esac
3508done 3038done
3509IFS=$as_save_IFS
3510 3039
3511 3040
3512fi 3041fi
3513 if test "${ac_cv_path_install+set}" = set; then 3042 if test "${ac_cv_path_install+set}" = set; then
3514 INSTALL=$ac_cv_path_install 3043 INSTALL=$ac_cv_path_install
3515 else 3044 else
3516 # 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
3517 # value for INSTALL within a source directory, because that will 3046 # path for INSTALL within a source directory, because that will
3518 # break other packages using the cache if that directory is 3047 # break other packages using the cache if that directory is
3519 # removed, or if the value is a relative name. 3048 # removed, or if the path is relative.
3520 INSTALL=$ac_install_sh 3049 INSTALL=$ac_install_sh
3521 fi 3050 fi
3522fi 3051fi
3523{ echo "$as_me:$LINENO: result: $INSTALL" >&5 3052echo "$as_me:$LINENO: result: $INSTALL" >&5
3524echo "${ECHO_T}$INSTALL" >&6; } 3053echo "${ECHO_T}$INSTALL" >&6
3525 3054
3526# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3055# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3527# It thinks the first close brace ends the variable substitution. 3056# It thinks the first close brace ends the variable substitution.
3528test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3057test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3529 3058
3532test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3061test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3533 3062
3534 3063
3535 3064
3536 3065
3537{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3066echo "$as_me:$LINENO: checking for egrep" >&5
3538echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3067echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3539if test "${ac_cv_path_GREP+set}" = set; then 3068if test "${ac_cv_prog_egrep+set}" = set; then
3540 echo $ECHO_N "(cached) $ECHO_C" >&6 3069 echo $ECHO_N "(cached) $ECHO_C" >&6
3541else 3070else
3542 # Extract the first word of "grep ggrep" to use in msg output 3071 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3543if test -z "$GREP"; then 3072 then ac_cv_prog_egrep='grep -E'
3544set dummy grep ggrep; ac_prog_name=$2 3073 else ac_cv_prog_egrep='egrep'
3545if test "${ac_cv_path_GREP+set}" = set; then
3546 echo $ECHO_N "(cached) $ECHO_C" >&6
3547else
3548 ac_path_GREP_found=false
3549# Loop through the user's path and test for each of PROGNAME-LIST
3550as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3551for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3552do
3553 IFS=$as_save_IFS
3554 test -z "$as_dir" && as_dir=.
3555 for ac_prog in grep ggrep; do
3556 for ac_exec_ext in '' $ac_executable_extensions; do
3557 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3558 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3559 # Check for GNU ac_path_GREP and select it if it is found.
3560 # Check for GNU $ac_path_GREP
3561case `"$ac_path_GREP" --version 2>&1` in
3562*GNU*)
3563 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3564*)
3565 ac_count=0
3566 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3567 while :
3568 do
3569 cat "conftest.in" "conftest.in" >"conftest.tmp"
3570 mv "conftest.tmp" "conftest.in"
3571 cp "conftest.in" "conftest.nl"
3572 echo 'GREP' >> "conftest.nl"
3573 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3574 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3575 ac_count=`expr $ac_count + 1`
3576 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3577 # Best one so far, save it but keep looking for a better one
3578 ac_cv_path_GREP="$ac_path_GREP"
3579 ac_path_GREP_max=$ac_count
3580 fi 3074 fi
3581 # 10*(2^10) chars as input seems more than enough
3582 test $ac_count -gt 10 && break
3583 done
3584 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3585esac
3586
3587
3588 $ac_path_GREP_found && break 3
3589 done
3590done
3591
3592done
3593IFS=$as_save_IFS
3594
3595
3596fi 3075fi
3597
3598GREP="$ac_cv_path_GREP"
3599if test -z "$GREP"; then
3600 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3601echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3602 { (exit 1); exit 1; }; }
3603fi
3604
3605else
3606 ac_cv_path_GREP=$GREP
3607fi
3608
3609
3610fi
3611{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3076echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3612echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3077echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3613 GREP="$ac_cv_path_GREP" 3078 EGREP=$ac_cv_prog_egrep
3614 3079
3615 3080
3616{ echo "$as_me:$LINENO: checking for egrep" >&5
3617echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3618if test "${ac_cv_path_EGREP+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620else
3621 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3622 then ac_cv_path_EGREP="$GREP -E"
3623 else
3624 # Extract the first word of "egrep" to use in msg output
3625if test -z "$EGREP"; then
3626set dummy egrep; ac_prog_name=$2
3627if test "${ac_cv_path_EGREP+set}" = set; then
3628 echo $ECHO_N "(cached) $ECHO_C" >&6
3629else
3630 ac_path_EGREP_found=false
3631# Loop through the user's path and test for each of PROGNAME-LIST
3632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3634do
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_prog in egrep; do
3638 for ac_exec_ext in '' $ac_executable_extensions; do
3639 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3640 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3641 # Check for GNU ac_path_EGREP and select it if it is found.
3642 # Check for GNU $ac_path_EGREP
3643case `"$ac_path_EGREP" --version 2>&1` in
3644*GNU*)
3645 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3646*)
3647 ac_count=0
3648 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3649 while :
3650 do
3651 cat "conftest.in" "conftest.in" >"conftest.tmp"
3652 mv "conftest.tmp" "conftest.in"
3653 cp "conftest.in" "conftest.nl"
3654 echo 'EGREP' >> "conftest.nl"
3655 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3656 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3657 ac_count=`expr $ac_count + 1`
3658 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3659 # Best one so far, save it but keep looking for a better one
3660 ac_cv_path_EGREP="$ac_path_EGREP"
3661 ac_path_EGREP_max=$ac_count
3662 fi
3663 # 10*(2^10) chars as input seems more than enough
3664 test $ac_count -gt 10 && break
3665 done
3666 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3667esac
3668 3081
3669
3670 $ac_path_EGREP_found && break 3
3671 done
3672done
3673
3674done
3675IFS=$as_save_IFS
3676
3677
3678fi
3679
3680EGREP="$ac_cv_path_EGREP"
3681if test -z "$EGREP"; then
3682 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3683echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3684 { (exit 1); exit 1; }; }
3685fi
3686
3687else
3688 ac_cv_path_EGREP=$EGREP
3689fi
3690
3691
3692 fi
3693fi
3694{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3695echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3696 EGREP="$ac_cv_path_EGREP"
3697
3698
3699
3700{ echo "$as_me:$LINENO: checking for AIX" >&5 3082echo "$as_me:$LINENO: checking for AIX" >&5
3701echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 3083echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3702cat >conftest.$ac_ext <<_ACEOF 3084cat >conftest.$ac_ext <<_ACEOF
3703/* confdefs.h. */ 3085/* confdefs.h. */
3704_ACEOF 3086_ACEOF
3705cat confdefs.h >>conftest.$ac_ext 3087cat confdefs.h >>conftest.$ac_ext
3706cat >>conftest.$ac_ext <<_ACEOF 3088cat >>conftest.$ac_ext <<_ACEOF
3710#endif 3092#endif
3711 3093
3712_ACEOF 3094_ACEOF
3713if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3095if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3714 $EGREP "yes" >/dev/null 2>&1; then 3096 $EGREP "yes" >/dev/null 2>&1; then
3715 { echo "$as_me:$LINENO: result: yes" >&5 3097 echo "$as_me:$LINENO: result: yes" >&5
3716echo "${ECHO_T}yes" >&6; } 3098echo "${ECHO_T}yes" >&6
3717cat >>confdefs.h <<\_ACEOF 3099cat >>confdefs.h <<\_ACEOF
3718#define _ALL_SOURCE 1 3100#define _ALL_SOURCE 1
3719_ACEOF 3101_ACEOF
3720 3102
3721else 3103else
3722 { echo "$as_me:$LINENO: result: no" >&5 3104 echo "$as_me:$LINENO: result: no" >&5
3723echo "${ECHO_T}no" >&6; } 3105echo "${ECHO_T}no" >&6
3724fi 3106fi
3725rm -f conftest* 3107rm -f conftest*
3726 3108
3727 3109
3728{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 3110echo "$as_me:$LINENO: checking for library containing strerror" >&5
3729echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 3111echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3730if test "${ac_cv_search_strerror+set}" = set; then 3112if test "${ac_cv_search_strerror+set}" = set; then
3731 echo $ECHO_N "(cached) $ECHO_C" >&6 3113 echo $ECHO_N "(cached) $ECHO_C" >&6
3732else 3114else
3733 ac_func_search_save_LIBS=$LIBS 3115 ac_func_search_save_LIBS=$LIBS
3116ac_cv_search_strerror=no
3734cat >conftest.$ac_ext <<_ACEOF 3117cat >conftest.$ac_ext <<_ACEOF
3735/* confdefs.h. */ 3118/* confdefs.h. */
3736_ACEOF 3119_ACEOF
3737cat confdefs.h >>conftest.$ac_ext 3120cat confdefs.h >>conftest.$ac_ext
3738cat >>conftest.$ac_ext <<_ACEOF 3121cat >>conftest.$ac_ext <<_ACEOF
3739/* end confdefs.h. */ 3122/* end confdefs.h. */
3740 3123
3741/* Override any GCC internal prototype to avoid an error. 3124/* Override any gcc2 internal prototype to avoid an error. */
3742 Use char because int might match the return type of a GCC
3743 builtin and then its argument prototype would still apply. */
3744#ifdef __cplusplus 3125#ifdef __cplusplus
3745extern "C" 3126extern "C"
3746#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. */
3747char strerror (); 3130char strerror ();
3748int 3131int
3749main () 3132main ()
3750{ 3133{
3751return strerror (); 3134strerror ();
3752 ; 3135 ;
3753 return 0; 3136 return 0;
3754} 3137}
3755_ACEOF 3138_ACEOF
3756for ac_lib in '' cposix; do
3757 if test -z "$ac_lib"; then
3758 ac_res="none required"
3759 else
3760 ac_res=-l$ac_lib
3761 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3762 fi
3763 rm -f conftest.$ac_objext conftest$ac_exeext 3139rm -f conftest.$ac_objext conftest$ac_exeext
3764if { (ac_try="$ac_link"
3765case "(($ac_try" in
3766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3767 *) ac_try_echo=$ac_try;;
3768esac
3769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3770 (eval "$ac_link") 2>conftest.er1 3141 (eval $ac_link) 2>conftest.er1
3771 ac_status=$? 3142 ac_status=$?
3772 grep -v '^ *+' conftest.er1 >conftest.err 3143 grep -v '^ *+' conftest.er1 >conftest.err
3773 rm -f conftest.er1 3144 rm -f conftest.er1
3774 cat conftest.err >&5 3145 cat conftest.err >&5
3775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3776 (exit $ac_status); } && { 3147 (exit $ac_status); } &&
3777 test -z "$ac_c_werror_flag" || 3148 { ac_try='test -z "$ac_c_werror_flag"
3778 test ! -s conftest.err 3149 || test ! -s conftest.err'
3779 } && test -s conftest$ac_exeext && 3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3780 $as_test_x conftest$ac_exeext; then 3151 (eval $ac_try) 2>&5
3781 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"
3782else 3162else
3783 echo "$as_me: failed program was:" >&5 3163 echo "$as_me: failed program was:" >&5
3784sed 's/^/| /' conftest.$ac_ext >&5 3164sed 's/^/| /' conftest.$ac_ext >&5
3785 3165
3786
3787fi 3166fi
3788 3167rm -f conftest.err conftest.$ac_objext \
3789rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3168 conftest$ac_exeext conftest.$ac_ext
3790 conftest$ac_exeext
3791 if test "${ac_cv_search_strerror+set}" = set; then
3792 break
3793fi
3794done
3795if test "${ac_cv_search_strerror+set}" = set; then 3169if test "$ac_cv_search_strerror" = no; then
3796 : 3170 for ac_lib in cposix; do
3797else 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
3798 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
3799fi 3222fi
3800rm conftest.$ac_ext 3223rm -f conftest.err conftest.$ac_objext \
3224 conftest$ac_exeext conftest.$ac_ext
3225 done
3226fi
3801LIBS=$ac_func_search_save_LIBS 3227LIBS=$ac_func_search_save_LIBS
3802fi 3228fi
3803{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3229echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3804echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 3230echo "${ECHO_T}$ac_cv_search_strerror" >&6
3805ac_res=$ac_cv_search_strerror
3806if test "$ac_res" != no; then 3231if test "$ac_cv_search_strerror" != no; then
3807 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 3232 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3808 3233
3809fi 3234fi
3810 3235
3811ac_ext=cpp 3236ac_ext=cc
3812ac_cpp='$CXXCPP $CPPFLAGS' 3237ac_cpp='$CXXCPP $CPPFLAGS'
3813ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3238ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3814ac_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'
3815ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3240ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3816 3241
3817 3242
3818if test x$GCC = xyes && test x$GXX = xyes; then 3243if test x$GCC = xyes && test x$GXX = xyes; then
3819 { echo "$as_me:$LINENO: checking for working libsupc++" >&5 3244 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3820echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; } 3245echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3821 save_CXX="$CXX" 3246 save_CXX="$CXX"
3822 save_LIBS="$LIBS" 3247 save_LIBS="$LIBS"
3823 CXX="$CC" 3248 CXX="$CC"
3824 LIBS="$LIBS -lsupc++" 3249 LIBS="$LIBS -lsupc++"
3825 LINKER="$CC" 3250 LINKER="$CC"
3838 ; 3263 ;
3839 return 0; 3264 return 0;
3840} 3265}
3841_ACEOF 3266_ACEOF
3842rm -f conftest.$ac_objext conftest$ac_exeext 3267rm -f conftest.$ac_objext conftest$ac_exeext
3843if { (ac_try="$ac_link"
3844case "(($ac_try" in
3845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846 *) ac_try_echo=$ac_try;;
3847esac
3848eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3849 (eval "$ac_link") 2>conftest.er1 3269 (eval $ac_link) 2>conftest.er1
3850 ac_status=$? 3270 ac_status=$?
3851 grep -v '^ *+' conftest.er1 >conftest.err 3271 grep -v '^ *+' conftest.er1 >conftest.err
3852 rm -f conftest.er1 3272 rm -f conftest.er1
3853 cat conftest.err >&5 3273 cat conftest.err >&5
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); } && { 3275 (exit $ac_status); } &&
3856 test -z "$ac_cxx_werror_flag" || 3276 { ac_try='test -z "$ac_cxx_werror_flag"
3857 test ! -s conftest.err 3277 || test ! -s conftest.err'
3858 } && test -s conftest$ac_exeext && 3278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3859 $as_test_x conftest$ac_exeext; then 3279 (eval $ac_try) 2>&5
3860 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
3861 { echo "$as_me:$LINENO: result: ok" >&5 3289 echo "$as_me:$LINENO: result: ok" >&5
3862echo "${ECHO_T}ok" >&6; } 3290echo "${ECHO_T}ok" >&6
3863 CXXLIB="-lsupc++"
3864
3865else 3291else
3866 echo "$as_me: failed program was:" >&5 3292 echo "$as_me: failed program was:" >&5
3867sed 's/^/| /' conftest.$ac_ext >&5 3293sed 's/^/| /' conftest.$ac_ext >&5
3868 3294
3869 3295
3870 { echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5 3296 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3871echo "${ECHO_T}no, making everything bigger and slower" >&6; } 3297echo "${ECHO_T}no, making everything bigger and slower" >&6
3872 LIBS="$save_LIBS" 3298 LIBS="$save_LIBS"
3873 LINKER="$save_CXX" 3299 LINKER="$save_CXX"
3874 3300
3875 3301
3876fi 3302fi
3877 3303rm -f conftest.err conftest.$ac_objext \
3878rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3879 conftest$ac_exeext conftest.$ac_ext 3304 conftest$ac_exeext conftest.$ac_ext
3880 CXX="$save_CXX" 3305 CXX="$save_CXX"
3881fi 3306fi
3882LINKER=$LINKER 3307LINKER=$LINKER
3883
3884 3308
3885 3309
3886if test -z "$orig_CXXFLAGS"; then 3310if test -z "$orig_CXXFLAGS"; then
3887 if test x$GCC = xyes && test "x$GXX" = xyes; then 3311 if test x$GCC = xyes && test "x$GXX" = xyes; then
3888 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3312 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3900 ; 3324 ;
3901 return 0; 3325 return 0;
3902} 3326}
3903_ACEOF 3327_ACEOF
3904rm -f conftest.$ac_objext 3328rm -f conftest.$ac_objext
3905if { (ac_try="$ac_compile"
3906case "(($ac_try" in
3907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3908 *) ac_try_echo=$ac_try;;
3909esac
3910eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3329if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3911 (eval "$ac_compile") 2>conftest.er1 3330 (eval $ac_compile) 2>conftest.er1
3912 ac_status=$? 3331 ac_status=$?
3913 grep -v '^ *+' conftest.er1 >conftest.err 3332 grep -v '^ *+' conftest.er1 >conftest.err
3914 rm -f conftest.er1 3333 rm -f conftest.er1
3915 cat conftest.err >&5 3334 cat conftest.err >&5
3916 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3917 (exit $ac_status); } && { 3336 (exit $ac_status); } &&
3918 test -z "$ac_cxx_werror_flag" || 3337 { ac_try='test -z "$ac_cxx_werror_flag"
3919 test ! -s conftest.err 3338 || test ! -s conftest.err'
3920 } && test -s conftest.$ac_objext; then 3339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3340 (eval $ac_try) 2>&5
3341 ac_status=$?
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }; } &&
3344 { ac_try='test -s conftest.$ac_objext'
3345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3346 (eval $ac_try) 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }; }; then
3921 : 3350 :
3922else 3351else
3923 echo "$as_me: failed program was:" >&5 3352 echo "$as_me: failed program was:" >&5
3924sed 's/^/| /' conftest.$ac_ext >&5 3353sed 's/^/| /' conftest.$ac_ext >&5
3925 3354
3926 CXXFLAGS="-g -O3" 3355CXXFLAGS="-g -O3"
3927fi 3356fi
3928
3929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3930 else 3358 else
3931 CXXFLAGS="-O" 3359 CXXFLAGS="-O"
3932 fi 3360 fi
3933 CFLAGS="$CXXFLAGS" 3361 CFLAGS="$CXXFLAGS"
3934fi 3362fi
3948 3376
3949 ;; 3377 ;;
3950esac 3378esac
3951 3379
3952 3380
3953{ echo "$as_me:$LINENO: checking for setlocale" >&5 3381echo "$as_me:$LINENO: checking for setlocale" >&5
3954echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; } 3382echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3955if test "${ac_cv_func_setlocale+set}" = set; then 3383if test "${ac_cv_func_setlocale+set}" = set; then
3956 echo $ECHO_N "(cached) $ECHO_C" >&6 3384 echo $ECHO_N "(cached) $ECHO_C" >&6
3957else 3385else
3958 cat >conftest.$ac_ext <<_ACEOF 3386 cat >conftest.$ac_ext <<_ACEOF
3959/* confdefs.h. */ 3387/* confdefs.h. */
3976# include <assert.h> 3404# include <assert.h>
3977#endif 3405#endif
3978 3406
3979#undef setlocale 3407#undef setlocale
3980 3408
3981/* Override any GCC internal prototype to avoid an error. 3409/* Override any gcc2 internal prototype to avoid an error. */
3982 Use char because int might match the return type of a GCC
3983 builtin and then its argument prototype would still apply. */
3984#ifdef __cplusplus 3410#ifdef __cplusplus
3985extern "C" 3411extern "C"
3412{
3986#endif 3413#endif
3414/* We use char because int might match the return type of a gcc2
3415 builtin and then its argument prototype would still apply. */
3987char setlocale (); 3416char setlocale ();
3988/* The GNU C library defines this for functions which it implements 3417/* The GNU C library defines this for functions which it implements
3989 to always fail with ENOSYS. Some functions are actually named 3418 to always fail with ENOSYS. Some functions are actually named
3990 something starting with __ and the normal name is an alias. */ 3419 something starting with __ and the normal name is an alias. */
3991#if defined __stub_setlocale || defined __stub___setlocale 3420#if defined (__stub_setlocale) || defined (__stub___setlocale)
3992choke me 3421choke me
3422#else
3423char (*f) () = setlocale;
3424#endif
3425#ifdef __cplusplus
3426}
3993#endif 3427#endif
3994 3428
3995int 3429int
3996main () 3430main ()
3997{ 3431{
3998return setlocale (); 3432return f != setlocale;
3999 ; 3433 ;
4000 return 0; 3434 return 0;
4001} 3435}
4002_ACEOF 3436_ACEOF
4003rm -f conftest.$ac_objext conftest$ac_exeext 3437rm -f conftest.$ac_objext conftest$ac_exeext
4004if { (ac_try="$ac_link"
4005case "(($ac_try" in
4006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4007 *) ac_try_echo=$ac_try;;
4008esac
4009eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4010 (eval "$ac_link") 2>conftest.er1 3439 (eval $ac_link) 2>conftest.er1
4011 ac_status=$? 3440 ac_status=$?
4012 grep -v '^ *+' conftest.er1 >conftest.err 3441 grep -v '^ *+' conftest.er1 >conftest.err
4013 rm -f conftest.er1 3442 rm -f conftest.er1
4014 cat conftest.err >&5 3443 cat conftest.err >&5
4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016 (exit $ac_status); } && { 3445 (exit $ac_status); } &&
4017 test -z "$ac_cxx_werror_flag" || 3446 { ac_try='test -z "$ac_cxx_werror_flag"
4018 test ! -s conftest.err 3447 || test ! -s conftest.err'
4019 } && test -s conftest$ac_exeext && 3448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4020 $as_test_x conftest$ac_exeext; then 3449 (eval $ac_try) 2>&5
3450 ac_status=$?
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); }; } &&
3453 { ac_try='test -s conftest$ac_exeext'
3454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3455 (eval $ac_try) 2>&5
3456 ac_status=$?
3457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3458 (exit $ac_status); }; }; then
4021 ac_cv_func_setlocale=yes 3459 ac_cv_func_setlocale=yes
4022else 3460else
4023 echo "$as_me: failed program was:" >&5 3461 echo "$as_me: failed program was:" >&5
4024sed 's/^/| /' conftest.$ac_ext >&5 3462sed 's/^/| /' conftest.$ac_ext >&5
4025 3463
4026 ac_cv_func_setlocale=no 3464ac_cv_func_setlocale=no
4027fi 3465fi
4028 3466rm -f conftest.err conftest.$ac_objext \
4029rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4030 conftest$ac_exeext conftest.$ac_ext 3467 conftest$ac_exeext conftest.$ac_ext
4031fi 3468fi
4032{ echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5 3469echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
4033echo "${ECHO_T}$ac_cv_func_setlocale" >&6; } 3470echo "${ECHO_T}$ac_cv_func_setlocale" >&6
4034if test $ac_cv_func_setlocale = yes; then 3471if test $ac_cv_func_setlocale = yes; then
4035 : 3472 :
4036else 3473else
4037 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 3474 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4038echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; } 3475echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
4039if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then 3476if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4040 echo $ECHO_N "(cached) $ECHO_C" >&6 3477 echo $ECHO_N "(cached) $ECHO_C" >&6
4041else 3478else
4042 ac_check_lib_save_LIBS=$LIBS 3479 ac_check_lib_save_LIBS=$LIBS
4043LIBS="-lxpg4 $LIBS" 3480LIBS="-lxpg4 $LIBS"
4046_ACEOF 3483_ACEOF
4047cat confdefs.h >>conftest.$ac_ext 3484cat confdefs.h >>conftest.$ac_ext
4048cat >>conftest.$ac_ext <<_ACEOF 3485cat >>conftest.$ac_ext <<_ACEOF
4049/* end confdefs.h. */ 3486/* end confdefs.h. */
4050 3487
4051/* Override any GCC internal prototype to avoid an error. 3488/* Override any gcc2 internal prototype to avoid an error. */
4052 Use char because int might match the return type of a GCC
4053 builtin and then its argument prototype would still apply. */
4054#ifdef __cplusplus 3489#ifdef __cplusplus
4055extern "C" 3490extern "C"
4056#endif 3491#endif
3492/* We use char because int might match the return type of a gcc2
3493 builtin and then its argument prototype would still apply. */
4057char setlocale (); 3494char setlocale ();
4058int 3495int
4059main () 3496main ()
4060{ 3497{
4061return setlocale (); 3498setlocale ();
4062 ; 3499 ;
4063 return 0; 3500 return 0;
4064} 3501}
4065_ACEOF 3502_ACEOF
4066rm -f conftest.$ac_objext conftest$ac_exeext 3503rm -f conftest.$ac_objext conftest$ac_exeext
4067if { (ac_try="$ac_link"
4068case "(($ac_try" in
4069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4070 *) ac_try_echo=$ac_try;;
4071esac
4072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4073 (eval "$ac_link") 2>conftest.er1 3505 (eval $ac_link) 2>conftest.er1
4074 ac_status=$? 3506 ac_status=$?
4075 grep -v '^ *+' conftest.er1 >conftest.err 3507 grep -v '^ *+' conftest.er1 >conftest.err
4076 rm -f conftest.er1 3508 rm -f conftest.er1
4077 cat conftest.err >&5 3509 cat conftest.err >&5
4078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4079 (exit $ac_status); } && { 3511 (exit $ac_status); } &&
4080 test -z "$ac_cxx_werror_flag" || 3512 { ac_try='test -z "$ac_cxx_werror_flag"
4081 test ! -s conftest.err 3513 || test ! -s conftest.err'
4082 } && test -s conftest$ac_exeext && 3514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4083 $as_test_x conftest$ac_exeext; then 3515 (eval $ac_try) 2>&5
3516 ac_status=$?
3517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518 (exit $ac_status); }; } &&
3519 { ac_try='test -s conftest$ac_exeext'
3520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3521 (eval $ac_try) 2>&5
3522 ac_status=$?
3523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3524 (exit $ac_status); }; }; then
4084 ac_cv_lib_xpg4_setlocale=yes 3525 ac_cv_lib_xpg4_setlocale=yes
4085else 3526else
4086 echo "$as_me: failed program was:" >&5 3527 echo "$as_me: failed program was:" >&5
4087sed 's/^/| /' conftest.$ac_ext >&5 3528sed 's/^/| /' conftest.$ac_ext >&5
4088 3529
4089 ac_cv_lib_xpg4_setlocale=no 3530ac_cv_lib_xpg4_setlocale=no
4090fi 3531fi
4091 3532rm -f conftest.err conftest.$ac_objext \
4092rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4093 conftest$ac_exeext conftest.$ac_ext 3533 conftest$ac_exeext conftest.$ac_ext
4094LIBS=$ac_check_lib_save_LIBS 3534LIBS=$ac_check_lib_save_LIBS
4095fi 3535fi
4096{ echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5 3536echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4097echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; } 3537echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
4098if test $ac_cv_lib_xpg4_setlocale = yes; then 3538if test $ac_cv_lib_xpg4_setlocale = yes; then
4099 LIBS="$LIBS -lxpg4" 3539 LIBS="$LIBS -lxpg4"
4100fi 3540fi
4101 3541
4102fi 3542fi
4103 3543
4104 3544
4105{ echo "$as_me:$LINENO: checking for gethostbyname" >&5 3545echo "$as_me:$LINENO: checking for gethostbyname" >&5
4106echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 3546echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
4107if test "${ac_cv_func_gethostbyname+set}" = set; then 3547if test "${ac_cv_func_gethostbyname+set}" = set; then
4108 echo $ECHO_N "(cached) $ECHO_C" >&6 3548 echo $ECHO_N "(cached) $ECHO_C" >&6
4109else 3549else
4110 cat >conftest.$ac_ext <<_ACEOF 3550 cat >conftest.$ac_ext <<_ACEOF
4111/* confdefs.h. */ 3551/* confdefs.h. */
4128# include <assert.h> 3568# include <assert.h>
4129#endif 3569#endif
4130 3570
4131#undef gethostbyname 3571#undef gethostbyname
4132 3572
4133/* Override any GCC internal prototype to avoid an error. 3573/* Override any gcc2 internal prototype to avoid an error. */
4134 Use char because int might match the return type of a GCC
4135 builtin and then its argument prototype would still apply. */
4136#ifdef __cplusplus 3574#ifdef __cplusplus
4137extern "C" 3575extern "C"
3576{
4138#endif 3577#endif
3578/* We use char because int might match the return type of a gcc2
3579 builtin and then its argument prototype would still apply. */
4139char gethostbyname (); 3580char gethostbyname ();
4140/* The GNU C library defines this for functions which it implements 3581/* The GNU C library defines this for functions which it implements
4141 to always fail with ENOSYS. Some functions are actually named 3582 to always fail with ENOSYS. Some functions are actually named
4142 something starting with __ and the normal name is an alias. */ 3583 something starting with __ and the normal name is an alias. */
4143#if defined __stub_gethostbyname || defined __stub___gethostbyname 3584#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
4144choke me 3585choke me
3586#else
3587char (*f) () = gethostbyname;
3588#endif
3589#ifdef __cplusplus
3590}
4145#endif 3591#endif
4146 3592
4147int 3593int
4148main () 3594main ()
4149{ 3595{
4150return gethostbyname (); 3596return f != gethostbyname;
4151 ; 3597 ;
4152 return 0; 3598 return 0;
4153} 3599}
4154_ACEOF 3600_ACEOF
4155rm -f conftest.$ac_objext conftest$ac_exeext 3601rm -f conftest.$ac_objext conftest$ac_exeext
4156if { (ac_try="$ac_link"
4157case "(($ac_try" in
4158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4159 *) ac_try_echo=$ac_try;;
4160esac
4161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3602if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4162 (eval "$ac_link") 2>conftest.er1 3603 (eval $ac_link) 2>conftest.er1
4163 ac_status=$? 3604 ac_status=$?
4164 grep -v '^ *+' conftest.er1 >conftest.err 3605 grep -v '^ *+' conftest.er1 >conftest.err
4165 rm -f conftest.er1 3606 rm -f conftest.er1
4166 cat conftest.err >&5 3607 cat conftest.err >&5
4167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4168 (exit $ac_status); } && { 3609 (exit $ac_status); } &&
4169 test -z "$ac_cxx_werror_flag" || 3610 { ac_try='test -z "$ac_cxx_werror_flag"
4170 test ! -s conftest.err 3611 || test ! -s conftest.err'
4171 } && test -s conftest$ac_exeext && 3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4172 $as_test_x conftest$ac_exeext; then 3613 (eval $ac_try) 2>&5
3614 ac_status=$?
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; } &&
3617 { ac_try='test -s conftest$ac_exeext'
3618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 (eval $ac_try) 2>&5
3620 ac_status=$?
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); }; }; then
4173 ac_cv_func_gethostbyname=yes 3623 ac_cv_func_gethostbyname=yes
4174else 3624else
4175 echo "$as_me: failed program was:" >&5 3625 echo "$as_me: failed program was:" >&5
4176sed 's/^/| /' conftest.$ac_ext >&5 3626sed 's/^/| /' conftest.$ac_ext >&5
4177 3627
4178 ac_cv_func_gethostbyname=no 3628ac_cv_func_gethostbyname=no
4179fi 3629fi
4180 3630rm -f conftest.err conftest.$ac_objext \
4181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4182 conftest$ac_exeext conftest.$ac_ext 3631 conftest$ac_exeext conftest.$ac_ext
4183fi 3632fi
4184{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 3633echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4185echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 3634echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
4186if test $ac_cv_func_gethostbyname = yes; then 3635if test $ac_cv_func_gethostbyname = yes; then
4187 : 3636 :
4188else 3637else
4189 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 3638 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4190echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 3639echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4191if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 3640if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4192 echo $ECHO_N "(cached) $ECHO_C" >&6 3641 echo $ECHO_N "(cached) $ECHO_C" >&6
4193else 3642else
4194 ac_check_lib_save_LIBS=$LIBS 3643 ac_check_lib_save_LIBS=$LIBS
4195LIBS="-lnsl $LIBS" 3644LIBS="-lnsl $LIBS"
4198_ACEOF 3647_ACEOF
4199cat confdefs.h >>conftest.$ac_ext 3648cat confdefs.h >>conftest.$ac_ext
4200cat >>conftest.$ac_ext <<_ACEOF 3649cat >>conftest.$ac_ext <<_ACEOF
4201/* end confdefs.h. */ 3650/* end confdefs.h. */
4202 3651
4203/* Override any GCC internal prototype to avoid an error. 3652/* Override any gcc2 internal prototype to avoid an error. */
4204 Use char because int might match the return type of a GCC
4205 builtin and then its argument prototype would still apply. */
4206#ifdef __cplusplus 3653#ifdef __cplusplus
4207extern "C" 3654extern "C"
4208#endif 3655#endif
3656/* We use char because int might match the return type of a gcc2
3657 builtin and then its argument prototype would still apply. */
4209char gethostbyname (); 3658char gethostbyname ();
4210int 3659int
4211main () 3660main ()
4212{ 3661{
4213return gethostbyname (); 3662gethostbyname ();
4214 ; 3663 ;
4215 return 0; 3664 return 0;
4216} 3665}
4217_ACEOF 3666_ACEOF
4218rm -f conftest.$ac_objext conftest$ac_exeext 3667rm -f conftest.$ac_objext conftest$ac_exeext
4219if { (ac_try="$ac_link"
4220case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223esac
4224eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4225 (eval "$ac_link") 2>conftest.er1 3669 (eval $ac_link) 2>conftest.er1
4226 ac_status=$? 3670 ac_status=$?
4227 grep -v '^ *+' conftest.er1 >conftest.err 3671 grep -v '^ *+' conftest.er1 >conftest.err
4228 rm -f conftest.er1 3672 rm -f conftest.er1
4229 cat conftest.err >&5 3673 cat conftest.err >&5
4230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231 (exit $ac_status); } && { 3675 (exit $ac_status); } &&
4232 test -z "$ac_cxx_werror_flag" || 3676 { ac_try='test -z "$ac_cxx_werror_flag"
4233 test ! -s conftest.err 3677 || test ! -s conftest.err'
4234 } && test -s conftest$ac_exeext && 3678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4235 $as_test_x conftest$ac_exeext; then 3679 (eval $ac_try) 2>&5
3680 ac_status=$?
3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 (exit $ac_status); }; } &&
3683 { ac_try='test -s conftest$ac_exeext'
3684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3685 (eval $ac_try) 2>&5
3686 ac_status=$?
3687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688 (exit $ac_status); }; }; then
4236 ac_cv_lib_nsl_gethostbyname=yes 3689 ac_cv_lib_nsl_gethostbyname=yes
4237else 3690else
4238 echo "$as_me: failed program was:" >&5 3691 echo "$as_me: failed program was:" >&5
4239sed 's/^/| /' conftest.$ac_ext >&5 3692sed 's/^/| /' conftest.$ac_ext >&5
4240 3693
4241 ac_cv_lib_nsl_gethostbyname=no 3694ac_cv_lib_nsl_gethostbyname=no
4242fi 3695fi
4243 3696rm -f conftest.err conftest.$ac_objext \
4244rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4245 conftest$ac_exeext conftest.$ac_ext 3697 conftest$ac_exeext conftest.$ac_ext
4246LIBS=$ac_check_lib_save_LIBS 3698LIBS=$ac_check_lib_save_LIBS
4247fi 3699fi
4248{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 3700echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4249echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 3701echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4250if test $ac_cv_lib_nsl_gethostbyname = yes; then 3702if test $ac_cv_lib_nsl_gethostbyname = yes; then
4251 LIBS="$LIBS -lnsl" 3703 LIBS="$LIBS -lnsl"
4252fi 3704fi
4253 3705
4254fi 3706fi
4255 3707
4256{ echo "$as_me:$LINENO: checking for socket" >&5 3708echo "$as_me:$LINENO: checking for socket" >&5
4257echo $ECHO_N "checking for socket... $ECHO_C" >&6; } 3709echo $ECHO_N "checking for socket... $ECHO_C" >&6
4258if test "${ac_cv_func_socket+set}" = set; then 3710if test "${ac_cv_func_socket+set}" = set; then
4259 echo $ECHO_N "(cached) $ECHO_C" >&6 3711 echo $ECHO_N "(cached) $ECHO_C" >&6
4260else 3712else
4261 cat >conftest.$ac_ext <<_ACEOF 3713 cat >conftest.$ac_ext <<_ACEOF
4262/* confdefs.h. */ 3714/* confdefs.h. */
4279# include <assert.h> 3731# include <assert.h>
4280#endif 3732#endif
4281 3733
4282#undef socket 3734#undef socket
4283 3735
4284/* Override any GCC internal prototype to avoid an error. 3736/* Override any gcc2 internal prototype to avoid an error. */
4285 Use char because int might match the return type of a GCC
4286 builtin and then its argument prototype would still apply. */
4287#ifdef __cplusplus 3737#ifdef __cplusplus
4288extern "C" 3738extern "C"
3739{
4289#endif 3740#endif
3741/* We use char because int might match the return type of a gcc2
3742 builtin and then its argument prototype would still apply. */
4290char socket (); 3743char socket ();
4291/* The GNU C library defines this for functions which it implements 3744/* The GNU C library defines this for functions which it implements
4292 to always fail with ENOSYS. Some functions are actually named 3745 to always fail with ENOSYS. Some functions are actually named
4293 something starting with __ and the normal name is an alias. */ 3746 something starting with __ and the normal name is an alias. */
4294#if defined __stub_socket || defined __stub___socket 3747#if defined (__stub_socket) || defined (__stub___socket)
4295choke me 3748choke me
3749#else
3750char (*f) () = socket;
3751#endif
3752#ifdef __cplusplus
3753}
4296#endif 3754#endif
4297 3755
4298int 3756int
4299main () 3757main ()
4300{ 3758{
4301return socket (); 3759return f != socket;
4302 ; 3760 ;
4303 return 0; 3761 return 0;
4304} 3762}
4305_ACEOF 3763_ACEOF
4306rm -f conftest.$ac_objext conftest$ac_exeext 3764rm -f conftest.$ac_objext conftest$ac_exeext
4307if { (ac_try="$ac_link"
4308case "(($ac_try" in
4309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4310 *) ac_try_echo=$ac_try;;
4311esac
4312eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3765if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4313 (eval "$ac_link") 2>conftest.er1 3766 (eval $ac_link) 2>conftest.er1
4314 ac_status=$? 3767 ac_status=$?
4315 grep -v '^ *+' conftest.er1 >conftest.err 3768 grep -v '^ *+' conftest.er1 >conftest.err
4316 rm -f conftest.er1 3769 rm -f conftest.er1
4317 cat conftest.err >&5 3770 cat conftest.err >&5
4318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4319 (exit $ac_status); } && { 3772 (exit $ac_status); } &&
4320 test -z "$ac_cxx_werror_flag" || 3773 { ac_try='test -z "$ac_cxx_werror_flag"
4321 test ! -s conftest.err 3774 || test ! -s conftest.err'
4322 } && test -s conftest$ac_exeext && 3775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4323 $as_test_x conftest$ac_exeext; then 3776 (eval $ac_try) 2>&5
3777 ac_status=$?
3778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3779 (exit $ac_status); }; } &&
3780 { ac_try='test -s conftest$ac_exeext'
3781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 (eval $ac_try) 2>&5
3783 ac_status=$?
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); }; }; then
4324 ac_cv_func_socket=yes 3786 ac_cv_func_socket=yes
4325else 3787else
4326 echo "$as_me: failed program was:" >&5 3788 echo "$as_me: failed program was:" >&5
4327sed 's/^/| /' conftest.$ac_ext >&5 3789sed 's/^/| /' conftest.$ac_ext >&5
4328 3790
4329 ac_cv_func_socket=no 3791ac_cv_func_socket=no
4330fi 3792fi
4331 3793rm -f conftest.err conftest.$ac_objext \
4332rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4333 conftest$ac_exeext conftest.$ac_ext 3794 conftest$ac_exeext conftest.$ac_ext
4334fi 3795fi
4335{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 3796echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4336echo "${ECHO_T}$ac_cv_func_socket" >&6; } 3797echo "${ECHO_T}$ac_cv_func_socket" >&6
4337if test $ac_cv_func_socket = yes; then 3798if test $ac_cv_func_socket = yes; then
4338 : 3799 :
4339else 3800else
4340 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 3801 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4341echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } 3802echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4342if test "${ac_cv_lib_socket_socket+set}" = set; then 3803if test "${ac_cv_lib_socket_socket+set}" = set; then
4343 echo $ECHO_N "(cached) $ECHO_C" >&6 3804 echo $ECHO_N "(cached) $ECHO_C" >&6
4344else 3805else
4345 ac_check_lib_save_LIBS=$LIBS 3806 ac_check_lib_save_LIBS=$LIBS
4346LIBS="-lsocket $LIBS" 3807LIBS="-lsocket $LIBS"
4349_ACEOF 3810_ACEOF
4350cat confdefs.h >>conftest.$ac_ext 3811cat confdefs.h >>conftest.$ac_ext
4351cat >>conftest.$ac_ext <<_ACEOF 3812cat >>conftest.$ac_ext <<_ACEOF
4352/* end confdefs.h. */ 3813/* end confdefs.h. */
4353 3814
4354/* Override any GCC internal prototype to avoid an error. 3815/* Override any gcc2 internal prototype to avoid an error. */
4355 Use char because int might match the return type of a GCC
4356 builtin and then its argument prototype would still apply. */
4357#ifdef __cplusplus 3816#ifdef __cplusplus
4358extern "C" 3817extern "C"
4359#endif 3818#endif
3819/* We use char because int might match the return type of a gcc2
3820 builtin and then its argument prototype would still apply. */
4360char socket (); 3821char socket ();
4361int 3822int
4362main () 3823main ()
4363{ 3824{
4364return socket (); 3825socket ();
4365 ; 3826 ;
4366 return 0; 3827 return 0;
4367} 3828}
4368_ACEOF 3829_ACEOF
4369rm -f conftest.$ac_objext conftest$ac_exeext 3830rm -f conftest.$ac_objext conftest$ac_exeext
4370if { (ac_try="$ac_link"
4371case "(($ac_try" in
4372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4373 *) ac_try_echo=$ac_try;;
4374esac
4375eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4376 (eval "$ac_link") 2>conftest.er1 3832 (eval $ac_link) 2>conftest.er1
4377 ac_status=$? 3833 ac_status=$?
4378 grep -v '^ *+' conftest.er1 >conftest.err 3834 grep -v '^ *+' conftest.er1 >conftest.err
4379 rm -f conftest.er1 3835 rm -f conftest.er1
4380 cat conftest.err >&5 3836 cat conftest.err >&5
4381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382 (exit $ac_status); } && { 3838 (exit $ac_status); } &&
4383 test -z "$ac_cxx_werror_flag" || 3839 { ac_try='test -z "$ac_cxx_werror_flag"
4384 test ! -s conftest.err 3840 || test ! -s conftest.err'
4385 } && test -s conftest$ac_exeext && 3841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4386 $as_test_x conftest$ac_exeext; then 3842 (eval $ac_try) 2>&5
3843 ac_status=$?
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); }; } &&
3846 { ac_try='test -s conftest$ac_exeext'
3847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3848 (eval $ac_try) 2>&5
3849 ac_status=$?
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); }; }; then
4387 ac_cv_lib_socket_socket=yes 3852 ac_cv_lib_socket_socket=yes
4388else 3853else
4389 echo "$as_me: failed program was:" >&5 3854 echo "$as_me: failed program was:" >&5
4390sed 's/^/| /' conftest.$ac_ext >&5 3855sed 's/^/| /' conftest.$ac_ext >&5
4391 3856
4392 ac_cv_lib_socket_socket=no 3857ac_cv_lib_socket_socket=no
4393fi 3858fi
4394 3859rm -f conftest.err conftest.$ac_objext \
4395rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4396 conftest$ac_exeext conftest.$ac_ext 3860 conftest$ac_exeext conftest.$ac_ext
4397LIBS=$ac_check_lib_save_LIBS 3861LIBS=$ac_check_lib_save_LIBS
4398fi 3862fi
4399{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 3863echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4400echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } 3864echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4401if test $ac_cv_lib_socket_socket = yes; then 3865if test $ac_cv_lib_socket_socket = yes; then
4402 LIBS="$LIBS -lsocket" 3866 LIBS="$LIBS -lsocket"
4403fi 3867fi
4404 3868
4405fi 3869fi
4442 3906
4443 INSTALL_LIBRXVT=yes 3907 INSTALL_LIBRXVT=yes
4444fi 3908fi
4445 3909
4446 3910
4447# Check whether --enable-everything was given. 3911# Check whether --enable-everything or --disable-everything was given.
4448if test "${enable_everything+set}" = set; then 3912if test "${enable_everything+set}" = set; then
4449 enableval=$enable_everything; 3913 enableval="$enable_everything"
3914
4450 if test x$enableval = xno; then 3915 if test x$enableval = xno; then
4451 support_frills=no 3916 support_frills=no
4452 support_inheritpixmap=no 3917 support_inheritpixmap=no
4453 support_tinting=no 3918 support_tinting=no
4454 support_fading=no 3919 support_fading=no
4508 support_styles=yes 3973 support_styles=yes
4509 support_perl=yes 3974 support_perl=yes
4510 codesets=all 3975 codesets=all
4511 fi 3976 fi
4512 3977
4513fi 3978fi;
4514 3979
4515
4516# Check whether --enable-unicode3 was given. 3980# Check whether --enable-unicode3 or --disable-unicode3 was given.
4517if test "${enable_unicode3+set}" = set; then 3981if test "${enable_unicode3+set}" = set; then
3982 enableval="$enable_unicode3"
4518 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then 3983 if test x$enableval = xyes -o x$enableval = xno; then
4519 support_unicode3=$enableval 3984 support_unicode3=$enableval
4520 fi 3985 fi
4521fi 3986fi;
4522 3987
4523
4524# Check whether --enable-combining was given. 3988# Check whether --enable-combining or --disable-combining was given.
4525if test "${enable_combining+set}" = set; then 3989if test "${enable_combining+set}" = set; then
3990 enableval="$enable_combining"
4526 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then 3991 if test x$enableval = xyes -o x$enableval = xno; then
4527 support_combining=$enableval 3992 support_combining=$enableval
4528 fi 3993 fi
4529fi 3994fi;
4530 3995
4531
4532# Check whether --enable-xft was given. 3996# Check whether --enable-xft or --disable-xft was given.
4533if test "${enable_xft+set}" = set; then 3997if test "${enable_xft+set}" = set; then
3998 enableval="$enable_xft"
4534 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then 3999 if test x$enableval = xyes -o x$enableval = xno; then
4535 support_xft=$enableval 4000 support_xft=$enableval
4536 fi 4001 fi
4537fi 4002fi;
4538 4003
4539
4540# Check whether --enable-font-styles was given. 4004# Check whether --enable-font-styles or --disable-font-styles was given.
4541if test "${enable_font_styles+set}" = set; then 4005if test "${enable_font_styles+set}" = set; then
4006 enableval="$enable_font_styles"
4542 enableval=$enable_font_styles; if test x$enableval = xyes -o x$enableval = xno; then 4007 if test x$enableval = xyes -o x$enableval = xno; then
4543 support_styles=$enableval 4008 support_styles=$enableval
4544 fi 4009 fi
4545fi 4010fi;
4546 4011
4547
4548# Check whether --enable-xpm-background was given. 4012# Check whether --enable-xpm-background or --disable-xpm-background was given.
4549if test "${enable_xpm_background+set}" = set; then 4013if test "${enable_xpm_background+set}" = set; then
4014 enableval="$enable_xpm_background"
4550 enableval=$enable_xpm_background; if test x$enableval = xyes -o x$enableval = xno; then 4015 if test x$enableval = xyes -o x$enableval = xno; then
4551 support_xpm=$enableval 4016 support_xpm=$enableval
4552 fi 4017 fi
4553fi 4018fi;
4554 4019
4555
4556# Check whether --enable-afterimage was given. 4020# Check whether --enable-afterimage or --disable-afterimage was given.
4557if test "${enable_afterimage+set}" = set; then 4021if test "${enable_afterimage+set}" = set; then
4022 enableval="$enable_afterimage"
4558 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then 4023 if test x$enableval = xyes -o x$enableval = xno; then
4559 support_afterimage=$enableval 4024 support_afterimage=$enableval
4560 fi 4025 fi
4561fi 4026fi;
4562 4027
4563 4028
4564
4565# Check whether --with-afterimage_config was given. 4029# Check whether --with-afterimage_config or --without-afterimage_config was given.
4566if test "${with_afterimage_config+set}" = set; then 4030if test "${with_afterimage_config+set}" = set; then
4567 withval=$with_afterimage_config; if test "x$withval" != x; then 4031 withval="$with_afterimage_config"
4032 if test "x$withval" != x; then
4568 afterimage_config=$withval/afterimage-config 4033 afterimage_config=$withval/afterimage-config
4569 fi 4034 fi
4570fi 4035fi;
4571 4036
4572
4573# Check whether --enable-afterstep was given. 4037# Check whether --enable-afterstep or --disable-afterstep was given.
4574if test "${enable_afterstep+set}" = set; then 4038if test "${enable_afterstep+set}" = set; then
4039 enableval="$enable_afterstep"
4575 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then 4040 if test x$enableval = xyes -o x$enableval = xno; then
4576 support_afterstep=$enableval 4041 support_afterstep=$enableval
4577 fi 4042 fi
4578fi 4043fi;
4579 4044
4580
4581# Check whether --enable-transparency was given. 4045# Check whether --enable-transparency or --disable-transparency was given.
4582if test "${enable_transparency+set}" = set; then 4046if test "${enable_transparency+set}" = set; then
4047 enableval="$enable_transparency"
4583 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4048 if test x$enableval = xyes -o x$enableval = xno; then
4584 support_inheritpixmap=$enableval 4049 support_inheritpixmap=$enableval
4585 fi 4050 fi
4586fi 4051fi;
4587 4052
4588
4589# Check whether --enable-tinting was given. 4053# Check whether --enable-tinting or --disable-tinting was given.
4590if test "${enable_tinting+set}" = set; then 4054if test "${enable_tinting+set}" = set; then
4055 enableval="$enable_tinting"
4591 enableval=$enable_tinting; if test x$enableval = xyes -o x$enableval = xno; then 4056 if test x$enableval = xyes -o x$enableval = xno; then
4592 support_tinting=$enableval 4057 support_tinting=$enableval
4593 fi 4058 fi
4594fi 4059fi;
4595 4060
4596
4597# Check whether --enable-fading was given. 4061# Check whether --enable-fading or --disable-fading was given.
4598if test "${enable_fading+set}" = set; then 4062if test "${enable_fading+set}" = set; then
4063 enableval="$enable_fading"
4599 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then 4064 if test x$enableval = xyes -o x$enableval = xno; then
4600 support_fading=$enableval 4065 support_fading=$enableval
4601 fi 4066 fi
4602fi 4067fi;
4603 4068
4604
4605# Check whether --enable-rxvt-scroll was given. 4069# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4606if test "${enable_rxvt_scroll+set}" = set; then 4070if test "${enable_rxvt_scroll+set}" = set; then
4071 enableval="$enable_rxvt_scroll"
4607 enableval=$enable_rxvt_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4072 if test x$enableval = xyes -o x$enableval = xno; then
4608 support_scroll_rxvt=$enableval 4073 support_scroll_rxvt=$enableval
4609 fi 4074 fi
4610fi 4075fi;
4611 4076
4612
4613# Check whether --enable-next-scroll was given. 4077# Check whether --enable-next-scroll or --disable-next-scroll was given.
4614if test "${enable_next_scroll+set}" = set; then 4078if test "${enable_next_scroll+set}" = set; then
4079 enableval="$enable_next_scroll"
4615 enableval=$enable_next_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4080 if test x$enableval = xyes -o x$enableval = xno; then
4616 support_scroll_next=$enableval 4081 support_scroll_next=$enableval
4617 fi 4082 fi
4618fi 4083fi;
4619 4084
4620
4621# Check whether --enable-xterm-scroll was given. 4085# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4622if test "${enable_xterm_scroll+set}" = set; then 4086if test "${enable_xterm_scroll+set}" = set; then
4087 enableval="$enable_xterm_scroll"
4623 enableval=$enable_xterm_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4088 if test x$enableval = xyes -o x$enableval = xno; then
4624 support_scroll_xterm=$enableval 4089 support_scroll_xterm=$enableval
4625 fi 4090 fi
4626fi 4091fi;
4627 4092
4628
4629# Check whether --enable-perl was given. 4093# Check whether --enable-perl or --disable-perl was given.
4630if test "${enable_perl+set}" = set; then 4094if test "${enable_perl+set}" = set; then
4095 enableval="$enable_perl"
4631 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then 4096 if test x$enableval = xyes -o x$enableval = xno; then
4632 support_perl=$enableval 4097 support_perl=$enableval
4633 fi 4098 fi
4634fi 4099fi;
4635 4100
4636
4637# Check whether --enable-plain-scroll was given. 4101# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4638if test "${enable_plain_scroll+set}" = set; then 4102if test "${enable_plain_scroll+set}" = set; then
4103 enableval="$enable_plain_scroll"
4639 enableval=$enable_plain_scroll; if test x$enableval = xyes -o x$enableval = xno; then 4104 if test x$enableval = xyes -o x$enableval = xno; then
4640 support_scroll_plain=$enableval 4105 support_scroll_plain=$enableval
4641 fi 4106 fi
4642fi 4107fi;
4643 4108
4644 4109
4645
4646# Check whether --with-codesets was given. 4110# Check whether --with-codesets or --without-codesets was given.
4647if test "${with_codesets+set}" = set; then 4111if test "${with_codesets+set}" = set; then
4648 withval=$with_codesets; codesets="$withval" 4112 withval="$with_codesets"
4113 codesets="$withval"
4649fi 4114fi;
4650 4115
4651
4652# Check whether --enable-xim was given. 4116# Check whether --enable-xim or --disable-xim was given.
4653if test "${enable_xim+set}" = set; then 4117if test "${enable_xim+set}" = set; then
4118 enableval="$enable_xim"
4654 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then 4119 if test x$enableval = xyes -o x$enableval = xno; then
4655 support_xim=$enableval 4120 support_xim=$enableval
4656 fi 4121 fi
4657fi 4122fi;
4658 4123
4659
4660# Check whether --enable-backspace-key was given. 4124# Check whether --enable-backspace-key or --disable-backspace-key was given.
4661if test "${enable_backspace_key+set}" = set; then 4125if test "${enable_backspace_key+set}" = set; then
4662 enableval=$enable_backspace_key; if test x$enableval = xno; then 4126 enableval="$enable_backspace_key"
4127 if test x$enableval = xno; then
4663 4128
4664cat >>confdefs.h <<\_ACEOF 4129cat >>confdefs.h <<\_ACEOF
4665#define NO_BACKSPACE_KEY 1 4130#define NO_BACKSPACE_KEY 1
4666_ACEOF 4131_ACEOF
4667 4132
4668 fi 4133 fi
4669fi 4134fi;
4670 4135
4671
4672# Check whether --enable-delete-key was given. 4136# Check whether --enable-delete-key or --disable-delete-key was given.
4673if test "${enable_delete_key+set}" = set; then 4137if test "${enable_delete_key+set}" = set; then
4674 enableval=$enable_delete_key; if test x$enableval = xno; then 4138 enableval="$enable_delete_key"
4139 if test x$enableval = xno; then
4675 4140
4676cat >>confdefs.h <<\_ACEOF 4141cat >>confdefs.h <<\_ACEOF
4677#define NO_DELETE_KEY 1 4142#define NO_DELETE_KEY 1
4678_ACEOF 4143_ACEOF
4679 4144
4680 fi 4145 fi
4681fi 4146fi;
4682 4147
4683
4684# Check whether --enable-resources was given. 4148# Check whether --enable-resources or --disable-resources was given.
4685if test "${enable_resources+set}" = set; then 4149if test "${enable_resources+set}" = set; then
4686 enableval=$enable_resources; if test x$enableval = xno; then 4150 enableval="$enable_resources"
4151 if test x$enableval = xno; then
4687 4152
4688cat >>confdefs.h <<\_ACEOF 4153cat >>confdefs.h <<\_ACEOF
4689#define NO_RESOURCES 1 4154#define NO_RESOURCES 1
4690_ACEOF 4155_ACEOF
4691 4156
4692 fi 4157 fi
4693fi 4158fi;
4694 4159
4695
4696# Check whether --enable-8bitctrls was given. 4160# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4697if test "${enable_8bitctrls+set}" = set; then 4161if test "${enable_8bitctrls+set}" = set; then
4162 enableval="$enable_8bitctrls"
4698 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then 4163 if test x$enableval = xyes -o x$enableval = xno; then
4699 support_8bitctrls=$enableval 4164 support_8bitctrls=$enableval
4700 fi 4165 fi
4701fi 4166fi;
4702
4703 4167
4704RESFALLBACK=Rxvt 4168RESFALLBACK=Rxvt
4705# Check whether --enable-fallback was given. 4169# Check whether --enable-fallback or --disable-fallback was given.
4706if test "${enable_fallback+set}" = set; then 4170if test "${enable_fallback+set}" = set; then
4707 enableval=$enable_fallback; 4171 enableval="$enable_fallback"
4172
4708 test x$enableval = xyes && enableval=Rxvt 4173 test x$enableval = xyes && enableval=Rxvt
4709 test x$enableval = xno && enableval= 4174 test x$enableval = xno && enableval=
4710 RESFALLBACK="$enableval" 4175 RESFALLBACK="$enableval"
4711 4176
4712fi 4177fi;
4713
4714 4178
4715if test x$RESFALLBACK != x; then 4179if test x$RESFALLBACK != x; then
4716 4180
4717cat >>confdefs.h <<_ACEOF 4181cat >>confdefs.h <<_ACEOF
4718#define RESFALLBACK "$RESFALLBACK" 4182#define RESFALLBACK "$RESFALLBACK"
4720 4184
4721fi 4185fi
4722 4186
4723RESNAME=urxvt 4187RESNAME=urxvt
4724 4188
4725# Check whether --with-res-name was given. 4189# Check whether --with-res-name or --without-res-name was given.
4726if test "${with_res_name+set}" = set; then 4190if test "${with_res_name+set}" = set; then
4727 withval=$with_res_name; RESNAME="$withval" 4191 withval="$with_res_name"
4192 RESNAME="$withval"
4728fi 4193fi;
4729
4730 4194
4731cat >>confdefs.h <<_ACEOF 4195cat >>confdefs.h <<_ACEOF
4732#define RESNAME "$RESNAME" 4196#define RESNAME "$RESNAME"
4733_ACEOF 4197_ACEOF
4734 4198
4735 4199
4736RESCLASS=URxvt 4200RESCLASS=URxvt
4737 4201
4738# Check whether --with-res-class was given. 4202# Check whether --with-res-class or --without-res-class was given.
4739if test "${with_res_class+set}" = set; then 4203if test "${with_res_class+set}" = set; then
4740 withval=$with_res_class; RESCLASS="$withval" 4204 withval="$with_res_class"
4205 RESCLASS="$withval"
4741fi 4206fi;
4742
4743 4207
4744cat >>confdefs.h <<_ACEOF 4208cat >>confdefs.h <<_ACEOF
4745#define RESCLASS "$RESCLASS" 4209#define RESCLASS "$RESCLASS"
4746_ACEOF 4210_ACEOF
4747 4211
4748 4212
4749RXVTNAME=urxvt 4213RXVTNAME=urxvt
4750 4214
4751# Check whether --with-name was given. 4215# Check whether --with-name or --without-name was given.
4752if test "${with_name+set}" = set; then 4216if test "${with_name+set}" = set; then
4753 withval=$with_name; RXVTNAME="$withval" 4217 withval="$with_name"
4218 RXVTNAME="$withval"
4754fi 4219fi;
4755
4756 4220
4757cat >>confdefs.h <<_ACEOF 4221cat >>confdefs.h <<_ACEOF
4758#define RXVTNAME "$RXVTNAME" 4222#define RXVTNAME "$RXVTNAME"
4759_ACEOF 4223_ACEOF
4760 4224
4761 4225
4762RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4226RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4763 4227
4764 4228
4765# Check whether --enable-swapscreen was given. 4229# Check whether --enable-swapscreen or --disable-swapscreen was given.
4766if test "${enable_swapscreen+set}" = set; then 4230if test "${enable_swapscreen+set}" = set; then
4767 enableval=$enable_swapscreen; if test x$enableval = xno; then 4231 enableval="$enable_swapscreen"
4232 if test x$enableval = xno; then
4768 4233
4769cat >>confdefs.h <<\_ACEOF 4234cat >>confdefs.h <<\_ACEOF
4770#define NO_SECONDARY_SCREEN 1 4235#define NO_SECONDARY_SCREEN 1
4771_ACEOF 4236_ACEOF
4772 4237
4773 fi 4238 fi
4774fi 4239fi;
4775 4240
4776
4777# Check whether --enable-iso14755 was given. 4241# Check whether --enable-iso14755 or --disable-iso14755 was given.
4778if test "${enable_iso14755+set}" = set; then 4242if test "${enable_iso14755+set}" = set; then
4243 enableval="$enable_iso14755"
4779 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then 4244 if test x$enableval = xyes -o x$enableval = xno; then
4780 support_iso14755=$enableval 4245 support_iso14755=$enableval
4781 fi 4246 fi
4782fi 4247fi;
4783 4248
4784
4785# Check whether --enable-frills was given. 4249# Check whether --enable-frills or --disable-frills was given.
4786if test "${enable_frills+set}" = set; then 4250if test "${enable_frills+set}" = set; then
4251 enableval="$enable_frills"
4787 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then 4252 if test x$enableval = xyes -o x$enableval = xno; then
4788 support_frills=$enableval 4253 support_frills=$enableval
4789 fi 4254 fi
4790fi 4255fi;
4791 4256
4792
4793# Check whether --enable-keepscrolling was given. 4257# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4794if test "${enable_keepscrolling+set}" = set; then 4258if test "${enable_keepscrolling+set}" = set; then
4259 enableval="$enable_keepscrolling"
4795 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then 4260 if test x$enableval = xyes -o x$enableval = xno; then
4796 support_keepscrolling=$enableval 4261 support_keepscrolling=$enableval
4797 fi 4262 fi
4798fi 4263fi;
4799 4264
4800
4801# Check whether --enable-selectionscrolling was given. 4265# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4802if test "${enable_selectionscrolling+set}" = set; then 4266if test "${enable_selectionscrolling+set}" = set; then
4803 enableval=$enable_selectionscrolling; if test x$enableval = xyes -o x$enableval = xno; then 4267 enableval="$enable_selectionscrolling"
4268 if test x$enableval = xyes -o x$enableval = xno; then
4804 support_selectionscrolling=$enableval 4269 support_selectionscrolling=$enableval
4805 fi 4270 fi
4806fi 4271fi;
4807 4272
4808
4809# Check whether --enable-mousewheel was given. 4273# Check whether --enable-mousewheel or --disable-mousewheel was given.
4810if test "${enable_mousewheel+set}" = set; then 4274if test "${enable_mousewheel+set}" = set; then
4275 enableval="$enable_mousewheel"
4811 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then 4276 if test x$enableval = xyes -o x$enableval = xno; then
4812 support_mousewheel=$enableval 4277 support_mousewheel=$enableval
4813 fi 4278 fi
4814fi 4279fi;
4815 4280
4816
4817# Check whether --enable-slipwheeling was given. 4281# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4818if test "${enable_slipwheeling+set}" = set; then 4282if test "${enable_slipwheeling+set}" = set; then
4283 enableval="$enable_slipwheeling"
4819 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then 4284 if test x$enableval = xyes -o x$enableval = xno; then
4820 support_mouseslipwheel=$enableval 4285 support_mouseslipwheel=$enableval
4821 fi 4286 fi
4822fi 4287fi;
4823 4288
4824
4825# Check whether --enable-smart-resize was given. 4289# Check whether --enable-smart-resize or --disable-smart-resize was given.
4826if test "${enable_smart_resize+set}" = set; then 4290if test "${enable_smart_resize+set}" = set; then
4827 enableval=$enable_smart_resize; if test x$enableval = xyes; then 4291 enableval="$enable_smart_resize"
4292 if test x$enableval = xyes; then
4828 4293
4829cat >>confdefs.h <<\_ACEOF 4294cat >>confdefs.h <<\_ACEOF
4830#define SMART_RESIZE 1 4295#define SMART_RESIZE 1
4831_ACEOF 4296_ACEOF
4832 4297
4833 fi 4298 fi
4834fi 4299fi;
4835 4300
4836
4837# Check whether --enable-text-blink was given. 4301# Check whether --enable-text-blink or --disable-text-blink was given.
4838if test "${enable_text_blink+set}" = set; then 4302if test "${enable_text_blink+set}" = set; then
4303 enableval="$enable_text_blink"
4839 enableval=$enable_text_blink; if test x$enableval = xyes -o x$enableval = xno; then 4304 if test x$enableval = xyes -o x$enableval = xno; then
4840 support_text_blink=$enableval 4305 support_text_blink=$enableval
4841 fi 4306 fi
4842fi 4307fi;
4843 4308
4844
4845# Check whether --enable-pointer-blank was given. 4309# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4846if test "${enable_pointer_blank+set}" = set; then 4310if test "${enable_pointer_blank+set}" = set; then
4311 enableval="$enable_pointer_blank"
4847 enableval=$enable_pointer_blank; if test x$enableval = xyes -o x$enableval = xno; then 4312 if test x$enableval = xyes -o x$enableval = xno; then
4848 support_pointer_blank=$enableval 4313 support_pointer_blank=$enableval
4849 fi 4314 fi
4850fi 4315fi;
4851 4316
4852 4317
4853
4854# Check whether --with-term was given. 4318# Check whether --with-term or --without-term was given.
4855if test "${with_term+set}" = set; then 4319if test "${with_term+set}" = set; then
4320 withval="$with_term"
4856 withval=$with_term; if test x$withval != x; then 4321 if test x$withval != x; then
4857 4322
4858cat >>confdefs.h <<_ACEOF 4323cat >>confdefs.h <<_ACEOF
4859#define TERMENV "$withval" 4324#define TERMENV "$withval"
4860_ACEOF 4325_ACEOF
4861 term="$withval" 4326 term="$withval"
4862 fi 4327 fi
4863fi 4328fi;
4864 4329
4865 4330
4866
4867# Check whether --with-terminfo was given. 4331# Check whether --with-terminfo or --without-terminfo was given.
4868if test "${with_terminfo+set}" = set; then 4332if test "${with_terminfo+set}" = set; then
4869 withval=$with_terminfo; if test x$withval != x; then 4333 withval="$with_terminfo"
4334 if test x$withval != x; then
4870 4335
4871cat >>confdefs.h <<_ACEOF 4336cat >>confdefs.h <<_ACEOF
4872#define RXVT_TERMINFO "$withval" 4337#define RXVT_TERMINFO "$withval"
4873_ACEOF 4338_ACEOF
4874 terminfo="$withval" 4339 terminfo="$withval"
4875 fi 4340 fi
4876fi 4341fi;
4877
4878 4342
4879 4343
4880# Extract the first word of "tic", so it can be a program name with args. 4344# Extract the first word of "tic", so it can be a program name with args.
4881set dummy tic; ac_word=$2 4345set dummy tic; ac_word=$2
4882{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4346echo "$as_me:$LINENO: checking for $ac_word" >&5
4883echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4884if test "${ac_cv_path_TIC+set}" = set; then 4348if test "${ac_cv_path_TIC+set}" = set; then
4885 echo $ECHO_N "(cached) $ECHO_C" >&6 4349 echo $ECHO_N "(cached) $ECHO_C" >&6
4886else 4350else
4887 case $TIC in 4351 case $TIC in
4888 [\\/]* | ?:[\\/]*) 4352 [\\/]* | ?:[\\/]*)
4893for as_dir in $PATH 4357for as_dir in $PATH
4894do 4358do
4895 IFS=$as_save_IFS 4359 IFS=$as_save_IFS
4896 test -z "$as_dir" && as_dir=. 4360 test -z "$as_dir" && as_dir=.
4897 for ac_exec_ext in '' $ac_executable_extensions; do 4361 for ac_exec_ext in '' $ac_executable_extensions; do
4898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4899 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext" 4363 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
4900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4364 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4901 break 2 4365 break 2
4902 fi 4366 fi
4903done 4367done
4904done 4368done
4905IFS=$as_save_IFS
4906 4369
4907 ;; 4370 ;;
4908esac 4371esac
4909fi 4372fi
4910TIC=$ac_cv_path_TIC 4373TIC=$ac_cv_path_TIC
4374
4911if test -n "$TIC"; then 4375if test -n "$TIC"; then
4912 { echo "$as_me:$LINENO: result: $TIC" >&5 4376 echo "$as_me:$LINENO: result: $TIC" >&5
4913echo "${ECHO_T}$TIC" >&6; } 4377echo "${ECHO_T}$TIC" >&6
4914else 4378else
4915 { echo "$as_me:$LINENO: result: no" >&5 4379 echo "$as_me:$LINENO: result: no" >&5
4916echo "${ECHO_T}no" >&6; } 4380echo "${ECHO_T}no" >&6
4917fi 4381fi
4918 4382
4919 4383
4920 4384
4921 4385
4922
4923ac_ext=cpp 4386ac_ext=cc
4924ac_cpp='$CXXCPP $CPPFLAGS' 4387ac_cpp='$CXXCPP $CPPFLAGS'
4925ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4388ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4926ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4389ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4927ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4390ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4928{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4391echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4929echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 4392echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4930if test -z "$CXXCPP"; then 4393if test -z "$CXXCPP"; then
4931 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4394 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4932 echo $ECHO_N "(cached) $ECHO_C" >&6 4395 echo $ECHO_N "(cached) $ECHO_C" >&6
4933else 4396else
4934 # Double quotes because CXXCPP needs to be expanded 4397 # Double quotes because CXXCPP needs to be expanded
4954#else 4417#else
4955# include <assert.h> 4418# include <assert.h>
4956#endif 4419#endif
4957 Syntax error 4420 Syntax error
4958_ACEOF 4421_ACEOF
4959if { (ac_try="$ac_cpp conftest.$ac_ext" 4422if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4960case "(($ac_try" in
4961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4962 *) ac_try_echo=$ac_try;;
4963esac
4964eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4965 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4423 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4966 ac_status=$? 4424 ac_status=$?
4967 grep -v '^ *+' conftest.er1 >conftest.err 4425 grep -v '^ *+' conftest.er1 >conftest.err
4968 rm -f conftest.er1 4426 rm -f conftest.er1
4969 cat conftest.err >&5 4427 cat conftest.err >&5
4970 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4971 (exit $ac_status); } >/dev/null && { 4429 (exit $ac_status); } >/dev/null; then
4972 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4973 test ! -s conftest.err 4430 if test -s conftest.err; then
4974 }; then 4431 ac_cpp_err=$ac_cxx_preproc_warn_flag
4432 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4433 else
4434 ac_cpp_err=
4435 fi
4436else
4437 ac_cpp_err=yes
4438fi
4439if test -z "$ac_cpp_err"; then
4975 : 4440 :
4976else 4441else
4977 echo "$as_me: failed program was:" >&5 4442 echo "$as_me: failed program was:" >&5
4978sed 's/^/| /' conftest.$ac_ext >&5 4443sed 's/^/| /' conftest.$ac_ext >&5
4979 4444
4980 # Broken: fails on valid input. 4445 # Broken: fails on valid input.
4981continue 4446continue
4982fi 4447fi
4983
4984rm -f conftest.err conftest.$ac_ext 4448rm -f conftest.err conftest.$ac_ext
4985 4449
4986 # OK, works on sane cases. Now check whether nonexistent headers 4450 # OK, works on sane cases. Now check whether non-existent headers
4987 # can be detected and how. 4451 # can be detected and how.
4988 cat >conftest.$ac_ext <<_ACEOF 4452 cat >conftest.$ac_ext <<_ACEOF
4989/* confdefs.h. */ 4453/* confdefs.h. */
4990_ACEOF 4454_ACEOF
4991cat confdefs.h >>conftest.$ac_ext 4455cat confdefs.h >>conftest.$ac_ext
4992cat >>conftest.$ac_ext <<_ACEOF 4456cat >>conftest.$ac_ext <<_ACEOF
4993/* end confdefs.h. */ 4457/* end confdefs.h. */
4994#include <ac_nonexistent.h> 4458#include <ac_nonexistent.h>
4995_ACEOF 4459_ACEOF
4996if { (ac_try="$ac_cpp conftest.$ac_ext" 4460if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4997case "(($ac_try" in
4998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4999 *) ac_try_echo=$ac_try;;
5000esac
5001eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4461 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5003 ac_status=$? 4462 ac_status=$?
5004 grep -v '^ *+' conftest.er1 >conftest.err 4463 grep -v '^ *+' conftest.er1 >conftest.err
5005 rm -f conftest.er1 4464 rm -f conftest.er1
5006 cat conftest.err >&5 4465 cat conftest.err >&5
5007 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5008 (exit $ac_status); } >/dev/null && { 4467 (exit $ac_status); } >/dev/null; then
5009 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5010 test ! -s conftest.err 4468 if test -s conftest.err; then
5011 }; then 4469 ac_cpp_err=$ac_cxx_preproc_warn_flag
4470 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4471 else
4472 ac_cpp_err=
4473 fi
4474else
4475 ac_cpp_err=yes
4476fi
4477if test -z "$ac_cpp_err"; then
5012 # Broken: success on invalid input. 4478 # Broken: success on invalid input.
5013continue 4479continue
5014else 4480else
5015 echo "$as_me: failed program was:" >&5 4481 echo "$as_me: failed program was:" >&5
5016sed 's/^/| /' conftest.$ac_ext >&5 4482sed 's/^/| /' conftest.$ac_ext >&5
5017 4483
5018 # Passes both tests. 4484 # Passes both tests.
5019ac_preproc_ok=: 4485ac_preproc_ok=:
5020break 4486break
5021fi 4487fi
5022
5023rm -f conftest.err conftest.$ac_ext 4488rm -f conftest.err conftest.$ac_ext
5024 4489
5025done 4490done
5026# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4491# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5027rm -f conftest.err conftest.$ac_ext 4492rm -f conftest.err conftest.$ac_ext
5035fi 4500fi
5036 CXXCPP=$ac_cv_prog_CXXCPP 4501 CXXCPP=$ac_cv_prog_CXXCPP
5037else 4502else
5038 ac_cv_prog_CXXCPP=$CXXCPP 4503 ac_cv_prog_CXXCPP=$CXXCPP
5039fi 4504fi
5040{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 4505echo "$as_me:$LINENO: result: $CXXCPP" >&5
5041echo "${ECHO_T}$CXXCPP" >&6; } 4506echo "${ECHO_T}$CXXCPP" >&6
5042ac_preproc_ok=false 4507ac_preproc_ok=false
5043for ac_cxx_preproc_warn_flag in '' yes 4508for ac_cxx_preproc_warn_flag in '' yes
5044do 4509do
5045 # Use a header file that comes with gcc, so configuring glibc 4510 # Use a header file that comes with gcc, so configuring glibc
5046 # with a fresh cross-compiler works. 4511 # with a fresh cross-compiler works.
5059#else 4524#else
5060# include <assert.h> 4525# include <assert.h>
5061#endif 4526#endif
5062 Syntax error 4527 Syntax error
5063_ACEOF 4528_ACEOF
5064if { (ac_try="$ac_cpp conftest.$ac_ext" 4529if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5065case "(($ac_try" in
5066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5067 *) ac_try_echo=$ac_try;;
5068esac
5069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4530 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5071 ac_status=$? 4531 ac_status=$?
5072 grep -v '^ *+' conftest.er1 >conftest.err 4532 grep -v '^ *+' conftest.er1 >conftest.err
5073 rm -f conftest.er1 4533 rm -f conftest.er1
5074 cat conftest.err >&5 4534 cat conftest.err >&5
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); } >/dev/null && { 4536 (exit $ac_status); } >/dev/null; then
5077 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5078 test ! -s conftest.err 4537 if test -s conftest.err; then
5079 }; then 4538 ac_cpp_err=$ac_cxx_preproc_warn_flag
4539 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4540 else
4541 ac_cpp_err=
4542 fi
4543else
4544 ac_cpp_err=yes
4545fi
4546if test -z "$ac_cpp_err"; then
5080 : 4547 :
5081else 4548else
5082 echo "$as_me: failed program was:" >&5 4549 echo "$as_me: failed program was:" >&5
5083sed 's/^/| /' conftest.$ac_ext >&5 4550sed 's/^/| /' conftest.$ac_ext >&5
5084 4551
5085 # Broken: fails on valid input. 4552 # Broken: fails on valid input.
5086continue 4553continue
5087fi 4554fi
5088
5089rm -f conftest.err conftest.$ac_ext 4555rm -f conftest.err conftest.$ac_ext
5090 4556
5091 # OK, works on sane cases. Now check whether nonexistent headers 4557 # OK, works on sane cases. Now check whether non-existent headers
5092 # can be detected and how. 4558 # can be detected and how.
5093 cat >conftest.$ac_ext <<_ACEOF 4559 cat >conftest.$ac_ext <<_ACEOF
5094/* confdefs.h. */ 4560/* confdefs.h. */
5095_ACEOF 4561_ACEOF
5096cat confdefs.h >>conftest.$ac_ext 4562cat confdefs.h >>conftest.$ac_ext
5097cat >>conftest.$ac_ext <<_ACEOF 4563cat >>conftest.$ac_ext <<_ACEOF
5098/* end confdefs.h. */ 4564/* end confdefs.h. */
5099#include <ac_nonexistent.h> 4565#include <ac_nonexistent.h>
5100_ACEOF 4566_ACEOF
5101if { (ac_try="$ac_cpp conftest.$ac_ext" 4567if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5102case "(($ac_try" in
5103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5104 *) ac_try_echo=$ac_try;;
5105esac
5106eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4568 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5108 ac_status=$? 4569 ac_status=$?
5109 grep -v '^ *+' conftest.er1 >conftest.err 4570 grep -v '^ *+' conftest.er1 >conftest.err
5110 rm -f conftest.er1 4571 rm -f conftest.er1
5111 cat conftest.err >&5 4572 cat conftest.err >&5
5112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5113 (exit $ac_status); } >/dev/null && { 4574 (exit $ac_status); } >/dev/null; then
5114 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5115 test ! -s conftest.err 4575 if test -s conftest.err; then
5116 }; then 4576 ac_cpp_err=$ac_cxx_preproc_warn_flag
4577 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4578 else
4579 ac_cpp_err=
4580 fi
4581else
4582 ac_cpp_err=yes
4583fi
4584if test -z "$ac_cpp_err"; then
5117 # Broken: success on invalid input. 4585 # Broken: success on invalid input.
5118continue 4586continue
5119else 4587else
5120 echo "$as_me: failed program was:" >&5 4588 echo "$as_me: failed program was:" >&5
5121sed 's/^/| /' conftest.$ac_ext >&5 4589sed 's/^/| /' conftest.$ac_ext >&5
5122 4590
5123 # Passes both tests. 4591 # Passes both tests.
5124ac_preproc_ok=: 4592ac_preproc_ok=:
5125break 4593break
5126fi 4594fi
5127
5128rm -f conftest.err conftest.$ac_ext 4595rm -f conftest.err conftest.$ac_ext
5129 4596
5130done 4597done
5131# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4598# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5132rm -f conftest.err conftest.$ac_ext 4599rm -f conftest.err conftest.$ac_ext
5138echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4605echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5139See \`config.log' for more details." >&2;} 4606See \`config.log' for more details." >&2;}
5140 { (exit 1); exit 1; }; } 4607 { (exit 1); exit 1; }; }
5141fi 4608fi
5142 4609
5143ac_ext=cpp 4610ac_ext=cc
5144ac_cpp='$CXXCPP $CPPFLAGS' 4611ac_cpp='$CXXCPP $CPPFLAGS'
5145ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4612ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5146ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4613ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5147ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4614ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5148 4615
5149 4616
5150{ echo "$as_me:$LINENO: checking for X" >&5 4617echo "$as_me:$LINENO: checking for X" >&5
5151echo $ECHO_N "checking for X... $ECHO_C" >&6; } 4618echo $ECHO_N "checking for X... $ECHO_C" >&6
5152 4619
5153 4620
5154# Check whether --with-x was given. 4621# Check whether --with-x or --without-x was given.
5155if test "${with_x+set}" = set; then 4622if test "${with_x+set}" = set; then
5156 withval=$with_x; 4623 withval="$with_x"
4624
5157fi 4625fi;
5158
5159# $have_x is `yes', `no', `disabled', or empty when we do not yet know. 4626# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
5160if test "x$with_x" = xno; then 4627if test "x$with_x" = xno; then
5161 # The user explicitly disabled X. 4628 # The user explicitly disabled X.
5162 have_x=disabled 4629 have_x=disabled
5163else 4630else
5164 case $x_includes,$x_libraries in #( 4631 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5165 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 4632 # Both variables are already set.
5166echo "$as_me: error: Cannot use X directory names containing '" >&2;} 4633 have_x=yes
5167 { (exit 1); exit 1; }; };; #( 4634 else
5168 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 4635 if test "${ac_cv_have_x+set}" = set; then
5169 echo $ECHO_N "(cached) $ECHO_C" >&6 4636 echo $ECHO_N "(cached) $ECHO_C" >&6
5170else 4637else
5171 # One or both of the vars are not set, and there is no cached value. 4638 # One or both of the vars are not set, and there is no cached value.
5172ac_x_includes=no ac_x_libraries=no 4639ac_x_includes=no ac_x_libraries=no
5173rm -f -r conftest.dir 4640rm -fr conftest.dir
5174if mkdir conftest.dir; then 4641if mkdir conftest.dir; then
5175 cd conftest.dir 4642 cd conftest.dir
4643 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5176 cat >Imakefile <<'_ACEOF' 4644 cat >Imakefile <<'_ACEOF'
5177incroot: 4645acfindx:
5178 @echo incroot='${INCROOT}' 4646 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5179usrlibdir:
5180 @echo usrlibdir='${USRLIBDIR}'
5181libdir:
5182 @echo libdir='${LIBDIR}'
5183_ACEOF 4647_ACEOF
5184 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 4648 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
5185 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4649 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5186 for ac_var in incroot usrlibdir libdir; do 4650 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5187 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5188 done
5189 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 4651 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5190 for ac_extension in a so sl; do 4652 for ac_extension in a so sl; do
5191 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 4653 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5192 test -f "$ac_im_libdir/libX11.$ac_extension"; then 4654 test -f $ac_im_libdir/libX11.$ac_extension; then
5193 ac_im_usrlibdir=$ac_im_libdir; break 4655 ac_im_usrlibdir=$ac_im_libdir; break
5194 fi 4656 fi
5195 done 4657 done
5196 # Screen out bogus values from the imake configuration. They are 4658 # Screen out bogus values from the imake configuration. They are
5197 # bogus both because they are the default anyway, and because 4659 # bogus both because they are the default anyway, and because
5198 # using them would break gcc on systems where it needs fixed includes. 4660 # using them would break gcc on systems where it needs fixed includes.
5199 case $ac_im_incroot in 4661 case $ac_im_incroot in
5200 /usr/include) ac_x_includes= ;; 4662 /usr/include) ;;
5201 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; 4663 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
5202 esac 4664 esac
5203 case $ac_im_usrlibdir in 4665 case $ac_im_usrlibdir in
5204 /usr/lib | /lib) ;; 4666 /usr/lib | /lib) ;;
5205 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 4667 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5206 esac 4668 esac
5207 fi 4669 fi
5208 cd .. 4670 cd ..
5209 rm -f -r conftest.dir 4671 rm -fr conftest.dir
5210fi 4672fi
5211 4673
5212# Standard set of common directories for X headers. 4674# Standard set of common directories for X headers.
5213# Check X11 before X11Rn because it is often a symlink to the current release. 4675# Check X11 before X11Rn because it is often a symlink to the current release.
5214ac_x_header_dirs=' 4676ac_x_header_dirs='
5245 4707
5246/usr/openwin/include 4708/usr/openwin/include
5247/usr/openwin/share/include' 4709/usr/openwin/share/include'
5248 4710
5249if test "$ac_x_includes" = no; then 4711if test "$ac_x_includes" = no; then
5250 # Guess where to find include files, by looking for Xlib.h. 4712 # Guess where to find include files, by looking for Intrinsic.h.
5251 # First, try using that file with no special directory specified. 4713 # First, try using that file with no special directory specified.
5252 cat >conftest.$ac_ext <<_ACEOF 4714 cat >conftest.$ac_ext <<_ACEOF
5253/* confdefs.h. */ 4715/* confdefs.h. */
5254_ACEOF 4716_ACEOF
5255cat confdefs.h >>conftest.$ac_ext 4717cat confdefs.h >>conftest.$ac_ext
5256cat >>conftest.$ac_ext <<_ACEOF 4718cat >>conftest.$ac_ext <<_ACEOF
5257/* end confdefs.h. */ 4719/* end confdefs.h. */
5258#include <X11/Xlib.h> 4720#include <X11/Intrinsic.h>
5259_ACEOF 4721_ACEOF
5260if { (ac_try="$ac_cpp conftest.$ac_ext" 4722if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5261case "(($ac_try" in
5262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5263 *) ac_try_echo=$ac_try;;
5264esac
5265eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5266 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4723 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5267 ac_status=$? 4724 ac_status=$?
5268 grep -v '^ *+' conftest.er1 >conftest.err 4725 grep -v '^ *+' conftest.er1 >conftest.err
5269 rm -f conftest.er1 4726 rm -f conftest.er1
5270 cat conftest.err >&5 4727 cat conftest.err >&5
5271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5272 (exit $ac_status); } >/dev/null && { 4729 (exit $ac_status); } >/dev/null; then
5273 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5274 test ! -s conftest.err 4730 if test -s conftest.err; then
5275 }; then 4731 ac_cpp_err=$ac_cxx_preproc_warn_flag
4732 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4733 else
4734 ac_cpp_err=
4735 fi
4736else
4737 ac_cpp_err=yes
4738fi
4739if test -z "$ac_cpp_err"; then
5276 # We can compile using X headers with no special include directory. 4740 # We can compile using X headers with no special include directory.
5277ac_x_includes= 4741ac_x_includes=
5278else 4742else
5279 echo "$as_me: failed program was:" >&5 4743 echo "$as_me: failed program was:" >&5
5280sed 's/^/| /' conftest.$ac_ext >&5 4744sed 's/^/| /' conftest.$ac_ext >&5
5281 4745
5282 for ac_dir in $ac_x_header_dirs; do 4746 for ac_dir in $ac_x_header_dirs; do
5283 if test -r "$ac_dir/X11/Xlib.h"; then 4747 if test -r "$ac_dir/X11/Intrinsic.h"; then
5284 ac_x_includes=$ac_dir 4748 ac_x_includes=$ac_dir
5285 break 4749 break
5286 fi 4750 fi
5287done 4751done
5288fi 4752fi
5289
5290rm -f conftest.err conftest.$ac_ext 4753rm -f conftest.err conftest.$ac_ext
5291fi # $ac_x_includes = no 4754fi # $ac_x_includes = no
5292 4755
5293if test "$ac_x_libraries" = no; then 4756if test "$ac_x_libraries" = no; then
5294 # Check for the libraries. 4757 # Check for the libraries.
5295 # See if we find them without any special options. 4758 # See if we find them without any special options.
5296 # Don't add to $LIBS permanently. 4759 # Don't add to $LIBS permanently.
5297 ac_save_LIBS=$LIBS 4760 ac_save_LIBS=$LIBS
5298 LIBS="-lX11 $LIBS" 4761 LIBS="-lXt $LIBS"
5299 cat >conftest.$ac_ext <<_ACEOF 4762 cat >conftest.$ac_ext <<_ACEOF
5300/* confdefs.h. */ 4763/* confdefs.h. */
5301_ACEOF 4764_ACEOF
5302cat confdefs.h >>conftest.$ac_ext 4765cat confdefs.h >>conftest.$ac_ext
5303cat >>conftest.$ac_ext <<_ACEOF 4766cat >>conftest.$ac_ext <<_ACEOF
5304/* end confdefs.h. */ 4767/* end confdefs.h. */
5305#include <X11/Xlib.h> 4768#include <X11/Intrinsic.h>
5306int 4769int
5307main () 4770main ()
5308{ 4771{
5309XrmInitialize () 4772XtMalloc (0)
5310 ; 4773 ;
5311 return 0; 4774 return 0;
5312} 4775}
5313_ACEOF 4776_ACEOF
5314rm -f conftest.$ac_objext conftest$ac_exeext 4777rm -f conftest.$ac_objext conftest$ac_exeext
5315if { (ac_try="$ac_link"
5316case "(($ac_try" in
5317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5318 *) ac_try_echo=$ac_try;;
5319esac
5320eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4778if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5321 (eval "$ac_link") 2>conftest.er1 4779 (eval $ac_link) 2>conftest.er1
5322 ac_status=$? 4780 ac_status=$?
5323 grep -v '^ *+' conftest.er1 >conftest.err 4781 grep -v '^ *+' conftest.er1 >conftest.err
5324 rm -f conftest.er1 4782 rm -f conftest.er1
5325 cat conftest.err >&5 4783 cat conftest.err >&5
5326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5327 (exit $ac_status); } && { 4785 (exit $ac_status); } &&
5328 test -z "$ac_cxx_werror_flag" || 4786 { ac_try='test -z "$ac_cxx_werror_flag"
5329 test ! -s conftest.err 4787 || test ! -s conftest.err'
5330 } && test -s conftest$ac_exeext && 4788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5331 $as_test_x conftest$ac_exeext; then 4789 (eval $ac_try) 2>&5
4790 ac_status=$?
4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4792 (exit $ac_status); }; } &&
4793 { ac_try='test -s conftest$ac_exeext'
4794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4795 (eval $ac_try) 2>&5
4796 ac_status=$?
4797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4798 (exit $ac_status); }; }; then
5332 LIBS=$ac_save_LIBS 4799 LIBS=$ac_save_LIBS
5333# We can link X programs with no special library path. 4800# We can link X programs with no special library path.
5334ac_x_libraries= 4801ac_x_libraries=
5335else 4802else
5336 echo "$as_me: failed program was:" >&5 4803 echo "$as_me: failed program was:" >&5
5337sed 's/^/| /' conftest.$ac_ext >&5 4804sed 's/^/| /' conftest.$ac_ext >&5
5338 4805
5339 LIBS=$ac_save_LIBS 4806LIBS=$ac_save_LIBS
5340for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 4807for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
5341do 4808do
5342 # Don't even attempt the hair of trying to link an X program! 4809 # Don't even attempt the hair of trying to link an X program!
5343 for ac_extension in a so sl; do 4810 for ac_extension in a so sl; do
5344 if test -r "$ac_dir/libX11.$ac_extension"; then 4811 if test -r $ac_dir/libXt.$ac_extension; then
5345 ac_x_libraries=$ac_dir 4812 ac_x_libraries=$ac_dir
5346 break 2 4813 break 2
5347 fi 4814 fi
5348 done 4815 done
5349done 4816done
5350fi 4817fi
5351 4818rm -f conftest.err conftest.$ac_objext \
5352rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5353 conftest$ac_exeext conftest.$ac_ext 4819 conftest$ac_exeext conftest.$ac_ext
5354fi # $ac_x_libraries = no 4820fi # $ac_x_libraries = no
5355 4821
5356case $ac_x_includes,$ac_x_libraries in #( 4822if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5357 no,* | *,no | *\'*) 4823 # Didn't find X anywhere. Cache the known absence of X.
5358 # Didn't find X, or a directory has "'" in its name.
5359 ac_cv_have_x="have_x=no";; #( 4824 ac_cv_have_x="have_x=no"
5360 *) 4825else
5361 # Record where we found X for the cache. 4826 # Record where we found X for the cache.
5362 ac_cv_have_x="have_x=yes\ 4827 ac_cv_have_x="have_x=yes \
5363 ac_x_includes='$ac_x_includes'\ 4828 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5364 ac_x_libraries='$ac_x_libraries'"
5365esac
5366fi 4829fi
5367;; #( 4830fi
5368 *) have_x=yes;; 4831
5369 esac 4832 fi
5370 eval "$ac_cv_have_x" 4833 eval "$ac_cv_have_x"
5371fi # $with_x != no 4834fi # $with_x != no
5372 4835
5373if test "$have_x" != yes; then 4836if test "$have_x" != yes; then
5374 { echo "$as_me:$LINENO: result: $have_x" >&5 4837 echo "$as_me:$LINENO: result: $have_x" >&5
5375echo "${ECHO_T}$have_x" >&6; } 4838echo "${ECHO_T}$have_x" >&6
5376 no_x=yes 4839 no_x=yes
5377else 4840else
5378 # If each of the values was on the command line, it overrides each guess. 4841 # If each of the values was on the command line, it overrides each guess.
5379 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 4842 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5380 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 4843 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5381 # Update the cache value to reflect the command line values. 4844 # Update the cache value to reflect the command line values.
5382 ac_cv_have_x="have_x=yes\ 4845 ac_cv_have_x="have_x=yes \
5383 ac_x_includes='$x_includes'\ 4846 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5384 ac_x_libraries='$x_libraries'"
5385 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 4847 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
5386echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 4848echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5387fi 4849fi
5388 4850
5389if test "$no_x" = yes; then 4851if test "$no_x" = yes; then
5390 # Not all programs may use this symbol, but it does not hurt to define it. 4852 # Not all programs may use this symbol, but it does not hurt to define it.
5391 4853
5402 # It would also be nice to do this for all -L options, not just this one. 4864 # It would also be nice to do this for all -L options, not just this one.
5403 if test -n "$x_libraries"; then 4865 if test -n "$x_libraries"; then
5404 X_LIBS="$X_LIBS -L$x_libraries" 4866 X_LIBS="$X_LIBS -L$x_libraries"
5405 # For Solaris; some versions of Sun CC require a space after -R and 4867 # For Solaris; some versions of Sun CC require a space after -R and
5406 # others require no space. Words are not sufficient . . . . 4868 # others require no space. Words are not sufficient . . . .
4869 case `(uname -sr) 2>/dev/null` in
4870 "SunOS 5"*)
5407 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 4871 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
5408echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 4872echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
5409 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 4873 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5410 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5411 ac_cxx_werror_flag=yes
5412 cat >conftest.$ac_ext <<_ACEOF 4874 cat >conftest.$ac_ext <<_ACEOF
5413/* confdefs.h. */ 4875/* confdefs.h. */
5414_ACEOF 4876_ACEOF
5415cat confdefs.h >>conftest.$ac_ext 4877cat confdefs.h >>conftest.$ac_ext
5416cat >>conftest.$ac_ext <<_ACEOF 4878cat >>conftest.$ac_ext <<_ACEOF
5417/* end confdefs.h. */ 4879/* end confdefs.h. */
5423 ; 4885 ;
5424 return 0; 4886 return 0;
5425} 4887}
5426_ACEOF 4888_ACEOF
5427rm -f conftest.$ac_objext conftest$ac_exeext 4889rm -f conftest.$ac_objext conftest$ac_exeext
5428if { (ac_try="$ac_link"
5429case "(($ac_try" in
5430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5431 *) ac_try_echo=$ac_try;;
5432esac
5433eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5434 (eval "$ac_link") 2>conftest.er1 4891 (eval $ac_link) 2>conftest.er1
5435 ac_status=$? 4892 ac_status=$?
5436 grep -v '^ *+' conftest.er1 >conftest.err 4893 grep -v '^ *+' conftest.er1 >conftest.err
5437 rm -f conftest.er1 4894 rm -f conftest.er1
5438 cat conftest.err >&5 4895 cat conftest.err >&5
5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); } && { 4897 (exit $ac_status); } &&
5441 test -z "$ac_cxx_werror_flag" || 4898 { ac_try='test -z "$ac_cxx_werror_flag"
5442 test ! -s conftest.err 4899 || test ! -s conftest.err'
5443 } && test -s conftest$ac_exeext && 4900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5444 $as_test_x conftest$ac_exeext; then 4901 (eval $ac_try) 2>&5
5445 { echo "$as_me:$LINENO: result: no" >&5 4902 ac_status=$?
5446echo "${ECHO_T}no" >&6; } 4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 X_LIBS="$X_LIBS -R$x_libraries" 4904 (exit $ac_status); }; } &&
4905 { ac_try='test -s conftest$ac_exeext'
4906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4907 (eval $ac_try) 2>&5
4908 ac_status=$?
4909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4910 (exit $ac_status); }; }; then
4911 ac_R_nospace=yes
5448else 4912else
5449 echo "$as_me: failed program was:" >&5 4913 echo "$as_me: failed program was:" >&5
5450sed 's/^/| /' conftest.$ac_ext >&5 4914sed 's/^/| /' conftest.$ac_ext >&5
5451 4915
4916ac_R_nospace=no
4917fi
4918rm -f conftest.err conftest.$ac_objext \
4919 conftest$ac_exeext conftest.$ac_ext
4920 if test $ac_R_nospace = yes; then
4921 echo "$as_me:$LINENO: result: no" >&5
4922echo "${ECHO_T}no" >&6
4923 X_LIBS="$X_LIBS -R$x_libraries"
4924 else
5452 LIBS="$ac_xsave_LIBS -R $x_libraries" 4925 LIBS="$ac_xsave_LIBS -R $x_libraries"
5453 cat >conftest.$ac_ext <<_ACEOF 4926 cat >conftest.$ac_ext <<_ACEOF
5454/* confdefs.h. */ 4927/* confdefs.h. */
5455_ACEOF 4928_ACEOF
5456cat confdefs.h >>conftest.$ac_ext 4929cat confdefs.h >>conftest.$ac_ext
5457cat >>conftest.$ac_ext <<_ACEOF 4930cat >>conftest.$ac_ext <<_ACEOF
5458/* end confdefs.h. */ 4931/* end confdefs.h. */
5464 ; 4937 ;
5465 return 0; 4938 return 0;
5466} 4939}
5467_ACEOF 4940_ACEOF
5468rm -f conftest.$ac_objext conftest$ac_exeext 4941rm -f conftest.$ac_objext conftest$ac_exeext
5469if { (ac_try="$ac_link"
5470case "(($ac_try" in
5471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5472 *) ac_try_echo=$ac_try;;
5473esac
5474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5475 (eval "$ac_link") 2>conftest.er1 4943 (eval $ac_link) 2>conftest.er1
5476 ac_status=$? 4944 ac_status=$?
5477 grep -v '^ *+' conftest.er1 >conftest.err 4945 grep -v '^ *+' conftest.er1 >conftest.err
5478 rm -f conftest.er1 4946 rm -f conftest.er1
5479 cat conftest.err >&5 4947 cat conftest.err >&5
5480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5481 (exit $ac_status); } && { 4949 (exit $ac_status); } &&
5482 test -z "$ac_cxx_werror_flag" || 4950 { ac_try='test -z "$ac_cxx_werror_flag"
5483 test ! -s conftest.err 4951 || test ! -s conftest.err'
5484 } && test -s conftest$ac_exeext && 4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5485 $as_test_x conftest$ac_exeext; then 4953 (eval $ac_try) 2>&5
5486 { echo "$as_me:$LINENO: result: yes" >&5 4954 ac_status=$?
5487echo "${ECHO_T}yes" >&6; } 4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5488 X_LIBS="$X_LIBS -R $x_libraries" 4956 (exit $ac_status); }; } &&
4957 { ac_try='test -s conftest$ac_exeext'
4958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4959 (eval $ac_try) 2>&5
4960 ac_status=$?
4961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4962 (exit $ac_status); }; }; then
4963 ac_R_space=yes
5489else 4964else
5490 echo "$as_me: failed program was:" >&5 4965 echo "$as_me: failed program was:" >&5
5491sed 's/^/| /' conftest.$ac_ext >&5 4966sed 's/^/| /' conftest.$ac_ext >&5
5492 4967
5493 { echo "$as_me:$LINENO: result: neither works" >&5 4968ac_R_space=no
5494echo "${ECHO_T}neither works" >&6; }
5495fi 4969fi
5496 4970rm -f conftest.err conftest.$ac_objext \
5497rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5498 conftest$ac_exeext conftest.$ac_ext 4971 conftest$ac_exeext conftest.$ac_ext
4972 if test $ac_R_space = yes; then
4973 echo "$as_me:$LINENO: result: yes" >&5
4974echo "${ECHO_T}yes" >&6
4975 X_LIBS="$X_LIBS -R $x_libraries"
4976 else
4977 echo "$as_me:$LINENO: result: neither works" >&5
4978echo "${ECHO_T}neither works" >&6
5499fi 4979 fi
5500 4980 fi
5501rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5502 conftest$ac_exeext conftest.$ac_ext
5503 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5504 LIBS=$ac_xsave_LIBS 4981 LIBS=$ac_xsave_LIBS
4982 esac
5505 fi 4983 fi
5506 4984
5507 # Check for system-dependent libraries X programs must link with. 4985 # Check for system-dependent libraries X programs must link with.
5508 # Do this before checking for the system-independent R6 libraries 4986 # Do this before checking for the system-independent R6 libraries
5509 # (-lICE), since we may need -lsocket or whatever for X linking. 4987 # (-lICE), since we may need -lsocket or whatever for X linking.
5520_ACEOF 4998_ACEOF
5521cat confdefs.h >>conftest.$ac_ext 4999cat confdefs.h >>conftest.$ac_ext
5522cat >>conftest.$ac_ext <<_ACEOF 5000cat >>conftest.$ac_ext <<_ACEOF
5523/* end confdefs.h. */ 5001/* end confdefs.h. */
5524 5002
5525/* Override any GCC internal prototype to avoid an error. 5003/* Override any gcc2 internal prototype to avoid an error. */
5526 Use char because int might match the return type of a GCC
5527 builtin and then its argument prototype would still apply. */
5528#ifdef __cplusplus 5004#ifdef __cplusplus
5529extern "C" 5005extern "C"
5530#endif 5006#endif
5007/* We use char because int might match the return type of a gcc2
5008 builtin and then its argument prototype would still apply. */
5531char XOpenDisplay (); 5009char XOpenDisplay ();
5532int 5010int
5533main () 5011main ()
5534{ 5012{
5535return XOpenDisplay (); 5013XOpenDisplay ();
5536 ; 5014 ;
5537 return 0; 5015 return 0;
5538} 5016}
5539_ACEOF 5017_ACEOF
5540rm -f conftest.$ac_objext conftest$ac_exeext 5018rm -f conftest.$ac_objext conftest$ac_exeext
5541if { (ac_try="$ac_link"
5542case "(($ac_try" in
5543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5544 *) ac_try_echo=$ac_try;;
5545esac
5546eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5019if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5547 (eval "$ac_link") 2>conftest.er1 5020 (eval $ac_link) 2>conftest.er1
5548 ac_status=$? 5021 ac_status=$?
5549 grep -v '^ *+' conftest.er1 >conftest.err 5022 grep -v '^ *+' conftest.er1 >conftest.err
5550 rm -f conftest.er1 5023 rm -f conftest.er1
5551 cat conftest.err >&5 5024 cat conftest.err >&5
5552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5553 (exit $ac_status); } && { 5026 (exit $ac_status); } &&
5554 test -z "$ac_cxx_werror_flag" || 5027 { ac_try='test -z "$ac_cxx_werror_flag"
5555 test ! -s conftest.err 5028 || test ! -s conftest.err'
5556 } && test -s conftest$ac_exeext && 5029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5557 $as_test_x conftest$ac_exeext; then 5030 (eval $ac_try) 2>&5
5031 ac_status=$?
5032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5033 (exit $ac_status); }; } &&
5034 { ac_try='test -s conftest$ac_exeext'
5035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5036 (eval $ac_try) 2>&5
5037 ac_status=$?
5038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5039 (exit $ac_status); }; }; then
5558 : 5040 :
5559else 5041else
5560 echo "$as_me: failed program was:" >&5 5042 echo "$as_me: failed program was:" >&5
5561sed 's/^/| /' conftest.$ac_ext >&5 5043sed 's/^/| /' conftest.$ac_ext >&5
5562 5044
5563 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5045echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5564echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5046echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5565if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5047if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5566 echo $ECHO_N "(cached) $ECHO_C" >&6 5048 echo $ECHO_N "(cached) $ECHO_C" >&6
5567else 5049else
5568 ac_check_lib_save_LIBS=$LIBS 5050 ac_check_lib_save_LIBS=$LIBS
5569LIBS="-ldnet $LIBS" 5051LIBS="-ldnet $LIBS"
5572_ACEOF 5054_ACEOF
5573cat confdefs.h >>conftest.$ac_ext 5055cat confdefs.h >>conftest.$ac_ext
5574cat >>conftest.$ac_ext <<_ACEOF 5056cat >>conftest.$ac_ext <<_ACEOF
5575/* end confdefs.h. */ 5057/* end confdefs.h. */
5576 5058
5577/* Override any GCC internal prototype to avoid an error. 5059/* Override any gcc2 internal prototype to avoid an error. */
5578 Use char because int might match the return type of a GCC
5579 builtin and then its argument prototype would still apply. */
5580#ifdef __cplusplus 5060#ifdef __cplusplus
5581extern "C" 5061extern "C"
5582#endif 5062#endif
5063/* We use char because int might match the return type of a gcc2
5064 builtin and then its argument prototype would still apply. */
5583char dnet_ntoa (); 5065char dnet_ntoa ();
5584int 5066int
5585main () 5067main ()
5586{ 5068{
5587return dnet_ntoa (); 5069dnet_ntoa ();
5588 ; 5070 ;
5589 return 0; 5071 return 0;
5590} 5072}
5591_ACEOF 5073_ACEOF
5592rm -f conftest.$ac_objext conftest$ac_exeext 5074rm -f conftest.$ac_objext conftest$ac_exeext
5593if { (ac_try="$ac_link"
5594case "(($ac_try" in
5595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5596 *) ac_try_echo=$ac_try;;
5597esac
5598eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5075if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5599 (eval "$ac_link") 2>conftest.er1 5076 (eval $ac_link) 2>conftest.er1
5600 ac_status=$? 5077 ac_status=$?
5601 grep -v '^ *+' conftest.er1 >conftest.err 5078 grep -v '^ *+' conftest.er1 >conftest.err
5602 rm -f conftest.er1 5079 rm -f conftest.er1
5603 cat conftest.err >&5 5080 cat conftest.err >&5
5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605 (exit $ac_status); } && { 5082 (exit $ac_status); } &&
5606 test -z "$ac_cxx_werror_flag" || 5083 { ac_try='test -z "$ac_cxx_werror_flag"
5607 test ! -s conftest.err 5084 || test ! -s conftest.err'
5608 } && test -s conftest$ac_exeext && 5085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5609 $as_test_x conftest$ac_exeext; then 5086 (eval $ac_try) 2>&5
5087 ac_status=$?
5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5089 (exit $ac_status); }; } &&
5090 { ac_try='test -s conftest$ac_exeext'
5091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5092 (eval $ac_try) 2>&5
5093 ac_status=$?
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); }; }; then
5610 ac_cv_lib_dnet_dnet_ntoa=yes 5096 ac_cv_lib_dnet_dnet_ntoa=yes
5611else 5097else
5612 echo "$as_me: failed program was:" >&5 5098 echo "$as_me: failed program was:" >&5
5613sed 's/^/| /' conftest.$ac_ext >&5 5099sed 's/^/| /' conftest.$ac_ext >&5
5614 5100
5615 ac_cv_lib_dnet_dnet_ntoa=no 5101ac_cv_lib_dnet_dnet_ntoa=no
5616fi 5102fi
5617 5103rm -f conftest.err conftest.$ac_objext \
5618rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5619 conftest$ac_exeext conftest.$ac_ext 5104 conftest$ac_exeext conftest.$ac_ext
5620LIBS=$ac_check_lib_save_LIBS 5105LIBS=$ac_check_lib_save_LIBS
5621fi 5106fi
5622{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5107echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5623echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5108echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5624if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5109if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5625 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5110 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5626fi 5111fi
5627 5112
5628 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5113 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5629 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5114 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
5630echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5115echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
5631if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5116if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5632 echo $ECHO_N "(cached) $ECHO_C" >&6 5117 echo $ECHO_N "(cached) $ECHO_C" >&6
5633else 5118else
5634 ac_check_lib_save_LIBS=$LIBS 5119 ac_check_lib_save_LIBS=$LIBS
5635LIBS="-ldnet_stub $LIBS" 5120LIBS="-ldnet_stub $LIBS"
5638_ACEOF 5123_ACEOF
5639cat confdefs.h >>conftest.$ac_ext 5124cat confdefs.h >>conftest.$ac_ext
5640cat >>conftest.$ac_ext <<_ACEOF 5125cat >>conftest.$ac_ext <<_ACEOF
5641/* end confdefs.h. */ 5126/* end confdefs.h. */
5642 5127
5643/* Override any GCC internal prototype to avoid an error. 5128/* Override any gcc2 internal prototype to avoid an error. */
5644 Use char because int might match the return type of a GCC
5645 builtin and then its argument prototype would still apply. */
5646#ifdef __cplusplus 5129#ifdef __cplusplus
5647extern "C" 5130extern "C"
5648#endif 5131#endif
5132/* We use char because int might match the return type of a gcc2
5133 builtin and then its argument prototype would still apply. */
5649char dnet_ntoa (); 5134char dnet_ntoa ();
5650int 5135int
5651main () 5136main ()
5652{ 5137{
5653return dnet_ntoa (); 5138dnet_ntoa ();
5654 ; 5139 ;
5655 return 0; 5140 return 0;
5656} 5141}
5657_ACEOF 5142_ACEOF
5658rm -f conftest.$ac_objext conftest$ac_exeext 5143rm -f conftest.$ac_objext conftest$ac_exeext
5659if { (ac_try="$ac_link"
5660case "(($ac_try" in
5661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5662 *) ac_try_echo=$ac_try;;
5663esac
5664eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5144if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5665 (eval "$ac_link") 2>conftest.er1 5145 (eval $ac_link) 2>conftest.er1
5666 ac_status=$? 5146 ac_status=$?
5667 grep -v '^ *+' conftest.er1 >conftest.err 5147 grep -v '^ *+' conftest.er1 >conftest.err
5668 rm -f conftest.er1 5148 rm -f conftest.er1
5669 cat conftest.err >&5 5149 cat conftest.err >&5
5670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671 (exit $ac_status); } && { 5151 (exit $ac_status); } &&
5672 test -z "$ac_cxx_werror_flag" || 5152 { ac_try='test -z "$ac_cxx_werror_flag"
5673 test ! -s conftest.err 5153 || test ! -s conftest.err'
5674 } && test -s conftest$ac_exeext && 5154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5675 $as_test_x conftest$ac_exeext; then 5155 (eval $ac_try) 2>&5
5156 ac_status=$?
5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); }; } &&
5159 { ac_try='test -s conftest$ac_exeext'
5160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5161 (eval $ac_try) 2>&5
5162 ac_status=$?
5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); }; }; then
5676 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5165 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5677else 5166else
5678 echo "$as_me: failed program was:" >&5 5167 echo "$as_me: failed program was:" >&5
5679sed 's/^/| /' conftest.$ac_ext >&5 5168sed 's/^/| /' conftest.$ac_ext >&5
5680 5169
5681 ac_cv_lib_dnet_stub_dnet_ntoa=no 5170ac_cv_lib_dnet_stub_dnet_ntoa=no
5682fi 5171fi
5683 5172rm -f conftest.err conftest.$ac_objext \
5684rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5685 conftest$ac_exeext conftest.$ac_ext 5173 conftest$ac_exeext conftest.$ac_ext
5686LIBS=$ac_check_lib_save_LIBS 5174LIBS=$ac_check_lib_save_LIBS
5687fi 5175fi
5688{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5176echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
5689echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5177echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5690if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5178if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5691 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5179 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5692fi 5180fi
5693 5181
5694 fi 5182 fi
5695fi 5183fi
5696 5184rm -f conftest.err conftest.$ac_objext \
5697rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5698 conftest$ac_exeext conftest.$ac_ext 5185 conftest$ac_exeext conftest.$ac_ext
5699 LIBS="$ac_xsave_LIBS" 5186 LIBS="$ac_xsave_LIBS"
5700 5187
5701 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 5188 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
5702 # to get the SysV transport functions. 5189 # to get the SysV transport functions.
5704 # needs -lnsl. 5191 # needs -lnsl.
5705 # The nsl library prevents programs from opening the X display 5192 # The nsl library prevents programs from opening the X display
5706 # on Irix 5.2, according to T.E. Dickey. 5193 # on Irix 5.2, according to T.E. Dickey.
5707 # The functions gethostbyname, getservbyname, and inet_addr are 5194 # The functions gethostbyname, getservbyname, and inet_addr are
5708 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5195 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
5709 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5196 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5710echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5197echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5711if test "${ac_cv_func_gethostbyname+set}" = set; then 5198if test "${ac_cv_func_gethostbyname+set}" = set; then
5712 echo $ECHO_N "(cached) $ECHO_C" >&6 5199 echo $ECHO_N "(cached) $ECHO_C" >&6
5713else 5200else
5714 cat >conftest.$ac_ext <<_ACEOF 5201 cat >conftest.$ac_ext <<_ACEOF
5715/* confdefs.h. */ 5202/* confdefs.h. */
5732# include <assert.h> 5219# include <assert.h>
5733#endif 5220#endif
5734 5221
5735#undef gethostbyname 5222#undef gethostbyname
5736 5223
5737/* Override any GCC internal prototype to avoid an error. 5224/* Override any gcc2 internal prototype to avoid an error. */
5738 Use char because int might match the return type of a GCC
5739 builtin and then its argument prototype would still apply. */
5740#ifdef __cplusplus 5225#ifdef __cplusplus
5741extern "C" 5226extern "C"
5227{
5742#endif 5228#endif
5229/* We use char because int might match the return type of a gcc2
5230 builtin and then its argument prototype would still apply. */
5743char gethostbyname (); 5231char gethostbyname ();
5744/* The GNU C library defines this for functions which it implements 5232/* The GNU C library defines this for functions which it implements
5745 to always fail with ENOSYS. Some functions are actually named 5233 to always fail with ENOSYS. Some functions are actually named
5746 something starting with __ and the normal name is an alias. */ 5234 something starting with __ and the normal name is an alias. */
5747#if defined __stub_gethostbyname || defined __stub___gethostbyname 5235#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5748choke me 5236choke me
5237#else
5238char (*f) () = gethostbyname;
5239#endif
5240#ifdef __cplusplus
5241}
5749#endif 5242#endif
5750 5243
5751int 5244int
5752main () 5245main ()
5753{ 5246{
5754return gethostbyname (); 5247return f != gethostbyname;
5755 ; 5248 ;
5756 return 0; 5249 return 0;
5757} 5250}
5758_ACEOF 5251_ACEOF
5759rm -f conftest.$ac_objext conftest$ac_exeext 5252rm -f conftest.$ac_objext conftest$ac_exeext
5760if { (ac_try="$ac_link"
5761case "(($ac_try" in
5762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5763 *) ac_try_echo=$ac_try;;
5764esac
5765eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5253if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5766 (eval "$ac_link") 2>conftest.er1 5254 (eval $ac_link) 2>conftest.er1
5767 ac_status=$? 5255 ac_status=$?
5768 grep -v '^ *+' conftest.er1 >conftest.err 5256 grep -v '^ *+' conftest.er1 >conftest.err
5769 rm -f conftest.er1 5257 rm -f conftest.er1
5770 cat conftest.err >&5 5258 cat conftest.err >&5
5771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772 (exit $ac_status); } && { 5260 (exit $ac_status); } &&
5773 test -z "$ac_cxx_werror_flag" || 5261 { ac_try='test -z "$ac_cxx_werror_flag"
5774 test ! -s conftest.err 5262 || test ! -s conftest.err'
5775 } && test -s conftest$ac_exeext && 5263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5776 $as_test_x conftest$ac_exeext; then 5264 (eval $ac_try) 2>&5
5265 ac_status=$?
5266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5267 (exit $ac_status); }; } &&
5268 { ac_try='test -s conftest$ac_exeext'
5269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5270 (eval $ac_try) 2>&5
5271 ac_status=$?
5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273 (exit $ac_status); }; }; then
5777 ac_cv_func_gethostbyname=yes 5274 ac_cv_func_gethostbyname=yes
5778else 5275else
5779 echo "$as_me: failed program was:" >&5 5276 echo "$as_me: failed program was:" >&5
5780sed 's/^/| /' conftest.$ac_ext >&5 5277sed 's/^/| /' conftest.$ac_ext >&5
5781 5278
5782 ac_cv_func_gethostbyname=no 5279ac_cv_func_gethostbyname=no
5783fi 5280fi
5784 5281rm -f conftest.err conftest.$ac_objext \
5785rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5786 conftest$ac_exeext conftest.$ac_ext 5282 conftest$ac_exeext conftest.$ac_ext
5787fi 5283fi
5788{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5284echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
5789echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5285echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
5790 5286
5791 if test $ac_cv_func_gethostbyname = no; then 5287 if test $ac_cv_func_gethostbyname = no; then
5792 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5288 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
5793echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5289echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5794if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5290if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5795 echo $ECHO_N "(cached) $ECHO_C" >&6 5291 echo $ECHO_N "(cached) $ECHO_C" >&6
5796else 5292else
5797 ac_check_lib_save_LIBS=$LIBS 5293 ac_check_lib_save_LIBS=$LIBS
5798LIBS="-lnsl $LIBS" 5294LIBS="-lnsl $LIBS"
5801_ACEOF 5297_ACEOF
5802cat confdefs.h >>conftest.$ac_ext 5298cat confdefs.h >>conftest.$ac_ext
5803cat >>conftest.$ac_ext <<_ACEOF 5299cat >>conftest.$ac_ext <<_ACEOF
5804/* end confdefs.h. */ 5300/* end confdefs.h. */
5805 5301
5806/* Override any GCC internal prototype to avoid an error. 5302/* Override any gcc2 internal prototype to avoid an error. */
5807 Use char because int might match the return type of a GCC
5808 builtin and then its argument prototype would still apply. */
5809#ifdef __cplusplus 5303#ifdef __cplusplus
5810extern "C" 5304extern "C"
5811#endif 5305#endif
5306/* We use char because int might match the return type of a gcc2
5307 builtin and then its argument prototype would still apply. */
5812char gethostbyname (); 5308char gethostbyname ();
5813int 5309int
5814main () 5310main ()
5815{ 5311{
5816return gethostbyname (); 5312gethostbyname ();
5817 ; 5313 ;
5818 return 0; 5314 return 0;
5819} 5315}
5820_ACEOF 5316_ACEOF
5821rm -f conftest.$ac_objext conftest$ac_exeext 5317rm -f conftest.$ac_objext conftest$ac_exeext
5822if { (ac_try="$ac_link"
5823case "(($ac_try" in
5824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5825 *) ac_try_echo=$ac_try;;
5826esac
5827eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5318if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5828 (eval "$ac_link") 2>conftest.er1 5319 (eval $ac_link) 2>conftest.er1
5829 ac_status=$? 5320 ac_status=$?
5830 grep -v '^ *+' conftest.er1 >conftest.err 5321 grep -v '^ *+' conftest.er1 >conftest.err
5831 rm -f conftest.er1 5322 rm -f conftest.er1
5832 cat conftest.err >&5 5323 cat conftest.err >&5
5833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5834 (exit $ac_status); } && { 5325 (exit $ac_status); } &&
5835 test -z "$ac_cxx_werror_flag" || 5326 { ac_try='test -z "$ac_cxx_werror_flag"
5836 test ! -s conftest.err 5327 || test ! -s conftest.err'
5837 } && test -s conftest$ac_exeext && 5328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5838 $as_test_x conftest$ac_exeext; then 5329 (eval $ac_try) 2>&5
5330 ac_status=$?
5331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5332 (exit $ac_status); }; } &&
5333 { ac_try='test -s conftest$ac_exeext'
5334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5335 (eval $ac_try) 2>&5
5336 ac_status=$?
5337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 (exit $ac_status); }; }; then
5839 ac_cv_lib_nsl_gethostbyname=yes 5339 ac_cv_lib_nsl_gethostbyname=yes
5840else 5340else
5841 echo "$as_me: failed program was:" >&5 5341 echo "$as_me: failed program was:" >&5
5842sed 's/^/| /' conftest.$ac_ext >&5 5342sed 's/^/| /' conftest.$ac_ext >&5
5843 5343
5844 ac_cv_lib_nsl_gethostbyname=no 5344ac_cv_lib_nsl_gethostbyname=no
5845fi 5345fi
5846 5346rm -f conftest.err conftest.$ac_objext \
5847rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5848 conftest$ac_exeext conftest.$ac_ext 5347 conftest$ac_exeext conftest.$ac_ext
5849LIBS=$ac_check_lib_save_LIBS 5348LIBS=$ac_check_lib_save_LIBS
5850fi 5349fi
5851{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5350echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
5852echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5351echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
5853if test $ac_cv_lib_nsl_gethostbyname = yes; then 5352if test $ac_cv_lib_nsl_gethostbyname = yes; then
5854 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5353 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
5855fi 5354fi
5856 5355
5857 if test $ac_cv_lib_nsl_gethostbyname = no; then 5356 if test $ac_cv_lib_nsl_gethostbyname = no; then
5858 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5357 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
5859echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5358echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
5860if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5359if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
5861 echo $ECHO_N "(cached) $ECHO_C" >&6 5360 echo $ECHO_N "(cached) $ECHO_C" >&6
5862else 5361else
5863 ac_check_lib_save_LIBS=$LIBS 5362 ac_check_lib_save_LIBS=$LIBS
5864LIBS="-lbsd $LIBS" 5363LIBS="-lbsd $LIBS"
5867_ACEOF 5366_ACEOF
5868cat confdefs.h >>conftest.$ac_ext 5367cat confdefs.h >>conftest.$ac_ext
5869cat >>conftest.$ac_ext <<_ACEOF 5368cat >>conftest.$ac_ext <<_ACEOF
5870/* end confdefs.h. */ 5369/* end confdefs.h. */
5871 5370
5872/* Override any GCC internal prototype to avoid an error. 5371/* Override any gcc2 internal prototype to avoid an error. */
5873 Use char because int might match the return type of a GCC
5874 builtin and then its argument prototype would still apply. */
5875#ifdef __cplusplus 5372#ifdef __cplusplus
5876extern "C" 5373extern "C"
5877#endif 5374#endif
5375/* We use char because int might match the return type of a gcc2
5376 builtin and then its argument prototype would still apply. */
5878char gethostbyname (); 5377char gethostbyname ();
5879int 5378int
5880main () 5379main ()
5881{ 5380{
5882return gethostbyname (); 5381gethostbyname ();
5883 ; 5382 ;
5884 return 0; 5383 return 0;
5885} 5384}
5886_ACEOF 5385_ACEOF
5887rm -f conftest.$ac_objext conftest$ac_exeext 5386rm -f conftest.$ac_objext conftest$ac_exeext
5888if { (ac_try="$ac_link"
5889case "(($ac_try" in
5890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5891 *) ac_try_echo=$ac_try;;
5892esac
5893eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5387if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5894 (eval "$ac_link") 2>conftest.er1 5388 (eval $ac_link) 2>conftest.er1
5895 ac_status=$? 5389 ac_status=$?
5896 grep -v '^ *+' conftest.er1 >conftest.err 5390 grep -v '^ *+' conftest.er1 >conftest.err
5897 rm -f conftest.er1 5391 rm -f conftest.er1
5898 cat conftest.err >&5 5392 cat conftest.err >&5
5899 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5900 (exit $ac_status); } && { 5394 (exit $ac_status); } &&
5901 test -z "$ac_cxx_werror_flag" || 5395 { ac_try='test -z "$ac_cxx_werror_flag"
5902 test ! -s conftest.err 5396 || test ! -s conftest.err'
5903 } && test -s conftest$ac_exeext && 5397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904 $as_test_x conftest$ac_exeext; then 5398 (eval $ac_try) 2>&5
5399 ac_status=$?
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); }; } &&
5402 { ac_try='test -s conftest$ac_exeext'
5403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5404 (eval $ac_try) 2>&5
5405 ac_status=$?
5406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); }; }; then
5905 ac_cv_lib_bsd_gethostbyname=yes 5408 ac_cv_lib_bsd_gethostbyname=yes
5906else 5409else
5907 echo "$as_me: failed program was:" >&5 5410 echo "$as_me: failed program was:" >&5
5908sed 's/^/| /' conftest.$ac_ext >&5 5411sed 's/^/| /' conftest.$ac_ext >&5
5909 5412
5910 ac_cv_lib_bsd_gethostbyname=no 5413ac_cv_lib_bsd_gethostbyname=no
5911fi 5414fi
5912 5415rm -f conftest.err conftest.$ac_objext \
5913rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5914 conftest$ac_exeext conftest.$ac_ext 5416 conftest$ac_exeext conftest.$ac_ext
5915LIBS=$ac_check_lib_save_LIBS 5417LIBS=$ac_check_lib_save_LIBS
5916fi 5418fi
5917{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5419echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
5918echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5420echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
5919if test $ac_cv_lib_bsd_gethostbyname = yes; then 5421if test $ac_cv_lib_bsd_gethostbyname = yes; then
5920 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5422 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
5921fi 5423fi
5922 5424
5923 fi 5425 fi
5928 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 5430 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
5929 # on later versions), says Simon Leinen: it contains gethostby* 5431 # on later versions), says Simon Leinen: it contains gethostby*
5930 # variants that don't use the name server (or something). -lsocket 5432 # variants that don't use the name server (or something). -lsocket
5931 # must be given before -lnsl if both are needed. We assume that 5433 # must be given before -lnsl if both are needed. We assume that
5932 # if connect needs -lnsl, so does gethostbyname. 5434 # if connect needs -lnsl, so does gethostbyname.
5933 { echo "$as_me:$LINENO: checking for connect" >&5 5435 echo "$as_me:$LINENO: checking for connect" >&5
5934echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5436echo $ECHO_N "checking for connect... $ECHO_C" >&6
5935if test "${ac_cv_func_connect+set}" = set; then 5437if test "${ac_cv_func_connect+set}" = set; then
5936 echo $ECHO_N "(cached) $ECHO_C" >&6 5438 echo $ECHO_N "(cached) $ECHO_C" >&6
5937else 5439else
5938 cat >conftest.$ac_ext <<_ACEOF 5440 cat >conftest.$ac_ext <<_ACEOF
5939/* confdefs.h. */ 5441/* confdefs.h. */
5956# include <assert.h> 5458# include <assert.h>
5957#endif 5459#endif
5958 5460
5959#undef connect 5461#undef connect
5960 5462
5961/* Override any GCC internal prototype to avoid an error. 5463/* Override any gcc2 internal prototype to avoid an error. */
5962 Use char because int might match the return type of a GCC
5963 builtin and then its argument prototype would still apply. */
5964#ifdef __cplusplus 5464#ifdef __cplusplus
5965extern "C" 5465extern "C"
5466{
5966#endif 5467#endif
5468/* We use char because int might match the return type of a gcc2
5469 builtin and then its argument prototype would still apply. */
5967char connect (); 5470char connect ();
5968/* The GNU C library defines this for functions which it implements 5471/* The GNU C library defines this for functions which it implements
5969 to always fail with ENOSYS. Some functions are actually named 5472 to always fail with ENOSYS. Some functions are actually named
5970 something starting with __ and the normal name is an alias. */ 5473 something starting with __ and the normal name is an alias. */
5971#if defined __stub_connect || defined __stub___connect 5474#if defined (__stub_connect) || defined (__stub___connect)
5972choke me 5475choke me
5476#else
5477char (*f) () = connect;
5478#endif
5479#ifdef __cplusplus
5480}
5973#endif 5481#endif
5974 5482
5975int 5483int
5976main () 5484main ()
5977{ 5485{
5978return connect (); 5486return f != connect;
5979 ; 5487 ;
5980 return 0; 5488 return 0;
5981} 5489}
5982_ACEOF 5490_ACEOF
5983rm -f conftest.$ac_objext conftest$ac_exeext 5491rm -f conftest.$ac_objext conftest$ac_exeext
5984if { (ac_try="$ac_link"
5985case "(($ac_try" in
5986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5987 *) ac_try_echo=$ac_try;;
5988esac
5989eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5492if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5990 (eval "$ac_link") 2>conftest.er1 5493 (eval $ac_link) 2>conftest.er1
5991 ac_status=$? 5494 ac_status=$?
5992 grep -v '^ *+' conftest.er1 >conftest.err 5495 grep -v '^ *+' conftest.er1 >conftest.err
5993 rm -f conftest.er1 5496 rm -f conftest.er1
5994 cat conftest.err >&5 5497 cat conftest.err >&5
5995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5996 (exit $ac_status); } && { 5499 (exit $ac_status); } &&
5997 test -z "$ac_cxx_werror_flag" || 5500 { ac_try='test -z "$ac_cxx_werror_flag"
5998 test ! -s conftest.err 5501 || test ! -s conftest.err'
5999 } && test -s conftest$ac_exeext && 5502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6000 $as_test_x conftest$ac_exeext; then 5503 (eval $ac_try) 2>&5
5504 ac_status=$?
5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5506 (exit $ac_status); }; } &&
5507 { ac_try='test -s conftest$ac_exeext'
5508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5509 (eval $ac_try) 2>&5
5510 ac_status=$?
5511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5512 (exit $ac_status); }; }; then
6001 ac_cv_func_connect=yes 5513 ac_cv_func_connect=yes
6002else 5514else
6003 echo "$as_me: failed program was:" >&5 5515 echo "$as_me: failed program was:" >&5
6004sed 's/^/| /' conftest.$ac_ext >&5 5516sed 's/^/| /' conftest.$ac_ext >&5
6005 5517
6006 ac_cv_func_connect=no 5518ac_cv_func_connect=no
6007fi 5519fi
6008 5520rm -f conftest.err conftest.$ac_objext \
6009rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6010 conftest$ac_exeext conftest.$ac_ext 5521 conftest$ac_exeext conftest.$ac_ext
6011fi 5522fi
6012{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5523echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6013echo "${ECHO_T}$ac_cv_func_connect" >&6; } 5524echo "${ECHO_T}$ac_cv_func_connect" >&6
6014 5525
6015 if test $ac_cv_func_connect = no; then 5526 if test $ac_cv_func_connect = no; then
6016 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5527 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6017echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 5528echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6018if test "${ac_cv_lib_socket_connect+set}" = set; then 5529if test "${ac_cv_lib_socket_connect+set}" = set; then
6019 echo $ECHO_N "(cached) $ECHO_C" >&6 5530 echo $ECHO_N "(cached) $ECHO_C" >&6
6020else 5531else
6021 ac_check_lib_save_LIBS=$LIBS 5532 ac_check_lib_save_LIBS=$LIBS
6022LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 5533LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6025_ACEOF 5536_ACEOF
6026cat confdefs.h >>conftest.$ac_ext 5537cat confdefs.h >>conftest.$ac_ext
6027cat >>conftest.$ac_ext <<_ACEOF 5538cat >>conftest.$ac_ext <<_ACEOF
6028/* end confdefs.h. */ 5539/* end confdefs.h. */
6029 5540
6030/* Override any GCC internal prototype to avoid an error. 5541/* Override any gcc2 internal prototype to avoid an error. */
6031 Use char because int might match the return type of a GCC
6032 builtin and then its argument prototype would still apply. */
6033#ifdef __cplusplus 5542#ifdef __cplusplus
6034extern "C" 5543extern "C"
6035#endif 5544#endif
5545/* We use char because int might match the return type of a gcc2
5546 builtin and then its argument prototype would still apply. */
6036char connect (); 5547char connect ();
6037int 5548int
6038main () 5549main ()
6039{ 5550{
6040return connect (); 5551connect ();
6041 ; 5552 ;
6042 return 0; 5553 return 0;
6043} 5554}
6044_ACEOF 5555_ACEOF
6045rm -f conftest.$ac_objext conftest$ac_exeext 5556rm -f conftest.$ac_objext conftest$ac_exeext
6046if { (ac_try="$ac_link"
6047case "(($ac_try" in
6048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6049 *) ac_try_echo=$ac_try;;
6050esac
6051eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5557if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6052 (eval "$ac_link") 2>conftest.er1 5558 (eval $ac_link) 2>conftest.er1
6053 ac_status=$? 5559 ac_status=$?
6054 grep -v '^ *+' conftest.er1 >conftest.err 5560 grep -v '^ *+' conftest.er1 >conftest.err
6055 rm -f conftest.er1 5561 rm -f conftest.er1
6056 cat conftest.err >&5 5562 cat conftest.err >&5
6057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6058 (exit $ac_status); } && { 5564 (exit $ac_status); } &&
6059 test -z "$ac_cxx_werror_flag" || 5565 { ac_try='test -z "$ac_cxx_werror_flag"
6060 test ! -s conftest.err 5566 || test ! -s conftest.err'
6061 } && test -s conftest$ac_exeext && 5567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6062 $as_test_x conftest$ac_exeext; then 5568 (eval $ac_try) 2>&5
5569 ac_status=$?
5570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5571 (exit $ac_status); }; } &&
5572 { ac_try='test -s conftest$ac_exeext'
5573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5574 (eval $ac_try) 2>&5
5575 ac_status=$?
5576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5577 (exit $ac_status); }; }; then
6063 ac_cv_lib_socket_connect=yes 5578 ac_cv_lib_socket_connect=yes
6064else 5579else
6065 echo "$as_me: failed program was:" >&5 5580 echo "$as_me: failed program was:" >&5
6066sed 's/^/| /' conftest.$ac_ext >&5 5581sed 's/^/| /' conftest.$ac_ext >&5
6067 5582
6068 ac_cv_lib_socket_connect=no 5583ac_cv_lib_socket_connect=no
6069fi 5584fi
6070 5585rm -f conftest.err conftest.$ac_objext \
6071rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6072 conftest$ac_exeext conftest.$ac_ext 5586 conftest$ac_exeext conftest.$ac_ext
6073LIBS=$ac_check_lib_save_LIBS 5587LIBS=$ac_check_lib_save_LIBS
6074fi 5588fi
6075{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5589echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6076echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5590echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6077if test $ac_cv_lib_socket_connect = yes; then 5591if test $ac_cv_lib_socket_connect = yes; then
6078 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 5592 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6079fi 5593fi
6080 5594
6081 fi 5595 fi
6082 5596
6083 # Guillermo Gomez says -lposix is necessary on A/UX. 5597 # Guillermo Gomez says -lposix is necessary on A/UX.
6084 { echo "$as_me:$LINENO: checking for remove" >&5 5598 echo "$as_me:$LINENO: checking for remove" >&5
6085echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 5599echo $ECHO_N "checking for remove... $ECHO_C" >&6
6086if test "${ac_cv_func_remove+set}" = set; then 5600if test "${ac_cv_func_remove+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6 5601 echo $ECHO_N "(cached) $ECHO_C" >&6
6088else 5602else
6089 cat >conftest.$ac_ext <<_ACEOF 5603 cat >conftest.$ac_ext <<_ACEOF
6090/* confdefs.h. */ 5604/* confdefs.h. */
6107# include <assert.h> 5621# include <assert.h>
6108#endif 5622#endif
6109 5623
6110#undef remove 5624#undef remove
6111 5625
6112/* Override any GCC internal prototype to avoid an error. 5626/* Override any gcc2 internal prototype to avoid an error. */
6113 Use char because int might match the return type of a GCC
6114 builtin and then its argument prototype would still apply. */
6115#ifdef __cplusplus 5627#ifdef __cplusplus
6116extern "C" 5628extern "C"
5629{
6117#endif 5630#endif
5631/* We use char because int might match the return type of a gcc2
5632 builtin and then its argument prototype would still apply. */
6118char remove (); 5633char remove ();
6119/* The GNU C library defines this for functions which it implements 5634/* The GNU C library defines this for functions which it implements
6120 to always fail with ENOSYS. Some functions are actually named 5635 to always fail with ENOSYS. Some functions are actually named
6121 something starting with __ and the normal name is an alias. */ 5636 something starting with __ and the normal name is an alias. */
6122#if defined __stub_remove || defined __stub___remove 5637#if defined (__stub_remove) || defined (__stub___remove)
6123choke me 5638choke me
5639#else
5640char (*f) () = remove;
5641#endif
5642#ifdef __cplusplus
5643}
6124#endif 5644#endif
6125 5645
6126int 5646int
6127main () 5647main ()
6128{ 5648{
6129return remove (); 5649return f != remove;
6130 ; 5650 ;
6131 return 0; 5651 return 0;
6132} 5652}
6133_ACEOF 5653_ACEOF
6134rm -f conftest.$ac_objext conftest$ac_exeext 5654rm -f conftest.$ac_objext conftest$ac_exeext
6135if { (ac_try="$ac_link"
6136case "(($ac_try" in
6137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6138 *) ac_try_echo=$ac_try;;
6139esac
6140eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6141 (eval "$ac_link") 2>conftest.er1 5656 (eval $ac_link) 2>conftest.er1
6142 ac_status=$? 5657 ac_status=$?
6143 grep -v '^ *+' conftest.er1 >conftest.err 5658 grep -v '^ *+' conftest.er1 >conftest.err
6144 rm -f conftest.er1 5659 rm -f conftest.er1
6145 cat conftest.err >&5 5660 cat conftest.err >&5
6146 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6147 (exit $ac_status); } && { 5662 (exit $ac_status); } &&
6148 test -z "$ac_cxx_werror_flag" || 5663 { ac_try='test -z "$ac_cxx_werror_flag"
6149 test ! -s conftest.err 5664 || test ! -s conftest.err'
6150 } && test -s conftest$ac_exeext && 5665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6151 $as_test_x conftest$ac_exeext; then 5666 (eval $ac_try) 2>&5
5667 ac_status=$?
5668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5669 (exit $ac_status); }; } &&
5670 { ac_try='test -s conftest$ac_exeext'
5671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5672 (eval $ac_try) 2>&5
5673 ac_status=$?
5674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5675 (exit $ac_status); }; }; then
6152 ac_cv_func_remove=yes 5676 ac_cv_func_remove=yes
6153else 5677else
6154 echo "$as_me: failed program was:" >&5 5678 echo "$as_me: failed program was:" >&5
6155sed 's/^/| /' conftest.$ac_ext >&5 5679sed 's/^/| /' conftest.$ac_ext >&5
6156 5680
6157 ac_cv_func_remove=no 5681ac_cv_func_remove=no
6158fi 5682fi
6159 5683rm -f conftest.err conftest.$ac_objext \
6160rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6161 conftest$ac_exeext conftest.$ac_ext 5684 conftest$ac_exeext conftest.$ac_ext
6162fi 5685fi
6163{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 5686echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6164echo "${ECHO_T}$ac_cv_func_remove" >&6; } 5687echo "${ECHO_T}$ac_cv_func_remove" >&6
6165 5688
6166 if test $ac_cv_func_remove = no; then 5689 if test $ac_cv_func_remove = no; then
6167 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 5690 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6168echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 5691echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6169if test "${ac_cv_lib_posix_remove+set}" = set; then 5692if test "${ac_cv_lib_posix_remove+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6 5693 echo $ECHO_N "(cached) $ECHO_C" >&6
6171else 5694else
6172 ac_check_lib_save_LIBS=$LIBS 5695 ac_check_lib_save_LIBS=$LIBS
6173LIBS="-lposix $LIBS" 5696LIBS="-lposix $LIBS"
6176_ACEOF 5699_ACEOF
6177cat confdefs.h >>conftest.$ac_ext 5700cat confdefs.h >>conftest.$ac_ext
6178cat >>conftest.$ac_ext <<_ACEOF 5701cat >>conftest.$ac_ext <<_ACEOF
6179/* end confdefs.h. */ 5702/* end confdefs.h. */
6180 5703
6181/* Override any GCC internal prototype to avoid an error. 5704/* Override any gcc2 internal prototype to avoid an error. */
6182 Use char because int might match the return type of a GCC
6183 builtin and then its argument prototype would still apply. */
6184#ifdef __cplusplus 5705#ifdef __cplusplus
6185extern "C" 5706extern "C"
6186#endif 5707#endif
5708/* We use char because int might match the return type of a gcc2
5709 builtin and then its argument prototype would still apply. */
6187char remove (); 5710char remove ();
6188int 5711int
6189main () 5712main ()
6190{ 5713{
6191return remove (); 5714remove ();
6192 ; 5715 ;
6193 return 0; 5716 return 0;
6194} 5717}
6195_ACEOF 5718_ACEOF
6196rm -f conftest.$ac_objext conftest$ac_exeext 5719rm -f conftest.$ac_objext conftest$ac_exeext
6197if { (ac_try="$ac_link"
6198case "(($ac_try" in
6199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6200 *) ac_try_echo=$ac_try;;
6201esac
6202eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5720if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6203 (eval "$ac_link") 2>conftest.er1 5721 (eval $ac_link) 2>conftest.er1
6204 ac_status=$? 5722 ac_status=$?
6205 grep -v '^ *+' conftest.er1 >conftest.err 5723 grep -v '^ *+' conftest.er1 >conftest.err
6206 rm -f conftest.er1 5724 rm -f conftest.er1
6207 cat conftest.err >&5 5725 cat conftest.err >&5
6208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6209 (exit $ac_status); } && { 5727 (exit $ac_status); } &&
6210 test -z "$ac_cxx_werror_flag" || 5728 { ac_try='test -z "$ac_cxx_werror_flag"
6211 test ! -s conftest.err 5729 || test ! -s conftest.err'
6212 } && test -s conftest$ac_exeext && 5730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6213 $as_test_x conftest$ac_exeext; then 5731 (eval $ac_try) 2>&5
5732 ac_status=$?
5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734 (exit $ac_status); }; } &&
5735 { ac_try='test -s conftest$ac_exeext'
5736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5737 (eval $ac_try) 2>&5
5738 ac_status=$?
5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); }; }; then
6214 ac_cv_lib_posix_remove=yes 5741 ac_cv_lib_posix_remove=yes
6215else 5742else
6216 echo "$as_me: failed program was:" >&5 5743 echo "$as_me: failed program was:" >&5
6217sed 's/^/| /' conftest.$ac_ext >&5 5744sed 's/^/| /' conftest.$ac_ext >&5
6218 5745
6219 ac_cv_lib_posix_remove=no 5746ac_cv_lib_posix_remove=no
6220fi 5747fi
6221 5748rm -f conftest.err conftest.$ac_objext \
6222rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6223 conftest$ac_exeext conftest.$ac_ext 5749 conftest$ac_exeext conftest.$ac_ext
6224LIBS=$ac_check_lib_save_LIBS 5750LIBS=$ac_check_lib_save_LIBS
6225fi 5751fi
6226{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 5752echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6227echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 5753echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6228if test $ac_cv_lib_posix_remove = yes; then 5754if test $ac_cv_lib_posix_remove = yes; then
6229 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 5755 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6230fi 5756fi
6231 5757
6232 fi 5758 fi
6233 5759
6234 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 5760 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6235 { echo "$as_me:$LINENO: checking for shmat" >&5 5761 echo "$as_me:$LINENO: checking for shmat" >&5
6236echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 5762echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6237if test "${ac_cv_func_shmat+set}" = set; then 5763if test "${ac_cv_func_shmat+set}" = set; then
6238 echo $ECHO_N "(cached) $ECHO_C" >&6 5764 echo $ECHO_N "(cached) $ECHO_C" >&6
6239else 5765else
6240 cat >conftest.$ac_ext <<_ACEOF 5766 cat >conftest.$ac_ext <<_ACEOF
6241/* confdefs.h. */ 5767/* confdefs.h. */
6258# include <assert.h> 5784# include <assert.h>
6259#endif 5785#endif
6260 5786
6261#undef shmat 5787#undef shmat
6262 5788
6263/* Override any GCC internal prototype to avoid an error. 5789/* Override any gcc2 internal prototype to avoid an error. */
6264 Use char because int might match the return type of a GCC
6265 builtin and then its argument prototype would still apply. */
6266#ifdef __cplusplus 5790#ifdef __cplusplus
6267extern "C" 5791extern "C"
5792{
6268#endif 5793#endif
5794/* We use char because int might match the return type of a gcc2
5795 builtin and then its argument prototype would still apply. */
6269char shmat (); 5796char shmat ();
6270/* The GNU C library defines this for functions which it implements 5797/* The GNU C library defines this for functions which it implements
6271 to always fail with ENOSYS. Some functions are actually named 5798 to always fail with ENOSYS. Some functions are actually named
6272 something starting with __ and the normal name is an alias. */ 5799 something starting with __ and the normal name is an alias. */
6273#if defined __stub_shmat || defined __stub___shmat 5800#if defined (__stub_shmat) || defined (__stub___shmat)
6274choke me 5801choke me
5802#else
5803char (*f) () = shmat;
5804#endif
5805#ifdef __cplusplus
5806}
6275#endif 5807#endif
6276 5808
6277int 5809int
6278main () 5810main ()
6279{ 5811{
6280return shmat (); 5812return f != shmat;
6281 ; 5813 ;
6282 return 0; 5814 return 0;
6283} 5815}
6284_ACEOF 5816_ACEOF
6285rm -f conftest.$ac_objext conftest$ac_exeext 5817rm -f conftest.$ac_objext conftest$ac_exeext
6286if { (ac_try="$ac_link"
6287case "(($ac_try" in
6288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6289 *) ac_try_echo=$ac_try;;
6290esac
6291eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5818if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6292 (eval "$ac_link") 2>conftest.er1 5819 (eval $ac_link) 2>conftest.er1
6293 ac_status=$? 5820 ac_status=$?
6294 grep -v '^ *+' conftest.er1 >conftest.err 5821 grep -v '^ *+' conftest.er1 >conftest.err
6295 rm -f conftest.er1 5822 rm -f conftest.er1
6296 cat conftest.err >&5 5823 cat conftest.err >&5
6297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6298 (exit $ac_status); } && { 5825 (exit $ac_status); } &&
6299 test -z "$ac_cxx_werror_flag" || 5826 { ac_try='test -z "$ac_cxx_werror_flag"
6300 test ! -s conftest.err 5827 || test ! -s conftest.err'
6301 } && test -s conftest$ac_exeext && 5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6302 $as_test_x conftest$ac_exeext; then 5829 (eval $ac_try) 2>&5
5830 ac_status=$?
5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); }; } &&
5833 { ac_try='test -s conftest$ac_exeext'
5834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5835 (eval $ac_try) 2>&5
5836 ac_status=$?
5837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5838 (exit $ac_status); }; }; then
6303 ac_cv_func_shmat=yes 5839 ac_cv_func_shmat=yes
6304else 5840else
6305 echo "$as_me: failed program was:" >&5 5841 echo "$as_me: failed program was:" >&5
6306sed 's/^/| /' conftest.$ac_ext >&5 5842sed 's/^/| /' conftest.$ac_ext >&5
6307 5843
6308 ac_cv_func_shmat=no 5844ac_cv_func_shmat=no
6309fi 5845fi
6310 5846rm -f conftest.err conftest.$ac_objext \
6311rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6312 conftest$ac_exeext conftest.$ac_ext 5847 conftest$ac_exeext conftest.$ac_ext
6313fi 5848fi
6314{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 5849echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6315echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 5850echo "${ECHO_T}$ac_cv_func_shmat" >&6
6316 5851
6317 if test $ac_cv_func_shmat = no; then 5852 if test $ac_cv_func_shmat = no; then
6318 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 5853 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6319echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 5854echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6320if test "${ac_cv_lib_ipc_shmat+set}" = set; then 5855if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6321 echo $ECHO_N "(cached) $ECHO_C" >&6 5856 echo $ECHO_N "(cached) $ECHO_C" >&6
6322else 5857else
6323 ac_check_lib_save_LIBS=$LIBS 5858 ac_check_lib_save_LIBS=$LIBS
6324LIBS="-lipc $LIBS" 5859LIBS="-lipc $LIBS"
6327_ACEOF 5862_ACEOF
6328cat confdefs.h >>conftest.$ac_ext 5863cat confdefs.h >>conftest.$ac_ext
6329cat >>conftest.$ac_ext <<_ACEOF 5864cat >>conftest.$ac_ext <<_ACEOF
6330/* end confdefs.h. */ 5865/* end confdefs.h. */
6331 5866
6332/* Override any GCC internal prototype to avoid an error. 5867/* Override any gcc2 internal prototype to avoid an error. */
6333 Use char because int might match the return type of a GCC
6334 builtin and then its argument prototype would still apply. */
6335#ifdef __cplusplus 5868#ifdef __cplusplus
6336extern "C" 5869extern "C"
6337#endif 5870#endif
5871/* We use char because int might match the return type of a gcc2
5872 builtin and then its argument prototype would still apply. */
6338char shmat (); 5873char shmat ();
6339int 5874int
6340main () 5875main ()
6341{ 5876{
6342return shmat (); 5877shmat ();
6343 ; 5878 ;
6344 return 0; 5879 return 0;
6345} 5880}
6346_ACEOF 5881_ACEOF
6347rm -f conftest.$ac_objext conftest$ac_exeext 5882rm -f conftest.$ac_objext conftest$ac_exeext
6348if { (ac_try="$ac_link"
6349case "(($ac_try" in
6350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6351 *) ac_try_echo=$ac_try;;
6352esac
6353eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5883if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6354 (eval "$ac_link") 2>conftest.er1 5884 (eval $ac_link) 2>conftest.er1
6355 ac_status=$? 5885 ac_status=$?
6356 grep -v '^ *+' conftest.er1 >conftest.err 5886 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -f conftest.er1 5887 rm -f conftest.er1
6358 cat conftest.err >&5 5888 cat conftest.err >&5
6359 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); } && { 5890 (exit $ac_status); } &&
6361 test -z "$ac_cxx_werror_flag" || 5891 { ac_try='test -z "$ac_cxx_werror_flag"
6362 test ! -s conftest.err 5892 || test ! -s conftest.err'
6363 } && test -s conftest$ac_exeext && 5893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6364 $as_test_x conftest$ac_exeext; then 5894 (eval $ac_try) 2>&5
5895 ac_status=$?
5896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5897 (exit $ac_status); }; } &&
5898 { ac_try='test -s conftest$ac_exeext'
5899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5900 (eval $ac_try) 2>&5
5901 ac_status=$?
5902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5903 (exit $ac_status); }; }; then
6365 ac_cv_lib_ipc_shmat=yes 5904 ac_cv_lib_ipc_shmat=yes
6366else 5905else
6367 echo "$as_me: failed program was:" >&5 5906 echo "$as_me: failed program was:" >&5
6368sed 's/^/| /' conftest.$ac_ext >&5 5907sed 's/^/| /' conftest.$ac_ext >&5
6369 5908
6370 ac_cv_lib_ipc_shmat=no 5909ac_cv_lib_ipc_shmat=no
6371fi 5910fi
6372 5911rm -f conftest.err conftest.$ac_objext \
6373rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6374 conftest$ac_exeext conftest.$ac_ext 5912 conftest$ac_exeext conftest.$ac_ext
6375LIBS=$ac_check_lib_save_LIBS 5913LIBS=$ac_check_lib_save_LIBS
6376fi 5914fi
6377{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 5915echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6378echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 5916echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6379if test $ac_cv_lib_ipc_shmat = yes; then 5917if test $ac_cv_lib_ipc_shmat = yes; then
6380 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 5918 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6381fi 5919fi
6382 5920
6383 fi 5921 fi
6390 # check for ICE first), but we must link in the order -lSM -lICE or 5928 # check for ICE first), but we must link in the order -lSM -lICE or
6391 # we get undefined symbols. So assume we have SM if we have ICE. 5929 # we get undefined symbols. So assume we have SM if we have ICE.
6392 # These have to be linked with before -lX11, unlike the other 5930 # These have to be linked with before -lX11, unlike the other
6393 # libraries we check for below, so use a different variable. 5931 # libraries we check for below, so use a different variable.
6394 # John Interrante, Karl Berry 5932 # John Interrante, Karl Berry
6395 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 5933 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6396echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 5934echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6397if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 5935if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6398 echo $ECHO_N "(cached) $ECHO_C" >&6 5936 echo $ECHO_N "(cached) $ECHO_C" >&6
6399else 5937else
6400 ac_check_lib_save_LIBS=$LIBS 5938 ac_check_lib_save_LIBS=$LIBS
6401LIBS="-lICE $X_EXTRA_LIBS $LIBS" 5939LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6404_ACEOF 5942_ACEOF
6405cat confdefs.h >>conftest.$ac_ext 5943cat confdefs.h >>conftest.$ac_ext
6406cat >>conftest.$ac_ext <<_ACEOF 5944cat >>conftest.$ac_ext <<_ACEOF
6407/* end confdefs.h. */ 5945/* end confdefs.h. */
6408 5946
6409/* Override any GCC internal prototype to avoid an error. 5947/* Override any gcc2 internal prototype to avoid an error. */
6410 Use char because int might match the return type of a GCC
6411 builtin and then its argument prototype would still apply. */
6412#ifdef __cplusplus 5948#ifdef __cplusplus
6413extern "C" 5949extern "C"
6414#endif 5950#endif
5951/* We use char because int might match the return type of a gcc2
5952 builtin and then its argument prototype would still apply. */
6415char IceConnectionNumber (); 5953char IceConnectionNumber ();
6416int 5954int
6417main () 5955main ()
6418{ 5956{
6419return IceConnectionNumber (); 5957IceConnectionNumber ();
6420 ; 5958 ;
6421 return 0; 5959 return 0;
6422} 5960}
6423_ACEOF 5961_ACEOF
6424rm -f conftest.$ac_objext conftest$ac_exeext 5962rm -f conftest.$ac_objext conftest$ac_exeext
6425if { (ac_try="$ac_link"
6426case "(($ac_try" in
6427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6428 *) ac_try_echo=$ac_try;;
6429esac
6430eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5963if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6431 (eval "$ac_link") 2>conftest.er1 5964 (eval $ac_link) 2>conftest.er1
6432 ac_status=$? 5965 ac_status=$?
6433 grep -v '^ *+' conftest.er1 >conftest.err 5966 grep -v '^ *+' conftest.er1 >conftest.err
6434 rm -f conftest.er1 5967 rm -f conftest.er1
6435 cat conftest.err >&5 5968 cat conftest.err >&5
6436 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6437 (exit $ac_status); } && { 5970 (exit $ac_status); } &&
6438 test -z "$ac_cxx_werror_flag" || 5971 { ac_try='test -z "$ac_cxx_werror_flag"
6439 test ! -s conftest.err 5972 || test ! -s conftest.err'
6440 } && test -s conftest$ac_exeext && 5973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6441 $as_test_x conftest$ac_exeext; then 5974 (eval $ac_try) 2>&5
5975 ac_status=$?
5976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5977 (exit $ac_status); }; } &&
5978 { ac_try='test -s conftest$ac_exeext'
5979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5980 (eval $ac_try) 2>&5
5981 ac_status=$?
5982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5983 (exit $ac_status); }; }; then
6442 ac_cv_lib_ICE_IceConnectionNumber=yes 5984 ac_cv_lib_ICE_IceConnectionNumber=yes
6443else 5985else
6444 echo "$as_me: failed program was:" >&5 5986 echo "$as_me: failed program was:" >&5
6445sed 's/^/| /' conftest.$ac_ext >&5 5987sed 's/^/| /' conftest.$ac_ext >&5
6446 5988
6447 ac_cv_lib_ICE_IceConnectionNumber=no 5989ac_cv_lib_ICE_IceConnectionNumber=no
6448fi 5990fi
6449 5991rm -f conftest.err conftest.$ac_objext \
6450rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6451 conftest$ac_exeext conftest.$ac_ext 5992 conftest$ac_exeext conftest.$ac_ext
6452LIBS=$ac_check_lib_save_LIBS 5993LIBS=$ac_check_lib_save_LIBS
6453fi 5994fi
6454{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 5995echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6455echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 5996echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6456if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 5997if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6457 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 5998 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6458fi 5999fi
6459 6000
6460 LDFLAGS=$ac_save_LDFLAGS 6001 LDFLAGS=$ac_save_LDFLAGS
6471 support_afterimage=no 6012 support_afterimage=no
6472 6013
6473 if test "x$afterimage_config" = "x" ; then 6014 if test "x$afterimage_config" = "x" ; then
6474 # Extract the first word of "afterimage-config", so it can be a program name with args. 6015 # Extract the first word of "afterimage-config", so it can be a program name with args.
6475set dummy afterimage-config; ac_word=$2 6016set dummy afterimage-config; ac_word=$2
6476{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6017echo "$as_me:$LINENO: checking for $ac_word" >&5
6477echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6478if test "${ac_cv_path_afterimage_config+set}" = set; then 6019if test "${ac_cv_path_afterimage_config+set}" = set; then
6479 echo $ECHO_N "(cached) $ECHO_C" >&6 6020 echo $ECHO_N "(cached) $ECHO_C" >&6
6480else 6021else
6481 case $afterimage_config in 6022 case $afterimage_config in
6482 [\\/]* | ?:[\\/]*) 6023 [\\/]* | ?:[\\/]*)
6487for as_dir in $PATH 6028for as_dir in $PATH
6488do 6029do
6489 IFS=$as_save_IFS 6030 IFS=$as_save_IFS
6490 test -z "$as_dir" && as_dir=. 6031 test -z "$as_dir" && as_dir=.
6491 for ac_exec_ext in '' $ac_executable_extensions; do 6032 for ac_exec_ext in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6033 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6493 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext" 6034 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6495 break 2 6036 break 2
6496 fi 6037 fi
6497done 6038done
6498done 6039done
6499IFS=$as_save_IFS
6500 6040
6501 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no" 6041 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6502 ;; 6042 ;;
6503esac 6043esac
6504fi 6044fi
6505afterimage_config=$ac_cv_path_afterimage_config 6045afterimage_config=$ac_cv_path_afterimage_config
6046
6506if test -n "$afterimage_config"; then 6047if test -n "$afterimage_config"; then
6507 { echo "$as_me:$LINENO: result: $afterimage_config" >&5 6048 echo "$as_me:$LINENO: result: $afterimage_config" >&5
6508echo "${ECHO_T}$afterimage_config" >&6; } 6049echo "${ECHO_T}$afterimage_config" >&6
6509else 6050else
6510 { echo "$as_me:$LINENO: result: no" >&5 6051 echo "$as_me:$LINENO: result: no" >&5
6511echo "${ECHO_T}no" >&6; } 6052echo "${ECHO_T}no" >&6
6512fi 6053fi
6513
6514 6054
6515 fi 6055 fi
6516 6056
6517 { echo "$as_me:$LINENO: checking for libAfterImage" >&5 6057 echo "$as_me:$LINENO: checking for libAfterImage" >&5
6518echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; } 6058echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6
6519 if $afterimage_config --version >/dev/null 2>&1 ; then 6059 if $afterimage_config --version >/dev/null 2>&1 ; then
6520 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 6060 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6521 AFTERIMAGE_LIBS=`$afterimage_config --libs` 6061 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6522 if test "x$AFTERIMAGE_LIBS" != "x"; then 6062 if test "x$AFTERIMAGE_LIBS" != "x"; then
6523 support_afterimage=yes 6063 support_afterimage=yes
6524 fi 6064 fi
6525 fi 6065 fi
6526 6066
6527 if test "x$support_afterimage" = "xyes"; then 6067 if test "x$support_afterimage" = "xyes"; then
6528 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5 6068 echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6529echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; } 6069echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6
6530 else 6070 else
6531 { echo "$as_me:$LINENO: result: no" >&5 6071 echo "$as_me:$LINENO: result: no" >&5
6532echo "${ECHO_T}no" >&6; } 6072echo "${ECHO_T}no" >&6
6533 fi 6073 fi
6534fi 6074fi
6535 6075
6536if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then 6076if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6537 6077
6542# dashes changed to underlines. 6082# dashes changed to underlines.
6543 6083
6544# If we find XPM, set shell vars xpm_includes and xpm_libraries to the 6084# If we find XPM, set shell vars xpm_includes and xpm_libraries to the
6545# paths, otherwise set no_xpm=yes. 6085# paths, otherwise set no_xpm=yes.
6546# Uses ac_ vars as temps to allow command line to override cache and checks. 6086# Uses ac_ vars as temps to allow command line to override cache and checks.
6547{ echo "$as_me:$LINENO: checking for libXpm" >&5 6087echo "$as_me:$LINENO: checking for libXpm" >&5
6548echo $ECHO_N "checking for libXpm... $ECHO_C" >&6; } 6088echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6549 6089
6550 6090
6551# Check whether --with-xpm_includes was given. 6091# Check whether --with-xpm_includes or --without-xpm_includes was given.
6552if test "${with_xpm_includes+set}" = set; then 6092if test "${with_xpm_includes+set}" = set; then
6553 withval=$with_xpm_includes; xpm_includes="$withval" 6093 withval="$with_xpm_includes"
6094 xpm_includes="$withval"
6554else 6095else
6555 xpm_includes=NO 6096 xpm_includes=NO
6556fi 6097fi;
6557 6098
6558
6559# Check whether --with-xpm_library was given. 6099# Check whether --with-xpm_library or --without-xpm_library was given.
6560if test "${with_xpm_library+set}" = set; then 6100if test "${with_xpm_library+set}" = set; then
6561 withval=$with_xpm_library; xpm_libraries="$withval" 6101 withval="$with_xpm_library"
6102 xpm_libraries="$withval"
6562else 6103else
6563 xpm_libraries=NO 6104 xpm_libraries=NO
6564fi 6105fi;
6565
6566 6106
6567# --without-xpm overrides everything else, but does not touch the cache. 6107# --without-xpm overrides everything else, but does not touch the cache.
6568 6108
6569# Check whether --with-xpm was given. 6109# Check whether --with-xpm or --without-xpm was given.
6570if test "${with_xpm+set}" = set; then 6110if test "${with_xpm+set}" = set; then
6571 withval=$with_xpm; 6111 withval="$with_xpm"
6112
6572fi 6113fi;
6573
6574if test "$with_xpm" = no; then 6114if test "$with_xpm" = no; then
6575 have_xpm=disabled 6115 have_xpm=disabled
6576else 6116else
6577 if test "${ac_cv_have_xpm+set}" = set; then 6117 if test "${ac_cv_have_xpm+set}" = set; then
6578 echo $ECHO_N "(cached) $ECHO_C" >&6 6118 echo $ECHO_N "(cached) $ECHO_C" >&6
6603cat confdefs.h >>conftest.$ac_ext 6143cat confdefs.h >>conftest.$ac_ext
6604cat >>conftest.$ac_ext <<_ACEOF 6144cat >>conftest.$ac_ext <<_ACEOF
6605/* end confdefs.h. */ 6145/* end confdefs.h. */
6606#include <X11/xpm.h> 6146#include <X11/xpm.h>
6607_ACEOF 6147_ACEOF
6608if { (ac_try="$ac_cpp conftest.$ac_ext" 6148if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6609case "(($ac_try" in
6610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6611 *) ac_try_echo=$ac_try;;
6612esac
6613eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6149 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6615 ac_status=$? 6150 ac_status=$?
6616 grep -v '^ *+' conftest.er1 >conftest.err 6151 grep -v '^ *+' conftest.er1 >conftest.err
6617 rm -f conftest.er1 6152 rm -f conftest.er1
6618 cat conftest.err >&5 6153 cat conftest.err >&5
6619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6620 (exit $ac_status); } >/dev/null && { 6155 (exit $ac_status); } >/dev/null; then
6621 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6622 test ! -s conftest.err 6156 if test -s conftest.err; then
6623 }; then 6157 ac_cpp_err=$ac_cxx_preproc_warn_flag
6158 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6159 else
6160 ac_cpp_err=
6161 fi
6162else
6163 ac_cpp_err=yes
6164fi
6165if test -z "$ac_cpp_err"; then
6624 # We can compile using X headers with no special include directory. 6166 # We can compile using X headers with no special include directory.
6625vt_xpm_includes= 6167vt_xpm_includes=
6626vt_xpm_include_X11=yes 6168vt_xpm_include_X11=yes
6627else 6169else
6628 echo "$as_me: failed program was:" >&5 6170 echo "$as_me: failed program was:" >&5
6676 break 6218 break
6677 fi 6219 fi
6678 fi 6220 fi
6679 done 6221 done
6680fi 6222fi
6681
6682rm -f conftest.err conftest.$ac_ext 6223rm -f conftest.err conftest.$ac_ext
6683fi 6224fi
6684 6225
6685if test "$vt_xpm_libraries" = NO; then 6226if test "$vt_xpm_libraries" = NO; then
6686 # Check for the libraries. 6227 # Check for the libraries.
6703 ; 6244 ;
6704 return 0; 6245 return 0;
6705} 6246}
6706_ACEOF 6247_ACEOF
6707rm -f conftest.$ac_objext conftest$ac_exeext 6248rm -f conftest.$ac_objext conftest$ac_exeext
6708if { (ac_try="$ac_link"
6709case "(($ac_try" in
6710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6711 *) ac_try_echo=$ac_try;;
6712esac
6713eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6714 (eval "$ac_link") 2>conftest.er1 6250 (eval $ac_link) 2>conftest.er1
6715 ac_status=$? 6251 ac_status=$?
6716 grep -v '^ *+' conftest.er1 >conftest.err 6252 grep -v '^ *+' conftest.er1 >conftest.err
6717 rm -f conftest.er1 6253 rm -f conftest.er1
6718 cat conftest.err >&5 6254 cat conftest.err >&5
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); } && { 6256 (exit $ac_status); } &&
6721 test -z "$ac_cxx_werror_flag" || 6257 { ac_try='test -z "$ac_cxx_werror_flag"
6722 test ! -s conftest.err 6258 || test ! -s conftest.err'
6723 } && test -s conftest$ac_exeext && 6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6724 $as_test_x conftest$ac_exeext; then 6260 (eval $ac_try) 2>&5
6261 ac_status=$?
6262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6263 (exit $ac_status); }; } &&
6264 { ac_try='test -s conftest$ac_exeext'
6265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6266 (eval $ac_try) 2>&5
6267 ac_status=$?
6268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); }; }; then
6725 LIBS="$ac_save_LIBS" 6270 LIBS="$ac_save_LIBS"
6726# We can link libXpm with no special library path. 6271# We can link libXpm with no special library path.
6727vt_xpm_libraries= 6272vt_xpm_libraries=
6728else 6273else
6729 echo "$as_me: failed program was:" >&5 6274 echo "$as_me: failed program was:" >&5
6730sed 's/^/| /' conftest.$ac_ext >&5 6275sed 's/^/| /' conftest.$ac_ext >&5
6731 6276
6732 LIBS="$ac_save_LIBS" 6277LIBS="$ac_save_LIBS"
6733# First see if replacing the include by lib works. 6278# First see if replacing the include by lib works.
6734for ac_dir in \ 6279for ac_dir in \
6735 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ 6280 `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
6736 /usr/X11/lib \ 6281 /usr/X11/lib \
6737 /usr/X11R6/lib \ 6282 /usr/X11R6/lib \
6774 break 2 6319 break 2
6775 fi 6320 fi
6776 done 6321 done
6777done 6322done
6778fi 6323fi
6779 6324rm -f conftest.err conftest.$ac_objext \
6780rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6781 conftest$ac_exeext conftest.$ac_ext 6325 conftest$ac_exeext conftest.$ac_ext
6782fi 6326fi
6783 6327
6784 6328
6785 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then 6329 if test "$vt_xpm_includes" = NO -o "$vt_xpm_libraries" = NO; then
6792fi 6336fi
6793 eval "$ac_cv_have_xpm" 6337 eval "$ac_cv_have_xpm"
6794fi 6338fi
6795 6339
6796if test "$have_xpm" != yes; then 6340if test "$have_xpm" != yes; then
6797 { echo "$as_me:$LINENO: result: $have_xpm" >&5 6341 echo "$as_me:$LINENO: result: $have_xpm" >&5
6798echo "${ECHO_T}$have_xpm" >&6; } 6342echo "${ECHO_T}$have_xpm" >&6
6799 no_xpm=yes 6343 no_xpm=yes
6800else 6344else
6801 if test "$xpm_includes" != NO; then 6345 if test "$xpm_includes" != NO; then
6802 if test "$xpm_includes" = "$vt_xpm_includes"; then 6346 if test "$xpm_includes" = "$vt_xpm_includes"; then
6803 if test -r "$xpm_includes/X11/xpm.h"; then 6347 if test -r "$xpm_includes/X11/xpm.h"; then
6812cat confdefs.h >>conftest.$ac_ext 6356cat confdefs.h >>conftest.$ac_ext
6813cat >>conftest.$ac_ext <<_ACEOF 6357cat >>conftest.$ac_ext <<_ACEOF
6814/* end confdefs.h. */ 6358/* end confdefs.h. */
6815#include <X11/xpm.h> 6359#include <X11/xpm.h>
6816_ACEOF 6360_ACEOF
6817if { (ac_try="$ac_cpp conftest.$ac_ext" 6361if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6818case "(($ac_try" in
6819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6820 *) ac_try_echo=$ac_try;;
6821esac
6822eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6823 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6362 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6824 ac_status=$? 6363 ac_status=$?
6825 grep -v '^ *+' conftest.er1 >conftest.err 6364 grep -v '^ *+' conftest.er1 >conftest.err
6826 rm -f conftest.er1 6365 rm -f conftest.er1
6827 cat conftest.err >&5 6366 cat conftest.err >&5
6828 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6829 (exit $ac_status); } >/dev/null && { 6368 (exit $ac_status); } >/dev/null; then
6830 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6831 test ! -s conftest.err 6369 if test -s conftest.err; then
6832 }; then 6370 ac_cpp_err=$ac_cxx_preproc_warn_flag
6371 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6372 else
6373 ac_cpp_err=
6374 fi
6375else
6376 ac_cpp_err=yes
6377fi
6378if test -z "$ac_cpp_err"; then
6833 vt_xpm_include_X11=yes 6379 vt_xpm_include_X11=yes
6834else 6380else
6835 echo "$as_me: failed program was:" >&5 6381 echo "$as_me: failed program was:" >&5
6836sed 's/^/| /' conftest.$ac_ext >&5 6382sed 's/^/| /' conftest.$ac_ext >&5
6837 6383
6838 6384
6839fi 6385fi
6840
6841rm -f conftest.err conftest.$ac_ext 6386rm -f conftest.err conftest.$ac_ext
6842 else 6387 else
6843 if test -r "$xpm_includes/X11/xpm.h"; then 6388 if test -r "$xpm_includes/X11/xpm.h"; then
6844 vt_xpm_include_X11=yes 6389 vt_xpm_include_X11=yes
6845 fi 6390 fi
6853 # Update the cache value to reflect the command line values. 6398 # Update the cache value to reflect the command line values.
6854 ac_cv_have_xpm="have_xpm=yes \ 6399 ac_cv_have_xpm="have_xpm=yes \
6855 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \ 6400 vt_xpm_includes=$vt_xpm_includes vt_xpm_libraries=$vt_xpm_libraries \
6856 vt_xpm_include_X11=$vt_xpm_include_X11" 6401 vt_xpm_include_X11=$vt_xpm_include_X11"
6857 eval "$ac_cv_have_xpm" 6402 eval "$ac_cv_have_xpm"
6858 { echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5 6403 echo "$as_me:$LINENO: result: -I$vt_xpm_includes, -L$vt_xpm_libraries" >&5
6859echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6; } 6404echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
6860 if test -n "$vt_xpm_includes"; then 6405 if test -n "$vt_xpm_includes"; then
6861 XPM_CPPFLAGS="-DHAVE_LIBXPM" 6406 XPM_CPPFLAGS="-DHAVE_LIBXPM"
6862 fi 6407 fi
6863 if test -n "$vt_xpm_includes"; then 6408 if test -n "$vt_xpm_includes"; then
6864 XPM_CFLAGS="-I$vt_xpm_includes" 6409 XPM_CFLAGS="-I$vt_xpm_includes"
6883 if test x$no_xpm = xyes; then 6428 if test x$no_xpm = xyes; then
6884 support_xpm=needsmanualspecification 6429 support_xpm=needsmanualspecification
6885 fi 6430 fi
6886fi 6431fi
6887 6432
6888{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 6433echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6889echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } 6434echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
6890if test "${ac_cv_header_sys_wait_h+set}" = set; then 6435if test "${ac_cv_header_sys_wait_h+set}" = set; then
6891 echo $ECHO_N "(cached) $ECHO_C" >&6 6436 echo $ECHO_N "(cached) $ECHO_C" >&6
6892else 6437else
6893 cat >conftest.$ac_ext <<_ACEOF 6438 cat >conftest.$ac_ext <<_ACEOF
6894/* confdefs.h. */ 6439/* confdefs.h. */
6897cat >>conftest.$ac_ext <<_ACEOF 6442cat >>conftest.$ac_ext <<_ACEOF
6898/* end confdefs.h. */ 6443/* end confdefs.h. */
6899#include <sys/types.h> 6444#include <sys/types.h>
6900#include <sys/wait.h> 6445#include <sys/wait.h>
6901#ifndef WEXITSTATUS 6446#ifndef WEXITSTATUS
6902# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) 6447# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
6903#endif 6448#endif
6904#ifndef WIFEXITED 6449#ifndef WIFEXITED
6905# define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 6450# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6906#endif 6451#endif
6907 6452
6914 ; 6459 ;
6915 return 0; 6460 return 0;
6916} 6461}
6917_ACEOF 6462_ACEOF
6918rm -f conftest.$ac_objext 6463rm -f conftest.$ac_objext
6919if { (ac_try="$ac_compile"
6920case "(($ac_try" in
6921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6922 *) ac_try_echo=$ac_try;;
6923esac
6924eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6464if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6925 (eval "$ac_compile") 2>conftest.er1 6465 (eval $ac_compile) 2>conftest.er1
6926 ac_status=$? 6466 ac_status=$?
6927 grep -v '^ *+' conftest.er1 >conftest.err 6467 grep -v '^ *+' conftest.er1 >conftest.err
6928 rm -f conftest.er1 6468 rm -f conftest.er1
6929 cat conftest.err >&5 6469 cat conftest.err >&5
6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6931 (exit $ac_status); } && { 6471 (exit $ac_status); } &&
6932 test -z "$ac_cxx_werror_flag" || 6472 { ac_try='test -z "$ac_cxx_werror_flag"
6933 test ! -s conftest.err 6473 || test ! -s conftest.err'
6934 } && test -s conftest.$ac_objext; then 6474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6475 (eval $ac_try) 2>&5
6476 ac_status=$?
6477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6478 (exit $ac_status); }; } &&
6479 { ac_try='test -s conftest.$ac_objext'
6480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6481 (eval $ac_try) 2>&5
6482 ac_status=$?
6483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6484 (exit $ac_status); }; }; then
6935 ac_cv_header_sys_wait_h=yes 6485 ac_cv_header_sys_wait_h=yes
6936else 6486else
6937 echo "$as_me: failed program was:" >&5 6487 echo "$as_me: failed program was:" >&5
6938sed 's/^/| /' conftest.$ac_ext >&5 6488sed 's/^/| /' conftest.$ac_ext >&5
6939 6489
6940 ac_cv_header_sys_wait_h=no 6490ac_cv_header_sys_wait_h=no
6941fi 6491fi
6942
6943rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6944fi 6493fi
6945{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 6494echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6946echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } 6495echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
6947if test $ac_cv_header_sys_wait_h = yes; then 6496if test $ac_cv_header_sys_wait_h = yes; then
6948 6497
6949cat >>confdefs.h <<\_ACEOF 6498cat >>confdefs.h <<\_ACEOF
6950#define HAVE_SYS_WAIT_H 1 6499#define HAVE_SYS_WAIT_H 1
6951_ACEOF 6500_ACEOF
6952 6501
6953fi 6502fi
6954 6503
6955{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6504echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6956echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 6505echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6957if test "${ac_cv_header_stdc+set}" = set; then 6506if test "${ac_cv_header_stdc+set}" = set; then
6958 echo $ECHO_N "(cached) $ECHO_C" >&6 6507 echo $ECHO_N "(cached) $ECHO_C" >&6
6959else 6508else
6960 cat >conftest.$ac_ext <<_ACEOF 6509 cat >conftest.$ac_ext <<_ACEOF
6961/* confdefs.h. */ 6510/* confdefs.h. */
6975 ; 6524 ;
6976 return 0; 6525 return 0;
6977} 6526}
6978_ACEOF 6527_ACEOF
6979rm -f conftest.$ac_objext 6528rm -f conftest.$ac_objext
6980if { (ac_try="$ac_compile"
6981case "(($ac_try" in
6982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6983 *) ac_try_echo=$ac_try;;
6984esac
6985eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6986 (eval "$ac_compile") 2>conftest.er1 6530 (eval $ac_compile) 2>conftest.er1
6987 ac_status=$? 6531 ac_status=$?
6988 grep -v '^ *+' conftest.er1 >conftest.err 6532 grep -v '^ *+' conftest.er1 >conftest.err
6989 rm -f conftest.er1 6533 rm -f conftest.er1
6990 cat conftest.err >&5 6534 cat conftest.err >&5
6991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992 (exit $ac_status); } && { 6536 (exit $ac_status); } &&
6993 test -z "$ac_cxx_werror_flag" || 6537 { ac_try='test -z "$ac_cxx_werror_flag"
6994 test ! -s conftest.err 6538 || test ! -s conftest.err'
6995 } && test -s conftest.$ac_objext; then 6539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6540 (eval $ac_try) 2>&5
6541 ac_status=$?
6542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6543 (exit $ac_status); }; } &&
6544 { ac_try='test -s conftest.$ac_objext'
6545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6546 (eval $ac_try) 2>&5
6547 ac_status=$?
6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6549 (exit $ac_status); }; }; then
6996 ac_cv_header_stdc=yes 6550 ac_cv_header_stdc=yes
6997else 6551else
6998 echo "$as_me: failed program was:" >&5 6552 echo "$as_me: failed program was:" >&5
6999sed 's/^/| /' conftest.$ac_ext >&5 6553sed 's/^/| /' conftest.$ac_ext >&5
7000 6554
7001 ac_cv_header_stdc=no 6555ac_cv_header_stdc=no
7002fi 6556fi
7003
7004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6557rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7005 6558
7006if test $ac_cv_header_stdc = yes; then 6559if test $ac_cv_header_stdc = yes; then
7007 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6560 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7008 cat >conftest.$ac_ext <<_ACEOF 6561 cat >conftest.$ac_ext <<_ACEOF
7009/* confdefs.h. */ 6562/* confdefs.h. */
7055_ACEOF 6608_ACEOF
7056cat confdefs.h >>conftest.$ac_ext 6609cat confdefs.h >>conftest.$ac_ext
7057cat >>conftest.$ac_ext <<_ACEOF 6610cat >>conftest.$ac_ext <<_ACEOF
7058/* end confdefs.h. */ 6611/* end confdefs.h. */
7059#include <ctype.h> 6612#include <ctype.h>
7060#include <stdlib.h>
7061#if ((' ' & 0x0FF) == 0x020) 6613#if ((' ' & 0x0FF) == 0x020)
7062# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6614# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7063# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6615# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7064#else 6616#else
7065# define ISLOWER(c) \ 6617# define ISLOWER(c) \
7075{ 6627{
7076 int i; 6628 int i;
7077 for (i = 0; i < 256; i++) 6629 for (i = 0; i < 256; i++)
7078 if (XOR (islower (i), ISLOWER (i)) 6630 if (XOR (islower (i), ISLOWER (i))
7079 || toupper (i) != TOUPPER (i)) 6631 || toupper (i) != TOUPPER (i))
7080 return 2; 6632 exit(2);
7081 return 0; 6633 exit (0);
7082} 6634}
7083_ACEOF 6635_ACEOF
7084rm -f conftest$ac_exeext 6636rm -f conftest$ac_exeext
7085if { (ac_try="$ac_link"
7086case "(($ac_try" in
7087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7088 *) ac_try_echo=$ac_try;;
7089esac
7090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6637if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7091 (eval "$ac_link") 2>&5 6638 (eval $ac_link) 2>&5
7092 ac_status=$? 6639 ac_status=$?
7093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7095 { (case "(($ac_try" in
7096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7097 *) ac_try_echo=$ac_try;;
7098esac
7099eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7100 (eval "$ac_try") 2>&5 6643 (eval $ac_try) 2>&5
7101 ac_status=$? 6644 ac_status=$?
7102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7103 (exit $ac_status); }; }; then 6646 (exit $ac_status); }; }; then
7104 : 6647 :
7105else 6648else
7108sed 's/^/| /' conftest.$ac_ext >&5 6651sed 's/^/| /' conftest.$ac_ext >&5
7109 6652
7110( exit $ac_status ) 6653( exit $ac_status )
7111ac_cv_header_stdc=no 6654ac_cv_header_stdc=no
7112fi 6655fi
7113rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6656rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7114fi 6657fi
7115
7116
7117fi 6658fi
7118fi 6659fi
7119{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6660echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7120echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 6661echo "${ECHO_T}$ac_cv_header_stdc" >&6
7121if test $ac_cv_header_stdc = yes; then 6662if test $ac_cv_header_stdc = yes; then
7122 6663
7123cat >>confdefs.h <<\_ACEOF 6664cat >>confdefs.h <<\_ACEOF
7124#define STDC_HEADERS 1 6665#define STDC_HEADERS 1
7125_ACEOF 6666_ACEOF
7138 6679
7139for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 6680for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7140 inttypes.h stdint.h unistd.h 6681 inttypes.h stdint.h unistd.h
7141do 6682do
7142as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6683as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7143{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6684echo "$as_me:$LINENO: checking for $ac_header" >&5
7144echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6685echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7145if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6686if eval "test \"\${$as_ac_Header+set}\" = set"; then
7146 echo $ECHO_N "(cached) $ECHO_C" >&6 6687 echo $ECHO_N "(cached) $ECHO_C" >&6
7147else 6688else
7148 cat >conftest.$ac_ext <<_ACEOF 6689 cat >conftest.$ac_ext <<_ACEOF
7149/* confdefs.h. */ 6690/* confdefs.h. */
7150_ACEOF 6691_ACEOF
7154$ac_includes_default 6695$ac_includes_default
7155 6696
7156#include <$ac_header> 6697#include <$ac_header>
7157_ACEOF 6698_ACEOF
7158rm -f conftest.$ac_objext 6699rm -f conftest.$ac_objext
7159if { (ac_try="$ac_compile"
7160case "(($ac_try" in
7161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7162 *) ac_try_echo=$ac_try;;
7163esac
7164eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6700if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7165 (eval "$ac_compile") 2>conftest.er1 6701 (eval $ac_compile) 2>conftest.er1
7166 ac_status=$? 6702 ac_status=$?
7167 grep -v '^ *+' conftest.er1 >conftest.err 6703 grep -v '^ *+' conftest.er1 >conftest.err
7168 rm -f conftest.er1 6704 rm -f conftest.er1
7169 cat conftest.err >&5 6705 cat conftest.err >&5
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); } && { 6707 (exit $ac_status); } &&
7172 test -z "$ac_cxx_werror_flag" || 6708 { ac_try='test -z "$ac_cxx_werror_flag"
7173 test ! -s conftest.err 6709 || test ! -s conftest.err'
7174 } && test -s conftest.$ac_objext; then 6710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6711 (eval $ac_try) 2>&5
6712 ac_status=$?
6713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6714 (exit $ac_status); }; } &&
6715 { ac_try='test -s conftest.$ac_objext'
6716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6717 (eval $ac_try) 2>&5
6718 ac_status=$?
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); }; }; then
7175 eval "$as_ac_Header=yes" 6721 eval "$as_ac_Header=yes"
7176else 6722else
7177 echo "$as_me: failed program was:" >&5 6723 echo "$as_me: failed program was:" >&5
7178sed 's/^/| /' conftest.$ac_ext >&5 6724sed 's/^/| /' conftest.$ac_ext >&5
7179 6725
7180 eval "$as_ac_Header=no" 6726eval "$as_ac_Header=no"
7181fi 6727fi
7182
7183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6728rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7184fi 6729fi
7185ac_res=`eval echo '${'$as_ac_Header'}'` 6730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7186 { echo "$as_me:$LINENO: result: $ac_res" >&5 6731echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7187echo "${ECHO_T}$ac_res" >&6; }
7188if test `eval echo '${'$as_ac_Header'}'` = yes; then 6732if test `eval echo '${'$as_ac_Header'}'` = yes; then
7189 cat >>confdefs.h <<_ACEOF 6733 cat >>confdefs.h <<_ACEOF
7190#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6734#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7191_ACEOF 6735_ACEOF
7192 6736
7231 cwchar \ 6775 cwchar \
7232 clocale \ 6776 clocale \
7233 6777
7234do 6778do
7235as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6779as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7236if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6780if eval "test \"\${$as_ac_Header+set}\" = set"; then
7237 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6781 echo "$as_me:$LINENO: checking for $ac_header" >&5
7238echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6782echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7239if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6783if eval "test \"\${$as_ac_Header+set}\" = set"; then
7240 echo $ECHO_N "(cached) $ECHO_C" >&6 6784 echo $ECHO_N "(cached) $ECHO_C" >&6
7241fi 6785fi
7242ac_res=`eval echo '${'$as_ac_Header'}'` 6786echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7243 { echo "$as_me:$LINENO: result: $ac_res" >&5 6787echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7244echo "${ECHO_T}$ac_res" >&6; }
7245else 6788else
7246 # Is the header compilable? 6789 # Is the header compilable?
7247{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 6790echo "$as_me:$LINENO: checking $ac_header usability" >&5
7248echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6791echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7249cat >conftest.$ac_ext <<_ACEOF 6792cat >conftest.$ac_ext <<_ACEOF
7250/* confdefs.h. */ 6793/* confdefs.h. */
7251_ACEOF 6794_ACEOF
7252cat confdefs.h >>conftest.$ac_ext 6795cat confdefs.h >>conftest.$ac_ext
7253cat >>conftest.$ac_ext <<_ACEOF 6796cat >>conftest.$ac_ext <<_ACEOF
7254/* end confdefs.h. */ 6797/* end confdefs.h. */
7255$ac_includes_default 6798$ac_includes_default
7256#include <$ac_header> 6799#include <$ac_header>
7257_ACEOF 6800_ACEOF
7258rm -f conftest.$ac_objext 6801rm -f conftest.$ac_objext
7259if { (ac_try="$ac_compile"
7260case "(($ac_try" in
7261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7262 *) ac_try_echo=$ac_try;;
7263esac
7264eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7265 (eval "$ac_compile") 2>conftest.er1 6803 (eval $ac_compile) 2>conftest.er1
7266 ac_status=$? 6804 ac_status=$?
7267 grep -v '^ *+' conftest.er1 >conftest.err 6805 grep -v '^ *+' conftest.er1 >conftest.err
7268 rm -f conftest.er1 6806 rm -f conftest.er1
7269 cat conftest.err >&5 6807 cat conftest.err >&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); } && { 6809 (exit $ac_status); } &&
7272 test -z "$ac_cxx_werror_flag" || 6810 { ac_try='test -z "$ac_cxx_werror_flag"
7273 test ! -s conftest.err 6811 || test ! -s conftest.err'
7274 } && test -s conftest.$ac_objext; then 6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6813 (eval $ac_try) 2>&5
6814 ac_status=$?
6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6816 (exit $ac_status); }; } &&
6817 { ac_try='test -s conftest.$ac_objext'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6819 (eval $ac_try) 2>&5
6820 ac_status=$?
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; }; then
7275 ac_header_compiler=yes 6823 ac_header_compiler=yes
7276else 6824else
7277 echo "$as_me: failed program was:" >&5 6825 echo "$as_me: failed program was:" >&5
7278sed 's/^/| /' conftest.$ac_ext >&5 6826sed 's/^/| /' conftest.$ac_ext >&5
7279 6827
7280 ac_header_compiler=no 6828ac_header_compiler=no
7281fi 6829fi
7282
7283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6830rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7284{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6831echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7285echo "${ECHO_T}$ac_header_compiler" >&6; } 6832echo "${ECHO_T}$ac_header_compiler" >&6
7286 6833
7287# Is the header present? 6834# Is the header present?
7288{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 6835echo "$as_me:$LINENO: checking $ac_header presence" >&5
7289echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6836echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7290cat >conftest.$ac_ext <<_ACEOF 6837cat >conftest.$ac_ext <<_ACEOF
7291/* confdefs.h. */ 6838/* confdefs.h. */
7292_ACEOF 6839_ACEOF
7293cat confdefs.h >>conftest.$ac_ext 6840cat confdefs.h >>conftest.$ac_ext
7294cat >>conftest.$ac_ext <<_ACEOF 6841cat >>conftest.$ac_ext <<_ACEOF
7295/* end confdefs.h. */ 6842/* end confdefs.h. */
7296#include <$ac_header> 6843#include <$ac_header>
7297_ACEOF 6844_ACEOF
7298if { (ac_try="$ac_cpp conftest.$ac_ext" 6845if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7299case "(($ac_try" in
7300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7301 *) ac_try_echo=$ac_try;;
7302esac
7303eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7304 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7305 ac_status=$? 6847 ac_status=$?
7306 grep -v '^ *+' conftest.er1 >conftest.err 6848 grep -v '^ *+' conftest.er1 >conftest.err
7307 rm -f conftest.er1 6849 rm -f conftest.er1
7308 cat conftest.err >&5 6850 cat conftest.err >&5
7309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7310 (exit $ac_status); } >/dev/null && { 6852 (exit $ac_status); } >/dev/null; then
7311 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7312 test ! -s conftest.err 6853 if test -s conftest.err; then
7313 }; then 6854 ac_cpp_err=$ac_cxx_preproc_warn_flag
6855 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6856 else
6857 ac_cpp_err=
6858 fi
6859else
6860 ac_cpp_err=yes
6861fi
6862if test -z "$ac_cpp_err"; then
7314 ac_header_preproc=yes 6863 ac_header_preproc=yes
7315else 6864else
7316 echo "$as_me: failed program was:" >&5 6865 echo "$as_me: failed program was:" >&5
7317sed 's/^/| /' conftest.$ac_ext >&5 6866sed 's/^/| /' conftest.$ac_ext >&5
7318 6867
7319 ac_header_preproc=no 6868 ac_header_preproc=no
7320fi 6869fi
7321
7322rm -f conftest.err conftest.$ac_ext 6870rm -f conftest.err conftest.$ac_ext
7323{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6871echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7324echo "${ECHO_T}$ac_header_preproc" >&6; } 6872echo "${ECHO_T}$ac_header_preproc" >&6
7325 6873
7326# So? What about this header? 6874# So? What about this header?
7327case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6875case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7328 yes:no: ) 6876 yes:no: )
7329 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6877 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7343echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6891echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7344 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6892 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7345echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6893echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7346 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6894 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7347echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6895echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7348 6896 (
6897 cat <<\_ASBOX
6898## ------------------------------------------ ##
6899## Report this to the AC_PACKAGE_NAME lists. ##
6900## ------------------------------------------ ##
6901_ASBOX
6902 ) |
6903 sed "s/^/$as_me: WARNING: /" >&2
7349 ;; 6904 ;;
7350esac 6905esac
7351{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6906echo "$as_me:$LINENO: checking for $ac_header" >&5
7352echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6907echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7353if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6908if eval "test \"\${$as_ac_Header+set}\" = set"; then
7354 echo $ECHO_N "(cached) $ECHO_C" >&6 6909 echo $ECHO_N "(cached) $ECHO_C" >&6
7355else 6910else
7356 eval "$as_ac_Header=\$ac_header_preproc" 6911 eval "$as_ac_Header=\$ac_header_preproc"
7357fi 6912fi
7358ac_res=`eval echo '${'$as_ac_Header'}'` 6913echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7359 { echo "$as_me:$LINENO: result: $ac_res" >&5 6914echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7360echo "${ECHO_T}$ac_res" >&6; }
7361 6915
7362fi 6916fi
7363if test `eval echo '${'$as_ac_Header'}'` = yes; then 6917if test `eval echo '${'$as_ac_Header'}'` = yes; then
7364 cat >>confdefs.h <<_ACEOF 6918 cat >>confdefs.h <<_ACEOF
7365#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6919#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7368fi 6922fi
7369 6923
7370done 6924done
7371 6925
7372 6926
7373{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 6927echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7374echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 6928echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7375if test "${ac_cv_header_time+set}" = set; then 6929if test "${ac_cv_header_time+set}" = set; then
7376 echo $ECHO_N "(cached) $ECHO_C" >&6 6930 echo $ECHO_N "(cached) $ECHO_C" >&6
7377else 6931else
7378 cat >conftest.$ac_ext <<_ACEOF 6932 cat >conftest.$ac_ext <<_ACEOF
7379/* confdefs.h. */ 6933/* confdefs.h. */
7393 ; 6947 ;
7394 return 0; 6948 return 0;
7395} 6949}
7396_ACEOF 6950_ACEOF
7397rm -f conftest.$ac_objext 6951rm -f conftest.$ac_objext
7398if { (ac_try="$ac_compile"
7399case "(($ac_try" in
7400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7401 *) ac_try_echo=$ac_try;;
7402esac
7403eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7404 (eval "$ac_compile") 2>conftest.er1 6953 (eval $ac_compile) 2>conftest.er1
7405 ac_status=$? 6954 ac_status=$?
7406 grep -v '^ *+' conftest.er1 >conftest.err 6955 grep -v '^ *+' conftest.er1 >conftest.err
7407 rm -f conftest.er1 6956 rm -f conftest.er1
7408 cat conftest.err >&5 6957 cat conftest.err >&5
7409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7410 (exit $ac_status); } && { 6959 (exit $ac_status); } &&
7411 test -z "$ac_cxx_werror_flag" || 6960 { ac_try='test -z "$ac_cxx_werror_flag"
7412 test ! -s conftest.err 6961 || test ! -s conftest.err'
7413 } && test -s conftest.$ac_objext; then 6962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6963 (eval $ac_try) 2>&5
6964 ac_status=$?
6965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6966 (exit $ac_status); }; } &&
6967 { ac_try='test -s conftest.$ac_objext'
6968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6969 (eval $ac_try) 2>&5
6970 ac_status=$?
6971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6972 (exit $ac_status); }; }; then
7414 ac_cv_header_time=yes 6973 ac_cv_header_time=yes
7415else 6974else
7416 echo "$as_me: failed program was:" >&5 6975 echo "$as_me: failed program was:" >&5
7417sed 's/^/| /' conftest.$ac_ext >&5 6976sed 's/^/| /' conftest.$ac_ext >&5
7418 6977
7419 ac_cv_header_time=no 6978ac_cv_header_time=no
7420fi 6979fi
7421
7422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7423fi 6981fi
7424{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 6982echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7425echo "${ECHO_T}$ac_cv_header_time" >&6; } 6983echo "${ECHO_T}$ac_cv_header_time" >&6
7426if test $ac_cv_header_time = yes; then 6984if test $ac_cv_header_time = yes; then
7427 6985
7428cat >>confdefs.h <<\_ACEOF 6986cat >>confdefs.h <<\_ACEOF
7429#define TIME_WITH_SYS_TIME 1 6987#define TIME_WITH_SYS_TIME 1
7430_ACEOF 6988_ACEOF
7431 6989
7432fi 6990fi
7433 6991
7434 6992
7435{ echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5 6993echo "$as_me:$LINENO: checking whether termios.h and sys/ioctl.h may both be included" >&5
7436echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6; } 6994echo $ECHO_N "checking whether termios.h and sys/ioctl.h may both be included... $ECHO_C" >&6
7437if test "${rxvt_cv_header_sysioctl+set}" = set; then 6995if test "${rxvt_cv_header_sysioctl+set}" = set; then
7438 echo $ECHO_N "(cached) $ECHO_C" >&6 6996 echo $ECHO_N "(cached) $ECHO_C" >&6
7439else 6997else
7440 cat >conftest.$ac_ext <<_ACEOF 6998 cat >conftest.$ac_ext <<_ACEOF
7441/* confdefs.h. */ 6999/* confdefs.h. */
7455 ; 7013 ;
7456 return 0; 7014 return 0;
7457} 7015}
7458_ACEOF 7016_ACEOF
7459rm -f conftest.$ac_objext 7017rm -f conftest.$ac_objext
7460if { (ac_try="$ac_compile"
7461case "(($ac_try" in
7462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7463 *) ac_try_echo=$ac_try;;
7464esac
7465eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7466 (eval "$ac_compile") 2>conftest.er1 7019 (eval $ac_compile) 2>conftest.er1
7467 ac_status=$? 7020 ac_status=$?
7468 grep -v '^ *+' conftest.er1 >conftest.err 7021 grep -v '^ *+' conftest.er1 >conftest.err
7469 rm -f conftest.er1 7022 rm -f conftest.er1
7470 cat conftest.err >&5 7023 cat conftest.err >&5
7471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472 (exit $ac_status); } && { 7025 (exit $ac_status); } &&
7473 test -z "$ac_cxx_werror_flag" || 7026 { ac_try='test -z "$ac_cxx_werror_flag"
7474 test ! -s conftest.err 7027 || test ! -s conftest.err'
7475 } && test -s conftest.$ac_objext; then 7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 (eval $ac_try) 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; } &&
7033 { ac_try='test -s conftest.$ac_objext'
7034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7035 (eval $ac_try) 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7476 rxvt_cv_header_sysioctl=yes 7039 rxvt_cv_header_sysioctl=yes
7477else 7040else
7478 echo "$as_me: failed program was:" >&5 7041 echo "$as_me: failed program was:" >&5
7479sed 's/^/| /' conftest.$ac_ext >&5 7042sed 's/^/| /' conftest.$ac_ext >&5
7480 7043
7481 rxvt_cv_header_sysioctl=no 7044rxvt_cv_header_sysioctl=no
7482fi 7045fi
7483
7484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7485fi 7047fi
7486{ echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5 7048echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7487echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6; } 7049echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7488 7050
7489if test -n "$GCC"; then
7490 LDARG="-Wl,"
7491else
7492 LDARG=""
7493fi
7494R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7495
7496ac_save_CFLAGS=$CFLAGS
7497ac_save_LIBS=$LIBS
7498CFLAGS="$CFLAGS $X_CFLAGS"
7499LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7500{ echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7501echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6; }
7502if test "${rxvt_cv_rpath+set}" = set; then
7503 echo $ECHO_N "(cached) $ECHO_C" >&6
7504else
7505 if test "$cross_compiling" = yes; then
7506 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7507echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7508else
7509 cat >conftest.$ac_ext <<_ACEOF
7510/* confdefs.h. */
7511_ACEOF
7512cat confdefs.h >>conftest.$ac_ext
7513cat >>conftest.$ac_ext <<_ACEOF
7514/* end confdefs.h. */
7515#include <X11/Xlib.h>
7516#include <stdlib.h>
7517main()
7518{
7519 exit(0);
7520 (void) XOpenDisplay("foobar");
7521}
7522_ACEOF
7523rm -f conftest$ac_exeext
7524if { (ac_try="$ac_link"
7525case "(($ac_try" in
7526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7527 *) ac_try_echo=$ac_try;;
7528esac
7529eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7530 (eval "$ac_link") 2>&5
7531 ac_status=$?
7532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7534 { (case "(($ac_try" in
7535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7536 *) ac_try_echo=$ac_try;;
7537esac
7538eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7539 (eval "$ac_try") 2>&5
7540 ac_status=$?
7541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7542 (exit $ac_status); }; }; then
7543 rxvt_cv_rpath=yes
7544else
7545 echo "$as_me: program exited with status $ac_status" >&5
7546echo "$as_me: failed program was:" >&5
7547sed 's/^/| /' conftest.$ac_ext >&5
7548
7549( exit $ac_status )
7550rxvt_cv_rpath=no
7551fi
7552rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7553fi
7554
7555
7556fi
7557{ echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7558echo "${ECHO_T}$rxvt_cv_rpath" >&6; }
7559if test x$rxvt_cv_rpath != xyes; then
7560 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7561 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7562 { echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7563echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6; }
7564if test "${rxvt_cv_R+set}" = set; then
7565 echo $ECHO_N "(cached) $ECHO_C" >&6
7566else
7567 if test "$cross_compiling" = yes; then
7568 rxvt_cv_R=no
7569else
7570 cat >conftest.$ac_ext <<_ACEOF
7571/* confdefs.h. */
7572_ACEOF
7573cat confdefs.h >>conftest.$ac_ext
7574cat >>conftest.$ac_ext <<_ACEOF
7575/* end confdefs.h. */
7576#include <X11/Xlib.h>
7577#include <stdlib.h>
7578main()
7579{
7580 exit(0);
7581 (void) XOpenDisplay("foobar");
7582}
7583_ACEOF
7584rm -f conftest$ac_exeext
7585if { (ac_try="$ac_link"
7586case "(($ac_try" in
7587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7588 *) ac_try_echo=$ac_try;;
7589esac
7590eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7591 (eval "$ac_link") 2>&5
7592 ac_status=$?
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7595 { (case "(($ac_try" in
7596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7597 *) ac_try_echo=$ac_try;;
7598esac
7599eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7600 (eval "$ac_try") 2>&5
7601 ac_status=$?
7602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7603 (exit $ac_status); }; }; then
7604 rxvt_cv_R=yes
7605else
7606 echo "$as_me: program exited with status $ac_status" >&5
7607echo "$as_me: failed program was:" >&5
7608sed 's/^/| /' conftest.$ac_ext >&5
7609
7610( exit $ac_status )
7611rxvt_cv_R=no
7612fi
7613rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7614fi
7615
7616
7617fi
7618{ echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7619echo "${ECHO_T}$rxvt_cv_R" >&6; }
7620 if test x$rxvt_cv_R != xyes; then
7621 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7622 fi
7623fi
7624
7625{ echo "$as_me:$LINENO: checking for XPointer" >&5 7051echo "$as_me:$LINENO: checking for XPointer" >&5
7626echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; } 7052echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7627if test "${rxvt_cv_xpointer+set}" = set; then 7053if test "${rxvt_cv_xpointer+set}" = set; then
7628 echo $ECHO_N "(cached) $ECHO_C" >&6 7054 echo $ECHO_N "(cached) $ECHO_C" >&6
7629else 7055else
7630 cat >conftest.$ac_ext <<_ACEOF 7056 cat >conftest.$ac_ext <<_ACEOF
7631/* confdefs.h. */ 7057/* confdefs.h. */
7641 ; 7067 ;
7642 return 0; 7068 return 0;
7643} 7069}
7644_ACEOF 7070_ACEOF
7645rm -f conftest.$ac_objext 7071rm -f conftest.$ac_objext
7646if { (ac_try="$ac_compile"
7647case "(($ac_try" in
7648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7649 *) ac_try_echo=$ac_try;;
7650esac
7651eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7652 (eval "$ac_compile") 2>conftest.er1 7073 (eval $ac_compile) 2>conftest.er1
7653 ac_status=$? 7074 ac_status=$?
7654 grep -v '^ *+' conftest.er1 >conftest.err 7075 grep -v '^ *+' conftest.er1 >conftest.err
7655 rm -f conftest.er1 7076 rm -f conftest.er1
7656 cat conftest.err >&5 7077 cat conftest.err >&5
7657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7658 (exit $ac_status); } && { 7079 (exit $ac_status); } &&
7659 test -z "$ac_cxx_werror_flag" || 7080 { ac_try='test -z "$ac_cxx_werror_flag"
7660 test ! -s conftest.err 7081 || test ! -s conftest.err'
7661 } && test -s conftest.$ac_objext; then 7082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7083 (eval $ac_try) 2>&5
7084 ac_status=$?
7085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7086 (exit $ac_status); }; } &&
7087 { ac_try='test -s conftest.$ac_objext'
7088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7089 (eval $ac_try) 2>&5
7090 ac_status=$?
7091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7092 (exit $ac_status); }; }; then
7662 rxvt_cv_xpointer=yes 7093 rxvt_cv_xpointer=yes
7663else 7094else
7664 echo "$as_me: failed program was:" >&5 7095 echo "$as_me: failed program was:" >&5
7665sed 's/^/| /' conftest.$ac_ext >&5 7096sed 's/^/| /' conftest.$ac_ext >&5
7666 7097
7667 rxvt_cv_xpointer=no 7098rxvt_cv_xpointer=no
7668fi 7099fi
7669
7670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7100rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7671fi 7101fi
7672{ echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5 7102echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7673echo "${ECHO_T}$rxvt_cv_xpointer" >&6; } 7103echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7674if test x$rxvt_cv_xpointer = xyes; then 7104if test x$rxvt_cv_xpointer = xyes; then
7675 7105
7676cat >>confdefs.h <<\_ACEOF 7106cat >>confdefs.h <<\_ACEOF
7677#define HAVE_XPOINTER 1 7107#define HAVE_XPOINTER 1
7678_ACEOF 7108_ACEOF
7679 7109
7680fi 7110fi
7681LIBS=$ac_save_LIBS
7682CFLAGS=$ac_save_CFLAGS
7683 7111
7684{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5 7112echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7685echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; } 7113echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6
7686if test "${rxvt_xlib_illegal_access+set}" = set; then 7114if test "${rxvt_xlib_illegal_access+set}" = set; then
7687 echo $ECHO_N "(cached) $ECHO_C" >&6 7115 echo $ECHO_N "(cached) $ECHO_C" >&6
7688else 7116else
7689 cat >conftest.$ac_ext <<_ACEOF 7117 cat >conftest.$ac_ext <<_ACEOF
7690/* confdefs.h. */ 7118/* confdefs.h. */
7706 ; 7134 ;
7707 return 0; 7135 return 0;
7708} 7136}
7709_ACEOF 7137_ACEOF
7710rm -f conftest.$ac_objext 7138rm -f conftest.$ac_objext
7711if { (ac_try="$ac_compile"
7712case "(($ac_try" in
7713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7714 *) ac_try_echo=$ac_try;;
7715esac
7716eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7139if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7717 (eval "$ac_compile") 2>conftest.er1 7140 (eval $ac_compile) 2>conftest.er1
7718 ac_status=$? 7141 ac_status=$?
7719 grep -v '^ *+' conftest.er1 >conftest.err 7142 grep -v '^ *+' conftest.er1 >conftest.err
7720 rm -f conftest.er1 7143 rm -f conftest.er1
7721 cat conftest.err >&5 7144 cat conftest.err >&5
7722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7723 (exit $ac_status); } && { 7146 (exit $ac_status); } &&
7724 test -z "$ac_cxx_werror_flag" || 7147 { ac_try='test -z "$ac_cxx_werror_flag"
7725 test ! -s conftest.err 7148 || test ! -s conftest.err'
7726 } && test -s conftest.$ac_objext; then 7149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7150 (eval $ac_try) 2>&5
7151 ac_status=$?
7152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7153 (exit $ac_status); }; } &&
7154 { ac_try='test -s conftest.$ac_objext'
7155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7156 (eval $ac_try) 2>&5
7157 ac_status=$?
7158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7159 (exit $ac_status); }; }; then
7727 rxvt_xlib_illegal_access=yes 7160 rxvt_xlib_illegal_access=yes
7728else 7161else
7729 echo "$as_me: failed program was:" >&5 7162 echo "$as_me: failed program was:" >&5
7730sed 's/^/| /' conftest.$ac_ext >&5 7163sed 's/^/| /' conftest.$ac_ext >&5
7731 7164
7732 rxvt_xlib_illegal_access=no 7165rxvt_xlib_illegal_access=no
7733 7166
7734fi 7167fi
7735
7736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7168rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7737fi 7169fi
7738{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5 7170echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7739echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; } 7171echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6
7740if test x$rxvt_xlib_illegal_access = xyes; then 7172if test x$rxvt_xlib_illegal_access = xyes; then
7741 7173
7742cat >>confdefs.h <<\_ACEOF 7174cat >>confdefs.h <<\_ACEOF
7743#define XLIB_ILLEGAL_ACCESS 1 7175#define XLIB_ILLEGAL_ACCESS 1
7744_ACEOF 7176_ACEOF
7745 7177
7746fi 7178fi
7747 7179
7748{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 7180echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7749echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 7181echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7750if test "${ac_cv_c_const+set}" = set; then 7182if test "${ac_cv_c_const+set}" = set; then
7751 echo $ECHO_N "(cached) $ECHO_C" >&6 7183 echo $ECHO_N "(cached) $ECHO_C" >&6
7752else 7184else
7753 cat >conftest.$ac_ext <<_ACEOF 7185 cat >conftest.$ac_ext <<_ACEOF
7754/* confdefs.h. */ 7186/* confdefs.h. */
7762{ 7194{
7763/* FIXME: Include the comments suggested by Paul. */ 7195/* FIXME: Include the comments suggested by Paul. */
7764#ifndef __cplusplus 7196#ifndef __cplusplus
7765 /* Ultrix mips cc rejects this. */ 7197 /* Ultrix mips cc rejects this. */
7766 typedef int charset[2]; 7198 typedef int charset[2];
7767 const charset cs; 7199 const charset x;
7768 /* SunOS 4.1.1 cc rejects this. */ 7200 /* SunOS 4.1.1 cc rejects this. */
7769 char const *const *pcpcc; 7201 char const *const *ccp;
7770 char **ppc; 7202 char **p;
7771 /* NEC SVR4.0.2 mips cc rejects this. */ 7203 /* NEC SVR4.0.2 mips cc rejects this. */
7772 struct point {int x, y;}; 7204 struct point {int x, y;};
7773 static struct point const zero = {0,0}; 7205 static struct point const zero = {0,0};
7774 /* AIX XL C 1.02.0.0 rejects this. 7206 /* AIX XL C 1.02.0.0 rejects this.
7775 It does not let you subtract one const X* pointer from another in 7207 It does not let you subtract one const X* pointer from another in
7776 an arm of an if-expression whose if-part is not a constant 7208 an arm of an if-expression whose if-part is not a constant
7777 expression */ 7209 expression */
7778 const char *g = "string"; 7210 const char *g = "string";
7779 pcpcc = &g + (g ? g-g : 0); 7211 ccp = &g + (g ? g-g : 0);
7780 /* HPUX 7.0 cc rejects these. */ 7212 /* HPUX 7.0 cc rejects these. */
7781 ++pcpcc; 7213 ++ccp;
7782 ppc = (char**) pcpcc; 7214 p = (char**) ccp;
7783 pcpcc = (char const *const *) ppc; 7215 ccp = (char const *const *) p;
7784 { /* SCO 3.2v4 cc rejects this. */ 7216 { /* SCO 3.2v4 cc rejects this. */
7785 char *t; 7217 char *t;
7786 char const *s = 0 ? (char *) 0 : (char const *) 0; 7218 char const *s = 0 ? (char *) 0 : (char const *) 0;
7787 7219
7788 *t++ = 0; 7220 *t++ = 0;
7789 if (s) return 0;
7790 } 7221 }
7791 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 7222 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7792 int x[] = {25, 17}; 7223 int x[] = {25, 17};
7793 const int *foo = &x[0]; 7224 const int *foo = &x[0];
7794 ++foo; 7225 ++foo;
7803 struct s { int j; const int *ap[3]; }; 7234 struct s { int j; const int *ap[3]; };
7804 struct s *b; b->j = 5; 7235 struct s *b; b->j = 5;
7805 } 7236 }
7806 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 7237 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7807 const int foo = 10; 7238 const int foo = 10;
7808 if (!foo) return 0;
7809 } 7239 }
7810 return !cs[0] && !zero.x;
7811#endif 7240#endif
7812 7241
7813 ; 7242 ;
7814 return 0; 7243 return 0;
7815} 7244}
7816_ACEOF 7245_ACEOF
7817rm -f conftest.$ac_objext 7246rm -f conftest.$ac_objext
7818if { (ac_try="$ac_compile"
7819case "(($ac_try" in
7820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821 *) ac_try_echo=$ac_try;;
7822esac
7823eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7247if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7824 (eval "$ac_compile") 2>conftest.er1 7248 (eval $ac_compile) 2>conftest.er1
7825 ac_status=$? 7249 ac_status=$?
7826 grep -v '^ *+' conftest.er1 >conftest.err 7250 grep -v '^ *+' conftest.er1 >conftest.err
7827 rm -f conftest.er1 7251 rm -f conftest.er1
7828 cat conftest.err >&5 7252 cat conftest.err >&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); } && { 7254 (exit $ac_status); } &&
7831 test -z "$ac_cxx_werror_flag" || 7255 { ac_try='test -z "$ac_cxx_werror_flag"
7832 test ! -s conftest.err 7256 || test ! -s conftest.err'
7833 } && test -s conftest.$ac_objext; then 7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7258 (eval $ac_try) 2>&5
7259 ac_status=$?
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); }; } &&
7262 { ac_try='test -s conftest.$ac_objext'
7263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7264 (eval $ac_try) 2>&5
7265 ac_status=$?
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); }; }; then
7834 ac_cv_c_const=yes 7268 ac_cv_c_const=yes
7835else 7269else
7836 echo "$as_me: failed program was:" >&5 7270 echo "$as_me: failed program was:" >&5
7837sed 's/^/| /' conftest.$ac_ext >&5 7271sed 's/^/| /' conftest.$ac_ext >&5
7838 7272
7839 ac_cv_c_const=no 7273ac_cv_c_const=no
7840fi 7274fi
7841
7842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7275rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7843fi 7276fi
7844{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7277echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7845echo "${ECHO_T}$ac_cv_c_const" >&6; } 7278echo "${ECHO_T}$ac_cv_c_const" >&6
7846if test $ac_cv_c_const = no; then 7279if test $ac_cv_c_const = no; then
7847 7280
7848cat >>confdefs.h <<\_ACEOF 7281cat >>confdefs.h <<\_ACEOF
7849#define const 7282#define const
7850_ACEOF 7283_ACEOF
7851 7284
7852fi 7285fi
7853 7286
7854{ echo "$as_me:$LINENO: checking for inline" >&5 7287echo "$as_me:$LINENO: checking for inline" >&5
7855echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 7288echo $ECHO_N "checking for inline... $ECHO_C" >&6
7856if test "${ac_cv_c_inline+set}" = set; then 7289if test "${ac_cv_c_inline+set}" = set; then
7857 echo $ECHO_N "(cached) $ECHO_C" >&6 7290 echo $ECHO_N "(cached) $ECHO_C" >&6
7858else 7291else
7859 ac_cv_c_inline=no 7292 ac_cv_c_inline=no
7860for ac_kw in inline __inline__ __inline; do 7293for ac_kw in inline __inline__ __inline; do
7870$ac_kw foo_t foo () {return 0; } 7303$ac_kw foo_t foo () {return 0; }
7871#endif 7304#endif
7872 7305
7873_ACEOF 7306_ACEOF
7874rm -f conftest.$ac_objext 7307rm -f conftest.$ac_objext
7875if { (ac_try="$ac_compile"
7876case "(($ac_try" in
7877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7878 *) ac_try_echo=$ac_try;;
7879esac
7880eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7308if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7881 (eval "$ac_compile") 2>conftest.er1 7309 (eval $ac_compile) 2>conftest.er1
7882 ac_status=$? 7310 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err 7311 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1 7312 rm -f conftest.er1
7885 cat conftest.err >&5 7313 cat conftest.err >&5
7886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && { 7315 (exit $ac_status); } &&
7888 test -z "$ac_cxx_werror_flag" || 7316 { ac_try='test -z "$ac_cxx_werror_flag"
7889 test ! -s conftest.err 7317 || test ! -s conftest.err'
7890 } && test -s conftest.$ac_objext; then 7318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7319 (eval $ac_try) 2>&5
7320 ac_status=$?
7321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7322 (exit $ac_status); }; } &&
7323 { ac_try='test -s conftest.$ac_objext'
7324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7325 (eval $ac_try) 2>&5
7326 ac_status=$?
7327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7328 (exit $ac_status); }; }; then
7891 ac_cv_c_inline=$ac_kw 7329 ac_cv_c_inline=$ac_kw; break
7892else 7330else
7893 echo "$as_me: failed program was:" >&5 7331 echo "$as_me: failed program was:" >&5
7894sed 's/^/| /' conftest.$ac_ext >&5 7332sed 's/^/| /' conftest.$ac_ext >&5
7895 7333
7896
7897fi 7334fi
7898
7899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7335rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7900 test "$ac_cv_c_inline" != no && break
7901done 7336done
7902 7337
7903fi 7338fi
7904{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 7339echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7905echo "${ECHO_T}$ac_cv_c_inline" >&6; } 7340echo "${ECHO_T}$ac_cv_c_inline" >&6
7906 7341
7907 7342
7908case $ac_cv_c_inline in 7343case $ac_cv_c_inline in
7909 inline | yes) ;; 7344 inline | yes) ;;
7910 *) 7345 *)
7920 ;; 7355 ;;
7921esac 7356esac
7922 7357
7923 7358
7924 7359
7925{ echo "$as_me:$LINENO: checking for mode_t" >&5 7360echo "$as_me:$LINENO: checking for mode_t" >&5
7926echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } 7361echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
7927if test "${ac_cv_type_mode_t+set}" = set; then 7362if test "${ac_cv_type_mode_t+set}" = set; then
7928 echo $ECHO_N "(cached) $ECHO_C" >&6 7363 echo $ECHO_N "(cached) $ECHO_C" >&6
7929else 7364else
7930 cat >conftest.$ac_ext <<_ACEOF 7365 cat >conftest.$ac_ext <<_ACEOF
7931/* confdefs.h. */ 7366/* confdefs.h. */
7932_ACEOF 7367_ACEOF
7933cat confdefs.h >>conftest.$ac_ext 7368cat confdefs.h >>conftest.$ac_ext
7934cat >>conftest.$ac_ext <<_ACEOF 7369cat >>conftest.$ac_ext <<_ACEOF
7935/* end confdefs.h. */ 7370/* end confdefs.h. */
7936$ac_includes_default 7371$ac_includes_default
7937typedef mode_t ac__type_new_;
7938int 7372int
7939main () 7373main ()
7940{ 7374{
7941if ((ac__type_new_ *) 0) 7375if ((mode_t *) 0)
7942 return 0; 7376 return 0;
7943if (sizeof (ac__type_new_)) 7377if (sizeof (mode_t))
7944 return 0; 7378 return 0;
7945 ; 7379 ;
7946 return 0; 7380 return 0;
7947} 7381}
7948_ACEOF 7382_ACEOF
7949rm -f conftest.$ac_objext 7383rm -f conftest.$ac_objext
7950if { (ac_try="$ac_compile"
7951case "(($ac_try" in
7952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7953 *) ac_try_echo=$ac_try;;
7954esac
7955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7384if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7956 (eval "$ac_compile") 2>conftest.er1 7385 (eval $ac_compile) 2>conftest.er1
7957 ac_status=$? 7386 ac_status=$?
7958 grep -v '^ *+' conftest.er1 >conftest.err 7387 grep -v '^ *+' conftest.er1 >conftest.err
7959 rm -f conftest.er1 7388 rm -f conftest.er1
7960 cat conftest.err >&5 7389 cat conftest.err >&5
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); } && { 7391 (exit $ac_status); } &&
7963 test -z "$ac_cxx_werror_flag" || 7392 { ac_try='test -z "$ac_cxx_werror_flag"
7964 test ! -s conftest.err 7393 || test ! -s conftest.err'
7965 } && test -s conftest.$ac_objext; then 7394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7395 (eval $ac_try) 2>&5
7396 ac_status=$?
7397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7398 (exit $ac_status); }; } &&
7399 { ac_try='test -s conftest.$ac_objext'
7400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7401 (eval $ac_try) 2>&5
7402 ac_status=$?
7403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7404 (exit $ac_status); }; }; then
7966 ac_cv_type_mode_t=yes 7405 ac_cv_type_mode_t=yes
7967else 7406else
7968 echo "$as_me: failed program was:" >&5 7407 echo "$as_me: failed program was:" >&5
7969sed 's/^/| /' conftest.$ac_ext >&5 7408sed 's/^/| /' conftest.$ac_ext >&5
7970 7409
7971 ac_cv_type_mode_t=no 7410ac_cv_type_mode_t=no
7972fi 7411fi
7973
7974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7412rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7975fi 7413fi
7976{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 7414echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
7977echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } 7415echo "${ECHO_T}$ac_cv_type_mode_t" >&6
7978if test $ac_cv_type_mode_t = yes; then 7416if test $ac_cv_type_mode_t = yes; then
7979 : 7417 :
7980else 7418else
7981 7419
7982cat >>confdefs.h <<_ACEOF 7420cat >>confdefs.h <<_ACEOF
7983#define mode_t int 7421#define mode_t int
7984_ACEOF 7422_ACEOF
7985 7423
7986fi 7424fi
7987 7425
7988{ echo "$as_me:$LINENO: checking for pid_t" >&5 7426echo "$as_me:$LINENO: checking for pid_t" >&5
7989echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 7427echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7990if test "${ac_cv_type_pid_t+set}" = set; then 7428if test "${ac_cv_type_pid_t+set}" = set; then
7991 echo $ECHO_N "(cached) $ECHO_C" >&6 7429 echo $ECHO_N "(cached) $ECHO_C" >&6
7992else 7430else
7993 cat >conftest.$ac_ext <<_ACEOF 7431 cat >conftest.$ac_ext <<_ACEOF
7994/* confdefs.h. */ 7432/* confdefs.h. */
7995_ACEOF 7433_ACEOF
7996cat confdefs.h >>conftest.$ac_ext 7434cat confdefs.h >>conftest.$ac_ext
7997cat >>conftest.$ac_ext <<_ACEOF 7435cat >>conftest.$ac_ext <<_ACEOF
7998/* end confdefs.h. */ 7436/* end confdefs.h. */
7999$ac_includes_default 7437$ac_includes_default
8000typedef pid_t ac__type_new_;
8001int 7438int
8002main () 7439main ()
8003{ 7440{
8004if ((ac__type_new_ *) 0) 7441if ((pid_t *) 0)
8005 return 0; 7442 return 0;
8006if (sizeof (ac__type_new_)) 7443if (sizeof (pid_t))
8007 return 0; 7444 return 0;
8008 ; 7445 ;
8009 return 0; 7446 return 0;
8010} 7447}
8011_ACEOF 7448_ACEOF
8012rm -f conftest.$ac_objext 7449rm -f conftest.$ac_objext
8013if { (ac_try="$ac_compile"
8014case "(($ac_try" in
8015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8016 *) ac_try_echo=$ac_try;;
8017esac
8018eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7450if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8019 (eval "$ac_compile") 2>conftest.er1 7451 (eval $ac_compile) 2>conftest.er1
8020 ac_status=$? 7452 ac_status=$?
8021 grep -v '^ *+' conftest.er1 >conftest.err 7453 grep -v '^ *+' conftest.er1 >conftest.err
8022 rm -f conftest.er1 7454 rm -f conftest.er1
8023 cat conftest.err >&5 7455 cat conftest.err >&5
8024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8025 (exit $ac_status); } && { 7457 (exit $ac_status); } &&
8026 test -z "$ac_cxx_werror_flag" || 7458 { ac_try='test -z "$ac_cxx_werror_flag"
8027 test ! -s conftest.err 7459 || test ! -s conftest.err'
8028 } && test -s conftest.$ac_objext; then 7460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7461 (eval $ac_try) 2>&5
7462 ac_status=$?
7463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7464 (exit $ac_status); }; } &&
7465 { ac_try='test -s conftest.$ac_objext'
7466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7467 (eval $ac_try) 2>&5
7468 ac_status=$?
7469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7470 (exit $ac_status); }; }; then
8029 ac_cv_type_pid_t=yes 7471 ac_cv_type_pid_t=yes
8030else 7472else
8031 echo "$as_me: failed program was:" >&5 7473 echo "$as_me: failed program was:" >&5
8032sed 's/^/| /' conftest.$ac_ext >&5 7474sed 's/^/| /' conftest.$ac_ext >&5
8033 7475
8034 ac_cv_type_pid_t=no 7476ac_cv_type_pid_t=no
8035fi 7477fi
8036
8037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7478rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8038fi 7479fi
8039{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 7480echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8040echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 7481echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8041if test $ac_cv_type_pid_t = yes; then 7482if test $ac_cv_type_pid_t = yes; then
8042 : 7483 :
8043else 7484else
8044 7485
8045cat >>confdefs.h <<_ACEOF 7486cat >>confdefs.h <<_ACEOF
8046#define pid_t int 7487#define pid_t int
8047_ACEOF 7488_ACEOF
8048 7489
8049fi 7490fi
8050 7491
8051{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 7492echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8052echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 7493echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8053if test "${ac_cv_type_uid_t+set}" = set; then 7494if test "${ac_cv_type_uid_t+set}" = set; then
8054 echo $ECHO_N "(cached) $ECHO_C" >&6 7495 echo $ECHO_N "(cached) $ECHO_C" >&6
8055else 7496else
8056 cat >conftest.$ac_ext <<_ACEOF 7497 cat >conftest.$ac_ext <<_ACEOF
8057/* confdefs.h. */ 7498/* confdefs.h. */
8069 ac_cv_type_uid_t=no 7510 ac_cv_type_uid_t=no
8070fi 7511fi
8071rm -f conftest* 7512rm -f conftest*
8072 7513
8073fi 7514fi
8074{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 7515echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8075echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 7516echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8076if test $ac_cv_type_uid_t = no; then 7517if test $ac_cv_type_uid_t = no; then
8077 7518
8078cat >>confdefs.h <<\_ACEOF 7519cat >>confdefs.h <<\_ACEOF
8079#define uid_t int 7520#define uid_t int
8080_ACEOF 7521_ACEOF
8085_ACEOF 7526_ACEOF
8086 7527
8087fi 7528fi
8088 7529
8089 7530
8090{ echo "$as_me:$LINENO: checking for short" >&5 7531echo "$as_me:$LINENO: checking for short" >&5
8091echo $ECHO_N "checking for short... $ECHO_C" >&6; } 7532echo $ECHO_N "checking for short... $ECHO_C" >&6
8092if test "${ac_cv_type_short+set}" = set; then 7533if test "${ac_cv_type_short+set}" = set; then
8093 echo $ECHO_N "(cached) $ECHO_C" >&6 7534 echo $ECHO_N "(cached) $ECHO_C" >&6
8094else 7535else
8095 cat >conftest.$ac_ext <<_ACEOF 7536 cat >conftest.$ac_ext <<_ACEOF
8096/* confdefs.h. */ 7537/* confdefs.h. */
8097_ACEOF 7538_ACEOF
8098cat confdefs.h >>conftest.$ac_ext 7539cat confdefs.h >>conftest.$ac_ext
8099cat >>conftest.$ac_ext <<_ACEOF 7540cat >>conftest.$ac_ext <<_ACEOF
8100/* end confdefs.h. */ 7541/* end confdefs.h. */
8101$ac_includes_default 7542$ac_includes_default
8102typedef short ac__type_new_;
8103int 7543int
8104main () 7544main ()
8105{ 7545{
8106if ((ac__type_new_ *) 0) 7546if ((short *) 0)
8107 return 0; 7547 return 0;
8108if (sizeof (ac__type_new_)) 7548if (sizeof (short))
8109 return 0; 7549 return 0;
8110 ; 7550 ;
8111 return 0; 7551 return 0;
8112} 7552}
8113_ACEOF 7553_ACEOF
8114rm -f conftest.$ac_objext 7554rm -f conftest.$ac_objext
8115if { (ac_try="$ac_compile"
8116case "(($ac_try" in
8117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8118 *) ac_try_echo=$ac_try;;
8119esac
8120eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8121 (eval "$ac_compile") 2>conftest.er1 7556 (eval $ac_compile) 2>conftest.er1
8122 ac_status=$? 7557 ac_status=$?
8123 grep -v '^ *+' conftest.er1 >conftest.err 7558 grep -v '^ *+' conftest.er1 >conftest.err
8124 rm -f conftest.er1 7559 rm -f conftest.er1
8125 cat conftest.err >&5 7560 cat conftest.err >&5
8126 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127 (exit $ac_status); } && { 7562 (exit $ac_status); } &&
8128 test -z "$ac_cxx_werror_flag" || 7563 { ac_try='test -z "$ac_cxx_werror_flag"
8129 test ! -s conftest.err 7564 || test ! -s conftest.err'
8130 } && test -s conftest.$ac_objext; then 7565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7566 (eval $ac_try) 2>&5
7567 ac_status=$?
7568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7569 (exit $ac_status); }; } &&
7570 { ac_try='test -s conftest.$ac_objext'
7571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7572 (eval $ac_try) 2>&5
7573 ac_status=$?
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); }; }; then
8131 ac_cv_type_short=yes 7576 ac_cv_type_short=yes
8132else 7577else
8133 echo "$as_me: failed program was:" >&5 7578 echo "$as_me: failed program was:" >&5
8134sed 's/^/| /' conftest.$ac_ext >&5 7579sed 's/^/| /' conftest.$ac_ext >&5
8135 7580
8136 ac_cv_type_short=no 7581ac_cv_type_short=no
8137fi 7582fi
8138
8139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7583rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8140fi 7584fi
8141{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 7585echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8142echo "${ECHO_T}$ac_cv_type_short" >&6; } 7586echo "${ECHO_T}$ac_cv_type_short" >&6
8143 7587
8144# The cast to long int works around a bug in the HP C Compiler
8145# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8146# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8147# This bug is HP SR number 8606223364.
8148{ echo "$as_me:$LINENO: checking size of short" >&5 7588echo "$as_me:$LINENO: checking size of short" >&5
8149echo $ECHO_N "checking size of short... $ECHO_C" >&6; } 7589echo $ECHO_N "checking size of short... $ECHO_C" >&6
8150if test "${ac_cv_sizeof_short+set}" = set; then 7590if test "${ac_cv_sizeof_short+set}" = set; then
8151 echo $ECHO_N "(cached) $ECHO_C" >&6 7591 echo $ECHO_N "(cached) $ECHO_C" >&6
8152else 7592else
7593 if test "$ac_cv_type_short" = yes; then
7594 # The cast to unsigned long works around a bug in the HP C Compiler
7595 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7596 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7597 # This bug is HP SR number 8606223364.
8153 if test "$cross_compiling" = yes; then 7598 if test "$cross_compiling" = yes; then
8154 # Depending upon the size, compute the lo and hi bounds. 7599 # Depending upon the size, compute the lo and hi bounds.
8155cat >conftest.$ac_ext <<_ACEOF 7600cat >conftest.$ac_ext <<_ACEOF
8156/* confdefs.h. */ 7601/* confdefs.h. */
8157_ACEOF 7602_ACEOF
8158cat confdefs.h >>conftest.$ac_ext 7603cat confdefs.h >>conftest.$ac_ext
8159cat >>conftest.$ac_ext <<_ACEOF 7604cat >>conftest.$ac_ext <<_ACEOF
8160/* end confdefs.h. */ 7605/* end confdefs.h. */
8161$ac_includes_default 7606$ac_includes_default
8162 typedef short ac__type_sizeof_;
8163int 7607int
8164main () 7608main ()
8165{ 7609{
8166static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 7610static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8167test_array [0] = 0 7611test_array [0] = 0
8168 7612
8169 ; 7613 ;
8170 return 0; 7614 return 0;
8171} 7615}
8172_ACEOF 7616_ACEOF
8173rm -f conftest.$ac_objext 7617rm -f conftest.$ac_objext
8174if { (ac_try="$ac_compile"
8175case "(($ac_try" in
8176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8177 *) ac_try_echo=$ac_try;;
8178esac
8179eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7618if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8180 (eval "$ac_compile") 2>conftest.er1 7619 (eval $ac_compile) 2>conftest.er1
8181 ac_status=$? 7620 ac_status=$?
8182 grep -v '^ *+' conftest.er1 >conftest.err 7621 grep -v '^ *+' conftest.er1 >conftest.err
8183 rm -f conftest.er1 7622 rm -f conftest.er1
8184 cat conftest.err >&5 7623 cat conftest.err >&5
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 (exit $ac_status); } && { 7625 (exit $ac_status); } &&
8187 test -z "$ac_cxx_werror_flag" || 7626 { ac_try='test -z "$ac_cxx_werror_flag"
8188 test ! -s conftest.err 7627 || test ! -s conftest.err'
8189 } && test -s conftest.$ac_objext; then 7628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7629 (eval $ac_try) 2>&5
7630 ac_status=$?
7631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632 (exit $ac_status); }; } &&
7633 { ac_try='test -s conftest.$ac_objext'
7634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7635 (eval $ac_try) 2>&5
7636 ac_status=$?
7637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638 (exit $ac_status); }; }; then
8190 ac_lo=0 ac_mid=0 7639 ac_lo=0 ac_mid=0
8191 while :; do 7640 while :; do
8192 cat >conftest.$ac_ext <<_ACEOF 7641 cat >conftest.$ac_ext <<_ACEOF
8193/* confdefs.h. */ 7642/* confdefs.h. */
8194_ACEOF 7643_ACEOF
8195cat confdefs.h >>conftest.$ac_ext 7644cat confdefs.h >>conftest.$ac_ext
8196cat >>conftest.$ac_ext <<_ACEOF 7645cat >>conftest.$ac_ext <<_ACEOF
8197/* end confdefs.h. */ 7646/* end confdefs.h. */
8198$ac_includes_default 7647$ac_includes_default
8199 typedef short ac__type_sizeof_;
8200int 7648int
8201main () 7649main ()
8202{ 7650{
8203static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7651static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8204test_array [0] = 0 7652test_array [0] = 0
8205 7653
8206 ; 7654 ;
8207 return 0; 7655 return 0;
8208} 7656}
8209_ACEOF 7657_ACEOF
8210rm -f conftest.$ac_objext 7658rm -f conftest.$ac_objext
8211if { (ac_try="$ac_compile"
8212case "(($ac_try" in
8213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214 *) ac_try_echo=$ac_try;;
8215esac
8216eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7659if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8217 (eval "$ac_compile") 2>conftest.er1 7660 (eval $ac_compile) 2>conftest.er1
8218 ac_status=$? 7661 ac_status=$?
8219 grep -v '^ *+' conftest.er1 >conftest.err 7662 grep -v '^ *+' conftest.er1 >conftest.err
8220 rm -f conftest.er1 7663 rm -f conftest.er1
8221 cat conftest.err >&5 7664 cat conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } && { 7666 (exit $ac_status); } &&
8224 test -z "$ac_cxx_werror_flag" || 7667 { ac_try='test -z "$ac_cxx_werror_flag"
8225 test ! -s conftest.err 7668 || test ! -s conftest.err'
8226 } && test -s conftest.$ac_objext; then 7669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7670 (eval $ac_try) 2>&5
7671 ac_status=$?
7672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7673 (exit $ac_status); }; } &&
7674 { ac_try='test -s conftest.$ac_objext'
7675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7676 (eval $ac_try) 2>&5
7677 ac_status=$?
7678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679 (exit $ac_status); }; }; then
8227 ac_hi=$ac_mid; break 7680 ac_hi=$ac_mid; break
8228else 7681else
8229 echo "$as_me: failed program was:" >&5 7682 echo "$as_me: failed program was:" >&5
8230sed 's/^/| /' conftest.$ac_ext >&5 7683sed 's/^/| /' conftest.$ac_ext >&5
8231 7684
8232 ac_lo=`expr $ac_mid + 1` 7685ac_lo=`expr $ac_mid + 1`
8233 if test $ac_lo -le $ac_mid; then 7686 if test $ac_lo -le $ac_mid; then
8234 ac_lo= ac_hi= 7687 ac_lo= ac_hi=
8235 break 7688 break
8236 fi 7689 fi
8237 ac_mid=`expr 2 '*' $ac_mid + 1` 7690 ac_mid=`expr 2 '*' $ac_mid + 1`
8238fi 7691fi
8239
8240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7692rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8241 done 7693 done
8242else 7694else
8243 echo "$as_me: failed program was:" >&5 7695 echo "$as_me: failed program was:" >&5
8244sed 's/^/| /' conftest.$ac_ext >&5 7696sed 's/^/| /' conftest.$ac_ext >&5
8245 7697
8246 cat >conftest.$ac_ext <<_ACEOF 7698cat >conftest.$ac_ext <<_ACEOF
8247/* confdefs.h. */ 7699/* confdefs.h. */
8248_ACEOF 7700_ACEOF
8249cat confdefs.h >>conftest.$ac_ext 7701cat confdefs.h >>conftest.$ac_ext
8250cat >>conftest.$ac_ext <<_ACEOF 7702cat >>conftest.$ac_ext <<_ACEOF
8251/* end confdefs.h. */ 7703/* end confdefs.h. */
8252$ac_includes_default 7704$ac_includes_default
8253 typedef short ac__type_sizeof_;
8254int 7705int
8255main () 7706main ()
8256{ 7707{
8257static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 7708static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8258test_array [0] = 0 7709test_array [0] = 0
8259 7710
8260 ; 7711 ;
8261 return 0; 7712 return 0;
8262} 7713}
8263_ACEOF 7714_ACEOF
8264rm -f conftest.$ac_objext 7715rm -f conftest.$ac_objext
8265if { (ac_try="$ac_compile"
8266case "(($ac_try" in
8267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268 *) ac_try_echo=$ac_try;;
8269esac
8270eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7716if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8271 (eval "$ac_compile") 2>conftest.er1 7717 (eval $ac_compile) 2>conftest.er1
8272 ac_status=$? 7718 ac_status=$?
8273 grep -v '^ *+' conftest.er1 >conftest.err 7719 grep -v '^ *+' conftest.er1 >conftest.err
8274 rm -f conftest.er1 7720 rm -f conftest.er1
8275 cat conftest.err >&5 7721 cat conftest.err >&5
8276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8277 (exit $ac_status); } && { 7723 (exit $ac_status); } &&
8278 test -z "$ac_cxx_werror_flag" || 7724 { ac_try='test -z "$ac_cxx_werror_flag"
8279 test ! -s conftest.err 7725 || test ! -s conftest.err'
8280 } && test -s conftest.$ac_objext; then 7726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7727 (eval $ac_try) 2>&5
7728 ac_status=$?
7729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7730 (exit $ac_status); }; } &&
7731 { ac_try='test -s conftest.$ac_objext'
7732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7733 (eval $ac_try) 2>&5
7734 ac_status=$?
7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736 (exit $ac_status); }; }; then
8281 ac_hi=-1 ac_mid=-1 7737 ac_hi=-1 ac_mid=-1
8282 while :; do 7738 while :; do
8283 cat >conftest.$ac_ext <<_ACEOF 7739 cat >conftest.$ac_ext <<_ACEOF
8284/* confdefs.h. */ 7740/* confdefs.h. */
8285_ACEOF 7741_ACEOF
8286cat confdefs.h >>conftest.$ac_ext 7742cat confdefs.h >>conftest.$ac_ext
8287cat >>conftest.$ac_ext <<_ACEOF 7743cat >>conftest.$ac_ext <<_ACEOF
8288/* end confdefs.h. */ 7744/* end confdefs.h. */
8289$ac_includes_default 7745$ac_includes_default
8290 typedef short ac__type_sizeof_;
8291int 7746int
8292main () 7747main ()
8293{ 7748{
8294static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 7749static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8295test_array [0] = 0 7750test_array [0] = 0
8296 7751
8297 ; 7752 ;
8298 return 0; 7753 return 0;
8299} 7754}
8300_ACEOF 7755_ACEOF
8301rm -f conftest.$ac_objext 7756rm -f conftest.$ac_objext
8302if { (ac_try="$ac_compile"
8303case "(($ac_try" in
8304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8305 *) ac_try_echo=$ac_try;;
8306esac
8307eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8308 (eval "$ac_compile") 2>conftest.er1 7758 (eval $ac_compile) 2>conftest.er1
8309 ac_status=$? 7759 ac_status=$?
8310 grep -v '^ *+' conftest.er1 >conftest.err 7760 grep -v '^ *+' conftest.er1 >conftest.err
8311 rm -f conftest.er1 7761 rm -f conftest.er1
8312 cat conftest.err >&5 7762 cat conftest.err >&5
8313 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8314 (exit $ac_status); } && { 7764 (exit $ac_status); } &&
8315 test -z "$ac_cxx_werror_flag" || 7765 { ac_try='test -z "$ac_cxx_werror_flag"
8316 test ! -s conftest.err 7766 || test ! -s conftest.err'
8317 } && test -s conftest.$ac_objext; then 7767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7768 (eval $ac_try) 2>&5
7769 ac_status=$?
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); }; } &&
7772 { ac_try='test -s conftest.$ac_objext'
7773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7774 (eval $ac_try) 2>&5
7775 ac_status=$?
7776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7777 (exit $ac_status); }; }; then
8318 ac_lo=$ac_mid; break 7778 ac_lo=$ac_mid; break
8319else 7779else
8320 echo "$as_me: failed program was:" >&5 7780 echo "$as_me: failed program was:" >&5
8321sed 's/^/| /' conftest.$ac_ext >&5 7781sed 's/^/| /' conftest.$ac_ext >&5
8322 7782
8323 ac_hi=`expr '(' $ac_mid ')' - 1` 7783ac_hi=`expr '(' $ac_mid ')' - 1`
8324 if test $ac_mid -le $ac_hi; then 7784 if test $ac_mid -le $ac_hi; then
8325 ac_lo= ac_hi= 7785 ac_lo= ac_hi=
8326 break 7786 break
8327 fi 7787 fi
8328 ac_mid=`expr 2 '*' $ac_mid` 7788 ac_mid=`expr 2 '*' $ac_mid`
8329fi 7789fi
8330
8331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7790rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8332 done 7791 done
8333else 7792else
8334 echo "$as_me: failed program was:" >&5 7793 echo "$as_me: failed program was:" >&5
8335sed 's/^/| /' conftest.$ac_ext >&5 7794sed 's/^/| /' conftest.$ac_ext >&5
8336 7795
8337 ac_lo= ac_hi= 7796ac_lo= ac_hi=
8338fi 7797fi
8339
8340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8341fi 7799fi
8342
8343rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7800rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8344# Binary search between lo and hi bounds. 7801# Binary search between lo and hi bounds.
8345while test "x$ac_lo" != "x$ac_hi"; do 7802while test "x$ac_lo" != "x$ac_hi"; do
8346 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 7803 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8347 cat >conftest.$ac_ext <<_ACEOF 7804 cat >conftest.$ac_ext <<_ACEOF
8348/* confdefs.h. */ 7805/* confdefs.h. */
8349_ACEOF 7806_ACEOF
8350cat confdefs.h >>conftest.$ac_ext 7807cat confdefs.h >>conftest.$ac_ext
8351cat >>conftest.$ac_ext <<_ACEOF 7808cat >>conftest.$ac_ext <<_ACEOF
8352/* end confdefs.h. */ 7809/* end confdefs.h. */
8353$ac_includes_default 7810$ac_includes_default
8354 typedef short ac__type_sizeof_;
8355int 7811int
8356main () 7812main ()
8357{ 7813{
8358static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7814static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8359test_array [0] = 0 7815test_array [0] = 0
8360 7816
8361 ; 7817 ;
8362 return 0; 7818 return 0;
8363} 7819}
8364_ACEOF 7820_ACEOF
8365rm -f conftest.$ac_objext 7821rm -f conftest.$ac_objext
8366if { (ac_try="$ac_compile"
8367case "(($ac_try" in
8368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8369 *) ac_try_echo=$ac_try;;
8370esac
8371eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7822if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8372 (eval "$ac_compile") 2>conftest.er1 7823 (eval $ac_compile) 2>conftest.er1
8373 ac_status=$? 7824 ac_status=$?
8374 grep -v '^ *+' conftest.er1 >conftest.err 7825 grep -v '^ *+' conftest.er1 >conftest.err
8375 rm -f conftest.er1 7826 rm -f conftest.er1
8376 cat conftest.err >&5 7827 cat conftest.err >&5
8377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8378 (exit $ac_status); } && { 7829 (exit $ac_status); } &&
8379 test -z "$ac_cxx_werror_flag" || 7830 { ac_try='test -z "$ac_cxx_werror_flag"
8380 test ! -s conftest.err 7831 || test ! -s conftest.err'
8381 } && test -s conftest.$ac_objext; then 7832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7833 (eval $ac_try) 2>&5
7834 ac_status=$?
7835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); }; } &&
7837 { ac_try='test -s conftest.$ac_objext'
7838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7839 (eval $ac_try) 2>&5
7840 ac_status=$?
7841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7842 (exit $ac_status); }; }; then
8382 ac_hi=$ac_mid 7843 ac_hi=$ac_mid
8383else 7844else
8384 echo "$as_me: failed program was:" >&5 7845 echo "$as_me: failed program was:" >&5
8385sed 's/^/| /' conftest.$ac_ext >&5 7846sed 's/^/| /' conftest.$ac_ext >&5
8386 7847
8387 ac_lo=`expr '(' $ac_mid ')' + 1` 7848ac_lo=`expr '(' $ac_mid ')' + 1`
8388fi 7849fi
8389
8390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7850rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8391done 7851done
8392case $ac_lo in 7852case $ac_lo in
8393?*) ac_cv_sizeof_short=$ac_lo;; 7853?*) ac_cv_sizeof_short=$ac_lo;;
8394'') if test "$ac_cv_type_short" = yes; then
8395 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 7854'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8396See \`config.log' for more details." >&5 7855See \`config.log' for more details." >&5
8397echo "$as_me: error: cannot compute sizeof (short) 7856echo "$as_me: error: cannot compute sizeof (short), 77
8398See \`config.log' for more details." >&2;} 7857See \`config.log' for more details." >&2;}
8399 { (exit 77); exit 77; }; } 7858 { (exit 1); exit 1; }; } ;;
8400 else
8401 ac_cv_sizeof_short=0
8402 fi ;;
8403esac 7859esac
7860else
7861 if test "$cross_compiling" = yes; then
7862 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7863See \`config.log' for more details." >&5
7864echo "$as_me: error: cannot run test program while cross compiling
7865See \`config.log' for more details." >&2;}
7866 { (exit 1); exit 1; }; }
8404else 7867else
8405 cat >conftest.$ac_ext <<_ACEOF 7868 cat >conftest.$ac_ext <<_ACEOF
8406/* confdefs.h. */ 7869/* confdefs.h. */
8407_ACEOF 7870_ACEOF
8408cat confdefs.h >>conftest.$ac_ext 7871cat confdefs.h >>conftest.$ac_ext
8409cat >>conftest.$ac_ext <<_ACEOF 7872cat >>conftest.$ac_ext <<_ACEOF
8410/* end confdefs.h. */ 7873/* end confdefs.h. */
8411$ac_includes_default 7874$ac_includes_default
8412 typedef short ac__type_sizeof_; 7875long longval () { return (long) (sizeof (short)); }
8413static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8414static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 7876unsigned long ulongval () { return (long) (sizeof (short)); }
8415#include <stdio.h> 7877#include <stdio.h>
8416#include <stdlib.h> 7878#include <stdlib.h>
8417int 7879int
8418main () 7880main ()
8419{ 7881{
8420 7882
8421 FILE *f = fopen ("conftest.val", "w"); 7883 FILE *f = fopen ("conftest.val", "w");
8422 if (! f) 7884 if (! f)
8423 return 1; 7885 exit (1);
8424 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 7886 if (((long) (sizeof (short))) < 0)
8425 { 7887 {
8426 long int i = longval (); 7888 long i = longval ();
8427 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 7889 if (i != ((long) (sizeof (short))))
8428 return 1; 7890 exit (1);
8429 fprintf (f, "%ld\n", i); 7891 fprintf (f, "%ld\n", i);
8430 } 7892 }
8431 else 7893 else
8432 { 7894 {
8433 unsigned long int i = ulongval (); 7895 unsigned long i = ulongval ();
8434 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 7896 if (i != ((long) (sizeof (short))))
8435 return 1; 7897 exit (1);
8436 fprintf (f, "%lu\n", i); 7898 fprintf (f, "%lu\n", i);
8437 } 7899 }
8438 return ferror (f) || fclose (f) != 0; 7900 exit (ferror (f) || fclose (f) != 0);
8439 7901
8440 ; 7902 ;
8441 return 0; 7903 return 0;
8442} 7904}
8443_ACEOF 7905_ACEOF
8444rm -f conftest$ac_exeext 7906rm -f conftest$ac_exeext
8445if { (ac_try="$ac_link"
8446case "(($ac_try" in
8447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8448 *) ac_try_echo=$ac_try;;
8449esac
8450eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7907if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8451 (eval "$ac_link") 2>&5 7908 (eval $ac_link) 2>&5
8452 ac_status=$? 7909 ac_status=$?
8453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8454 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7911 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8455 { (case "(($ac_try" in
8456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8457 *) ac_try_echo=$ac_try;;
8458esac
8459eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8460 (eval "$ac_try") 2>&5 7913 (eval $ac_try) 2>&5
8461 ac_status=$? 7914 ac_status=$?
8462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8463 (exit $ac_status); }; }; then 7916 (exit $ac_status); }; }; then
8464 ac_cv_sizeof_short=`cat conftest.val` 7917 ac_cv_sizeof_short=`cat conftest.val`
8465else 7918else
8466 echo "$as_me: program exited with status $ac_status" >&5 7919 echo "$as_me: program exited with status $ac_status" >&5
8467echo "$as_me: failed program was:" >&5 7920echo "$as_me: failed program was:" >&5
8468sed 's/^/| /' conftest.$ac_ext >&5 7921sed 's/^/| /' conftest.$ac_ext >&5
8469 7922
8470( exit $ac_status ) 7923( exit $ac_status )
8471if test "$ac_cv_type_short" = yes; then
8472 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 7924{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8473See \`config.log' for more details." >&5 7925See \`config.log' for more details." >&5
8474echo "$as_me: error: cannot compute sizeof (short) 7926echo "$as_me: error: cannot compute sizeof (short), 77
8475See \`config.log' for more details." >&2;} 7927See \`config.log' for more details." >&2;}
8476 { (exit 77); exit 77; }; } 7928 { (exit 1); exit 1; }; }
8477 else
8478 ac_cv_sizeof_short=0
8479 fi
8480fi 7929fi
8481rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7930rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7931fi
8482fi 7932fi
8483rm -f conftest.val 7933rm -f conftest.val
7934else
7935 ac_cv_sizeof_short=0
8484fi 7936fi
7937fi
8485{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 7938echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8486echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 7939echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8487
8488
8489
8490cat >>confdefs.h <<_ACEOF 7940cat >>confdefs.h <<_ACEOF
8491#define SIZEOF_SHORT $ac_cv_sizeof_short 7941#define SIZEOF_SHORT $ac_cv_sizeof_short
8492_ACEOF 7942_ACEOF
8493 7943
8494 7944
8495{ echo "$as_me:$LINENO: checking for int" >&5 7945echo "$as_me:$LINENO: checking for int" >&5
8496echo $ECHO_N "checking for int... $ECHO_C" >&6; } 7946echo $ECHO_N "checking for int... $ECHO_C" >&6
8497if test "${ac_cv_type_int+set}" = set; then 7947if test "${ac_cv_type_int+set}" = set; then
8498 echo $ECHO_N "(cached) $ECHO_C" >&6 7948 echo $ECHO_N "(cached) $ECHO_C" >&6
8499else 7949else
8500 cat >conftest.$ac_ext <<_ACEOF 7950 cat >conftest.$ac_ext <<_ACEOF
8501/* confdefs.h. */ 7951/* confdefs.h. */
8502_ACEOF 7952_ACEOF
8503cat confdefs.h >>conftest.$ac_ext 7953cat confdefs.h >>conftest.$ac_ext
8504cat >>conftest.$ac_ext <<_ACEOF 7954cat >>conftest.$ac_ext <<_ACEOF
8505/* end confdefs.h. */ 7955/* end confdefs.h. */
8506$ac_includes_default 7956$ac_includes_default
8507typedef int ac__type_new_;
8508int 7957int
8509main () 7958main ()
8510{ 7959{
8511if ((ac__type_new_ *) 0) 7960if ((int *) 0)
8512 return 0; 7961 return 0;
8513if (sizeof (ac__type_new_)) 7962if (sizeof (int))
8514 return 0; 7963 return 0;
8515 ; 7964 ;
8516 return 0; 7965 return 0;
8517} 7966}
8518_ACEOF 7967_ACEOF
8519rm -f conftest.$ac_objext 7968rm -f conftest.$ac_objext
8520if { (ac_try="$ac_compile"
8521case "(($ac_try" in
8522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8523 *) ac_try_echo=$ac_try;;
8524esac
8525eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7969if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8526 (eval "$ac_compile") 2>conftest.er1 7970 (eval $ac_compile) 2>conftest.er1
8527 ac_status=$? 7971 ac_status=$?
8528 grep -v '^ *+' conftest.er1 >conftest.err 7972 grep -v '^ *+' conftest.er1 >conftest.err
8529 rm -f conftest.er1 7973 rm -f conftest.er1
8530 cat conftest.err >&5 7974 cat conftest.err >&5
8531 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8532 (exit $ac_status); } && { 7976 (exit $ac_status); } &&
8533 test -z "$ac_cxx_werror_flag" || 7977 { ac_try='test -z "$ac_cxx_werror_flag"
8534 test ! -s conftest.err 7978 || test ! -s conftest.err'
8535 } && test -s conftest.$ac_objext; then 7979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7980 (eval $ac_try) 2>&5
7981 ac_status=$?
7982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7983 (exit $ac_status); }; } &&
7984 { ac_try='test -s conftest.$ac_objext'
7985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7986 (eval $ac_try) 2>&5
7987 ac_status=$?
7988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7989 (exit $ac_status); }; }; then
8536 ac_cv_type_int=yes 7990 ac_cv_type_int=yes
8537else 7991else
8538 echo "$as_me: failed program was:" >&5 7992 echo "$as_me: failed program was:" >&5
8539sed 's/^/| /' conftest.$ac_ext >&5 7993sed 's/^/| /' conftest.$ac_ext >&5
8540 7994
8541 ac_cv_type_int=no 7995ac_cv_type_int=no
8542fi 7996fi
8543
8544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8545fi 7998fi
8546{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 7999echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8547echo "${ECHO_T}$ac_cv_type_int" >&6; } 8000echo "${ECHO_T}$ac_cv_type_int" >&6
8548 8001
8549# The cast to long int works around a bug in the HP C Compiler
8550# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8551# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8552# This bug is HP SR number 8606223364.
8553{ echo "$as_me:$LINENO: checking size of int" >&5 8002echo "$as_me:$LINENO: checking size of int" >&5
8554echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 8003echo $ECHO_N "checking size of int... $ECHO_C" >&6
8555if test "${ac_cv_sizeof_int+set}" = set; then 8004if test "${ac_cv_sizeof_int+set}" = set; then
8556 echo $ECHO_N "(cached) $ECHO_C" >&6 8005 echo $ECHO_N "(cached) $ECHO_C" >&6
8557else 8006else
8007 if test "$ac_cv_type_int" = yes; then
8008 # The cast to unsigned long works around a bug in the HP C Compiler
8009 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8010 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8011 # This bug is HP SR number 8606223364.
8558 if test "$cross_compiling" = yes; then 8012 if test "$cross_compiling" = yes; then
8559 # Depending upon the size, compute the lo and hi bounds. 8013 # Depending upon the size, compute the lo and hi bounds.
8560cat >conftest.$ac_ext <<_ACEOF 8014cat >conftest.$ac_ext <<_ACEOF
8561/* confdefs.h. */ 8015/* confdefs.h. */
8562_ACEOF 8016_ACEOF
8563cat confdefs.h >>conftest.$ac_ext 8017cat confdefs.h >>conftest.$ac_ext
8564cat >>conftest.$ac_ext <<_ACEOF 8018cat >>conftest.$ac_ext <<_ACEOF
8565/* end confdefs.h. */ 8019/* end confdefs.h. */
8566$ac_includes_default 8020$ac_includes_default
8567 typedef int ac__type_sizeof_;
8568int 8021int
8569main () 8022main ()
8570{ 8023{
8571static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8024static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8572test_array [0] = 0 8025test_array [0] = 0
8573 8026
8574 ; 8027 ;
8575 return 0; 8028 return 0;
8576} 8029}
8577_ACEOF 8030_ACEOF
8578rm -f conftest.$ac_objext 8031rm -f conftest.$ac_objext
8579if { (ac_try="$ac_compile"
8580case "(($ac_try" in
8581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8582 *) ac_try_echo=$ac_try;;
8583esac
8584eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8585 (eval "$ac_compile") 2>conftest.er1 8033 (eval $ac_compile) 2>conftest.er1
8586 ac_status=$? 8034 ac_status=$?
8587 grep -v '^ *+' conftest.er1 >conftest.err 8035 grep -v '^ *+' conftest.er1 >conftest.err
8588 rm -f conftest.er1 8036 rm -f conftest.er1
8589 cat conftest.err >&5 8037 cat conftest.err >&5
8590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8591 (exit $ac_status); } && { 8039 (exit $ac_status); } &&
8592 test -z "$ac_cxx_werror_flag" || 8040 { ac_try='test -z "$ac_cxx_werror_flag"
8593 test ! -s conftest.err 8041 || test ! -s conftest.err'
8594 } && test -s conftest.$ac_objext; then 8042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8043 (eval $ac_try) 2>&5
8044 ac_status=$?
8045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046 (exit $ac_status); }; } &&
8047 { ac_try='test -s conftest.$ac_objext'
8048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8049 (eval $ac_try) 2>&5
8050 ac_status=$?
8051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8052 (exit $ac_status); }; }; then
8595 ac_lo=0 ac_mid=0 8053 ac_lo=0 ac_mid=0
8596 while :; do 8054 while :; do
8597 cat >conftest.$ac_ext <<_ACEOF 8055 cat >conftest.$ac_ext <<_ACEOF
8598/* confdefs.h. */ 8056/* confdefs.h. */
8599_ACEOF 8057_ACEOF
8600cat confdefs.h >>conftest.$ac_ext 8058cat confdefs.h >>conftest.$ac_ext
8601cat >>conftest.$ac_ext <<_ACEOF 8059cat >>conftest.$ac_ext <<_ACEOF
8602/* end confdefs.h. */ 8060/* end confdefs.h. */
8603$ac_includes_default 8061$ac_includes_default
8604 typedef int ac__type_sizeof_;
8605int 8062int
8606main () 8063main ()
8607{ 8064{
8608static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8065static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8609test_array [0] = 0 8066test_array [0] = 0
8610 8067
8611 ; 8068 ;
8612 return 0; 8069 return 0;
8613} 8070}
8614_ACEOF 8071_ACEOF
8615rm -f conftest.$ac_objext 8072rm -f conftest.$ac_objext
8616if { (ac_try="$ac_compile"
8617case "(($ac_try" in
8618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8619 *) ac_try_echo=$ac_try;;
8620esac
8621eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8073if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8622 (eval "$ac_compile") 2>conftest.er1 8074 (eval $ac_compile) 2>conftest.er1
8623 ac_status=$? 8075 ac_status=$?
8624 grep -v '^ *+' conftest.er1 >conftest.err 8076 grep -v '^ *+' conftest.er1 >conftest.err
8625 rm -f conftest.er1 8077 rm -f conftest.er1
8626 cat conftest.err >&5 8078 cat conftest.err >&5
8627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8628 (exit $ac_status); } && { 8080 (exit $ac_status); } &&
8629 test -z "$ac_cxx_werror_flag" || 8081 { ac_try='test -z "$ac_cxx_werror_flag"
8630 test ! -s conftest.err 8082 || test ! -s conftest.err'
8631 } && test -s conftest.$ac_objext; then 8083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8084 (eval $ac_try) 2>&5
8085 ac_status=$?
8086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 (exit $ac_status); }; } &&
8088 { ac_try='test -s conftest.$ac_objext'
8089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8090 (eval $ac_try) 2>&5
8091 ac_status=$?
8092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8093 (exit $ac_status); }; }; then
8632 ac_hi=$ac_mid; break 8094 ac_hi=$ac_mid; break
8633else 8095else
8634 echo "$as_me: failed program was:" >&5 8096 echo "$as_me: failed program was:" >&5
8635sed 's/^/| /' conftest.$ac_ext >&5 8097sed 's/^/| /' conftest.$ac_ext >&5
8636 8098
8637 ac_lo=`expr $ac_mid + 1` 8099ac_lo=`expr $ac_mid + 1`
8638 if test $ac_lo -le $ac_mid; then 8100 if test $ac_lo -le $ac_mid; then
8639 ac_lo= ac_hi= 8101 ac_lo= ac_hi=
8640 break 8102 break
8641 fi 8103 fi
8642 ac_mid=`expr 2 '*' $ac_mid + 1` 8104 ac_mid=`expr 2 '*' $ac_mid + 1`
8643fi 8105fi
8644
8645rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8106rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8646 done 8107 done
8647else 8108else
8648 echo "$as_me: failed program was:" >&5 8109 echo "$as_me: failed program was:" >&5
8649sed 's/^/| /' conftest.$ac_ext >&5 8110sed 's/^/| /' conftest.$ac_ext >&5
8650 8111
8651 cat >conftest.$ac_ext <<_ACEOF 8112cat >conftest.$ac_ext <<_ACEOF
8652/* confdefs.h. */ 8113/* confdefs.h. */
8653_ACEOF 8114_ACEOF
8654cat confdefs.h >>conftest.$ac_ext 8115cat confdefs.h >>conftest.$ac_ext
8655cat >>conftest.$ac_ext <<_ACEOF 8116cat >>conftest.$ac_ext <<_ACEOF
8656/* end confdefs.h. */ 8117/* end confdefs.h. */
8657$ac_includes_default 8118$ac_includes_default
8658 typedef int ac__type_sizeof_;
8659int 8119int
8660main () 8120main ()
8661{ 8121{
8662static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8122static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8663test_array [0] = 0 8123test_array [0] = 0
8664 8124
8665 ; 8125 ;
8666 return 0; 8126 return 0;
8667} 8127}
8668_ACEOF 8128_ACEOF
8669rm -f conftest.$ac_objext 8129rm -f conftest.$ac_objext
8670if { (ac_try="$ac_compile"
8671case "(($ac_try" in
8672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8673 *) ac_try_echo=$ac_try;;
8674esac
8675eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8130if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8676 (eval "$ac_compile") 2>conftest.er1 8131 (eval $ac_compile) 2>conftest.er1
8677 ac_status=$? 8132 ac_status=$?
8678 grep -v '^ *+' conftest.er1 >conftest.err 8133 grep -v '^ *+' conftest.er1 >conftest.err
8679 rm -f conftest.er1 8134 rm -f conftest.er1
8680 cat conftest.err >&5 8135 cat conftest.err >&5
8681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8682 (exit $ac_status); } && { 8137 (exit $ac_status); } &&
8683 test -z "$ac_cxx_werror_flag" || 8138 { ac_try='test -z "$ac_cxx_werror_flag"
8684 test ! -s conftest.err 8139 || test ! -s conftest.err'
8685 } && test -s conftest.$ac_objext; then 8140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8141 (eval $ac_try) 2>&5
8142 ac_status=$?
8143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8144 (exit $ac_status); }; } &&
8145 { ac_try='test -s conftest.$ac_objext'
8146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8147 (eval $ac_try) 2>&5
8148 ac_status=$?
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); }; }; then
8686 ac_hi=-1 ac_mid=-1 8151 ac_hi=-1 ac_mid=-1
8687 while :; do 8152 while :; do
8688 cat >conftest.$ac_ext <<_ACEOF 8153 cat >conftest.$ac_ext <<_ACEOF
8689/* confdefs.h. */ 8154/* confdefs.h. */
8690_ACEOF 8155_ACEOF
8691cat confdefs.h >>conftest.$ac_ext 8156cat confdefs.h >>conftest.$ac_ext
8692cat >>conftest.$ac_ext <<_ACEOF 8157cat >>conftest.$ac_ext <<_ACEOF
8693/* end confdefs.h. */ 8158/* end confdefs.h. */
8694$ac_includes_default 8159$ac_includes_default
8695 typedef int ac__type_sizeof_;
8696int 8160int
8697main () 8161main ()
8698{ 8162{
8699static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8163static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8700test_array [0] = 0 8164test_array [0] = 0
8701 8165
8702 ; 8166 ;
8703 return 0; 8167 return 0;
8704} 8168}
8705_ACEOF 8169_ACEOF
8706rm -f conftest.$ac_objext 8170rm -f conftest.$ac_objext
8707if { (ac_try="$ac_compile"
8708case "(($ac_try" in
8709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8710 *) ac_try_echo=$ac_try;;
8711esac
8712eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8713 (eval "$ac_compile") 2>conftest.er1 8172 (eval $ac_compile) 2>conftest.er1
8714 ac_status=$? 8173 ac_status=$?
8715 grep -v '^ *+' conftest.er1 >conftest.err 8174 grep -v '^ *+' conftest.er1 >conftest.err
8716 rm -f conftest.er1 8175 rm -f conftest.er1
8717 cat conftest.err >&5 8176 cat conftest.err >&5
8718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8719 (exit $ac_status); } && { 8178 (exit $ac_status); } &&
8720 test -z "$ac_cxx_werror_flag" || 8179 { ac_try='test -z "$ac_cxx_werror_flag"
8721 test ! -s conftest.err 8180 || test ! -s conftest.err'
8722 } && test -s conftest.$ac_objext; then 8181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8182 (eval $ac_try) 2>&5
8183 ac_status=$?
8184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8185 (exit $ac_status); }; } &&
8186 { ac_try='test -s conftest.$ac_objext'
8187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8188 (eval $ac_try) 2>&5
8189 ac_status=$?
8190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8191 (exit $ac_status); }; }; then
8723 ac_lo=$ac_mid; break 8192 ac_lo=$ac_mid; break
8724else 8193else
8725 echo "$as_me: failed program was:" >&5 8194 echo "$as_me: failed program was:" >&5
8726sed 's/^/| /' conftest.$ac_ext >&5 8195sed 's/^/| /' conftest.$ac_ext >&5
8727 8196
8728 ac_hi=`expr '(' $ac_mid ')' - 1` 8197ac_hi=`expr '(' $ac_mid ')' - 1`
8729 if test $ac_mid -le $ac_hi; then 8198 if test $ac_mid -le $ac_hi; then
8730 ac_lo= ac_hi= 8199 ac_lo= ac_hi=
8731 break 8200 break
8732 fi 8201 fi
8733 ac_mid=`expr 2 '*' $ac_mid` 8202 ac_mid=`expr 2 '*' $ac_mid`
8734fi 8203fi
8735
8736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8204rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8737 done 8205 done
8738else 8206else
8739 echo "$as_me: failed program was:" >&5 8207 echo "$as_me: failed program was:" >&5
8740sed 's/^/| /' conftest.$ac_ext >&5 8208sed 's/^/| /' conftest.$ac_ext >&5
8741 8209
8742 ac_lo= ac_hi= 8210ac_lo= ac_hi=
8743fi 8211fi
8744
8745rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8212rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8746fi 8213fi
8747
8748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8214rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8749# Binary search between lo and hi bounds. 8215# Binary search between lo and hi bounds.
8750while test "x$ac_lo" != "x$ac_hi"; do 8216while test "x$ac_lo" != "x$ac_hi"; do
8751 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8217 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8752 cat >conftest.$ac_ext <<_ACEOF 8218 cat >conftest.$ac_ext <<_ACEOF
8753/* confdefs.h. */ 8219/* confdefs.h. */
8754_ACEOF 8220_ACEOF
8755cat confdefs.h >>conftest.$ac_ext 8221cat confdefs.h >>conftest.$ac_ext
8756cat >>conftest.$ac_ext <<_ACEOF 8222cat >>conftest.$ac_ext <<_ACEOF
8757/* end confdefs.h. */ 8223/* end confdefs.h. */
8758$ac_includes_default 8224$ac_includes_default
8759 typedef int ac__type_sizeof_;
8760int 8225int
8761main () 8226main ()
8762{ 8227{
8763static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8228static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8764test_array [0] = 0 8229test_array [0] = 0
8765 8230
8766 ; 8231 ;
8767 return 0; 8232 return 0;
8768} 8233}
8769_ACEOF 8234_ACEOF
8770rm -f conftest.$ac_objext 8235rm -f conftest.$ac_objext
8771if { (ac_try="$ac_compile"
8772case "(($ac_try" in
8773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8774 *) ac_try_echo=$ac_try;;
8775esac
8776eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8777 (eval "$ac_compile") 2>conftest.er1 8237 (eval $ac_compile) 2>conftest.er1
8778 ac_status=$? 8238 ac_status=$?
8779 grep -v '^ *+' conftest.er1 >conftest.err 8239 grep -v '^ *+' conftest.er1 >conftest.err
8780 rm -f conftest.er1 8240 rm -f conftest.er1
8781 cat conftest.err >&5 8241 cat conftest.err >&5
8782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8783 (exit $ac_status); } && { 8243 (exit $ac_status); } &&
8784 test -z "$ac_cxx_werror_flag" || 8244 { ac_try='test -z "$ac_cxx_werror_flag"
8785 test ! -s conftest.err 8245 || test ! -s conftest.err'
8786 } && test -s conftest.$ac_objext; then 8246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8247 (eval $ac_try) 2>&5
8248 ac_status=$?
8249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8250 (exit $ac_status); }; } &&
8251 { ac_try='test -s conftest.$ac_objext'
8252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8253 (eval $ac_try) 2>&5
8254 ac_status=$?
8255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8256 (exit $ac_status); }; }; then
8787 ac_hi=$ac_mid 8257 ac_hi=$ac_mid
8788else 8258else
8789 echo "$as_me: failed program was:" >&5 8259 echo "$as_me: failed program was:" >&5
8790sed 's/^/| /' conftest.$ac_ext >&5 8260sed 's/^/| /' conftest.$ac_ext >&5
8791 8261
8792 ac_lo=`expr '(' $ac_mid ')' + 1` 8262ac_lo=`expr '(' $ac_mid ')' + 1`
8793fi 8263fi
8794
8795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8264rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8796done 8265done
8797case $ac_lo in 8266case $ac_lo in
8798?*) ac_cv_sizeof_int=$ac_lo;; 8267?*) ac_cv_sizeof_int=$ac_lo;;
8799'') if test "$ac_cv_type_int" = yes; then
8800 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8268'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8801See \`config.log' for more details." >&5 8269See \`config.log' for more details." >&5
8802echo "$as_me: error: cannot compute sizeof (int) 8270echo "$as_me: error: cannot compute sizeof (int), 77
8803See \`config.log' for more details." >&2;} 8271See \`config.log' for more details." >&2;}
8804 { (exit 77); exit 77; }; } 8272 { (exit 1); exit 1; }; } ;;
8805 else
8806 ac_cv_sizeof_int=0
8807 fi ;;
8808esac 8273esac
8274else
8275 if test "$cross_compiling" = yes; then
8276 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8277See \`config.log' for more details." >&5
8278echo "$as_me: error: cannot run test program while cross compiling
8279See \`config.log' for more details." >&2;}
8280 { (exit 1); exit 1; }; }
8809else 8281else
8810 cat >conftest.$ac_ext <<_ACEOF 8282 cat >conftest.$ac_ext <<_ACEOF
8811/* confdefs.h. */ 8283/* confdefs.h. */
8812_ACEOF 8284_ACEOF
8813cat confdefs.h >>conftest.$ac_ext 8285cat confdefs.h >>conftest.$ac_ext
8814cat >>conftest.$ac_ext <<_ACEOF 8286cat >>conftest.$ac_ext <<_ACEOF
8815/* end confdefs.h. */ 8287/* end confdefs.h. */
8816$ac_includes_default 8288$ac_includes_default
8817 typedef int ac__type_sizeof_; 8289long longval () { return (long) (sizeof (int)); }
8818static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8819static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8290unsigned long ulongval () { return (long) (sizeof (int)); }
8820#include <stdio.h> 8291#include <stdio.h>
8821#include <stdlib.h> 8292#include <stdlib.h>
8822int 8293int
8823main () 8294main ()
8824{ 8295{
8825 8296
8826 FILE *f = fopen ("conftest.val", "w"); 8297 FILE *f = fopen ("conftest.val", "w");
8827 if (! f) 8298 if (! f)
8828 return 1; 8299 exit (1);
8829 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8300 if (((long) (sizeof (int))) < 0)
8830 { 8301 {
8831 long int i = longval (); 8302 long i = longval ();
8832 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8303 if (i != ((long) (sizeof (int))))
8833 return 1; 8304 exit (1);
8834 fprintf (f, "%ld\n", i); 8305 fprintf (f, "%ld\n", i);
8835 } 8306 }
8836 else 8307 else
8837 { 8308 {
8838 unsigned long int i = ulongval (); 8309 unsigned long i = ulongval ();
8839 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8310 if (i != ((long) (sizeof (int))))
8840 return 1; 8311 exit (1);
8841 fprintf (f, "%lu\n", i); 8312 fprintf (f, "%lu\n", i);
8842 } 8313 }
8843 return ferror (f) || fclose (f) != 0; 8314 exit (ferror (f) || fclose (f) != 0);
8844 8315
8845 ; 8316 ;
8846 return 0; 8317 return 0;
8847} 8318}
8848_ACEOF 8319_ACEOF
8849rm -f conftest$ac_exeext 8320rm -f conftest$ac_exeext
8850if { (ac_try="$ac_link"
8851case "(($ac_try" in
8852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8853 *) ac_try_echo=$ac_try;;
8854esac
8855eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8321if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8856 (eval "$ac_link") 2>&5 8322 (eval $ac_link) 2>&5
8857 ac_status=$? 8323 ac_status=$?
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8325 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8860 { (case "(($ac_try" in
8861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8862 *) ac_try_echo=$ac_try;;
8863esac
8864eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8865 (eval "$ac_try") 2>&5 8327 (eval $ac_try) 2>&5
8866 ac_status=$? 8328 ac_status=$?
8867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8868 (exit $ac_status); }; }; then 8330 (exit $ac_status); }; }; then
8869 ac_cv_sizeof_int=`cat conftest.val` 8331 ac_cv_sizeof_int=`cat conftest.val`
8870else 8332else
8871 echo "$as_me: program exited with status $ac_status" >&5 8333 echo "$as_me: program exited with status $ac_status" >&5
8872echo "$as_me: failed program was:" >&5 8334echo "$as_me: failed program was:" >&5
8873sed 's/^/| /' conftest.$ac_ext >&5 8335sed 's/^/| /' conftest.$ac_ext >&5
8874 8336
8875( exit $ac_status ) 8337( exit $ac_status )
8876if test "$ac_cv_type_int" = yes; then
8877 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8338{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8878See \`config.log' for more details." >&5 8339See \`config.log' for more details." >&5
8879echo "$as_me: error: cannot compute sizeof (int) 8340echo "$as_me: error: cannot compute sizeof (int), 77
8880See \`config.log' for more details." >&2;} 8341See \`config.log' for more details." >&2;}
8881 { (exit 77); exit 77; }; } 8342 { (exit 1); exit 1; }; }
8882 else
8883 ac_cv_sizeof_int=0
8884 fi
8885fi 8343fi
8886rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8344rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8345fi
8887fi 8346fi
8888rm -f conftest.val 8347rm -f conftest.val
8348else
8349 ac_cv_sizeof_int=0
8889fi 8350fi
8351fi
8890{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 8352echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8891echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 8353echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8892
8893
8894
8895cat >>confdefs.h <<_ACEOF 8354cat >>confdefs.h <<_ACEOF
8896#define SIZEOF_INT $ac_cv_sizeof_int 8355#define SIZEOF_INT $ac_cv_sizeof_int
8897_ACEOF 8356_ACEOF
8898 8357
8899 8358
8900{ echo "$as_me:$LINENO: checking for long long" >&5 8359echo "$as_me:$LINENO: checking for long long" >&5
8901echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 8360echo $ECHO_N "checking for long long... $ECHO_C" >&6
8902if test "${ac_cv_type_long_long+set}" = set; then 8361if test "${ac_cv_type_long_long+set}" = set; then
8903 echo $ECHO_N "(cached) $ECHO_C" >&6 8362 echo $ECHO_N "(cached) $ECHO_C" >&6
8904else 8363else
8905 cat >conftest.$ac_ext <<_ACEOF 8364 cat >conftest.$ac_ext <<_ACEOF
8906/* confdefs.h. */ 8365/* confdefs.h. */
8907_ACEOF 8366_ACEOF
8908cat confdefs.h >>conftest.$ac_ext 8367cat confdefs.h >>conftest.$ac_ext
8909cat >>conftest.$ac_ext <<_ACEOF 8368cat >>conftest.$ac_ext <<_ACEOF
8910/* end confdefs.h. */ 8369/* end confdefs.h. */
8911$ac_includes_default 8370$ac_includes_default
8912typedef long long ac__type_new_;
8913int 8371int
8914main () 8372main ()
8915{ 8373{
8916if ((ac__type_new_ *) 0) 8374if ((long long *) 0)
8917 return 0; 8375 return 0;
8918if (sizeof (ac__type_new_)) 8376if (sizeof (long long))
8919 return 0; 8377 return 0;
8920 ; 8378 ;
8921 return 0; 8379 return 0;
8922} 8380}
8923_ACEOF 8381_ACEOF
8924rm -f conftest.$ac_objext 8382rm -f conftest.$ac_objext
8925if { (ac_try="$ac_compile"
8926case "(($ac_try" in
8927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8928 *) ac_try_echo=$ac_try;;
8929esac
8930eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8383if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8931 (eval "$ac_compile") 2>conftest.er1 8384 (eval $ac_compile) 2>conftest.er1
8932 ac_status=$? 8385 ac_status=$?
8933 grep -v '^ *+' conftest.er1 >conftest.err 8386 grep -v '^ *+' conftest.er1 >conftest.err
8934 rm -f conftest.er1 8387 rm -f conftest.er1
8935 cat conftest.err >&5 8388 cat conftest.err >&5
8936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937 (exit $ac_status); } && { 8390 (exit $ac_status); } &&
8938 test -z "$ac_cxx_werror_flag" || 8391 { ac_try='test -z "$ac_cxx_werror_flag"
8939 test ! -s conftest.err 8392 || test ! -s conftest.err'
8940 } && test -s conftest.$ac_objext; then 8393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8394 (eval $ac_try) 2>&5
8395 ac_status=$?
8396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8397 (exit $ac_status); }; } &&
8398 { ac_try='test -s conftest.$ac_objext'
8399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8400 (eval $ac_try) 2>&5
8401 ac_status=$?
8402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403 (exit $ac_status); }; }; then
8941 ac_cv_type_long_long=yes 8404 ac_cv_type_long_long=yes
8942else 8405else
8943 echo "$as_me: failed program was:" >&5 8406 echo "$as_me: failed program was:" >&5
8944sed 's/^/| /' conftest.$ac_ext >&5 8407sed 's/^/| /' conftest.$ac_ext >&5
8945 8408
8946 ac_cv_type_long_long=no 8409ac_cv_type_long_long=no
8947fi 8410fi
8948
8949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8411rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8950fi 8412fi
8951{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 8413echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8952echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 8414echo "${ECHO_T}$ac_cv_type_long_long" >&6
8953 8415
8954# The cast to long int works around a bug in the HP C Compiler
8955# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8956# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8957# This bug is HP SR number 8606223364.
8958{ echo "$as_me:$LINENO: checking size of long long" >&5 8416echo "$as_me:$LINENO: checking size of long long" >&5
8959echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 8417echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8960if test "${ac_cv_sizeof_long_long+set}" = set; then 8418if test "${ac_cv_sizeof_long_long+set}" = set; then
8961 echo $ECHO_N "(cached) $ECHO_C" >&6 8419 echo $ECHO_N "(cached) $ECHO_C" >&6
8962else 8420else
8421 if test "$ac_cv_type_long_long" = yes; then
8422 # The cast to unsigned long works around a bug in the HP C Compiler
8423 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8424 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8425 # This bug is HP SR number 8606223364.
8963 if test "$cross_compiling" = yes; then 8426 if test "$cross_compiling" = yes; then
8964 # Depending upon the size, compute the lo and hi bounds. 8427 # Depending upon the size, compute the lo and hi bounds.
8965cat >conftest.$ac_ext <<_ACEOF 8428cat >conftest.$ac_ext <<_ACEOF
8966/* confdefs.h. */ 8429/* confdefs.h. */
8967_ACEOF 8430_ACEOF
8968cat confdefs.h >>conftest.$ac_ext 8431cat confdefs.h >>conftest.$ac_ext
8969cat >>conftest.$ac_ext <<_ACEOF 8432cat >>conftest.$ac_ext <<_ACEOF
8970/* end confdefs.h. */ 8433/* end confdefs.h. */
8971$ac_includes_default 8434$ac_includes_default
8972 typedef long long ac__type_sizeof_;
8973int 8435int
8974main () 8436main ()
8975{ 8437{
8976static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8438static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8977test_array [0] = 0 8439test_array [0] = 0
8978 8440
8979 ; 8441 ;
8980 return 0; 8442 return 0;
8981} 8443}
8982_ACEOF 8444_ACEOF
8983rm -f conftest.$ac_objext 8445rm -f conftest.$ac_objext
8984if { (ac_try="$ac_compile"
8985case "(($ac_try" in
8986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8987 *) ac_try_echo=$ac_try;;
8988esac
8989eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8446if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8990 (eval "$ac_compile") 2>conftest.er1 8447 (eval $ac_compile) 2>conftest.er1
8991 ac_status=$? 8448 ac_status=$?
8992 grep -v '^ *+' conftest.er1 >conftest.err 8449 grep -v '^ *+' conftest.er1 >conftest.err
8993 rm -f conftest.er1 8450 rm -f conftest.er1
8994 cat conftest.err >&5 8451 cat conftest.err >&5
8995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8996 (exit $ac_status); } && { 8453 (exit $ac_status); } &&
8997 test -z "$ac_cxx_werror_flag" || 8454 { ac_try='test -z "$ac_cxx_werror_flag"
8998 test ! -s conftest.err 8455 || test ! -s conftest.err'
8999 } && test -s conftest.$ac_objext; then 8456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8457 (eval $ac_try) 2>&5
8458 ac_status=$?
8459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8460 (exit $ac_status); }; } &&
8461 { ac_try='test -s conftest.$ac_objext'
8462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8463 (eval $ac_try) 2>&5
8464 ac_status=$?
8465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466 (exit $ac_status); }; }; then
9000 ac_lo=0 ac_mid=0 8467 ac_lo=0 ac_mid=0
9001 while :; do 8468 while :; do
9002 cat >conftest.$ac_ext <<_ACEOF 8469 cat >conftest.$ac_ext <<_ACEOF
9003/* confdefs.h. */ 8470/* confdefs.h. */
9004_ACEOF 8471_ACEOF
9005cat confdefs.h >>conftest.$ac_ext 8472cat confdefs.h >>conftest.$ac_ext
9006cat >>conftest.$ac_ext <<_ACEOF 8473cat >>conftest.$ac_ext <<_ACEOF
9007/* end confdefs.h. */ 8474/* end confdefs.h. */
9008$ac_includes_default 8475$ac_includes_default
9009 typedef long long ac__type_sizeof_;
9010int 8476int
9011main () 8477main ()
9012{ 8478{
9013static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8479static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9014test_array [0] = 0 8480test_array [0] = 0
9015 8481
9016 ; 8482 ;
9017 return 0; 8483 return 0;
9018} 8484}
9019_ACEOF 8485_ACEOF
9020rm -f conftest.$ac_objext 8486rm -f conftest.$ac_objext
9021if { (ac_try="$ac_compile"
9022case "(($ac_try" in
9023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9024 *) ac_try_echo=$ac_try;;
9025esac
9026eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9027 (eval "$ac_compile") 2>conftest.er1 8488 (eval $ac_compile) 2>conftest.er1
9028 ac_status=$? 8489 ac_status=$?
9029 grep -v '^ *+' conftest.er1 >conftest.err 8490 grep -v '^ *+' conftest.er1 >conftest.err
9030 rm -f conftest.er1 8491 rm -f conftest.er1
9031 cat conftest.err >&5 8492 cat conftest.err >&5
9032 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9033 (exit $ac_status); } && { 8494 (exit $ac_status); } &&
9034 test -z "$ac_cxx_werror_flag" || 8495 { ac_try='test -z "$ac_cxx_werror_flag"
9035 test ! -s conftest.err 8496 || test ! -s conftest.err'
9036 } && test -s conftest.$ac_objext; then 8497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8498 (eval $ac_try) 2>&5
8499 ac_status=$?
8500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8501 (exit $ac_status); }; } &&
8502 { ac_try='test -s conftest.$ac_objext'
8503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8504 (eval $ac_try) 2>&5
8505 ac_status=$?
8506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507 (exit $ac_status); }; }; then
9037 ac_hi=$ac_mid; break 8508 ac_hi=$ac_mid; break
9038else 8509else
9039 echo "$as_me: failed program was:" >&5 8510 echo "$as_me: failed program was:" >&5
9040sed 's/^/| /' conftest.$ac_ext >&5 8511sed 's/^/| /' conftest.$ac_ext >&5
9041 8512
9042 ac_lo=`expr $ac_mid + 1` 8513ac_lo=`expr $ac_mid + 1`
9043 if test $ac_lo -le $ac_mid; then 8514 if test $ac_lo -le $ac_mid; then
9044 ac_lo= ac_hi= 8515 ac_lo= ac_hi=
9045 break 8516 break
9046 fi 8517 fi
9047 ac_mid=`expr 2 '*' $ac_mid + 1` 8518 ac_mid=`expr 2 '*' $ac_mid + 1`
9048fi 8519fi
9049
9050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8520rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9051 done 8521 done
9052else 8522else
9053 echo "$as_me: failed program was:" >&5 8523 echo "$as_me: failed program was:" >&5
9054sed 's/^/| /' conftest.$ac_ext >&5 8524sed 's/^/| /' conftest.$ac_ext >&5
9055 8525
9056 cat >conftest.$ac_ext <<_ACEOF 8526cat >conftest.$ac_ext <<_ACEOF
9057/* confdefs.h. */ 8527/* confdefs.h. */
9058_ACEOF 8528_ACEOF
9059cat confdefs.h >>conftest.$ac_ext 8529cat confdefs.h >>conftest.$ac_ext
9060cat >>conftest.$ac_ext <<_ACEOF 8530cat >>conftest.$ac_ext <<_ACEOF
9061/* end confdefs.h. */ 8531/* end confdefs.h. */
9062$ac_includes_default 8532$ac_includes_default
9063 typedef long long ac__type_sizeof_;
9064int 8533int
9065main () 8534main ()
9066{ 8535{
9067static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8536static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9068test_array [0] = 0 8537test_array [0] = 0
9069 8538
9070 ; 8539 ;
9071 return 0; 8540 return 0;
9072} 8541}
9073_ACEOF 8542_ACEOF
9074rm -f conftest.$ac_objext 8543rm -f conftest.$ac_objext
9075if { (ac_try="$ac_compile"
9076case "(($ac_try" in
9077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9078 *) ac_try_echo=$ac_try;;
9079esac
9080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8544if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9081 (eval "$ac_compile") 2>conftest.er1 8545 (eval $ac_compile) 2>conftest.er1
9082 ac_status=$? 8546 ac_status=$?
9083 grep -v '^ *+' conftest.er1 >conftest.err 8547 grep -v '^ *+' conftest.er1 >conftest.err
9084 rm -f conftest.er1 8548 rm -f conftest.er1
9085 cat conftest.err >&5 8549 cat conftest.err >&5
9086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9087 (exit $ac_status); } && { 8551 (exit $ac_status); } &&
9088 test -z "$ac_cxx_werror_flag" || 8552 { ac_try='test -z "$ac_cxx_werror_flag"
9089 test ! -s conftest.err 8553 || test ! -s conftest.err'
9090 } && test -s conftest.$ac_objext; then 8554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8555 (eval $ac_try) 2>&5
8556 ac_status=$?
8557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8558 (exit $ac_status); }; } &&
8559 { ac_try='test -s conftest.$ac_objext'
8560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8561 (eval $ac_try) 2>&5
8562 ac_status=$?
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 (exit $ac_status); }; }; then
9091 ac_hi=-1 ac_mid=-1 8565 ac_hi=-1 ac_mid=-1
9092 while :; do 8566 while :; do
9093 cat >conftest.$ac_ext <<_ACEOF 8567 cat >conftest.$ac_ext <<_ACEOF
9094/* confdefs.h. */ 8568/* confdefs.h. */
9095_ACEOF 8569_ACEOF
9096cat confdefs.h >>conftest.$ac_ext 8570cat confdefs.h >>conftest.$ac_ext
9097cat >>conftest.$ac_ext <<_ACEOF 8571cat >>conftest.$ac_ext <<_ACEOF
9098/* end confdefs.h. */ 8572/* end confdefs.h. */
9099$ac_includes_default 8573$ac_includes_default
9100 typedef long long ac__type_sizeof_;
9101int 8574int
9102main () 8575main ()
9103{ 8576{
9104static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8577static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9105test_array [0] = 0 8578test_array [0] = 0
9106 8579
9107 ; 8580 ;
9108 return 0; 8581 return 0;
9109} 8582}
9110_ACEOF 8583_ACEOF
9111rm -f conftest.$ac_objext 8584rm -f conftest.$ac_objext
9112if { (ac_try="$ac_compile"
9113case "(($ac_try" in
9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9116esac
9117eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8585if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9118 (eval "$ac_compile") 2>conftest.er1 8586 (eval $ac_compile) 2>conftest.er1
9119 ac_status=$? 8587 ac_status=$?
9120 grep -v '^ *+' conftest.er1 >conftest.err 8588 grep -v '^ *+' conftest.er1 >conftest.err
9121 rm -f conftest.er1 8589 rm -f conftest.er1
9122 cat conftest.err >&5 8590 cat conftest.err >&5
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && { 8592 (exit $ac_status); } &&
9125 test -z "$ac_cxx_werror_flag" || 8593 { ac_try='test -z "$ac_cxx_werror_flag"
9126 test ! -s conftest.err 8594 || test ! -s conftest.err'
9127 } && test -s conftest.$ac_objext; then 8595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8596 (eval $ac_try) 2>&5
8597 ac_status=$?
8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599 (exit $ac_status); }; } &&
8600 { ac_try='test -s conftest.$ac_objext'
8601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8602 (eval $ac_try) 2>&5
8603 ac_status=$?
8604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8605 (exit $ac_status); }; }; then
9128 ac_lo=$ac_mid; break 8606 ac_lo=$ac_mid; break
9129else 8607else
9130 echo "$as_me: failed program was:" >&5 8608 echo "$as_me: failed program was:" >&5
9131sed 's/^/| /' conftest.$ac_ext >&5 8609sed 's/^/| /' conftest.$ac_ext >&5
9132 8610
9133 ac_hi=`expr '(' $ac_mid ')' - 1` 8611ac_hi=`expr '(' $ac_mid ')' - 1`
9134 if test $ac_mid -le $ac_hi; then 8612 if test $ac_mid -le $ac_hi; then
9135 ac_lo= ac_hi= 8613 ac_lo= ac_hi=
9136 break 8614 break
9137 fi 8615 fi
9138 ac_mid=`expr 2 '*' $ac_mid` 8616 ac_mid=`expr 2 '*' $ac_mid`
9139fi 8617fi
9140
9141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8618rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9142 done 8619 done
9143else 8620else
9144 echo "$as_me: failed program was:" >&5 8621 echo "$as_me: failed program was:" >&5
9145sed 's/^/| /' conftest.$ac_ext >&5 8622sed 's/^/| /' conftest.$ac_ext >&5
9146 8623
9147 ac_lo= ac_hi= 8624ac_lo= ac_hi=
9148fi 8625fi
9149
9150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8626rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9151fi 8627fi
9152
9153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8628rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9154# Binary search between lo and hi bounds. 8629# Binary search between lo and hi bounds.
9155while test "x$ac_lo" != "x$ac_hi"; do 8630while test "x$ac_lo" != "x$ac_hi"; do
9156 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8631 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9157 cat >conftest.$ac_ext <<_ACEOF 8632 cat >conftest.$ac_ext <<_ACEOF
9158/* confdefs.h. */ 8633/* confdefs.h. */
9159_ACEOF 8634_ACEOF
9160cat confdefs.h >>conftest.$ac_ext 8635cat confdefs.h >>conftest.$ac_ext
9161cat >>conftest.$ac_ext <<_ACEOF 8636cat >>conftest.$ac_ext <<_ACEOF
9162/* end confdefs.h. */ 8637/* end confdefs.h. */
9163$ac_includes_default 8638$ac_includes_default
9164 typedef long long ac__type_sizeof_;
9165int 8639int
9166main () 8640main ()
9167{ 8641{
9168static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8642static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9169test_array [0] = 0 8643test_array [0] = 0
9170 8644
9171 ; 8645 ;
9172 return 0; 8646 return 0;
9173} 8647}
9174_ACEOF 8648_ACEOF
9175rm -f conftest.$ac_objext 8649rm -f conftest.$ac_objext
9176if { (ac_try="$ac_compile"
9177case "(($ac_try" in
9178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9179 *) ac_try_echo=$ac_try;;
9180esac
9181eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8650if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9182 (eval "$ac_compile") 2>conftest.er1 8651 (eval $ac_compile) 2>conftest.er1
9183 ac_status=$? 8652 ac_status=$?
9184 grep -v '^ *+' conftest.er1 >conftest.err 8653 grep -v '^ *+' conftest.er1 >conftest.err
9185 rm -f conftest.er1 8654 rm -f conftest.er1
9186 cat conftest.err >&5 8655 cat conftest.err >&5
9187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188 (exit $ac_status); } && { 8657 (exit $ac_status); } &&
9189 test -z "$ac_cxx_werror_flag" || 8658 { ac_try='test -z "$ac_cxx_werror_flag"
9190 test ! -s conftest.err 8659 || test ! -s conftest.err'
9191 } && test -s conftest.$ac_objext; then 8660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8661 (eval $ac_try) 2>&5
8662 ac_status=$?
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); }; } &&
8665 { ac_try='test -s conftest.$ac_objext'
8666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8667 (eval $ac_try) 2>&5
8668 ac_status=$?
8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670 (exit $ac_status); }; }; then
9192 ac_hi=$ac_mid 8671 ac_hi=$ac_mid
9193else 8672else
9194 echo "$as_me: failed program was:" >&5 8673 echo "$as_me: failed program was:" >&5
9195sed 's/^/| /' conftest.$ac_ext >&5 8674sed 's/^/| /' conftest.$ac_ext >&5
9196 8675
9197 ac_lo=`expr '(' $ac_mid ')' + 1` 8676ac_lo=`expr '(' $ac_mid ')' + 1`
9198fi 8677fi
9199
9200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8678rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9201done 8679done
9202case $ac_lo in 8680case $ac_lo in
9203?*) ac_cv_sizeof_long_long=$ac_lo;; 8681?*) ac_cv_sizeof_long_long=$ac_lo;;
9204'') if test "$ac_cv_type_long_long" = yes; then
9205 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8682'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9206See \`config.log' for more details." >&5 8683See \`config.log' for more details." >&5
9207echo "$as_me: error: cannot compute sizeof (long long) 8684echo "$as_me: error: cannot compute sizeof (long long), 77
9208See \`config.log' for more details." >&2;} 8685See \`config.log' for more details." >&2;}
9209 { (exit 77); exit 77; }; } 8686 { (exit 1); exit 1; }; } ;;
9210 else
9211 ac_cv_sizeof_long_long=0
9212 fi ;;
9213esac 8687esac
8688else
8689 if test "$cross_compiling" = yes; then
8690 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8691See \`config.log' for more details." >&5
8692echo "$as_me: error: cannot run test program while cross compiling
8693See \`config.log' for more details." >&2;}
8694 { (exit 1); exit 1; }; }
9214else 8695else
9215 cat >conftest.$ac_ext <<_ACEOF 8696 cat >conftest.$ac_ext <<_ACEOF
9216/* confdefs.h. */ 8697/* confdefs.h. */
9217_ACEOF 8698_ACEOF
9218cat confdefs.h >>conftest.$ac_ext 8699cat confdefs.h >>conftest.$ac_ext
9219cat >>conftest.$ac_ext <<_ACEOF 8700cat >>conftest.$ac_ext <<_ACEOF
9220/* end confdefs.h. */ 8701/* end confdefs.h. */
9221$ac_includes_default 8702$ac_includes_default
9222 typedef long long ac__type_sizeof_; 8703long longval () { return (long) (sizeof (long long)); }
9223static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9224static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8704unsigned long ulongval () { return (long) (sizeof (long long)); }
9225#include <stdio.h> 8705#include <stdio.h>
9226#include <stdlib.h> 8706#include <stdlib.h>
9227int 8707int
9228main () 8708main ()
9229{ 8709{
9230 8710
9231 FILE *f = fopen ("conftest.val", "w"); 8711 FILE *f = fopen ("conftest.val", "w");
9232 if (! f) 8712 if (! f)
9233 return 1; 8713 exit (1);
9234 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8714 if (((long) (sizeof (long long))) < 0)
9235 { 8715 {
9236 long int i = longval (); 8716 long i = longval ();
9237 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8717 if (i != ((long) (sizeof (long long))))
9238 return 1; 8718 exit (1);
9239 fprintf (f, "%ld\n", i); 8719 fprintf (f, "%ld\n", i);
9240 } 8720 }
9241 else 8721 else
9242 { 8722 {
9243 unsigned long int i = ulongval (); 8723 unsigned long i = ulongval ();
9244 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8724 if (i != ((long) (sizeof (long long))))
9245 return 1; 8725 exit (1);
9246 fprintf (f, "%lu\n", i); 8726 fprintf (f, "%lu\n", i);
9247 } 8727 }
9248 return ferror (f) || fclose (f) != 0; 8728 exit (ferror (f) || fclose (f) != 0);
9249 8729
9250 ; 8730 ;
9251 return 0; 8731 return 0;
9252} 8732}
9253_ACEOF 8733_ACEOF
9254rm -f conftest$ac_exeext 8734rm -f conftest$ac_exeext
9255if { (ac_try="$ac_link"
9256case "(($ac_try" in
9257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258 *) ac_try_echo=$ac_try;;
9259esac
9260eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8735if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9261 (eval "$ac_link") 2>&5 8736 (eval $ac_link) 2>&5
9262 ac_status=$? 8737 ac_status=$?
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8739 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9265 { (case "(($ac_try" in
9266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9267 *) ac_try_echo=$ac_try;;
9268esac
9269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9270 (eval "$ac_try") 2>&5 8741 (eval $ac_try) 2>&5
9271 ac_status=$? 8742 ac_status=$?
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); }; }; then 8744 (exit $ac_status); }; }; then
9274 ac_cv_sizeof_long_long=`cat conftest.val` 8745 ac_cv_sizeof_long_long=`cat conftest.val`
9275else 8746else
9276 echo "$as_me: program exited with status $ac_status" >&5 8747 echo "$as_me: program exited with status $ac_status" >&5
9277echo "$as_me: failed program was:" >&5 8748echo "$as_me: failed program was:" >&5
9278sed 's/^/| /' conftest.$ac_ext >&5 8749sed 's/^/| /' conftest.$ac_ext >&5
9279 8750
9280( exit $ac_status ) 8751( exit $ac_status )
9281if test "$ac_cv_type_long_long" = yes; then
9282 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8752{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9283See \`config.log' for more details." >&5 8753See \`config.log' for more details." >&5
9284echo "$as_me: error: cannot compute sizeof (long long) 8754echo "$as_me: error: cannot compute sizeof (long long), 77
9285See \`config.log' for more details." >&2;} 8755See \`config.log' for more details." >&2;}
9286 { (exit 77); exit 77; }; } 8756 { (exit 1); exit 1; }; }
9287 else
9288 ac_cv_sizeof_long_long=0
9289 fi
9290fi 8757fi
9291rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8758rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8759fi
9292fi 8760fi
9293rm -f conftest.val 8761rm -f conftest.val
8762else
8763 ac_cv_sizeof_long_long=0
9294fi 8764fi
8765fi
9295{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 8766echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9296echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 8767echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9297
9298
9299
9300cat >>confdefs.h <<_ACEOF 8768cat >>confdefs.h <<_ACEOF
9301#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 8769#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9302_ACEOF 8770_ACEOF
9303 8771
9304 8772
9305{ echo "$as_me:$LINENO: checking for int *" >&5 8773echo "$as_me:$LINENO: checking for int *" >&5
9306echo $ECHO_N "checking for int *... $ECHO_C" >&6; } 8774echo $ECHO_N "checking for int *... $ECHO_C" >&6
9307if test "${ac_cv_type_int_p+set}" = set; then 8775if test "${ac_cv_type_int_p+set}" = set; then
9308 echo $ECHO_N "(cached) $ECHO_C" >&6 8776 echo $ECHO_N "(cached) $ECHO_C" >&6
9309else 8777else
9310 cat >conftest.$ac_ext <<_ACEOF 8778 cat >conftest.$ac_ext <<_ACEOF
9311/* confdefs.h. */ 8779/* confdefs.h. */
9312_ACEOF 8780_ACEOF
9313cat confdefs.h >>conftest.$ac_ext 8781cat confdefs.h >>conftest.$ac_ext
9314cat >>conftest.$ac_ext <<_ACEOF 8782cat >>conftest.$ac_ext <<_ACEOF
9315/* end confdefs.h. */ 8783/* end confdefs.h. */
9316$ac_includes_default 8784$ac_includes_default
9317typedef int * ac__type_new_;
9318int 8785int
9319main () 8786main ()
9320{ 8787{
9321if ((ac__type_new_ *) 0) 8788if ((int * *) 0)
9322 return 0; 8789 return 0;
9323if (sizeof (ac__type_new_)) 8790if (sizeof (int *))
9324 return 0; 8791 return 0;
9325 ; 8792 ;
9326 return 0; 8793 return 0;
9327} 8794}
9328_ACEOF 8795_ACEOF
9329rm -f conftest.$ac_objext 8796rm -f conftest.$ac_objext
9330if { (ac_try="$ac_compile"
9331case "(($ac_try" in
9332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9333 *) ac_try_echo=$ac_try;;
9334esac
9335eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8797if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9336 (eval "$ac_compile") 2>conftest.er1 8798 (eval $ac_compile) 2>conftest.er1
9337 ac_status=$? 8799 ac_status=$?
9338 grep -v '^ *+' conftest.er1 >conftest.err 8800 grep -v '^ *+' conftest.er1 >conftest.err
9339 rm -f conftest.er1 8801 rm -f conftest.er1
9340 cat conftest.err >&5 8802 cat conftest.err >&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); } && { 8804 (exit $ac_status); } &&
9343 test -z "$ac_cxx_werror_flag" || 8805 { ac_try='test -z "$ac_cxx_werror_flag"
9344 test ! -s conftest.err 8806 || test ! -s conftest.err'
9345 } && test -s conftest.$ac_objext; then 8807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8808 (eval $ac_try) 2>&5
8809 ac_status=$?
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 (exit $ac_status); }; } &&
8812 { ac_try='test -s conftest.$ac_objext'
8813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8814 (eval $ac_try) 2>&5
8815 ac_status=$?
8816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8817 (exit $ac_status); }; }; then
9346 ac_cv_type_int_p=yes 8818 ac_cv_type_int_p=yes
9347else 8819else
9348 echo "$as_me: failed program was:" >&5 8820 echo "$as_me: failed program was:" >&5
9349sed 's/^/| /' conftest.$ac_ext >&5 8821sed 's/^/| /' conftest.$ac_ext >&5
9350 8822
9351 ac_cv_type_int_p=no 8823ac_cv_type_int_p=no
9352fi 8824fi
9353
9354rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8825rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9355fi 8826fi
9356{ echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5 8827echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9357echo "${ECHO_T}$ac_cv_type_int_p" >&6; } 8828echo "${ECHO_T}$ac_cv_type_int_p" >&6
9358 8829
9359# The cast to long int works around a bug in the HP C Compiler
9360# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9361# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9362# This bug is HP SR number 8606223364.
9363{ echo "$as_me:$LINENO: checking size of int *" >&5 8830echo "$as_me:$LINENO: checking size of int *" >&5
9364echo $ECHO_N "checking size of int *... $ECHO_C" >&6; } 8831echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9365if test "${ac_cv_sizeof_int_p+set}" = set; then 8832if test "${ac_cv_sizeof_int_p+set}" = set; then
9366 echo $ECHO_N "(cached) $ECHO_C" >&6 8833 echo $ECHO_N "(cached) $ECHO_C" >&6
9367else 8834else
8835 if test "$ac_cv_type_int_p" = yes; then
8836 # The cast to unsigned long works around a bug in the HP C Compiler
8837 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8838 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8839 # This bug is HP SR number 8606223364.
9368 if test "$cross_compiling" = yes; then 8840 if test "$cross_compiling" = yes; then
9369 # Depending upon the size, compute the lo and hi bounds. 8841 # Depending upon the size, compute the lo and hi bounds.
9370cat >conftest.$ac_ext <<_ACEOF 8842cat >conftest.$ac_ext <<_ACEOF
9371/* confdefs.h. */ 8843/* confdefs.h. */
9372_ACEOF 8844_ACEOF
9373cat confdefs.h >>conftest.$ac_ext 8845cat confdefs.h >>conftest.$ac_ext
9374cat >>conftest.$ac_ext <<_ACEOF 8846cat >>conftest.$ac_ext <<_ACEOF
9375/* end confdefs.h. */ 8847/* end confdefs.h. */
9376$ac_includes_default 8848$ac_includes_default
9377 typedef int * ac__type_sizeof_;
9378int 8849int
9379main () 8850main ()
9380{ 8851{
9381static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8852static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9382test_array [0] = 0 8853test_array [0] = 0
9383 8854
9384 ; 8855 ;
9385 return 0; 8856 return 0;
9386} 8857}
9387_ACEOF 8858_ACEOF
9388rm -f conftest.$ac_objext 8859rm -f conftest.$ac_objext
9389if { (ac_try="$ac_compile"
9390case "(($ac_try" in
9391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9392 *) ac_try_echo=$ac_try;;
9393esac
9394eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9395 (eval "$ac_compile") 2>conftest.er1 8861 (eval $ac_compile) 2>conftest.er1
9396 ac_status=$? 8862 ac_status=$?
9397 grep -v '^ *+' conftest.er1 >conftest.err 8863 grep -v '^ *+' conftest.er1 >conftest.err
9398 rm -f conftest.er1 8864 rm -f conftest.er1
9399 cat conftest.err >&5 8865 cat conftest.err >&5
9400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9401 (exit $ac_status); } && { 8867 (exit $ac_status); } &&
9402 test -z "$ac_cxx_werror_flag" || 8868 { ac_try='test -z "$ac_cxx_werror_flag"
9403 test ! -s conftest.err 8869 || test ! -s conftest.err'
9404 } && test -s conftest.$ac_objext; then 8870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8871 (eval $ac_try) 2>&5
8872 ac_status=$?
8873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8874 (exit $ac_status); }; } &&
8875 { ac_try='test -s conftest.$ac_objext'
8876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8877 (eval $ac_try) 2>&5
8878 ac_status=$?
8879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8880 (exit $ac_status); }; }; then
9405 ac_lo=0 ac_mid=0 8881 ac_lo=0 ac_mid=0
9406 while :; do 8882 while :; do
9407 cat >conftest.$ac_ext <<_ACEOF 8883 cat >conftest.$ac_ext <<_ACEOF
9408/* confdefs.h. */ 8884/* confdefs.h. */
9409_ACEOF 8885_ACEOF
9410cat confdefs.h >>conftest.$ac_ext 8886cat confdefs.h >>conftest.$ac_ext
9411cat >>conftest.$ac_ext <<_ACEOF 8887cat >>conftest.$ac_ext <<_ACEOF
9412/* end confdefs.h. */ 8888/* end confdefs.h. */
9413$ac_includes_default 8889$ac_includes_default
9414 typedef int * ac__type_sizeof_;
9415int 8890int
9416main () 8891main ()
9417{ 8892{
9418static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8893static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9419test_array [0] = 0 8894test_array [0] = 0
9420 8895
9421 ; 8896 ;
9422 return 0; 8897 return 0;
9423} 8898}
9424_ACEOF 8899_ACEOF
9425rm -f conftest.$ac_objext 8900rm -f conftest.$ac_objext
9426if { (ac_try="$ac_compile"
9427case "(($ac_try" in
9428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9429 *) ac_try_echo=$ac_try;;
9430esac
9431eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9432 (eval "$ac_compile") 2>conftest.er1 8902 (eval $ac_compile) 2>conftest.er1
9433 ac_status=$? 8903 ac_status=$?
9434 grep -v '^ *+' conftest.er1 >conftest.err 8904 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1 8905 rm -f conftest.er1
9436 cat conftest.err >&5 8906 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && { 8908 (exit $ac_status); } &&
9439 test -z "$ac_cxx_werror_flag" || 8909 { ac_try='test -z "$ac_cxx_werror_flag"
9440 test ! -s conftest.err 8910 || test ! -s conftest.err'
9441 } && test -s conftest.$ac_objext; then 8911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8912 (eval $ac_try) 2>&5
8913 ac_status=$?
8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915 (exit $ac_status); }; } &&
8916 { ac_try='test -s conftest.$ac_objext'
8917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8918 (eval $ac_try) 2>&5
8919 ac_status=$?
8920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921 (exit $ac_status); }; }; then
9442 ac_hi=$ac_mid; break 8922 ac_hi=$ac_mid; break
9443else 8923else
9444 echo "$as_me: failed program was:" >&5 8924 echo "$as_me: failed program was:" >&5
9445sed 's/^/| /' conftest.$ac_ext >&5 8925sed 's/^/| /' conftest.$ac_ext >&5
9446 8926
9447 ac_lo=`expr $ac_mid + 1` 8927ac_lo=`expr $ac_mid + 1`
9448 if test $ac_lo -le $ac_mid; then 8928 if test $ac_lo -le $ac_mid; then
9449 ac_lo= ac_hi= 8929 ac_lo= ac_hi=
9450 break 8930 break
9451 fi 8931 fi
9452 ac_mid=`expr 2 '*' $ac_mid + 1` 8932 ac_mid=`expr 2 '*' $ac_mid + 1`
9453fi 8933fi
9454
9455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8934rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9456 done 8935 done
9457else 8936else
9458 echo "$as_me: failed program was:" >&5 8937 echo "$as_me: failed program was:" >&5
9459sed 's/^/| /' conftest.$ac_ext >&5 8938sed 's/^/| /' conftest.$ac_ext >&5
9460 8939
9461 cat >conftest.$ac_ext <<_ACEOF 8940cat >conftest.$ac_ext <<_ACEOF
9462/* confdefs.h. */ 8941/* confdefs.h. */
9463_ACEOF 8942_ACEOF
9464cat confdefs.h >>conftest.$ac_ext 8943cat confdefs.h >>conftest.$ac_ext
9465cat >>conftest.$ac_ext <<_ACEOF 8944cat >>conftest.$ac_ext <<_ACEOF
9466/* end confdefs.h. */ 8945/* end confdefs.h. */
9467$ac_includes_default 8946$ac_includes_default
9468 typedef int * ac__type_sizeof_;
9469int 8947int
9470main () 8948main ()
9471{ 8949{
9472static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8950static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9473test_array [0] = 0 8951test_array [0] = 0
9474 8952
9475 ; 8953 ;
9476 return 0; 8954 return 0;
9477} 8955}
9478_ACEOF 8956_ACEOF
9479rm -f conftest.$ac_objext 8957rm -f conftest.$ac_objext
9480if { (ac_try="$ac_compile"
9481case "(($ac_try" in
9482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9483 *) ac_try_echo=$ac_try;;
9484esac
9485eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8958if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9486 (eval "$ac_compile") 2>conftest.er1 8959 (eval $ac_compile) 2>conftest.er1
9487 ac_status=$? 8960 ac_status=$?
9488 grep -v '^ *+' conftest.er1 >conftest.err 8961 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1 8962 rm -f conftest.er1
9490 cat conftest.err >&5 8963 cat conftest.err >&5
9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492 (exit $ac_status); } && { 8965 (exit $ac_status); } &&
9493 test -z "$ac_cxx_werror_flag" || 8966 { ac_try='test -z "$ac_cxx_werror_flag"
9494 test ! -s conftest.err 8967 || test ! -s conftest.err'
9495 } && test -s conftest.$ac_objext; then 8968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8969 (eval $ac_try) 2>&5
8970 ac_status=$?
8971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8972 (exit $ac_status); }; } &&
8973 { ac_try='test -s conftest.$ac_objext'
8974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8975 (eval $ac_try) 2>&5
8976 ac_status=$?
8977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8978 (exit $ac_status); }; }; then
9496 ac_hi=-1 ac_mid=-1 8979 ac_hi=-1 ac_mid=-1
9497 while :; do 8980 while :; do
9498 cat >conftest.$ac_ext <<_ACEOF 8981 cat >conftest.$ac_ext <<_ACEOF
9499/* confdefs.h. */ 8982/* confdefs.h. */
9500_ACEOF 8983_ACEOF
9501cat confdefs.h >>conftest.$ac_ext 8984cat confdefs.h >>conftest.$ac_ext
9502cat >>conftest.$ac_ext <<_ACEOF 8985cat >>conftest.$ac_ext <<_ACEOF
9503/* end confdefs.h. */ 8986/* end confdefs.h. */
9504$ac_includes_default 8987$ac_includes_default
9505 typedef int * ac__type_sizeof_;
9506int 8988int
9507main () 8989main ()
9508{ 8990{
9509static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8991static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9510test_array [0] = 0 8992test_array [0] = 0
9511 8993
9512 ; 8994 ;
9513 return 0; 8995 return 0;
9514} 8996}
9515_ACEOF 8997_ACEOF
9516rm -f conftest.$ac_objext 8998rm -f conftest.$ac_objext
9517if { (ac_try="$ac_compile"
9518case "(($ac_try" in
9519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9520 *) ac_try_echo=$ac_try;;
9521esac
9522eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8999if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9523 (eval "$ac_compile") 2>conftest.er1 9000 (eval $ac_compile) 2>conftest.er1
9524 ac_status=$? 9001 ac_status=$?
9525 grep -v '^ *+' conftest.er1 >conftest.err 9002 grep -v '^ *+' conftest.er1 >conftest.err
9526 rm -f conftest.er1 9003 rm -f conftest.er1
9527 cat conftest.err >&5 9004 cat conftest.err >&5
9528 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529 (exit $ac_status); } && { 9006 (exit $ac_status); } &&
9530 test -z "$ac_cxx_werror_flag" || 9007 { ac_try='test -z "$ac_cxx_werror_flag"
9531 test ! -s conftest.err 9008 || test ! -s conftest.err'
9532 } && test -s conftest.$ac_objext; then 9009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9010 (eval $ac_try) 2>&5
9011 ac_status=$?
9012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9013 (exit $ac_status); }; } &&
9014 { ac_try='test -s conftest.$ac_objext'
9015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9016 (eval $ac_try) 2>&5
9017 ac_status=$?
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); }; }; then
9533 ac_lo=$ac_mid; break 9020 ac_lo=$ac_mid; break
9534else 9021else
9535 echo "$as_me: failed program was:" >&5 9022 echo "$as_me: failed program was:" >&5
9536sed 's/^/| /' conftest.$ac_ext >&5 9023sed 's/^/| /' conftest.$ac_ext >&5
9537 9024
9538 ac_hi=`expr '(' $ac_mid ')' - 1` 9025ac_hi=`expr '(' $ac_mid ')' - 1`
9539 if test $ac_mid -le $ac_hi; then 9026 if test $ac_mid -le $ac_hi; then
9540 ac_lo= ac_hi= 9027 ac_lo= ac_hi=
9541 break 9028 break
9542 fi 9029 fi
9543 ac_mid=`expr 2 '*' $ac_mid` 9030 ac_mid=`expr 2 '*' $ac_mid`
9544fi 9031fi
9545
9546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9032rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9547 done 9033 done
9548else 9034else
9549 echo "$as_me: failed program was:" >&5 9035 echo "$as_me: failed program was:" >&5
9550sed 's/^/| /' conftest.$ac_ext >&5 9036sed 's/^/| /' conftest.$ac_ext >&5
9551 9037
9552 ac_lo= ac_hi= 9038ac_lo= ac_hi=
9553fi 9039fi
9554
9555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9556fi 9041fi
9557
9558rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9042rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9559# Binary search between lo and hi bounds. 9043# Binary search between lo and hi bounds.
9560while test "x$ac_lo" != "x$ac_hi"; do 9044while test "x$ac_lo" != "x$ac_hi"; do
9561 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 9045 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9562 cat >conftest.$ac_ext <<_ACEOF 9046 cat >conftest.$ac_ext <<_ACEOF
9563/* confdefs.h. */ 9047/* confdefs.h. */
9564_ACEOF 9048_ACEOF
9565cat confdefs.h >>conftest.$ac_ext 9049cat confdefs.h >>conftest.$ac_ext
9566cat >>conftest.$ac_ext <<_ACEOF 9050cat >>conftest.$ac_ext <<_ACEOF
9567/* end confdefs.h. */ 9051/* end confdefs.h. */
9568$ac_includes_default 9052$ac_includes_default
9569 typedef int * ac__type_sizeof_;
9570int 9053int
9571main () 9054main ()
9572{ 9055{
9573static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 9056static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9574test_array [0] = 0 9057test_array [0] = 0
9575 9058
9576 ; 9059 ;
9577 return 0; 9060 return 0;
9578} 9061}
9579_ACEOF 9062_ACEOF
9580rm -f conftest.$ac_objext 9063rm -f conftest.$ac_objext
9581if { (ac_try="$ac_compile"
9582case "(($ac_try" in
9583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9584 *) ac_try_echo=$ac_try;;
9585esac
9586eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9064if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9587 (eval "$ac_compile") 2>conftest.er1 9065 (eval $ac_compile) 2>conftest.er1
9588 ac_status=$? 9066 ac_status=$?
9589 grep -v '^ *+' conftest.er1 >conftest.err 9067 grep -v '^ *+' conftest.er1 >conftest.err
9590 rm -f conftest.er1 9068 rm -f conftest.er1
9591 cat conftest.err >&5 9069 cat conftest.err >&5
9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 (exit $ac_status); } && { 9071 (exit $ac_status); } &&
9594 test -z "$ac_cxx_werror_flag" || 9072 { ac_try='test -z "$ac_cxx_werror_flag"
9595 test ! -s conftest.err 9073 || test ! -s conftest.err'
9596 } && test -s conftest.$ac_objext; then 9074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9075 (eval $ac_try) 2>&5
9076 ac_status=$?
9077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9078 (exit $ac_status); }; } &&
9079 { ac_try='test -s conftest.$ac_objext'
9080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9081 (eval $ac_try) 2>&5
9082 ac_status=$?
9083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9084 (exit $ac_status); }; }; then
9597 ac_hi=$ac_mid 9085 ac_hi=$ac_mid
9598else 9086else
9599 echo "$as_me: failed program was:" >&5 9087 echo "$as_me: failed program was:" >&5
9600sed 's/^/| /' conftest.$ac_ext >&5 9088sed 's/^/| /' conftest.$ac_ext >&5
9601 9089
9602 ac_lo=`expr '(' $ac_mid ')' + 1` 9090ac_lo=`expr '(' $ac_mid ')' + 1`
9603fi 9091fi
9604
9605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9092rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9606done 9093done
9607case $ac_lo in 9094case $ac_lo in
9608?*) ac_cv_sizeof_int_p=$ac_lo;; 9095?*) ac_cv_sizeof_int_p=$ac_lo;;
9609'') if test "$ac_cv_type_int_p" = yes; then
9610 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9096'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9611See \`config.log' for more details." >&5 9097See \`config.log' for more details." >&5
9612echo "$as_me: error: cannot compute sizeof (int *) 9098echo "$as_me: error: cannot compute sizeof (int *), 77
9613See \`config.log' for more details." >&2;} 9099See \`config.log' for more details." >&2;}
9614 { (exit 77); exit 77; }; } 9100 { (exit 1); exit 1; }; } ;;
9615 else
9616 ac_cv_sizeof_int_p=0
9617 fi ;;
9618esac 9101esac
9102else
9103 if test "$cross_compiling" = yes; then
9104 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9105See \`config.log' for more details." >&5
9106echo "$as_me: error: cannot run test program while cross compiling
9107See \`config.log' for more details." >&2;}
9108 { (exit 1); exit 1; }; }
9619else 9109else
9620 cat >conftest.$ac_ext <<_ACEOF 9110 cat >conftest.$ac_ext <<_ACEOF
9621/* confdefs.h. */ 9111/* confdefs.h. */
9622_ACEOF 9112_ACEOF
9623cat confdefs.h >>conftest.$ac_ext 9113cat confdefs.h >>conftest.$ac_ext
9624cat >>conftest.$ac_ext <<_ACEOF 9114cat >>conftest.$ac_ext <<_ACEOF
9625/* end confdefs.h. */ 9115/* end confdefs.h. */
9626$ac_includes_default 9116$ac_includes_default
9627 typedef int * ac__type_sizeof_; 9117long longval () { return (long) (sizeof (int *)); }
9628static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9629static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 9118unsigned long ulongval () { return (long) (sizeof (int *)); }
9630#include <stdio.h> 9119#include <stdio.h>
9631#include <stdlib.h> 9120#include <stdlib.h>
9632int 9121int
9633main () 9122main ()
9634{ 9123{
9635 9124
9636 FILE *f = fopen ("conftest.val", "w"); 9125 FILE *f = fopen ("conftest.val", "w");
9637 if (! f) 9126 if (! f)
9638 return 1; 9127 exit (1);
9639 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 9128 if (((long) (sizeof (int *))) < 0)
9640 { 9129 {
9641 long int i = longval (); 9130 long i = longval ();
9642 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9131 if (i != ((long) (sizeof (int *))))
9643 return 1; 9132 exit (1);
9644 fprintf (f, "%ld\n", i); 9133 fprintf (f, "%ld\n", i);
9645 } 9134 }
9646 else 9135 else
9647 { 9136 {
9648 unsigned long int i = ulongval (); 9137 unsigned long i = ulongval ();
9649 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9138 if (i != ((long) (sizeof (int *))))
9650 return 1; 9139 exit (1);
9651 fprintf (f, "%lu\n", i); 9140 fprintf (f, "%lu\n", i);
9652 } 9141 }
9653 return ferror (f) || fclose (f) != 0; 9142 exit (ferror (f) || fclose (f) != 0);
9654 9143
9655 ; 9144 ;
9656 return 0; 9145 return 0;
9657} 9146}
9658_ACEOF 9147_ACEOF
9659rm -f conftest$ac_exeext 9148rm -f conftest$ac_exeext
9660if { (ac_try="$ac_link"
9661case "(($ac_try" in
9662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9663 *) ac_try_echo=$ac_try;;
9664esac
9665eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9149if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9666 (eval "$ac_link") 2>&5 9150 (eval $ac_link) 2>&5
9667 ac_status=$? 9151 ac_status=$?
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9153 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9670 { (case "(($ac_try" in
9671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9672 *) ac_try_echo=$ac_try;;
9673esac
9674eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9675 (eval "$ac_try") 2>&5 9155 (eval $ac_try) 2>&5
9676 ac_status=$? 9156 ac_status=$?
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); }; }; then 9158 (exit $ac_status); }; }; then
9679 ac_cv_sizeof_int_p=`cat conftest.val` 9159 ac_cv_sizeof_int_p=`cat conftest.val`
9680else 9160else
9681 echo "$as_me: program exited with status $ac_status" >&5 9161 echo "$as_me: program exited with status $ac_status" >&5
9682echo "$as_me: failed program was:" >&5 9162echo "$as_me: failed program was:" >&5
9683sed 's/^/| /' conftest.$ac_ext >&5 9163sed 's/^/| /' conftest.$ac_ext >&5
9684 9164
9685( exit $ac_status ) 9165( exit $ac_status )
9686if test "$ac_cv_type_int_p" = yes; then
9687 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9166{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9688See \`config.log' for more details." >&5 9167See \`config.log' for more details." >&5
9689echo "$as_me: error: cannot compute sizeof (int *) 9168echo "$as_me: error: cannot compute sizeof (int *), 77
9690See \`config.log' for more details." >&2;} 9169See \`config.log' for more details." >&2;}
9691 { (exit 77); exit 77; }; } 9170 { (exit 1); exit 1; }; }
9692 else
9693 ac_cv_sizeof_int_p=0
9694 fi
9695fi 9171fi
9696rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9172rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9173fi
9697fi 9174fi
9698rm -f conftest.val 9175rm -f conftest.val
9176else
9177 ac_cv_sizeof_int_p=0
9699fi 9178fi
9179fi
9700{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5 9180echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9701echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; } 9181echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9702
9703
9704
9705cat >>confdefs.h <<_ACEOF 9182cat >>confdefs.h <<_ACEOF
9706#define SIZEOF_INT_P $ac_cv_sizeof_int_p 9183#define SIZEOF_INT_P $ac_cv_sizeof_int_p
9707_ACEOF 9184_ACEOF
9708 9185
9709 9186
9710 9187
9711 9188
9712{ echo "$as_me:$LINENO: checking for int16_t" >&5 9189echo "$as_me:$LINENO: checking for int16_t" >&5
9713echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } 9190echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9714if test "${rxvt_cv_int16_t+set}" = set; then 9191if test "${rxvt_cv_int16_t+set}" = set; then
9715 echo $ECHO_N "(cached) $ECHO_C" >&6 9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9716else 9193else
9717 cat >conftest.$ac_ext <<_ACEOF 9194 cat >conftest.$ac_ext <<_ACEOF
9718/* confdefs.h. */ 9195/* confdefs.h. */
9728 ; 9205 ;
9729 return 0; 9206 return 0;
9730} 9207}
9731_ACEOF 9208_ACEOF
9732rm -f conftest.$ac_objext 9209rm -f conftest.$ac_objext
9733if { (ac_try="$ac_compile"
9734case "(($ac_try" in
9735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9736 *) ac_try_echo=$ac_try;;
9737esac
9738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9739 (eval "$ac_compile") 2>conftest.er1 9211 (eval $ac_compile) 2>conftest.er1
9740 ac_status=$? 9212 ac_status=$?
9741 grep -v '^ *+' conftest.er1 >conftest.err 9213 grep -v '^ *+' conftest.er1 >conftest.err
9742 rm -f conftest.er1 9214 rm -f conftest.er1
9743 cat conftest.err >&5 9215 cat conftest.err >&5
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); } && { 9217 (exit $ac_status); } &&
9746 test -z "$ac_cxx_werror_flag" || 9218 { ac_try='test -z "$ac_cxx_werror_flag"
9747 test ! -s conftest.err 9219 || test ! -s conftest.err'
9748 } && test -s conftest.$ac_objext; then 9220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9221 (eval $ac_try) 2>&5
9222 ac_status=$?
9223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9224 (exit $ac_status); }; } &&
9225 { ac_try='test -s conftest.$ac_objext'
9226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9227 (eval $ac_try) 2>&5
9228 ac_status=$?
9229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9230 (exit $ac_status); }; }; then
9749 rxvt_cv_int16_t=yes 9231 rxvt_cv_int16_t=yes
9750else 9232else
9751 echo "$as_me: failed program was:" >&5 9233 echo "$as_me: failed program was:" >&5
9752sed 's/^/| /' conftest.$ac_ext >&5 9234sed 's/^/| /' conftest.$ac_ext >&5
9753 9235
9754 if test "$ac_cv_sizeof_char" -ge 2; then 9236if test "$ac_cv_sizeof_char" -ge 2; then
9755 rxvt_cv_int16_t=" char" 9237 rxvt_cv_int16_t=" char"
9756else 9238else
9757 if test "$ac_cv_sizeof_short" -ge 2; then 9239 if test "$ac_cv_sizeof_short" -ge 2; then
9758 rxvt_cv_int16_t=" short" 9240 rxvt_cv_int16_t=" short"
9759 else 9241 else
9771 fi 9253 fi
9772 fi 9254 fi
9773 fi 9255 fi
9774fi 9256fi
9775fi 9257fi
9776
9777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9778fi 9259fi
9779{ echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5 9260echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
9780echo "${ECHO_T}$rxvt_cv_int16_t" >&6; } 9261echo "${ECHO_T}$rxvt_cv_int16_t" >&6
9781if test x"$rxvt_cv_int16_t" != xyes; then 9262if test x"$rxvt_cv_int16_t" != xyes; then
9782 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 9263 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
9783else 9264else
9784 if test x"" = x; then 9265 if test x"" = x; then
9785 rxvt_int16_typedef="/* typedef short int16_t; */" 9266 rxvt_int16_typedef="/* typedef short int16_t; */"
9786 else 9267 else
9787 rxvt_int16_typedef="/* typedef short int16_t; */" 9268 rxvt_int16_typedef="/* typedef short int16_t; */"
9788 fi 9269 fi
9789fi 9270fi
9790 9271
9791{ echo "$as_me:$LINENO: checking for uint16_t" >&5 9272echo "$as_me:$LINENO: checking for uint16_t" >&5
9792echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } 9273echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
9793if test "${rxvt_cv_uint16_t+set}" = set; then 9274if test "${rxvt_cv_uint16_t+set}" = set; then
9794 echo $ECHO_N "(cached) $ECHO_C" >&6 9275 echo $ECHO_N "(cached) $ECHO_C" >&6
9795else 9276else
9796 cat >conftest.$ac_ext <<_ACEOF 9277 cat >conftest.$ac_ext <<_ACEOF
9797/* confdefs.h. */ 9278/* confdefs.h. */
9807 ; 9288 ;
9808 return 0; 9289 return 0;
9809} 9290}
9810_ACEOF 9291_ACEOF
9811rm -f conftest.$ac_objext 9292rm -f conftest.$ac_objext
9812if { (ac_try="$ac_compile"
9813case "(($ac_try" in
9814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9815 *) ac_try_echo=$ac_try;;
9816esac
9817eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9293if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9818 (eval "$ac_compile") 2>conftest.er1 9294 (eval $ac_compile) 2>conftest.er1
9819 ac_status=$? 9295 ac_status=$?
9820 grep -v '^ *+' conftest.er1 >conftest.err 9296 grep -v '^ *+' conftest.er1 >conftest.err
9821 rm -f conftest.er1 9297 rm -f conftest.er1
9822 cat conftest.err >&5 9298 cat conftest.err >&5
9823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9824 (exit $ac_status); } && { 9300 (exit $ac_status); } &&
9825 test -z "$ac_cxx_werror_flag" || 9301 { ac_try='test -z "$ac_cxx_werror_flag"
9826 test ! -s conftest.err 9302 || test ! -s conftest.err'
9827 } && test -s conftest.$ac_objext; then 9303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9304 (eval $ac_try) 2>&5
9305 ac_status=$?
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 (exit $ac_status); }; } &&
9308 { ac_try='test -s conftest.$ac_objext'
9309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9310 (eval $ac_try) 2>&5
9311 ac_status=$?
9312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9313 (exit $ac_status); }; }; then
9828 rxvt_cv_uint16_t=yes 9314 rxvt_cv_uint16_t=yes
9829else 9315else
9830 echo "$as_me: failed program was:" >&5 9316 echo "$as_me: failed program was:" >&5
9831sed 's/^/| /' conftest.$ac_ext >&5 9317sed 's/^/| /' conftest.$ac_ext >&5
9832 9318
9833 if test "$ac_cv_sizeof_char" -ge 2; then 9319if test "$ac_cv_sizeof_char" -ge 2; then
9834 rxvt_cv_uint16_t="unsigned char" 9320 rxvt_cv_uint16_t="unsigned char"
9835else 9321else
9836 if test "$ac_cv_sizeof_short" -ge 2; then 9322 if test "$ac_cv_sizeof_short" -ge 2; then
9837 rxvt_cv_uint16_t="unsigned short" 9323 rxvt_cv_uint16_t="unsigned short"
9838 else 9324 else
9850 fi 9336 fi
9851 fi 9337 fi
9852 fi 9338 fi
9853fi 9339fi
9854fi 9340fi
9855
9856rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9341rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9857fi 9342fi
9858{ echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5 9343echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
9859echo "${ECHO_T}$rxvt_cv_uint16_t" >&6; } 9344echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
9860if test x"$rxvt_cv_uint16_t" != xyes; then 9345if test x"$rxvt_cv_uint16_t" != xyes; then
9861 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 9346 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
9862else 9347else
9863 if test x"unsigned" = x; then 9348 if test x"unsigned" = x; then
9864 rxvt_uint16_typedef="/* typedef short uint16_t; */" 9349 rxvt_uint16_typedef="/* typedef short uint16_t; */"
9865 else 9350 else
9866 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 9351 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
9867 fi 9352 fi
9868fi 9353fi
9869 9354
9870{ echo "$as_me:$LINENO: checking for int32_t" >&5 9355echo "$as_me:$LINENO: checking for int32_t" >&5
9871echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } 9356echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
9872if test "${rxvt_cv_int32_t+set}" = set; then 9357if test "${rxvt_cv_int32_t+set}" = set; then
9873 echo $ECHO_N "(cached) $ECHO_C" >&6 9358 echo $ECHO_N "(cached) $ECHO_C" >&6
9874else 9359else
9875 cat >conftest.$ac_ext <<_ACEOF 9360 cat >conftest.$ac_ext <<_ACEOF
9876/* confdefs.h. */ 9361/* confdefs.h. */
9886 ; 9371 ;
9887 return 0; 9372 return 0;
9888} 9373}
9889_ACEOF 9374_ACEOF
9890rm -f conftest.$ac_objext 9375rm -f conftest.$ac_objext
9891if { (ac_try="$ac_compile"
9892case "(($ac_try" in
9893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9894 *) ac_try_echo=$ac_try;;
9895esac
9896eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9376if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9897 (eval "$ac_compile") 2>conftest.er1 9377 (eval $ac_compile) 2>conftest.er1
9898 ac_status=$? 9378 ac_status=$?
9899 grep -v '^ *+' conftest.er1 >conftest.err 9379 grep -v '^ *+' conftest.er1 >conftest.err
9900 rm -f conftest.er1 9380 rm -f conftest.er1
9901 cat conftest.err >&5 9381 cat conftest.err >&5
9902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9903 (exit $ac_status); } && { 9383 (exit $ac_status); } &&
9904 test -z "$ac_cxx_werror_flag" || 9384 { ac_try='test -z "$ac_cxx_werror_flag"
9905 test ! -s conftest.err 9385 || test ! -s conftest.err'
9906 } && test -s conftest.$ac_objext; then 9386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9387 (eval $ac_try) 2>&5
9388 ac_status=$?
9389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9390 (exit $ac_status); }; } &&
9391 { ac_try='test -s conftest.$ac_objext'
9392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9393 (eval $ac_try) 2>&5
9394 ac_status=$?
9395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9396 (exit $ac_status); }; }; then
9907 rxvt_cv_int32_t=yes 9397 rxvt_cv_int32_t=yes
9908else 9398else
9909 echo "$as_me: failed program was:" >&5 9399 echo "$as_me: failed program was:" >&5
9910sed 's/^/| /' conftest.$ac_ext >&5 9400sed 's/^/| /' conftest.$ac_ext >&5
9911 9401
9912 if test "$ac_cv_sizeof_char" -ge 4; then 9402if test "$ac_cv_sizeof_char" -ge 4; then
9913 rxvt_cv_int32_t=" char" 9403 rxvt_cv_int32_t=" char"
9914else 9404else
9915 if test "$ac_cv_sizeof_short" -ge 4; then 9405 if test "$ac_cv_sizeof_short" -ge 4; then
9916 rxvt_cv_int32_t=" short" 9406 rxvt_cv_int32_t=" short"
9917 else 9407 else
9929 fi 9419 fi
9930 fi 9420 fi
9931 fi 9421 fi
9932fi 9422fi
9933fi 9423fi
9934
9935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9424rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9936fi 9425fi
9937{ echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5 9426echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
9938echo "${ECHO_T}$rxvt_cv_int32_t" >&6; } 9427echo "${ECHO_T}$rxvt_cv_int32_t" >&6
9939if test x"$rxvt_cv_int32_t" != xyes; then 9428if test x"$rxvt_cv_int32_t" != xyes; then
9940 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 9429 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
9941else 9430else
9942 if test x"" = x; then 9431 if test x"" = x; then
9943 rxvt_int32_typedef="/* typedef int int32_t; */" 9432 rxvt_int32_typedef="/* typedef int int32_t; */"
9944 else 9433 else
9945 rxvt_int32_typedef="/* typedef int int32_t; */" 9434 rxvt_int32_typedef="/* typedef int int32_t; */"
9946 fi 9435 fi
9947fi 9436fi
9948 9437
9949{ echo "$as_me:$LINENO: checking for uint32_t" >&5 9438echo "$as_me:$LINENO: checking for uint32_t" >&5
9950echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } 9439echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
9951if test "${rxvt_cv_uint32_t+set}" = set; then 9440if test "${rxvt_cv_uint32_t+set}" = set; then
9952 echo $ECHO_N "(cached) $ECHO_C" >&6 9441 echo $ECHO_N "(cached) $ECHO_C" >&6
9953else 9442else
9954 cat >conftest.$ac_ext <<_ACEOF 9443 cat >conftest.$ac_ext <<_ACEOF
9955/* confdefs.h. */ 9444/* confdefs.h. */
9965 ; 9454 ;
9966 return 0; 9455 return 0;
9967} 9456}
9968_ACEOF 9457_ACEOF
9969rm -f conftest.$ac_objext 9458rm -f conftest.$ac_objext
9970if { (ac_try="$ac_compile"
9971case "(($ac_try" in
9972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9973 *) ac_try_echo=$ac_try;;
9974esac
9975eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9459if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9976 (eval "$ac_compile") 2>conftest.er1 9460 (eval $ac_compile) 2>conftest.er1
9977 ac_status=$? 9461 ac_status=$?
9978 grep -v '^ *+' conftest.er1 >conftest.err 9462 grep -v '^ *+' conftest.er1 >conftest.err
9979 rm -f conftest.er1 9463 rm -f conftest.er1
9980 cat conftest.err >&5 9464 cat conftest.err >&5
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 (exit $ac_status); } && { 9466 (exit $ac_status); } &&
9983 test -z "$ac_cxx_werror_flag" || 9467 { ac_try='test -z "$ac_cxx_werror_flag"
9984 test ! -s conftest.err 9468 || test ! -s conftest.err'
9985 } && test -s conftest.$ac_objext; then 9469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9470 (eval $ac_try) 2>&5
9471 ac_status=$?
9472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473 (exit $ac_status); }; } &&
9474 { ac_try='test -s conftest.$ac_objext'
9475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9476 (eval $ac_try) 2>&5
9477 ac_status=$?
9478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479 (exit $ac_status); }; }; then
9986 rxvt_cv_uint32_t=yes 9480 rxvt_cv_uint32_t=yes
9987else 9481else
9988 echo "$as_me: failed program was:" >&5 9482 echo "$as_me: failed program was:" >&5
9989sed 's/^/| /' conftest.$ac_ext >&5 9483sed 's/^/| /' conftest.$ac_ext >&5
9990 9484
9991 if test "$ac_cv_sizeof_char" -ge 4; then 9485if test "$ac_cv_sizeof_char" -ge 4; then
9992 rxvt_cv_uint32_t="unsigned char" 9486 rxvt_cv_uint32_t="unsigned char"
9993else 9487else
9994 if test "$ac_cv_sizeof_short" -ge 4; then 9488 if test "$ac_cv_sizeof_short" -ge 4; then
9995 rxvt_cv_uint32_t="unsigned short" 9489 rxvt_cv_uint32_t="unsigned short"
9996 else 9490 else
10008 fi 9502 fi
10009 fi 9503 fi
10010 fi 9504 fi
10011fi 9505fi
10012fi 9506fi
10013
10014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9507rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10015fi 9508fi
10016{ echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5 9509echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10017echo "${ECHO_T}$rxvt_cv_uint32_t" >&6; } 9510echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10018if test x"$rxvt_cv_uint32_t" != xyes; then 9511if test x"$rxvt_cv_uint32_t" != xyes; then
10019 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 9512 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10020else 9513else
10021 if test x"unsigned" = x; then 9514 if test x"unsigned" = x; then
10022 rxvt_uint32_typedef="/* typedef int uint32_t; */" 9515 rxvt_uint32_typedef="/* typedef int uint32_t; */"
10043 fi 9536 fi
10044fi 9537fi
10045 9538
10046 9539
10047 9540
10048{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 9541echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10049echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 9542echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10050if test "${ac_cv_type_signal+set}" = set; then 9543if test "${ac_cv_type_signal+set}" = set; then
10051 echo $ECHO_N "(cached) $ECHO_C" >&6 9544 echo $ECHO_N "(cached) $ECHO_C" >&6
10052else 9545else
10053 cat >conftest.$ac_ext <<_ACEOF 9546 cat >conftest.$ac_ext <<_ACEOF
10054/* confdefs.h. */ 9547/* confdefs.h. */
10056cat confdefs.h >>conftest.$ac_ext 9549cat confdefs.h >>conftest.$ac_ext
10057cat >>conftest.$ac_ext <<_ACEOF 9550cat >>conftest.$ac_ext <<_ACEOF
10058/* end confdefs.h. */ 9551/* end confdefs.h. */
10059#include <sys/types.h> 9552#include <sys/types.h>
10060#include <signal.h> 9553#include <signal.h>
9554#ifdef signal
9555# undef signal
9556#endif
9557#ifdef __cplusplus
9558extern "C" void (*signal (int, void (*)(int)))(int);
9559#else
9560void (*signal ()) ();
9561#endif
10061 9562
10062int 9563int
10063main () 9564main ()
10064{ 9565{
10065return *(signal (0, 0)) (0) == 1; 9566int i;
10066 ; 9567 ;
10067 return 0; 9568 return 0;
10068} 9569}
10069_ACEOF 9570_ACEOF
10070rm -f conftest.$ac_objext 9571rm -f conftest.$ac_objext
10071if { (ac_try="$ac_compile"
10072case "(($ac_try" in
10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10074 *) ac_try_echo=$ac_try;;
10075esac
10076eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10077 (eval "$ac_compile") 2>conftest.er1 9573 (eval $ac_compile) 2>conftest.er1
10078 ac_status=$? 9574 ac_status=$?
10079 grep -v '^ *+' conftest.er1 >conftest.err 9575 grep -v '^ *+' conftest.er1 >conftest.err
10080 rm -f conftest.er1 9576 rm -f conftest.er1
10081 cat conftest.err >&5 9577 cat conftest.err >&5
10082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } && { 9579 (exit $ac_status); } &&
10084 test -z "$ac_cxx_werror_flag" || 9580 { ac_try='test -z "$ac_cxx_werror_flag"
10085 test ! -s conftest.err 9581 || test ! -s conftest.err'
10086 } && test -s conftest.$ac_objext; then 9582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9583 (eval $ac_try) 2>&5
9584 ac_status=$?
9585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9586 (exit $ac_status); }; } &&
9587 { ac_try='test -s conftest.$ac_objext'
9588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9589 (eval $ac_try) 2>&5
9590 ac_status=$?
9591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9592 (exit $ac_status); }; }; then
10087 ac_cv_type_signal=int 9593 ac_cv_type_signal=void
10088else 9594else
10089 echo "$as_me: failed program was:" >&5 9595 echo "$as_me: failed program was:" >&5
10090sed 's/^/| /' conftest.$ac_ext >&5 9596sed 's/^/| /' conftest.$ac_ext >&5
10091 9597
10092 ac_cv_type_signal=void 9598ac_cv_type_signal=int
10093fi 9599fi
10094
10095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9600rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10096fi 9601fi
10097{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 9602echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10098echo "${ECHO_T}$ac_cv_type_signal" >&6; } 9603echo "${ECHO_T}$ac_cv_type_signal" >&6
10099 9604
10100cat >>confdefs.h <<_ACEOF 9605cat >>confdefs.h <<_ACEOF
10101#define RETSIGTYPE $ac_cv_type_signal 9606#define RETSIGTYPE $ac_cv_type_signal
10102_ACEOF 9607_ACEOF
10103 9608
10111 setutent \ 9616 setutent \
10112 on_exit \ 9617 on_exit \
10113 9618
10114do 9619do
10115as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9620as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10116{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9621echo "$as_me:$LINENO: checking for $ac_func" >&5
10117echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9622echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10118if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9623if eval "test \"\${$as_ac_var+set}\" = set"; then
10119 echo $ECHO_N "(cached) $ECHO_C" >&6 9624 echo $ECHO_N "(cached) $ECHO_C" >&6
10120else 9625else
10121 cat >conftest.$ac_ext <<_ACEOF 9626 cat >conftest.$ac_ext <<_ACEOF
10122/* confdefs.h. */ 9627/* confdefs.h. */
10123_ACEOF 9628_ACEOF
10139# include <assert.h> 9644# include <assert.h>
10140#endif 9645#endif
10141 9646
10142#undef $ac_func 9647#undef $ac_func
10143 9648
10144/* Override any GCC internal prototype to avoid an error. 9649/* Override any gcc2 internal prototype to avoid an error. */
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10147#ifdef __cplusplus 9650#ifdef __cplusplus
10148extern "C" 9651extern "C"
9652{
10149#endif 9653#endif
9654/* We use char because int might match the return type of a gcc2
9655 builtin and then its argument prototype would still apply. */
10150char $ac_func (); 9656char $ac_func ();
10151/* The GNU C library defines this for functions which it implements 9657/* The GNU C library defines this for functions which it implements
10152 to always fail with ENOSYS. Some functions are actually named 9658 to always fail with ENOSYS. Some functions are actually named
10153 something starting with __ and the normal name is an alias. */ 9659 something starting with __ and the normal name is an alias. */
10154#if defined __stub_$ac_func || defined __stub___$ac_func 9660#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10155choke me 9661choke me
9662#else
9663char (*f) () = $ac_func;
9664#endif
9665#ifdef __cplusplus
9666}
10156#endif 9667#endif
10157 9668
10158int 9669int
10159main () 9670main ()
10160{ 9671{
10161return $ac_func (); 9672return f != $ac_func;
10162 ; 9673 ;
10163 return 0; 9674 return 0;
10164} 9675}
10165_ACEOF 9676_ACEOF
10166rm -f conftest.$ac_objext conftest$ac_exeext 9677rm -f conftest.$ac_objext conftest$ac_exeext
10167if { (ac_try="$ac_link"
10168case "(($ac_try" in
10169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10170 *) ac_try_echo=$ac_try;;
10171esac
10172eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9678if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10173 (eval "$ac_link") 2>conftest.er1 9679 (eval $ac_link) 2>conftest.er1
10174 ac_status=$? 9680 ac_status=$?
10175 grep -v '^ *+' conftest.er1 >conftest.err 9681 grep -v '^ *+' conftest.er1 >conftest.err
10176 rm -f conftest.er1 9682 rm -f conftest.er1
10177 cat conftest.err >&5 9683 cat conftest.err >&5
10178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10179 (exit $ac_status); } && { 9685 (exit $ac_status); } &&
10180 test -z "$ac_cxx_werror_flag" || 9686 { ac_try='test -z "$ac_cxx_werror_flag"
10181 test ! -s conftest.err 9687 || test ! -s conftest.err'
10182 } && test -s conftest$ac_exeext && 9688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10183 $as_test_x conftest$ac_exeext; then 9689 (eval $ac_try) 2>&5
9690 ac_status=$?
9691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 (exit $ac_status); }; } &&
9693 { ac_try='test -s conftest$ac_exeext'
9694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9695 (eval $ac_try) 2>&5
9696 ac_status=$?
9697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9698 (exit $ac_status); }; }; then
10184 eval "$as_ac_var=yes" 9699 eval "$as_ac_var=yes"
10185else 9700else
10186 echo "$as_me: failed program was:" >&5 9701 echo "$as_me: failed program was:" >&5
10187sed 's/^/| /' conftest.$ac_ext >&5 9702sed 's/^/| /' conftest.$ac_ext >&5
10188 9703
10189 eval "$as_ac_var=no" 9704eval "$as_ac_var=no"
10190fi 9705fi
10191 9706rm -f conftest.err conftest.$ac_objext \
10192rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10193 conftest$ac_exeext conftest.$ac_ext 9707 conftest$ac_exeext conftest.$ac_ext
10194fi 9708fi
10195ac_res=`eval echo '${'$as_ac_var'}'` 9709echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10196 { echo "$as_me:$LINENO: result: $ac_res" >&5 9710echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10197echo "${ECHO_T}$ac_res" >&6; }
10198if test `eval echo '${'$as_ac_var'}'` = yes; then 9711if test `eval echo '${'$as_ac_var'}'` = yes; then
10199 cat >>confdefs.h <<_ACEOF 9712 cat >>confdefs.h <<_ACEOF
10200#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9713#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10201_ACEOF 9714_ACEOF
10202 9715
10207 9720
10208support_utmp=yes 9721support_utmp=yes
10209support_wtmp=yes 9722support_wtmp=yes
10210support_lastlog=yes 9723support_lastlog=yes
10211 9724
10212# Check whether --enable-utmp was given. 9725# Check whether --enable-utmp or --disable-utmp was given.
10213if test "${enable_utmp+set}" = set; then 9726if test "${enable_utmp+set}" = set; then
9727 enableval="$enable_utmp"
10214 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then 9728 if test x$enableval = xyes -o x$enableval = xno; then
10215 support_utmp=$enableval 9729 support_utmp=$enableval
10216 fi 9730 fi
10217fi 9731fi;
10218 9732
10219
10220# Check whether --enable-wtmp was given. 9733# Check whether --enable-wtmp or --disable-wtmp was given.
10221if test "${enable_wtmp+set}" = set; then 9734if test "${enable_wtmp+set}" = set; then
9735 enableval="$enable_wtmp"
10222 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then 9736 if test x$enableval = xyes -o x$enableval = xno; then
10223 support_wtmp=$enableval 9737 support_wtmp=$enableval
10224 fi 9738 fi
10225fi 9739fi;
10226 9740
10227
10228# Check whether --enable-lastlog was given. 9741# Check whether --enable-lastlog or --disable-lastlog was given.
10229if test "${enable_lastlog+set}" = set; then 9742if test "${enable_lastlog+set}" = set; then
9743 enableval="$enable_lastlog"
10230 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then 9744 if test x$enableval = xyes -o x$enableval = xno; then
10231 support_lastlog=$enableval 9745 support_lastlog=$enableval
10232 fi 9746 fi
10233fi 9747fi;
10234
10235 9748
10236if test x$support_utmp = xyes; then 9749if test x$support_utmp = xyes; then
10237 9750
10238cat >>confdefs.h <<\_ACEOF 9751cat >>confdefs.h <<\_ACEOF
10239#define UTMP_SUPPORT 1 9752#define UTMP_SUPPORT 1
10263 updwtmp \ 9776 updwtmp \
10264 updwtmpx \ 9777 updwtmpx \
10265 9778
10266do 9779do
10267as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9780as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10268{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9781echo "$as_me:$LINENO: checking for $ac_func" >&5
10269echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9782echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10270if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9783if eval "test \"\${$as_ac_var+set}\" = set"; then
10271 echo $ECHO_N "(cached) $ECHO_C" >&6 9784 echo $ECHO_N "(cached) $ECHO_C" >&6
10272else 9785else
10273 cat >conftest.$ac_ext <<_ACEOF 9786 cat >conftest.$ac_ext <<_ACEOF
10274/* confdefs.h. */ 9787/* confdefs.h. */
10275_ACEOF 9788_ACEOF
10291# include <assert.h> 9804# include <assert.h>
10292#endif 9805#endif
10293 9806
10294#undef $ac_func 9807#undef $ac_func
10295 9808
10296/* Override any GCC internal prototype to avoid an error. 9809/* Override any gcc2 internal prototype to avoid an error. */
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10299#ifdef __cplusplus 9810#ifdef __cplusplus
10300extern "C" 9811extern "C"
9812{
10301#endif 9813#endif
9814/* We use char because int might match the return type of a gcc2
9815 builtin and then its argument prototype would still apply. */
10302char $ac_func (); 9816char $ac_func ();
10303/* The GNU C library defines this for functions which it implements 9817/* The GNU C library defines this for functions which it implements
10304 to always fail with ENOSYS. Some functions are actually named 9818 to always fail with ENOSYS. Some functions are actually named
10305 something starting with __ and the normal name is an alias. */ 9819 something starting with __ and the normal name is an alias. */
10306#if defined __stub_$ac_func || defined __stub___$ac_func 9820#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10307choke me 9821choke me
9822#else
9823char (*f) () = $ac_func;
9824#endif
9825#ifdef __cplusplus
9826}
10308#endif 9827#endif
10309 9828
10310int 9829int
10311main () 9830main ()
10312{ 9831{
10313return $ac_func (); 9832return f != $ac_func;
10314 ; 9833 ;
10315 return 0; 9834 return 0;
10316} 9835}
10317_ACEOF 9836_ACEOF
10318rm -f conftest.$ac_objext conftest$ac_exeext 9837rm -f conftest.$ac_objext conftest$ac_exeext
10319if { (ac_try="$ac_link"
10320case "(($ac_try" in
10321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10322 *) ac_try_echo=$ac_try;;
10323esac
10324eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9838if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10325 (eval "$ac_link") 2>conftest.er1 9839 (eval $ac_link) 2>conftest.er1
10326 ac_status=$? 9840 ac_status=$?
10327 grep -v '^ *+' conftest.er1 >conftest.err 9841 grep -v '^ *+' conftest.er1 >conftest.err
10328 rm -f conftest.er1 9842 rm -f conftest.er1
10329 cat conftest.err >&5 9843 cat conftest.err >&5
10330 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331 (exit $ac_status); } && { 9845 (exit $ac_status); } &&
10332 test -z "$ac_cxx_werror_flag" || 9846 { ac_try='test -z "$ac_cxx_werror_flag"
10333 test ! -s conftest.err 9847 || test ! -s conftest.err'
10334 } && test -s conftest$ac_exeext && 9848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10335 $as_test_x conftest$ac_exeext; then 9849 (eval $ac_try) 2>&5
9850 ac_status=$?
9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 (exit $ac_status); }; } &&
9853 { ac_try='test -s conftest$ac_exeext'
9854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9855 (eval $ac_try) 2>&5
9856 ac_status=$?
9857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858 (exit $ac_status); }; }; then
10336 eval "$as_ac_var=yes" 9859 eval "$as_ac_var=yes"
10337else 9860else
10338 echo "$as_me: failed program was:" >&5 9861 echo "$as_me: failed program was:" >&5
10339sed 's/^/| /' conftest.$ac_ext >&5 9862sed 's/^/| /' conftest.$ac_ext >&5
10340 9863
10341 eval "$as_ac_var=no" 9864eval "$as_ac_var=no"
10342fi 9865fi
10343 9866rm -f conftest.err conftest.$ac_objext \
10344rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10345 conftest$ac_exeext conftest.$ac_ext 9867 conftest$ac_exeext conftest.$ac_ext
10346fi 9868fi
10347ac_res=`eval echo '${'$as_ac_var'}'` 9869echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10348 { echo "$as_me:$LINENO: result: $ac_res" >&5 9870echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10349echo "${ECHO_T}$ac_res" >&6; }
10350if test `eval echo '${'$as_ac_var'}'` = yes; then 9871if test `eval echo '${'$as_ac_var'}'` = yes; then
10351 cat >>confdefs.h <<_ACEOF 9872 cat >>confdefs.h <<_ACEOF
10352#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9873#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10353_ACEOF 9874_ACEOF
10354 9875
10364 utmpx.h \ 9885 utmpx.h \
10365 lastlog.h \ 9886 lastlog.h \
10366 9887
10367do 9888do
10368as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9889as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10369if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9890if eval "test \"\${$as_ac_Header+set}\" = set"; then
10370 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9891 echo "$as_me:$LINENO: checking for $ac_header" >&5
10371echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9892echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10372if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9893if eval "test \"\${$as_ac_Header+set}\" = set"; then
10373 echo $ECHO_N "(cached) $ECHO_C" >&6 9894 echo $ECHO_N "(cached) $ECHO_C" >&6
10374fi 9895fi
10375ac_res=`eval echo '${'$as_ac_Header'}'` 9896echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10376 { echo "$as_me:$LINENO: result: $ac_res" >&5 9897echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10377echo "${ECHO_T}$ac_res" >&6; }
10378else 9898else
10379 # Is the header compilable? 9899 # Is the header compilable?
10380{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 9900echo "$as_me:$LINENO: checking $ac_header usability" >&5
10381echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9901echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10382cat >conftest.$ac_ext <<_ACEOF 9902cat >conftest.$ac_ext <<_ACEOF
10383/* confdefs.h. */ 9903/* confdefs.h. */
10384_ACEOF 9904_ACEOF
10385cat confdefs.h >>conftest.$ac_ext 9905cat confdefs.h >>conftest.$ac_ext
10386cat >>conftest.$ac_ext <<_ACEOF 9906cat >>conftest.$ac_ext <<_ACEOF
10387/* end confdefs.h. */ 9907/* end confdefs.h. */
10388$ac_includes_default 9908$ac_includes_default
10389#include <$ac_header> 9909#include <$ac_header>
10390_ACEOF 9910_ACEOF
10391rm -f conftest.$ac_objext 9911rm -f conftest.$ac_objext
10392if { (ac_try="$ac_compile"
10393case "(($ac_try" in
10394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10395 *) ac_try_echo=$ac_try;;
10396esac
10397eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9912if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10398 (eval "$ac_compile") 2>conftest.er1 9913 (eval $ac_compile) 2>conftest.er1
10399 ac_status=$? 9914 ac_status=$?
10400 grep -v '^ *+' conftest.er1 >conftest.err 9915 grep -v '^ *+' conftest.er1 >conftest.err
10401 rm -f conftest.er1 9916 rm -f conftest.er1
10402 cat conftest.err >&5 9917 cat conftest.err >&5
10403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10404 (exit $ac_status); } && { 9919 (exit $ac_status); } &&
10405 test -z "$ac_cxx_werror_flag" || 9920 { ac_try='test -z "$ac_cxx_werror_flag"
10406 test ! -s conftest.err 9921 || test ! -s conftest.err'
10407 } && test -s conftest.$ac_objext; then 9922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9923 (eval $ac_try) 2>&5
9924 ac_status=$?
9925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); }; } &&
9927 { ac_try='test -s conftest.$ac_objext'
9928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9929 (eval $ac_try) 2>&5
9930 ac_status=$?
9931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932 (exit $ac_status); }; }; then
10408 ac_header_compiler=yes 9933 ac_header_compiler=yes
10409else 9934else
10410 echo "$as_me: failed program was:" >&5 9935 echo "$as_me: failed program was:" >&5
10411sed 's/^/| /' conftest.$ac_ext >&5 9936sed 's/^/| /' conftest.$ac_ext >&5
10412 9937
10413 ac_header_compiler=no 9938ac_header_compiler=no
10414fi 9939fi
10415
10416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9940rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10417{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9941echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10418echo "${ECHO_T}$ac_header_compiler" >&6; } 9942echo "${ECHO_T}$ac_header_compiler" >&6
10419 9943
10420# Is the header present? 9944# Is the header present?
10421{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 9945echo "$as_me:$LINENO: checking $ac_header presence" >&5
10422echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9946echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10423cat >conftest.$ac_ext <<_ACEOF 9947cat >conftest.$ac_ext <<_ACEOF
10424/* confdefs.h. */ 9948/* confdefs.h. */
10425_ACEOF 9949_ACEOF
10426cat confdefs.h >>conftest.$ac_ext 9950cat confdefs.h >>conftest.$ac_ext
10427cat >>conftest.$ac_ext <<_ACEOF 9951cat >>conftest.$ac_ext <<_ACEOF
10428/* end confdefs.h. */ 9952/* end confdefs.h. */
10429#include <$ac_header> 9953#include <$ac_header>
10430_ACEOF 9954_ACEOF
10431if { (ac_try="$ac_cpp conftest.$ac_ext" 9955if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10432case "(($ac_try" in
10433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10434 *) ac_try_echo=$ac_try;;
10435esac
10436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10437 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10438 ac_status=$? 9957 ac_status=$?
10439 grep -v '^ *+' conftest.er1 >conftest.err 9958 grep -v '^ *+' conftest.er1 >conftest.err
10440 rm -f conftest.er1 9959 rm -f conftest.er1
10441 cat conftest.err >&5 9960 cat conftest.err >&5
10442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443 (exit $ac_status); } >/dev/null && { 9962 (exit $ac_status); } >/dev/null; then
10444 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10445 test ! -s conftest.err 9963 if test -s conftest.err; then
10446 }; then 9964 ac_cpp_err=$ac_cxx_preproc_warn_flag
9965 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9966 else
9967 ac_cpp_err=
9968 fi
9969else
9970 ac_cpp_err=yes
9971fi
9972if test -z "$ac_cpp_err"; then
10447 ac_header_preproc=yes 9973 ac_header_preproc=yes
10448else 9974else
10449 echo "$as_me: failed program was:" >&5 9975 echo "$as_me: failed program was:" >&5
10450sed 's/^/| /' conftest.$ac_ext >&5 9976sed 's/^/| /' conftest.$ac_ext >&5
10451 9977
10452 ac_header_preproc=no 9978 ac_header_preproc=no
10453fi 9979fi
10454
10455rm -f conftest.err conftest.$ac_ext 9980rm -f conftest.err conftest.$ac_ext
10456{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9981echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10457echo "${ECHO_T}$ac_header_preproc" >&6; } 9982echo "${ECHO_T}$ac_header_preproc" >&6
10458 9983
10459# So? What about this header? 9984# So? What about this header?
10460case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9985case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10461 yes:no: ) 9986 yes:no: )
10462 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9987 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10476echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10001echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10477 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10002 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10478echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10003echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10479 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10004 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10480echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10005echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10481 10006 (
10007 cat <<\_ASBOX
10008## ------------------------------------------ ##
10009## Report this to the AC_PACKAGE_NAME lists. ##
10010## ------------------------------------------ ##
10011_ASBOX
10012 ) |
10013 sed "s/^/$as_me: WARNING: /" >&2
10482 ;; 10014 ;;
10483esac 10015esac
10484{ echo "$as_me:$LINENO: checking for $ac_header" >&5 10016echo "$as_me:$LINENO: checking for $ac_header" >&5
10485echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10017echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10486if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10018if eval "test \"\${$as_ac_Header+set}\" = set"; then
10487 echo $ECHO_N "(cached) $ECHO_C" >&6 10019 echo $ECHO_N "(cached) $ECHO_C" >&6
10488else 10020else
10489 eval "$as_ac_Header=\$ac_header_preproc" 10021 eval "$as_ac_Header=\$ac_header_preproc"
10490fi 10022fi
10491ac_res=`eval echo '${'$as_ac_Header'}'` 10023echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10492 { echo "$as_me:$LINENO: result: $ac_res" >&5 10024echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10493echo "${ECHO_T}$ac_res" >&6; }
10494 10025
10495fi 10026fi
10496if test `eval echo '${'$as_ac_Header'}'` = yes; then 10027if test `eval echo '${'$as_ac_Header'}'` = yes; then
10497 cat >>confdefs.h <<_ACEOF 10028 cat >>confdefs.h <<_ACEOF
10498#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 10029#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10503done 10034done
10504 10035
10505 10036
10506 10037
10507if test "${ac_cv_header_utmp_h+set}" = set; then 10038if test "${ac_cv_header_utmp_h+set}" = set; then
10508 { echo "$as_me:$LINENO: checking for utmp.h" >&5 10039 echo "$as_me:$LINENO: checking for utmp.h" >&5
10509echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10040echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10510if test "${ac_cv_header_utmp_h+set}" = set; then 10041if test "${ac_cv_header_utmp_h+set}" = set; then
10511 echo $ECHO_N "(cached) $ECHO_C" >&6 10042 echo $ECHO_N "(cached) $ECHO_C" >&6
10512fi 10043fi
10513{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10044echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10514echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10045echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10515else 10046else
10516 # Is the header compilable? 10047 # Is the header compilable?
10517{ echo "$as_me:$LINENO: checking utmp.h usability" >&5 10048echo "$as_me:$LINENO: checking utmp.h usability" >&5
10518echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; } 10049echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10519cat >conftest.$ac_ext <<_ACEOF 10050cat >conftest.$ac_ext <<_ACEOF
10520/* confdefs.h. */ 10051/* confdefs.h. */
10521_ACEOF 10052_ACEOF
10522cat confdefs.h >>conftest.$ac_ext 10053cat confdefs.h >>conftest.$ac_ext
10523cat >>conftest.$ac_ext <<_ACEOF 10054cat >>conftest.$ac_ext <<_ACEOF
10524/* end confdefs.h. */ 10055/* end confdefs.h. */
10525$ac_includes_default 10056$ac_includes_default
10526#include <utmp.h> 10057#include <utmp.h>
10527_ACEOF 10058_ACEOF
10528rm -f conftest.$ac_objext 10059rm -f conftest.$ac_objext
10529if { (ac_try="$ac_compile"
10530case "(($ac_try" in
10531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10533esac
10534eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10060if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1 10061 (eval $ac_compile) 2>conftest.er1
10536 ac_status=$? 10062 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err 10063 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1 10064 rm -f conftest.er1
10539 cat conftest.err >&5 10065 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && { 10067 (exit $ac_status); } &&
10542 test -z "$ac_cxx_werror_flag" || 10068 { ac_try='test -z "$ac_cxx_werror_flag"
10543 test ! -s conftest.err 10069 || test ! -s conftest.err'
10544 } && test -s conftest.$ac_objext; then 10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10071 (eval $ac_try) 2>&5
10072 ac_status=$?
10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); }; } &&
10075 { ac_try='test -s conftest.$ac_objext'
10076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10077 (eval $ac_try) 2>&5
10078 ac_status=$?
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }; }; then
10545 ac_header_compiler=yes 10081 ac_header_compiler=yes
10546else 10082else
10547 echo "$as_me: failed program was:" >&5 10083 echo "$as_me: failed program was:" >&5
10548sed 's/^/| /' conftest.$ac_ext >&5 10084sed 's/^/| /' conftest.$ac_ext >&5
10549 10085
10550 ac_header_compiler=no 10086ac_header_compiler=no
10551fi 10087fi
10552
10553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10088rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10554{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10089echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10555echo "${ECHO_T}$ac_header_compiler" >&6; } 10090echo "${ECHO_T}$ac_header_compiler" >&6
10556 10091
10557# Is the header present? 10092# Is the header present?
10558{ echo "$as_me:$LINENO: checking utmp.h presence" >&5 10093echo "$as_me:$LINENO: checking utmp.h presence" >&5
10559echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; } 10094echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10560cat >conftest.$ac_ext <<_ACEOF 10095cat >conftest.$ac_ext <<_ACEOF
10561/* confdefs.h. */ 10096/* confdefs.h. */
10562_ACEOF 10097_ACEOF
10563cat confdefs.h >>conftest.$ac_ext 10098cat confdefs.h >>conftest.$ac_ext
10564cat >>conftest.$ac_ext <<_ACEOF 10099cat >>conftest.$ac_ext <<_ACEOF
10565/* end confdefs.h. */ 10100/* end confdefs.h. */
10566#include <utmp.h> 10101#include <utmp.h>
10567_ACEOF 10102_ACEOF
10568if { (ac_try="$ac_cpp conftest.$ac_ext" 10103if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10569case "(($ac_try" in
10570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10571 *) ac_try_echo=$ac_try;;
10572esac
10573eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10104 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10575 ac_status=$? 10105 ac_status=$?
10576 grep -v '^ *+' conftest.er1 >conftest.err 10106 grep -v '^ *+' conftest.er1 >conftest.err
10577 rm -f conftest.er1 10107 rm -f conftest.er1
10578 cat conftest.err >&5 10108 cat conftest.err >&5
10579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10580 (exit $ac_status); } >/dev/null && { 10110 (exit $ac_status); } >/dev/null; then
10581 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10582 test ! -s conftest.err 10111 if test -s conftest.err; then
10583 }; then 10112 ac_cpp_err=$ac_cxx_preproc_warn_flag
10113 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10114 else
10115 ac_cpp_err=
10116 fi
10117else
10118 ac_cpp_err=yes
10119fi
10120if test -z "$ac_cpp_err"; then
10584 ac_header_preproc=yes 10121 ac_header_preproc=yes
10585else 10122else
10586 echo "$as_me: failed program was:" >&5 10123 echo "$as_me: failed program was:" >&5
10587sed 's/^/| /' conftest.$ac_ext >&5 10124sed 's/^/| /' conftest.$ac_ext >&5
10588 10125
10589 ac_header_preproc=no 10126 ac_header_preproc=no
10590fi 10127fi
10591
10592rm -f conftest.err conftest.$ac_ext 10128rm -f conftest.err conftest.$ac_ext
10593{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10129echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10594echo "${ECHO_T}$ac_header_preproc" >&6; } 10130echo "${ECHO_T}$ac_header_preproc" >&6
10595 10131
10596# So? What about this header? 10132# So? What about this header?
10597case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10133case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10598 yes:no: ) 10134 yes:no: )
10599 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 10135 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10613echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 10149echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10614 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5 10150 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10615echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;} 10151echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10616 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5 10152 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10617echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;} 10153echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10618 10154 (
10155 cat <<\_ASBOX
10156## ------------------------------------------ ##
10157## Report this to the AC_PACKAGE_NAME lists. ##
10158## ------------------------------------------ ##
10159_ASBOX
10160 ) |
10161 sed "s/^/$as_me: WARNING: /" >&2
10619 ;; 10162 ;;
10620esac 10163esac
10621{ echo "$as_me:$LINENO: checking for utmp.h" >&5 10164echo "$as_me:$LINENO: checking for utmp.h" >&5
10622echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10165echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10623if test "${ac_cv_header_utmp_h+set}" = set; then 10166if test "${ac_cv_header_utmp_h+set}" = set; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6 10167 echo $ECHO_N "(cached) $ECHO_C" >&6
10625else 10168else
10626 ac_cv_header_utmp_h=$ac_header_preproc 10169 ac_cv_header_utmp_h=$ac_header_preproc
10627fi 10170fi
10628{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10171echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10629echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10172echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10630 10173
10631fi 10174fi
10632if test $ac_cv_header_utmp_h = yes; then 10175if test $ac_cv_header_utmp_h = yes; then
10633 { echo "$as_me:$LINENO: checking for struct utmp" >&5 10176 echo "$as_me:$LINENO: checking for struct utmp" >&5
10634echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; } 10177echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10635if test "${struct_utmp+set}" = set; then 10178if test "${struct_utmp+set}" = set; then
10636 echo $ECHO_N "(cached) $ECHO_C" >&6 10179 echo $ECHO_N "(cached) $ECHO_C" >&6
10637else 10180else
10638 cat >conftest.$ac_ext <<_ACEOF 10181 cat >conftest.$ac_ext <<_ACEOF
10639/* confdefs.h. */ 10182/* confdefs.h. */
10650 ; 10193 ;
10651 return 0; 10194 return 0;
10652} 10195}
10653_ACEOF 10196_ACEOF
10654rm -f conftest.$ac_objext 10197rm -f conftest.$ac_objext
10655if { (ac_try="$ac_compile"
10656case "(($ac_try" in
10657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10658 *) ac_try_echo=$ac_try;;
10659esac
10660eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10661 (eval "$ac_compile") 2>conftest.er1 10199 (eval $ac_compile) 2>conftest.er1
10662 ac_status=$? 10200 ac_status=$?
10663 grep -v '^ *+' conftest.er1 >conftest.err 10201 grep -v '^ *+' conftest.er1 >conftest.err
10664 rm -f conftest.er1 10202 rm -f conftest.er1
10665 cat conftest.err >&5 10203 cat conftest.err >&5
10666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10667 (exit $ac_status); } && { 10205 (exit $ac_status); } &&
10668 test -z "$ac_cxx_werror_flag" || 10206 { ac_try='test -z "$ac_cxx_werror_flag"
10669 test ! -s conftest.err 10207 || test ! -s conftest.err'
10670 } && test -s conftest.$ac_objext; then 10208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10209 (eval $ac_try) 2>&5
10210 ac_status=$?
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); }; } &&
10213 { ac_try='test -s conftest.$ac_objext'
10214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10215 (eval $ac_try) 2>&5
10216 ac_status=$?
10217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10218 (exit $ac_status); }; }; then
10671 struct_utmp=yes 10219 struct_utmp=yes
10672else 10220else
10673 echo "$as_me: failed program was:" >&5 10221 echo "$as_me: failed program was:" >&5
10674sed 's/^/| /' conftest.$ac_ext >&5 10222sed 's/^/| /' conftest.$ac_ext >&5
10675 10223
10676 struct_utmp=no 10224struct_utmp=no
10677fi 10225fi
10678
10679rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10226rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10680fi 10227fi
10681{ echo "$as_me:$LINENO: result: $struct_utmp" >&5 10228echo "$as_me:$LINENO: result: $struct_utmp" >&5
10682echo "${ECHO_T}$struct_utmp" >&6; } 10229echo "${ECHO_T}$struct_utmp" >&6
10683if test x$struct_utmp = xyes; then 10230if test x$struct_utmp = xyes; then
10684 10231
10685cat >>confdefs.h <<\_ACEOF 10232cat >>confdefs.h <<\_ACEOF
10686#define HAVE_STRUCT_UTMP 1 10233#define HAVE_STRUCT_UTMP 1
10687_ACEOF 10234_ACEOF
10688 10235
10689fi 10236fi
10690 10237
10691 10238
10692{ echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10239echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10693echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; } 10240echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10694if test "${struct_utmp_host+set}" = set; then 10241if test "${struct_utmp_host+set}" = set; then
10695 echo $ECHO_N "(cached) $ECHO_C" >&6 10242 echo $ECHO_N "(cached) $ECHO_C" >&6
10696else 10243else
10697 cat >conftest.$ac_ext <<_ACEOF 10244 cat >conftest.$ac_ext <<_ACEOF
10698/* confdefs.h. */ 10245/* confdefs.h. */
10709 ; 10256 ;
10710 return 0; 10257 return 0;
10711} 10258}
10712_ACEOF 10259_ACEOF
10713rm -f conftest.$ac_objext 10260rm -f conftest.$ac_objext
10714if { (ac_try="$ac_compile"
10715case "(($ac_try" in
10716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10717 *) ac_try_echo=$ac_try;;
10718esac
10719eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10261if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10720 (eval "$ac_compile") 2>conftest.er1 10262 (eval $ac_compile) 2>conftest.er1
10721 ac_status=$? 10263 ac_status=$?
10722 grep -v '^ *+' conftest.er1 >conftest.err 10264 grep -v '^ *+' conftest.er1 >conftest.err
10723 rm -f conftest.er1 10265 rm -f conftest.er1
10724 cat conftest.err >&5 10266 cat conftest.err >&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); } && { 10268 (exit $ac_status); } &&
10727 test -z "$ac_cxx_werror_flag" || 10269 { ac_try='test -z "$ac_cxx_werror_flag"
10728 test ! -s conftest.err 10270 || test ! -s conftest.err'
10729 } && test -s conftest.$ac_objext; then 10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5
10273 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } &&
10276 { ac_try='test -s conftest.$ac_objext'
10277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10278 (eval $ac_try) 2>&5
10279 ac_status=$?
10280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10281 (exit $ac_status); }; }; then
10730 struct_utmp_host=yes 10282 struct_utmp_host=yes
10731else 10283else
10732 echo "$as_me: failed program was:" >&5 10284 echo "$as_me: failed program was:" >&5
10733sed 's/^/| /' conftest.$ac_ext >&5 10285sed 's/^/| /' conftest.$ac_ext >&5
10734 10286
10735 struct_utmp_host=no 10287struct_utmp_host=no
10736fi 10288fi
10737
10738rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10739fi 10290fi
10740{ echo "$as_me:$LINENO: result: $struct_utmp_host" >&5 10291echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
10741echo "${ECHO_T}$struct_utmp_host" >&6; } 10292echo "${ECHO_T}$struct_utmp_host" >&6
10742if test x$struct_utmp_host = xyes; then 10293if test x$struct_utmp_host = xyes; then
10743 10294
10744cat >>confdefs.h <<\_ACEOF 10295cat >>confdefs.h <<\_ACEOF
10745#define HAVE_UTMP_HOST 1 10296#define HAVE_UTMP_HOST 1
10746_ACEOF 10297_ACEOF
10747 10298
10748fi 10299fi
10749 10300
10750{ echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10301echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
10751echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; } 10302echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
10752if test "${struct_utmp_pid+set}" = set; then 10303if test "${struct_utmp_pid+set}" = set; then
10753 echo $ECHO_N "(cached) $ECHO_C" >&6 10304 echo $ECHO_N "(cached) $ECHO_C" >&6
10754else 10305else
10755 cat >conftest.$ac_ext <<_ACEOF 10306 cat >conftest.$ac_ext <<_ACEOF
10756/* confdefs.h. */ 10307/* confdefs.h. */
10767 ; 10318 ;
10768 return 0; 10319 return 0;
10769} 10320}
10770_ACEOF 10321_ACEOF
10771rm -f conftest.$ac_objext 10322rm -f conftest.$ac_objext
10772if { (ac_try="$ac_compile"
10773case "(($ac_try" in
10774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10775 *) ac_try_echo=$ac_try;;
10776esac
10777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10323if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10778 (eval "$ac_compile") 2>conftest.er1 10324 (eval $ac_compile) 2>conftest.er1
10779 ac_status=$? 10325 ac_status=$?
10780 grep -v '^ *+' conftest.er1 >conftest.err 10326 grep -v '^ *+' conftest.er1 >conftest.err
10781 rm -f conftest.er1 10327 rm -f conftest.er1
10782 cat conftest.err >&5 10328 cat conftest.err >&5
10783 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10784 (exit $ac_status); } && { 10330 (exit $ac_status); } &&
10785 test -z "$ac_cxx_werror_flag" || 10331 { ac_try='test -z "$ac_cxx_werror_flag"
10786 test ! -s conftest.err 10332 || test ! -s conftest.err'
10787 } && test -s conftest.$ac_objext; then 10333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10334 (eval $ac_try) 2>&5
10335 ac_status=$?
10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); }; } &&
10338 { ac_try='test -s conftest.$ac_objext'
10339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10340 (eval $ac_try) 2>&5
10341 ac_status=$?
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 (exit $ac_status); }; }; then
10788 struct_utmp_pid=yes 10344 struct_utmp_pid=yes
10789else 10345else
10790 echo "$as_me: failed program was:" >&5 10346 echo "$as_me: failed program was:" >&5
10791sed 's/^/| /' conftest.$ac_ext >&5 10347sed 's/^/| /' conftest.$ac_ext >&5
10792 10348
10793 struct_utmp_pid=no 10349struct_utmp_pid=no
10794fi 10350fi
10795
10796rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10351rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10797fi 10352fi
10798{ echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5 10353echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
10799echo "${ECHO_T}$struct_utmp_pid" >&6; } 10354echo "${ECHO_T}$struct_utmp_pid" >&6
10800if test x$struct_utmp_pid = xyes; then 10355if test x$struct_utmp_pid = xyes; then
10801 10356
10802cat >>confdefs.h <<\_ACEOF 10357cat >>confdefs.h <<\_ACEOF
10803#define HAVE_UTMP_PID 1 10358#define HAVE_UTMP_PID 1
10804_ACEOF 10359_ACEOF
10808fi 10363fi
10809 10364
10810 10365
10811 10366
10812if test "${ac_cv_header_utmpx_h+set}" = set; then 10367if test "${ac_cv_header_utmpx_h+set}" = set; then
10813 { echo "$as_me:$LINENO: checking for utmpx.h" >&5 10368 echo "$as_me:$LINENO: checking for utmpx.h" >&5
10814echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10369echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10815if test "${ac_cv_header_utmpx_h+set}" = set; then 10370if test "${ac_cv_header_utmpx_h+set}" = set; then
10816 echo $ECHO_N "(cached) $ECHO_C" >&6 10371 echo $ECHO_N "(cached) $ECHO_C" >&6
10817fi 10372fi
10818{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10373echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10819echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10374echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10820else 10375else
10821 # Is the header compilable? 10376 # Is the header compilable?
10822{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5 10377echo "$as_me:$LINENO: checking utmpx.h usability" >&5
10823echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; } 10378echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
10824cat >conftest.$ac_ext <<_ACEOF 10379cat >conftest.$ac_ext <<_ACEOF
10825/* confdefs.h. */ 10380/* confdefs.h. */
10826_ACEOF 10381_ACEOF
10827cat confdefs.h >>conftest.$ac_ext 10382cat confdefs.h >>conftest.$ac_ext
10828cat >>conftest.$ac_ext <<_ACEOF 10383cat >>conftest.$ac_ext <<_ACEOF
10829/* end confdefs.h. */ 10384/* end confdefs.h. */
10830$ac_includes_default 10385$ac_includes_default
10831#include <utmpx.h> 10386#include <utmpx.h>
10832_ACEOF 10387_ACEOF
10833rm -f conftest.$ac_objext 10388rm -f conftest.$ac_objext
10834if { (ac_try="$ac_compile"
10835case "(($ac_try" in
10836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10837 *) ac_try_echo=$ac_try;;
10838esac
10839eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10389if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10840 (eval "$ac_compile") 2>conftest.er1 10390 (eval $ac_compile) 2>conftest.er1
10841 ac_status=$? 10391 ac_status=$?
10842 grep -v '^ *+' conftest.er1 >conftest.err 10392 grep -v '^ *+' conftest.er1 >conftest.err
10843 rm -f conftest.er1 10393 rm -f conftest.er1
10844 cat conftest.err >&5 10394 cat conftest.err >&5
10845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10846 (exit $ac_status); } && { 10396 (exit $ac_status); } &&
10847 test -z "$ac_cxx_werror_flag" || 10397 { ac_try='test -z "$ac_cxx_werror_flag"
10848 test ! -s conftest.err 10398 || test ! -s conftest.err'
10849 } && test -s conftest.$ac_objext; then 10399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10400 (eval $ac_try) 2>&5
10401 ac_status=$?
10402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10403 (exit $ac_status); }; } &&
10404 { ac_try='test -s conftest.$ac_objext'
10405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10406 (eval $ac_try) 2>&5
10407 ac_status=$?
10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10409 (exit $ac_status); }; }; then
10850 ac_header_compiler=yes 10410 ac_header_compiler=yes
10851else 10411else
10852 echo "$as_me: failed program was:" >&5 10412 echo "$as_me: failed program was:" >&5
10853sed 's/^/| /' conftest.$ac_ext >&5 10413sed 's/^/| /' conftest.$ac_ext >&5
10854 10414
10855 ac_header_compiler=no 10415ac_header_compiler=no
10856fi 10416fi
10857
10858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10417rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10859{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10418echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10860echo "${ECHO_T}$ac_header_compiler" >&6; } 10419echo "${ECHO_T}$ac_header_compiler" >&6
10861 10420
10862# Is the header present? 10421# Is the header present?
10863{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5 10422echo "$as_me:$LINENO: checking utmpx.h presence" >&5
10864echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; } 10423echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
10865cat >conftest.$ac_ext <<_ACEOF 10424cat >conftest.$ac_ext <<_ACEOF
10866/* confdefs.h. */ 10425/* confdefs.h. */
10867_ACEOF 10426_ACEOF
10868cat confdefs.h >>conftest.$ac_ext 10427cat confdefs.h >>conftest.$ac_ext
10869cat >>conftest.$ac_ext <<_ACEOF 10428cat >>conftest.$ac_ext <<_ACEOF
10870/* end confdefs.h. */ 10429/* end confdefs.h. */
10871#include <utmpx.h> 10430#include <utmpx.h>
10872_ACEOF 10431_ACEOF
10873if { (ac_try="$ac_cpp conftest.$ac_ext" 10432if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10874case "(($ac_try" in
10875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10876 *) ac_try_echo=$ac_try;;
10877esac
10878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10879 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10880 ac_status=$? 10434 ac_status=$?
10881 grep -v '^ *+' conftest.er1 >conftest.err 10435 grep -v '^ *+' conftest.er1 >conftest.err
10882 rm -f conftest.er1 10436 rm -f conftest.er1
10883 cat conftest.err >&5 10437 cat conftest.err >&5
10884 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885 (exit $ac_status); } >/dev/null && { 10439 (exit $ac_status); } >/dev/null; then
10886 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10887 test ! -s conftest.err 10440 if test -s conftest.err; then
10888 }; then 10441 ac_cpp_err=$ac_cxx_preproc_warn_flag
10442 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10443 else
10444 ac_cpp_err=
10445 fi
10446else
10447 ac_cpp_err=yes
10448fi
10449if test -z "$ac_cpp_err"; then
10889 ac_header_preproc=yes 10450 ac_header_preproc=yes
10890else 10451else
10891 echo "$as_me: failed program was:" >&5 10452 echo "$as_me: failed program was:" >&5
10892sed 's/^/| /' conftest.$ac_ext >&5 10453sed 's/^/| /' conftest.$ac_ext >&5
10893 10454
10894 ac_header_preproc=no 10455 ac_header_preproc=no
10895fi 10456fi
10896
10897rm -f conftest.err conftest.$ac_ext 10457rm -f conftest.err conftest.$ac_ext
10898{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10458echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10899echo "${ECHO_T}$ac_header_preproc" >&6; } 10459echo "${ECHO_T}$ac_header_preproc" >&6
10900 10460
10901# So? What about this header? 10461# So? What about this header?
10902case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10462case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10903 yes:no: ) 10463 yes:no: )
10904 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 10464 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
10918echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;} 10478echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
10919 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5 10479 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
10920echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;} 10480echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
10921 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5 10481 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
10922echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;} 10482echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
10923 10483 (
10484 cat <<\_ASBOX
10485## ------------------------------------------ ##
10486## Report this to the AC_PACKAGE_NAME lists. ##
10487## ------------------------------------------ ##
10488_ASBOX
10489 ) |
10490 sed "s/^/$as_me: WARNING: /" >&2
10924 ;; 10491 ;;
10925esac 10492esac
10926{ echo "$as_me:$LINENO: checking for utmpx.h" >&5 10493echo "$as_me:$LINENO: checking for utmpx.h" >&5
10927echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10494echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
10928if test "${ac_cv_header_utmpx_h+set}" = set; then 10495if test "${ac_cv_header_utmpx_h+set}" = set; then
10929 echo $ECHO_N "(cached) $ECHO_C" >&6 10496 echo $ECHO_N "(cached) $ECHO_C" >&6
10930else 10497else
10931 ac_cv_header_utmpx_h=$ac_header_preproc 10498 ac_cv_header_utmpx_h=$ac_header_preproc
10932fi 10499fi
10933{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10500echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
10934echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10501echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
10935 10502
10936fi 10503fi
10937if test $ac_cv_header_utmpx_h = yes; then 10504if test $ac_cv_header_utmpx_h = yes; then
10938 { echo "$as_me:$LINENO: checking for struct utmpx" >&5 10505 echo "$as_me:$LINENO: checking for struct utmpx" >&5
10939echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; } 10506echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
10940if test "${struct_utmpx+set}" = set; then 10507if test "${struct_utmpx+set}" = set; then
10941 echo $ECHO_N "(cached) $ECHO_C" >&6 10508 echo $ECHO_N "(cached) $ECHO_C" >&6
10942else 10509else
10943 cat >conftest.$ac_ext <<_ACEOF 10510 cat >conftest.$ac_ext <<_ACEOF
10944/* confdefs.h. */ 10511/* confdefs.h. */
10955 ; 10522 ;
10956 return 0; 10523 return 0;
10957} 10524}
10958_ACEOF 10525_ACEOF
10959rm -f conftest.$ac_objext 10526rm -f conftest.$ac_objext
10960if { (ac_try="$ac_compile"
10961case "(($ac_try" in
10962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10963 *) ac_try_echo=$ac_try;;
10964esac
10965eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10966 (eval "$ac_compile") 2>conftest.er1 10528 (eval $ac_compile) 2>conftest.er1
10967 ac_status=$? 10529 ac_status=$?
10968 grep -v '^ *+' conftest.er1 >conftest.err 10530 grep -v '^ *+' conftest.er1 >conftest.err
10969 rm -f conftest.er1 10531 rm -f conftest.er1
10970 cat conftest.err >&5 10532 cat conftest.err >&5
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && { 10534 (exit $ac_status); } &&
10973 test -z "$ac_cxx_werror_flag" || 10535 { ac_try='test -z "$ac_cxx_werror_flag"
10974 test ! -s conftest.err 10536 || test ! -s conftest.err'
10975 } && test -s conftest.$ac_objext; then 10537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10538 (eval $ac_try) 2>&5
10539 ac_status=$?
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); }; } &&
10542 { ac_try='test -s conftest.$ac_objext'
10543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10544 (eval $ac_try) 2>&5
10545 ac_status=$?
10546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547 (exit $ac_status); }; }; then
10976 struct_utmpx=yes 10548 struct_utmpx=yes
10977else 10549else
10978 echo "$as_me: failed program was:" >&5 10550 echo "$as_me: failed program was:" >&5
10979sed 's/^/| /' conftest.$ac_ext >&5 10551sed 's/^/| /' conftest.$ac_ext >&5
10980 10552
10981 struct_utmpx=no 10553struct_utmpx=no
10982fi 10554fi
10983
10984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10555rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10985fi 10556fi
10986{ echo "$as_me:$LINENO: result: $struct_utmpx" >&5 10557echo "$as_me:$LINENO: result: $struct_utmpx" >&5
10987echo "${ECHO_T}$struct_utmpx" >&6; } 10558echo "${ECHO_T}$struct_utmpx" >&6
10988if test x$struct_utmpx = xyes; then 10559if test x$struct_utmpx = xyes; then
10989 10560
10990cat >>confdefs.h <<\_ACEOF 10561cat >>confdefs.h <<\_ACEOF
10991#define HAVE_STRUCT_UTMPX 1 10562#define HAVE_STRUCT_UTMPX 1
10992_ACEOF 10563_ACEOF
10993 10564
10994fi 10565fi
10995 10566
10996 10567
10997{ echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10568echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
10998echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; } 10569echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
10999if test "${struct_utmpx_host+set}" = set; then 10570if test "${struct_utmpx_host+set}" = set; then
11000 echo $ECHO_N "(cached) $ECHO_C" >&6 10571 echo $ECHO_N "(cached) $ECHO_C" >&6
11001else 10572else
11002 cat >conftest.$ac_ext <<_ACEOF 10573 cat >conftest.$ac_ext <<_ACEOF
11003/* confdefs.h. */ 10574/* confdefs.h. */
11014 ; 10585 ;
11015 return 0; 10586 return 0;
11016} 10587}
11017_ACEOF 10588_ACEOF
11018rm -f conftest.$ac_objext 10589rm -f conftest.$ac_objext
11019if { (ac_try="$ac_compile"
11020case "(($ac_try" in
11021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11022 *) ac_try_echo=$ac_try;;
11023esac
11024eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10590if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11025 (eval "$ac_compile") 2>conftest.er1 10591 (eval $ac_compile) 2>conftest.er1
11026 ac_status=$? 10592 ac_status=$?
11027 grep -v '^ *+' conftest.er1 >conftest.err 10593 grep -v '^ *+' conftest.er1 >conftest.err
11028 rm -f conftest.er1 10594 rm -f conftest.er1
11029 cat conftest.err >&5 10595 cat conftest.err >&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } && { 10597 (exit $ac_status); } &&
11032 test -z "$ac_cxx_werror_flag" || 10598 { ac_try='test -z "$ac_cxx_werror_flag"
11033 test ! -s conftest.err 10599 || test ! -s conftest.err'
11034 } && test -s conftest.$ac_objext; then 10600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10601 (eval $ac_try) 2>&5
10602 ac_status=$?
10603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); }; } &&
10605 { ac_try='test -s conftest.$ac_objext'
10606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10607 (eval $ac_try) 2>&5
10608 ac_status=$?
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); }; }; then
11035 struct_utmpx_host=yes 10611 struct_utmpx_host=yes
11036else 10612else
11037 echo "$as_me: failed program was:" >&5 10613 echo "$as_me: failed program was:" >&5
11038sed 's/^/| /' conftest.$ac_ext >&5 10614sed 's/^/| /' conftest.$ac_ext >&5
11039 10615
11040 struct_utmpx_host=no 10616struct_utmpx_host=no
11041fi 10617fi
11042
11043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10618rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11044fi 10619fi
11045{ echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5 10620echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
11046echo "${ECHO_T}$struct_utmpx_host" >&6; } 10621echo "${ECHO_T}$struct_utmpx_host" >&6
11047if test x$struct_utmpx_host = xyes; then 10622if test x$struct_utmpx_host = xyes; then
11048 10623
11049cat >>confdefs.h <<\_ACEOF 10624cat >>confdefs.h <<\_ACEOF
11050#define HAVE_UTMPX_HOST 1 10625#define HAVE_UTMPX_HOST 1
11051_ACEOF 10626_ACEOF
11052 10627
11053fi 10628fi
11054 10629
11055{ echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 10630echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
11056echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; } 10631echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
11057if test "${struct_utmpx_session+set}" = set; then 10632if test "${struct_utmpx_session+set}" = set; then
11058 echo $ECHO_N "(cached) $ECHO_C" >&6 10633 echo $ECHO_N "(cached) $ECHO_C" >&6
11059else 10634else
11060 cat >conftest.$ac_ext <<_ACEOF 10635 cat >conftest.$ac_ext <<_ACEOF
11061/* confdefs.h. */ 10636/* confdefs.h. */
11072 ; 10647 ;
11073 return 0; 10648 return 0;
11074} 10649}
11075_ACEOF 10650_ACEOF
11076rm -f conftest.$ac_objext 10651rm -f conftest.$ac_objext
11077if { (ac_try="$ac_compile"
11078case "(($ac_try" in
11079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11080 *) ac_try_echo=$ac_try;;
11081esac
11082eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11083 (eval "$ac_compile") 2>conftest.er1 10653 (eval $ac_compile) 2>conftest.er1
11084 ac_status=$? 10654 ac_status=$?
11085 grep -v '^ *+' conftest.er1 >conftest.err 10655 grep -v '^ *+' conftest.er1 >conftest.err
11086 rm -f conftest.er1 10656 rm -f conftest.er1
11087 cat conftest.err >&5 10657 cat conftest.err >&5
11088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11089 (exit $ac_status); } && { 10659 (exit $ac_status); } &&
11090 test -z "$ac_cxx_werror_flag" || 10660 { ac_try='test -z "$ac_cxx_werror_flag"
11091 test ! -s conftest.err 10661 || test ! -s conftest.err'
11092 } && test -s conftest.$ac_objext; then 10662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10663 (eval $ac_try) 2>&5
10664 ac_status=$?
10665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10666 (exit $ac_status); }; } &&
10667 { ac_try='test -s conftest.$ac_objext'
10668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10669 (eval $ac_try) 2>&5
10670 ac_status=$?
10671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10672 (exit $ac_status); }; }; then
11093 struct_utmpx_session=yes 10673 struct_utmpx_session=yes
11094else 10674else
11095 echo "$as_me: failed program was:" >&5 10675 echo "$as_me: failed program was:" >&5
11096sed 's/^/| /' conftest.$ac_ext >&5 10676sed 's/^/| /' conftest.$ac_ext >&5
11097 10677
11098 struct_utmpx_session=no 10678struct_utmpx_session=no
11099fi 10679fi
11100
11101rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10680rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11102fi 10681fi
11103{ echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5 10682echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
11104echo "${ECHO_T}$struct_utmpx_session" >&6; } 10683echo "${ECHO_T}$struct_utmpx_session" >&6
11105if test x$struct_utmpx_session = xyes; then 10684if test x$struct_utmpx_session = xyes; then
11106 10685
11107cat >>confdefs.h <<\_ACEOF 10686cat >>confdefs.h <<\_ACEOF
11108#define HAVE_UTMPX_SESSION 1 10687#define HAVE_UTMPX_SESSION 1
11109_ACEOF 10688_ACEOF
11111fi 10690fi
11112 10691
11113fi 10692fi
11114 10693
11115 10694
11116{ echo "$as_me:$LINENO: checking for struct lastlog" >&5 10695echo "$as_me:$LINENO: checking for struct lastlog" >&5
11117echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; } 10696echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
11118if test "${struct_lastlog+set}" = set; then 10697if test "${struct_lastlog+set}" = set; then
11119 echo $ECHO_N "(cached) $ECHO_C" >&6 10698 echo $ECHO_N "(cached) $ECHO_C" >&6
11120else 10699else
11121 cat >conftest.$ac_ext <<_ACEOF 10700 cat >conftest.$ac_ext <<_ACEOF
11122/* confdefs.h. */ 10701/* confdefs.h. */
11137 ; 10716 ;
11138 return 0; 10717 return 0;
11139} 10718}
11140_ACEOF 10719_ACEOF
11141rm -f conftest.$ac_objext 10720rm -f conftest.$ac_objext
11142if { (ac_try="$ac_compile"
11143case "(($ac_try" in
11144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11145 *) ac_try_echo=$ac_try;;
11146esac
11147eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10721if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11148 (eval "$ac_compile") 2>conftest.er1 10722 (eval $ac_compile) 2>conftest.er1
11149 ac_status=$? 10723 ac_status=$?
11150 grep -v '^ *+' conftest.er1 >conftest.err 10724 grep -v '^ *+' conftest.er1 >conftest.err
11151 rm -f conftest.er1 10725 rm -f conftest.er1
11152 cat conftest.err >&5 10726 cat conftest.err >&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } && { 10728 (exit $ac_status); } &&
11155 test -z "$ac_cxx_werror_flag" || 10729 { ac_try='test -z "$ac_cxx_werror_flag"
11156 test ! -s conftest.err 10730 || test ! -s conftest.err'
11157 } && test -s conftest.$ac_objext; then 10731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10732 (eval $ac_try) 2>&5
10733 ac_status=$?
10734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10735 (exit $ac_status); }; } &&
10736 { ac_try='test -s conftest.$ac_objext'
10737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10738 (eval $ac_try) 2>&5
10739 ac_status=$?
10740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10741 (exit $ac_status); }; }; then
11158 struct_lastlog=yes 10742 struct_lastlog=yes
11159else 10743else
11160 echo "$as_me: failed program was:" >&5 10744 echo "$as_me: failed program was:" >&5
11161sed 's/^/| /' conftest.$ac_ext >&5 10745sed 's/^/| /' conftest.$ac_ext >&5
11162 10746
11163 struct_lastlog=no 10747struct_lastlog=no
11164fi 10748fi
11165
11166rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10749rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11167fi 10750fi
11168{ echo "$as_me:$LINENO: result: $struct_lastlog" >&5 10751echo "$as_me:$LINENO: result: $struct_lastlog" >&5
11169echo "${ECHO_T}$struct_lastlog" >&6; } 10752echo "${ECHO_T}$struct_lastlog" >&6
11170if test x$struct_lastlog = xyes; then 10753if test x$struct_lastlog = xyes; then
11171 10754
11172cat >>confdefs.h <<\_ACEOF 10755cat >>confdefs.h <<\_ACEOF
11173#define HAVE_STRUCT_LASTLOG 1 10756#define HAVE_STRUCT_LASTLOG 1
11174_ACEOF 10757_ACEOF
11175 10758
11176fi 10759fi
11177 10760
11178{ echo "$as_me:$LINENO: checking for struct lastlogx" >&5 10761echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11179echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; } 10762echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11180if test "${struct_lastlogx+set}" = set; then 10763if test "${struct_lastlogx+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6 10764 echo $ECHO_N "(cached) $ECHO_C" >&6
11182else 10765else
11183 cat >conftest.$ac_ext <<_ACEOF 10766 cat >conftest.$ac_ext <<_ACEOF
11184/* confdefs.h. */ 10767/* confdefs.h. */
11199 ; 10782 ;
11200 return 0; 10783 return 0;
11201} 10784}
11202_ACEOF 10785_ACEOF
11203rm -f conftest.$ac_objext 10786rm -f conftest.$ac_objext
11204if { (ac_try="$ac_compile"
11205case "(($ac_try" in
11206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11207 *) ac_try_echo=$ac_try;;
11208esac
11209eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11210 (eval "$ac_compile") 2>conftest.er1 10788 (eval $ac_compile) 2>conftest.er1
11211 ac_status=$? 10789 ac_status=$?
11212 grep -v '^ *+' conftest.er1 >conftest.err 10790 grep -v '^ *+' conftest.er1 >conftest.err
11213 rm -f conftest.er1 10791 rm -f conftest.er1
11214 cat conftest.err >&5 10792 cat conftest.err >&5
11215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216 (exit $ac_status); } && { 10794 (exit $ac_status); } &&
11217 test -z "$ac_cxx_werror_flag" || 10795 { ac_try='test -z "$ac_cxx_werror_flag"
11218 test ! -s conftest.err 10796 || test ! -s conftest.err'
11219 } && test -s conftest.$ac_objext; then 10797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10798 (eval $ac_try) 2>&5
10799 ac_status=$?
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); }; } &&
10802 { ac_try='test -s conftest.$ac_objext'
10803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10804 (eval $ac_try) 2>&5
10805 ac_status=$?
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); }; }; then
11220 struct_lastlogx=yes 10808 struct_lastlogx=yes
11221else 10809else
11222 echo "$as_me: failed program was:" >&5 10810 echo "$as_me: failed program was:" >&5
11223sed 's/^/| /' conftest.$ac_ext >&5 10811sed 's/^/| /' conftest.$ac_ext >&5
11224 10812
11225 struct_lastlogx=no 10813struct_lastlogx=no
11226fi 10814fi
11227
11228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10815rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11229fi 10816fi
11230{ echo "$as_me:$LINENO: result: $struct_lastlogx" >&5 10817echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11231echo "${ECHO_T}$struct_lastlogx" >&6; } 10818echo "${ECHO_T}$struct_lastlogx" >&6
11232if test x$struct_lastlogx = xyes; then 10819if test x$struct_lastlogx = xyes; then
11233 10820
11234cat >>confdefs.h <<\_ACEOF 10821cat >>confdefs.h <<\_ACEOF
11235#define HAVE_STRUCT_LASTLOGX 1 10822#define HAVE_STRUCT_LASTLOGX 1
11236_ACEOF 10823_ACEOF
11237 10824
11238fi 10825fi
11239 10826
11240 10827
11241{ echo "$as_me:$LINENO: checking where utmp is located" >&5 10828echo "$as_me:$LINENO: checking where utmp is located" >&5
11242echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; } 10829echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11243if test "${path_utmp+set}" = set; then 10830if test "${path_utmp+set}" = set; then
11244 echo $ECHO_N "(cached) $ECHO_C" >&6 10831 echo $ECHO_N "(cached) $ECHO_C" >&6
11245else 10832else
11246 if test "$cross_compiling" = yes; then 10833 if test "$cross_compiling" = yes; then
11247 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5 10834 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11280 } 10867 }
11281 exit(0); 10868 exit(0);
11282} 10869}
11283_ACEOF 10870_ACEOF
11284rm -f conftest$ac_exeext 10871rm -f conftest$ac_exeext
11285if { (ac_try="$ac_link"
11286case "(($ac_try" in
11287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11288 *) ac_try_echo=$ac_try;;
11289esac
11290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10872if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11291 (eval "$ac_link") 2>&5 10873 (eval $ac_link) 2>&5
11292 ac_status=$? 10874 ac_status=$?
11293 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11294 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10876 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11295 { (case "(($ac_try" in
11296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11297 *) ac_try_echo=$ac_try;;
11298esac
11299eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11300 (eval "$ac_try") 2>&5 10878 (eval $ac_try) 2>&5
11301 ac_status=$? 10879 ac_status=$?
11302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); }; }; then 10881 (exit $ac_status); }; }; then
11304 path_utmp=`cat conftestval` 10882 path_utmp=`cat conftestval`
11305else 10883else
11308sed 's/^/| /' conftest.$ac_ext >&5 10886sed 's/^/| /' conftest.$ac_ext >&5
11309 10887
11310( exit $ac_status ) 10888( exit $ac_status )
11311path_utmp= 10889path_utmp=
11312fi 10890fi
11313rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10891rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11314fi 10892fi
11315
11316
11317fi 10893fi
11318{ echo "$as_me:$LINENO: result: $path_utmp" >&5 10894echo "$as_me:$LINENO: result: $path_utmp" >&5
11319echo "${ECHO_T}$path_utmp" >&6; } 10895echo "${ECHO_T}$path_utmp" >&6
11320if test x$path_utmp != x; then 10896if test x$path_utmp != x; then
11321 10897
11322cat >>confdefs.h <<_ACEOF 10898cat >>confdefs.h <<_ACEOF
11323#define UTMP_FILE "$path_utmp" 10899#define UTMP_FILE "$path_utmp"
11324_ACEOF 10900_ACEOF
11325 10901
11326fi 10902fi
11327 10903
11328 10904
11329{ echo "$as_me:$LINENO: checking where utmpx is located" >&5 10905echo "$as_me:$LINENO: checking where utmpx is located" >&5
11330echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; } 10906echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11331if test "${path_utmpx+set}" = set; then 10907if test "${path_utmpx+set}" = set; then
11332 echo $ECHO_N "(cached) $ECHO_C" >&6 10908 echo $ECHO_N "(cached) $ECHO_C" >&6
11333else 10909else
11334 if test "$cross_compiling" = yes; then 10910 if test "$cross_compiling" = yes; then
11335 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5 10911 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11378 } 10954 }
11379 exit(0); 10955 exit(0);
11380} 10956}
11381_ACEOF 10957_ACEOF
11382rm -f conftest$ac_exeext 10958rm -f conftest$ac_exeext
11383if { (ac_try="$ac_link"
11384case "(($ac_try" in
11385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11386 *) ac_try_echo=$ac_try;;
11387esac
11388eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10959if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11389 (eval "$ac_link") 2>&5 10960 (eval $ac_link) 2>&5
11390 ac_status=$? 10961 ac_status=$?
11391 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11392 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10963 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11393 { (case "(($ac_try" in
11394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11395 *) ac_try_echo=$ac_try;;
11396esac
11397eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11398 (eval "$ac_try") 2>&5 10965 (eval $ac_try) 2>&5
11399 ac_status=$? 10966 ac_status=$?
11400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11401 (exit $ac_status); }; }; then 10968 (exit $ac_status); }; }; then
11402 path_utmpx=`cat conftestval` 10969 path_utmpx=`cat conftestval`
11403else 10970else
11406sed 's/^/| /' conftest.$ac_ext >&5 10973sed 's/^/| /' conftest.$ac_ext >&5
11407 10974
11408( exit $ac_status ) 10975( exit $ac_status )
11409path_utmpx= 10976path_utmpx=
11410fi 10977fi
11411rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10978rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11412fi 10979fi
11413
11414
11415fi 10980fi
11416{ echo "$as_me:$LINENO: result: $path_utmpx" >&5 10981echo "$as_me:$LINENO: result: $path_utmpx" >&5
11417echo "${ECHO_T}$path_utmpx" >&6; } 10982echo "${ECHO_T}$path_utmpx" >&6
11418if test x$path_utmpx != x; then 10983if test x$path_utmpx != x; then
11419 10984
11420cat >>confdefs.h <<_ACEOF 10985cat >>confdefs.h <<_ACEOF
11421#define UTMPX_FILE "$path_utmpx" 10986#define UTMPX_FILE "$path_utmpx"
11422_ACEOF 10987_ACEOF
11423 10988
11424fi 10989fi
11425 10990
11426 10991
11427{ echo "$as_me:$LINENO: checking where wtmp is located" >&5 10992echo "$as_me:$LINENO: checking where wtmp is located" >&5
11428echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; } 10993echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11429if test "${path_wtmp+set}" = set; then 10994if test "${path_wtmp+set}" = set; then
11430 echo $ECHO_N "(cached) $ECHO_C" >&6 10995 echo $ECHO_N "(cached) $ECHO_C" >&6
11431else 10996else
11432 if test "$cross_compiling" = yes; then 10997 if test "$cross_compiling" = yes; then
11433 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5 10998 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11468 } 11033 }
11469 exit(0); 11034 exit(0);
11470} 11035}
11471_ACEOF 11036_ACEOF
11472rm -f conftest$ac_exeext 11037rm -f conftest$ac_exeext
11473if { (ac_try="$ac_link"
11474case "(($ac_try" in
11475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11476 *) ac_try_echo=$ac_try;;
11477esac
11478eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11038if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11479 (eval "$ac_link") 2>&5 11039 (eval $ac_link) 2>&5
11480 ac_status=$? 11040 ac_status=$?
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11042 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11483 { (case "(($ac_try" in
11484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11485 *) ac_try_echo=$ac_try;;
11486esac
11487eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11488 (eval "$ac_try") 2>&5 11044 (eval $ac_try) 2>&5
11489 ac_status=$? 11045 ac_status=$?
11490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11491 (exit $ac_status); }; }; then 11047 (exit $ac_status); }; }; then
11492 path_wtmp=`cat conftestval` 11048 path_wtmp=`cat conftestval`
11493else 11049else
11496sed 's/^/| /' conftest.$ac_ext >&5 11052sed 's/^/| /' conftest.$ac_ext >&5
11497 11053
11498( exit $ac_status ) 11054( exit $ac_status )
11499path_wtmp= 11055path_wtmp=
11500fi 11056fi
11501rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11057rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11502fi 11058fi
11503
11504
11505fi 11059fi
11506{ echo "$as_me:$LINENO: result: $path_wtmp" >&5 11060echo "$as_me:$LINENO: result: $path_wtmp" >&5
11507echo "${ECHO_T}$path_wtmp" >&6; } 11061echo "${ECHO_T}$path_wtmp" >&6
11508if test x$path_wtmp != x; then 11062if test x$path_wtmp != x; then
11509 11063
11510cat >>confdefs.h <<_ACEOF 11064cat >>confdefs.h <<_ACEOF
11511#define WTMP_FILE "$path_wtmp" 11065#define WTMP_FILE "$path_wtmp"
11512_ACEOF 11066_ACEOF
11513 11067
11514fi 11068fi
11515 11069
11516{ echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11070echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11517echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; } 11071echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11518if test "${path_wtmpx+set}" = set; then 11072if test "${path_wtmpx+set}" = set; then
11519 echo $ECHO_N "(cached) $ECHO_C" >&6 11073 echo $ECHO_N "(cached) $ECHO_C" >&6
11520else 11074else
11521 if test "$cross_compiling" = yes; then 11075 if test "$cross_compiling" = yes; then
11522 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5 11076 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11556 } 11110 }
11557 exit(0); 11111 exit(0);
11558} 11112}
11559_ACEOF 11113_ACEOF
11560rm -f conftest$ac_exeext 11114rm -f conftest$ac_exeext
11561if { (ac_try="$ac_link"
11562case "(($ac_try" in
11563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11564 *) ac_try_echo=$ac_try;;
11565esac
11566eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11567 (eval "$ac_link") 2>&5 11116 (eval $ac_link) 2>&5
11568 ac_status=$? 11117 ac_status=$?
11569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11570 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11119 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11571 { (case "(($ac_try" in
11572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11573 *) ac_try_echo=$ac_try;;
11574esac
11575eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval "$ac_try") 2>&5 11121 (eval $ac_try) 2>&5
11577 ac_status=$? 11122 ac_status=$?
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; }; then 11124 (exit $ac_status); }; }; then
11580 path_wtmpx=`cat conftestval` 11125 path_wtmpx=`cat conftestval`
11581else 11126else
11584sed 's/^/| /' conftest.$ac_ext >&5 11129sed 's/^/| /' conftest.$ac_ext >&5
11585 11130
11586( exit $ac_status ) 11131( exit $ac_status )
11587path_wtmpx= 11132path_wtmpx=
11588fi 11133fi
11589rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11134rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11590fi 11135fi
11591
11592
11593fi 11136fi
11594{ echo "$as_me:$LINENO: result: $path_wtmpx" >&5 11137echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11595echo "${ECHO_T}$path_wtmpx" >&6; } 11138echo "${ECHO_T}$path_wtmpx" >&6
11596if test x$path_wtmpx != x; then 11139if test x$path_wtmpx != x; then
11597 11140
11598cat >>confdefs.h <<_ACEOF 11141cat >>confdefs.h <<_ACEOF
11599#define WTMPX_FILE "$path_wtmpx" 11142#define WTMPX_FILE "$path_wtmpx"
11600_ACEOF 11143_ACEOF
11601 11144
11602fi 11145fi
11603 11146
11604{ echo "$as_me:$LINENO: checking where lastlog is located" >&5 11147echo "$as_me:$LINENO: checking where lastlog is located" >&5
11605echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; } 11148echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11606if test "${path_lastlog+set}" = set; then 11149if test "${path_lastlog+set}" = set; then
11607 echo $ECHO_N "(cached) $ECHO_C" >&6 11150 echo $ECHO_N "(cached) $ECHO_C" >&6
11608else 11151else
11609 if test "$cross_compiling" = yes; then 11152 if test "$cross_compiling" = yes; then
11610 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5 11153 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11649 } 11192 }
11650 exit(0); 11193 exit(0);
11651} 11194}
11652_ACEOF 11195_ACEOF
11653rm -f conftest$ac_exeext 11196rm -f conftest$ac_exeext
11654if { (ac_try="$ac_link"
11655case "(($ac_try" in
11656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11657 *) ac_try_echo=$ac_try;;
11658esac
11659eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11197if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11660 (eval "$ac_link") 2>&5 11198 (eval $ac_link) 2>&5
11661 ac_status=$? 11199 ac_status=$?
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11201 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11664 { (case "(($ac_try" in
11665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11666 *) ac_try_echo=$ac_try;;
11667esac
11668eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11669 (eval "$ac_try") 2>&5 11203 (eval $ac_try) 2>&5
11670 ac_status=$? 11204 ac_status=$?
11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); }; }; then 11206 (exit $ac_status); }; }; then
11673 path_lastlog=`cat conftestval` 11207 path_lastlog=`cat conftestval`
11674else 11208else
11677sed 's/^/| /' conftest.$ac_ext >&5 11211sed 's/^/| /' conftest.$ac_ext >&5
11678 11212
11679( exit $ac_status ) 11213( exit $ac_status )
11680path_lastlog= 11214path_lastlog=
11681fi 11215fi
11682rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11216rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11683fi 11217fi
11684
11685
11686fi 11218fi
11687{ echo "$as_me:$LINENO: result: $path_lastlog" >&5 11219echo "$as_me:$LINENO: result: $path_lastlog" >&5
11688echo "${ECHO_T}$path_lastlog" >&6; } 11220echo "${ECHO_T}$path_lastlog" >&6
11689if test x$path_lastlog != x; then 11221if test x$path_lastlog != x; then
11690 11222
11691cat >>confdefs.h <<_ACEOF 11223cat >>confdefs.h <<_ACEOF
11692#define LASTLOG_FILE "$path_lastlog" 11224#define LASTLOG_FILE "$path_lastlog"
11693_ACEOF 11225_ACEOF
11699_ACEOF 11231_ACEOF
11700 11232
11701 fi 11233 fi
11702fi 11234fi
11703 11235
11704{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11236echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11705echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; } 11237echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11706if test "${path_lastlogx+set}" = set; then 11238if test "${path_lastlogx+set}" = set; then
11707 echo $ECHO_N "(cached) $ECHO_C" >&6 11239 echo $ECHO_N "(cached) $ECHO_C" >&6
11708else 11240else
11709 if test "$cross_compiling" = yes; then 11241 if test "$cross_compiling" = yes; then
11710 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5 11242 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
11743 } 11275 }
11744 exit(0); 11276 exit(0);
11745} 11277}
11746_ACEOF 11278_ACEOF
11747rm -f conftest$ac_exeext 11279rm -f conftest$ac_exeext
11748if { (ac_try="$ac_link"
11749case "(($ac_try" in
11750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11751 *) ac_try_echo=$ac_try;;
11752esac
11753eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11280if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11754 (eval "$ac_link") 2>&5 11281 (eval $ac_link) 2>&5
11755 ac_status=$? 11282 ac_status=$?
11756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11757 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11284 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11758 { (case "(($ac_try" in
11759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11760 *) ac_try_echo=$ac_try;;
11761esac
11762eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11763 (eval "$ac_try") 2>&5 11286 (eval $ac_try) 2>&5
11764 ac_status=$? 11287 ac_status=$?
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); }; }; then 11289 (exit $ac_status); }; }; then
11767 path_lastlogx=`cat conftestval` 11290 path_lastlogx=`cat conftestval`
11768else 11291else
11771sed 's/^/| /' conftest.$ac_ext >&5 11294sed 's/^/| /' conftest.$ac_ext >&5
11772 11295
11773( exit $ac_status ) 11296( exit $ac_status )
11774path_lastlogx= 11297path_lastlogx=
11775fi 11298fi
11776rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11299rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11777fi 11300fi
11778
11779
11780fi 11301fi
11781{ echo "$as_me:$LINENO: result: $path_lastlogx" >&5 11302echo "$as_me:$LINENO: result: $path_lastlogx" >&5
11782echo "${ECHO_T}$path_lastlogx" >&6; } 11303echo "${ECHO_T}$path_lastlogx" >&6
11783if test x$path_lastlogx != x; then 11304if test x$path_lastlogx != x; then
11784 11305
11785cat >>confdefs.h <<_ACEOF 11306cat >>confdefs.h <<_ACEOF
11786#define LASTLOGX_FILE "$path_lastlogx" 11307#define LASTLOGX_FILE "$path_lastlogx"
11787_ACEOF 11308_ACEOF
11788 11309
11789fi 11310fi
11790 11311
11791 11312
11792 11313
11793{ echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11314echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11794echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6; } 11315echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
11795if test "${rxvt_cv_path_ttytab+set}" = set; then 11316if test "${rxvt_cv_path_ttytab+set}" = set; then
11796 echo $ECHO_N "(cached) $ECHO_C" >&6 11317 echo $ECHO_N "(cached) $ECHO_C" >&6
11797else 11318else
11798 for ttys_file in /etc/ttys /etc/ttytab; 11319 for ttys_file in /etc/ttys /etc/ttytab;
11799do 11320do
11802 break 11323 break
11803 fi 11324 fi
11804done 11325done
11805 11326
11806fi 11327fi
11807{ echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5 11328echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11808echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6; } 11329echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
11809if test x$rxvt_cv_path_ttytab != x; then 11330if test x$rxvt_cv_path_ttytab != x; then
11810 11331
11811cat >>confdefs.h <<_ACEOF 11332cat >>confdefs.h <<_ACEOF
11812#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 11333#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11813_ACEOF 11334_ACEOF
11817 11338
11818ac_save_LIBS=$LIBS 11339ac_save_LIBS=$LIBS
11819ac_save_CFLAGS=$CFLAGS 11340ac_save_CFLAGS=$CFLAGS
11820CFLAGS="$CFLAGS $X_CFLAGS" 11341CFLAGS="$CFLAGS $X_CFLAGS"
11821LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11342LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11822if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
11823 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
11824fi
11825{ echo "$as_me:$LINENO: checking for working Xlocale" >&5 11343echo "$as_me:$LINENO: checking for working Xlocale" >&5
11826echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11344echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
11827if test "${rxvt_cv_func_xlocale+set}" = set; then 11345if test "${rxvt_cv_func_xlocale+set}" = set; then
11828 echo $ECHO_N "(cached) $ECHO_C" >&6 11346 echo $ECHO_N "(cached) $ECHO_C" >&6
11829else 11347else
11830 if test "$cross_compiling" = yes; then 11348 if test "$cross_compiling" = yes; then
11831 : 11349 :
11844exit (XSupportsLocale() ? 0 : 1); 11362exit (XSupportsLocale() ? 0 : 1);
11845else 11363else
11846exit (1);} 11364exit (1);}
11847_ACEOF 11365_ACEOF
11848rm -f conftest$ac_exeext 11366rm -f conftest$ac_exeext
11849if { (ac_try="$ac_link"
11850case "(($ac_try" in
11851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11852 *) ac_try_echo=$ac_try;;
11853esac
11854eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11367if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11855 (eval "$ac_link") 2>&5 11368 (eval $ac_link) 2>&5
11856 ac_status=$? 11369 ac_status=$?
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11371 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11859 { (case "(($ac_try" in
11860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11861 *) ac_try_echo=$ac_try;;
11862esac
11863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11864 (eval "$ac_try") 2>&5 11373 (eval $ac_try) 2>&5
11865 ac_status=$? 11374 ac_status=$?
11866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); }; }; then 11376 (exit $ac_status); }; }; then
11868 rxvt_cv_func_xlocale=yes 11377 rxvt_cv_func_xlocale=yes
11869else 11378else
11872sed 's/^/| /' conftest.$ac_ext >&5 11381sed 's/^/| /' conftest.$ac_ext >&5
11873 11382
11874( exit $ac_status ) 11383( exit $ac_status )
11875rxvt_cv_func_xlocale=no 11384rxvt_cv_func_xlocale=no
11876fi 11385fi
11877rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11386rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11878fi 11387fi
11879
11880
11881fi 11388fi
11882{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11389echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
11883echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11390echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11884if test x$support_xim = xyes; then 11391if test x$support_xim = xyes; then
11885 if test x$rxvt_cv_func_xlocale = xyes; then 11392 if test x$rxvt_cv_func_xlocale = xyes; then
11886 11393
11887cat >>confdefs.h <<\_ACEOF 11394cat >>confdefs.h <<\_ACEOF
11888#define USE_XIM 1 11395#define USE_XIM 1
11889_ACEOF 11396_ACEOF
11890 11397
11891 fi 11398 fi
11892fi 11399fi
11893 11400
11894{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11401echo "$as_me:$LINENO: checking for working X setlocale" >&5
11895echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11402echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
11896if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11403if test "${rxvt_cv_func_xsetlocale+set}" = set; then
11897 echo $ECHO_N "(cached) $ECHO_C" >&6 11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11898else 11405else
11899 cat >conftest.$ac_ext <<_ACEOF 11406 cat >conftest.$ac_ext <<_ACEOF
11900/* confdefs.h. */ 11407/* confdefs.h. */
11911 ; 11418 ;
11912 return 0; 11419 return 0;
11913} 11420}
11914_ACEOF 11421_ACEOF
11915rm -f conftest.$ac_objext conftest$ac_exeext 11422rm -f conftest.$ac_objext conftest$ac_exeext
11916if { (ac_try="$ac_link"
11917case "(($ac_try" in
11918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11919 *) ac_try_echo=$ac_try;;
11920esac
11921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11922 (eval "$ac_link") 2>conftest.er1 11424 (eval $ac_link) 2>conftest.er1
11923 ac_status=$? 11425 ac_status=$?
11924 grep -v '^ *+' conftest.er1 >conftest.err 11426 grep -v '^ *+' conftest.er1 >conftest.err
11925 rm -f conftest.er1 11427 rm -f conftest.er1
11926 cat conftest.err >&5 11428 cat conftest.err >&5
11927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11928 (exit $ac_status); } && { 11430 (exit $ac_status); } &&
11929 test -z "$ac_cxx_werror_flag" || 11431 { ac_try='test -z "$ac_cxx_werror_flag"
11930 test ! -s conftest.err 11432 || test ! -s conftest.err'
11931 } && test -s conftest$ac_exeext && 11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11932 $as_test_x conftest$ac_exeext; then 11434 (eval $ac_try) 2>&5
11435 ac_status=$?
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; } &&
11438 { ac_try='test -s conftest$ac_exeext'
11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11440 (eval $ac_try) 2>&5
11441 ac_status=$?
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); }; }; then
11933 rxvt_cv_func_xsetlocale=yes 11444 rxvt_cv_func_xsetlocale=yes
11934else 11445else
11935 echo "$as_me: failed program was:" >&5 11446 echo "$as_me: failed program was:" >&5
11936sed 's/^/| /' conftest.$ac_ext >&5 11447sed 's/^/| /' conftest.$ac_ext >&5
11937 11448
11938 rxvt_cv_func_xsetlocale=no 11449rxvt_cv_func_xsetlocale=no
11939fi 11450fi
11940 11451rm -f conftest.err conftest.$ac_objext \
11941rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11942 conftest$ac_exeext conftest.$ac_ext 11452 conftest$ac_exeext conftest.$ac_ext
11943fi 11453fi
11944{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5 11454echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
11945echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; } 11455echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
11946if test x$rxvt_cv_func_xsetlocale = xyes; then 11456if test x$rxvt_cv_func_xsetlocale = xyes; then
11947 11457
11948cat >>confdefs.h <<\_ACEOF 11458cat >>confdefs.h <<\_ACEOF
11949#define HAVE_XSETLOCALE 1 11459#define HAVE_XSETLOCALE 1
11950_ACEOF 11460_ACEOF
11951 11461
11952fi 11462fi
11953LIBS=$ac_save_LIBS 11463LIBS=$ac_save_LIBS
11954CFLAGS=$ac_save_CFLAGS 11464CFLAGS=$ac_save_CFLAGS
11955 11465
11956{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5 11466echo "$as_me:$LINENO: checking for working plain setlocale" >&5
11957echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; } 11467echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
11958if test "${rxvt_cv_func_setlocale+set}" = set; then 11468if test "${rxvt_cv_func_setlocale+set}" = set; then
11959 echo $ECHO_N "(cached) $ECHO_C" >&6 11469 echo $ECHO_N "(cached) $ECHO_C" >&6
11960else 11470else
11961 cat >conftest.$ac_ext <<_ACEOF 11471 cat >conftest.$ac_ext <<_ACEOF
11962/* confdefs.h. */ 11472/* confdefs.h. */
11972 ; 11482 ;
11973 return 0; 11483 return 0;
11974} 11484}
11975_ACEOF 11485_ACEOF
11976rm -f conftest.$ac_objext conftest$ac_exeext 11486rm -f conftest.$ac_objext conftest$ac_exeext
11977if { (ac_try="$ac_link"
11978case "(($ac_try" in
11979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11980 *) ac_try_echo=$ac_try;;
11981esac
11982eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11487if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11983 (eval "$ac_link") 2>conftest.er1 11488 (eval $ac_link) 2>conftest.er1
11984 ac_status=$? 11489 ac_status=$?
11985 grep -v '^ *+' conftest.er1 >conftest.err 11490 grep -v '^ *+' conftest.er1 >conftest.err
11986 rm -f conftest.er1 11491 rm -f conftest.er1
11987 cat conftest.err >&5 11492 cat conftest.err >&5
11988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11989 (exit $ac_status); } && { 11494 (exit $ac_status); } &&
11990 test -z "$ac_cxx_werror_flag" || 11495 { ac_try='test -z "$ac_cxx_werror_flag"
11991 test ! -s conftest.err 11496 || test ! -s conftest.err'
11992 } && test -s conftest$ac_exeext && 11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11993 $as_test_x conftest$ac_exeext; then 11498 (eval $ac_try) 2>&5
11499 ac_status=$?
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; } &&
11502 { ac_try='test -s conftest$ac_exeext'
11503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11504 (eval $ac_try) 2>&5
11505 ac_status=$?
11506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11507 (exit $ac_status); }; }; then
11994 rxvt_cv_func_setlocale=yes 11508 rxvt_cv_func_setlocale=yes
11995else 11509else
11996 echo "$as_me: failed program was:" >&5 11510 echo "$as_me: failed program was:" >&5
11997sed 's/^/| /' conftest.$ac_ext >&5 11511sed 's/^/| /' conftest.$ac_ext >&5
11998 11512
11999 rxvt_cv_func_setlocale=no 11513rxvt_cv_func_setlocale=no
12000fi 11514fi
12001 11515rm -f conftest.err conftest.$ac_objext \
12002rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12003 conftest$ac_exeext conftest.$ac_ext 11516 conftest$ac_exeext conftest.$ac_ext
12004fi 11517fi
12005{ echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5 11518echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
12006echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; } 11519echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
12007if test x$rxvt_cv_func_setlocale = xyes; then 11520if test x$rxvt_cv_func_setlocale = xyes; then
12008 11521
12009cat >>confdefs.h <<\_ACEOF 11522cat >>confdefs.h <<\_ACEOF
12010#define HAVE_SETLOCALE 1 11523#define HAVE_SETLOCALE 1
12011_ACEOF 11524_ACEOF
12012 11525
12013fi 11526fi
12014 11527
12015{ echo "$as_me:$LINENO: checking for working nl_langinfo" >&5 11528echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
12016echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; } 11529echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
12017if test "${rxvt_cv_func_nl_langinfo+set}" = set; then 11530if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
12018 echo $ECHO_N "(cached) $ECHO_C" >&6 11531 echo $ECHO_N "(cached) $ECHO_C" >&6
12019else 11532else
12020 cat >conftest.$ac_ext <<_ACEOF 11533 cat >conftest.$ac_ext <<_ACEOF
12021/* confdefs.h. */ 11534/* confdefs.h. */
12031 ; 11544 ;
12032 return 0; 11545 return 0;
12033} 11546}
12034_ACEOF 11547_ACEOF
12035rm -f conftest.$ac_objext conftest$ac_exeext 11548rm -f conftest.$ac_objext conftest$ac_exeext
12036if { (ac_try="$ac_link"
12037case "(($ac_try" in
12038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12039 *) ac_try_echo=$ac_try;;
12040esac
12041eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11549if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12042 (eval "$ac_link") 2>conftest.er1 11550 (eval $ac_link) 2>conftest.er1
12043 ac_status=$? 11551 ac_status=$?
12044 grep -v '^ *+' conftest.er1 >conftest.err 11552 grep -v '^ *+' conftest.er1 >conftest.err
12045 rm -f conftest.er1 11553 rm -f conftest.er1
12046 cat conftest.err >&5 11554 cat conftest.err >&5
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); } && { 11556 (exit $ac_status); } &&
12049 test -z "$ac_cxx_werror_flag" || 11557 { ac_try='test -z "$ac_cxx_werror_flag"
12050 test ! -s conftest.err 11558 || test ! -s conftest.err'
12051 } && test -s conftest$ac_exeext && 11559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12052 $as_test_x conftest$ac_exeext; then 11560 (eval $ac_try) 2>&5
11561 ac_status=$?
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); }; } &&
11564 { ac_try='test -s conftest$ac_exeext'
11565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11566 (eval $ac_try) 2>&5
11567 ac_status=$?
11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11569 (exit $ac_status); }; }; then
12053 rxvt_cv_func_nl_langinfo=yes 11570 rxvt_cv_func_nl_langinfo=yes
12054else 11571else
12055 echo "$as_me: failed program was:" >&5 11572 echo "$as_me: failed program was:" >&5
12056sed 's/^/| /' conftest.$ac_ext >&5 11573sed 's/^/| /' conftest.$ac_ext >&5
12057 11574
12058 rxvt_cv_func_nl_langinfo=no 11575rxvt_cv_func_nl_langinfo=no
12059fi 11576fi
12060 11577rm -f conftest.err conftest.$ac_objext \
12061rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12062 conftest$ac_exeext conftest.$ac_ext 11578 conftest$ac_exeext conftest.$ac_ext
12063fi 11579fi
12064{ echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5 11580echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
12065echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; } 11581echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
12066if test x$rxvt_cv_func_nl_langinfo = xyes; then 11582if test x$rxvt_cv_func_nl_langinfo = xyes; then
12067 11583
12068cat >>confdefs.h <<\_ACEOF 11584cat >>confdefs.h <<\_ACEOF
12069#define HAVE_NL_LANGINFO 1 11585#define HAVE_NL_LANGINFO 1
12070_ACEOF 11586_ACEOF
12071 11587
12072fi 11588fi
12073 11589
12074 11590
12075{ echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11591echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
12076echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; } 11592echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
12077if test "${can_pass_fds+set}" = set; then 11593if test "${can_pass_fds+set}" = set; then
12078 echo $ECHO_N "(cached) $ECHO_C" >&6 11594 echo $ECHO_N "(cached) $ECHO_C" >&6
12079else 11595else
12080 cat >conftest.$ac_ext <<_ACEOF 11596 cat >conftest.$ac_ext <<_ACEOF
12081/* confdefs.h. */ 11597/* confdefs.h. */
12120 ; 11636 ;
12121 return 0; 11637 return 0;
12122} 11638}
12123_ACEOF 11639_ACEOF
12124rm -f conftest.$ac_objext conftest$ac_exeext 11640rm -f conftest.$ac_objext conftest$ac_exeext
12125if { (ac_try="$ac_link"
12126case "(($ac_try" in
12127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12128 *) ac_try_echo=$ac_try;;
12129esac
12130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11641if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12131 (eval "$ac_link") 2>conftest.er1 11642 (eval $ac_link) 2>conftest.er1
12132 ac_status=$? 11643 ac_status=$?
12133 grep -v '^ *+' conftest.er1 >conftest.err 11644 grep -v '^ *+' conftest.er1 >conftest.err
12134 rm -f conftest.er1 11645 rm -f conftest.er1
12135 cat conftest.err >&5 11646 cat conftest.err >&5
12136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12137 (exit $ac_status); } && { 11648 (exit $ac_status); } &&
12138 test -z "$ac_cxx_werror_flag" || 11649 { ac_try='test -z "$ac_cxx_werror_flag"
12139 test ! -s conftest.err 11650 || test ! -s conftest.err'
12140 } && test -s conftest$ac_exeext && 11651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12141 $as_test_x conftest$ac_exeext; then 11652 (eval $ac_try) 2>&5
11653 ac_status=$?
11654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11655 (exit $ac_status); }; } &&
11656 { ac_try='test -s conftest$ac_exeext'
11657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11658 (eval $ac_try) 2>&5
11659 ac_status=$?
11660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11661 (exit $ac_status); }; }; then
12142 can_pass_fds=yes 11662 can_pass_fds=yes
12143else 11663else
12144 echo "$as_me: failed program was:" >&5 11664 echo "$as_me: failed program was:" >&5
12145sed 's/^/| /' conftest.$ac_ext >&5 11665sed 's/^/| /' conftest.$ac_ext >&5
12146 11666
12147 can_pass_fds=no 11667can_pass_fds=no
12148fi 11668fi
12149 11669rm -f conftest.err conftest.$ac_objext \
12150rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12151 conftest$ac_exeext conftest.$ac_ext 11670 conftest$ac_exeext conftest.$ac_ext
12152fi 11671fi
12153{ echo "$as_me:$LINENO: result: $can_pass_fds" >&5 11672echo "$as_me:$LINENO: result: $can_pass_fds" >&5
12154echo "${ECHO_T}$can_pass_fds" >&6; } 11673echo "${ECHO_T}$can_pass_fds" >&6
12155if test x$can_pass_fds = xyes; then 11674if test x$can_pass_fds = xyes; then
12156 11675
12157cat >>confdefs.h <<\_ACEOF 11676cat >>confdefs.h <<\_ACEOF
12158#define HAVE_UNIX_FDPASS 1 11677#define HAVE_UNIX_FDPASS 1
12159_ACEOF 11678_ACEOF
12163echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;} 11682echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12164 { (exit 1); exit 1; }; } 11683 { (exit 1); exit 1; }; }
12165fi 11684fi
12166 11685
12167 11686
12168{ echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11687echo "$as_me:$LINENO: checking for broken XIM callback" >&5
12169echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; } 11688echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
12170if test "${rxvt_broken_ximcb+set}" = set; then 11689if test "${rxvt_broken_ximcb+set}" = set; then
12171 echo $ECHO_N "(cached) $ECHO_C" >&6 11690 echo $ECHO_N "(cached) $ECHO_C" >&6
12172else 11691else
12173 cat >conftest.$ac_ext <<_ACEOF 11692 cat >conftest.$ac_ext <<_ACEOF
12174 11693
12181 cb.callback = im_destroy_cb; 11700 cb.callback = im_destroy_cb;
12182} 11701}
12183 11702
12184_ACEOF 11703_ACEOF
12185rm -f conftest.$ac_objext 11704rm -f conftest.$ac_objext
12186if { (ac_try="$ac_compile"
12187case "(($ac_try" in
12188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12189 *) ac_try_echo=$ac_try;;
12190esac
12191eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11705if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12192 (eval "$ac_compile") 2>conftest.er1 11706 (eval $ac_compile) 2>conftest.er1
12193 ac_status=$? 11707 ac_status=$?
12194 grep -v '^ *+' conftest.er1 >conftest.err 11708 grep -v '^ *+' conftest.er1 >conftest.err
12195 rm -f conftest.er1 11709 rm -f conftest.er1
12196 cat conftest.err >&5 11710 cat conftest.err >&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); } && { 11712 (exit $ac_status); } &&
12199 test -z "$ac_cxx_werror_flag" || 11713 { ac_try='test -z "$ac_cxx_werror_flag"
12200 test ! -s conftest.err 11714 || test ! -s conftest.err'
12201 } && test -s conftest.$ac_objext; then 11715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11716 (eval $ac_try) 2>&5
11717 ac_status=$?
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); }; } &&
11720 { ac_try='test -s conftest.$ac_objext'
11721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11722 (eval $ac_try) 2>&5
11723 ac_status=$?
11724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11725 (exit $ac_status); }; }; then
12202 rxvt_broken_ximcb=yes 11726 rxvt_broken_ximcb=yes
12203else 11727else
12204 echo "$as_me: failed program was:" >&5 11728 echo "$as_me: failed program was:" >&5
12205sed 's/^/| /' conftest.$ac_ext >&5 11729sed 's/^/| /' conftest.$ac_ext >&5
12206 11730
12207 rxvt_broken_ximcb=no 11731rxvt_broken_ximcb=no
12208fi 11732fi
12209
12210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11733rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12211fi 11734fi
12212{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5 11735echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
12213echo "${ECHO_T}$rxvt_broken_ximcb" >&6; } 11736echo "${ECHO_T}$rxvt_broken_ximcb" >&6
12214 11737
12215if test x$rxvt_broken_ximcb = xyes; then 11738if test x$rxvt_broken_ximcb = xyes; then
12216 11739
12217cat >>confdefs.h <<\_ACEOF 11740cat >>confdefs.h <<\_ACEOF
12218#define XIMCB_PROTO_BROKEN 1 11741#define XIMCB_PROTO_BROKEN 1
12233 sys/ioctl.h \ 11756 sys/ioctl.h \
12234 sys/stropts.h \ 11757 sys/stropts.h \
12235 11758
12236do 11759do
12237as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11760as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12238if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11761if eval "test \"\${$as_ac_Header+set}\" = set"; then
12239 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11762 echo "$as_me:$LINENO: checking for $ac_header" >&5
12240echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11763echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12241if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11764if eval "test \"\${$as_ac_Header+set}\" = set"; then
12242 echo $ECHO_N "(cached) $ECHO_C" >&6 11765 echo $ECHO_N "(cached) $ECHO_C" >&6
12243fi 11766fi
12244ac_res=`eval echo '${'$as_ac_Header'}'` 11767echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12245 { echo "$as_me:$LINENO: result: $ac_res" >&5 11768echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12246echo "${ECHO_T}$ac_res" >&6; }
12247else 11769else
12248 # Is the header compilable? 11770 # Is the header compilable?
12249{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 11771echo "$as_me:$LINENO: checking $ac_header usability" >&5
12250echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 11772echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12251cat >conftest.$ac_ext <<_ACEOF 11773cat >conftest.$ac_ext <<_ACEOF
12252/* confdefs.h. */ 11774/* confdefs.h. */
12253_ACEOF 11775_ACEOF
12254cat confdefs.h >>conftest.$ac_ext 11776cat confdefs.h >>conftest.$ac_ext
12255cat >>conftest.$ac_ext <<_ACEOF 11777cat >>conftest.$ac_ext <<_ACEOF
12256/* end confdefs.h. */ 11778/* end confdefs.h. */
12257$ac_includes_default 11779$ac_includes_default
12258#include <$ac_header> 11780#include <$ac_header>
12259_ACEOF 11781_ACEOF
12260rm -f conftest.$ac_objext 11782rm -f conftest.$ac_objext
12261if { (ac_try="$ac_compile"
12262case "(($ac_try" in
12263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12264 *) ac_try_echo=$ac_try;;
12265esac
12266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11783if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12267 (eval "$ac_compile") 2>conftest.er1 11784 (eval $ac_compile) 2>conftest.er1
12268 ac_status=$? 11785 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err 11786 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1 11787 rm -f conftest.er1
12271 cat conftest.err >&5 11788 cat conftest.err >&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } && { 11790 (exit $ac_status); } &&
12274 test -z "$ac_cxx_werror_flag" || 11791 { ac_try='test -z "$ac_cxx_werror_flag"
12275 test ! -s conftest.err 11792 || test ! -s conftest.err'
12276 } && test -s conftest.$ac_objext; then 11793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11794 (eval $ac_try) 2>&5
11795 ac_status=$?
11796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11797 (exit $ac_status); }; } &&
11798 { ac_try='test -s conftest.$ac_objext'
11799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11800 (eval $ac_try) 2>&5
11801 ac_status=$?
11802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11803 (exit $ac_status); }; }; then
12277 ac_header_compiler=yes 11804 ac_header_compiler=yes
12278else 11805else
12279 echo "$as_me: failed program was:" >&5 11806 echo "$as_me: failed program was:" >&5
12280sed 's/^/| /' conftest.$ac_ext >&5 11807sed 's/^/| /' conftest.$ac_ext >&5
12281 11808
12282 ac_header_compiler=no 11809ac_header_compiler=no
12283fi 11810fi
12284
12285rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11811rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12286{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11812echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12287echo "${ECHO_T}$ac_header_compiler" >&6; } 11813echo "${ECHO_T}$ac_header_compiler" >&6
12288 11814
12289# Is the header present? 11815# Is the header present?
12290{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 11816echo "$as_me:$LINENO: checking $ac_header presence" >&5
12291echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 11817echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12292cat >conftest.$ac_ext <<_ACEOF 11818cat >conftest.$ac_ext <<_ACEOF
12293/* confdefs.h. */ 11819/* confdefs.h. */
12294_ACEOF 11820_ACEOF
12295cat confdefs.h >>conftest.$ac_ext 11821cat confdefs.h >>conftest.$ac_ext
12296cat >>conftest.$ac_ext <<_ACEOF 11822cat >>conftest.$ac_ext <<_ACEOF
12297/* end confdefs.h. */ 11823/* end confdefs.h. */
12298#include <$ac_header> 11824#include <$ac_header>
12299_ACEOF 11825_ACEOF
12300if { (ac_try="$ac_cpp conftest.$ac_ext" 11826if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12301case "(($ac_try" in
12302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12303 *) ac_try_echo=$ac_try;;
12304esac
12305eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12306 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11827 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12307 ac_status=$? 11828 ac_status=$?
12308 grep -v '^ *+' conftest.er1 >conftest.err 11829 grep -v '^ *+' conftest.er1 >conftest.err
12309 rm -f conftest.er1 11830 rm -f conftest.er1
12310 cat conftest.err >&5 11831 cat conftest.err >&5
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); } >/dev/null && { 11833 (exit $ac_status); } >/dev/null; then
12313 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
12314 test ! -s conftest.err 11834 if test -s conftest.err; then
12315 }; then 11835 ac_cpp_err=$ac_cxx_preproc_warn_flag
11836 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11837 else
11838 ac_cpp_err=
11839 fi
11840else
11841 ac_cpp_err=yes
11842fi
11843if test -z "$ac_cpp_err"; then
12316 ac_header_preproc=yes 11844 ac_header_preproc=yes
12317else 11845else
12318 echo "$as_me: failed program was:" >&5 11846 echo "$as_me: failed program was:" >&5
12319sed 's/^/| /' conftest.$ac_ext >&5 11847sed 's/^/| /' conftest.$ac_ext >&5
12320 11848
12321 ac_header_preproc=no 11849 ac_header_preproc=no
12322fi 11850fi
12323
12324rm -f conftest.err conftest.$ac_ext 11851rm -f conftest.err conftest.$ac_ext
12325{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11852echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12326echo "${ECHO_T}$ac_header_preproc" >&6; } 11853echo "${ECHO_T}$ac_header_preproc" >&6
12327 11854
12328# So? What about this header? 11855# So? What about this header?
12329case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 11856case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12330 yes:no: ) 11857 yes:no: )
12331 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11858 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12345echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 11872echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11873 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12347echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11874echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12348 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 11875 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12349echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 11876echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12350 11877 (
11878 cat <<\_ASBOX
11879## ------------------------------------------ ##
11880## Report this to the AC_PACKAGE_NAME lists. ##
11881## ------------------------------------------ ##
11882_ASBOX
11883 ) |
11884 sed "s/^/$as_me: WARNING: /" >&2
12351 ;; 11885 ;;
12352esac 11886esac
12353{ echo "$as_me:$LINENO: checking for $ac_header" >&5 11887echo "$as_me:$LINENO: checking for $ac_header" >&5
12354echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11888echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12355if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11889if eval "test \"\${$as_ac_Header+set}\" = set"; then
12356 echo $ECHO_N "(cached) $ECHO_C" >&6 11890 echo $ECHO_N "(cached) $ECHO_C" >&6
12357else 11891else
12358 eval "$as_ac_Header=\$ac_header_preproc" 11892 eval "$as_ac_Header=\$ac_header_preproc"
12359fi 11893fi
12360ac_res=`eval echo '${'$as_ac_Header'}'` 11894echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12361 { echo "$as_me:$LINENO: result: $ac_res" >&5 11895echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12362echo "${ECHO_T}$ac_res" >&6; }
12363 11896
12364fi 11897fi
12365if test `eval echo '${'$as_ac_Header'}'` = yes; then 11898if test `eval echo '${'$as_ac_Header'}'` = yes; then
12366 cat >>confdefs.h <<_ACEOF 11899 cat >>confdefs.h <<_ACEOF
12367#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 11900#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12392 setreuid \ 11925 setreuid \
12393 setresuid \ 11926 setresuid \
12394 11927
12395do 11928do
12396as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11929as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12397{ echo "$as_me:$LINENO: checking for $ac_func" >&5 11930echo "$as_me:$LINENO: checking for $ac_func" >&5
12398echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11931echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12399if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11932if eval "test \"\${$as_ac_var+set}\" = set"; then
12400 echo $ECHO_N "(cached) $ECHO_C" >&6 11933 echo $ECHO_N "(cached) $ECHO_C" >&6
12401else 11934else
12402 cat >conftest.$ac_ext <<_ACEOF 11935 cat >conftest.$ac_ext <<_ACEOF
12403/* confdefs.h. */ 11936/* confdefs.h. */
12404_ACEOF 11937_ACEOF
12420# include <assert.h> 11953# include <assert.h>
12421#endif 11954#endif
12422 11955
12423#undef $ac_func 11956#undef $ac_func
12424 11957
12425/* Override any GCC internal prototype to avoid an error. 11958/* Override any gcc2 internal prototype to avoid an error. */
12426 Use char because int might match the return type of a GCC
12427 builtin and then its argument prototype would still apply. */
12428#ifdef __cplusplus 11959#ifdef __cplusplus
12429extern "C" 11960extern "C"
11961{
12430#endif 11962#endif
11963/* We use char because int might match the return type of a gcc2
11964 builtin and then its argument prototype would still apply. */
12431char $ac_func (); 11965char $ac_func ();
12432/* The GNU C library defines this for functions which it implements 11966/* The GNU C library defines this for functions which it implements
12433 to always fail with ENOSYS. Some functions are actually named 11967 to always fail with ENOSYS. Some functions are actually named
12434 something starting with __ and the normal name is an alias. */ 11968 something starting with __ and the normal name is an alias. */
12435#if defined __stub_$ac_func || defined __stub___$ac_func 11969#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12436choke me 11970choke me
11971#else
11972char (*f) () = $ac_func;
11973#endif
11974#ifdef __cplusplus
11975}
12437#endif 11976#endif
12438 11977
12439int 11978int
12440main () 11979main ()
12441{ 11980{
12442return $ac_func (); 11981return f != $ac_func;
12443 ; 11982 ;
12444 return 0; 11983 return 0;
12445} 11984}
12446_ACEOF 11985_ACEOF
12447rm -f conftest.$ac_objext conftest$ac_exeext 11986rm -f conftest.$ac_objext conftest$ac_exeext
12448if { (ac_try="$ac_link"
12449case "(($ac_try" in
12450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12451 *) ac_try_echo=$ac_try;;
12452esac
12453eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11987if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12454 (eval "$ac_link") 2>conftest.er1 11988 (eval $ac_link) 2>conftest.er1
12455 ac_status=$? 11989 ac_status=$?
12456 grep -v '^ *+' conftest.er1 >conftest.err 11990 grep -v '^ *+' conftest.er1 >conftest.err
12457 rm -f conftest.er1 11991 rm -f conftest.er1
12458 cat conftest.err >&5 11992 cat conftest.err >&5
12459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12460 (exit $ac_status); } && { 11994 (exit $ac_status); } &&
12461 test -z "$ac_cxx_werror_flag" || 11995 { ac_try='test -z "$ac_cxx_werror_flag"
12462 test ! -s conftest.err 11996 || test ! -s conftest.err'
12463 } && test -s conftest$ac_exeext && 11997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12464 $as_test_x conftest$ac_exeext; then 11998 (eval $ac_try) 2>&5
11999 ac_status=$?
12000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12001 (exit $ac_status); }; } &&
12002 { ac_try='test -s conftest$ac_exeext'
12003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12004 (eval $ac_try) 2>&5
12005 ac_status=$?
12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007 (exit $ac_status); }; }; then
12465 eval "$as_ac_var=yes" 12008 eval "$as_ac_var=yes"
12466else 12009else
12467 echo "$as_me: failed program was:" >&5 12010 echo "$as_me: failed program was:" >&5
12468sed 's/^/| /' conftest.$ac_ext >&5 12011sed 's/^/| /' conftest.$ac_ext >&5
12469 12012
12470 eval "$as_ac_var=no" 12013eval "$as_ac_var=no"
12471fi 12014fi
12472 12015rm -f conftest.err conftest.$ac_objext \
12473rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12474 conftest$ac_exeext conftest.$ac_ext 12016 conftest$ac_exeext conftest.$ac_ext
12475fi 12017fi
12476ac_res=`eval echo '${'$as_ac_var'}'` 12018echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12477 { echo "$as_me:$LINENO: result: $ac_res" >&5 12019echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12478echo "${ECHO_T}$ac_res" >&6; }
12479if test `eval echo '${'$as_ac_var'}'` = yes; then 12020if test `eval echo '${'$as_ac_var'}'` = yes; then
12480 cat >>confdefs.h <<_ACEOF 12021 cat >>confdefs.h <<_ACEOF
12481#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12022#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12482_ACEOF 12023_ACEOF
12483 12024
12485done 12026done
12486 12027
12487 12028
12488have_clone=no 12029have_clone=no
12489 12030
12490{ echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5 12031echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12491echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; } 12032echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12492if test -e /dev/ptym/clone; then 12033if test -e /dev/ptym/clone; then
12493 { echo "$as_me:$LINENO: result: yes" >&5 12034 echo "$as_me:$LINENO: result: yes" >&5
12494echo "${ECHO_T}yes" >&6; } 12035echo "${ECHO_T}yes" >&6
12495 12036
12496cat >>confdefs.h <<\_ACEOF 12037cat >>confdefs.h <<\_ACEOF
12497#define HAVE_DEV_CLONE 1 12038#define HAVE_DEV_CLONE 1
12498_ACEOF 12039_ACEOF
12499 12040
12502#define CLONE_DEVICE "/dev/ptym/clone" 12043#define CLONE_DEVICE "/dev/ptym/clone"
12503_ACEOF 12044_ACEOF
12504 12045
12505 have_clone=yes 12046 have_clone=yes
12506else 12047else
12507 { echo "$as_me:$LINENO: result: no" >&5 12048 echo "$as_me:$LINENO: result: no" >&5
12508echo "${ECHO_T}no" >&6; } 12049echo "${ECHO_T}no" >&6
12509fi 12050fi
12510 12051
12511{ echo "$as_me:$LINENO: checking for /dev/ptc" >&5 12052echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12512echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; } 12053echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12513if test -e /dev/ptc; then 12054if test -e /dev/ptc; then
12514 { echo "$as_me:$LINENO: result: yes" >&5 12055 echo "$as_me:$LINENO: result: yes" >&5
12515echo "${ECHO_T}yes" >&6; } 12056echo "${ECHO_T}yes" >&6
12516 12057
12517cat >>confdefs.h <<\_ACEOF 12058cat >>confdefs.h <<\_ACEOF
12518#define HAVE_DEV_PTC 1 12059#define HAVE_DEV_PTC 1
12519_ACEOF 12060_ACEOF
12520 12061
12523#define CLONE_DEVICE "/dev/ptc" 12064#define CLONE_DEVICE "/dev/ptc"
12524_ACEOF 12065_ACEOF
12525 12066
12526 have_clone=yes 12067 have_clone=yes
12527else 12068else
12528 { echo "$as_me:$LINENO: result: no" >&5 12069 echo "$as_me:$LINENO: result: no" >&5
12529echo "${ECHO_T}no" >&6; } 12070echo "${ECHO_T}no" >&6
12530fi 12071fi
12531 12072
12532case $host in 12073case $host in
12533 *-*-cygwin*) 12074 *-*-cygwin*)
12534 have_clone=yes 12075 have_clone=yes
12537#define CLONE_DEVICE "/dev/ptmx" 12078#define CLONE_DEVICE "/dev/ptmx"
12538_ACEOF 12079_ACEOF
12539 12080
12540 ;; 12081 ;;
12541 *) 12082 *)
12542 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5 12083 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12543echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; } 12084echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12544 if test -e /dev/ptmx; then 12085 if test -e /dev/ptmx; then
12545 { echo "$as_me:$LINENO: result: yes" >&5 12086 echo "$as_me:$LINENO: result: yes" >&5
12546echo "${ECHO_T}yes" >&6; } 12087echo "${ECHO_T}yes" >&6
12547 12088
12548cat >>confdefs.h <<\_ACEOF 12089cat >>confdefs.h <<\_ACEOF
12549#define HAVE_DEV_PTMX 1 12090#define HAVE_DEV_PTMX 1
12550_ACEOF 12091_ACEOF
12551 12092
12554#define CLONE_DEVICE "/dev/ptmx" 12095#define CLONE_DEVICE "/dev/ptmx"
12555_ACEOF 12096_ACEOF
12556 12097
12557 have_clone=yes 12098 have_clone=yes
12558 else 12099 else
12559 { echo "$as_me:$LINENO: result: no" >&5 12100 echo "$as_me:$LINENO: result: no" >&5
12560echo "${ECHO_T}no" >&6; } 12101echo "${ECHO_T}no" >&6
12561 fi 12102 fi
12562 ;; 12103 ;;
12563esac 12104esac
12564 12105
12565if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then 12106if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12566 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5 12107 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12567echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; } 12108echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12568 cat >conftest.$ac_ext <<_ACEOF 12109 cat >conftest.$ac_ext <<_ACEOF
12569/* confdefs.h. */ 12110/* confdefs.h. */
12570_ACEOF 12111_ACEOF
12571cat confdefs.h >>conftest.$ac_ext 12112cat confdefs.h >>conftest.$ac_ext
12572cat >>conftest.$ac_ext <<_ACEOF 12113cat >>conftest.$ac_ext <<_ACEOF
12579 ; 12120 ;
12580 return 0; 12121 return 0;
12581} 12122}
12582_ACEOF 12123_ACEOF
12583rm -f conftest.$ac_objext conftest$ac_exeext 12124rm -f conftest.$ac_objext conftest$ac_exeext
12584if { (ac_try="$ac_link"
12585case "(($ac_try" in
12586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12587 *) ac_try_echo=$ac_try;;
12588esac
12589eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12590 (eval "$ac_link") 2>conftest.er1 12126 (eval $ac_link) 2>conftest.er1
12591 ac_status=$? 12127 ac_status=$?
12592 grep -v '^ *+' conftest.er1 >conftest.err 12128 grep -v '^ *+' conftest.er1 >conftest.err
12593 rm -f conftest.er1 12129 rm -f conftest.er1
12594 cat conftest.err >&5 12130 cat conftest.err >&5
12595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); } && { 12132 (exit $ac_status); } &&
12597 test -z "$ac_cxx_werror_flag" || 12133 { ac_try='test -z "$ac_cxx_werror_flag"
12598 test ! -s conftest.err 12134 || test ! -s conftest.err'
12599 } && test -s conftest$ac_exeext && 12135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12600 $as_test_x conftest$ac_exeext; then 12136 (eval $ac_try) 2>&5
12137 ac_status=$?
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); }; } &&
12140 { ac_try='test -s conftest$ac_exeext'
12141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12142 (eval $ac_try) 2>&5
12143 ac_status=$?
12144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12145 (exit $ac_status); }; }; then
12601 unix98_pty=yes 12146 unix98_pty=yes
12602 12147
12603cat >>confdefs.h <<\_ACEOF 12148cat >>confdefs.h <<\_ACEOF
12604#define UNIX98_PTY 1 12149#define UNIX98_PTY 1
12605_ACEOF 12150_ACEOF
12606 12151
12607 { echo "$as_me:$LINENO: result: yes" >&5 12152 echo "$as_me:$LINENO: result: yes" >&5
12608echo "${ECHO_T}yes" >&6; } 12153echo "${ECHO_T}yes" >&6
12609else 12154else
12610 echo "$as_me: failed program was:" >&5 12155 echo "$as_me: failed program was:" >&5
12611sed 's/^/| /' conftest.$ac_ext >&5 12156sed 's/^/| /' conftest.$ac_ext >&5
12612 12157
12613 { echo "$as_me:$LINENO: result: no" >&5 12158echo "$as_me:$LINENO: result: no" >&5
12614echo "${ECHO_T}no" >&6; } 12159echo "${ECHO_T}no" >&6
12615fi 12160fi
12616 12161rm -f conftest.err conftest.$ac_objext \
12617rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12618 conftest$ac_exeext conftest.$ac_ext 12162 conftest$ac_exeext conftest.$ac_ext
12619fi 12163fi
12620 12164
12621if test -z "$unix98_pty"; then 12165if test -z "$unix98_pty"; then
12622 12166
12623for ac_func in openpty 12167for ac_func in openpty
12624do 12168do
12625as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12169as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12626{ echo "$as_me:$LINENO: checking for $ac_func" >&5 12170echo "$as_me:$LINENO: checking for $ac_func" >&5
12627echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12171echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12628if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12172if eval "test \"\${$as_ac_var+set}\" = set"; then
12629 echo $ECHO_N "(cached) $ECHO_C" >&6 12173 echo $ECHO_N "(cached) $ECHO_C" >&6
12630else 12174else
12631 cat >conftest.$ac_ext <<_ACEOF 12175 cat >conftest.$ac_ext <<_ACEOF
12632/* confdefs.h. */ 12176/* confdefs.h. */
12633_ACEOF 12177_ACEOF
12649# include <assert.h> 12193# include <assert.h>
12650#endif 12194#endif
12651 12195
12652#undef $ac_func 12196#undef $ac_func
12653 12197
12654/* Override any GCC internal prototype to avoid an error. 12198/* Override any gcc2 internal prototype to avoid an error. */
12655 Use char because int might match the return type of a GCC
12656 builtin and then its argument prototype would still apply. */
12657#ifdef __cplusplus 12199#ifdef __cplusplus
12658extern "C" 12200extern "C"
12201{
12659#endif 12202#endif
12203/* We use char because int might match the return type of a gcc2
12204 builtin and then its argument prototype would still apply. */
12660char $ac_func (); 12205char $ac_func ();
12661/* The GNU C library defines this for functions which it implements 12206/* The GNU C library defines this for functions which it implements
12662 to always fail with ENOSYS. Some functions are actually named 12207 to always fail with ENOSYS. Some functions are actually named
12663 something starting with __ and the normal name is an alias. */ 12208 something starting with __ and the normal name is an alias. */
12664#if defined __stub_$ac_func || defined __stub___$ac_func 12209#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12665choke me 12210choke me
12211#else
12212char (*f) () = $ac_func;
12213#endif
12214#ifdef __cplusplus
12215}
12666#endif 12216#endif
12667 12217
12668int 12218int
12669main () 12219main ()
12670{ 12220{
12671return $ac_func (); 12221return f != $ac_func;
12672 ; 12222 ;
12673 return 0; 12223 return 0;
12674} 12224}
12675_ACEOF 12225_ACEOF
12676rm -f conftest.$ac_objext conftest$ac_exeext 12226rm -f conftest.$ac_objext conftest$ac_exeext
12677if { (ac_try="$ac_link"
12678case "(($ac_try" in
12679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12680 *) ac_try_echo=$ac_try;;
12681esac
12682eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12683 (eval "$ac_link") 2>conftest.er1 12228 (eval $ac_link) 2>conftest.er1
12684 ac_status=$? 12229 ac_status=$?
12685 grep -v '^ *+' conftest.er1 >conftest.err 12230 grep -v '^ *+' conftest.er1 >conftest.err
12686 rm -f conftest.er1 12231 rm -f conftest.er1
12687 cat conftest.err >&5 12232 cat conftest.err >&5
12688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12689 (exit $ac_status); } && { 12234 (exit $ac_status); } &&
12690 test -z "$ac_cxx_werror_flag" || 12235 { ac_try='test -z "$ac_cxx_werror_flag"
12691 test ! -s conftest.err 12236 || test ! -s conftest.err'
12692 } && test -s conftest$ac_exeext && 12237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12693 $as_test_x conftest$ac_exeext; then 12238 (eval $ac_try) 2>&5
12239 ac_status=$?
12240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12241 (exit $ac_status); }; } &&
12242 { ac_try='test -s conftest$ac_exeext'
12243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12244 (eval $ac_try) 2>&5
12245 ac_status=$?
12246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12247 (exit $ac_status); }; }; then
12694 eval "$as_ac_var=yes" 12248 eval "$as_ac_var=yes"
12695else 12249else
12696 echo "$as_me: failed program was:" >&5 12250 echo "$as_me: failed program was:" >&5
12697sed 's/^/| /' conftest.$ac_ext >&5 12251sed 's/^/| /' conftest.$ac_ext >&5
12698 12252
12699 eval "$as_ac_var=no" 12253eval "$as_ac_var=no"
12700fi 12254fi
12701 12255rm -f conftest.err conftest.$ac_objext \
12702rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12703 conftest$ac_exeext conftest.$ac_ext 12256 conftest$ac_exeext conftest.$ac_ext
12704fi 12257fi
12705ac_res=`eval echo '${'$as_ac_var'}'` 12258echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12706 { echo "$as_me:$LINENO: result: $ac_res" >&5 12259echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12707echo "${ECHO_T}$ac_res" >&6; }
12708if test `eval echo '${'$as_ac_var'}'` = yes; then 12260if test `eval echo '${'$as_ac_var'}'` = yes; then
12709 cat >>confdefs.h <<_ACEOF 12261 cat >>confdefs.h <<_ACEOF
12710#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12262#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12711_ACEOF 12263_ACEOF
12712 12264
12713else 12265else
12714 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 12266 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12715echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } 12267echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12716if test "${ac_cv_lib_util_openpty+set}" = set; then 12268if test "${ac_cv_lib_util_openpty+set}" = set; then
12717 echo $ECHO_N "(cached) $ECHO_C" >&6 12269 echo $ECHO_N "(cached) $ECHO_C" >&6
12718else 12270else
12719 ac_check_lib_save_LIBS=$LIBS 12271 ac_check_lib_save_LIBS=$LIBS
12720LIBS="-lutil $LIBS" 12272LIBS="-lutil $LIBS"
12723_ACEOF 12275_ACEOF
12724cat confdefs.h >>conftest.$ac_ext 12276cat confdefs.h >>conftest.$ac_ext
12725cat >>conftest.$ac_ext <<_ACEOF 12277cat >>conftest.$ac_ext <<_ACEOF
12726/* end confdefs.h. */ 12278/* end confdefs.h. */
12727 12279
12728/* Override any GCC internal prototype to avoid an error. 12280/* Override any gcc2 internal prototype to avoid an error. */
12729 Use char because int might match the return type of a GCC
12730 builtin and then its argument prototype would still apply. */
12731#ifdef __cplusplus 12281#ifdef __cplusplus
12732extern "C" 12282extern "C"
12733#endif 12283#endif
12284/* We use char because int might match the return type of a gcc2
12285 builtin and then its argument prototype would still apply. */
12734char openpty (); 12286char openpty ();
12735int 12287int
12736main () 12288main ()
12737{ 12289{
12738return openpty (); 12290openpty ();
12739 ; 12291 ;
12740 return 0; 12292 return 0;
12741} 12293}
12742_ACEOF 12294_ACEOF
12743rm -f conftest.$ac_objext conftest$ac_exeext 12295rm -f conftest.$ac_objext conftest$ac_exeext
12744if { (ac_try="$ac_link"
12745case "(($ac_try" in
12746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12747 *) ac_try_echo=$ac_try;;
12748esac
12749eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12296if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12750 (eval "$ac_link") 2>conftest.er1 12297 (eval $ac_link) 2>conftest.er1
12751 ac_status=$? 12298 ac_status=$?
12752 grep -v '^ *+' conftest.er1 >conftest.err 12299 grep -v '^ *+' conftest.er1 >conftest.err
12753 rm -f conftest.er1 12300 rm -f conftest.er1
12754 cat conftest.err >&5 12301 cat conftest.err >&5
12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12756 (exit $ac_status); } && { 12303 (exit $ac_status); } &&
12757 test -z "$ac_cxx_werror_flag" || 12304 { ac_try='test -z "$ac_cxx_werror_flag"
12758 test ! -s conftest.err 12305 || test ! -s conftest.err'
12759 } && test -s conftest$ac_exeext && 12306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12760 $as_test_x conftest$ac_exeext; then 12307 (eval $ac_try) 2>&5
12308 ac_status=$?
12309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12310 (exit $ac_status); }; } &&
12311 { ac_try='test -s conftest$ac_exeext'
12312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12313 (eval $ac_try) 2>&5
12314 ac_status=$?
12315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); }; }; then
12761 ac_cv_lib_util_openpty=yes 12317 ac_cv_lib_util_openpty=yes
12762else 12318else
12763 echo "$as_me: failed program was:" >&5 12319 echo "$as_me: failed program was:" >&5
12764sed 's/^/| /' conftest.$ac_ext >&5 12320sed 's/^/| /' conftest.$ac_ext >&5
12765 12321
12766 ac_cv_lib_util_openpty=no 12322ac_cv_lib_util_openpty=no
12767fi 12323fi
12768 12324rm -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 12325 conftest$ac_exeext conftest.$ac_ext
12771LIBS=$ac_check_lib_save_LIBS 12326LIBS=$ac_check_lib_save_LIBS
12772fi 12327fi
12773{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 12328echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12774echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } 12329echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12775if test $ac_cv_lib_util_openpty = yes; then 12330if test $ac_cv_lib_util_openpty = yes; then
12776 cat >>confdefs.h <<\_ACEOF 12331 cat >>confdefs.h <<\_ACEOF
12777#define HAVE_OPENPTY 1 12332#define HAVE_OPENPTY 1
12778_ACEOF 12333_ACEOF
12779 LIBS="$LIBS -lutil" 12334 LIBS="$LIBS -lutil"
12784 12339
12785fi 12340fi
12786 12341
12787 12342
12788 12343
12789{ echo "$as_me:$LINENO: checking for tty group" >&5 12344echo "$as_me:$LINENO: checking for tty group" >&5
12790echo $ECHO_N "checking for tty group... $ECHO_C" >&6; } 12345echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12791if test "${tty_group+set}" = set; then 12346if test "${tty_group+set}" = set; then
12792 echo $ECHO_N "(cached) $ECHO_C" >&6 12347 echo $ECHO_N "(cached) $ECHO_C" >&6
12793else 12348else
12794 if test "$cross_compiling" = yes; then 12349 if test "$cross_compiling" = yes; then
12795 tty_group=no 12350 tty_group=no
12821 else 12376 else
12822 return 1; 12377 return 1;
12823} 12378}
12824_ACEOF 12379_ACEOF
12825rm -f conftest$ac_exeext 12380rm -f conftest$ac_exeext
12826if { (ac_try="$ac_link"
12827case "(($ac_try" in
12828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12829 *) ac_try_echo=$ac_try;;
12830esac
12831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12381if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12832 (eval "$ac_link") 2>&5 12382 (eval $ac_link) 2>&5
12833 ac_status=$? 12383 ac_status=$?
12834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12835 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12385 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12836 { (case "(($ac_try" in
12837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12838 *) ac_try_echo=$ac_try;;
12839esac
12840eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12841 (eval "$ac_try") 2>&5 12387 (eval $ac_try) 2>&5
12842 ac_status=$? 12388 ac_status=$?
12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); }; }; then 12390 (exit $ac_status); }; }; then
12845 tty_group=yes 12391 tty_group=yes
12846else 12392else
12849sed 's/^/| /' conftest.$ac_ext >&5 12395sed 's/^/| /' conftest.$ac_ext >&5
12850 12396
12851( exit $ac_status ) 12397( exit $ac_status )
12852tty_group=no 12398tty_group=no
12853fi 12399fi
12854rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12400rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12855fi 12401fi
12856
12857
12858fi 12402fi
12859{ echo "$as_me:$LINENO: result: $tty_group" >&5 12403echo "$as_me:$LINENO: result: $tty_group" >&5
12860echo "${ECHO_T}$tty_group" >&6; } 12404echo "${ECHO_T}$tty_group" >&6
12861if test x$tty_group = xyes; then 12405if test x$tty_group = xyes; then
12862 12406
12863cat >>confdefs.h <<\_ACEOF 12407cat >>confdefs.h <<\_ACEOF
12864#define TTY_GID_SUPPORT 1 12408#define TTY_GID_SUPPORT 1
12865_ACEOF 12409_ACEOF
12867fi 12411fi
12868 12412
12869if test x$support_xft = xyes; then 12413if test x$support_xft = xyes; then
12870 # Extract the first word of "pkg-config", so it can be a program name with args. 12414 # Extract the first word of "pkg-config", so it can be a program name with args.
12871set dummy pkg-config; ac_word=$2 12415set dummy pkg-config; ac_word=$2
12872{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12416echo "$as_me:$LINENO: checking for $ac_word" >&5
12873echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12417echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12874if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12418if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6 12419 echo $ECHO_N "(cached) $ECHO_C" >&6
12876else 12420else
12877 case $PKG_CONFIG in 12421 case $PKG_CONFIG in
12878 [\\/]* | ?:[\\/]*) 12422 [\\/]* | ?:[\\/]*)
12883for as_dir in $PATH 12427for as_dir in $PATH
12884do 12428do
12885 IFS=$as_save_IFS 12429 IFS=$as_save_IFS
12886 test -z "$as_dir" && as_dir=. 12430 test -z "$as_dir" && as_dir=.
12887 for ac_exec_ext in '' $ac_executable_extensions; do 12431 for ac_exec_ext in '' $ac_executable_extensions; do
12888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12889 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12433 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12890 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12891 break 2 12435 break 2
12892 fi 12436 fi
12893done 12437done
12894done 12438done
12895IFS=$as_save_IFS
12896 12439
12897 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12440 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12898 ;; 12441 ;;
12899esac 12442esac
12900fi 12443fi
12901PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12444PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12445
12902if test -n "$PKG_CONFIG"; then 12446if test -n "$PKG_CONFIG"; then
12903 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12447 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12904echo "${ECHO_T}$PKG_CONFIG" >&6; } 12448echo "${ECHO_T}$PKG_CONFIG" >&6
12905else 12449else
12906 { echo "$as_me:$LINENO: result: no" >&5 12450 echo "$as_me:$LINENO: result: no" >&5
12907echo "${ECHO_T}no" >&6; } 12451echo "${ECHO_T}no" >&6
12908fi 12452fi
12909
12910 12453
12911 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 12454 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12912 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 12455 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12913 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 12456 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12914 else 12457 else
12915 # Extract the first word of "xft-config", so it can be a program name with args. 12458 # Extract the first word of "xft-config", so it can be a program name with args.
12916set dummy xft-config; ac_word=$2 12459set dummy xft-config; ac_word=$2
12917{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12460echo "$as_me:$LINENO: checking for $ac_word" >&5
12918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12919if test "${ac_cv_path_XFT_CONFIG+set}" = set; then 12462if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12920 echo $ECHO_N "(cached) $ECHO_C" >&6 12463 echo $ECHO_N "(cached) $ECHO_C" >&6
12921else 12464else
12922 case $XFT_CONFIG in 12465 case $XFT_CONFIG in
12923 [\\/]* | ?:[\\/]*) 12466 [\\/]* | ?:[\\/]*)
12928for as_dir in $PATH 12471for as_dir in $PATH
12929do 12472do
12930 IFS=$as_save_IFS 12473 IFS=$as_save_IFS
12931 test -z "$as_dir" && as_dir=. 12474 test -z "$as_dir" && as_dir=.
12932 for ac_exec_ext in '' $ac_executable_extensions; do 12475 for ac_exec_ext in '' $ac_executable_extensions; do
12933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12476 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12934 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12477 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12936 break 2 12479 break 2
12937 fi 12480 fi
12938done 12481done
12939done 12482done
12940IFS=$as_save_IFS
12941 12483
12942 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no" 12484 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12943 ;; 12485 ;;
12944esac 12486esac
12945fi 12487fi
12946XFT_CONFIG=$ac_cv_path_XFT_CONFIG 12488XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12489
12947if test -n "$XFT_CONFIG"; then 12490if test -n "$XFT_CONFIG"; then
12948 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5 12491 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12949echo "${ECHO_T}$XFT_CONFIG" >&6; } 12492echo "${ECHO_T}$XFT_CONFIG" >&6
12950else 12493else
12951 { echo "$as_me:$LINENO: result: no" >&5 12494 echo "$as_me:$LINENO: result: no" >&5
12952echo "${ECHO_T}no" >&6; } 12495echo "${ECHO_T}no" >&6
12953fi 12496fi
12954
12955 12497
12956 if test $XFT_CONFIG != no; then 12498 if test $XFT_CONFIG != no; then
12957 LIBS="$LIBS `$XFT_CONFIG --libs`" 12499 LIBS="$LIBS `$XFT_CONFIG --libs`"
12958 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 12500 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12959 fi 12501 fi
12961 12503
12962 12504
12963for ac_header in X11/Xft/Xft.h 12505for ac_header in X11/Xft/Xft.h
12964do 12506do
12965as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12507as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12966if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12508if eval "test \"\${$as_ac_Header+set}\" = set"; then
12967 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12509 echo "$as_me:$LINENO: checking for $ac_header" >&5
12968echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12510echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12969if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12511if eval "test \"\${$as_ac_Header+set}\" = set"; then
12970 echo $ECHO_N "(cached) $ECHO_C" >&6 12512 echo $ECHO_N "(cached) $ECHO_C" >&6
12971fi 12513fi
12972ac_res=`eval echo '${'$as_ac_Header'}'` 12514echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12973 { echo "$as_me:$LINENO: result: $ac_res" >&5 12515echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12974echo "${ECHO_T}$ac_res" >&6; }
12975else 12516else
12976 # Is the header compilable? 12517 # Is the header compilable?
12977{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 12518echo "$as_me:$LINENO: checking $ac_header usability" >&5
12978echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12519echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12979cat >conftest.$ac_ext <<_ACEOF 12520cat >conftest.$ac_ext <<_ACEOF
12980/* confdefs.h. */ 12521/* confdefs.h. */
12981_ACEOF 12522_ACEOF
12982cat confdefs.h >>conftest.$ac_ext 12523cat confdefs.h >>conftest.$ac_ext
12983cat >>conftest.$ac_ext <<_ACEOF 12524cat >>conftest.$ac_ext <<_ACEOF
12984/* end confdefs.h. */ 12525/* end confdefs.h. */
12985$ac_includes_default 12526$ac_includes_default
12986#include <$ac_header> 12527#include <$ac_header>
12987_ACEOF 12528_ACEOF
12988rm -f conftest.$ac_objext 12529rm -f conftest.$ac_objext
12989if { (ac_try="$ac_compile"
12990case "(($ac_try" in
12991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12992 *) ac_try_echo=$ac_try;;
12993esac
12994eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12530if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12995 (eval "$ac_compile") 2>conftest.er1 12531 (eval $ac_compile) 2>conftest.er1
12996 ac_status=$? 12532 ac_status=$?
12997 grep -v '^ *+' conftest.er1 >conftest.err 12533 grep -v '^ *+' conftest.er1 >conftest.err
12998 rm -f conftest.er1 12534 rm -f conftest.er1
12999 cat conftest.err >&5 12535 cat conftest.err >&5
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); } && { 12537 (exit $ac_status); } &&
13002 test -z "$ac_cxx_werror_flag" || 12538 { ac_try='test -z "$ac_cxx_werror_flag"
13003 test ! -s conftest.err 12539 || test ! -s conftest.err'
13004 } && test -s conftest.$ac_objext; then 12540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12541 (eval $ac_try) 2>&5
12542 ac_status=$?
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); }; } &&
12545 { ac_try='test -s conftest.$ac_objext'
12546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12547 (eval $ac_try) 2>&5
12548 ac_status=$?
12549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550 (exit $ac_status); }; }; then
13005 ac_header_compiler=yes 12551 ac_header_compiler=yes
13006else 12552else
13007 echo "$as_me: failed program was:" >&5 12553 echo "$as_me: failed program was:" >&5
13008sed 's/^/| /' conftest.$ac_ext >&5 12554sed 's/^/| /' conftest.$ac_ext >&5
13009 12555
13010 ac_header_compiler=no 12556ac_header_compiler=no
13011fi 12557fi
13012
13013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13014{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12559echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13015echo "${ECHO_T}$ac_header_compiler" >&6; } 12560echo "${ECHO_T}$ac_header_compiler" >&6
13016 12561
13017# Is the header present? 12562# Is the header present?
13018{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 12563echo "$as_me:$LINENO: checking $ac_header presence" >&5
13019echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 12564echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13020cat >conftest.$ac_ext <<_ACEOF 12565cat >conftest.$ac_ext <<_ACEOF
13021/* confdefs.h. */ 12566/* confdefs.h. */
13022_ACEOF 12567_ACEOF
13023cat confdefs.h >>conftest.$ac_ext 12568cat confdefs.h >>conftest.$ac_ext
13024cat >>conftest.$ac_ext <<_ACEOF 12569cat >>conftest.$ac_ext <<_ACEOF
13025/* end confdefs.h. */ 12570/* end confdefs.h. */
13026#include <$ac_header> 12571#include <$ac_header>
13027_ACEOF 12572_ACEOF
13028if { (ac_try="$ac_cpp conftest.$ac_ext" 12573if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13029case "(($ac_try" in
13030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13031 *) ac_try_echo=$ac_try;;
13032esac
13033eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13034 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 12574 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13035 ac_status=$? 12575 ac_status=$?
13036 grep -v '^ *+' conftest.er1 >conftest.err 12576 grep -v '^ *+' conftest.er1 >conftest.err
13037 rm -f conftest.er1 12577 rm -f conftest.er1
13038 cat conftest.err >&5 12578 cat conftest.err >&5
13039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13040 (exit $ac_status); } >/dev/null && { 12580 (exit $ac_status); } >/dev/null; then
13041 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
13042 test ! -s conftest.err 12581 if test -s conftest.err; then
13043 }; then 12582 ac_cpp_err=$ac_cxx_preproc_warn_flag
12583 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12584 else
12585 ac_cpp_err=
12586 fi
12587else
12588 ac_cpp_err=yes
12589fi
12590if test -z "$ac_cpp_err"; then
13044 ac_header_preproc=yes 12591 ac_header_preproc=yes
13045else 12592else
13046 echo "$as_me: failed program was:" >&5 12593 echo "$as_me: failed program was:" >&5
13047sed 's/^/| /' conftest.$ac_ext >&5 12594sed 's/^/| /' conftest.$ac_ext >&5
13048 12595
13049 ac_header_preproc=no 12596 ac_header_preproc=no
13050fi 12597fi
13051
13052rm -f conftest.err conftest.$ac_ext 12598rm -f conftest.err conftest.$ac_ext
13053{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12599echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13054echo "${ECHO_T}$ac_header_preproc" >&6; } 12600echo "${ECHO_T}$ac_header_preproc" >&6
13055 12601
13056# So? What about this header? 12602# So? What about this header?
13057case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 12603case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
13058 yes:no: ) 12604 yes:no: )
13059 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12605 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13073echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12619echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13074 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12620 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13075echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12621echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13076 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12622 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13077echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12623echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13078 12624 (
12625 cat <<\_ASBOX
12626## ------------------------------------------ ##
12627## Report this to the AC_PACKAGE_NAME lists. ##
12628## ------------------------------------------ ##
12629_ASBOX
12630 ) |
12631 sed "s/^/$as_me: WARNING: /" >&2
13079 ;; 12632 ;;
13080esac 12633esac
13081{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12634echo "$as_me:$LINENO: checking for $ac_header" >&5
13082echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12635echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13083if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12636if eval "test \"\${$as_ac_Header+set}\" = set"; then
13084 echo $ECHO_N "(cached) $ECHO_C" >&6 12637 echo $ECHO_N "(cached) $ECHO_C" >&6
13085else 12638else
13086 eval "$as_ac_Header=\$ac_header_preproc" 12639 eval "$as_ac_Header=\$ac_header_preproc"
13087fi 12640fi
13088ac_res=`eval echo '${'$as_ac_Header'}'` 12641echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13089 { echo "$as_me:$LINENO: result: $ac_res" >&5 12642echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13090echo "${ECHO_T}$ac_res" >&6; }
13091 12643
13092fi 12644fi
13093if test `eval echo '${'$as_ac_Header'}'` = yes; then 12645if test `eval echo '${'$as_ac_Header'}'` = yes; then
13094 cat >>confdefs.h <<_ACEOF 12646 cat >>confdefs.h <<_ACEOF
13095#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12647#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13100fi 12652fi
13101 12653
13102done 12654done
13103 12655
13104 12656
13105{ echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5 12657echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
13106echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; } 12658echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
13107if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then 12659if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
13108 echo $ECHO_N "(cached) $ECHO_C" >&6 12660 echo $ECHO_N "(cached) $ECHO_C" >&6
13109else 12661else
13110 ac_check_lib_save_LIBS=$LIBS 12662 ac_check_lib_save_LIBS=$LIBS
13111LIBS="-lXft $LIBS" 12663LIBS="-lXft $LIBS"
13114_ACEOF 12666_ACEOF
13115cat confdefs.h >>conftest.$ac_ext 12667cat confdefs.h >>conftest.$ac_ext
13116cat >>conftest.$ac_ext <<_ACEOF 12668cat >>conftest.$ac_ext <<_ACEOF
13117/* end confdefs.h. */ 12669/* end confdefs.h. */
13118 12670
13119/* Override any GCC internal prototype to avoid an error. 12671/* Override any gcc2 internal prototype to avoid an error. */
13120 Use char because int might match the return type of a GCC
13121 builtin and then its argument prototype would still apply. */
13122#ifdef __cplusplus 12672#ifdef __cplusplus
13123extern "C" 12673extern "C"
13124#endif 12674#endif
12675/* We use char because int might match the return type of a gcc2
12676 builtin and then its argument prototype would still apply. */
13125char XftDrawString32 (); 12677char XftDrawString32 ();
13126int 12678int
13127main () 12679main ()
13128{ 12680{
13129return XftDrawString32 (); 12681XftDrawString32 ();
13130 ; 12682 ;
13131 return 0; 12683 return 0;
13132} 12684}
13133_ACEOF 12685_ACEOF
13134rm -f conftest.$ac_objext conftest$ac_exeext 12686rm -f conftest.$ac_objext conftest$ac_exeext
13135if { (ac_try="$ac_link"
13136case "(($ac_try" in
13137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13138 *) ac_try_echo=$ac_try;;
13139esac
13140eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12687if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13141 (eval "$ac_link") 2>conftest.er1 12688 (eval $ac_link) 2>conftest.er1
13142 ac_status=$? 12689 ac_status=$?
13143 grep -v '^ *+' conftest.er1 >conftest.err 12690 grep -v '^ *+' conftest.er1 >conftest.err
13144 rm -f conftest.er1 12691 rm -f conftest.er1
13145 cat conftest.err >&5 12692 cat conftest.err >&5
13146 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13147 (exit $ac_status); } && { 12694 (exit $ac_status); } &&
13148 test -z "$ac_cxx_werror_flag" || 12695 { ac_try='test -z "$ac_cxx_werror_flag"
13149 test ! -s conftest.err 12696 || test ! -s conftest.err'
13150 } && test -s conftest$ac_exeext && 12697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13151 $as_test_x conftest$ac_exeext; then 12698 (eval $ac_try) 2>&5
12699 ac_status=$?
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); }; } &&
12702 { ac_try='test -s conftest$ac_exeext'
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12705 ac_status=$?
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; }; then
13152 ac_cv_lib_Xft_XftDrawString32=yes 12708 ac_cv_lib_Xft_XftDrawString32=yes
13153else 12709else
13154 echo "$as_me: failed program was:" >&5 12710 echo "$as_me: failed program was:" >&5
13155sed 's/^/| /' conftest.$ac_ext >&5 12711sed 's/^/| /' conftest.$ac_ext >&5
13156 12712
13157 ac_cv_lib_Xft_XftDrawString32=no 12713ac_cv_lib_Xft_XftDrawString32=no
13158fi 12714fi
13159 12715rm -f conftest.err conftest.$ac_objext \
13160rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13161 conftest$ac_exeext conftest.$ac_ext 12716 conftest$ac_exeext conftest.$ac_ext
13162LIBS=$ac_check_lib_save_LIBS 12717LIBS=$ac_check_lib_save_LIBS
13163fi 12718fi
13164{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5 12719echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
13165echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; } 12720echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
13166if test $ac_cv_lib_Xft_XftDrawString32 = yes; then 12721if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
13167 cat >>confdefs.h <<_ACEOF 12722 cat >>confdefs.h <<_ACEOF
13168#define HAVE_LIBXFT 1 12723#define HAVE_LIBXFT 1
13169_ACEOF 12724_ACEOF
13170 12725
13234fi 12789fi
13235if test x$support_selectionscrolling = xyes; then 12790if test x$support_selectionscrolling = xyes; then
13236 12791
13237cat >>confdefs.h <<\_ACEOF 12792cat >>confdefs.h <<\_ACEOF
13238#define SELECTION_SCROLLING 1 12793#define SELECTION_SCROLLING 1
13239_ACEOF
13240
13241fi
13242if test x$support_frills = xyes; then
13243
13244cat >>confdefs.h <<\_ACEOF
13245#define ENABLE_FRILLS 1
13246_ACEOF 12794_ACEOF
13247 12795
13248fi 12796fi
13249if test x$support_mousewheel = xyes; then 12797if test x$support_mousewheel = xyes; then
13250 12798
13389 12937
13390IF_PERL=\# 12938IF_PERL=\#
13391if test x$support_perl = xyes; then 12939if test x$support_perl = xyes; then
13392 # Extract the first word of "perl5", so it can be a program name with args. 12940 # Extract the first word of "perl5", so it can be a program name with args.
13393set dummy perl5; ac_word=$2 12941set dummy perl5; ac_word=$2
13394{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12942echo "$as_me:$LINENO: checking for $ac_word" >&5
13395echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12943echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13396if test "${ac_cv_path_PERL+set}" = set; then 12944if test "${ac_cv_path_PERL+set}" = set; then
13397 echo $ECHO_N "(cached) $ECHO_C" >&6 12945 echo $ECHO_N "(cached) $ECHO_C" >&6
13398else 12946else
13399 case $PERL in 12947 case $PERL in
13400 [\\/]* | ?:[\\/]*) 12948 [\\/]* | ?:[\\/]*)
13405for as_dir in $PATH 12953for as_dir in $PATH
13406do 12954do
13407 IFS=$as_save_IFS 12955 IFS=$as_save_IFS
13408 test -z "$as_dir" && as_dir=. 12956 test -z "$as_dir" && as_dir=.
13409 for ac_exec_ext in '' $ac_executable_extensions; do 12957 for ac_exec_ext in '' $ac_executable_extensions; do
13410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13411 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 12959 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13413 break 2 12961 break 2
13414 fi 12962 fi
13415done 12963done
13416done 12964done
13417IFS=$as_save_IFS
13418 12965
13419 ;; 12966 ;;
13420esac 12967esac
13421fi 12968fi
13422PERL=$ac_cv_path_PERL 12969PERL=$ac_cv_path_PERL
12970
13423if test -n "$PERL"; then 12971if test -n "$PERL"; then
13424 { echo "$as_me:$LINENO: result: $PERL" >&5 12972 echo "$as_me:$LINENO: result: $PERL" >&5
13425echo "${ECHO_T}$PERL" >&6; } 12973echo "${ECHO_T}$PERL" >&6
13426else 12974else
13427 { echo "$as_me:$LINENO: result: no" >&5 12975 echo "$as_me:$LINENO: result: no" >&5
13428echo "${ECHO_T}no" >&6; } 12976echo "${ECHO_T}no" >&6
13429fi 12977fi
13430
13431 12978
13432 # Extract the first word of "perl", so it can be a program name with args. 12979 # Extract the first word of "perl", so it can be a program name with args.
13433set dummy perl; ac_word=$2 12980set dummy perl; ac_word=$2
13434{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12981echo "$as_me:$LINENO: checking for $ac_word" >&5
13435echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12982echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13436if test "${ac_cv_path_PERL+set}" = set; then 12983if test "${ac_cv_path_PERL+set}" = set; then
13437 echo $ECHO_N "(cached) $ECHO_C" >&6 12984 echo $ECHO_N "(cached) $ECHO_C" >&6
13438else 12985else
13439 case $PERL in 12986 case $PERL in
13440 [\\/]* | ?:[\\/]*) 12987 [\\/]* | ?:[\\/]*)
13445for as_dir in $PATH 12992for as_dir in $PATH
13446do 12993do
13447 IFS=$as_save_IFS 12994 IFS=$as_save_IFS
13448 test -z "$as_dir" && as_dir=. 12995 test -z "$as_dir" && as_dir=.
13449 for ac_exec_ext in '' $ac_executable_extensions; do 12996 for ac_exec_ext in '' $ac_executable_extensions; do
13450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13451 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 12998 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13453 break 2 13000 break 2
13454 fi 13001 fi
13455done 13002done
13456done 13003done
13457IFS=$as_save_IFS
13458 13004
13459 ;; 13005 ;;
13460esac 13006esac
13461fi 13007fi
13462PERL=$ac_cv_path_PERL 13008PERL=$ac_cv_path_PERL
13009
13463if test -n "$PERL"; then 13010if test -n "$PERL"; then
13464 { echo "$as_me:$LINENO: result: $PERL" >&5 13011 echo "$as_me:$LINENO: result: $PERL" >&5
13465echo "${ECHO_T}$PERL" >&6; } 13012echo "${ECHO_T}$PERL" >&6
13466else 13013else
13467 { echo "$as_me:$LINENO: result: no" >&5 13014 echo "$as_me:$LINENO: result: no" >&5
13468echo "${ECHO_T}no" >&6; } 13015echo "${ECHO_T}no" >&6
13469fi 13016fi
13470 13017
13471 13018
13472
13473 { echo "$as_me:$LINENO: checking for $PERL suitability" >&5 13019 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13474echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; } 13020echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
13475 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 13021 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13476 13022
13477 save_CXXFLAGS="$CXXFLAGS" 13023 save_CXXFLAGS="$CXXFLAGS"
13478 save_LIBS="$LIBS" 13024 save_LIBS="$LIBS"
13479 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 13025 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13498 ; 13044 ;
13499 return 0; 13045 return 0;
13500} 13046}
13501_ACEOF 13047_ACEOF
13502rm -f conftest.$ac_objext conftest$ac_exeext 13048rm -f conftest.$ac_objext conftest$ac_exeext
13503if { (ac_try="$ac_link"
13504case "(($ac_try" in
13505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13506 *) ac_try_echo=$ac_try;;
13507esac
13508eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13049if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13509 (eval "$ac_link") 2>conftest.er1 13050 (eval $ac_link) 2>conftest.er1
13510 ac_status=$? 13051 ac_status=$?
13511 grep -v '^ *+' conftest.er1 >conftest.err 13052 grep -v '^ *+' conftest.er1 >conftest.err
13512 rm -f conftest.er1 13053 rm -f conftest.er1
13513 cat conftest.err >&5 13054 cat conftest.err >&5
13514 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13515 (exit $ac_status); } && { 13056 (exit $ac_status); } &&
13516 test -z "$ac_cxx_werror_flag" || 13057 { ac_try='test -z "$ac_cxx_werror_flag"
13517 test ! -s conftest.err 13058 || test ! -s conftest.err'
13518 } && test -s conftest$ac_exeext && 13059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13519 $as_test_x conftest$ac_exeext; then 13060 (eval $ac_try) 2>&5
13061 ac_status=$?
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); }; } &&
13064 { ac_try='test -s conftest$ac_exeext'
13065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13066 (eval $ac_try) 2>&5
13067 ac_status=$?
13068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13069 (exit $ac_status); }; }; then
13520 rxvt_perl_link=yes 13070 rxvt_perl_link=yes
13521else 13071else
13522 echo "$as_me: failed program was:" >&5 13072 echo "$as_me: failed program was:" >&5
13523sed 's/^/| /' conftest.$ac_ext >&5 13073sed 's/^/| /' conftest.$ac_ext >&5
13524 13074
13525 rxvt_perl_link=no 13075rxvt_perl_link=no
13526fi 13076fi
13527 13077rm -f conftest.err conftest.$ac_objext \
13528rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13529 conftest$ac_exeext conftest.$ac_ext 13078 conftest$ac_exeext conftest.$ac_ext
13530 CXXFLAGS="$save_CXXFLAGS" 13079 CXXFLAGS="$save_CXXFLAGS"
13531 LIBS="$save_LIBS" 13080 LIBS="$save_LIBS"
13532 13081
13533 if test x$rxvt_perl_link = xyes; then 13082 if test x$rxvt_perl_link = xyes; then
13534 { echo "$as_me:$LINENO: result: ok" >&5 13083 echo "$as_me:$LINENO: result: ok" >&5
13535echo "${ECHO_T}ok" >&6; } 13084echo "${ECHO_T}ok" >&6
13536 13085
13537cat >>confdefs.h <<\_ACEOF 13086cat >>confdefs.h <<\_ACEOF
13538#define ENABLE_PERL 1 13087#define ENABLE_PERL 1
13539_ACEOF 13088_ACEOF
13540 13089
13563 13112
13564if test x$support_perl = xyes; then 13113if test x$support_perl = xyes; then
13565 support_frills=yes 13114 support_frills=yes
13566fi 13115fi
13567 13116
13117if test x$support_frills = xyes; then
13568 13118
13119cat >>confdefs.h <<\_ACEOF
13120#define ENABLE_FRILLS 1
13121_ACEOF
13569 13122
13570
13571
13572
13573if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
13574 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13575 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13576 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13577 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13578fi 13123fi
13124
13125
13126
13127
13128
13129
13579 13130
13580 13131
13581 13132
13582 13133
13583 13134
13584 13135
13585 13136
13586test "$program_prefix" != NONE && 13137test "$program_prefix" != NONE &&
13587 program_transform_name="s&^&$program_prefix&;$program_transform_name" 13138 program_transform_name="s,^,$program_prefix,;$program_transform_name"
13588# Use a double $ so make ignores it. 13139# Use a double $ so make ignores it.
13589test "$program_suffix" != NONE && 13140test "$program_suffix" != NONE &&
13590 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 13141 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
13591# Double any \ or $. echo might interpret backslashes. 13142# Double any \ or $. echo might interpret backslashes.
13592# By default was `s,x,x', remove it if useless. 13143# By default was `s,x,x', remove it if useless.
13593cat <<\_ACEOF >conftest.sed 13144cat <<\_ACEOF >conftest.sed
13594s/[\\$]/&&/g;s/;s,x,x,$// 13145s/[\\$]/&&/g;s/;s,x,x,$//
13595_ACEOF 13146_ACEOF
13596program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 13147program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13597rm -f conftest.sed 13148rm conftest.sed
13598 13149
13599 13150
13600 13151
13601 13152
13602 13153
13664 include_time_h="#include <time.h>" 13215 include_time_h="#include <time.h>"
13665else 13216else
13666 include_time_h="/* #include <time.h> */" 13217 include_time_h="/* #include <time.h> */"
13667fi 13218fi
13668 13219
13669ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13220 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13670 13221
13671cat >confcache <<\_ACEOF 13222cat >confcache <<\_ACEOF
13672# This file is a shell script that caches the results of configure 13223# This file is a shell script that caches the results of configure
13673# tests run on this system so they can be shared between configure 13224# tests run on this system so they can be shared between configure
13674# scripts and configure runs, see configure's option --config-cache. 13225# scripts and configure runs, see configure's option --config-cache.
13684 13235
13685_ACEOF 13236_ACEOF
13686 13237
13687# The following way of writing the cache mishandles newlines in values, 13238# The following way of writing the cache mishandles newlines in values,
13688# but we know of no workaround that is simple, portable, and efficient. 13239# but we know of no workaround that is simple, portable, and efficient.
13689# So, we kill variables containing newlines. 13240# So, don't put newlines in cache variables' values.
13690# Ultrix sh set writes to stderr and can't be redirected directly, 13241# Ultrix sh set writes to stderr and can't be redirected directly,
13691# and sets the high bit in the cache file unless we assign to the vars. 13242# and sets the high bit in the cache file unless we assign to the vars.
13692( 13243{
13693 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13694 eval ac_val=\$$ac_var
13695 case $ac_val in #(
13696 *${as_nl}*)
13697 case $ac_var in #(
13698 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13699echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13700 esac
13701 case $ac_var in #(
13702 _ | IFS | as_nl) ;; #(
13703 *) $as_unset $ac_var ;;
13704 esac ;;
13705 esac
13706 done
13707
13708 (set) 2>&1 | 13244 (set) 2>&1 |
13709 case $as_nl`(ac_space=' '; set) 2>&1` in #( 13245 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13710 *${as_nl}ac_space=\ *) 13246 *ac_space=\ *)
13711 # `set' does not quote correctly, so add quotes (double-quote 13247 # `set' does not quote correctly, so add quotes (double-quote
13712 # substitution turns \\\\ into \\, and sed turns \\ into \). 13248 # substitution turns \\\\ into \\, and sed turns \\ into \).
13713 sed -n \ 13249 sed -n \
13714 "s/'/'\\\\''/g; 13250 "s/'/'\\\\''/g;
13715 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 13251 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13716 ;; #( 13252 ;;
13717 *) 13253 *)
13718 # `set' quotes correctly as required by POSIX, so do not add quotes. 13254 # `set' quotes correctly as required by POSIX, so do not add quotes.
13719 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 13255 sed -n \
13256 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13720 ;; 13257 ;;
13721 esac | 13258 esac;
13722 sort 13259} |
13723) |
13724 sed ' 13260 sed '
13725 /^ac_cv_env_/b end
13726 t clear 13261 t clear
13727 :clear 13262 : clear
13728 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 13263 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13729 t end 13264 t end
13730 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 13265 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13731 :end' >>confcache 13266 : end' >>confcache
13732if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 13267if diff $cache_file confcache >/dev/null 2>&1; then :; else
13733 if test -w "$cache_file"; then 13268 if test -w $cache_file; then
13734 test "x$cache_file" != "x/dev/null" && 13269 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13735 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
13736echo "$as_me: updating cache $cache_file" >&6;}
13737 cat confcache >$cache_file 13270 cat confcache >$cache_file
13738 else 13271 else
13739 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13740echo "$as_me: not updating unwritable cache $cache_file" >&6;} 13272 echo "not updating unwritable cache $cache_file"
13741 fi 13273 fi
13742fi 13274fi
13743rm -f confcache 13275rm -f confcache
13744 13276
13745test "x$prefix" = xNONE && prefix=$ac_default_prefix 13277test "x$prefix" = xNONE && prefix=$ac_default_prefix
13746# Let make expand exec_prefix. 13278# Let make expand exec_prefix.
13747test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 13279test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13280
13281# VPATH may cause trouble with some makes, so we remove $(srcdir),
13282# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13283# trailing colons and then remove the whole line if VPATH becomes empty
13284# (actually we leave an empty line to preserve line numbers).
13285if test "x$srcdir" = x.; then
13286 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13287s/:*\$(srcdir):*/:/;
13288s/:*\${srcdir}:*/:/;
13289s/:*@srcdir@:*/:/;
13290s/^\([^=]*=[ ]*\):*/\1/;
13291s/:*$//;
13292s/^[^=]*=[ ]*$//;
13293}'
13294fi
13748 13295
13749DEFS=-DHAVE_CONFIG_H 13296DEFS=-DHAVE_CONFIG_H
13750 13297
13751ac_libobjs= 13298ac_libobjs=
13752ac_ltlibobjs= 13299ac_ltlibobjs=
13753for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13300for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13754 # 1. Remove the extension, and $U if already installed. 13301 # 1. Remove the extension, and $U if already installed.
13302 ac_i=`echo "$ac_i" |
13755 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13303 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13756 ac_i=`echo "$ac_i" | sed "$ac_script"` 13304 # 2. Add them.
13757 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13758 # will be set to the directory where LIBOBJS objects are built.
13759 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 13305 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
13760 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 13306 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
13761done 13307done
13762LIBOBJS=$ac_libobjs 13308LIBOBJS=$ac_libobjs
13763 13309
13764LTLIBOBJS=$ac_ltlibobjs 13310LTLIBOBJS=$ac_ltlibobjs
13765 13311
13786cat >>$CONFIG_STATUS <<\_ACEOF 13332cat >>$CONFIG_STATUS <<\_ACEOF
13787## --------------------- ## 13333## --------------------- ##
13788## M4sh Initialization. ## 13334## M4sh Initialization. ##
13789## --------------------- ## 13335## --------------------- ##
13790 13336
13791# Be more Bourne compatible 13337# Be Bourne compatible
13792DUALCASE=1; export DUALCASE # for MKS sh
13793if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 13338if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13794 emulate sh 13339 emulate sh
13795 NULLCMD=: 13340 NULLCMD=:
13796 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 13341 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13797 # is contrary to our usage. Disable this feature. 13342 # is contrary to our usage. Disable this feature.
13798 alias -g '${1+"$@"}'='"$@"' 13343 alias -g '${1+"$@"}'='"$@"'
13799 setopt NO_GLOB_SUBST 13344elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13345 set -o posix
13346fi
13347DUALCASE=1; export DUALCASE # for MKS sh
13348
13349# Support unset when possible.
13350if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13351 as_unset=unset
13352else
13353 as_unset=false
13354fi
13355
13356
13357# Work around bugs in pre-3.0 UWIN ksh.
13358$as_unset ENV MAIL MAILPATH
13359PS1='$ '
13360PS2='> '
13361PS4='+ '
13362
13363# NLS nuisances.
13364for as_var in \
13365 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13366 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13367 LC_TELEPHONE LC_TIME
13368do
13369 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13370 eval $as_var=C; export $as_var
13800else 13371 else
13801 case `(set -o) 2>/dev/null` in 13372 $as_unset $as_var
13802 *posix*) set -o posix ;; 13373 fi
13803esac 13374done
13804 13375
13376# Required to use basename.
13377if expr a : '\(a\)' >/dev/null 2>&1; then
13378 as_expr=expr
13379else
13380 as_expr=false
13805fi 13381fi
13806 13382
13383if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13384 as_basename=basename
13385else
13386 as_basename=false
13387fi
13807 13388
13808 13389
13390# Name of the executable.
13391as_me=`$as_basename "$0" ||
13392$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13393 X"$0" : 'X\(//\)$' \| \
13394 X"$0" : 'X\(/\)$' \| \
13395 . : '\(.\)' 2>/dev/null ||
13396echo X/"$0" |
13397 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13398 /^X\/\(\/\/\)$/{ s//\1/; q; }
13399 /^X\/\(\/\).*/{ s//\1/; q; }
13400 s/.*/./; q'`
13809 13401
13810# PATH needs CR 13402
13403# PATH needs CR, and LINENO needs CR and PATH.
13811# Avoid depending upon Character Ranges. 13404# Avoid depending upon Character Ranges.
13812as_cr_letters='abcdefghijklmnopqrstuvwxyz' 13405as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13813as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 13406as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13814as_cr_Letters=$as_cr_letters$as_cr_LETTERS 13407as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13815as_cr_digits='0123456789' 13408as_cr_digits='0123456789'
13826 PATH_SEPARATOR=: 13419 PATH_SEPARATOR=:
13827 fi 13420 fi
13828 rm -f conf$$.sh 13421 rm -f conf$$.sh
13829fi 13422fi
13830 13423
13831# Support unset when possible.
13832if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13833 as_unset=unset
13834else
13835 as_unset=false
13836fi
13837 13424
13838 13425 as_lineno_1=$LINENO
13839# IFS 13426 as_lineno_2=$LINENO
13840# We need space, tab and new line, in precisely that order. Quoting is 13427 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13841# there to prevent editors from complaining about space-tab. 13428 test "x$as_lineno_1" != "x$as_lineno_2" &&
13842# (If _AS_PATH_WALK were called with IFS unset, it would disable word 13429 test "x$as_lineno_3" = "x$as_lineno_2" || {
13843# splitting by setting IFS to empty value.)
13844as_nl='
13845'
13846IFS=" "" $as_nl"
13847
13848# Find who we are. Look in the path if we contain no directory separator. 13430 # Find who we are. Look in the path if we contain no path at all
13431 # relative or not.
13849case $0 in 13432 case $0 in
13850 *[\\/]* ) as_myself=$0 ;; 13433 *[\\/]* ) as_myself=$0 ;;
13851 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13434 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13852for as_dir in $PATH 13435for as_dir in $PATH
13853do 13436do
13854 IFS=$as_save_IFS 13437 IFS=$as_save_IFS
13855 test -z "$as_dir" && as_dir=. 13438 test -z "$as_dir" && as_dir=.
13856 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 13439 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13857done 13440done
13858IFS=$as_save_IFS
13859 13441
13860 ;; 13442 ;;
13861esac 13443 esac
13862# We did not find ourselves, most probably we were run as `sh COMMAND' 13444 # We did not find ourselves, most probably we were run as `sh COMMAND'
13863# in which case we are not to be found in the path. 13445 # in which case we are not to be found in the path.
13864if test "x$as_myself" = x; then 13446 if test "x$as_myself" = x; then
13865 as_myself=$0 13447 as_myself=$0
13866fi 13448 fi
13867if test ! -f "$as_myself"; then 13449 if test ! -f "$as_myself"; then
13450 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13868 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 13451echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13869 { (exit 1); exit 1; } 13452 { (exit 1); exit 1; }; }
13870fi 13453 fi
13871 13454 case $CONFIG_SHELL in
13872# Work around bugs in pre-3.0 UWIN ksh. 13455 '')
13873for as_var in ENV MAIL MAILPATH 13456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13874do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13457for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13875done
13876PS1='$ '
13877PS2='> '
13878PS4='+ '
13879
13880# NLS nuisances.
13881for as_var in \
13882 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13883 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13884 LC_TELEPHONE LC_TIME
13885do 13458do
13886 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 13459 IFS=$as_save_IFS
13887 eval $as_var=C; export $as_var 13460 test -z "$as_dir" && as_dir=.
13888 else 13461 for as_base in sh bash ksh sh5; do
13889 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13462 case $as_dir in
13890 fi 13463 /*)
13891done 13464 if ("$as_dir/$as_base" -c '
13892
13893# Required to use basename.
13894if expr a : '\(a\)' >/dev/null 2>&1 &&
13895 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13896 as_expr=expr
13897else
13898 as_expr=false
13899fi
13900
13901if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13902 as_basename=basename
13903else
13904 as_basename=false
13905fi
13906
13907
13908# Name of the executable.
13909as_me=`$as_basename -- "$0" ||
13910$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13911 X"$0" : 'X\(//\)$' \| \
13912 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13913echo X/"$0" |
13914 sed '/^.*\/\([^/][^/]*\)\/*$/{
13915 s//\1/
13916 q
13917 }
13918 /^X\/\(\/\/\)$/{
13919 s//\1/
13920 q
13921 }
13922 /^X\/\(\/\).*/{
13923 s//\1/
13924 q
13925 }
13926 s/.*/./; q'`
13927
13928# CDPATH.
13929$as_unset CDPATH
13930
13931
13932
13933 as_lineno_1=$LINENO 13465 as_lineno_1=$LINENO
13934 as_lineno_2=$LINENO 13466 as_lineno_2=$LINENO
13467 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13935 test "x$as_lineno_1" != "x$as_lineno_2" && 13468 test "x$as_lineno_1" != "x$as_lineno_2" &&
13936 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 13469 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13470 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13471 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13472 CONFIG_SHELL=$as_dir/$as_base
13473 export CONFIG_SHELL
13474 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13475 fi;;
13476 esac
13477 done
13478done
13479;;
13480 esac
13937 13481
13938 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 13482 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13939 # uniformly replaced by the line number. The first 'sed' inserts a 13483 # uniformly replaced by the line number. The first 'sed' inserts a
13940 # line-number line after each line using $LINENO; the second 'sed' 13484 # line-number line before each line; the second 'sed' does the real
13941 # does the real work. The second script uses 'N' to pair each 13485 # work. The second script uses 'N' to pair each line-number line
13942 # line-number line with the line containing $LINENO, and appends 13486 # with the numbered line, and appends trailing '-' during
13943 # trailing '-' during substitution so that $LINENO is not a special 13487 # substitution so that $LINENO is not a special case at line end.
13944 # case at line end.
13945 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 13488 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13946 # scripts with optimization help from Paolo Bonzini. Blame Lee 13489 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13947 # E. McMahon (1931-1989) for sed's syntax. :-)
13948 sed -n '
13949 p
13950 /[$]LINENO/=
13951 ' <$as_myself | 13490 sed '=' <$as_myself |
13952 sed ' 13491 sed '
13953 s/[$]LINENO.*/&-/
13954 t lineno
13955 b
13956 :lineno
13957 N 13492 N
13493 s,$,-,
13958 :loop 13494 : loop
13959 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 13495 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13960 t loop 13496 t loop
13961 s/-\n.*// 13497 s,-$,,
13498 s,^['$as_cr_digits']*\n,,
13962 ' >$as_me.lineno && 13499 ' >$as_me.lineno &&
13963 chmod +x "$as_me.lineno" || 13500 chmod +x $as_me.lineno ||
13501 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13964 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 13502echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13965 { (exit 1); exit 1; }; } 13503 { (exit 1); exit 1; }; }
13966 13504
13967 # Don't try to exec as it changes $[0], causing all sort of problems 13505 # Don't try to exec as it changes $[0], causing all sort of problems
13968 # (the dirname of $[0] is not the place where we might find the 13506 # (the dirname of $[0] is not the place where we might find the
13969 # original and so on. Autoconf is especially sensitive to this). 13507 # original and so on. Autoconf is especially sensible to this).
13970 . "./$as_me.lineno" 13508 . ./$as_me.lineno
13971 # Exit status is that of the last command. 13509 # Exit status is that of the last command.
13972 exit 13510 exit
13973} 13511}
13974 13512
13975 13513
13976if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 13514case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13977 as_dirname=dirname 13515 *c*,-n*) ECHO_N= ECHO_C='
13978else 13516' ECHO_T=' ' ;;
13979 as_dirname=false 13517 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13980fi 13518 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13981
13982ECHO_C= ECHO_N= ECHO_T=
13983case `echo -n x` in
13984-n*)
13985 case `echo 'x\c'` in
13986 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13987 *) ECHO_C='\c';;
13988 esac;;
13989*)
13990 ECHO_N='-n';;
13991esac 13519esac
13992 13520
13993if expr a : '\(a\)' >/dev/null 2>&1 && 13521if expr a : '\(a\)' >/dev/null 2>&1; then
13994 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13995 as_expr=expr 13522 as_expr=expr
13996else 13523else
13997 as_expr=false 13524 as_expr=false
13998fi 13525fi
13999 13526
14000rm -f conf$$ conf$$.exe conf$$.file 13527rm -f conf$$ conf$$.exe conf$$.file
14001if test -d conf$$.dir; then
14002 rm -f conf$$.dir/conf$$.file
14003else
14004 rm -f conf$$.dir
14005 mkdir conf$$.dir
14006fi
14007echo >conf$$.file 13528echo >conf$$.file
14008if ln -s conf$$.file conf$$ 2>/dev/null; then 13529if ln -s conf$$.file conf$$ 2>/dev/null; then
14009 as_ln_s='ln -s' 13530 # We could just check for DJGPP; but this test a) works b) is more generic
14010 # ... but there are two gotchas: 13531 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
14011 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 13532 if test -f conf$$.exe; then
14012 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 13533 # Don't use ln at all; we don't have any links
14013 # In both cases, we have to default to `cp -p'.
14014 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14015 as_ln_s='cp -p' 13534 as_ln_s='cp -p'
13535 else
13536 as_ln_s='ln -s'
13537 fi
14016elif ln conf$$.file conf$$ 2>/dev/null; then 13538elif ln conf$$.file conf$$ 2>/dev/null; then
14017 as_ln_s=ln 13539 as_ln_s=ln
14018else 13540else
14019 as_ln_s='cp -p' 13541 as_ln_s='cp -p'
14020fi 13542fi
14021rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 13543rm -f conf$$ conf$$.exe conf$$.file
14022rmdir conf$$.dir 2>/dev/null
14023 13544
14024if mkdir -p . 2>/dev/null; then 13545if mkdir -p . 2>/dev/null; then
14025 as_mkdir_p=: 13546 as_mkdir_p=:
14026else 13547else
14027 test -d ./-p && rmdir ./-p 13548 test -d ./-p && rmdir ./-p
14028 as_mkdir_p=false 13549 as_mkdir_p=false
14029fi 13550fi
14030 13551
14031if test -x / >/dev/null 2>&1; then
14032 as_test_x='test -x'
14033else
14034 if ls -dL / >/dev/null 2>&1; then
14035 as_ls_L_option=L
14036 else
14037 as_ls_L_option=
14038 fi
14039 as_test_x='
14040 eval sh -c '\''
14041 if test -d "$1"; then
14042 test -d "$1/.";
14043 else
14044 case $1 in
14045 -*)set "./$1";;
14046 esac;
14047 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
14048 ???[sx]*):;;*)false;;esac;fi
14049 '\'' sh
14050 '
14051fi
14052as_executable_p=$as_test_x 13552as_executable_p="test -f"
14053 13553
14054# Sed expression to map a string onto a valid CPP name. 13554# Sed expression to map a string onto a valid CPP name.
14055as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 13555as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14056 13556
14057# Sed expression to map a string onto a valid variable name. 13557# Sed expression to map a string onto a valid variable name.
14058as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 13558as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14059 13559
14060 13560
13561# IFS
13562# We need space, tab and new line, in precisely that order.
13563as_nl='
13564'
13565IFS=" $as_nl"
13566
13567# CDPATH.
13568$as_unset CDPATH
13569
14061exec 6>&1 13570exec 6>&1
14062 13571
14063# Save the log message, to keep $[0] and so on meaningful, and to 13572# Open the log real soon, to keep \$[0] and so on meaningful, and to
14064# report actual input values of CONFIG_FILES etc. instead of their 13573# report actual input values of CONFIG_FILES etc. instead of their
14065# values after options handling. 13574# values after options handling. Logging --version etc. is OK.
14066ac_log=" 13575exec 5>>config.log
13576{
13577 echo
13578 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13579## Running $as_me. ##
13580_ASBOX
13581} >&5
13582cat >&5 <<_CSEOF
13583
14067This file was extended by $as_me, which was 13584This file was extended by $as_me, which was
14068generated by GNU Autoconf 2.61. Invocation command line was 13585generated by GNU Autoconf 2.59. Invocation command line was
14069 13586
14070 CONFIG_FILES = $CONFIG_FILES 13587 CONFIG_FILES = $CONFIG_FILES
14071 CONFIG_HEADERS = $CONFIG_HEADERS 13588 CONFIG_HEADERS = $CONFIG_HEADERS
14072 CONFIG_LINKS = $CONFIG_LINKS 13589 CONFIG_LINKS = $CONFIG_LINKS
14073 CONFIG_COMMANDS = $CONFIG_COMMANDS 13590 CONFIG_COMMANDS = $CONFIG_COMMANDS
14074 $ $0 $@ 13591 $ $0 $@
14075 13592
13593_CSEOF
14076on `(hostname || uname -n) 2>/dev/null | sed 1q` 13594echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14077" 13595echo >&5
14078
14079_ACEOF 13596_ACEOF
14080 13597
14081cat >>$CONFIG_STATUS <<_ACEOF
14082# Files that config.status was made for. 13598# Files that config.status was made for.
14083config_files="$ac_config_files" 13599if test -n "$ac_config_files"; then
14084config_headers="$ac_config_headers" 13600 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13601fi
14085 13602
14086_ACEOF 13603if test -n "$ac_config_headers"; then
13604 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13605fi
13606
13607if test -n "$ac_config_links"; then
13608 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13609fi
13610
13611if test -n "$ac_config_commands"; then
13612 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13613fi
14087 13614
14088cat >>$CONFIG_STATUS <<\_ACEOF 13615cat >>$CONFIG_STATUS <<\_ACEOF
13616
14089ac_cs_usage="\ 13617ac_cs_usage="\
14090\`$as_me' instantiates files from templates according to the 13618\`$as_me' instantiates files from templates according to the
14091current configuration. 13619current configuration.
14092 13620
14093Usage: $0 [OPTIONS] [FILE]... 13621Usage: $0 [OPTIONS] [FILE]...
14094 13622
14095 -h, --help print this help, then exit 13623 -h, --help print this help, then exit
14096 -V, --version print version number and configuration settings, then exit 13624 -V, --version print version number, then exit
14097 -q, --quiet do not print progress messages 13625 -q, --quiet do not print progress messages
14098 -d, --debug don't remove temporary files 13626 -d, --debug don't remove temporary files
14099 --recheck update $as_me by reconfiguring in the same conditions 13627 --recheck update $as_me by reconfiguring in the same conditions
14100 --file=FILE[:TEMPLATE] 13628 --file=FILE[:TEMPLATE]
14101 instantiate the configuration file FILE 13629 instantiate the configuration file FILE
14107 13635
14108Configuration headers: 13636Configuration headers:
14109$config_headers 13637$config_headers
14110 13638
14111Report bugs to <bug-autoconf@gnu.org>." 13639Report bugs to <bug-autoconf@gnu.org>."
14112
14113_ACEOF 13640_ACEOF
13641
14114cat >>$CONFIG_STATUS <<_ACEOF 13642cat >>$CONFIG_STATUS <<_ACEOF
14115ac_cs_version="\\ 13643ac_cs_version="\\
14116config.status 13644config.status
14117configured by $0, generated by GNU Autoconf 2.61, 13645configured by $0, generated by GNU Autoconf 2.59,
14118 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 13646 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14119 13647
14120Copyright (C) 2006 Free Software Foundation, Inc. 13648Copyright (C) 2003 Free Software Foundation, Inc.
14121This config.status script is free software; the Free Software Foundation 13649This config.status script is free software; the Free Software Foundation
14122gives unlimited permission to copy, distribute and modify it." 13650gives unlimited permission to copy, distribute and modify it."
14123
14124ac_pwd='$ac_pwd'
14125srcdir='$srcdir' 13651srcdir=$srcdir
14126INSTALL='$INSTALL' 13652INSTALL="$INSTALL"
14127_ACEOF 13653_ACEOF
14128 13654
14129cat >>$CONFIG_STATUS <<\_ACEOF 13655cat >>$CONFIG_STATUS <<\_ACEOF
14130# If no file are specified by the user, then we need to provide default 13656# If no file are specified by the user, then we need to provide default
14131# value. By we need to know if files were specified by the user. 13657# value. By we need to know if files were specified by the user.
14132ac_need_defaults=: 13658ac_need_defaults=:
14133while test $# != 0 13659while test $# != 0
14134do 13660do
14135 case $1 in 13661 case $1 in
14136 --*=*) 13662 --*=*)
14137 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13663 ac_option=`expr "x$1" : 'x\([^=]*\)='`
14138 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 13664 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
14139 ac_shift=: 13665 ac_shift=:
14140 ;; 13666 ;;
14141 *) 13667 -*)
14142 ac_option=$1 13668 ac_option=$1
14143 ac_optarg=$2 13669 ac_optarg=$2
14144 ac_shift=shift 13670 ac_shift=shift
14145 ;; 13671 ;;
13672 *) # This is not an option, so the user has probably given explicit
13673 # arguments.
13674 ac_option=$1
13675 ac_need_defaults=false;;
14146 esac 13676 esac
14147 13677
14148 case $ac_option in 13678 case $ac_option in
14149 # Handling of the options. 13679 # Handling of the options.
13680_ACEOF
13681cat >>$CONFIG_STATUS <<\_ACEOF
14150 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 13682 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14151 ac_cs_recheck=: ;; 13683 ac_cs_recheck=: ;;
14152 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 13684 --version | --vers* | -V )
14153 echo "$ac_cs_version"; exit ;; 13685 echo "$ac_cs_version"; exit 0 ;;
14154 --debug | --debu | --deb | --de | --d | -d ) 13686 --he | --h)
13687 # Conflict between --help and --header
13688 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13689Try \`$0 --help' for more information." >&5
13690echo "$as_me: error: ambiguous option: $1
13691Try \`$0 --help' for more information." >&2;}
13692 { (exit 1); exit 1; }; };;
13693 --help | --hel | -h )
13694 echo "$ac_cs_usage"; exit 0 ;;
13695 --debug | --d* | -d )
14155 debug=: ;; 13696 debug=: ;;
14156 --file | --fil | --fi | --f ) 13697 --file | --fil | --fi | --f )
14157 $ac_shift 13698 $ac_shift
14158 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 13699 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14159 ac_need_defaults=false;; 13700 ac_need_defaults=false;;
14160 --header | --heade | --head | --hea ) 13701 --header | --heade | --head | --hea )
14161 $ac_shift 13702 $ac_shift
14162 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 13703 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14163 ac_need_defaults=false;; 13704 ac_need_defaults=false;;
14164 --he | --h)
14165 # Conflict between --help and --header
14166 { echo "$as_me: error: ambiguous option: $1
14167Try \`$0 --help' for more information." >&2
14168 { (exit 1); exit 1; }; };;
14169 --help | --hel | -h )
14170 echo "$ac_cs_usage"; exit ;;
14171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 13705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14172 | -silent | --silent | --silen | --sile | --sil | --si | --s) 13706 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14173 ac_cs_silent=: ;; 13707 ac_cs_silent=: ;;
14174 13708
14175 # This is an error. 13709 # This is an error.
13710 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13711Try \`$0 --help' for more information." >&5
14176 -*) { echo "$as_me: error: unrecognized option: $1 13712echo "$as_me: error: unrecognized option: $1
14177Try \`$0 --help' for more information." >&2 13713Try \`$0 --help' for more information." >&2;}
14178 { (exit 1); exit 1; }; } ;; 13714 { (exit 1); exit 1; }; } ;;
14179 13715
14180 *) ac_config_targets="$ac_config_targets $1" 13716 *) ac_config_targets="$ac_config_targets $1" ;;
14181 ac_need_defaults=false ;;
14182 13717
14183 esac 13718 esac
14184 shift 13719 shift
14185done 13720done
14186 13721
14192fi 13727fi
14193 13728
14194_ACEOF 13729_ACEOF
14195cat >>$CONFIG_STATUS <<_ACEOF 13730cat >>$CONFIG_STATUS <<_ACEOF
14196if \$ac_cs_recheck; then 13731if \$ac_cs_recheck; then
14197 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 13732 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14198 CONFIG_SHELL=$SHELL
14199 export CONFIG_SHELL
14200 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 13733 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14201fi 13734fi
14202 13735
14203_ACEOF 13736_ACEOF
13737
13738
13739
13740
13741
14204cat >>$CONFIG_STATUS <<\_ACEOF 13742cat >>$CONFIG_STATUS <<\_ACEOF
14205exec 5>>config.log
14206{
14207 echo
14208 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14209## Running $as_me. ##
14210_ASBOX
14211 echo "$ac_log"
14212} >&5
14213
14214_ACEOF
14215cat >>$CONFIG_STATUS <<_ACEOF
14216_ACEOF
14217
14218cat >>$CONFIG_STATUS <<\_ACEOF
14219
14220# Handling of arguments.
14221for ac_config_target in $ac_config_targets 13743for ac_config_target in $ac_config_targets
14222do 13744do
14223 case $ac_config_target in 13745 case "$ac_config_target" in
13746 # Handling of arguments.
13747 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13748 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13749 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13750 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14224 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 13751 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
14225 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14226 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14227 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14228 "src/rxvtlib.h") CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14229
14230 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13752 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14231echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13753echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14232 { (exit 1); exit 1; }; };; 13754 { (exit 1); exit 1; }; };;
14233 esac 13755 esac
14234done 13756done
14235
14236 13757
14237# If the user did not use the arguments to specify the items to instantiate, 13758# If the user did not use the arguments to specify the items to instantiate,
14238# then the envvar interface is used. Set only those that are not. 13759# then the envvar interface is used. Set only those that are not.
14239# We use the long form for the default assignment because of an extremely 13760# We use the long form for the default assignment because of an extremely
14240# bizarre bug on SunOS 4.1.3. 13761# bizarre bug on SunOS 4.1.3.
14242 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 13763 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14243 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 13764 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14244fi 13765fi
14245 13766
14246# Have a temporary directory for convenience. Make it in the build tree 13767# Have a temporary directory for convenience. Make it in the build tree
14247# simply because there is no reason against having it here, and in addition, 13768# simply because there is no reason to put it here, and in addition,
14248# creating and moving files from /tmp can sometimes cause problems. 13769# creating and moving files from /tmp can sometimes cause problems.
14249# Hook for its removal unless debugging. 13770# Create a temporary directory, and hook for its removal unless debugging.
14250# Note that there is a small window in which the directory will not be cleaned:
14251# after its creation but before its name has been assigned to `$tmp'.
14252$debug || 13771$debug ||
14253{ 13772{
14254 tmp= 13773 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14255 trap 'exit_status=$?
14256 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14257' 0
14258 trap '{ (exit 1); exit 1; }' 1 2 13 15 13774 trap '{ (exit 1); exit 1; }' 1 2 13 15
14259} 13775}
13776
14260# Create a (secure) tmp directory for tmp files. 13777# Create a (secure) tmp directory for tmp files.
14261 13778
14262{ 13779{
14263 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 13780 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
14264 test -n "$tmp" && test -d "$tmp" 13781 test -n "$tmp" && test -d "$tmp"
14265} || 13782} ||
14266{ 13783{
14267 tmp=./conf$$-$RANDOM 13784 tmp=./confstat$$-$RANDOM
14268 (umask 077 && mkdir "$tmp") 13785 (umask 077 && mkdir $tmp)
14269} || 13786} ||
14270{ 13787{
14271 echo "$me: cannot create a temporary directory in ." >&2 13788 echo "$me: cannot create a temporary directory in ." >&2
14272 { (exit 1); exit 1; } 13789 { (exit 1); exit 1; }
14273} 13790}
14274 13791
13792_ACEOF
13793
13794cat >>$CONFIG_STATUS <<_ACEOF
13795
14275# 13796#
14276# Set up the sed scripts for CONFIG_FILES section. 13797# CONFIG_FILES section.
14277# 13798#
14278 13799
14279# No need to generate the scripts if there are no CONFIG_FILES. 13800# No need to generate the scripts if there are no CONFIG_FILES.
14280# This happens for instance when ./config.status config.h 13801# This happens for instance when ./config.status config.h
14281if test -n "$CONFIG_FILES"; then 13802if test -n "\$CONFIG_FILES"; then
14282 13803 # Protect against being on the right side of a sed subst in config.status.
14283_ACEOF 13804 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14284 13805 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14285 13806s,@SHELL@,$SHELL,;t t
14286 13807s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14287ac_delim='%!_!# ' 13808s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14288for ac_last_try in false false false false false :; do
14289 cat >conf$$subs.sed <<_ACEOF
14290SHELL!$SHELL$ac_delim
14291PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
14292PACKAGE_NAME!$PACKAGE_NAME$ac_delim
14293PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 13809s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14294PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 13810s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14295PACKAGE_STRING!$PACKAGE_STRING$ac_delim 13811s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14296PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 13812s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14297exec_prefix!$exec_prefix$ac_delim 13813s,@exec_prefix@,$exec_prefix,;t t
14298prefix!$prefix$ac_delim 13814s,@prefix@,$prefix,;t t
14299program_transform_name!$program_transform_name$ac_delim 13815s,@program_transform_name@,$program_transform_name,;t t
14300bindir!$bindir$ac_delim 13816s,@bindir@,$bindir,;t t
14301sbindir!$sbindir$ac_delim 13817s,@sbindir@,$sbindir,;t t
14302libexecdir!$libexecdir$ac_delim 13818s,@libexecdir@,$libexecdir,;t t
14303datarootdir!$datarootdir$ac_delim 13819s,@datadir@,$datadir,;t t
14304datadir!$datadir$ac_delim 13820s,@sysconfdir@,$sysconfdir,;t t
14305sysconfdir!$sysconfdir$ac_delim 13821s,@sharedstatedir@,$sharedstatedir,;t t
14306sharedstatedir!$sharedstatedir$ac_delim 13822s,@localstatedir@,$localstatedir,;t t
14307localstatedir!$localstatedir$ac_delim 13823s,@libdir@,$libdir,;t t
14308includedir!$includedir$ac_delim 13824s,@includedir@,$includedir,;t t
14309oldincludedir!$oldincludedir$ac_delim 13825s,@oldincludedir@,$oldincludedir,;t t
14310docdir!$docdir$ac_delim 13826s,@infodir@,$infodir,;t t
14311infodir!$infodir$ac_delim 13827s,@mandir@,$mandir,;t t
14312htmldir!$htmldir$ac_delim 13828s,@build_alias@,$build_alias,;t t
14313dvidir!$dvidir$ac_delim 13829s,@host_alias@,$host_alias,;t t
14314pdfdir!$pdfdir$ac_delim 13830s,@target_alias@,$target_alias,;t t
14315psdir!$psdir$ac_delim 13831s,@DEFS@,$DEFS,;t t
14316libdir!$libdir$ac_delim 13832s,@ECHO_C@,$ECHO_C,;t t
14317localedir!$localedir$ac_delim 13833s,@ECHO_N@,$ECHO_N,;t t
14318mandir!$mandir$ac_delim 13834s,@ECHO_T@,$ECHO_T,;t t
14319DEFS!$DEFS$ac_delim 13835s,@LIBS@,$LIBS,;t t
14320ECHO_C!$ECHO_C$ac_delim 13836s,@build@,$build,;t t
14321ECHO_N!$ECHO_N$ac_delim 13837s,@build_cpu@,$build_cpu,;t t
14322ECHO_T!$ECHO_T$ac_delim 13838s,@build_vendor@,$build_vendor,;t t
14323LIBS!$LIBS$ac_delim 13839s,@build_os@,$build_os,;t t
14324build_alias!$build_alias$ac_delim 13840s,@host@,$host,;t t
14325host_alias!$host_alias$ac_delim 13841s,@host_cpu@,$host_cpu,;t t
14326target_alias!$target_alias$ac_delim 13842s,@host_vendor@,$host_vendor,;t t
14327build!$build$ac_delim 13843s,@host_os@,$host_os,;t t
14328build_cpu!$build_cpu$ac_delim 13844s,@VERSION@,$VERSION,;t t
14329build_vendor!$build_vendor$ac_delim 13845s,@DATE@,$DATE,;t t
14330build_os!$build_os$ac_delim 13846s,@LSMDATE@,$LSMDATE,;t t
14331host!$host$ac_delim 13847s,@LIBVERSION@,$LIBVERSION,;t t
14332host_cpu!$host_cpu$ac_delim 13848s,@CC@,$CC,;t t
14333host_vendor!$host_vendor$ac_delim 13849s,@CFLAGS@,$CFLAGS,;t t
14334host_os!$host_os$ac_delim 13850s,@LDFLAGS@,$LDFLAGS,;t t
14335VERSION!$VERSION$ac_delim 13851s,@CPPFLAGS@,$CPPFLAGS,;t t
14336DATE!$DATE$ac_delim 13852s,@ac_ct_CC@,$ac_ct_CC,;t t
14337LSMDATE!$LSMDATE$ac_delim 13853s,@EXEEXT@,$EXEEXT,;t t
14338LIBVERSION!$LIBVERSION$ac_delim 13854s,@OBJEXT@,$OBJEXT,;t t
14339CC!$CC$ac_delim 13855s,@CXX@,$CXX,;t t
14340CFLAGS!$CFLAGS$ac_delim 13856s,@CXXFLAGS@,$CXXFLAGS,;t t
14341LDFLAGS!$LDFLAGS$ac_delim 13857s,@ac_ct_CXX@,$ac_ct_CXX,;t t
14342CPPFLAGS!$CPPFLAGS$ac_delim 13858s,@CPP@,$CPP,;t t
14343ac_ct_CC!$ac_ct_CC$ac_delim
14344EXEEXT!$EXEEXT$ac_delim
14345OBJEXT!$OBJEXT$ac_delim
14346CXX!$CXX$ac_delim
14347CXXFLAGS!$CXXFLAGS$ac_delim
14348ac_ct_CXX!$ac_ct_CXX$ac_delim
14349CPP!$CPP$ac_delim
14350INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 13859s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
14351INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 13860s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
14352INSTALL_DATA!$INSTALL_DATA$ac_delim 13861s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14353GREP!$GREP$ac_delim 13862s,@EGREP@,$EGREP,;t t
14354EGREP!$EGREP$ac_delim 13863s,@LINKER@,$LINKER,;t t
14355LINKER!$LINKER$ac_delim
14356CXXLIB!$CXXLIB$ac_delim
14357INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim 13864s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
14358RXVTNAME!$RXVTNAME$ac_delim 13865s,@RXVTNAME@,$RXVTNAME,;t t
14359TIC!$TIC$ac_delim 13866s,@TIC@,$TIC,;t t
14360XMKMF!$XMKMF$ac_delim 13867s,@CXXCPP@,$CXXCPP,;t t
14361CXXCPP!$CXXCPP$ac_delim 13868s,@X_CFLAGS@,$X_CFLAGS,;t t
14362X_CFLAGS!$X_CFLAGS$ac_delim 13869s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
14363X_PRE_LIBS!$X_PRE_LIBS$ac_delim 13870s,@X_LIBS@,$X_LIBS,;t t
14364X_LIBS!$X_LIBS$ac_delim 13871s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
14365X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14366afterimage_config!$afterimage_config$ac_delim 13872s,@afterimage_config@,$afterimage_config,;t t
14367XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim 13873s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
14368XPM_CFLAGS!$XPM_CFLAGS$ac_delim 13874s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
14369XPM_LIBS!$XPM_LIBS$ac_delim 13875s,@XPM_LIBS@,$XPM_LIBS,;t t
14370rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 13876s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
14371rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 13877s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
14372rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim 13878s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
14373rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim 13879s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
14374rxvt_intp_define!$rxvt_intp_define$ac_delim 13880s,@rxvt_intp_define@,$rxvt_intp_define,;t t
14375rxvt_u_intp_define!$rxvt_u_intp_define$ac_delim 13881s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14376PKG_CONFIG!$PKG_CONFIG$ac_delim 13882s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14377XFT_CONFIG!$XFT_CONFIG$ac_delim 13883s,@XFT_CONFIG@,$XFT_CONFIG,;t t
14378PERL!$PERL$ac_delim 13884s,@PERL@,$PERL,;t t
14379PERLLIB!$PERLLIB$ac_delim 13885s,@PERLLIB@,$PERLLIB,;t t
14380PERLFLAGS!$PERLFLAGS$ac_delim 13886s,@PERLFLAGS@,$PERLFLAGS,;t t
14381PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 13887s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
14382IF_PERL!$IF_PERL$ac_delim 13888s,@IF_PERL@,$IF_PERL,;t t
14383PERL_O!$PERL_O$ac_delim 13889s,@PERL_O@,$PERL_O,;t t
14384LIBAFTERIMAGE_CFLAGS!$LIBAFTERIMAGE_CFLAGS$ac_delim 13890s,@LIBAFTERIMAGE_CFLAGS@,$LIBAFTERIMAGE_CFLAGS,;t t
14385AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim 13891s,@AFTERIMAGE_LIBS@,$AFTERIMAGE_LIBS,;t t
14386include_stdint_h!$include_stdint_h$ac_delim 13892s,@include_stdint_h@,$include_stdint_h,;t t
13893s,@include_stdarg_h@,$include_stdarg_h,;t t
13894s,@include_stdlib_h@,$include_stdlib_h,;t t
13895s,@include_unistd_h@,$include_unistd_h,;t t
13896s,@include_string_h@,$include_string_h,;t t
13897s,@include_fcntl_h@,$include_fcntl_h,;t t
13898s,@include_util_h@,$include_util_h,;t t
13899s,@include_assert_h@,$include_assert_h,;t t
13900s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13901s,@include_sys_select_h@,$include_sys_select_h,;t t
13902s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13903s,@include_sys_time_h@,$include_sys_time_h,;t t
13904s,@include_time_h@,$include_time_h,;t t
13905s,@LIBOBJS@,$LIBOBJS,;t t
13906s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14387_ACEOF 13907CEOF
14388 13908
14389 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 13909_ACEOF
14390 break 13910
14391 elif $ac_last_try; then 13911 cat >>$CONFIG_STATUS <<\_ACEOF
14392 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 13912 # Split the substitutions into bite-sized pieces for seds with
14393echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 13913 # small command number limits, like on Digital OSF/1 and HP-UX.
14394 { (exit 1); exit 1; }; } 13914 ac_max_sed_lines=48
13915 ac_sed_frag=1 # Number of current file.
13916 ac_beg=1 # First line for current file.
13917 ac_end=$ac_max_sed_lines # Line after last line for current file.
13918 ac_more_lines=:
13919 ac_sed_cmds=
13920 while $ac_more_lines; do
13921 if test $ac_beg -gt 1; then
13922 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14395 else 13923 else
14396 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 13924 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13925 fi
13926 if test ! -s $tmp/subs.frag; then
13927 ac_more_lines=false
13928 else
13929 # The purpose of the label and of the branching condition is to
13930 # speed up the sed processing (if there are no `@' at all, there
13931 # is no need to browse any of the substitutions).
13932 # These are the two extra sed commands mentioned above.
13933 (echo ':t
13934 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13935 if test -z "$ac_sed_cmds"; then
13936 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13937 else
13938 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13939 fi
13940 ac_sed_frag=`expr $ac_sed_frag + 1`
13941 ac_beg=$ac_end
13942 ac_end=`expr $ac_end + $ac_max_sed_lines`
13943 fi
13944 done
13945 if test -z "$ac_sed_cmds"; then
13946 ac_sed_cmds=cat
14397 fi 13947 fi
14398done 13948fi # test -n "$CONFIG_FILES"
14399 13949
14400ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14401if test -n "$ac_eof"; then
14402 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14403 ac_eof=`expr $ac_eof + 1`
14404fi
14405
14406cat >>$CONFIG_STATUS <<_ACEOF
14407cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
14408/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14409_ACEOF 13950_ACEOF
14410sed '
14411s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14412s/^/s,@/; s/!/@,|#_!!_#|/
14413:n
14414t n
14415s/'"$ac_delim"'$/,g/; t
14416s/$/\\/; p
14417N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14418' >>$CONFIG_STATUS <conf$$subs.sed
14419rm -f conf$$subs.sed
14420cat >>$CONFIG_STATUS <<_ACEOF
14421CEOF$ac_eof
14422_ACEOF
14423
14424
14425ac_delim='%!_!# '
14426for ac_last_try in false false false false false :; do
14427 cat >conf$$subs.sed <<_ACEOF
14428include_stdarg_h!$include_stdarg_h$ac_delim
14429include_stdlib_h!$include_stdlib_h$ac_delim
14430include_unistd_h!$include_unistd_h$ac_delim
14431include_string_h!$include_string_h$ac_delim
14432include_fcntl_h!$include_fcntl_h$ac_delim
14433include_util_h!$include_util_h$ac_delim
14434include_assert_h!$include_assert_h$ac_delim
14435include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
14436include_sys_select_h!$include_sys_select_h$ac_delim
14437include_sys_strredir_h!$include_sys_strredir_h$ac_delim
14438include_sys_time_h!$include_sys_time_h$ac_delim
14439include_time_h!$include_time_h$ac_delim
14440LIBOBJS!$LIBOBJS$ac_delim
14441LTLIBOBJS!$LTLIBOBJS$ac_delim
14442_ACEOF
14443
14444 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
14445 break
14446 elif $ac_last_try; then
14447 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14448echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14449 { (exit 1); exit 1; }; }
14450 else
14451 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14452 fi
14453done
14454
14455ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14456if test -n "$ac_eof"; then
14457 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14458 ac_eof=`expr $ac_eof + 1`
14459fi
14460
14461cat >>$CONFIG_STATUS <<_ACEOF
14462cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
14463/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
14464_ACEOF
14465sed '
14466s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14467s/^/s,@/; s/!/@,|#_!!_#|/
14468:n
14469t n
14470s/'"$ac_delim"'$/,g/; t
14471s/$/\\/; p
14472N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14473' >>$CONFIG_STATUS <conf$$subs.sed
14474rm -f conf$$subs.sed
14475cat >>$CONFIG_STATUS <<_ACEOF
14476:end
14477s/|#_!!_#|//g
14478CEOF$ac_eof
14479_ACEOF
14480
14481
14482# VPATH may cause trouble with some makes, so we remove $(srcdir),
14483# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14484# trailing colons and then remove the whole line if VPATH becomes empty
14485# (actually we leave an empty line to preserve line numbers).
14486if test "x$srcdir" = x.; then
14487 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14488s/:*\$(srcdir):*/:/
14489s/:*\${srcdir}:*/:/
14490s/:*@srcdir@:*/:/
14491s/^\([^=]*=[ ]*\):*/\1/
14492s/:*$//
14493s/^[^=]*=[ ]*$//
14494}'
14495fi
14496
14497cat >>$CONFIG_STATUS <<\_ACEOF 13951cat >>$CONFIG_STATUS <<\_ACEOF
14498fi # test -n "$CONFIG_FILES" 13952for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
14499 13953 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14500
14501for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
14502do
14503 case $ac_tag in 13954 case $ac_file in
14504 :[FHLC]) ac_mode=$ac_tag; continue;; 13955 - | *:- | *:-:* ) # input from stdin
13956 cat >$tmp/stdin
13957 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13958 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13959 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13960 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13961 * ) ac_file_in=$ac_file.in ;;
14505 esac 13962 esac
14506 case $ac_mode$ac_tag in
14507 :[FHL]*:*);;
14508 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14509echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14510 { (exit 1); exit 1; }; };;
14511 :[FH]-) ac_tag=-:-;;
14512 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14513 esac
14514 ac_save_IFS=$IFS
14515 IFS=:
14516 set x $ac_tag
14517 IFS=$ac_save_IFS
14518 shift
14519 ac_file=$1
14520 shift
14521 13963
14522 case $ac_mode in 13964 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14523 :L) ac_source=$1;; 13965 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14524 :[FH])
14525 ac_file_inputs=
14526 for ac_f
14527 do
14528 case $ac_f in
14529 -) ac_f="$tmp/stdin";;
14530 *) # Look for the file first in the build tree, then in the source tree
14531 # (if the path is not absolute). The absolute path cannot be DOS-style,
14532 # because $ac_f cannot contain `:'.
14533 test -f "$ac_f" ||
14534 case $ac_f in
14535 [\\/$]*) false;;
14536 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14537 esac ||
14538 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14539echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14540 { (exit 1); exit 1; }; };;
14541 esac
14542 ac_file_inputs="$ac_file_inputs $ac_f"
14543 done
14544
14545 # Let's still pretend it is `configure' which instantiates (i.e., don't
14546 # use $as_me), people would be surprised to read:
14547 # /* config.h. Generated by config.status. */
14548 configure_input="Generated from "`IFS=:
14549 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14550 if test x"$ac_file" != x-; then
14551 configure_input="$ac_file. $configure_input"
14552 { echo "$as_me:$LINENO: creating $ac_file" >&5
14553echo "$as_me: creating $ac_file" >&6;}
14554 fi
14555
14556 case $ac_tag in
14557 *:-:* | *:-) cat >"$tmp/stdin";;
14558 esac
14559 ;;
14560 esac
14561
14562 ac_dir=`$as_dirname -- "$ac_file" ||
14563$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13966$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14564 X"$ac_file" : 'X\(//\)[^/]' \| \ 13967 X"$ac_file" : 'X\(//\)[^/]' \| \
14565 X"$ac_file" : 'X\(//\)$' \| \ 13968 X"$ac_file" : 'X\(//\)$' \| \
14566 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 13969 X"$ac_file" : 'X\(/\)' \| \
13970 . : '\(.\)' 2>/dev/null ||
14567echo X"$ac_file" | 13971echo X"$ac_file" |
14568 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 13972 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14569 s//\1/ 13973 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14570 q 13974 /^X\(\/\/\)$/{ s//\1/; q; }
14571 } 13975 /^X\(\/\).*/{ s//\1/; q; }
14572 /^X\(\/\/\)[^/].*/{
14573 s//\1/
14574 q
14575 }
14576 /^X\(\/\/\)$/{
14577 s//\1/
14578 q
14579 }
14580 /^X\(\/\).*/{
14581 s//\1/
14582 q
14583 }
14584 s/.*/./; q'` 13976 s/.*/./; q'`
13977 { if $as_mkdir_p; then
13978 mkdir -p "$ac_dir"
13979 else
14585 { as_dir="$ac_dir" 13980 as_dir="$ac_dir"
14586 case $as_dir in #(
14587 -*) as_dir=./$as_dir;;
14588 esac
14589 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
14590 as_dirs= 13981 as_dirs=
14591 while :; do 13982 while test ! -d "$as_dir"; do
14592 case $as_dir in #(
14593 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14594 *) as_qdir=$as_dir;;
14595 esac
14596 as_dirs="'$as_qdir' $as_dirs" 13983 as_dirs="$as_dir $as_dirs"
14597 as_dir=`$as_dirname -- "$as_dir" || 13984 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14598$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13985$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14599 X"$as_dir" : 'X\(//\)[^/]' \| \ 13986 X"$as_dir" : 'X\(//\)[^/]' \| \
14600 X"$as_dir" : 'X\(//\)$' \| \ 13987 X"$as_dir" : 'X\(//\)$' \| \
14601 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 13988 X"$as_dir" : 'X\(/\)' \| \
13989 . : '\(.\)' 2>/dev/null ||
14602echo X"$as_dir" | 13990echo X"$as_dir" |
14603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 13991 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14604 s//\1/ 13992 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14605 q 13993 /^X\(\/\/\)$/{ s//\1/; q; }
14606 } 13994 /^X\(\/\).*/{ s//\1/; q; }
14607 /^X\(\/\/\)[^/].*/{
14608 s//\1/
14609 q
14610 }
14611 /^X\(\/\/\)$/{
14612 s//\1/
14613 q
14614 }
14615 /^X\(\/\).*/{
14616 s//\1/
14617 q
14618 }
14619 s/.*/./; q'` 13995 s/.*/./; q'`
14620 test -d "$as_dir" && break
14621 done 13996 done
14622 test -z "$as_dirs" || eval "mkdir $as_dirs" 13997 test ! -n "$as_dirs" || mkdir $as_dirs
14623 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 13998 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14624echo "$as_me: error: cannot create directory $as_dir" >&2;} 13999echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14625 { (exit 1); exit 1; }; }; } 14000 { (exit 1); exit 1; }; }; }
14001
14626 ac_builddir=. 14002 ac_builddir=.
14627 14003
14004if test "$ac_dir" != .; then
14005 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14006 # A "../" for each directory in $ac_dir_suffix.
14007 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14008else
14009 ac_dir_suffix= ac_top_builddir=
14010fi
14011
14628case "$ac_dir" in 14012case $srcdir in
14629.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 14013 .) # No --srcdir option. We are building in place.
14014 ac_srcdir=.
14015 if test -z "$ac_top_builddir"; then
14016 ac_top_srcdir=.
14017 else
14018 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14019 fi ;;
14020 [\\/]* | ?:[\\/]* ) # Absolute path.
14021 ac_srcdir=$srcdir$ac_dir_suffix;
14022 ac_top_srcdir=$srcdir ;;
14023 *) # Relative path.
14024 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14025 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14026esac
14027
14028# Do not use `cd foo && pwd` to compute absolute paths, because
14029# the directories may not exist.
14030case `pwd` in
14031.) ac_abs_builddir="$ac_dir";;
14630*) 14032*)
14631 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 14033 case "$ac_dir" in
14632 # A ".." for each directory in $ac_dir_suffix. 14034 .) ac_abs_builddir=`pwd`;;
14633 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 14035 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14634 case $ac_top_builddir_sub in 14036 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14635 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14636 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14637 esac ;; 14037 esac;;
14638esac 14038esac
14639ac_abs_top_builddir=$ac_pwd 14039case $ac_abs_builddir in
14640ac_abs_builddir=$ac_pwd$ac_dir_suffix 14040.) ac_abs_top_builddir=${ac_top_builddir}.;;
14641# for backward compatibility: 14041*)
14642ac_top_builddir=$ac_top_build_prefix 14042 case ${ac_top_builddir}. in
14643 14043 .) ac_abs_top_builddir=$ac_abs_builddir;;
14644case $srcdir in 14044 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14645 .) # We are building in place. 14045 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14646 ac_srcdir=. 14046 esac;;
14647 ac_top_srcdir=$ac_top_builddir_sub
14648 ac_abs_top_srcdir=$ac_pwd ;;
14649 [\\/]* | ?:[\\/]* ) # Absolute name.
14650 ac_srcdir=$srcdir$ac_dir_suffix;
14651 ac_top_srcdir=$srcdir
14652 ac_abs_top_srcdir=$srcdir ;;
14653 *) # Relative name.
14654 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14655 ac_top_srcdir=$ac_top_build_prefix$srcdir
14656 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14657esac 14047esac
14658ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 14048case $ac_abs_builddir in
14659 14049.) ac_abs_srcdir=$ac_srcdir;;
14660 14050*)
14661 case $ac_mode in 14051 case $ac_srcdir in
14662 :F) 14052 .) ac_abs_srcdir=$ac_abs_builddir;;
14663 # 14053 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14664 # CONFIG_FILE 14054 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14665 # 14055 esac;;
14056esac
14057case $ac_abs_builddir in
14058.) ac_abs_top_srcdir=$ac_top_srcdir;;
14059*)
14060 case $ac_top_srcdir in
14061 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14062 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14063 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14064 esac;;
14065esac
14066
14666 14067
14667 case $INSTALL in 14068 case $INSTALL in
14668 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 14069 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14669 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 14070 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
14670 esac 14071 esac
14671_ACEOF
14672 14072
14673cat >>$CONFIG_STATUS <<\_ACEOF 14073 if test x"$ac_file" != x-; then
14674# If the template does not know about datarootdir, expand it. 14074 { echo "$as_me:$LINENO: creating $ac_file" >&5
14675# FIXME: This hack should be removed a few years after 2.60. 14075echo "$as_me: creating $ac_file" >&6;}
14676ac_datarootdir_hack=; ac_datarootdir_seen= 14076 rm -f "$ac_file"
14077 fi
14078 # Let's still pretend it is `configure' which instantiates (i.e., don't
14079 # use $as_me), people would be surprised to read:
14080 # /* config.h. Generated by config.status. */
14081 if test x"$ac_file" = x-; then
14082 configure_input=
14083 else
14084 configure_input="$ac_file. "
14085 fi
14086 configure_input=$configure_input"Generated from `echo $ac_file_in |
14087 sed 's,.*/,,'` by configure."
14677 14088
14678case `sed -n '/datarootdir/ { 14089 # First look for the input files in the build tree, otherwise in the
14679 p 14090 # src tree.
14680 q 14091 ac_file_inputs=`IFS=:
14681} 14092 for f in $ac_file_in; do
14682/@datadir@/p 14093 case $f in
14683/@docdir@/p 14094 -) echo $tmp/stdin ;;
14684/@infodir@/p 14095 [\\/$]*)
14685/@localedir@/p 14096 # Absolute (can't be DOS-style, as IFS=:)
14686/@mandir@/p 14097 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14687' $ac_file_inputs` in 14098echo "$as_me: error: cannot find input file: $f" >&2;}
14688*datarootdir*) ac_datarootdir_seen=yes;; 14099 { (exit 1); exit 1; }; }
14689*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 14100 echo "$f";;
14690 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 14101 *) # Relative
14691echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 14102 if test -f "$f"; then
14103 # Build tree
14104 echo "$f"
14105 elif test -f "$srcdir/$f"; then
14106 # Source tree
14107 echo "$srcdir/$f"
14108 else
14109 # /dev/null tree
14110 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14111echo "$as_me: error: cannot find input file: $f" >&2;}
14112 { (exit 1); exit 1; }; }
14113 fi;;
14114 esac
14115 done` || { (exit 1); exit 1; }
14692_ACEOF 14116_ACEOF
14693cat >>$CONFIG_STATUS <<_ACEOF
14694 ac_datarootdir_hack='
14695 s&@datadir@&$datadir&g
14696 s&@docdir@&$docdir&g
14697 s&@infodir@&$infodir&g
14698 s&@localedir@&$localedir&g
14699 s&@mandir@&$mandir&g
14700 s&\\\${datarootdir}&$datarootdir&g' ;;
14701esac
14702_ACEOF
14703
14704# Neutralize VPATH when `$srcdir' = `.'.
14705# Shell code in configure.ac might set extrasub.
14706# FIXME: do we really want to maintain this feature?
14707cat >>$CONFIG_STATUS <<_ACEOF 14117cat >>$CONFIG_STATUS <<_ACEOF
14708 sed "$ac_vpsub 14118 sed "$ac_vpsub
14709$extrasub 14119$extrasub
14710_ACEOF 14120_ACEOF
14711cat >>$CONFIG_STATUS <<\_ACEOF 14121cat >>$CONFIG_STATUS <<\_ACEOF
14712:t 14122:t
14713/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 14123/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14714s&@configure_input@&$configure_input&;t t 14124s,@configure_input@,$configure_input,;t t
14715s&@top_builddir@&$ac_top_builddir_sub&;t t
14716s&@srcdir@&$ac_srcdir&;t t 14125s,@srcdir@,$ac_srcdir,;t t
14717s&@abs_srcdir@&$ac_abs_srcdir&;t t 14126s,@abs_srcdir@,$ac_abs_srcdir,;t t
14718s&@top_srcdir@&$ac_top_srcdir&;t t 14127s,@top_srcdir@,$ac_top_srcdir,;t t
14719s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 14128s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
14720s&@builddir@&$ac_builddir&;t t 14129s,@builddir@,$ac_builddir,;t t
14721s&@abs_builddir@&$ac_abs_builddir&;t t 14130s,@abs_builddir@,$ac_abs_builddir,;t t
14131s,@top_builddir@,$ac_top_builddir,;t t
14722s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 14132s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
14723s&@INSTALL@&$ac_INSTALL&;t t 14133s,@INSTALL@,$ac_INSTALL,;t t
14724$ac_datarootdir_hack 14134" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14725" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
14726
14727test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14728 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14729 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14730 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14731which seems to be undefined. Please make sure it is defined." >&5
14732echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14733which seems to be undefined. Please make sure it is defined." >&2;}
14734
14735 rm -f "$tmp/stdin" 14135 rm -f $tmp/stdin
14136 if test x"$ac_file" != x-; then
14137 mv $tmp/out $ac_file
14138 else
14139 cat $tmp/out
14140 rm -f $tmp/out
14141 fi
14142
14143done
14144_ACEOF
14145cat >>$CONFIG_STATUS <<\_ACEOF
14146
14147#
14148# CONFIG_HEADER section.
14149#
14150
14151# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14152# NAME is the cpp macro being defined and VALUE is the value it is being given.
14153#
14154# ac_d sets the value in "#define NAME VALUE" lines.
14155ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14156ac_dB='[ ].*$,\1#\2'
14157ac_dC=' '
14158ac_dD=',;t'
14159# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14160ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14161ac_uB='$,\1#\2define\3'
14162ac_uC=' '
14163ac_uD=',;t'
14164
14165for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
14166 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14736 case $ac_file in 14167 case $ac_file in
14737 -) cat "$tmp/out"; rm -f "$tmp/out";; 14168 - | *:- | *:-:* ) # input from stdin
14738 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 14169 cat >$tmp/stdin
14170 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14171 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14172 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14173 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14174 * ) ac_file_in=$ac_file.in ;;
14739 esac 14175 esac
14740 ;;
14741 :H)
14742 #
14743 # CONFIG_HEADER
14744 #
14745_ACEOF
14746 14176
14177 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14178echo "$as_me: creating $ac_file" >&6;}
14179
14180 # First look for the input files in the build tree, otherwise in the
14181 # src tree.
14182 ac_file_inputs=`IFS=:
14183 for f in $ac_file_in; do
14184 case $f in
14185 -) echo $tmp/stdin ;;
14186 [\\/$]*)
14187 # Absolute (can't be DOS-style, as IFS=:)
14188 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14189echo "$as_me: error: cannot find input file: $f" >&2;}
14190 { (exit 1); exit 1; }; }
14191 # Do quote $f, to prevent DOS paths from being IFS'd.
14192 echo "$f";;
14193 *) # Relative
14194 if test -f "$f"; then
14195 # Build tree
14196 echo "$f"
14197 elif test -f "$srcdir/$f"; then
14198 # Source tree
14199 echo "$srcdir/$f"
14200 else
14201 # /dev/null tree
14202 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14203echo "$as_me: error: cannot find input file: $f" >&2;}
14204 { (exit 1); exit 1; }; }
14205 fi;;
14206 esac
14207 done` || { (exit 1); exit 1; }
14208 # Remove the trailing spaces.
14209 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14210
14211_ACEOF
14212
14747# Transform confdefs.h into a sed script `conftest.defines', that 14213# Transform confdefs.h into two sed scripts, `conftest.defines' and
14748# substitutes the proper values into config.h.in to produce config.h. 14214# `conftest.undefs', that substitutes the proper values into
14215# config.h.in to produce config.h. The first handles `#define'
14216# templates, and the second `#undef' templates.
14217# And first: Protect against being on the right side of a sed subst in
14218# config.status. Protect against being in an unquoted here document
14219# in config.status.
14749rm -f conftest.defines conftest.tail 14220rm -f conftest.defines conftest.undefs
14750# First, append a space to every undef/define line, to ease matching. 14221# Using a here document instead of a string reduces the quoting nightmare.
14751echo 's/$/ /' >conftest.defines 14222# Putting comments in sed scripts is not portable.
14752# Then, protect against being on the right side of a sed subst, or in 14223#
14753# an unquoted here document, in config.status. If some macros were 14224# `end' is used to avoid that the second main sed command (meant for
14754# called several times there might be several #defines for the same 14225# 0-ary CPP macros) applies to n-ary macro definitions.
14755# symbol, which is useless. But do not sort them, since the last 14226# See the Autoconf documentation for `clear'.
14756# AC_DEFINE must be honored. 14227cat >confdef2sed.sed <<\_ACEOF
14757ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14758# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
14759# NAME is the cpp macro being defined, VALUE is the value it is being given.
14760# PARAMS is the parameter list in the macro definition--in most cases, it's
14761# just an empty string.
14762ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
14763ac_dB='\\)[ (].*,\\1define\\2'
14764ac_dC=' '
14765ac_dD=' ,'
14766
14767uniq confdefs.h |
14768 sed -n '
14769 t rset
14770 :rset
14771 s/^[ ]*#[ ]*define[ ][ ]*//
14772 t ok
14773 d
14774 :ok
14775 s/[\\&,]/\\&/g 14228s/[\\&,]/\\&/g
14776 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 14229s,[\\$`],\\&,g
14777 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 14230t clear
14778 ' >>conftest.defines 14231: clear
14232s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14233t end
14234s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14235: end
14236_ACEOF
14237# If some macros were called several times there might be several times
14238# the same #defines, which is useless. Nevertheless, we may not want to
14239# sort them, since we want the *last* AC-DEFINE to be honored.
14240uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14241sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14242rm -f confdef2sed.sed
14779 14243
14780# Remove the space that was appended to ease matching.
14781# Then replace #undef with comments. This is necessary, for 14244# This sed command replaces #undef with comments. This is necessary, for
14782# example, in the case of _POSIX_SOURCE, which is predefined and required 14245# example, in the case of _POSIX_SOURCE, which is predefined and required
14783# on some systems where configure will not decide to define it. 14246# on some systems where configure will not decide to define it.
14784# (The regexp can be short, since the line contains either #define or #undef.) 14247cat >>conftest.undefs <<\_ACEOF
14785echo 's/ $// 14248s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14786s,^[ #]*u.*,/* & */,' >>conftest.defines 14249_ACEOF
14787 14250
14788# Break up conftest.defines: 14251# Break up conftest.defines because some shells have a limit on the size
14789ac_max_sed_lines=50 14252# of here documents, and old seds have small limits too (100 cmds).
14790 14253echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14791# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 14254echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14792# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 14255echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14793# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 14256echo ' :' >>$CONFIG_STATUS
14794# et cetera. 14257rm -f conftest.tail
14795ac_in='$ac_file_inputs' 14258while grep . conftest.defines >/dev/null
14796ac_out='"$tmp/out1"'
14797ac_nxt='"$tmp/out2"'
14798
14799while :
14800do 14259do
14801 # Write a here document: 14260 # Write a limited-size here document to $tmp/defines.sed.
14802 cat >>$CONFIG_STATUS <<_ACEOF 14261 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14803 # First, check the format of the line: 14262 # Speed up: don't consider the non `#define' lines.
14804 cat >"\$tmp/defines.sed" <<\\CEOF 14263 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14805/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 14264 # Work around the forget-to-reset-the-flag bug.
14806/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 14265 echo 't clr' >>$CONFIG_STATUS
14807b 14266 echo ': clr' >>$CONFIG_STATUS
14808:def
14809_ACEOF
14810 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 14267 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
14811 echo 'CEOF 14268 echo 'CEOF
14812 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 14269 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14813 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 14270 rm -f $tmp/in
14271 mv $tmp/out $tmp/in
14272' >>$CONFIG_STATUS
14814 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 14273 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
14815 grep . conftest.tail >/dev/null || break
14816 rm -f conftest.defines 14274 rm -f conftest.defines
14817 mv conftest.tail conftest.defines 14275 mv conftest.tail conftest.defines
14818done 14276done
14819rm -f conftest.defines conftest.tail 14277rm -f conftest.defines
14278echo ' fi # grep' >>$CONFIG_STATUS
14279echo >>$CONFIG_STATUS
14820 14280
14821echo "ac_result=$ac_in" >>$CONFIG_STATUS 14281# Break up conftest.undefs because some shells have a limit on the size
14282# of here documents, and old seds have small limits too (100 cmds).
14283echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14284rm -f conftest.tail
14285while grep . conftest.undefs >/dev/null
14286do
14287 # Write a limited-size here document to $tmp/undefs.sed.
14288 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14289 # Speed up: don't consider the non `#undef'
14290 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14291 # Work around the forget-to-reset-the-flag bug.
14292 echo 't clr' >>$CONFIG_STATUS
14293 echo ': clr' >>$CONFIG_STATUS
14294 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14295 echo 'CEOF
14296 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14297 rm -f $tmp/in
14298 mv $tmp/out $tmp/in
14299' >>$CONFIG_STATUS
14300 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14301 rm -f conftest.undefs
14302 mv conftest.tail conftest.undefs
14303done
14304rm -f conftest.undefs
14305
14822cat >>$CONFIG_STATUS <<\_ACEOF 14306cat >>$CONFIG_STATUS <<\_ACEOF
14307 # Let's still pretend it is `configure' which instantiates (i.e., don't
14308 # use $as_me), people would be surprised to read:
14309 # /* config.h. Generated by config.status. */
14310 if test x"$ac_file" = x-; then
14311 echo "/* Generated by configure. */" >$tmp/config.h
14312 else
14313 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14314 fi
14315 cat $tmp/in >>$tmp/config.h
14316 rm -f $tmp/in
14823 if test x"$ac_file" != x-; then 14317 if test x"$ac_file" != x-; then
14824 echo "/* $configure_input */" >"$tmp/config.h"
14825 cat "$ac_result" >>"$tmp/config.h"
14826 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 14318 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
14827 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 14319 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14828echo "$as_me: $ac_file is unchanged" >&6;} 14320echo "$as_me: $ac_file is unchanged" >&6;}
14829 else 14321 else
14322 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14323$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14324 X"$ac_file" : 'X\(//\)[^/]' \| \
14325 X"$ac_file" : 'X\(//\)$' \| \
14326 X"$ac_file" : 'X\(/\)' \| \
14327 . : '\(.\)' 2>/dev/null ||
14328echo X"$ac_file" |
14329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14330 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14331 /^X\(\/\/\)$/{ s//\1/; q; }
14332 /^X\(\/\).*/{ s//\1/; q; }
14333 s/.*/./; q'`
14334 { if $as_mkdir_p; then
14335 mkdir -p "$ac_dir"
14336 else
14337 as_dir="$ac_dir"
14338 as_dirs=
14339 while test ! -d "$as_dir"; do
14340 as_dirs="$as_dir $as_dirs"
14341 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14342$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14343 X"$as_dir" : 'X\(//\)[^/]' \| \
14344 X"$as_dir" : 'X\(//\)$' \| \
14345 X"$as_dir" : 'X\(/\)' \| \
14346 . : '\(.\)' 2>/dev/null ||
14347echo X"$as_dir" |
14348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14349 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14350 /^X\(\/\/\)$/{ s//\1/; q; }
14351 /^X\(\/\).*/{ s//\1/; q; }
14352 s/.*/./; q'`
14353 done
14354 test ! -n "$as_dirs" || mkdir $as_dirs
14355 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14356echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14357 { (exit 1); exit 1; }; }; }
14358
14830 rm -f $ac_file 14359 rm -f $ac_file
14831 mv "$tmp/config.h" $ac_file 14360 mv $tmp/config.h $ac_file
14832 fi 14361 fi
14833 else 14362 else
14834 echo "/* $configure_input */" 14363 cat $tmp/config.h
14835 cat "$ac_result" 14364 rm -f $tmp/config.h
14836 fi 14365 fi
14837 rm -f "$tmp/out12" 14366done
14838 ;; 14367_ACEOF
14839 14368
14840 14369cat >>$CONFIG_STATUS <<\_ACEOF
14841 esac
14842
14843done # for ac_tag
14844
14845 14370
14846{ (exit 0); exit 0; } 14371{ (exit 0); exit 0; }
14847_ACEOF 14372_ACEOF
14848chmod +x $CONFIG_STATUS 14373chmod +x $CONFIG_STATUS
14849ac_clean_files=$ac_clean_files_save 14374ac_clean_files=$ac_clean_files_save

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines