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

Comparing rxvt-unicode/configure (file contents):
Revision 1.103 by root, Sat Jun 9 13:04:27 2007 UTC vs.
Revision 1.106 by ayin, Tue Jun 26 22:08:16 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
682INSTALL_LIBRXVT
683RXVTNAME
684MV
685CP
686LN
687SED
688ECHO
689CMP
690TIC
691XMKMF
692CXXCPP
693X_CFLAGS
694X_PRE_LIBS
695X_LIBS
696X_EXTRA_LIBS
697afterimage_config
698XPM_CPPFLAGS
699XPM_CFLAGS
700XPM_LIBS
701rxvt_int16_typedef
702rxvt_uint16_typedef
703rxvt_int32_typedef
704rxvt_uint32_typedef
705rxvt_intp_define
706rxvt_u_intp_define
707PKG_CONFIG
708XFT_CONFIG
709PERL
710PERLLIB
711PERLFLAGS
712PERLPRIVLIBEXP
713IF_PERL
714PERL_O
715DEBUG
716DINCLUDE
717DLIB
718LIBAFTERIMAGE_CFLAGS
719AFTERIMAGE_LIBS
720include_stdint_h
721include_stdarg_h
722include_stdlib_h
723include_unistd_h
724include_string_h
725include_fcntl_h
726include_util_h
727include_assert_h
728include_sys_ioctl_h
729include_sys_select_h
730include_sys_strredir_h
731include_sys_time_h
732include_time_h
733LIBOBJS
734LTLIBOBJS'
735ac_subst_files='' 313ac_subst_files=''
736 ac_precious_vars='build_alias
737host_alias
738target_alias
739CC
740CFLAGS
741LDFLAGS
742LIBS
743CPPFLAGS
744CXX
745CXXFLAGS
746CCC
747CPP
748XMKMF
749CXXCPP'
750
751 314
752# Initialize some variables set by options. 315# Initialize some variables set by options.
753ac_init_help= 316ac_init_help=
754ac_init_version=false 317ac_init_version=false
755# The variables have the same names as the options, with 318# The variables have the same names as the options, with
772# Installation directory options. 335# Installation directory options.
773# 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"
774# 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
775# by default will actually change. 338# by default will actually change.
776# 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.
777# (The list follows the same order as the GNU Coding Standards.)
778bindir='${exec_prefix}/bin' 340bindir='${exec_prefix}/bin'
779sbindir='${exec_prefix}/sbin' 341sbindir='${exec_prefix}/sbin'
780libexecdir='${exec_prefix}/libexec' 342libexecdir='${exec_prefix}/libexec'
781datarootdir='${prefix}/share' 343datadir='${prefix}/share'
782datadir='${datarootdir}'
783sysconfdir='${prefix}/etc' 344sysconfdir='${prefix}/etc'
784sharedstatedir='${prefix}/com' 345sharedstatedir='${prefix}/com'
785localstatedir='${prefix}/var' 346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
786includedir='${prefix}/include' 348includedir='${prefix}/include'
787oldincludedir='/usr/include' 349oldincludedir='/usr/include'
788docdir='${datarootdir}/doc/${PACKAGE}'
789infodir='${datarootdir}/info' 350infodir='${prefix}/info'
790htmldir='${docdir}' 351mandir='${prefix}/man'
791dvidir='${docdir}'
792pdfdir='${docdir}'
793psdir='${docdir}'
794libdir='${exec_prefix}/lib'
795localedir='${datarootdir}/locale'
796mandir='${datarootdir}/man'
797 352
798ac_prev= 353ac_prev=
799ac_dashdash=
800for ac_option 354for ac_option
801do 355do
802 # If the previous option needs an argument, assign it. 356 # If the previous option needs an argument, assign it.
803 if test -n "$ac_prev"; then 357 if test -n "$ac_prev"; then
804 eval $ac_prev=\$ac_option 358 eval "$ac_prev=\$ac_option"
805 ac_prev= 359 ac_prev=
806 continue 360 continue
807 fi 361 fi
808 362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
809 case $ac_option in 367 case $ac_option in
810 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
811 *) ac_optarg=yes ;;
812 esac
813
814 # Accept the important Cygnus configure options, so we can diagnose typos.
815
816 case $ac_dashdash$ac_option in
817 --)
818 ac_dashdash=yes ;;
819 368
820 -bindir | --bindir | --bindi | --bind | --bin | --bi) 369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
821 ac_prev=bindir ;; 370 ac_prev=bindir ;;
822 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
823 bindir=$ac_optarg ;; 372 bindir=$ac_optarg ;;
835 cache_file=$ac_optarg ;; 384 cache_file=$ac_optarg ;;
836 385
837 --config-cache | -C) 386 --config-cache | -C)
838 cache_file=config.cache ;; 387 cache_file=config.cache ;;
839 388
840 -datadir | --datadir | --datadi | --datad) 389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
841 ac_prev=datadir ;; 390 ac_prev=datadir ;;
842 -datadir=* | --datadir=* | --datadi=* | --datad=*) 391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
843 datadir=$ac_optarg ;; 393 datadir=$ac_optarg ;;
844
845 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
846 | --dataroo | --dataro | --datar)
847 ac_prev=datarootdir ;;
848 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
849 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
850 datarootdir=$ac_optarg ;;
851 394
852 -disable-* | --disable-*) 395 -disable-* | --disable-*)
853 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
854 # Reject names that are not valid shell variable names. 397 # Reject names that are not valid shell variable names.
855 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
856 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
857 { (exit 1); exit 1; }; } 400 { (exit 1); exit 1; }; }
858 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
859 eval enable_$ac_feature=no ;; 402 eval "enable_$ac_feature=no" ;;
860
861 -docdir | --docdir | --docdi | --doc | --do)
862 ac_prev=docdir ;;
863 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
864 docdir=$ac_optarg ;;
865
866 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
867 ac_prev=dvidir ;;
868 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
869 dvidir=$ac_optarg ;;
870 403
871 -enable-* | --enable-*) 404 -enable-* | --enable-*)
872 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
873 # Reject names that are not valid shell variable names. 406 # Reject names that are not valid shell variable names.
874 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
875 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
876 { (exit 1); exit 1; }; } 409 { (exit 1); exit 1; }; }
877 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
878 eval enable_$ac_feature=\$ac_optarg ;; 415 eval "enable_$ac_feature='$ac_optarg'" ;;
879 416
880 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
881 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
882 | --exec | --exe | --ex) 419 | --exec | --exe | --ex)
883 ac_prev=exec_prefix ;; 420 ac_prev=exec_prefix ;;
900 -host | --host | --hos | --ho) 437 -host | --host | --hos | --ho)
901 ac_prev=host_alias ;; 438 ac_prev=host_alias ;;
902 -host=* | --host=* | --hos=* | --ho=*) 439 -host=* | --host=* | --hos=* | --ho=*)
903 host_alias=$ac_optarg ;; 440 host_alias=$ac_optarg ;;
904 441
905 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
906 ac_prev=htmldir ;;
907 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
908 | --ht=*)
909 htmldir=$ac_optarg ;;
910
911 -includedir | --includedir | --includedi | --included | --include \ 442 -includedir | --includedir | --includedi | --included | --include \
912 | --includ | --inclu | --incl | --inc) 443 | --includ | --inclu | --incl | --inc)
913 ac_prev=includedir ;; 444 ac_prev=includedir ;;
914 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
915 | --includ=* | --inclu=* | --incl=* | --inc=*) 446 | --includ=* | --inclu=* | --incl=* | --inc=*)
930 ac_prev=libexecdir ;; 461 ac_prev=libexecdir ;;
931 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
932 | --libexe=* | --libex=* | --libe=*) 463 | --libexe=* | --libex=* | --libe=*)
933 libexecdir=$ac_optarg ;; 464 libexecdir=$ac_optarg ;;
934 465
935 -localedir | --localedir | --localedi | --localed | --locale)
936 ac_prev=localedir ;;
937 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
938 localedir=$ac_optarg ;;
939
940 -localstatedir | --localstatedir | --localstatedi | --localstated \ 466 -localstatedir | --localstatedir | --localstatedi | --localstated \
941 | --localstate | --localstat | --localsta | --localst | --locals) 467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
942 ac_prev=localstatedir ;; 469 ac_prev=localstatedir ;;
943 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
944 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
945 localstatedir=$ac_optarg ;; 473 localstatedir=$ac_optarg ;;
946 474
947 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
948 ac_prev=mandir ;; 476 ac_prev=mandir ;;
949 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 | --program-transfo=* | --program-transf=* \ 532 | --program-transfo=* | --program-transf=* \
1005 | --program-trans=* | --program-tran=* \ 533 | --program-trans=* | --program-tran=* \
1006 | --progr-tra=* | --program-tr=* | --program-t=*) 534 | --progr-tra=* | --program-tr=* | --program-t=*)
1007 program_transform_name=$ac_optarg ;; 535 program_transform_name=$ac_optarg ;;
1008 536
1009 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1010 ac_prev=pdfdir ;;
1011 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1012 pdfdir=$ac_optarg ;;
1013
1014 -psdir | --psdir | --psdi | --psd | --ps)
1015 ac_prev=psdir ;;
1016 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1017 psdir=$ac_optarg ;;
1018
1019 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1020 | -silent | --silent | --silen | --sile | --sil) 538 | -silent | --silent | --silen | --sile | --sil)
1021 silent=yes ;; 539 silent=yes ;;
1022 540
1023 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1066 ac_init_version=: ;; 584 ac_init_version=: ;;
1067 585
1068 -with-* | --with-*) 586 -with-* | --with-*)
1069 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1070 # Reject names that are not valid shell variable names. 588 # Reject names that are not valid shell variable names.
1071 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1072 { echo "$as_me: error: invalid package name: $ac_package" >&2 590 { echo "$as_me: error: invalid package name: $ac_package" >&2
1073 { (exit 1); exit 1; }; } 591 { (exit 1); exit 1; }; }
1074 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
1075 eval with_$ac_package=\$ac_optarg ;; 597 eval "with_$ac_package='$ac_optarg'" ;;
1076 598
1077 -without-* | --without-*) 599 -without-* | --without-*)
1078 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1079 # Reject names that are not valid shell variable names. 601 # Reject names that are not valid shell variable names.
1080 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1081 { echo "$as_me: error: invalid package name: $ac_package" >&2 603 { echo "$as_me: error: invalid package name: $ac_package" >&2
1082 { (exit 1); exit 1; }; } 604 { (exit 1); exit 1; }; }
1083 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 605 ac_package=`echo $ac_package | sed 's/-/_/g'`
1084 eval with_$ac_package=no ;; 606 eval "with_$ac_package=no" ;;
1085 607
1086 --x) 608 --x)
1087 # Obsolete; use --with-x. 609 # Obsolete; use --with-x.
1088 with_x=yes ;; 610 with_x=yes ;;
1089 611
1110 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1111 # Reject names that are not valid shell variable names. 633 # Reject names that are not valid shell variable names.
1112 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1113 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1114 { (exit 1); exit 1; }; } 636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1115 eval $ac_envvar=\$ac_optarg 638 eval "$ac_envvar='$ac_optarg'"
1116 export $ac_envvar ;; 639 export $ac_envvar ;;
1117 640
1118 *) 641 *)
1119 # FIXME: should be removed in autoconf 3.0. 642 # FIXME: should be removed in autoconf 3.0.
1120 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1130 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1131 { echo "$as_me: error: missing argument to $ac_option" >&2 654 { echo "$as_me: error: missing argument to $ac_option" >&2
1132 { (exit 1); exit 1; }; } 655 { (exit 1); exit 1; }; }
1133fi 656fi
1134 657
1135# Be sure to have absolute directory names. 658# Be sure to have absolute paths.
1136for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 659for ac_var in exec_prefix prefix
1137 datadir sysconfdir sharedstatedir localstatedir includedir \
1138 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1139 libdir localedir mandir
1140do 660do
1141 eval ac_val=\$$ac_var 661 eval ac_val=$`echo $ac_var`
1142 case $ac_val in 662 case $ac_val in
1143 [\\/$]* | ?:[\\/]* ) continue;; 663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1144 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; }; };;
1145 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 [\\/$]* | ?:[\\/]* ) ;;
1146 { 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
1147 { (exit 1); exit 1; }; } 677 { (exit 1); exit 1; }; };;
678 esac
1148done 679done
1149 680
1150# 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'
1151# used to hold the argument of --host etc. 682# used to hold the argument of --host etc.
1152# FIXME: To remove some day. 683# FIXME: To remove some day.
1169test -n "$host_alias" && ac_tool_prefix=$host_alias- 700test -n "$host_alias" && ac_tool_prefix=$host_alias-
1170 701
1171test "$silent" = yes && exec 6>/dev/null 702test "$silent" = yes && exec 6>/dev/null
1172 703
1173 704
1174ac_pwd=`pwd` && test -n "$ac_pwd" &&
1175ac_ls_di=`ls -di .` &&
1176ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1177 { echo "$as_me: error: Working directory cannot be determined" >&2
1178 { (exit 1); exit 1; }; }
1179test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1180 { echo "$as_me: error: pwd does not report name of working directory" >&2
1181 { (exit 1); exit 1; }; }
1182
1183
1184# Find the source files, if location was not specified. 705# Find the source files, if location was not specified.
1185if test -z "$srcdir"; then 706if test -z "$srcdir"; then
1186 ac_srcdir_defaulted=yes 707 ac_srcdir_defaulted=yes
1187 # Try the directory containing this script, then the parent directory. 708 # Try the directory containing this script, then its parent.
1188 ac_confdir=`$as_dirname -- "$0" || 709 ac_confdir=`(dirname "$0") 2>/dev/null ||
1189$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1190 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \
1191 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(//\)$' \| \
1192 X"$0" : 'X\(/\)' \| . 2>/dev/null || 713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
1193echo X"$0" | 715echo X"$0" |
1194 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1195 s//\1/ 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1196 q 718 /^X\(\/\/\)$/{ s//\1/; q; }
1197 } 719 /^X\(\/\).*/{ s//\1/; q; }
1198 /^X\(\/\/\)[^/].*/{
1199 s//\1/
1200 q
1201 }
1202 /^X\(\/\/\)$/{
1203 s//\1/
1204 q
1205 }
1206 /^X\(\/\).*/{
1207 s//\1/
1208 q
1209 }
1210 s/.*/./; q'` 720 s/.*/./; q'`
1211 srcdir=$ac_confdir 721 srcdir=$ac_confdir
1212 if test ! -r "$srcdir/$ac_unique_file"; then 722 if test ! -r $srcdir/$ac_unique_file; then
1213 srcdir=.. 723 srcdir=..
1214 fi 724 fi
1215else 725else
1216 ac_srcdir_defaulted=no 726 ac_srcdir_defaulted=no
1217fi 727fi
1218if test ! -r "$srcdir/$ac_unique_file"; then 728if test ! -r $srcdir/$ac_unique_file; then
1219 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 729 if test "$ac_srcdir_defaulted" = yes; then
1220 { 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
1221 { (exit 1); exit 1; }; } 731 { (exit 1); exit 1; }; }
1222fi 732 else
1223ac_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
1224ac_abs_confdir=`(
1225 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1226 { (exit 1); exit 1; }; } 734 { (exit 1); exit 1; }; }
1227 pwd)` 735 fi
1228# When building in place, set srcdir=.
1229if test "$ac_abs_confdir" = "$ac_pwd"; then
1230 srcdir=.
1231fi 736fi
1232# Remove unnecessary trailing slashes from srcdir. 737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1233# 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
1234# mess up M-x gdb in Emacs. 739 { (exit 1); exit 1; }; }
1235case $srcdir in 740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1236*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 741ac_env_build_alias_set=${build_alias+set}
1237esac 742ac_env_build_alias_value=$build_alias
1238for ac_var in $ac_precious_vars; do 743ac_cv_env_build_alias_set=${build_alias+set}
1239 eval ac_env_${ac_var}_set=\${${ac_var}+set} 744ac_cv_env_build_alias_value=$build_alias
1240 eval ac_env_${ac_var}_value=\$${ac_var} 745ac_env_host_alias_set=${host_alias+set}
1241 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 746ac_env_host_alias_value=$host_alias
1242 eval ac_cv_env_${ac_var}_value=\$${ac_var} 747ac_cv_env_host_alias_set=${host_alias+set}
1243done 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
1244 785
1245# 786#
1246# Report the --help message. 787# Report the --help message.
1247# 788#
1248if test "$ac_init_help" = "long"; then 789if test "$ac_init_help" = "long"; then
1267 --cache-file=FILE cache test results in FILE [disabled] 808 --cache-file=FILE cache test results in FILE [disabled]
1268 -C, --config-cache alias for \`--cache-file=config.cache' 809 -C, --config-cache alias for \`--cache-file=config.cache'
1269 -n, --no-create do not create output files 810 -n, --no-create do not create output files
1270 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1271 812
813_ACEOF
814
815 cat <<_ACEOF
1272Installation directories: 816Installation directories:
1273 --prefix=PREFIX install architecture-independent files in PREFIX 817 --prefix=PREFIX install architecture-independent files in PREFIX
1274 [$ac_default_prefix] 818 [$ac_default_prefix]
1275 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1276 [PREFIX] 820 [PREFIX]
1284 828
1285Fine tuning of the installation directories: 829Fine tuning of the installation directories:
1286 --bindir=DIR user executables [EPREFIX/bin] 830 --bindir=DIR user executables [EPREFIX/bin]
1287 --sbindir=DIR system admin executables [EPREFIX/sbin] 831 --sbindir=DIR system admin executables [EPREFIX/sbin]
1288 --libexecdir=DIR program executables [EPREFIX/libexec] 832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
1289 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1290 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1291 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1292 --libdir=DIR object code libraries [EPREFIX/lib] 837 --libdir=DIR object code libraries [EPREFIX/lib]
1293 --includedir=DIR C header files [PREFIX/include] 838 --includedir=DIR C header files [PREFIX/include]
1294 --oldincludedir=DIR C header files for non-gcc [/usr/include] 839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1295 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1296 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1297 --infodir=DIR info documentation [DATAROOTDIR/info] 840 --infodir=DIR info documentation [PREFIX/info]
1298 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1299 --mandir=DIR man documentation [DATAROOTDIR/man] 841 --mandir=DIR man documentation [PREFIX/man]
1300 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1301 --htmldir=DIR html documentation [DOCDIR]
1302 --dvidir=DIR dvi documentation [DOCDIR]
1303 --pdfdir=DIR pdf documentation [DOCDIR]
1304 --psdir=DIR ps documentation [DOCDIR]
1305_ACEOF 842_ACEOF
1306 843
1307 cat <<\_ACEOF 844 cat <<\_ACEOF
1308 845
1309X features: 846X features:
1384Some influential environment variables: 921Some influential environment variables:
1385 CC C compiler command 922 CC C compiler command
1386 CFLAGS C compiler flags 923 CFLAGS C compiler flags
1387 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
1388 nonstandard directory <lib dir> 925 nonstandard directory <lib dir>
1389 LIBS libraries to pass to the linker, e.g. -l<library>
1390 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
1391 you have headers in a nonstandard directory <include dir> 927 headers in a nonstandard directory <include dir>
1392 CXX C++ compiler command 928 CXX C++ compiler command
1393 CXXFLAGS C++ compiler flags 929 CXXFLAGS C++ compiler flags
1394 CPP C preprocessor 930 CPP C preprocessor
1395 XMKMF Path to xmkmf, Makefile generator for X Window System
1396 CXXCPP C++ preprocessor 931 CXXCPP C++ preprocessor
1397 932
1398Use 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
1399it to find libraries and programs with nonstandard names/locations. 934it to find libraries and programs with nonstandard names/locations.
1400 935
1401_ACEOF 936_ACEOF
1402ac_status=$?
1403fi 937fi
1404 938
1405if test "$ac_init_help" = "recursive"; then 939if test "$ac_init_help" = "recursive"; then
1406 # If there are subdirs, report their specific --help. 940 # If there are subdirs, report their specific --help.
941 ac_popdir=`pwd`
1407 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
1408 test -d "$ac_dir" || continue 943 test -d $ac_dir || continue
1409 ac_builddir=. 944 ac_builddir=.
1410 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
1411case "$ac_dir" in 954case $srcdir in
1412.) 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";;
1413*) 974*)
1414 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 975 case "$ac_dir" in
1415 # A ".." for each directory in $ac_dir_suffix. 976 .) ac_abs_builddir=`pwd`;;
1416 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 977 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1417 case $ac_top_builddir_sub in 978 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1418 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1419 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1420 esac ;; 979 esac;;
1421esac 980esac
1422ac_abs_top_builddir=$ac_pwd 981case $ac_abs_builddir in
1423ac_abs_builddir=$ac_pwd$ac_dir_suffix 982.) ac_abs_top_builddir=${ac_top_builddir}.;;
1424# for backward compatibility: 983*)
1425ac_top_builddir=$ac_top_build_prefix 984 case ${ac_top_builddir}. in
1426 985 .) ac_abs_top_builddir=$ac_abs_builddir;;
1427case $srcdir in 986 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1428 .) # We are building in place. 987 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1429 ac_srcdir=. 988 esac;;
1430 ac_top_srcdir=$ac_top_builddir_sub
1431 ac_abs_top_srcdir=$ac_pwd ;;
1432 [\\/]* | ?:[\\/]* ) # Absolute name.
1433 ac_srcdir=$srcdir$ac_dir_suffix;
1434 ac_top_srcdir=$srcdir
1435 ac_abs_top_srcdir=$srcdir ;;
1436 *) # Relative name.
1437 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1438 ac_top_srcdir=$ac_top_build_prefix$srcdir
1439 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1440esac 989esac
1441ac_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
1442 1008
1443 cd "$ac_dir" || { ac_status=$?; continue; } 1009 cd $ac_dir
1444 # Check for guested configure. 1010 # Check for guested configure; otherwise get Cygnus style configure.
1445 if test -f "$ac_srcdir/configure.gnu"; then 1011 if test -f $ac_srcdir/configure.gnu; then
1446 echo && 1012 echo
1447 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1013 $SHELL $ac_srcdir/configure.gnu --help=recursive
1448 elif test -f "$ac_srcdir/configure"; then 1014 elif test -f $ac_srcdir/configure; then
1449 echo && 1015 echo
1450 $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
1451 else 1021 else
1452 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
1453 fi || ac_status=$? 1023 fi
1454 cd "$ac_pwd" || { ac_status=$?; break; } 1024 cd $ac_popdir
1455 done 1025 done
1456fi 1026fi
1457 1027
1458test -n "$ac_init_help" && exit $ac_status 1028test -n "$ac_init_help" && exit 0
1459if $ac_init_version; then 1029if $ac_init_version; then
1460 cat <<\_ACEOF 1030 cat <<\_ACEOF
1461configure
1462generated by GNU Autoconf 2.61
1463 1031
1464Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1032Copyright (C) 2003 Free Software Foundation, Inc.
14652002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1466This configure script is free software; the Free Software Foundation 1033This configure script is free software; the Free Software Foundation
1467gives unlimited permission to copy, distribute and modify it. 1034gives unlimited permission to copy, distribute and modify it.
1468_ACEOF 1035_ACEOF
1469 exit 1036 exit 0
1470fi 1037fi
1471cat >config.log <<_ACEOF 1038exec 5>config.log
1039cat >&5 <<_ACEOF
1472This file contains any messages produced by compilers while 1040This file contains any messages produced by compilers while
1473running configure, to aid debugging if configure makes a mistake. 1041running configure, to aid debugging if configure makes a mistake.
1474 1042
1475It was created by $as_me, which was 1043It was created by $as_me, which was
1476generated by GNU Autoconf 2.61. Invocation command line was 1044generated by GNU Autoconf 2.59. Invocation command line was
1477 1045
1478 $ $0 $@ 1046 $ $0 $@
1479 1047
1480_ACEOF 1048_ACEOF
1481exec 5>>config.log
1482{ 1049{
1483cat <<_ASUNAME 1050cat <<_ASUNAME
1484## --------- ## 1051## --------- ##
1485## Platform. ## 1052## Platform. ##
1486## --------- ## 1053## --------- ##
1495/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1062/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1496 1063
1497/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1064/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1498/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`
1499/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1066/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1500/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1067hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1501/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1068/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1502/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1069/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1503/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1070/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1504 1071
1505_ASUNAME 1072_ASUNAME
1509do 1076do
1510 IFS=$as_save_IFS 1077 IFS=$as_save_IFS
1511 test -z "$as_dir" && as_dir=. 1078 test -z "$as_dir" && as_dir=.
1512 echo "PATH: $as_dir" 1079 echo "PATH: $as_dir"
1513done 1080done
1514IFS=$as_save_IFS
1515 1081
1516} >&5 1082} >&5
1517 1083
1518cat >&5 <<_ACEOF 1084cat >&5 <<_ACEOF
1519 1085
1531# Also quote any args containing shell meta-characters. 1097# Also quote any args containing shell meta-characters.
1532# Make two passes to allow for proper duplicate-argument suppression. 1098# Make two passes to allow for proper duplicate-argument suppression.
1533ac_configure_args= 1099ac_configure_args=
1534ac_configure_args0= 1100ac_configure_args0=
1535ac_configure_args1= 1101ac_configure_args1=
1102ac_sep=
1536ac_must_keep_next=false 1103ac_must_keep_next=false
1537for ac_pass in 1 2 1104for ac_pass in 1 2
1538do 1105do
1539 for ac_arg 1106 for ac_arg
1540 do 1107 do
1541 case $ac_arg in 1108 case $ac_arg in
1542 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1109 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1543 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1544 | -silent | --silent | --silen | --sile | --sil) 1111 | -silent | --silent | --silen | --sile | --sil)
1545 continue ;; 1112 continue ;;
1546 *\'*) 1113 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1547 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1114 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1548 esac 1115 esac
1549 case $ac_pass in 1116 case $ac_pass in
1550 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1117 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1551 2) 1118 2)
1563 esac 1130 esac
1564 ;; 1131 ;;
1565 -* ) ac_must_keep_next=true ;; 1132 -* ) ac_must_keep_next=true ;;
1566 esac 1133 esac
1567 fi 1134 fi
1568 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=" "
1569 ;; 1138 ;;
1570 esac 1139 esac
1571 done 1140 done
1572done 1141done
1573$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; }
1574$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; }
1575 1144
1576# When interrupted or exit'd, cleanup temporary files, and complete 1145# When interrupted or exit'd, cleanup temporary files, and complete
1577# config.log. We remove comments because anyway the quotes in there 1146# config.log. We remove comments because anyway the quotes in there
1578# would cause problems or look ugly. 1147# would cause problems or look ugly.
1579# WARNING: Use '\'' to represent an apostrophe within the trap. 1148# WARNING: Be sure not to use single quotes in there, as some shells,
1580# 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.
1581trap 'exit_status=$? 1150trap 'exit_status=$?
1582 # Save into config.log some information that might help in debugging. 1151 # Save into config.log some information that might help in debugging.
1583 { 1152 {
1584 echo 1153 echo
1585 1154
1588## Cache variables. ## 1157## Cache variables. ##
1589## ---------------- ## 1158## ---------------- ##
1590_ASBOX 1159_ASBOX
1591 echo 1160 echo
1592 # The following way of writing the cache mishandles newlines in values, 1161 # The following way of writing the cache mishandles newlines in values,
1593( 1162{
1594 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1595 eval ac_val=\$$ac_var
1596 case $ac_val in #(
1597 *${as_nl}*)
1598 case $ac_var in #(
1599 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1600echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1601 esac
1602 case $ac_var in #(
1603 _ | IFS | as_nl) ;; #(
1604 *) $as_unset $ac_var ;;
1605 esac ;;
1606 esac
1607 done
1608 (set) 2>&1 | 1163 (set) 2>&1 |
1609 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1164 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1610 *${as_nl}ac_space=\ *) 1165 *ac_space=\ *)
1611 sed -n \ 1166 sed -n \
1612 "s/'\''/'\''\\\\'\'''\''/g; 1167 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1613 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1168 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1614 ;; #( 1169 ;;
1615 *) 1170 *)
1616 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"
1617 ;; 1173 ;;
1618 esac | 1174 esac;
1619 sort 1175}
1620)
1621 echo 1176 echo
1622 1177
1623 cat <<\_ASBOX 1178 cat <<\_ASBOX
1624## ----------------- ## 1179## ----------------- ##
1625## Output variables. ## 1180## Output variables. ##
1626## ----------------- ## 1181## ----------------- ##
1627_ASBOX 1182_ASBOX
1628 echo 1183 echo
1629 for ac_var in $ac_subst_vars 1184 for ac_var in $ac_subst_vars
1630 do 1185 do
1631 eval ac_val=\$$ac_var 1186 eval ac_val=$`echo $ac_var`
1632 case $ac_val in
1633 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1634 esac
1635 echo "$ac_var='\''$ac_val'\''" 1187 echo "$ac_var='"'"'$ac_val'"'"'"
1636 done | sort 1188 done | sort
1637 echo 1189 echo
1638 1190
1639 if test -n "$ac_subst_files"; then 1191 if test -n "$ac_subst_files"; then
1640 cat <<\_ASBOX 1192 cat <<\_ASBOX
1641## ------------------- ## 1193## ------------- ##
1642## File substitutions. ## 1194## Output files. ##
1643## ------------------- ## 1195## ------------- ##
1644_ASBOX 1196_ASBOX
1645 echo 1197 echo
1646 for ac_var in $ac_subst_files 1198 for ac_var in $ac_subst_files
1647 do 1199 do
1648 eval ac_val=\$$ac_var 1200 eval ac_val=$`echo $ac_var`
1649 case $ac_val in
1650 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1651 esac
1652 echo "$ac_var='\''$ac_val'\''" 1201 echo "$ac_var='"'"'$ac_val'"'"'"
1653 done | sort 1202 done | sort
1654 echo 1203 echo
1655 fi 1204 fi
1656 1205
1657 if test -s confdefs.h; then 1206 if test -s confdefs.h; then
1659## ----------- ## 1208## ----------- ##
1660## confdefs.h. ## 1209## confdefs.h. ##
1661## ----------- ## 1210## ----------- ##
1662_ASBOX 1211_ASBOX
1663 echo 1212 echo
1664 cat confdefs.h 1213 sed "/^$/d" confdefs.h | sort
1665 echo 1214 echo
1666 fi 1215 fi
1667 test "$ac_signal" != 0 && 1216 test "$ac_signal" != 0 &&
1668 echo "$as_me: caught signal $ac_signal" 1217 echo "$as_me: caught signal $ac_signal"
1669 echo "$as_me: exit $exit_status" 1218 echo "$as_me: exit $exit_status"
1670 } >&5 1219 } >&5
1671 rm -f core *.core core.conftest.* && 1220 rm -f core *.core &&
1672 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1221 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1673 exit $exit_status 1222 exit $exit_status
1674' 0 1223 ' 0
1675for ac_signal in 1 2 13 15; do 1224for ac_signal in 1 2 13 15; do
1676 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1225 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1677done 1226done
1678ac_signal=0 1227ac_signal=0
1679 1228
1680# 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.
1681rm -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
1682 1233
1683# Predefined preprocessor variables. 1234# Predefined preprocessor variables.
1684 1235
1685cat >>confdefs.h <<_ACEOF 1236cat >>confdefs.h <<_ACEOF
1686#define PACKAGE_NAME "$PACKAGE_NAME" 1237#define PACKAGE_NAME "$PACKAGE_NAME"
1707_ACEOF 1258_ACEOF
1708 1259
1709 1260
1710# 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.
1711# Prefer explicitly selected file to automatically selected ones. 1262# Prefer explicitly selected file to automatically selected ones.
1712if test -n "$CONFIG_SITE"; then 1263if test -z "$CONFIG_SITE"; then
1713 set x "$CONFIG_SITE"
1714elif test "x$prefix" != xNONE; then 1264 if test "x$prefix" != xNONE; then
1715 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1265 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1716else 1266 else
1717 set x "$ac_default_prefix/share/config.site" \ 1267 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1718 "$ac_default_prefix/etc/config.site" 1268 fi
1719fi 1269fi
1720shift 1270for ac_site_file in $CONFIG_SITE; do
1721for ac_site_file
1722do
1723 if test -r "$ac_site_file"; then 1271 if test -r "$ac_site_file"; then
1724 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1272 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1725echo "$as_me: loading site script $ac_site_file" >&6;} 1273echo "$as_me: loading site script $ac_site_file" >&6;}
1726 sed 's/^/| /' "$ac_site_file" >&5 1274 sed 's/^/| /' "$ac_site_file" >&5
1727 . "$ac_site_file" 1275 . "$ac_site_file"
1733 # files actually), so we avoid doing that. 1281 # files actually), so we avoid doing that.
1734 if test -f "$cache_file"; then 1282 if test -f "$cache_file"; then
1735 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1283 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1736echo "$as_me: loading cache $cache_file" >&6;} 1284echo "$as_me: loading cache $cache_file" >&6;}
1737 case $cache_file in 1285 case $cache_file in
1738 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1286 [\\/]* | ?:[\\/]* ) . $cache_file;;
1739 *) . "./$cache_file";; 1287 *) . ./$cache_file;;
1740 esac 1288 esac
1741 fi 1289 fi
1742else 1290else
1743 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1291 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1744echo "$as_me: creating cache $cache_file" >&6;} 1292echo "$as_me: creating cache $cache_file" >&6;}
1746fi 1294fi
1747 1295
1748# 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
1749# value. 1297# value.
1750ac_cache_corrupted=false 1298ac_cache_corrupted=false
1751for 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
1752 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1301 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1753 eval ac_new_set=\$ac_env_${ac_var}_set 1302 eval ac_new_set=\$ac_env_${ac_var}_set
1754 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1303 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1755 eval ac_new_val=\$ac_env_${ac_var}_value 1304 eval ac_new_val="\$ac_env_${ac_var}_value"
1756 case $ac_old_set,$ac_new_set in 1305 case $ac_old_set,$ac_new_set in
1757 set,) 1306 set,)
1758 { 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
1759echo "$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;}
1760 ac_cache_corrupted=: ;; 1309 ac_cache_corrupted=: ;;
1775 fi;; 1324 fi;;
1776 esac 1325 esac
1777 # Pass precious variables to config.status. 1326 # Pass precious variables to config.status.
1778 if test "$ac_new_set" = set; then 1327 if test "$ac_new_set" = set; then
1779 case $ac_new_val in 1328 case $ac_new_val in
1329 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1780 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1330 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1781 *) ac_arg=$ac_var=$ac_new_val ;; 1331 *) ac_arg=$ac_var=$ac_new_val ;;
1782 esac 1332 esac
1783 case " $ac_configure_args " in 1333 case " $ac_configure_args " in
1784 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1334 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1785 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1335 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1792 { { 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
1793echo "$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;}
1794 { (exit 1); exit 1; }; } 1344 { (exit 1); exit 1; }; }
1795fi 1345fi
1796 1346
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813ac_ext=c 1347ac_ext=c
1814ac_cpp='$CPP $CPPFLAGS' 1348ac_cpp='$CPP $CPPFLAGS'
1815ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1816ac_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'
1817ac_compiler_gnu=$ac_cv_c_compiler_gnu 1351ac_compiler_gnu=$ac_cv_c_compiler_gnu
1818 1352
1819 1353
1820 1354
1821 1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1822ac_config_headers="$ac_config_headers config.h:config.h.in" 1373 ac_config_headers="$ac_config_headers config.h:config.h.in"
1823 1374
1824 1375
1825ac_aux_dir= 1376ac_aux_dir=
1826for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1377for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1827 if test -f "$ac_dir/install-sh"; then 1378 if test -f $ac_dir/install-sh; then
1828 ac_aux_dir=$ac_dir 1379 ac_aux_dir=$ac_dir
1829 ac_install_sh="$ac_aux_dir/install-sh -c" 1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1830 break 1381 break
1831 elif test -f "$ac_dir/install.sh"; then 1382 elif test -f $ac_dir/install.sh; then
1832 ac_aux_dir=$ac_dir 1383 ac_aux_dir=$ac_dir
1833 ac_install_sh="$ac_aux_dir/install.sh -c" 1384 ac_install_sh="$ac_aux_dir/install.sh -c"
1834 break 1385 break
1835 elif test -f "$ac_dir/shtool"; then 1386 elif test -f $ac_dir/shtool; then
1836 ac_aux_dir=$ac_dir 1387 ac_aux_dir=$ac_dir
1837 ac_install_sh="$ac_aux_dir/shtool install -c" 1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1838 break 1389 break
1839 fi 1390 fi
1840done 1391done
1841if test -z "$ac_aux_dir"; then 1392if test -z "$ac_aux_dir"; then
1842 { { 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
1843echo "$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;}
1844 { (exit 1); exit 1; }; } 1395 { (exit 1); exit 1; }; }
1845fi 1396fi
1846
1847# These three variables are undocumented and unsupported,
1848# and are intended to be withdrawn in a future Autoconf release.
1849# They can cause serious problems if a builder's source tree is in a directory
1850# whose full name contains unusual characters.
1851ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1397ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1852ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1398ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1853ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1399ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1854
1855 1400
1856# Make sure we can run config.sub. 1401# Make sure we can run config.sub.
1857$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1402$ac_config_sub sun4 >/dev/null 2>&1 ||
1858 { { 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
1859echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1404echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1860 { (exit 1); exit 1; }; } 1405 { (exit 1); exit 1; }; }
1861 1406
1862{ echo "$as_me:$LINENO: checking build system type" >&5 1407echo "$as_me:$LINENO: checking build system type" >&5
1863echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1408echo $ECHO_N "checking build system type... $ECHO_C" >&6
1864if test "${ac_cv_build+set}" = set; then 1409if test "${ac_cv_build+set}" = set; then
1865 echo $ECHO_N "(cached) $ECHO_C" >&6 1410 echo $ECHO_N "(cached) $ECHO_C" >&6
1866else 1411else
1867 ac_build_alias=$build_alias 1412 ac_cv_build_alias=$build_alias
1868test "x$ac_build_alias" = x && 1413test -z "$ac_cv_build_alias" &&
1869 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1414 ac_cv_build_alias=`$ac_config_guess`
1870test "x$ac_build_alias" = x && 1415test -z "$ac_cv_build_alias" &&
1871 { { 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
1872echo "$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;}
1873 { (exit 1); exit 1; }; } 1418 { (exit 1); exit 1; }; }
1874ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1419ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1875 { { 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
1876echo "$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;}
1877 { (exit 1); exit 1; }; } 1422 { (exit 1); exit 1; }; }
1878 1423
1879fi 1424fi
1880{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1425echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1881echo "${ECHO_T}$ac_cv_build" >&6; } 1426echo "${ECHO_T}$ac_cv_build" >&6
1882case $ac_cv_build in
1883*-*-*) ;;
1884*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1885echo "$as_me: error: invalid value of canonical build" >&2;}
1886 { (exit 1); exit 1; }; };;
1887esac
1888build=$ac_cv_build 1427build=$ac_cv_build
1889ac_save_IFS=$IFS; IFS='-' 1428build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1890set x $ac_cv_build 1429build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1891shift 1430build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1892build_cpu=$1
1893build_vendor=$2
1894shift; shift
1895# Remember, the first character of IFS is used to create $*,
1896# except with old shells:
1897build_os=$*
1898IFS=$ac_save_IFS
1899case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1900 1431
1901 1432
1902{ echo "$as_me:$LINENO: checking host system type" >&5 1433echo "$as_me:$LINENO: checking host system type" >&5
1903echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1434echo $ECHO_N "checking host system type... $ECHO_C" >&6
1904if test "${ac_cv_host+set}" = set; then 1435if test "${ac_cv_host+set}" = set; then
1905 echo $ECHO_N "(cached) $ECHO_C" >&6 1436 echo $ECHO_N "(cached) $ECHO_C" >&6
1906else 1437else
1907 if test "x$host_alias" = x; then 1438 ac_cv_host_alias=$host_alias
1439test -z "$ac_cv_host_alias" &&
1908 ac_cv_host=$ac_cv_build 1440 ac_cv_host_alias=$ac_cv_build_alias
1909else
1910 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1441ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1911 { { 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
1912echo "$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;}
1913 { (exit 1); exit 1; }; } 1444 { (exit 1); exit 1; }; }
1914fi
1915 1445
1916fi 1446fi
1917{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1447echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1918echo "${ECHO_T}$ac_cv_host" >&6; } 1448echo "${ECHO_T}$ac_cv_host" >&6
1919case $ac_cv_host in
1920*-*-*) ;;
1921*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1922echo "$as_me: error: invalid value of canonical host" >&2;}
1923 { (exit 1); exit 1; }; };;
1924esac
1925host=$ac_cv_host 1449host=$ac_cv_host
1926ac_save_IFS=$IFS; IFS='-' 1450host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1927set x $ac_cv_host 1451host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1928shift 1452host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1929host_cpu=$1
1930host_vendor=$2
1931shift; shift
1932# Remember, the first character of IFS is used to create $*,
1933# except with old shells:
1934host_os=$*
1935IFS=$ac_save_IFS
1936case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1937 1453
1938 1454
1939 1455
1940VERSION=`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`
1941DATE=`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`
1952ac_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'
1953ac_compiler_gnu=$ac_cv_c_compiler_gnu 1469ac_compiler_gnu=$ac_cv_c_compiler_gnu
1954if test -n "$ac_tool_prefix"; then 1470if test -n "$ac_tool_prefix"; then
1955 # 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.
1956set dummy ${ac_tool_prefix}gcc; ac_word=$2 1472set dummy ${ac_tool_prefix}gcc; ac_word=$2
1957{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1473echo "$as_me:$LINENO: checking for $ac_word" >&5
1958echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1474echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1959if test "${ac_cv_prog_CC+set}" = set; then 1475if test "${ac_cv_prog_CC+set}" = set; then
1960 echo $ECHO_N "(cached) $ECHO_C" >&6 1476 echo $ECHO_N "(cached) $ECHO_C" >&6
1961else 1477else
1962 if test -n "$CC"; then 1478 if test -n "$CC"; then
1963 ac_cv_prog_CC="$CC" # Let the user override the test. 1479 ac_cv_prog_CC="$CC" # Let the user override the test.
1966for as_dir in $PATH 1482for as_dir in $PATH
1967do 1483do
1968 IFS=$as_save_IFS 1484 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=. 1485 test -z "$as_dir" && as_dir=.
1970 for ac_exec_ext in '' $ac_executable_extensions; do 1486 for ac_exec_ext in '' $ac_executable_extensions; do
1971 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
1972 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1488 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1973 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
1974 break 2 1490 break 2
1975 fi 1491 fi
1976done 1492done
1977done 1493done
1978IFS=$as_save_IFS
1979 1494
1980fi 1495fi
1981fi 1496fi
1982CC=$ac_cv_prog_CC 1497CC=$ac_cv_prog_CC
1983if test -n "$CC"; then 1498if test -n "$CC"; then
1984 { echo "$as_me:$LINENO: result: $CC" >&5 1499 echo "$as_me:$LINENO: result: $CC" >&5
1985echo "${ECHO_T}$CC" >&6; } 1500echo "${ECHO_T}$CC" >&6
1986else 1501else
1987 { echo "$as_me:$LINENO: result: no" >&5 1502 echo "$as_me:$LINENO: result: no" >&5
1988echo "${ECHO_T}no" >&6; } 1503echo "${ECHO_T}no" >&6
1989fi 1504fi
1990
1991 1505
1992fi 1506fi
1993if test -z "$ac_cv_prog_CC"; then 1507if test -z "$ac_cv_prog_CC"; then
1994 ac_ct_CC=$CC 1508 ac_ct_CC=$CC
1995 # 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.
1996set dummy gcc; ac_word=$2 1510set dummy gcc; ac_word=$2
1997{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1511echo "$as_me:$LINENO: checking for $ac_word" >&5
1998echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1512echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1999if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1513if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2000 echo $ECHO_N "(cached) $ECHO_C" >&6 1514 echo $ECHO_N "(cached) $ECHO_C" >&6
2001else 1515else
2002 if test -n "$ac_ct_CC"; then 1516 if test -n "$ac_ct_CC"; then
2003 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.
2006for as_dir in $PATH 1520for as_dir in $PATH
2007do 1521do
2008 IFS=$as_save_IFS 1522 IFS=$as_save_IFS
2009 test -z "$as_dir" && as_dir=. 1523 test -z "$as_dir" && as_dir=.
2010 for ac_exec_ext in '' $ac_executable_extensions; do 1524 for ac_exec_ext in '' $ac_executable_extensions; do
2011 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
2012 ac_cv_prog_ac_ct_CC="gcc" 1526 ac_cv_prog_ac_ct_CC="gcc"
2013 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
2014 break 2 1528 break 2
2015 fi 1529 fi
2016done 1530done
2017done 1531done
2018IFS=$as_save_IFS
2019 1532
2020fi 1533fi
2021fi 1534fi
2022ac_ct_CC=$ac_cv_prog_ac_ct_CC 1535ac_ct_CC=$ac_cv_prog_ac_ct_CC
2023if test -n "$ac_ct_CC"; then 1536if test -n "$ac_ct_CC"; then
2024 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1537 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2025echo "${ECHO_T}$ac_ct_CC" >&6; } 1538echo "${ECHO_T}$ac_ct_CC" >&6
2026else 1539else
2027 { echo "$as_me:$LINENO: result: no" >&5 1540 echo "$as_me:$LINENO: result: no" >&5
2028echo "${ECHO_T}no" >&6; } 1541echo "${ECHO_T}no" >&6
2029fi 1542fi
2030 1543
2031 if test "x$ac_ct_CC" = x; then
2032 CC=""
2033 else
2034 case $cross_compiling:$ac_tool_warned in
2035yes:)
2036{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2037whose name does not start with the host triplet. If you think this
2038configuration is useful to you, please write to autoconf@gnu.org." >&5
2039echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2040whose name does not start with the host triplet. If you think this
2041configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2042ac_tool_warned=yes ;;
2043esac
2044 CC=$ac_ct_CC 1544 CC=$ac_ct_CC
2045 fi
2046else 1545else
2047 CC="$ac_cv_prog_CC" 1546 CC="$ac_cv_prog_CC"
2048fi 1547fi
2049 1548
2050if test -z "$CC"; then 1549if test -z "$CC"; then
2051 if test -n "$ac_tool_prefix"; then 1550 if test -n "$ac_tool_prefix"; then
2052 # 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.
2053set dummy ${ac_tool_prefix}cc; ac_word=$2 1552set dummy ${ac_tool_prefix}cc; ac_word=$2
2054{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1553echo "$as_me:$LINENO: checking for $ac_word" >&5
2055echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2056if test "${ac_cv_prog_CC+set}" = set; then 1555if test "${ac_cv_prog_CC+set}" = set; then
2057 echo $ECHO_N "(cached) $ECHO_C" >&6 1556 echo $ECHO_N "(cached) $ECHO_C" >&6
2058else 1557else
2059 if test -n "$CC"; then 1558 if test -n "$CC"; then
2060 ac_cv_prog_CC="$CC" # Let the user override the test. 1559 ac_cv_prog_CC="$CC" # Let the user override the test.
2063for as_dir in $PATH 1562for as_dir in $PATH
2064do 1563do
2065 IFS=$as_save_IFS 1564 IFS=$as_save_IFS
2066 test -z "$as_dir" && as_dir=. 1565 test -z "$as_dir" && as_dir=.
2067 for ac_exec_ext in '' $ac_executable_extensions; do 1566 for ac_exec_ext in '' $ac_executable_extensions; do
2068 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
2069 ac_cv_prog_CC="${ac_tool_prefix}cc" 1568 ac_cv_prog_CC="${ac_tool_prefix}cc"
2070 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
2071 break 2 1570 break 2
2072 fi 1571 fi
2073done 1572done
2074done 1573done
2075IFS=$as_save_IFS
2076 1574
2077fi 1575fi
2078fi 1576fi
2079CC=$ac_cv_prog_CC 1577CC=$ac_cv_prog_CC
2080if test -n "$CC"; then 1578if test -n "$CC"; then
2081 { echo "$as_me:$LINENO: result: $CC" >&5 1579 echo "$as_me:$LINENO: result: $CC" >&5
2082echo "${ECHO_T}$CC" >&6; } 1580echo "${ECHO_T}$CC" >&6
2083else 1581else
2084 { echo "$as_me:$LINENO: result: no" >&5 1582 echo "$as_me:$LINENO: result: no" >&5
2085echo "${ECHO_T}no" >&6; } 1583echo "${ECHO_T}no" >&6
2086fi 1584fi
2087 1585
2088 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
2089 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
2090fi 1629fi
2091if test -z "$CC"; then 1630if test -z "$CC"; then
2092 # 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.
2093set dummy cc; ac_word=$2 1632set dummy cc; ac_word=$2
2094{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1633echo "$as_me:$LINENO: checking for $ac_word" >&5
2095echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1634echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2096if test "${ac_cv_prog_CC+set}" = set; then 1635if test "${ac_cv_prog_CC+set}" = set; then
2097 echo $ECHO_N "(cached) $ECHO_C" >&6 1636 echo $ECHO_N "(cached) $ECHO_C" >&6
2098else 1637else
2099 if test -n "$CC"; then 1638 if test -n "$CC"; then
2100 ac_cv_prog_CC="$CC" # Let the user override the test. 1639 ac_cv_prog_CC="$CC" # Let the user override the test.
2104for as_dir in $PATH 1643for as_dir in $PATH
2105do 1644do
2106 IFS=$as_save_IFS 1645 IFS=$as_save_IFS
2107 test -z "$as_dir" && as_dir=. 1646 test -z "$as_dir" && as_dir=.
2108 for ac_exec_ext in '' $ac_executable_extensions; do 1647 for ac_exec_ext in '' $ac_executable_extensions; do
2109 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
2110 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
2111 ac_prog_rejected=yes 1650 ac_prog_rejected=yes
2112 continue 1651 continue
2113 fi 1652 fi
2114 ac_cv_prog_CC="cc" 1653 ac_cv_prog_CC="cc"
2115 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
2116 break 2 1655 break 2
2117 fi 1656 fi
2118done 1657done
2119done 1658done
2120IFS=$as_save_IFS
2121 1659
2122if test $ac_prog_rejected = yes; then 1660if test $ac_prog_rejected = yes; then
2123 # 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.
2124 set dummy $ac_cv_prog_CC 1662 set dummy $ac_cv_prog_CC
2125 shift 1663 shift
2133fi 1671fi
2134fi 1672fi
2135fi 1673fi
2136CC=$ac_cv_prog_CC 1674CC=$ac_cv_prog_CC
2137if test -n "$CC"; then 1675if test -n "$CC"; then
2138 { echo "$as_me:$LINENO: result: $CC" >&5 1676 echo "$as_me:$LINENO: result: $CC" >&5
2139echo "${ECHO_T}$CC" >&6; } 1677echo "${ECHO_T}$CC" >&6
2140else 1678else
2141 { echo "$as_me:$LINENO: result: no" >&5 1679 echo "$as_me:$LINENO: result: no" >&5
2142echo "${ECHO_T}no" >&6; } 1680echo "${ECHO_T}no" >&6
2143fi 1681fi
2144
2145 1682
2146fi 1683fi
2147if test -z "$CC"; then 1684if test -z "$CC"; then
2148 if test -n "$ac_tool_prefix"; then 1685 if test -n "$ac_tool_prefix"; then
2149 for ac_prog in cl.exe 1686 for ac_prog in cl
2150 do 1687 do
2151 # 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.
2152set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1689set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2153{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1690echo "$as_me:$LINENO: checking for $ac_word" >&5
2154echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1691echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2155if test "${ac_cv_prog_CC+set}" = set; then 1692if test "${ac_cv_prog_CC+set}" = set; then
2156 echo $ECHO_N "(cached) $ECHO_C" >&6 1693 echo $ECHO_N "(cached) $ECHO_C" >&6
2157else 1694else
2158 if test -n "$CC"; then 1695 if test -n "$CC"; then
2159 ac_cv_prog_CC="$CC" # Let the user override the test. 1696 ac_cv_prog_CC="$CC" # Let the user override the test.
2162for as_dir in $PATH 1699for as_dir in $PATH
2163do 1700do
2164 IFS=$as_save_IFS 1701 IFS=$as_save_IFS
2165 test -z "$as_dir" && as_dir=. 1702 test -z "$as_dir" && as_dir=.
2166 for ac_exec_ext in '' $ac_executable_extensions; do 1703 for ac_exec_ext in '' $ac_executable_extensions; do
2167 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
2168 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1705 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2169 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
2170 break 2 1707 break 2
2171 fi 1708 fi
2172done 1709done
2173done 1710done
2174IFS=$as_save_IFS
2175 1711
2176fi 1712fi
2177fi 1713fi
2178CC=$ac_cv_prog_CC 1714CC=$ac_cv_prog_CC
2179if test -n "$CC"; then 1715if test -n "$CC"; then
2180 { echo "$as_me:$LINENO: result: $CC" >&5 1716 echo "$as_me:$LINENO: result: $CC" >&5
2181echo "${ECHO_T}$CC" >&6; } 1717echo "${ECHO_T}$CC" >&6
2182else 1718else
2183 { echo "$as_me:$LINENO: result: no" >&5 1719 echo "$as_me:$LINENO: result: no" >&5
2184echo "${ECHO_T}no" >&6; } 1720echo "${ECHO_T}no" >&6
2185fi 1721fi
2186
2187 1722
2188 test -n "$CC" && break 1723 test -n "$CC" && break
2189 done 1724 done
2190fi 1725fi
2191if test -z "$CC"; then 1726if test -z "$CC"; then
2192 ac_ct_CC=$CC 1727 ac_ct_CC=$CC
2193 for ac_prog in cl.exe 1728 for ac_prog in cl
2194do 1729do
2195 # 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.
2196set dummy $ac_prog; ac_word=$2 1731set dummy $ac_prog; ac_word=$2
2197{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1732echo "$as_me:$LINENO: checking for $ac_word" >&5
2198echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1733echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2199if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1734if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2200 echo $ECHO_N "(cached) $ECHO_C" >&6 1735 echo $ECHO_N "(cached) $ECHO_C" >&6
2201else 1736else
2202 if test -n "$ac_ct_CC"; then 1737 if test -n "$ac_ct_CC"; then
2203 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.
2206for as_dir in $PATH 1741for as_dir in $PATH
2207do 1742do
2208 IFS=$as_save_IFS 1743 IFS=$as_save_IFS
2209 test -z "$as_dir" && as_dir=. 1744 test -z "$as_dir" && as_dir=.
2210 for ac_exec_ext in '' $ac_executable_extensions; do 1745 for ac_exec_ext in '' $ac_executable_extensions; do
2211 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
2212 ac_cv_prog_ac_ct_CC="$ac_prog" 1747 ac_cv_prog_ac_ct_CC="$ac_prog"
2213 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
2214 break 2 1749 break 2
2215 fi 1750 fi
2216done 1751done
2217done 1752done
2218IFS=$as_save_IFS
2219 1753
2220fi 1754fi
2221fi 1755fi
2222ac_ct_CC=$ac_cv_prog_ac_ct_CC 1756ac_ct_CC=$ac_cv_prog_ac_ct_CC
2223if test -n "$ac_ct_CC"; then 1757if test -n "$ac_ct_CC"; then
2224 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1758 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2225echo "${ECHO_T}$ac_ct_CC" >&6; } 1759echo "${ECHO_T}$ac_ct_CC" >&6
2226else 1760else
2227 { echo "$as_me:$LINENO: result: no" >&5 1761 echo "$as_me:$LINENO: result: no" >&5
2228echo "${ECHO_T}no" >&6; } 1762echo "${ECHO_T}no" >&6
2229fi 1763fi
2230
2231 1764
2232 test -n "$ac_ct_CC" && break 1765 test -n "$ac_ct_CC" && break
2233done 1766done
2234 1767
2235 if test "x$ac_ct_CC" = x; then
2236 CC=""
2237 else
2238 case $cross_compiling:$ac_tool_warned in
2239yes:)
2240{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2241whose name does not start with the host triplet. If you think this
2242configuration is useful to you, please write to autoconf@gnu.org." >&5
2243echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2244whose name does not start with the host triplet. If you think this
2245configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2246ac_tool_warned=yes ;;
2247esac
2248 CC=$ac_ct_CC 1768 CC=$ac_ct_CC
2249 fi
2250fi 1769fi
2251 1770
2252fi 1771fi
2253 1772
2254 1773
2257echo "$as_me: error: no acceptable C compiler found in \$PATH 1776echo "$as_me: error: no acceptable C compiler found in \$PATH
2258See \`config.log' for more details." >&2;} 1777See \`config.log' for more details." >&2;}
2259 { (exit 1); exit 1; }; } 1778 { (exit 1); exit 1; }; }
2260 1779
2261# Provide some information about the compiler. 1780# Provide some information about the compiler.
1781echo "$as_me:$LINENO:" \
2262echo "$as_me:$LINENO: checking for C compiler version" >&5 1782 "checking for C compiler version" >&5
2263ac_compiler=`set X $ac_compile; echo $2` 1783ac_compiler=`set X $ac_compile; echo $2`
2264{ (ac_try="$ac_compiler --version >&5" 1784{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2265case "(($ac_try" in
2266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2267 *) ac_try_echo=$ac_try;;
2268esac
2269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2270 (eval "$ac_compiler --version >&5") 2>&5 1785 (eval $ac_compiler --version </dev/null >&5) 2>&5
2271 ac_status=$? 1786 ac_status=$?
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); } 1788 (exit $ac_status); }
2274{ (ac_try="$ac_compiler -v >&5" 1789{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2275case "(($ac_try" in
2276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2277 *) ac_try_echo=$ac_try;;
2278esac
2279eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2280 (eval "$ac_compiler -v >&5") 2>&5 1790 (eval $ac_compiler -v </dev/null >&5) 2>&5
2281 ac_status=$? 1791 ac_status=$?
2282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2283 (exit $ac_status); } 1793 (exit $ac_status); }
2284{ (ac_try="$ac_compiler -V >&5" 1794{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2285case "(($ac_try" in
2286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2287 *) ac_try_echo=$ac_try;;
2288esac
2289eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2290 (eval "$ac_compiler -V >&5") 2>&5 1795 (eval $ac_compiler -V </dev/null >&5) 2>&5
2291 ac_status=$? 1796 ac_status=$?
2292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2293 (exit $ac_status); } 1798 (exit $ac_status); }
2294 1799
2295cat >conftest.$ac_ext <<_ACEOF 1800cat >conftest.$ac_ext <<_ACEOF
2310ac_clean_files_save=$ac_clean_files 1815ac_clean_files_save=$ac_clean_files
2311ac_clean_files="$ac_clean_files a.out a.exe b.out" 1816ac_clean_files="$ac_clean_files a.out a.exe b.out"
2312# Try to create an executable without -o first, disregard a.out. 1817# Try to create an executable without -o first, disregard a.out.
2313# 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
2314# of exeext. 1819# of exeext.
2315{ 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
2316echo $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
2317ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1822ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2318# 1823if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2319# List of possible output files, starting from the most likely.
2320# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2321# only as a last resort. b.out is created by i960 compilers.
2322ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2323#
2324# The IRIX 6 linker writes into existing files which may not be
2325# executable, retaining their permissions. Remove them first so a
2326# subsequent execution test works.
2327ac_rmfiles=
2328for ac_file in $ac_files
2329do
2330 case $ac_file in
2331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2332 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2333 esac
2334done
2335rm -f $ac_rmfiles
2336
2337if { (ac_try="$ac_link_default"
2338case "(($ac_try" in
2339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2340 *) ac_try_echo=$ac_try;;
2341esac
2342eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2343 (eval "$ac_link_default") 2>&5 1824 (eval $ac_link_default) 2>&5
2344 ac_status=$? 1825 ac_status=$?
2345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2346 (exit $ac_status); }; then 1827 (exit $ac_status); }; then
2347 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 1828 # Find the output, starting from the most likely. This scheme is
2348# 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
2349# in a Makefile. We should not override ac_cv_exeext if it was cached, 1830# resort.
2350# so that the user can short-circuit this test for compilers unknown to 1831
2351# Autoconf. 1832# Be careful to initialize this variable, since it used to be cached.
2352for 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
2353do 1837do
2354 test -f "$ac_file" || continue 1838 test -f "$ac_file" || continue
2355 case $ac_file in 1839 case $ac_file in
2356 *.$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.
2357 ;; 1844 ;;
2358 [ab].out ) 1845 [ab].out )
2359 # We found the default executable, but exeext='' is most 1846 # We found the default executable, but exeext='' is most
2360 # certainly right. 1847 # certainly right.
2361 break;; 1848 break;;
2362 *.* ) 1849 *.* )
2363 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2364 then :; else
2365 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2366 fi 1851 # FIXME: I believe we export ac_cv_exeext for Libtool,
2367 # 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
2368 # safe: cross compilers may not add the suffix if given an `-o' 1853 # maintain Libtool? --akim.
2369 # argument, so we may need to know it at that point already. 1854 export ac_cv_exeext
2370 # Even if this section looks crufty: it has the advantage of
2371 # actually working.
2372 break;; 1855 break;;
2373 * ) 1856 * )
2374 break;; 1857 break;;
2375 esac 1858 esac
2376done 1859done
2377test "$ac_cv_exeext" = no && ac_cv_exeext=
2378
2379else 1860else
2380 ac_file=''
2381fi
2382
2383{ echo "$as_me:$LINENO: result: $ac_file" >&5
2384echo "${ECHO_T}$ac_file" >&6; }
2385if test -z "$ac_file"; then
2386 echo "$as_me: failed program was:" >&5 1861 echo "$as_me: failed program was:" >&5
2387sed 's/^/| /' conftest.$ac_ext >&5 1862sed 's/^/| /' conftest.$ac_ext >&5
2388 1863
2389{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 1864{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2390See \`config.log' for more details." >&5 1865See \`config.log' for more details." >&5
2392See \`config.log' for more details." >&2;} 1867See \`config.log' for more details." >&2;}
2393 { (exit 77); exit 77; }; } 1868 { (exit 77); exit 77; }; }
2394fi 1869fi
2395 1870
2396ac_exeext=$ac_cv_exeext 1871ac_exeext=$ac_cv_exeext
1872echo "$as_me:$LINENO: result: $ac_file" >&5
1873echo "${ECHO_T}$ac_file" >&6
2397 1874
2398# Check that the compiler produces executables we can run. If not, either 1875# Check the compiler produces executables we can run. If not, either
2399# the compiler is broken, or we cross compile. 1876# the compiler is broken, or we cross compile.
2400{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 1877echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2401echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1878echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2402# 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
2403# 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.
2404if test "$cross_compiling" != yes; then 1881if test "$cross_compiling" != yes; then
2405 if { ac_try='./$ac_file' 1882 if { ac_try='./$ac_file'
2406 { (case "(($ac_try" in
2407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2408 *) ac_try_echo=$ac_try;;
2409esac
2410eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2411 (eval "$ac_try") 2>&5 1884 (eval $ac_try) 2>&5
2412 ac_status=$? 1885 ac_status=$?
2413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2414 (exit $ac_status); }; }; then 1887 (exit $ac_status); }; }; then
2415 cross_compiling=no 1888 cross_compiling=no
2416 else 1889 else
2425See \`config.log' for more details." >&2;} 1898See \`config.log' for more details." >&2;}
2426 { (exit 1); exit 1; }; } 1899 { (exit 1); exit 1; }; }
2427 fi 1900 fi
2428 fi 1901 fi
2429fi 1902fi
2430{ echo "$as_me:$LINENO: result: yes" >&5 1903echo "$as_me:$LINENO: result: yes" >&5
2431echo "${ECHO_T}yes" >&6; } 1904echo "${ECHO_T}yes" >&6
2432 1905
2433rm -f a.out a.exe conftest$ac_cv_exeext b.out 1906rm -f a.out a.exe conftest$ac_cv_exeext b.out
2434ac_clean_files=$ac_clean_files_save 1907ac_clean_files=$ac_clean_files_save
2435# Check that the compiler produces executables we can run. If not, either 1908# Check the compiler produces executables we can run. If not, either
2436# the compiler is broken, or we cross compile. 1909# the compiler is broken, or we cross compile.
2437{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1910echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2438echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 1911echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2439{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 1912echo "$as_me:$LINENO: result: $cross_compiling" >&5
2440echo "${ECHO_T}$cross_compiling" >&6; } 1913echo "${ECHO_T}$cross_compiling" >&6
2441 1914
2442{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 1915echo "$as_me:$LINENO: checking for suffix of executables" >&5
2443echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 1916echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2444if { (ac_try="$ac_link"
2445case "(($ac_try" in
2446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2447 *) ac_try_echo=$ac_try;;
2448esac
2449eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2450 (eval "$ac_link") 2>&5 1918 (eval $ac_link) 2>&5
2451 ac_status=$? 1919 ac_status=$?
2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2453 (exit $ac_status); }; then 1921 (exit $ac_status); }; then
2454 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1922 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2455# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1923# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2456# 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
2457# `rm'. 1925# `rm'.
2458for ac_file in conftest.exe conftest conftest.*; do 1926for ac_file in conftest.exe conftest conftest.*; do
2459 test -f "$ac_file" || continue 1927 test -f "$ac_file" || continue
2460 case $ac_file in 1928 case $ac_file in
2461 *.$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 ) ;;
2462 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1930 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1931 export ac_cv_exeext
2463 break;; 1932 break;;
2464 * ) break;; 1933 * ) break;;
2465 esac 1934 esac
2466done 1935done
2467else 1936else
2471See \`config.log' for more details." >&2;} 1940See \`config.log' for more details." >&2;}
2472 { (exit 1); exit 1; }; } 1941 { (exit 1); exit 1; }; }
2473fi 1942fi
2474 1943
2475rm -f conftest$ac_cv_exeext 1944rm -f conftest$ac_cv_exeext
2476{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 1945echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2477echo "${ECHO_T}$ac_cv_exeext" >&6; } 1946echo "${ECHO_T}$ac_cv_exeext" >&6
2478 1947
2479rm -f conftest.$ac_ext 1948rm -f conftest.$ac_ext
2480EXEEXT=$ac_cv_exeext 1949EXEEXT=$ac_cv_exeext
2481ac_exeext=$EXEEXT 1950ac_exeext=$EXEEXT
2482{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 1951echo "$as_me:$LINENO: checking for suffix of object files" >&5
2483echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1952echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2484if test "${ac_cv_objext+set}" = set; then 1953if test "${ac_cv_objext+set}" = set; then
2485 echo $ECHO_N "(cached) $ECHO_C" >&6 1954 echo $ECHO_N "(cached) $ECHO_C" >&6
2486else 1955else
2487 cat >conftest.$ac_ext <<_ACEOF 1956 cat >conftest.$ac_ext <<_ACEOF
2488/* confdefs.h. */ 1957/* confdefs.h. */
2498 ; 1967 ;
2499 return 0; 1968 return 0;
2500} 1969}
2501_ACEOF 1970_ACEOF
2502rm -f conftest.o conftest.obj 1971rm -f conftest.o conftest.obj
2503if { (ac_try="$ac_compile"
2504case "(($ac_try" in
2505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2506 *) ac_try_echo=$ac_try;;
2507esac
2508eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1972if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2509 (eval "$ac_compile") 2>&5 1973 (eval $ac_compile) 2>&5
2510 ac_status=$? 1974 ac_status=$?
2511 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2512 (exit $ac_status); }; then 1976 (exit $ac_status); }; then
2513 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
2514 test -f "$ac_file" || continue;
2515 case $ac_file in 1978 case $ac_file in
2516 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1979 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2517 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1980 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2518 break;; 1981 break;;
2519 esac 1982 esac
2520done 1983done
2521else 1984else
2529 { (exit 1); exit 1; }; } 1992 { (exit 1); exit 1; }; }
2530fi 1993fi
2531 1994
2532rm -f conftest.$ac_cv_objext conftest.$ac_ext 1995rm -f conftest.$ac_cv_objext conftest.$ac_ext
2533fi 1996fi
2534{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 1997echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2535echo "${ECHO_T}$ac_cv_objext" >&6; } 1998echo "${ECHO_T}$ac_cv_objext" >&6
2536OBJEXT=$ac_cv_objext 1999OBJEXT=$ac_cv_objext
2537ac_objext=$OBJEXT 2000ac_objext=$OBJEXT
2538{ 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
2539echo $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
2540if test "${ac_cv_c_compiler_gnu+set}" = set; then 2003if test "${ac_cv_c_compiler_gnu+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 echo $ECHO_N "(cached) $ECHO_C" >&6
2542else 2005else
2543 cat >conftest.$ac_ext <<_ACEOF 2006 cat >conftest.$ac_ext <<_ACEOF
2544/* confdefs.h. */ 2007/* confdefs.h. */
2557 ; 2020 ;
2558 return 0; 2021 return 0;
2559} 2022}
2560_ACEOF 2023_ACEOF
2561rm -f conftest.$ac_objext 2024rm -f conftest.$ac_objext
2562if { (ac_try="$ac_compile"
2563case "(($ac_try" in
2564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2565 *) ac_try_echo=$ac_try;;
2566esac
2567eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2568 (eval "$ac_compile") 2>conftest.er1 2026 (eval $ac_compile) 2>conftest.er1
2569 ac_status=$? 2027 ac_status=$?
2570 grep -v '^ *+' conftest.er1 >conftest.err 2028 grep -v '^ *+' conftest.er1 >conftest.err
2571 rm -f conftest.er1 2029 rm -f conftest.er1
2572 cat conftest.err >&5 2030 cat conftest.err >&5
2573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574 (exit $ac_status); } && { 2032 (exit $ac_status); } &&
2575 test -z "$ac_c_werror_flag" || 2033 { ac_try='test -z "$ac_c_werror_flag"
2576 test ! -s conftest.err 2034 || test ! -s conftest.err'
2577 } && 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
2578 ac_compiler_gnu=yes 2046 ac_compiler_gnu=yes
2579else 2047else
2580 echo "$as_me: failed program was:" >&5 2048 echo "$as_me: failed program was:" >&5
2581sed 's/^/| /' conftest.$ac_ext >&5 2049sed 's/^/| /' conftest.$ac_ext >&5
2582 2050
2583 ac_compiler_gnu=no 2051ac_compiler_gnu=no
2584fi 2052fi
2585
2586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2053rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2587ac_cv_c_compiler_gnu=$ac_compiler_gnu 2054ac_cv_c_compiler_gnu=$ac_compiler_gnu
2588 2055
2589fi 2056fi
2590{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2057echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2591echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2058echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2592GCC=`test $ac_compiler_gnu = yes && echo yes` 2059GCC=`test $ac_compiler_gnu = yes && echo yes`
2593ac_test_CFLAGS=${CFLAGS+set} 2060ac_test_CFLAGS=${CFLAGS+set}
2594ac_save_CFLAGS=$CFLAGS 2061ac_save_CFLAGS=$CFLAGS
2062CFLAGS="-g"
2595{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2063echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2596echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2064echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2597if test "${ac_cv_prog_cc_g+set}" = set; then 2065if test "${ac_cv_prog_cc_g+set}" = set; then
2598 echo $ECHO_N "(cached) $ECHO_C" >&6 2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2599else 2067else
2600 ac_save_c_werror_flag=$ac_c_werror_flag
2601 ac_c_werror_flag=yes
2602 ac_cv_prog_cc_g=no
2603 CFLAGS="-g"
2604 cat >conftest.$ac_ext <<_ACEOF 2068 cat >conftest.$ac_ext <<_ACEOF
2605/* confdefs.h. */ 2069/* confdefs.h. */
2606_ACEOF 2070_ACEOF
2607cat confdefs.h >>conftest.$ac_ext 2071cat confdefs.h >>conftest.$ac_ext
2608cat >>conftest.$ac_ext <<_ACEOF 2072cat >>conftest.$ac_ext <<_ACEOF
2609/* end confdefs.h. */ 2073/* end confdefs.h. */
2615 ; 2079 ;
2616 return 0; 2080 return 0;
2617} 2081}
2618_ACEOF 2082_ACEOF
2619rm -f conftest.$ac_objext 2083rm -f conftest.$ac_objext
2620if { (ac_try="$ac_compile"
2621case "(($ac_try" in
2622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2623 *) ac_try_echo=$ac_try;;
2624esac
2625eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2084if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2626 (eval "$ac_compile") 2>conftest.er1 2085 (eval $ac_compile) 2>conftest.er1
2627 ac_status=$? 2086 ac_status=$?
2628 grep -v '^ *+' conftest.er1 >conftest.err 2087 grep -v '^ *+' conftest.er1 >conftest.err
2629 rm -f conftest.er1 2088 rm -f conftest.er1
2630 cat conftest.err >&5 2089 cat conftest.err >&5
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); } && { 2091 (exit $ac_status); } &&
2633 test -z "$ac_c_werror_flag" || 2092 { ac_try='test -z "$ac_c_werror_flag"
2634 test ! -s conftest.err 2093 || test ! -s conftest.err'
2635 } && 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
2636 ac_cv_prog_cc_g=yes 2105 ac_cv_prog_cc_g=yes
2637else 2106else
2638 echo "$as_me: failed program was:" >&5 2107 echo "$as_me: failed program was:" >&5
2639sed 's/^/| /' conftest.$ac_ext >&5 2108sed 's/^/| /' conftest.$ac_ext >&5
2640 2109
2641 CFLAGS=""
2642 cat >conftest.$ac_ext <<_ACEOF
2643/* confdefs.h. */
2644_ACEOF
2645cat confdefs.h >>conftest.$ac_ext
2646cat >>conftest.$ac_ext <<_ACEOF
2647/* end confdefs.h. */
2648
2649int
2650main ()
2651{
2652
2653 ;
2654 return 0;
2655}
2656_ACEOF
2657rm -f conftest.$ac_objext
2658if { (ac_try="$ac_compile"
2659case "(($ac_try" in
2660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2662esac
2663eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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 test -z "$ac_c_werror_flag" ||
2672 test ! -s conftest.err
2673 } && test -s conftest.$ac_objext; then
2674 :
2675else
2676 echo "$as_me: failed program was:" >&5
2677sed 's/^/| /' conftest.$ac_ext >&5
2678
2679 ac_c_werror_flag=$ac_save_c_werror_flag
2680 CFLAGS="-g"
2681 cat >conftest.$ac_ext <<_ACEOF
2682/* confdefs.h. */
2683_ACEOF
2684cat confdefs.h >>conftest.$ac_ext
2685cat >>conftest.$ac_ext <<_ACEOF
2686/* end confdefs.h. */
2687
2688int
2689main ()
2690{
2691
2692 ;
2693 return 0;
2694}
2695_ACEOF
2696rm -f conftest.$ac_objext
2697if { (ac_try="$ac_compile"
2698case "(($ac_try" in
2699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2700 *) ac_try_echo=$ac_try;;
2701esac
2702eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2703 (eval "$ac_compile") 2>conftest.er1
2704 ac_status=$?
2705 grep -v '^ *+' conftest.er1 >conftest.err
2706 rm -f conftest.er1
2707 cat conftest.err >&5
2708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2709 (exit $ac_status); } && {
2710 test -z "$ac_c_werror_flag" ||
2711 test ! -s conftest.err
2712 } && test -s conftest.$ac_objext; then
2713 ac_cv_prog_cc_g=yes 2110ac_cv_prog_cc_g=no
2714else
2715 echo "$as_me: failed program was:" >&5
2716sed 's/^/| /' conftest.$ac_ext >&5
2717
2718
2719fi 2111fi
2720
2721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2112rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2722fi 2113fi
2723
2724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2725fi
2726
2727rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2728 ac_c_werror_flag=$ac_save_c_werror_flag
2729fi
2730{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2114echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2731echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2115echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2732if test "$ac_test_CFLAGS" = set; then 2116if test "$ac_test_CFLAGS" = set; then
2733 CFLAGS=$ac_save_CFLAGS 2117 CFLAGS=$ac_save_CFLAGS
2734elif test $ac_cv_prog_cc_g = yes; then 2118elif test $ac_cv_prog_cc_g = yes; then
2735 if test "$GCC" = yes; then 2119 if test "$GCC" = yes; then
2736 CFLAGS="-g -O2" 2120 CFLAGS="-g -O2"
2742 CFLAGS="-O2" 2126 CFLAGS="-O2"
2743 else 2127 else
2744 CFLAGS= 2128 CFLAGS=
2745 fi 2129 fi
2746fi 2130fi
2747{ 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
2748echo $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
2749if test "${ac_cv_prog_cc_c89+set}" = set; then 2133if test "${ac_cv_prog_cc_stdc+set}" = set; then
2750 echo $ECHO_N "(cached) $ECHO_C" >&6 2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2751else 2135else
2752 ac_cv_prog_cc_c89=no 2136 ac_cv_prog_cc_stdc=no
2753ac_save_CC=$CC 2137ac_save_CC=$CC
2754cat >conftest.$ac_ext <<_ACEOF 2138cat >conftest.$ac_ext <<_ACEOF
2755/* confdefs.h. */ 2139/* confdefs.h. */
2756_ACEOF 2140_ACEOF
2757cat confdefs.h >>conftest.$ac_ext 2141cat confdefs.h >>conftest.$ac_ext
2781} 2165}
2782 2166
2783/* 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
2784 function prototypes and stuff, but not '\xHH' hex character constants. 2168 function prototypes and stuff, but not '\xHH' hex character constants.
2785 These don't provoke an error unfortunately, instead are silently treated 2169 These don't provoke an error unfortunately, instead are silently treated
2786 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
2787 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
2788 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
2789 that's true only with -std. */ 2173 that's true only with -std1. */
2790int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2174int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2791
2792/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2793 inside strings and character constants. */
2794#define FOO(x) 'x'
2795int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2796 2175
2797int test (int i, double x); 2176int test (int i, double x);
2798struct s1 {int (*f) (int a);}; 2177struct s1 {int (*f) (int a);};
2799struct s2 {int (*f) (double a);}; 2178struct s2 {int (*f) (double a);};
2800int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 2179int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2806return 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];
2807 ; 2186 ;
2808 return 0; 2187 return 0;
2809} 2188}
2810_ACEOF 2189_ACEOF
2811for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2190# Don't try gcc -ansi; that turns off useful extensions and
2812 -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__"
2813do 2198do
2814 CC="$ac_save_CC $ac_arg" 2199 CC="$ac_save_CC $ac_arg"
2815 rm -f conftest.$ac_objext 2200 rm -f conftest.$ac_objext
2816if { (ac_try="$ac_compile"
2817case "(($ac_try" in
2818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2819 *) ac_try_echo=$ac_try;;
2820esac
2821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2822 (eval "$ac_compile") 2>conftest.er1 2202 (eval $ac_compile) 2>conftest.er1
2823 ac_status=$? 2203 ac_status=$?
2824 grep -v '^ *+' conftest.er1 >conftest.err 2204 grep -v '^ *+' conftest.er1 >conftest.err
2825 rm -f conftest.er1 2205 rm -f conftest.er1
2826 cat conftest.err >&5 2206 cat conftest.err >&5
2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828 (exit $ac_status); } && { 2208 (exit $ac_status); } &&
2829 test -z "$ac_c_werror_flag" || 2209 { ac_try='test -z "$ac_c_werror_flag"
2830 test ! -s conftest.err 2210 || test ! -s conftest.err'
2831 } && 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
2832 ac_cv_prog_cc_c89=$ac_arg 2222 ac_cv_prog_cc_stdc=$ac_arg
2223break
2833else 2224else
2834 echo "$as_me: failed program was:" >&5 2225 echo "$as_me: failed program was:" >&5
2835sed 's/^/| /' conftest.$ac_ext >&5 2226sed 's/^/| /' conftest.$ac_ext >&5
2836 2227
2837
2838fi 2228fi
2839
2840rm -f core conftest.err conftest.$ac_objext 2229rm -f conftest.err conftest.$ac_objext
2841 test "x$ac_cv_prog_cc_c89" != "xno" && break
2842done 2230done
2843rm -f conftest.$ac_ext 2231rm -f conftest.$ac_ext conftest.$ac_objext
2844CC=$ac_save_CC 2232CC=$ac_save_CC
2845 2233
2846fi 2234fi
2847# AC_CACHE_VAL 2235
2848case "x$ac_cv_prog_cc_c89" in 2236case "x$ac_cv_prog_cc_stdc" in
2849 x) 2237 x|xno)
2850 { echo "$as_me:$LINENO: result: none needed" >&5 2238 echo "$as_me:$LINENO: result: none needed" >&5
2851echo "${ECHO_T}none needed" >&6; } ;; 2239echo "${ECHO_T}none needed" >&6 ;;
2852 xno)
2853 { echo "$as_me:$LINENO: result: unsupported" >&5
2854echo "${ECHO_T}unsupported" >&6; } ;;
2855 *) 2240 *)
2856 CC="$CC $ac_cv_prog_cc_c89"
2857 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2241 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2858echo "${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" ;;
2859esac 2244esac
2860 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
2861 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
2862ac_ext=c 2389ac_ext=c
2863ac_cpp='$CPP $CPPFLAGS' 2390ac_cpp='$CPP $CPPFLAGS'
2864ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2865ac_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'
2866ac_compiler_gnu=$ac_cv_c_compiler_gnu 2393ac_compiler_gnu=$ac_cv_c_compiler_gnu
2867 2394
2868ac_ext=cpp 2395ac_ext=cc
2869ac_cpp='$CXXCPP $CPPFLAGS' 2396ac_cpp='$CXXCPP $CPPFLAGS'
2870ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871ac_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'
2872ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2399ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2873if test -z "$CXX"; then
2874 if test -n "$CCC"; then
2875 CXX=$CCC
2876 else
2877 if test -n "$ac_tool_prefix"; then 2400if test -n "$ac_tool_prefix"; then
2878 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
2879 do 2402 do
2880 # 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.
2881set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2404set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2882{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2405echo "$as_me:$LINENO: checking for $ac_word" >&5
2883echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2884if test "${ac_cv_prog_CXX+set}" = set; then 2407if test "${ac_cv_prog_CXX+set}" = set; then
2885 echo $ECHO_N "(cached) $ECHO_C" >&6 2408 echo $ECHO_N "(cached) $ECHO_C" >&6
2886else 2409else
2887 if test -n "$CXX"; then 2410 if test -n "$CXX"; then
2888 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2411 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2891for as_dir in $PATH 2414for as_dir in $PATH
2892do 2415do
2893 IFS=$as_save_IFS 2416 IFS=$as_save_IFS
2894 test -z "$as_dir" && as_dir=. 2417 test -z "$as_dir" && as_dir=.
2895 for ac_exec_ext in '' $ac_executable_extensions; do 2418 for ac_exec_ext in '' $ac_executable_extensions; do
2896 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
2897 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2420 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2898 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
2899 break 2 2422 break 2
2900 fi 2423 fi
2901done 2424done
2902done 2425done
2903IFS=$as_save_IFS
2904 2426
2905fi 2427fi
2906fi 2428fi
2907CXX=$ac_cv_prog_CXX 2429CXX=$ac_cv_prog_CXX
2908if test -n "$CXX"; then 2430if test -n "$CXX"; then
2909 { echo "$as_me:$LINENO: result: $CXX" >&5 2431 echo "$as_me:$LINENO: result: $CXX" >&5
2910echo "${ECHO_T}$CXX" >&6; } 2432echo "${ECHO_T}$CXX" >&6
2911else 2433else
2912 { echo "$as_me:$LINENO: result: no" >&5 2434 echo "$as_me:$LINENO: result: no" >&5
2913echo "${ECHO_T}no" >&6; } 2435echo "${ECHO_T}no" >&6
2914fi 2436fi
2915
2916 2437
2917 test -n "$CXX" && break 2438 test -n "$CXX" && break
2918 done 2439 done
2919fi 2440fi
2920if test -z "$CXX"; then 2441if test -z "$CXX"; then
2921 ac_ct_CXX=$CXX 2442 ac_ct_CXX=$CXX
2922 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
2923do 2444do
2924 # 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.
2925set dummy $ac_prog; ac_word=$2 2446set dummy $ac_prog; ac_word=$2
2926{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2447echo "$as_me:$LINENO: checking for $ac_word" >&5
2927echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2448echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2928if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2449if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2929 echo $ECHO_N "(cached) $ECHO_C" >&6 2450 echo $ECHO_N "(cached) $ECHO_C" >&6
2930else 2451else
2931 if test -n "$ac_ct_CXX"; then 2452 if test -n "$ac_ct_CXX"; then
2932 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.
2935for as_dir in $PATH 2456for as_dir in $PATH
2936do 2457do
2937 IFS=$as_save_IFS 2458 IFS=$as_save_IFS
2938 test -z "$as_dir" && as_dir=. 2459 test -z "$as_dir" && as_dir=.
2939 for ac_exec_ext in '' $ac_executable_extensions; do 2460 for ac_exec_ext in '' $ac_executable_extensions; do
2940 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
2941 ac_cv_prog_ac_ct_CXX="$ac_prog" 2462 ac_cv_prog_ac_ct_CXX="$ac_prog"
2942 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
2943 break 2 2464 break 2
2944 fi 2465 fi
2945done 2466done
2946done 2467done
2947IFS=$as_save_IFS
2948 2468
2949fi 2469fi
2950fi 2470fi
2951ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2471ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2952if test -n "$ac_ct_CXX"; then 2472if test -n "$ac_ct_CXX"; then
2953 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2473 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2954echo "${ECHO_T}$ac_ct_CXX" >&6; } 2474echo "${ECHO_T}$ac_ct_CXX" >&6
2955else 2475else
2956 { echo "$as_me:$LINENO: result: no" >&5 2476 echo "$as_me:$LINENO: result: no" >&5
2957echo "${ECHO_T}no" >&6; } 2477echo "${ECHO_T}no" >&6
2958fi 2478fi
2959
2960 2479
2961 test -n "$ac_ct_CXX" && break 2480 test -n "$ac_ct_CXX" && break
2962done 2481done
2482test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2963 2483
2964 if test "x$ac_ct_CXX" = x; then
2965 CXX="g++"
2966 else
2967 case $cross_compiling:$ac_tool_warned in
2968yes:)
2969{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2970whose name does not start with the host triplet. If you think this
2971configuration is useful to you, please write to autoconf@gnu.org." >&5
2972echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2973whose name does not start with the host triplet. If you think this
2974configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2975ac_tool_warned=yes ;;
2976esac
2977 CXX=$ac_ct_CXX 2484 CXX=$ac_ct_CXX
2978 fi
2979fi 2485fi
2980 2486
2981 fi 2487
2982fi
2983# Provide some information about the compiler. 2488# Provide some information about the compiler.
2489echo "$as_me:$LINENO:" \
2984echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2490 "checking for C++ compiler version" >&5
2985ac_compiler=`set X $ac_compile; echo $2` 2491ac_compiler=`set X $ac_compile; echo $2`
2986{ (ac_try="$ac_compiler --version >&5" 2492{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2987case "(($ac_try" in
2988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2989 *) ac_try_echo=$ac_try;;
2990esac
2991eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2992 (eval "$ac_compiler --version >&5") 2>&5 2493 (eval $ac_compiler --version </dev/null >&5) 2>&5
2993 ac_status=$? 2494 ac_status=$?
2994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2995 (exit $ac_status); } 2496 (exit $ac_status); }
2996{ (ac_try="$ac_compiler -v >&5" 2497{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2997case "(($ac_try" in
2998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2999 *) ac_try_echo=$ac_try;;
3000esac
3001eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3002 (eval "$ac_compiler -v >&5") 2>&5 2498 (eval $ac_compiler -v </dev/null >&5) 2>&5
3003 ac_status=$? 2499 ac_status=$?
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 (exit $ac_status); } 2501 (exit $ac_status); }
3006{ (ac_try="$ac_compiler -V >&5" 2502{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3007case "(($ac_try" in
3008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009 *) ac_try_echo=$ac_try;;
3010esac
3011eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3012 (eval "$ac_compiler -V >&5") 2>&5 2503 (eval $ac_compiler -V </dev/null >&5) 2>&5
3013 ac_status=$? 2504 ac_status=$?
3014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3015 (exit $ac_status); } 2506 (exit $ac_status); }
3016 2507
3017{ 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
3018echo $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
3019if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2510if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3020 echo $ECHO_N "(cached) $ECHO_C" >&6 2511 echo $ECHO_N "(cached) $ECHO_C" >&6
3021else 2512else
3022 cat >conftest.$ac_ext <<_ACEOF 2513 cat >conftest.$ac_ext <<_ACEOF
3023/* confdefs.h. */ 2514/* confdefs.h. */
3036 ; 2527 ;
3037 return 0; 2528 return 0;
3038} 2529}
3039_ACEOF 2530_ACEOF
3040rm -f conftest.$ac_objext 2531rm -f conftest.$ac_objext
3041if { (ac_try="$ac_compile"
3042case "(($ac_try" in
3043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3044 *) ac_try_echo=$ac_try;;
3045esac
3046eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3047 (eval "$ac_compile") 2>conftest.er1 2533 (eval $ac_compile) 2>conftest.er1
3048 ac_status=$? 2534 ac_status=$?
3049 grep -v '^ *+' conftest.er1 >conftest.err 2535 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -f conftest.er1 2536 rm -f conftest.er1
3051 cat conftest.err >&5 2537 cat conftest.err >&5
3052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3053 (exit $ac_status); } && { 2539 (exit $ac_status); } &&
3054 test -z "$ac_cxx_werror_flag" || 2540 { ac_try='test -z "$ac_cxx_werror_flag"
3055 test ! -s conftest.err 2541 || test ! -s conftest.err'
3056 } && 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
3057 ac_compiler_gnu=yes 2553 ac_compiler_gnu=yes
3058else 2554else
3059 echo "$as_me: failed program was:" >&5 2555 echo "$as_me: failed program was:" >&5
3060sed 's/^/| /' conftest.$ac_ext >&5 2556sed 's/^/| /' conftest.$ac_ext >&5
3061 2557
3062 ac_compiler_gnu=no 2558ac_compiler_gnu=no
3063fi 2559fi
3064
3065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3066ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2561ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3067 2562
3068fi 2563fi
3069{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2564echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3070echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2565echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3071GXX=`test $ac_compiler_gnu = yes && echo yes` 2566GXX=`test $ac_compiler_gnu = yes && echo yes`
3072ac_test_CXXFLAGS=${CXXFLAGS+set} 2567ac_test_CXXFLAGS=${CXXFLAGS+set}
3073ac_save_CXXFLAGS=$CXXFLAGS 2568ac_save_CXXFLAGS=$CXXFLAGS
2569CXXFLAGS="-g"
3074{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2570echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3075echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2571echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3076if test "${ac_cv_prog_cxx_g+set}" = set; then 2572if test "${ac_cv_prog_cxx_g+set}" = set; then
3077 echo $ECHO_N "(cached) $ECHO_C" >&6 2573 echo $ECHO_N "(cached) $ECHO_C" >&6
3078else 2574else
3079 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3080 ac_cxx_werror_flag=yes
3081 ac_cv_prog_cxx_g=no
3082 CXXFLAGS="-g"
3083 cat >conftest.$ac_ext <<_ACEOF 2575 cat >conftest.$ac_ext <<_ACEOF
3084/* confdefs.h. */ 2576/* confdefs.h. */
3085_ACEOF 2577_ACEOF
3086cat confdefs.h >>conftest.$ac_ext 2578cat confdefs.h >>conftest.$ac_ext
3087cat >>conftest.$ac_ext <<_ACEOF 2579cat >>conftest.$ac_ext <<_ACEOF
3088/* end confdefs.h. */ 2580/* end confdefs.h. */
3094 ; 2586 ;
3095 return 0; 2587 return 0;
3096} 2588}
3097_ACEOF 2589_ACEOF
3098rm -f conftest.$ac_objext 2590rm -f conftest.$ac_objext
3099if { (ac_try="$ac_compile"
3100case "(($ac_try" in
3101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3102 *) ac_try_echo=$ac_try;;
3103esac
3104eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3105 (eval "$ac_compile") 2>conftest.er1 2592 (eval $ac_compile) 2>conftest.er1
3106 ac_status=$? 2593 ac_status=$?
3107 grep -v '^ *+' conftest.er1 >conftest.err 2594 grep -v '^ *+' conftest.er1 >conftest.err
3108 rm -f conftest.er1 2595 rm -f conftest.er1
3109 cat conftest.err >&5 2596 cat conftest.err >&5
3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3111 (exit $ac_status); } && { 2598 (exit $ac_status); } &&
3112 test -z "$ac_cxx_werror_flag" || 2599 { ac_try='test -z "$ac_cxx_werror_flag"
3113 test ! -s conftest.err 2600 || test ! -s conftest.err'
3114 } && 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
3115 ac_cv_prog_cxx_g=yes 2612 ac_cv_prog_cxx_g=yes
3116else 2613else
3117 echo "$as_me: failed program was:" >&5 2614 echo "$as_me: failed program was:" >&5
3118sed 's/^/| /' conftest.$ac_ext >&5 2615sed 's/^/| /' conftest.$ac_ext >&5
3119 2616
3120 CXXFLAGS=""
3121 cat >conftest.$ac_ext <<_ACEOF
3122/* confdefs.h. */
3123_ACEOF
3124cat confdefs.h >>conftest.$ac_ext
3125cat >>conftest.$ac_ext <<_ACEOF
3126/* end confdefs.h. */
3127
3128int
3129main ()
3130{
3131
3132 ;
3133 return 0;
3134}
3135_ACEOF
3136rm -f conftest.$ac_objext
3137if { (ac_try="$ac_compile"
3138case "(($ac_try" in
3139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3140 *) ac_try_echo=$ac_try;;
3141esac
3142eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3143 (eval "$ac_compile") 2>conftest.er1
3144 ac_status=$?
3145 grep -v '^ *+' conftest.er1 >conftest.err
3146 rm -f conftest.er1
3147 cat conftest.err >&5
3148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149 (exit $ac_status); } && {
3150 test -z "$ac_cxx_werror_flag" ||
3151 test ! -s conftest.err
3152 } && test -s conftest.$ac_objext; then
3153 :
3154else
3155 echo "$as_me: failed program was:" >&5
3156sed 's/^/| /' conftest.$ac_ext >&5
3157
3158 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3159 CXXFLAGS="-g"
3160 cat >conftest.$ac_ext <<_ACEOF
3161/* confdefs.h. */
3162_ACEOF
3163cat confdefs.h >>conftest.$ac_ext
3164cat >>conftest.$ac_ext <<_ACEOF
3165/* end confdefs.h. */
3166
3167int
3168main ()
3169{
3170
3171 ;
3172 return 0;
3173}
3174_ACEOF
3175rm -f conftest.$ac_objext
3176if { (ac_try="$ac_compile"
3177case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180esac
3181eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_cxx_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cxx_g=yes 2617ac_cv_prog_cxx_g=no
3193else
3194 echo "$as_me: failed program was:" >&5
3195sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198fi 2618fi
3199
3200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3201fi 2620fi
3202
3203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204fi
3205
3206rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3208fi
3209{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2621echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3210echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2622echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3211if test "$ac_test_CXXFLAGS" = set; then 2623if test "$ac_test_CXXFLAGS" = set; then
3212 CXXFLAGS=$ac_save_CXXFLAGS 2624 CXXFLAGS=$ac_save_CXXFLAGS
3213elif test $ac_cv_prog_cxx_g = yes; then 2625elif test $ac_cv_prog_cxx_g = yes; then
3214 if test "$GXX" = yes; then 2626 if test "$GXX" = yes; then
3215 CXXFLAGS="-g -O2" 2627 CXXFLAGS="-g -O2"
3221 CXXFLAGS="-O2" 2633 CXXFLAGS="-O2"
3222 else 2634 else
3223 CXXFLAGS= 2635 CXXFLAGS=
3224 fi 2636 fi
3225fi 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
3226ac_ext=c 2744ac_ext=c
3227ac_cpp='$CPP $CPPFLAGS' 2745ac_cpp='$CPP $CPPFLAGS'
3228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2746ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229ac_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'
3230ac_compiler_gnu=$ac_cv_c_compiler_gnu 2748ac_compiler_gnu=$ac_cv_c_compiler_gnu
3232ac_ext=c 2750ac_ext=c
3233ac_cpp='$CPP $CPPFLAGS' 2751ac_cpp='$CPP $CPPFLAGS'
3234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3235ac_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'
3236ac_compiler_gnu=$ac_cv_c_compiler_gnu 2754ac_compiler_gnu=$ac_cv_c_compiler_gnu
3237{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2755echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3238echo $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
3239# On Suns, sometimes $CPP names a directory. 2757# On Suns, sometimes $CPP names a directory.
3240if test -n "$CPP" && test -d "$CPP"; then 2758if test -n "$CPP" && test -d "$CPP"; then
3241 CPP= 2759 CPP=
3242fi 2760fi
3243if test -z "$CPP"; then 2761if test -z "$CPP"; then
3267#else 2785#else
3268# include <assert.h> 2786# include <assert.h>
3269#endif 2787#endif
3270 Syntax error 2788 Syntax error
3271_ACEOF 2789_ACEOF
3272if { (ac_try="$ac_cpp conftest.$ac_ext" 2790if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3273case "(($ac_try" in
3274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3275 *) ac_try_echo=$ac_try;;
3276esac
3277eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3278 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2791 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3279 ac_status=$? 2792 ac_status=$?
3280 grep -v '^ *+' conftest.er1 >conftest.err 2793 grep -v '^ *+' conftest.er1 >conftest.err
3281 rm -f conftest.er1 2794 rm -f conftest.er1
3282 cat conftest.err >&5 2795 cat conftest.err >&5
3283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3284 (exit $ac_status); } >/dev/null && { 2797 (exit $ac_status); } >/dev/null; then
3285 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3286 test ! -s conftest.err 2798 if test -s conftest.err; then
3287 }; 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
3288 : 2808 :
3289else 2809else
3290 echo "$as_me: failed program was:" >&5 2810 echo "$as_me: failed program was:" >&5
3291sed 's/^/| /' conftest.$ac_ext >&5 2811sed 's/^/| /' conftest.$ac_ext >&5
3292 2812
3293 # Broken: fails on valid input. 2813 # Broken: fails on valid input.
3294continue 2814continue
3295fi 2815fi
3296
3297rm -f conftest.err conftest.$ac_ext 2816rm -f conftest.err conftest.$ac_ext
3298 2817
3299 # OK, works on sane cases. Now check whether nonexistent headers 2818 # OK, works on sane cases. Now check whether non-existent headers
3300 # can be detected and how. 2819 # can be detected and how.
3301 cat >conftest.$ac_ext <<_ACEOF 2820 cat >conftest.$ac_ext <<_ACEOF
3302/* confdefs.h. */ 2821/* confdefs.h. */
3303_ACEOF 2822_ACEOF
3304cat confdefs.h >>conftest.$ac_ext 2823cat confdefs.h >>conftest.$ac_ext
3305cat >>conftest.$ac_ext <<_ACEOF 2824cat >>conftest.$ac_ext <<_ACEOF
3306/* end confdefs.h. */ 2825/* end confdefs.h. */
3307#include <ac_nonexistent.h> 2826#include <ac_nonexistent.h>
3308_ACEOF 2827_ACEOF
3309if { (ac_try="$ac_cpp conftest.$ac_ext" 2828if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3310case "(($ac_try" in
3311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3312 *) ac_try_echo=$ac_try;;
3313esac
3314eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3315 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3316 ac_status=$? 2830 ac_status=$?
3317 grep -v '^ *+' conftest.er1 >conftest.err 2831 grep -v '^ *+' conftest.er1 >conftest.err
3318 rm -f conftest.er1 2832 rm -f conftest.er1
3319 cat conftest.err >&5 2833 cat conftest.err >&5
3320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3321 (exit $ac_status); } >/dev/null && { 2835 (exit $ac_status); } >/dev/null; then
3322 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3323 test ! -s conftest.err 2836 if test -s conftest.err; then
3324 }; 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
3325 # Broken: success on invalid input. 2846 # Broken: success on invalid input.
3326continue 2847continue
3327else 2848else
3328 echo "$as_me: failed program was:" >&5 2849 echo "$as_me: failed program was:" >&5
3329sed 's/^/| /' conftest.$ac_ext >&5 2850sed 's/^/| /' conftest.$ac_ext >&5
3330 2851
3331 # Passes both tests. 2852 # Passes both tests.
3332ac_preproc_ok=: 2853ac_preproc_ok=:
3333break 2854break
3334fi 2855fi
3335
3336rm -f conftest.err conftest.$ac_ext 2856rm -f conftest.err conftest.$ac_ext
3337 2857
3338done 2858done
3339# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2859# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3340rm -f conftest.err conftest.$ac_ext 2860rm -f conftest.err conftest.$ac_ext
3348fi 2868fi
3349 CPP=$ac_cv_prog_CPP 2869 CPP=$ac_cv_prog_CPP
3350else 2870else
3351 ac_cv_prog_CPP=$CPP 2871 ac_cv_prog_CPP=$CPP
3352fi 2872fi
3353{ echo "$as_me:$LINENO: result: $CPP" >&5 2873echo "$as_me:$LINENO: result: $CPP" >&5
3354echo "${ECHO_T}$CPP" >&6; } 2874echo "${ECHO_T}$CPP" >&6
3355ac_preproc_ok=false 2875ac_preproc_ok=false
3356for ac_c_preproc_warn_flag in '' yes 2876for ac_c_preproc_warn_flag in '' yes
3357do 2877do
3358 # Use a header file that comes with gcc, so configuring glibc 2878 # Use a header file that comes with gcc, so configuring glibc
3359 # with a fresh cross-compiler works. 2879 # with a fresh cross-compiler works.
3372#else 2892#else
3373# include <assert.h> 2893# include <assert.h>
3374#endif 2894#endif
3375 Syntax error 2895 Syntax error
3376_ACEOF 2896_ACEOF
3377if { (ac_try="$ac_cpp conftest.$ac_ext" 2897if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3378case "(($ac_try" in
3379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 *) ac_try_echo=$ac_try;;
3381esac
3382eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3383 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2898 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3384 ac_status=$? 2899 ac_status=$?
3385 grep -v '^ *+' conftest.er1 >conftest.err 2900 grep -v '^ *+' conftest.er1 >conftest.err
3386 rm -f conftest.er1 2901 rm -f conftest.er1
3387 cat conftest.err >&5 2902 cat conftest.err >&5
3388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3389 (exit $ac_status); } >/dev/null && { 2904 (exit $ac_status); } >/dev/null; then
3390 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3391 test ! -s conftest.err 2905 if test -s conftest.err; then
3392 }; 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
3393 : 2915 :
3394else 2916else
3395 echo "$as_me: failed program was:" >&5 2917 echo "$as_me: failed program was:" >&5
3396sed 's/^/| /' conftest.$ac_ext >&5 2918sed 's/^/| /' conftest.$ac_ext >&5
3397 2919
3398 # Broken: fails on valid input. 2920 # Broken: fails on valid input.
3399continue 2921continue
3400fi 2922fi
3401
3402rm -f conftest.err conftest.$ac_ext 2923rm -f conftest.err conftest.$ac_ext
3403 2924
3404 # OK, works on sane cases. Now check whether nonexistent headers 2925 # OK, works on sane cases. Now check whether non-existent headers
3405 # can be detected and how. 2926 # can be detected and how.
3406 cat >conftest.$ac_ext <<_ACEOF 2927 cat >conftest.$ac_ext <<_ACEOF
3407/* confdefs.h. */ 2928/* confdefs.h. */
3408_ACEOF 2929_ACEOF
3409cat confdefs.h >>conftest.$ac_ext 2930cat confdefs.h >>conftest.$ac_ext
3410cat >>conftest.$ac_ext <<_ACEOF 2931cat >>conftest.$ac_ext <<_ACEOF
3411/* end confdefs.h. */ 2932/* end confdefs.h. */
3412#include <ac_nonexistent.h> 2933#include <ac_nonexistent.h>
3413_ACEOF 2934_ACEOF
3414if { (ac_try="$ac_cpp conftest.$ac_ext" 2935if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3415case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418esac
3419eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3420 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3421 ac_status=$? 2937 ac_status=$?
3422 grep -v '^ *+' conftest.er1 >conftest.err 2938 grep -v '^ *+' conftest.er1 >conftest.err
3423 rm -f conftest.er1 2939 rm -f conftest.er1
3424 cat conftest.err >&5 2940 cat conftest.err >&5
3425 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3426 (exit $ac_status); } >/dev/null && { 2942 (exit $ac_status); } >/dev/null; then
3427 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3428 test ! -s conftest.err 2943 if test -s conftest.err; then
3429 }; 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
3430 # Broken: success on invalid input. 2953 # Broken: success on invalid input.
3431continue 2954continue
3432else 2955else
3433 echo "$as_me: failed program was:" >&5 2956 echo "$as_me: failed program was:" >&5
3434sed 's/^/| /' conftest.$ac_ext >&5 2957sed 's/^/| /' conftest.$ac_ext >&5
3435 2958
3436 # Passes both tests. 2959 # Passes both tests.
3437ac_preproc_ok=: 2960ac_preproc_ok=:
3438break 2961break
3439fi 2962fi
3440
3441rm -f conftest.err conftest.$ac_ext 2963rm -f conftest.err conftest.$ac_ext
3442 2964
3443done 2965done
3444# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 2966# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3445rm -f conftest.err conftest.$ac_ext 2967rm -f conftest.err conftest.$ac_ext
3470# 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
3471# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2993# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3472# 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"
3473# OS/2's system install, which has a completely different semantic 2995# OS/2's system install, which has a completely different semantic
3474# ./install, which can be erroneously created by make from ./install.sh. 2996# ./install, which can be erroneously created by make from ./install.sh.
3475{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2997echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3476echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2998echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3477if test -z "$INSTALL"; then 2999if test -z "$INSTALL"; then
3478if test "${ac_cv_path_install+set}" = set; then 3000if test "${ac_cv_path_install+set}" = set; then
3479 echo $ECHO_N "(cached) $ECHO_C" >&6 3001 echo $ECHO_N "(cached) $ECHO_C" >&6
3480else 3002else
3481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3493 # 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.
3494 # 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
3495 # by default. 3017 # by default.
3496 for ac_prog in ginstall scoinst install; do 3018 for ac_prog in ginstall scoinst install; do
3497 for ac_exec_ext in '' $ac_executable_extensions; do 3019 for ac_exec_ext in '' $ac_executable_extensions; do
3498 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
3499 if test $ac_prog = install && 3021 if test $ac_prog = install &&
3500 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
3501 # AIX install. It has an incompatible calling convention. 3023 # AIX install. It has an incompatible calling convention.
3502 : 3024 :
3503 elif test $ac_prog = install && 3025 elif test $ac_prog = install &&
3512 done 3034 done
3513 done 3035 done
3514 ;; 3036 ;;
3515esac 3037esac
3516done 3038done
3517IFS=$as_save_IFS
3518 3039
3519 3040
3520fi 3041fi
3521 if test "${ac_cv_path_install+set}" = set; then 3042 if test "${ac_cv_path_install+set}" = set; then
3522 INSTALL=$ac_cv_path_install 3043 INSTALL=$ac_cv_path_install
3523 else 3044 else
3524 # 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
3525 # value for INSTALL within a source directory, because that will 3046 # path for INSTALL within a source directory, because that will
3526 # break other packages using the cache if that directory is 3047 # break other packages using the cache if that directory is
3527 # removed, or if the value is a relative name. 3048 # removed, or if the path is relative.
3528 INSTALL=$ac_install_sh 3049 INSTALL=$ac_install_sh
3529 fi 3050 fi
3530fi 3051fi
3531{ echo "$as_me:$LINENO: result: $INSTALL" >&5 3052echo "$as_me:$LINENO: result: $INSTALL" >&5
3532echo "${ECHO_T}$INSTALL" >&6; } 3053echo "${ECHO_T}$INSTALL" >&6
3533 3054
3534# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3055# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3535# It thinks the first close brace ends the variable substitution. 3056# It thinks the first close brace ends the variable substitution.
3536test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3057test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3537 3058
3540test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3061test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3541 3062
3542 3063
3543 3064
3544 3065
3545{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3066echo "$as_me:$LINENO: checking for egrep" >&5
3546echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3067echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3547if test "${ac_cv_path_GREP+set}" = set; then 3068if test "${ac_cv_prog_egrep+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6 3069 echo $ECHO_N "(cached) $ECHO_C" >&6
3549else 3070else
3550 # Extract the first word of "grep ggrep" to use in msg output 3071 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3551if test -z "$GREP"; then 3072 then ac_cv_prog_egrep='grep -E'
3552set dummy grep ggrep; ac_prog_name=$2 3073 else ac_cv_prog_egrep='egrep'
3553if test "${ac_cv_path_GREP+set}" = set; then
3554 echo $ECHO_N "(cached) $ECHO_C" >&6
3555else
3556 ac_path_GREP_found=false
3557# Loop through the user's path and test for each of PROGNAME-LIST
3558as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3559for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3560do
3561 IFS=$as_save_IFS
3562 test -z "$as_dir" && as_dir=.
3563 for ac_prog in grep ggrep; do
3564 for ac_exec_ext in '' $ac_executable_extensions; do
3565 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3566 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3567 # Check for GNU ac_path_GREP and select it if it is found.
3568 # Check for GNU $ac_path_GREP
3569case `"$ac_path_GREP" --version 2>&1` in
3570*GNU*)
3571 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3572*)
3573 ac_count=0
3574 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3575 while :
3576 do
3577 cat "conftest.in" "conftest.in" >"conftest.tmp"
3578 mv "conftest.tmp" "conftest.in"
3579 cp "conftest.in" "conftest.nl"
3580 echo 'GREP' >> "conftest.nl"
3581 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3582 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3583 ac_count=`expr $ac_count + 1`
3584 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3585 # Best one so far, save it but keep looking for a better one
3586 ac_cv_path_GREP="$ac_path_GREP"
3587 ac_path_GREP_max=$ac_count
3588 fi 3074 fi
3589 # 10*(2^10) chars as input seems more than enough
3590 test $ac_count -gt 10 && break
3591 done
3592 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3593esac
3594
3595
3596 $ac_path_GREP_found && break 3
3597 done
3598done
3599
3600done
3601IFS=$as_save_IFS
3602
3603
3604fi 3075fi
3605
3606GREP="$ac_cv_path_GREP"
3607if test -z "$GREP"; then
3608 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3609echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3610 { (exit 1); exit 1; }; }
3611fi
3612
3613else
3614 ac_cv_path_GREP=$GREP
3615fi
3616
3617
3618fi
3619{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3076echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3620echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3077echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3621 GREP="$ac_cv_path_GREP" 3078 EGREP=$ac_cv_prog_egrep
3622 3079
3623 3080
3624{ echo "$as_me:$LINENO: checking for egrep" >&5
3625echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3626if test "${ac_cv_path_EGREP+set}" = set; then
3627 echo $ECHO_N "(cached) $ECHO_C" >&6
3628else
3629 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3630 then ac_cv_path_EGREP="$GREP -E"
3631 else
3632 # Extract the first word of "egrep" to use in msg output
3633if test -z "$EGREP"; then
3634set dummy egrep; ac_prog_name=$2
3635if test "${ac_cv_path_EGREP+set}" = set; then
3636 echo $ECHO_N "(cached) $ECHO_C" >&6
3637else
3638 ac_path_EGREP_found=false
3639# Loop through the user's path and test for each of PROGNAME-LIST
3640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3641for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3642do
3643 IFS=$as_save_IFS
3644 test -z "$as_dir" && as_dir=.
3645 for ac_prog in egrep; do
3646 for ac_exec_ext in '' $ac_executable_extensions; do
3647 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3648 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3649 # Check for GNU ac_path_EGREP and select it if it is found.
3650 # Check for GNU $ac_path_EGREP
3651case `"$ac_path_EGREP" --version 2>&1` in
3652*GNU*)
3653 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3654*)
3655 ac_count=0
3656 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3657 while :
3658 do
3659 cat "conftest.in" "conftest.in" >"conftest.tmp"
3660 mv "conftest.tmp" "conftest.in"
3661 cp "conftest.in" "conftest.nl"
3662 echo 'EGREP' >> "conftest.nl"
3663 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3665 ac_count=`expr $ac_count + 1`
3666 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3667 # Best one so far, save it but keep looking for a better one
3668 ac_cv_path_EGREP="$ac_path_EGREP"
3669 ac_path_EGREP_max=$ac_count
3670 fi
3671 # 10*(2^10) chars as input seems more than enough
3672 test $ac_count -gt 10 && break
3673 done
3674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3675esac
3676 3081
3677
3678 $ac_path_EGREP_found && break 3
3679 done
3680done
3681
3682done
3683IFS=$as_save_IFS
3684
3685
3686fi
3687
3688EGREP="$ac_cv_path_EGREP"
3689if test -z "$EGREP"; then
3690 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3691echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3692 { (exit 1); exit 1; }; }
3693fi
3694
3695else
3696 ac_cv_path_EGREP=$EGREP
3697fi
3698
3699
3700 fi
3701fi
3702{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3703echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3704 EGREP="$ac_cv_path_EGREP"
3705
3706
3707
3708{ echo "$as_me:$LINENO: checking for AIX" >&5 3082echo "$as_me:$LINENO: checking for AIX" >&5
3709echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 3083echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3710cat >conftest.$ac_ext <<_ACEOF 3084cat >conftest.$ac_ext <<_ACEOF
3711/* confdefs.h. */ 3085/* confdefs.h. */
3712_ACEOF 3086_ACEOF
3713cat confdefs.h >>conftest.$ac_ext 3087cat confdefs.h >>conftest.$ac_ext
3714cat >>conftest.$ac_ext <<_ACEOF 3088cat >>conftest.$ac_ext <<_ACEOF
3718#endif 3092#endif
3719 3093
3720_ACEOF 3094_ACEOF
3721if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3095if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3722 $EGREP "yes" >/dev/null 2>&1; then 3096 $EGREP "yes" >/dev/null 2>&1; then
3723 { echo "$as_me:$LINENO: result: yes" >&5 3097 echo "$as_me:$LINENO: result: yes" >&5
3724echo "${ECHO_T}yes" >&6; } 3098echo "${ECHO_T}yes" >&6
3725cat >>confdefs.h <<\_ACEOF 3099cat >>confdefs.h <<\_ACEOF
3726#define _ALL_SOURCE 1 3100#define _ALL_SOURCE 1
3727_ACEOF 3101_ACEOF
3728 3102
3729else 3103else
3730 { echo "$as_me:$LINENO: result: no" >&5 3104 echo "$as_me:$LINENO: result: no" >&5
3731echo "${ECHO_T}no" >&6; } 3105echo "${ECHO_T}no" >&6
3732fi 3106fi
3733rm -f conftest* 3107rm -f conftest*
3734 3108
3735 3109
3736{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 3110echo "$as_me:$LINENO: checking for library containing strerror" >&5
3737echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 3111echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3738if test "${ac_cv_search_strerror+set}" = set; then 3112if test "${ac_cv_search_strerror+set}" = set; then
3739 echo $ECHO_N "(cached) $ECHO_C" >&6 3113 echo $ECHO_N "(cached) $ECHO_C" >&6
3740else 3114else
3741 ac_func_search_save_LIBS=$LIBS 3115 ac_func_search_save_LIBS=$LIBS
3116ac_cv_search_strerror=no
3742cat >conftest.$ac_ext <<_ACEOF 3117cat >conftest.$ac_ext <<_ACEOF
3743/* confdefs.h. */ 3118/* confdefs.h. */
3744_ACEOF 3119_ACEOF
3745cat confdefs.h >>conftest.$ac_ext 3120cat confdefs.h >>conftest.$ac_ext
3746cat >>conftest.$ac_ext <<_ACEOF 3121cat >>conftest.$ac_ext <<_ACEOF
3747/* end confdefs.h. */ 3122/* end confdefs.h. */
3748 3123
3749/* Override any GCC internal prototype to avoid an error. 3124/* Override any gcc2 internal prototype to avoid an error. */
3750 Use char because int might match the return type of a GCC
3751 builtin and then its argument prototype would still apply. */
3752#ifdef __cplusplus 3125#ifdef __cplusplus
3753extern "C" 3126extern "C"
3754#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. */
3755char strerror (); 3130char strerror ();
3756int 3131int
3757main () 3132main ()
3758{ 3133{
3759return strerror (); 3134strerror ();
3760 ; 3135 ;
3761 return 0; 3136 return 0;
3762} 3137}
3763_ACEOF 3138_ACEOF
3764for ac_lib in '' cposix; do
3765 if test -z "$ac_lib"; then
3766 ac_res="none required"
3767 else
3768 ac_res=-l$ac_lib
3769 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3770 fi
3771 rm -f conftest.$ac_objext conftest$ac_exeext 3139rm -f conftest.$ac_objext conftest$ac_exeext
3772if { (ac_try="$ac_link"
3773case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776esac
3777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3778 (eval "$ac_link") 2>conftest.er1 3141 (eval $ac_link) 2>conftest.er1
3779 ac_status=$? 3142 ac_status=$?
3780 grep -v '^ *+' conftest.er1 >conftest.err 3143 grep -v '^ *+' conftest.er1 >conftest.err
3781 rm -f conftest.er1 3144 rm -f conftest.er1
3782 cat conftest.err >&5 3145 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); } && { 3147 (exit $ac_status); } &&
3785 test -z "$ac_c_werror_flag" || 3148 { ac_try='test -z "$ac_c_werror_flag"
3786 test ! -s conftest.err 3149 || test ! -s conftest.err'
3787 } && test -s conftest$ac_exeext && 3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3788 $as_test_x conftest$ac_exeext; then 3151 (eval $ac_try) 2>&5
3789 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"
3790else 3162else
3791 echo "$as_me: failed program was:" >&5 3163 echo "$as_me: failed program was:" >&5
3792sed 's/^/| /' conftest.$ac_ext >&5 3164sed 's/^/| /' conftest.$ac_ext >&5
3793 3165
3794
3795fi 3166fi
3796 3167rm -f conftest.err conftest.$ac_objext \
3797rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3168 conftest$ac_exeext conftest.$ac_ext
3798 conftest$ac_exeext
3799 if test "${ac_cv_search_strerror+set}" = set; then
3800 break
3801fi
3802done
3803if test "${ac_cv_search_strerror+set}" = set; then 3169if test "$ac_cv_search_strerror" = no; then
3804 : 3170 for ac_lib in cposix; do
3805else 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
3806 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
3807fi 3222fi
3808rm conftest.$ac_ext 3223rm -f conftest.err conftest.$ac_objext \
3224 conftest$ac_exeext conftest.$ac_ext
3225 done
3226fi
3809LIBS=$ac_func_search_save_LIBS 3227LIBS=$ac_func_search_save_LIBS
3810fi 3228fi
3811{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 3229echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3812echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 3230echo "${ECHO_T}$ac_cv_search_strerror" >&6
3813ac_res=$ac_cv_search_strerror
3814if test "$ac_res" != no; then 3231if test "$ac_cv_search_strerror" != no; then
3815 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 3232 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3816 3233
3817fi 3234fi
3818 3235
3819ac_ext=cpp 3236ac_ext=cc
3820ac_cpp='$CXXCPP $CPPFLAGS' 3237ac_cpp='$CXXCPP $CPPFLAGS'
3821ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3238ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3822ac_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'
3823ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3240ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3824 3241
3825 3242
3826if test x$GCC = xyes && test x$GXX = xyes; then 3243if test x$GCC = xyes && test x$GXX = xyes; then
3827 { echo "$as_me:$LINENO: checking for working libsupc++" >&5 3244 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3828echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6; } 3245echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3829 save_CXX="$CXX" 3246 save_CXX="$CXX"
3830 save_LIBS="$LIBS" 3247 save_LIBS="$LIBS"
3831 CXX="$CC" 3248 CXX="$CC"
3832 LIBS="$LIBS -lsupc++" 3249 LIBS="$LIBS -lsupc++"
3833 LINKER="$CC" 3250 LINKER="$CC"
3846 ; 3263 ;
3847 return 0; 3264 return 0;
3848} 3265}
3849_ACEOF 3266_ACEOF
3850rm -f conftest.$ac_objext conftest$ac_exeext 3267rm -f conftest.$ac_objext conftest$ac_exeext
3851if { (ac_try="$ac_link"
3852case "(($ac_try" in
3853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3854 *) ac_try_echo=$ac_try;;
3855esac
3856eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3857 (eval "$ac_link") 2>conftest.er1 3269 (eval $ac_link) 2>conftest.er1
3858 ac_status=$? 3270 ac_status=$?
3859 grep -v '^ *+' conftest.er1 >conftest.err 3271 grep -v '^ *+' conftest.er1 >conftest.err
3860 rm -f conftest.er1 3272 rm -f conftest.er1
3861 cat conftest.err >&5 3273 cat conftest.err >&5
3862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863 (exit $ac_status); } && { 3275 (exit $ac_status); } &&
3864 test -z "$ac_cxx_werror_flag" || 3276 { ac_try='test -z "$ac_cxx_werror_flag"
3865 test ! -s conftest.err 3277 || test ! -s conftest.err'
3866 } && test -s conftest$ac_exeext && 3278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3867 $as_test_x conftest$ac_exeext; then 3279 (eval $ac_try) 2>&5
3280 ac_status=$?
3281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3282 (exit $ac_status); }; } &&
3283 { ac_try='test -s conftest$ac_exeext'
3284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3285 (eval $ac_try) 2>&5
3286 ac_status=$?
3287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 (exit $ac_status); }; }; then
3868 { echo "$as_me:$LINENO: result: ok" >&5 3289 echo "$as_me:$LINENO: result: ok" >&5
3869echo "${ECHO_T}ok" >&6; } 3290echo "${ECHO_T}ok" >&6
3870else 3291else
3871 echo "$as_me: failed program was:" >&5 3292 echo "$as_me: failed program was:" >&5
3872sed 's/^/| /' conftest.$ac_ext >&5 3293sed 's/^/| /' conftest.$ac_ext >&5
3873 3294
3874 3295
3875 { 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
3876echo "${ECHO_T}no, making everything bigger and slower" >&6; } 3297echo "${ECHO_T}no, making everything bigger and slower" >&6
3877 LIBS="$save_LIBS" 3298 LIBS="$save_LIBS"
3878 LINKER="$save_CXX" 3299 LINKER="$save_CXX"
3879 3300
3880 3301
3881fi 3302fi
3882 3303rm -f conftest.err conftest.$ac_objext \
3883rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3884 conftest$ac_exeext conftest.$ac_ext 3304 conftest$ac_exeext conftest.$ac_ext
3885 CXX="$save_CXX" 3305 CXX="$save_CXX"
3886fi 3306fi
3887LINKER=$LINKER 3307LINKER=$LINKER
3888 3308
3904 ; 3324 ;
3905 return 0; 3325 return 0;
3906} 3326}
3907_ACEOF 3327_ACEOF
3908rm -f conftest.$ac_objext 3328rm -f conftest.$ac_objext
3909if { (ac_try="$ac_compile"
3910case "(($ac_try" in
3911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3912 *) ac_try_echo=$ac_try;;
3913esac
3914eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3329if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3915 (eval "$ac_compile") 2>conftest.er1 3330 (eval $ac_compile) 2>conftest.er1
3916 ac_status=$? 3331 ac_status=$?
3917 grep -v '^ *+' conftest.er1 >conftest.err 3332 grep -v '^ *+' conftest.er1 >conftest.err
3918 rm -f conftest.er1 3333 rm -f conftest.er1
3919 cat conftest.err >&5 3334 cat conftest.err >&5
3920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3921 (exit $ac_status); } && { 3336 (exit $ac_status); } &&
3922 test -z "$ac_cxx_werror_flag" || 3337 { ac_try='test -z "$ac_cxx_werror_flag"
3923 test ! -s conftest.err 3338 || test ! -s conftest.err'
3924 } && 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
3925 : 3350 :
3926else 3351else
3927 echo "$as_me: failed program was:" >&5 3352 echo "$as_me: failed program was:" >&5
3928sed 's/^/| /' conftest.$ac_ext >&5 3353sed 's/^/| /' conftest.$ac_ext >&5
3929 3354
3930 CXXFLAGS="-g -O3" 3355CXXFLAGS="-g -O3"
3931fi 3356fi
3932
3933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3934 else 3358 else
3935 CXXFLAGS="-O" 3359 CXXFLAGS="-O"
3936 fi 3360 fi
3937 CFLAGS="$CXXFLAGS" 3361 CFLAGS="$CXXFLAGS"
3938fi 3362fi
3945 3369
3946case $host in 3370case $host in
3947 *-*-solaris* ) 3371 *-*-solaris* )
3948 3372
3949cat >>confdefs.h <<\_ACEOF 3373cat >>confdefs.h <<\_ACEOF
3950#define _XOPEN_SOURCE_EXTENDED 1
3951_ACEOF
3952
3953
3954cat >>confdefs.h <<\_ACEOF
3955#define _XOPEN_SOURCE 2 3374#define _XOPEN_SOURCE 500
3956_ACEOF
3957
3958
3959cat >>confdefs.h <<\_ACEOF
3960#define __EXTENSIONS__ 1
3961_ACEOF 3375_ACEOF
3962 3376
3963 ;; 3377 ;;
3964esac 3378esac
3965 3379
3966 3380
3967{ echo "$as_me:$LINENO: checking for setlocale" >&5 3381echo "$as_me:$LINENO: checking for setlocale" >&5
3968echo $ECHO_N "checking for setlocale... $ECHO_C" >&6; } 3382echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3969if test "${ac_cv_func_setlocale+set}" = set; then 3383if test "${ac_cv_func_setlocale+set}" = set; then
3970 echo $ECHO_N "(cached) $ECHO_C" >&6 3384 echo $ECHO_N "(cached) $ECHO_C" >&6
3971else 3385else
3972 cat >conftest.$ac_ext <<_ACEOF 3386 cat >conftest.$ac_ext <<_ACEOF
3973/* confdefs.h. */ 3387/* confdefs.h. */
3990# include <assert.h> 3404# include <assert.h>
3991#endif 3405#endif
3992 3406
3993#undef setlocale 3407#undef setlocale
3994 3408
3995/* Override any GCC internal prototype to avoid an error. 3409/* Override any gcc2 internal prototype to avoid an error. */
3996 Use char because int might match the return type of a GCC
3997 builtin and then its argument prototype would still apply. */
3998#ifdef __cplusplus 3410#ifdef __cplusplus
3999extern "C" 3411extern "C"
3412{
4000#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. */
4001char setlocale (); 3416char setlocale ();
4002/* The GNU C library defines this for functions which it implements 3417/* The GNU C library defines this for functions which it implements
4003 to always fail with ENOSYS. Some functions are actually named 3418 to always fail with ENOSYS. Some functions are actually named
4004 something starting with __ and the normal name is an alias. */ 3419 something starting with __ and the normal name is an alias. */
4005#if defined __stub_setlocale || defined __stub___setlocale 3420#if defined (__stub_setlocale) || defined (__stub___setlocale)
4006choke me 3421choke me
3422#else
3423char (*f) () = setlocale;
3424#endif
3425#ifdef __cplusplus
3426}
4007#endif 3427#endif
4008 3428
4009int 3429int
4010main () 3430main ()
4011{ 3431{
4012return setlocale (); 3432return f != setlocale;
4013 ; 3433 ;
4014 return 0; 3434 return 0;
4015} 3435}
4016_ACEOF 3436_ACEOF
4017rm -f conftest.$ac_objext conftest$ac_exeext 3437rm -f conftest.$ac_objext conftest$ac_exeext
4018if { (ac_try="$ac_link"
4019case "(($ac_try" in
4020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4021 *) ac_try_echo=$ac_try;;
4022esac
4023eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4024 (eval "$ac_link") 2>conftest.er1 3439 (eval $ac_link) 2>conftest.er1
4025 ac_status=$? 3440 ac_status=$?
4026 grep -v '^ *+' conftest.er1 >conftest.err 3441 grep -v '^ *+' conftest.er1 >conftest.err
4027 rm -f conftest.er1 3442 rm -f conftest.er1
4028 cat conftest.err >&5 3443 cat conftest.err >&5
4029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030 (exit $ac_status); } && { 3445 (exit $ac_status); } &&
4031 test -z "$ac_cxx_werror_flag" || 3446 { ac_try='test -z "$ac_cxx_werror_flag"
4032 test ! -s conftest.err 3447 || test ! -s conftest.err'
4033 } && test -s conftest$ac_exeext && 3448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4034 $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
4035 ac_cv_func_setlocale=yes 3459 ac_cv_func_setlocale=yes
4036else 3460else
4037 echo "$as_me: failed program was:" >&5 3461 echo "$as_me: failed program was:" >&5
4038sed 's/^/| /' conftest.$ac_ext >&5 3462sed 's/^/| /' conftest.$ac_ext >&5
4039 3463
4040 ac_cv_func_setlocale=no 3464ac_cv_func_setlocale=no
4041fi 3465fi
4042 3466rm -f conftest.err conftest.$ac_objext \
4043rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4044 conftest$ac_exeext conftest.$ac_ext 3467 conftest$ac_exeext conftest.$ac_ext
4045fi 3468fi
4046{ echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5 3469echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
4047echo "${ECHO_T}$ac_cv_func_setlocale" >&6; } 3470echo "${ECHO_T}$ac_cv_func_setlocale" >&6
4048if test $ac_cv_func_setlocale = yes; then 3471if test $ac_cv_func_setlocale = yes; then
4049 : 3472 :
4050else 3473else
4051 { echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 3474 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
4052echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; } 3475echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
4053if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then 3476if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
4054 echo $ECHO_N "(cached) $ECHO_C" >&6 3477 echo $ECHO_N "(cached) $ECHO_C" >&6
4055else 3478else
4056 ac_check_lib_save_LIBS=$LIBS 3479 ac_check_lib_save_LIBS=$LIBS
4057LIBS="-lxpg4 $LIBS" 3480LIBS="-lxpg4 $LIBS"
4060_ACEOF 3483_ACEOF
4061cat confdefs.h >>conftest.$ac_ext 3484cat confdefs.h >>conftest.$ac_ext
4062cat >>conftest.$ac_ext <<_ACEOF 3485cat >>conftest.$ac_ext <<_ACEOF
4063/* end confdefs.h. */ 3486/* end confdefs.h. */
4064 3487
4065/* Override any GCC internal prototype to avoid an error. 3488/* Override any gcc2 internal prototype to avoid an error. */
4066 Use char because int might match the return type of a GCC
4067 builtin and then its argument prototype would still apply. */
4068#ifdef __cplusplus 3489#ifdef __cplusplus
4069extern "C" 3490extern "C"
4070#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. */
4071char setlocale (); 3494char setlocale ();
4072int 3495int
4073main () 3496main ()
4074{ 3497{
4075return setlocale (); 3498setlocale ();
4076 ; 3499 ;
4077 return 0; 3500 return 0;
4078} 3501}
4079_ACEOF 3502_ACEOF
4080rm -f conftest.$ac_objext conftest$ac_exeext 3503rm -f conftest.$ac_objext conftest$ac_exeext
4081if { (ac_try="$ac_link"
4082case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085esac
4086eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4087 (eval "$ac_link") 2>conftest.er1 3505 (eval $ac_link) 2>conftest.er1
4088 ac_status=$? 3506 ac_status=$?
4089 grep -v '^ *+' conftest.er1 >conftest.err 3507 grep -v '^ *+' conftest.er1 >conftest.err
4090 rm -f conftest.er1 3508 rm -f conftest.er1
4091 cat conftest.err >&5 3509 cat conftest.err >&5
4092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4093 (exit $ac_status); } && { 3511 (exit $ac_status); } &&
4094 test -z "$ac_cxx_werror_flag" || 3512 { ac_try='test -z "$ac_cxx_werror_flag"
4095 test ! -s conftest.err 3513 || test ! -s conftest.err'
4096 } && test -s conftest$ac_exeext && 3514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4097 $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
4098 ac_cv_lib_xpg4_setlocale=yes 3525 ac_cv_lib_xpg4_setlocale=yes
4099else 3526else
4100 echo "$as_me: failed program was:" >&5 3527 echo "$as_me: failed program was:" >&5
4101sed 's/^/| /' conftest.$ac_ext >&5 3528sed 's/^/| /' conftest.$ac_ext >&5
4102 3529
4103 ac_cv_lib_xpg4_setlocale=no 3530ac_cv_lib_xpg4_setlocale=no
4104fi 3531fi
4105 3532rm -f conftest.err conftest.$ac_objext \
4106rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4107 conftest$ac_exeext conftest.$ac_ext 3533 conftest$ac_exeext conftest.$ac_ext
4108LIBS=$ac_check_lib_save_LIBS 3534LIBS=$ac_check_lib_save_LIBS
4109fi 3535fi
4110{ echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5 3536echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
4111echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; } 3537echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
4112if test $ac_cv_lib_xpg4_setlocale = yes; then 3538if test $ac_cv_lib_xpg4_setlocale = yes; then
4113 LIBS="$LIBS -lxpg4" 3539 LIBS="$LIBS -lxpg4"
4114fi 3540fi
4115 3541
4116fi 3542fi
4117 3543
4118 3544
4119{ echo "$as_me:$LINENO: checking for gethostbyname" >&5 3545echo "$as_me:$LINENO: checking for gethostbyname" >&5
4120echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 3546echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
4121if test "${ac_cv_func_gethostbyname+set}" = set; then 3547if test "${ac_cv_func_gethostbyname+set}" = set; then
4122 echo $ECHO_N "(cached) $ECHO_C" >&6 3548 echo $ECHO_N "(cached) $ECHO_C" >&6
4123else 3549else
4124 cat >conftest.$ac_ext <<_ACEOF 3550 cat >conftest.$ac_ext <<_ACEOF
4125/* confdefs.h. */ 3551/* confdefs.h. */
4142# include <assert.h> 3568# include <assert.h>
4143#endif 3569#endif
4144 3570
4145#undef gethostbyname 3571#undef gethostbyname
4146 3572
4147/* Override any GCC internal prototype to avoid an error. 3573/* Override any gcc2 internal prototype to avoid an error. */
4148 Use char because int might match the return type of a GCC
4149 builtin and then its argument prototype would still apply. */
4150#ifdef __cplusplus 3574#ifdef __cplusplus
4151extern "C" 3575extern "C"
3576{
4152#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. */
4153char gethostbyname (); 3580char gethostbyname ();
4154/* The GNU C library defines this for functions which it implements 3581/* The GNU C library defines this for functions which it implements
4155 to always fail with ENOSYS. Some functions are actually named 3582 to always fail with ENOSYS. Some functions are actually named
4156 something starting with __ and the normal name is an alias. */ 3583 something starting with __ and the normal name is an alias. */
4157#if defined __stub_gethostbyname || defined __stub___gethostbyname 3584#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
4158choke me 3585choke me
3586#else
3587char (*f) () = gethostbyname;
3588#endif
3589#ifdef __cplusplus
3590}
4159#endif 3591#endif
4160 3592
4161int 3593int
4162main () 3594main ()
4163{ 3595{
4164return gethostbyname (); 3596return f != gethostbyname;
4165 ; 3597 ;
4166 return 0; 3598 return 0;
4167} 3599}
4168_ACEOF 3600_ACEOF
4169rm -f conftest.$ac_objext conftest$ac_exeext 3601rm -f conftest.$ac_objext conftest$ac_exeext
4170if { (ac_try="$ac_link"
4171case "(($ac_try" in
4172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4173 *) ac_try_echo=$ac_try;;
4174esac
4175eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3602if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4176 (eval "$ac_link") 2>conftest.er1 3603 (eval $ac_link) 2>conftest.er1
4177 ac_status=$? 3604 ac_status=$?
4178 grep -v '^ *+' conftest.er1 >conftest.err 3605 grep -v '^ *+' conftest.er1 >conftest.err
4179 rm -f conftest.er1 3606 rm -f conftest.er1
4180 cat conftest.err >&5 3607 cat conftest.err >&5
4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182 (exit $ac_status); } && { 3609 (exit $ac_status); } &&
4183 test -z "$ac_cxx_werror_flag" || 3610 { ac_try='test -z "$ac_cxx_werror_flag"
4184 test ! -s conftest.err 3611 || test ! -s conftest.err'
4185 } && test -s conftest$ac_exeext && 3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4186 $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
4187 ac_cv_func_gethostbyname=yes 3623 ac_cv_func_gethostbyname=yes
4188else 3624else
4189 echo "$as_me: failed program was:" >&5 3625 echo "$as_me: failed program was:" >&5
4190sed 's/^/| /' conftest.$ac_ext >&5 3626sed 's/^/| /' conftest.$ac_ext >&5
4191 3627
4192 ac_cv_func_gethostbyname=no 3628ac_cv_func_gethostbyname=no
4193fi 3629fi
4194 3630rm -f conftest.err conftest.$ac_objext \
4195rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4196 conftest$ac_exeext conftest.$ac_ext 3631 conftest$ac_exeext conftest.$ac_ext
4197fi 3632fi
4198{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 3633echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4199echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 3634echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
4200if test $ac_cv_func_gethostbyname = yes; then 3635if test $ac_cv_func_gethostbyname = yes; then
4201 : 3636 :
4202else 3637else
4203 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 3638 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4204echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 3639echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4205if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 3640if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4206 echo $ECHO_N "(cached) $ECHO_C" >&6 3641 echo $ECHO_N "(cached) $ECHO_C" >&6
4207else 3642else
4208 ac_check_lib_save_LIBS=$LIBS 3643 ac_check_lib_save_LIBS=$LIBS
4209LIBS="-lnsl $LIBS" 3644LIBS="-lnsl $LIBS"
4212_ACEOF 3647_ACEOF
4213cat confdefs.h >>conftest.$ac_ext 3648cat confdefs.h >>conftest.$ac_ext
4214cat >>conftest.$ac_ext <<_ACEOF 3649cat >>conftest.$ac_ext <<_ACEOF
4215/* end confdefs.h. */ 3650/* end confdefs.h. */
4216 3651
4217/* Override any GCC internal prototype to avoid an error. 3652/* Override any gcc2 internal prototype to avoid an error. */
4218 Use char because int might match the return type of a GCC
4219 builtin and then its argument prototype would still apply. */
4220#ifdef __cplusplus 3653#ifdef __cplusplus
4221extern "C" 3654extern "C"
4222#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. */
4223char gethostbyname (); 3658char gethostbyname ();
4224int 3659int
4225main () 3660main ()
4226{ 3661{
4227return gethostbyname (); 3662gethostbyname ();
4228 ; 3663 ;
4229 return 0; 3664 return 0;
4230} 3665}
4231_ACEOF 3666_ACEOF
4232rm -f conftest.$ac_objext conftest$ac_exeext 3667rm -f conftest.$ac_objext conftest$ac_exeext
4233if { (ac_try="$ac_link"
4234case "(($ac_try" in
4235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4236 *) ac_try_echo=$ac_try;;
4237esac
4238eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4239 (eval "$ac_link") 2>conftest.er1 3669 (eval $ac_link) 2>conftest.er1
4240 ac_status=$? 3670 ac_status=$?
4241 grep -v '^ *+' conftest.er1 >conftest.err 3671 grep -v '^ *+' conftest.er1 >conftest.err
4242 rm -f conftest.er1 3672 rm -f conftest.er1
4243 cat conftest.err >&5 3673 cat conftest.err >&5
4244 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4245 (exit $ac_status); } && { 3675 (exit $ac_status); } &&
4246 test -z "$ac_cxx_werror_flag" || 3676 { ac_try='test -z "$ac_cxx_werror_flag"
4247 test ! -s conftest.err 3677 || test ! -s conftest.err'
4248 } && test -s conftest$ac_exeext && 3678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4249 $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
4250 ac_cv_lib_nsl_gethostbyname=yes 3689 ac_cv_lib_nsl_gethostbyname=yes
4251else 3690else
4252 echo "$as_me: failed program was:" >&5 3691 echo "$as_me: failed program was:" >&5
4253sed 's/^/| /' conftest.$ac_ext >&5 3692sed 's/^/| /' conftest.$ac_ext >&5
4254 3693
4255 ac_cv_lib_nsl_gethostbyname=no 3694ac_cv_lib_nsl_gethostbyname=no
4256fi 3695fi
4257 3696rm -f conftest.err conftest.$ac_objext \
4258rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4259 conftest$ac_exeext conftest.$ac_ext 3697 conftest$ac_exeext conftest.$ac_ext
4260LIBS=$ac_check_lib_save_LIBS 3698LIBS=$ac_check_lib_save_LIBS
4261fi 3699fi
4262{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 3700echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4263echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 3701echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4264if test $ac_cv_lib_nsl_gethostbyname = yes; then 3702if test $ac_cv_lib_nsl_gethostbyname = yes; then
4265 LIBS="$LIBS -lnsl" 3703 LIBS="$LIBS -lnsl"
4266fi 3704fi
4267 3705
4268fi 3706fi
4269 3707
4270{ echo "$as_me:$LINENO: checking for socket" >&5 3708echo "$as_me:$LINENO: checking for socket" >&5
4271echo $ECHO_N "checking for socket... $ECHO_C" >&6; } 3709echo $ECHO_N "checking for socket... $ECHO_C" >&6
4272if test "${ac_cv_func_socket+set}" = set; then 3710if test "${ac_cv_func_socket+set}" = set; then
4273 echo $ECHO_N "(cached) $ECHO_C" >&6 3711 echo $ECHO_N "(cached) $ECHO_C" >&6
4274else 3712else
4275 cat >conftest.$ac_ext <<_ACEOF 3713 cat >conftest.$ac_ext <<_ACEOF
4276/* confdefs.h. */ 3714/* confdefs.h. */
4293# include <assert.h> 3731# include <assert.h>
4294#endif 3732#endif
4295 3733
4296#undef socket 3734#undef socket
4297 3735
4298/* Override any GCC internal prototype to avoid an error. 3736/* Override any gcc2 internal prototype to avoid an error. */
4299 Use char because int might match the return type of a GCC
4300 builtin and then its argument prototype would still apply. */
4301#ifdef __cplusplus 3737#ifdef __cplusplus
4302extern "C" 3738extern "C"
3739{
4303#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. */
4304char socket (); 3743char socket ();
4305/* The GNU C library defines this for functions which it implements 3744/* The GNU C library defines this for functions which it implements
4306 to always fail with ENOSYS. Some functions are actually named 3745 to always fail with ENOSYS. Some functions are actually named
4307 something starting with __ and the normal name is an alias. */ 3746 something starting with __ and the normal name is an alias. */
4308#if defined __stub_socket || defined __stub___socket 3747#if defined (__stub_socket) || defined (__stub___socket)
4309choke me 3748choke me
3749#else
3750char (*f) () = socket;
3751#endif
3752#ifdef __cplusplus
3753}
4310#endif 3754#endif
4311 3755
4312int 3756int
4313main () 3757main ()
4314{ 3758{
4315return socket (); 3759return f != socket;
4316 ; 3760 ;
4317 return 0; 3761 return 0;
4318} 3762}
4319_ACEOF 3763_ACEOF
4320rm -f conftest.$ac_objext conftest$ac_exeext 3764rm -f conftest.$ac_objext conftest$ac_exeext
4321if { (ac_try="$ac_link"
4322case "(($ac_try" in
4323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4324 *) ac_try_echo=$ac_try;;
4325esac
4326eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3765if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4327 (eval "$ac_link") 2>conftest.er1 3766 (eval $ac_link) 2>conftest.er1
4328 ac_status=$? 3767 ac_status=$?
4329 grep -v '^ *+' conftest.er1 >conftest.err 3768 grep -v '^ *+' conftest.er1 >conftest.err
4330 rm -f conftest.er1 3769 rm -f conftest.er1
4331 cat conftest.err >&5 3770 cat conftest.err >&5
4332 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333 (exit $ac_status); } && { 3772 (exit $ac_status); } &&
4334 test -z "$ac_cxx_werror_flag" || 3773 { ac_try='test -z "$ac_cxx_werror_flag"
4335 test ! -s conftest.err 3774 || test ! -s conftest.err'
4336 } && test -s conftest$ac_exeext && 3775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4337 $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
4338 ac_cv_func_socket=yes 3786 ac_cv_func_socket=yes
4339else 3787else
4340 echo "$as_me: failed program was:" >&5 3788 echo "$as_me: failed program was:" >&5
4341sed 's/^/| /' conftest.$ac_ext >&5 3789sed 's/^/| /' conftest.$ac_ext >&5
4342 3790
4343 ac_cv_func_socket=no 3791ac_cv_func_socket=no
4344fi 3792fi
4345 3793rm -f conftest.err conftest.$ac_objext \
4346rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4347 conftest$ac_exeext conftest.$ac_ext 3794 conftest$ac_exeext conftest.$ac_ext
4348fi 3795fi
4349{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 3796echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4350echo "${ECHO_T}$ac_cv_func_socket" >&6; } 3797echo "${ECHO_T}$ac_cv_func_socket" >&6
4351if test $ac_cv_func_socket = yes; then 3798if test $ac_cv_func_socket = yes; then
4352 : 3799 :
4353else 3800else
4354 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 3801 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
4355echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } 3802echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
4356if test "${ac_cv_lib_socket_socket+set}" = set; then 3803if test "${ac_cv_lib_socket_socket+set}" = set; then
4357 echo $ECHO_N "(cached) $ECHO_C" >&6 3804 echo $ECHO_N "(cached) $ECHO_C" >&6
4358else 3805else
4359 ac_check_lib_save_LIBS=$LIBS 3806 ac_check_lib_save_LIBS=$LIBS
4360LIBS="-lsocket $LIBS" 3807LIBS="-lsocket $LIBS"
4363_ACEOF 3810_ACEOF
4364cat confdefs.h >>conftest.$ac_ext 3811cat confdefs.h >>conftest.$ac_ext
4365cat >>conftest.$ac_ext <<_ACEOF 3812cat >>conftest.$ac_ext <<_ACEOF
4366/* end confdefs.h. */ 3813/* end confdefs.h. */
4367 3814
4368/* Override any GCC internal prototype to avoid an error. 3815/* Override any gcc2 internal prototype to avoid an error. */
4369 Use char because int might match the return type of a GCC
4370 builtin and then its argument prototype would still apply. */
4371#ifdef __cplusplus 3816#ifdef __cplusplus
4372extern "C" 3817extern "C"
4373#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. */
4374char socket (); 3821char socket ();
4375int 3822int
4376main () 3823main ()
4377{ 3824{
4378return socket (); 3825socket ();
4379 ; 3826 ;
4380 return 0; 3827 return 0;
4381} 3828}
4382_ACEOF 3829_ACEOF
4383rm -f conftest.$ac_objext conftest$ac_exeext 3830rm -f conftest.$ac_objext conftest$ac_exeext
4384if { (ac_try="$ac_link"
4385case "(($ac_try" in
4386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4387 *) ac_try_echo=$ac_try;;
4388esac
4389eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4390 (eval "$ac_link") 2>conftest.er1 3832 (eval $ac_link) 2>conftest.er1
4391 ac_status=$? 3833 ac_status=$?
4392 grep -v '^ *+' conftest.er1 >conftest.err 3834 grep -v '^ *+' conftest.er1 >conftest.err
4393 rm -f conftest.er1 3835 rm -f conftest.er1
4394 cat conftest.err >&5 3836 cat conftest.err >&5
4395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4396 (exit $ac_status); } && { 3838 (exit $ac_status); } &&
4397 test -z "$ac_cxx_werror_flag" || 3839 { ac_try='test -z "$ac_cxx_werror_flag"
4398 test ! -s conftest.err 3840 || test ! -s conftest.err'
4399 } && test -s conftest$ac_exeext && 3841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4400 $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
4401 ac_cv_lib_socket_socket=yes 3852 ac_cv_lib_socket_socket=yes
4402else 3853else
4403 echo "$as_me: failed program was:" >&5 3854 echo "$as_me: failed program was:" >&5
4404sed 's/^/| /' conftest.$ac_ext >&5 3855sed 's/^/| /' conftest.$ac_ext >&5
4405 3856
4406 ac_cv_lib_socket_socket=no 3857ac_cv_lib_socket_socket=no
4407fi 3858fi
4408 3859rm -f conftest.err conftest.$ac_objext \
4409rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4410 conftest$ac_exeext conftest.$ac_ext 3860 conftest$ac_exeext conftest.$ac_ext
4411LIBS=$ac_check_lib_save_LIBS 3861LIBS=$ac_check_lib_save_LIBS
4412fi 3862fi
4413{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 3863echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
4414echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } 3864echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
4415if test $ac_cv_lib_socket_socket = yes; then 3865if test $ac_cv_lib_socket_socket = yes; then
4416 LIBS="$LIBS -lsocket" 3866 LIBS="$LIBS -lsocket"
4417fi 3867fi
4418 3868
4419fi 3869fi
4456 3906
4457 INSTALL_LIBRXVT=yes 3907 INSTALL_LIBRXVT=yes
4458fi 3908fi
4459 3909
4460 3910
4461# Check whether --enable-everything was given. 3911# Check whether --enable-everything or --disable-everything was given.
4462if test "${enable_everything+set}" = set; then 3912if test "${enable_everything+set}" = set; then
4463 enableval=$enable_everything; 3913 enableval="$enable_everything"
3914
4464 if test x$enableval = xno; then 3915 if test x$enableval = xno; then
4465 support_frills=no 3916 support_frills=no
4466 support_inheritpixmap=no 3917 support_inheritpixmap=no
4467 support_tinting=no 3918 support_tinting=no
4468 support_fading=no 3919 support_fading=no
4522 support_styles=yes 3973 support_styles=yes
4523 support_perl=yes 3974 support_perl=yes
4524 codesets=all 3975 codesets=all
4525 fi 3976 fi
4526 3977
4527fi 3978fi;
4528 3979
4529
4530# Check whether --enable-unicode3 was given. 3980# Check whether --enable-unicode3 or --disable-unicode3 was given.
4531if test "${enable_unicode3+set}" = set; then 3981if test "${enable_unicode3+set}" = set; then
3982 enableval="$enable_unicode3"
4532 enableval=$enable_unicode3; if test x$enableval = xyes -o x$enableval = xno; then 3983 if test x$enableval = xyes -o x$enableval = xno; then
4533 support_unicode3=$enableval 3984 support_unicode3=$enableval
4534 fi 3985 fi
4535fi 3986fi;
4536 3987
4537
4538# Check whether --enable-combining was given. 3988# Check whether --enable-combining or --disable-combining was given.
4539if test "${enable_combining+set}" = set; then 3989if test "${enable_combining+set}" = set; then
3990 enableval="$enable_combining"
4540 enableval=$enable_combining; if test x$enableval = xyes -o x$enableval = xno; then 3991 if test x$enableval = xyes -o x$enableval = xno; then
4541 support_combining=$enableval 3992 support_combining=$enableval
4542 fi 3993 fi
4543fi 3994fi;
4544 3995
4545
4546# Check whether --enable-xft was given. 3996# Check whether --enable-xft or --disable-xft was given.
4547if test "${enable_xft+set}" = set; then 3997if test "${enable_xft+set}" = set; then
3998 enableval="$enable_xft"
4548 enableval=$enable_xft; if test x$enableval = xyes -o x$enableval = xno; then 3999 if test x$enableval = xyes -o x$enableval = xno; then
4549 support_xft=$enableval 4000 support_xft=$enableval
4550 fi 4001 fi
4551fi 4002fi;
4552 4003
4553
4554# Check whether --enable-font-styles was given. 4004# Check whether --enable-font-styles or --disable-font-styles was given.
4555if test "${enable_font_styles+set}" = set; then 4005if test "${enable_font_styles+set}" = set; then
4006 enableval="$enable_font_styles"
4556 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
4557 support_styles=$enableval 4008 support_styles=$enableval
4558 fi 4009 fi
4559fi 4010fi;
4560 4011
4561
4562# Check whether --enable-xpm-background was given. 4012# Check whether --enable-xpm-background or --disable-xpm-background was given.
4563if test "${enable_xpm_background+set}" = set; then 4013if test "${enable_xpm_background+set}" = set; then
4014 enableval="$enable_xpm_background"
4564 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
4565 support_xpm=$enableval 4016 support_xpm=$enableval
4566 fi 4017 fi
4567fi 4018fi;
4568 4019
4569
4570# Check whether --enable-afterimage was given. 4020# Check whether --enable-afterimage or --disable-afterimage was given.
4571if test "${enable_afterimage+set}" = set; then 4021if test "${enable_afterimage+set}" = set; then
4022 enableval="$enable_afterimage"
4572 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then 4023 if test x$enableval = xyes -o x$enableval = xno; then
4573 support_afterimage=$enableval 4024 support_afterimage=$enableval
4574 fi 4025 fi
4575fi 4026fi;
4576 4027
4577 4028
4578
4579# Check whether --with-afterimage_config was given. 4029# Check whether --with-afterimage_config or --without-afterimage_config was given.
4580if test "${with_afterimage_config+set}" = set; then 4030if test "${with_afterimage_config+set}" = set; then
4581 withval=$with_afterimage_config; afterimage_config="$withval" 4031 withval="$with_afterimage_config"
4032 if test "x$withval" != x; then
4033 afterimage_config=$withval/afterimage-config
4034 fi
4582fi 4035fi;
4583 4036
4584
4585# Check whether --enable-afterstep was given. 4037# Check whether --enable-afterstep or --disable-afterstep was given.
4586if test "${enable_afterstep+set}" = set; then 4038if test "${enable_afterstep+set}" = set; then
4039 enableval="$enable_afterstep"
4587 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then 4040 if test x$enableval = xyes -o x$enableval = xno; then
4588 support_afterstep=$enableval 4041 support_afterstep=$enableval
4589 fi 4042 fi
4590fi 4043fi;
4591 4044
4592
4593# Check whether --enable-transparency was given. 4045# Check whether --enable-transparency or --disable-transparency was given.
4594if test "${enable_transparency+set}" = set; then 4046if test "${enable_transparency+set}" = set; then
4047 enableval="$enable_transparency"
4595 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4048 if test x$enableval = xyes -o x$enableval = xno; then
4596 support_inheritpixmap=$enableval 4049 support_inheritpixmap=$enableval
4597 fi 4050 fi
4598fi 4051fi;
4599 4052
4600
4601# Check whether --enable-tinting was given. 4053# Check whether --enable-tinting or --disable-tinting was given.
4602if test "${enable_tinting+set}" = set; then 4054if test "${enable_tinting+set}" = set; then
4055 enableval="$enable_tinting"
4603 enableval=$enable_tinting; if test x$enableval = xyes -o x$enableval = xno; then 4056 if test x$enableval = xyes -o x$enableval = xno; then
4604 support_tinting=$enableval 4057 support_tinting=$enableval
4605 fi 4058 fi
4606fi 4059fi;
4607 4060
4608
4609# Check whether --enable-fading was given. 4061# Check whether --enable-fading or --disable-fading was given.
4610if test "${enable_fading+set}" = set; then 4062if test "${enable_fading+set}" = set; then
4063 enableval="$enable_fading"
4611 enableval=$enable_fading; if test x$enableval = xyes -o x$enableval = xno; then 4064 if test x$enableval = xyes -o x$enableval = xno; then
4612 support_fading=$enableval 4065 support_fading=$enableval
4613 fi 4066 fi
4614fi 4067fi;
4615 4068
4616
4617# Check whether --enable-rxvt-scroll was given. 4069# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4618if test "${enable_rxvt_scroll+set}" = set; then 4070if test "${enable_rxvt_scroll+set}" = set; then
4071 enableval="$enable_rxvt_scroll"
4619 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
4620 support_scroll_rxvt=$enableval 4073 support_scroll_rxvt=$enableval
4621 fi 4074 fi
4622fi 4075fi;
4623 4076
4624
4625# Check whether --enable-next-scroll was given. 4077# Check whether --enable-next-scroll or --disable-next-scroll was given.
4626if test "${enable_next_scroll+set}" = set; then 4078if test "${enable_next_scroll+set}" = set; then
4079 enableval="$enable_next_scroll"
4627 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
4628 support_scroll_next=$enableval 4081 support_scroll_next=$enableval
4629 fi 4082 fi
4630fi 4083fi;
4631 4084
4632
4633# Check whether --enable-xterm-scroll was given. 4085# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4634if test "${enable_xterm_scroll+set}" = set; then 4086if test "${enable_xterm_scroll+set}" = set; then
4087 enableval="$enable_xterm_scroll"
4635 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
4636 support_scroll_xterm=$enableval 4089 support_scroll_xterm=$enableval
4637 fi 4090 fi
4638fi 4091fi;
4639 4092
4640
4641# Check whether --enable-perl was given. 4093# Check whether --enable-perl or --disable-perl was given.
4642if test "${enable_perl+set}" = set; then 4094if test "${enable_perl+set}" = set; then
4095 enableval="$enable_perl"
4643 enableval=$enable_perl; if test x$enableval = xyes -o x$enableval = xno; then 4096 if test x$enableval = xyes -o x$enableval = xno; then
4644 support_perl=$enableval 4097 support_perl=$enableval
4645 fi 4098 fi
4646fi 4099fi;
4647 4100
4648
4649# Check whether --enable-plain-scroll was given. 4101# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4650if test "${enable_plain_scroll+set}" = set; then 4102if test "${enable_plain_scroll+set}" = set; then
4103 enableval="$enable_plain_scroll"
4651 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
4652 support_scroll_plain=$enableval 4105 support_scroll_plain=$enableval
4653 fi 4106 fi
4654fi 4107fi;
4655 4108
4656 4109
4657
4658# Check whether --with-codesets was given. 4110# Check whether --with-codesets or --without-codesets was given.
4659if test "${with_codesets+set}" = set; then 4111if test "${with_codesets+set}" = set; then
4660 withval=$with_codesets; codesets="$withval" 4112 withval="$with_codesets"
4113 codesets="$withval"
4661fi 4114fi;
4662 4115
4663
4664# Check whether --enable-xim was given. 4116# Check whether --enable-xim or --disable-xim was given.
4665if test "${enable_xim+set}" = set; then 4117if test "${enable_xim+set}" = set; then
4118 enableval="$enable_xim"
4666 enableval=$enable_xim; if test x$enableval = xyes -o x$enableval = xno; then 4119 if test x$enableval = xyes -o x$enableval = xno; then
4667 support_xim=$enableval 4120 support_xim=$enableval
4668 fi 4121 fi
4669fi 4122fi;
4670 4123
4671
4672# Check whether --enable-backspace-key was given. 4124# Check whether --enable-backspace-key or --disable-backspace-key was given.
4673if test "${enable_backspace_key+set}" = set; then 4125if test "${enable_backspace_key+set}" = set; then
4674 enableval=$enable_backspace_key; if test x$enableval = xno; then 4126 enableval="$enable_backspace_key"
4127 if test x$enableval = xno; then
4675 4128
4676cat >>confdefs.h <<\_ACEOF 4129cat >>confdefs.h <<\_ACEOF
4677#define NO_BACKSPACE_KEY 1 4130#define NO_BACKSPACE_KEY 1
4678_ACEOF 4131_ACEOF
4679 4132
4680 fi 4133 fi
4681fi 4134fi;
4682 4135
4683
4684# Check whether --enable-delete-key was given. 4136# Check whether --enable-delete-key or --disable-delete-key was given.
4685if test "${enable_delete_key+set}" = set; then 4137if test "${enable_delete_key+set}" = set; then
4686 enableval=$enable_delete_key; if test x$enableval = xno; then 4138 enableval="$enable_delete_key"
4139 if test x$enableval = xno; then
4687 4140
4688cat >>confdefs.h <<\_ACEOF 4141cat >>confdefs.h <<\_ACEOF
4689#define NO_DELETE_KEY 1 4142#define NO_DELETE_KEY 1
4690_ACEOF 4143_ACEOF
4691 4144
4692 fi 4145 fi
4693fi 4146fi;
4694 4147
4695
4696# Check whether --enable-resources was given. 4148# Check whether --enable-resources or --disable-resources was given.
4697if test "${enable_resources+set}" = set; then 4149if test "${enable_resources+set}" = set; then
4698 enableval=$enable_resources; if test x$enableval = xno; then 4150 enableval="$enable_resources"
4151 if test x$enableval = xno; then
4699 4152
4700cat >>confdefs.h <<\_ACEOF 4153cat >>confdefs.h <<\_ACEOF
4701#define NO_RESOURCES 1 4154#define NO_RESOURCES 1
4702_ACEOF 4155_ACEOF
4703 4156
4704 fi 4157 fi
4705fi 4158fi;
4706 4159
4707
4708# Check whether --enable-8bitctrls was given. 4160# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4709if test "${enable_8bitctrls+set}" = set; then 4161if test "${enable_8bitctrls+set}" = set; then
4162 enableval="$enable_8bitctrls"
4710 enableval=$enable_8bitctrls; if test x$enableval = xyes -o x$enableval = xno; then 4163 if test x$enableval = xyes -o x$enableval = xno; then
4711 support_8bitctrls=$enableval 4164 support_8bitctrls=$enableval
4712 fi 4165 fi
4713fi 4166fi;
4714
4715 4167
4716RESFALLBACK=Rxvt 4168RESFALLBACK=Rxvt
4717# Check whether --enable-fallback was given. 4169# Check whether --enable-fallback or --disable-fallback was given.
4718if test "${enable_fallback+set}" = set; then 4170if test "${enable_fallback+set}" = set; then
4719 enableval=$enable_fallback; 4171 enableval="$enable_fallback"
4172
4720 test x$enableval = xyes && enableval=Rxvt 4173 test x$enableval = xyes && enableval=Rxvt
4721 test x$enableval = xno && enableval= 4174 test x$enableval = xno && enableval=
4722 RESFALLBACK="$enableval" 4175 RESFALLBACK="$enableval"
4723 4176
4724fi 4177fi;
4725
4726 4178
4727if test x$RESFALLBACK != x; then 4179if test x$RESFALLBACK != x; then
4728 4180
4729cat >>confdefs.h <<_ACEOF 4181cat >>confdefs.h <<_ACEOF
4730#define RESFALLBACK "$RESFALLBACK" 4182#define RESFALLBACK "$RESFALLBACK"
4732 4184
4733fi 4185fi
4734 4186
4735RESNAME=urxvt 4187RESNAME=urxvt
4736 4188
4737# Check whether --with-res-name was given. 4189# Check whether --with-res-name or --without-res-name was given.
4738if test "${with_res_name+set}" = set; then 4190if test "${with_res_name+set}" = set; then
4739 withval=$with_res_name; RESNAME="$withval" 4191 withval="$with_res_name"
4192 RESNAME="$withval"
4740fi 4193fi;
4741
4742 4194
4743cat >>confdefs.h <<_ACEOF 4195cat >>confdefs.h <<_ACEOF
4744#define RESNAME "$RESNAME" 4196#define RESNAME "$RESNAME"
4745_ACEOF 4197_ACEOF
4746 4198
4747 4199
4748RESCLASS=URxvt 4200RESCLASS=URxvt
4749 4201
4750# Check whether --with-res-class was given. 4202# Check whether --with-res-class or --without-res-class was given.
4751if test "${with_res_class+set}" = set; then 4203if test "${with_res_class+set}" = set; then
4752 withval=$with_res_class; RESCLASS="$withval" 4204 withval="$with_res_class"
4205 RESCLASS="$withval"
4753fi 4206fi;
4754
4755 4207
4756cat >>confdefs.h <<_ACEOF 4208cat >>confdefs.h <<_ACEOF
4757#define RESCLASS "$RESCLASS" 4209#define RESCLASS "$RESCLASS"
4758_ACEOF 4210_ACEOF
4759 4211
4760 4212
4761RXVTNAME=urxvt 4213RXVTNAME=urxvt
4762 4214
4763# Check whether --with-name was given. 4215# Check whether --with-name or --without-name was given.
4764if test "${with_name+set}" = set; then 4216if test "${with_name+set}" = set; then
4765 withval=$with_name; RXVTNAME="$withval" 4217 withval="$with_name"
4218 RXVTNAME="$withval"
4766fi 4219fi;
4767
4768 4220
4769cat >>confdefs.h <<_ACEOF 4221cat >>confdefs.h <<_ACEOF
4770#define RXVTNAME "$RXVTNAME" 4222#define RXVTNAME "$RXVTNAME"
4771_ACEOF 4223_ACEOF
4772 4224
4773 4225
4774RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4226RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4775 4227
4776 4228
4777# Check whether --enable-swapscreen was given. 4229# Check whether --enable-swapscreen or --disable-swapscreen was given.
4778if test "${enable_swapscreen+set}" = set; then 4230if test "${enable_swapscreen+set}" = set; then
4779 enableval=$enable_swapscreen; if test x$enableval = xno; then 4231 enableval="$enable_swapscreen"
4232 if test x$enableval = xno; then
4780 4233
4781cat >>confdefs.h <<\_ACEOF 4234cat >>confdefs.h <<\_ACEOF
4782#define NO_SECONDARY_SCREEN 1 4235#define NO_SECONDARY_SCREEN 1
4783_ACEOF 4236_ACEOF
4784 4237
4785 fi 4238 fi
4786fi 4239fi;
4787 4240
4788
4789# Check whether --enable-iso14755 was given. 4241# Check whether --enable-iso14755 or --disable-iso14755 was given.
4790if test "${enable_iso14755+set}" = set; then 4242if test "${enable_iso14755+set}" = set; then
4243 enableval="$enable_iso14755"
4791 enableval=$enable_iso14755; if test x$enableval = xyes -o x$enableval = xno; then 4244 if test x$enableval = xyes -o x$enableval = xno; then
4792 support_iso14755=$enableval 4245 support_iso14755=$enableval
4793 fi 4246 fi
4794fi 4247fi;
4795 4248
4796
4797# Check whether --enable-frills was given. 4249# Check whether --enable-frills or --disable-frills was given.
4798if test "${enable_frills+set}" = set; then 4250if test "${enable_frills+set}" = set; then
4251 enableval="$enable_frills"
4799 enableval=$enable_frills; if test x$enableval = xyes -o x$enableval = xno; then 4252 if test x$enableval = xyes -o x$enableval = xno; then
4800 support_frills=$enableval 4253 support_frills=$enableval
4801 fi 4254 fi
4802fi 4255fi;
4803 4256
4804
4805# Check whether --enable-keepscrolling was given. 4257# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4806if test "${enable_keepscrolling+set}" = set; then 4258if test "${enable_keepscrolling+set}" = set; then
4259 enableval="$enable_keepscrolling"
4807 enableval=$enable_keepscrolling; if test x$enableval = xyes -o x$enableval = xno; then 4260 if test x$enableval = xyes -o x$enableval = xno; then
4808 support_keepscrolling=$enableval 4261 support_keepscrolling=$enableval
4809 fi 4262 fi
4810fi 4263fi;
4811 4264
4812
4813# Check whether --enable-selectionscrolling was given. 4265# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4814if test "${enable_selectionscrolling+set}" = set; then 4266if test "${enable_selectionscrolling+set}" = set; then
4815 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
4816 support_selectionscrolling=$enableval 4269 support_selectionscrolling=$enableval
4817 fi 4270 fi
4818fi 4271fi;
4819 4272
4820
4821# Check whether --enable-mousewheel was given. 4273# Check whether --enable-mousewheel or --disable-mousewheel was given.
4822if test "${enable_mousewheel+set}" = set; then 4274if test "${enable_mousewheel+set}" = set; then
4275 enableval="$enable_mousewheel"
4823 enableval=$enable_mousewheel; if test x$enableval = xyes -o x$enableval = xno; then 4276 if test x$enableval = xyes -o x$enableval = xno; then
4824 support_mousewheel=$enableval 4277 support_mousewheel=$enableval
4825 fi 4278 fi
4826fi 4279fi;
4827 4280
4828
4829# Check whether --enable-slipwheeling was given. 4281# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4830if test "${enable_slipwheeling+set}" = set; then 4282if test "${enable_slipwheeling+set}" = set; then
4283 enableval="$enable_slipwheeling"
4831 enableval=$enable_slipwheeling; if test x$enableval = xyes -o x$enableval = xno; then 4284 if test x$enableval = xyes -o x$enableval = xno; then
4832 support_mouseslipwheel=$enableval 4285 support_mouseslipwheel=$enableval
4833 fi 4286 fi
4834fi 4287fi;
4835 4288
4836
4837# Check whether --enable-smart-resize was given. 4289# Check whether --enable-smart-resize or --disable-smart-resize was given.
4838if test "${enable_smart_resize+set}" = set; then 4290if test "${enable_smart_resize+set}" = set; then
4839 enableval=$enable_smart_resize; if test x$enableval = xyes; then 4291 enableval="$enable_smart_resize"
4292 if test x$enableval = xyes; then
4840 4293
4841cat >>confdefs.h <<\_ACEOF 4294cat >>confdefs.h <<\_ACEOF
4842#define SMART_RESIZE 1 4295#define SMART_RESIZE 1
4843_ACEOF 4296_ACEOF
4844 4297
4845 fi 4298 fi
4846fi 4299fi;
4847 4300
4848
4849# Check whether --enable-text-blink was given. 4301# Check whether --enable-text-blink or --disable-text-blink was given.
4850if test "${enable_text_blink+set}" = set; then 4302if test "${enable_text_blink+set}" = set; then
4303 enableval="$enable_text_blink"
4851 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
4852 support_text_blink=$enableval 4305 support_text_blink=$enableval
4853 fi 4306 fi
4854fi 4307fi;
4855 4308
4856
4857# Check whether --enable-pointer-blank was given. 4309# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4858if test "${enable_pointer_blank+set}" = set; then 4310if test "${enable_pointer_blank+set}" = set; then
4311 enableval="$enable_pointer_blank"
4859 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
4860 support_pointer_blank=$enableval 4313 support_pointer_blank=$enableval
4861 fi 4314 fi
4862fi 4315fi;
4863 4316
4864 4317
4865
4866# Check whether --with-term was given. 4318# Check whether --with-term or --without-term was given.
4867if test "${with_term+set}" = set; then 4319if test "${with_term+set}" = set; then
4320 withval="$with_term"
4868 withval=$with_term; if test x$withval != x; then 4321 if test x$withval != x; then
4869 4322
4870cat >>confdefs.h <<_ACEOF 4323cat >>confdefs.h <<_ACEOF
4871#define TERMENV "$withval" 4324#define TERMENV "$withval"
4872_ACEOF 4325_ACEOF
4873 term="$withval" 4326 term="$withval"
4874 fi 4327 fi
4875fi 4328fi;
4876 4329
4877 4330
4878
4879# Check whether --with-terminfo was given. 4331# Check whether --with-terminfo or --without-terminfo was given.
4880if test "${with_terminfo+set}" = set; then 4332if test "${with_terminfo+set}" = set; then
4881 withval=$with_terminfo; if test x$withval != x; then 4333 withval="$with_terminfo"
4334 if test x$withval != x; then
4882 4335
4883cat >>confdefs.h <<_ACEOF 4336cat >>confdefs.h <<_ACEOF
4884#define RXVT_TERMINFO "$withval" 4337#define RXVT_TERMINFO "$withval"
4885_ACEOF 4338_ACEOF
4886 terminfo="$withval" 4339 terminfo="$withval"
4887 fi 4340 fi
4888fi 4341fi;
4889
4890
4891
4892# Extract the first word of "mv", so it can be a program name with args.
4893set dummy mv; ac_word=$2
4894{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4895echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4896if test "${ac_cv_path_MV+set}" = set; then
4897 echo $ECHO_N "(cached) $ECHO_C" >&6
4898else
4899 case $MV in
4900 [\\/]* | ?:[\\/]*)
4901 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4902 ;;
4903 *)
4904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4905for as_dir in $PATH
4906do
4907 IFS=$as_save_IFS
4908 test -z "$as_dir" && as_dir=.
4909 for ac_exec_ext in '' $ac_executable_extensions; do
4910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4911 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 break 2
4914 fi
4915done
4916done
4917IFS=$as_save_IFS
4918
4919 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4920 ;;
4921esac
4922fi
4923MV=$ac_cv_path_MV
4924if test -n "$MV"; then
4925 { echo "$as_me:$LINENO: result: $MV" >&5
4926echo "${ECHO_T}$MV" >&6; }
4927else
4928 { echo "$as_me:$LINENO: result: no" >&5
4929echo "${ECHO_T}no" >&6; }
4930fi
4931
4932
4933# Extract the first word of "cp", so it can be a program name with args.
4934set dummy cp; ac_word=$2
4935{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4936echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4937if test "${ac_cv_path_CP+set}" = set; then
4938 echo $ECHO_N "(cached) $ECHO_C" >&6
4939else
4940 case $CP in
4941 [\\/]* | ?:[\\/]*)
4942 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4943 ;;
4944 *)
4945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4946for as_dir in $PATH
4947do
4948 IFS=$as_save_IFS
4949 test -z "$as_dir" && as_dir=.
4950 for ac_exec_ext in '' $ac_executable_extensions; do
4951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4952 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4954 break 2
4955 fi
4956done
4957done
4958IFS=$as_save_IFS
4959
4960 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4961 ;;
4962esac
4963fi
4964CP=$ac_cv_path_CP
4965if test -n "$CP"; then
4966 { echo "$as_me:$LINENO: result: $CP" >&5
4967echo "${ECHO_T}$CP" >&6; }
4968else
4969 { echo "$as_me:$LINENO: result: no" >&5
4970echo "${ECHO_T}no" >&6; }
4971fi
4972
4973
4974# Extract the first word of "ln", so it can be a program name with args.
4975set dummy ln; ac_word=$2
4976{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4977echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4978if test "${ac_cv_path_LN+set}" = set; then
4979 echo $ECHO_N "(cached) $ECHO_C" >&6
4980else
4981 case $LN in
4982 [\\/]* | ?:[\\/]*)
4983 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4984 ;;
4985 *)
4986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987for as_dir in $PATH
4988do
4989 IFS=$as_save_IFS
4990 test -z "$as_dir" && as_dir=.
4991 for ac_exec_ext in '' $ac_executable_extensions; do
4992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4993 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 break 2
4996 fi
4997done
4998done
4999IFS=$as_save_IFS
5000
5001 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5002 ;;
5003esac
5004fi
5005LN=$ac_cv_path_LN
5006if test -n "$LN"; then
5007 { echo "$as_me:$LINENO: result: $LN" >&5
5008echo "${ECHO_T}$LN" >&6; }
5009else
5010 { echo "$as_me:$LINENO: result: no" >&5
5011echo "${ECHO_T}no" >&6; }
5012fi
5013
5014
5015# Extract the first word of "sed", so it can be a program name with args.
5016set dummy sed; ac_word=$2
5017{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5019if test "${ac_cv_path_SED+set}" = set; then
5020 echo $ECHO_N "(cached) $ECHO_C" >&6
5021else
5022 case $SED in
5023 [\\/]* | ?:[\\/]*)
5024 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5025 ;;
5026 *)
5027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028for as_dir in $PATH
5029do
5030 IFS=$as_save_IFS
5031 test -z "$as_dir" && as_dir=.
5032 for ac_exec_ext in '' $ac_executable_extensions; do
5033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 break 2
5037 fi
5038done
5039done
5040IFS=$as_save_IFS
5041
5042 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5043 ;;
5044esac
5045fi
5046SED=$ac_cv_path_SED
5047if test -n "$SED"; then
5048 { echo "$as_me:$LINENO: result: $SED" >&5
5049echo "${ECHO_T}$SED" >&6; }
5050else
5051 { echo "$as_me:$LINENO: result: no" >&5
5052echo "${ECHO_T}no" >&6; }
5053fi
5054
5055
5056# Extract the first word of "echo", so it can be a program name with args.
5057set dummy echo; ac_word=$2
5058{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5059echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5060if test "${ac_cv_path_ECHO+set}" = set; then
5061 echo $ECHO_N "(cached) $ECHO_C" >&6
5062else
5063 case $ECHO in
5064 [\\/]* | ?:[\\/]*)
5065 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5066 ;;
5067 *)
5068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5069for as_dir in $PATH
5070do
5071 IFS=$as_save_IFS
5072 test -z "$as_dir" && as_dir=.
5073 for ac_exec_ext in '' $ac_executable_extensions; do
5074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5075 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5077 break 2
5078 fi
5079done
5080done
5081IFS=$as_save_IFS
5082
5083 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5084 ;;
5085esac
5086fi
5087ECHO=$ac_cv_path_ECHO
5088if test -n "$ECHO"; then
5089 { echo "$as_me:$LINENO: result: $ECHO" >&5
5090echo "${ECHO_T}$ECHO" >&6; }
5091else
5092 { echo "$as_me:$LINENO: result: no" >&5
5093echo "${ECHO_T}no" >&6; }
5094fi
5095
5096
5097# Extract the first word of "cmp", so it can be a program name with args.
5098set dummy cmp; ac_word=$2
5099{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5100echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5101if test "${ac_cv_path_CMP+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5103else
5104 case $CMP in
5105 [\\/]* | ?:[\\/]*)
5106 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5107 ;;
5108 *)
5109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110for as_dir in $PATH
5111do
5112 IFS=$as_save_IFS
5113 test -z "$as_dir" && as_dir=.
5114 for ac_exec_ext in '' $ac_executable_extensions; do
5115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5116 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5118 break 2
5119 fi
5120done
5121done
5122IFS=$as_save_IFS
5123
5124 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5125 ;;
5126esac
5127fi
5128CMP=$ac_cv_path_CMP
5129if test -n "$CMP"; then
5130 { echo "$as_me:$LINENO: result: $CMP" >&5
5131echo "${ECHO_T}$CMP" >&6; }
5132else
5133 { echo "$as_me:$LINENO: result: no" >&5
5134echo "${ECHO_T}no" >&6; }
5135fi
5136 4342
5137 4343
5138# 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.
5139set dummy tic; ac_word=$2 4345set dummy tic; ac_word=$2
5140{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4346echo "$as_me:$LINENO: checking for $ac_word" >&5
5141echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5142if test "${ac_cv_path_TIC+set}" = set; then 4348if test "${ac_cv_path_TIC+set}" = set; then
5143 echo $ECHO_N "(cached) $ECHO_C" >&6 4349 echo $ECHO_N "(cached) $ECHO_C" >&6
5144else 4350else
5145 case $TIC in 4351 case $TIC in
5146 [\\/]* | ?:[\\/]*) 4352 [\\/]* | ?:[\\/]*)
5151for as_dir in $PATH 4357for as_dir in $PATH
5152do 4358do
5153 IFS=$as_save_IFS 4359 IFS=$as_save_IFS
5154 test -z "$as_dir" && as_dir=. 4360 test -z "$as_dir" && as_dir=.
5155 for ac_exec_ext in '' $ac_executable_extensions; do 4361 for ac_exec_ext in '' $ac_executable_extensions; do
5156 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
5157 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext" 4363 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
5158 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
5159 break 2 4365 break 2
5160 fi 4366 fi
5161done 4367done
5162done 4368done
5163IFS=$as_save_IFS
5164 4369
5165 ;; 4370 ;;
5166esac 4371esac
5167fi 4372fi
5168TIC=$ac_cv_path_TIC 4373TIC=$ac_cv_path_TIC
4374
5169if test -n "$TIC"; then 4375if test -n "$TIC"; then
5170 { echo "$as_me:$LINENO: result: $TIC" >&5 4376 echo "$as_me:$LINENO: result: $TIC" >&5
5171echo "${ECHO_T}$TIC" >&6; } 4377echo "${ECHO_T}$TIC" >&6
5172else 4378else
5173 { echo "$as_me:$LINENO: result: no" >&5 4379 echo "$as_me:$LINENO: result: no" >&5
5174echo "${ECHO_T}no" >&6; } 4380echo "${ECHO_T}no" >&6
5175fi 4381fi
5176 4382
5177 4383
5178 4384
5179 4385
5180
5181ac_ext=cpp 4386ac_ext=cc
5182ac_cpp='$CXXCPP $CPPFLAGS' 4387ac_cpp='$CXXCPP $CPPFLAGS'
5183ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4388ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5184ac_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'
5185ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4390ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5186{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4391echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5187echo $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
5188if test -z "$CXXCPP"; then 4393if test -z "$CXXCPP"; then
5189 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4394 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5190 echo $ECHO_N "(cached) $ECHO_C" >&6 4395 echo $ECHO_N "(cached) $ECHO_C" >&6
5191else 4396else
5192 # Double quotes because CXXCPP needs to be expanded 4397 # Double quotes because CXXCPP needs to be expanded
5212#else 4417#else
5213# include <assert.h> 4418# include <assert.h>
5214#endif 4419#endif
5215 Syntax error 4420 Syntax error
5216_ACEOF 4421_ACEOF
5217if { (ac_try="$ac_cpp conftest.$ac_ext" 4422if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5218case "(($ac_try" in
5219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5220 *) ac_try_echo=$ac_try;;
5221esac
5222eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5223 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4423 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5224 ac_status=$? 4424 ac_status=$?
5225 grep -v '^ *+' conftest.er1 >conftest.err 4425 grep -v '^ *+' conftest.er1 >conftest.err
5226 rm -f conftest.er1 4426 rm -f conftest.er1
5227 cat conftest.err >&5 4427 cat conftest.err >&5
5228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5229 (exit $ac_status); } >/dev/null && { 4429 (exit $ac_status); } >/dev/null; then
5230 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5231 test ! -s conftest.err 4430 if test -s conftest.err; then
5232 }; 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
5233 : 4440 :
5234else 4441else
5235 echo "$as_me: failed program was:" >&5 4442 echo "$as_me: failed program was:" >&5
5236sed 's/^/| /' conftest.$ac_ext >&5 4443sed 's/^/| /' conftest.$ac_ext >&5
5237 4444
5238 # Broken: fails on valid input. 4445 # Broken: fails on valid input.
5239continue 4446continue
5240fi 4447fi
5241
5242rm -f conftest.err conftest.$ac_ext 4448rm -f conftest.err conftest.$ac_ext
5243 4449
5244 # OK, works on sane cases. Now check whether nonexistent headers 4450 # OK, works on sane cases. Now check whether non-existent headers
5245 # can be detected and how. 4451 # can be detected and how.
5246 cat >conftest.$ac_ext <<_ACEOF 4452 cat >conftest.$ac_ext <<_ACEOF
5247/* confdefs.h. */ 4453/* confdefs.h. */
5248_ACEOF 4454_ACEOF
5249cat confdefs.h >>conftest.$ac_ext 4455cat confdefs.h >>conftest.$ac_ext
5250cat >>conftest.$ac_ext <<_ACEOF 4456cat >>conftest.$ac_ext <<_ACEOF
5251/* end confdefs.h. */ 4457/* end confdefs.h. */
5252#include <ac_nonexistent.h> 4458#include <ac_nonexistent.h>
5253_ACEOF 4459_ACEOF
5254if { (ac_try="$ac_cpp conftest.$ac_ext" 4460if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5255case "(($ac_try" in
5256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5257 *) ac_try_echo=$ac_try;;
5258esac
5259eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5260 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4461 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5261 ac_status=$? 4462 ac_status=$?
5262 grep -v '^ *+' conftest.er1 >conftest.err 4463 grep -v '^ *+' conftest.er1 >conftest.err
5263 rm -f conftest.er1 4464 rm -f conftest.er1
5264 cat conftest.err >&5 4465 cat conftest.err >&5
5265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5266 (exit $ac_status); } >/dev/null && { 4467 (exit $ac_status); } >/dev/null; then
5267 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5268 test ! -s conftest.err 4468 if test -s conftest.err; then
5269 }; 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
5270 # Broken: success on invalid input. 4478 # Broken: success on invalid input.
5271continue 4479continue
5272else 4480else
5273 echo "$as_me: failed program was:" >&5 4481 echo "$as_me: failed program was:" >&5
5274sed 's/^/| /' conftest.$ac_ext >&5 4482sed 's/^/| /' conftest.$ac_ext >&5
5275 4483
5276 # Passes both tests. 4484 # Passes both tests.
5277ac_preproc_ok=: 4485ac_preproc_ok=:
5278break 4486break
5279fi 4487fi
5280
5281rm -f conftest.err conftest.$ac_ext 4488rm -f conftest.err conftest.$ac_ext
5282 4489
5283done 4490done
5284# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4491# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5285rm -f conftest.err conftest.$ac_ext 4492rm -f conftest.err conftest.$ac_ext
5293fi 4500fi
5294 CXXCPP=$ac_cv_prog_CXXCPP 4501 CXXCPP=$ac_cv_prog_CXXCPP
5295else 4502else
5296 ac_cv_prog_CXXCPP=$CXXCPP 4503 ac_cv_prog_CXXCPP=$CXXCPP
5297fi 4504fi
5298{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 4505echo "$as_me:$LINENO: result: $CXXCPP" >&5
5299echo "${ECHO_T}$CXXCPP" >&6; } 4506echo "${ECHO_T}$CXXCPP" >&6
5300ac_preproc_ok=false 4507ac_preproc_ok=false
5301for ac_cxx_preproc_warn_flag in '' yes 4508for ac_cxx_preproc_warn_flag in '' yes
5302do 4509do
5303 # Use a header file that comes with gcc, so configuring glibc 4510 # Use a header file that comes with gcc, so configuring glibc
5304 # with a fresh cross-compiler works. 4511 # with a fresh cross-compiler works.
5317#else 4524#else
5318# include <assert.h> 4525# include <assert.h>
5319#endif 4526#endif
5320 Syntax error 4527 Syntax error
5321_ACEOF 4528_ACEOF
5322if { (ac_try="$ac_cpp conftest.$ac_ext" 4529if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5323case "(($ac_try" in
5324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5325 *) ac_try_echo=$ac_try;;
5326esac
5327eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5328 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4530 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5329 ac_status=$? 4531 ac_status=$?
5330 grep -v '^ *+' conftest.er1 >conftest.err 4532 grep -v '^ *+' conftest.er1 >conftest.err
5331 rm -f conftest.er1 4533 rm -f conftest.er1
5332 cat conftest.err >&5 4534 cat conftest.err >&5
5333 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334 (exit $ac_status); } >/dev/null && { 4536 (exit $ac_status); } >/dev/null; then
5335 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5336 test ! -s conftest.err 4537 if test -s conftest.err; then
5337 }; 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
5338 : 4547 :
5339else 4548else
5340 echo "$as_me: failed program was:" >&5 4549 echo "$as_me: failed program was:" >&5
5341sed 's/^/| /' conftest.$ac_ext >&5 4550sed 's/^/| /' conftest.$ac_ext >&5
5342 4551
5343 # Broken: fails on valid input. 4552 # Broken: fails on valid input.
5344continue 4553continue
5345fi 4554fi
5346
5347rm -f conftest.err conftest.$ac_ext 4555rm -f conftest.err conftest.$ac_ext
5348 4556
5349 # OK, works on sane cases. Now check whether nonexistent headers 4557 # OK, works on sane cases. Now check whether non-existent headers
5350 # can be detected and how. 4558 # can be detected and how.
5351 cat >conftest.$ac_ext <<_ACEOF 4559 cat >conftest.$ac_ext <<_ACEOF
5352/* confdefs.h. */ 4560/* confdefs.h. */
5353_ACEOF 4561_ACEOF
5354cat confdefs.h >>conftest.$ac_ext 4562cat confdefs.h >>conftest.$ac_ext
5355cat >>conftest.$ac_ext <<_ACEOF 4563cat >>conftest.$ac_ext <<_ACEOF
5356/* end confdefs.h. */ 4564/* end confdefs.h. */
5357#include <ac_nonexistent.h> 4565#include <ac_nonexistent.h>
5358_ACEOF 4566_ACEOF
5359if { (ac_try="$ac_cpp conftest.$ac_ext" 4567if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5360case "(($ac_try" in
5361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5362 *) ac_try_echo=$ac_try;;
5363esac
5364eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5365 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4568 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5366 ac_status=$? 4569 ac_status=$?
5367 grep -v '^ *+' conftest.er1 >conftest.err 4570 grep -v '^ *+' conftest.er1 >conftest.err
5368 rm -f conftest.er1 4571 rm -f conftest.er1
5369 cat conftest.err >&5 4572 cat conftest.err >&5
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } >/dev/null && { 4574 (exit $ac_status); } >/dev/null; then
5372 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5373 test ! -s conftest.err 4575 if test -s conftest.err; then
5374 }; 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
5375 # Broken: success on invalid input. 4585 # Broken: success on invalid input.
5376continue 4586continue
5377else 4587else
5378 echo "$as_me: failed program was:" >&5 4588 echo "$as_me: failed program was:" >&5
5379sed 's/^/| /' conftest.$ac_ext >&5 4589sed 's/^/| /' conftest.$ac_ext >&5
5380 4590
5381 # Passes both tests. 4591 # Passes both tests.
5382ac_preproc_ok=: 4592ac_preproc_ok=:
5383break 4593break
5384fi 4594fi
5385
5386rm -f conftest.err conftest.$ac_ext 4595rm -f conftest.err conftest.$ac_ext
5387 4596
5388done 4597done
5389# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4598# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5390rm -f conftest.err conftest.$ac_ext 4599rm -f conftest.err conftest.$ac_ext
5396echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4605echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5397See \`config.log' for more details." >&2;} 4606See \`config.log' for more details." >&2;}
5398 { (exit 1); exit 1; }; } 4607 { (exit 1); exit 1; }; }
5399fi 4608fi
5400 4609
5401ac_ext=cpp 4610ac_ext=cc
5402ac_cpp='$CXXCPP $CPPFLAGS' 4611ac_cpp='$CXXCPP $CPPFLAGS'
5403ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4612ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5404ac_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'
5405ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4614ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5406 4615
5407 4616
5408{ echo "$as_me:$LINENO: checking for X" >&5 4617echo "$as_me:$LINENO: checking for X" >&5
5409echo $ECHO_N "checking for X... $ECHO_C" >&6; } 4618echo $ECHO_N "checking for X... $ECHO_C" >&6
5410 4619
5411 4620
5412# Check whether --with-x was given. 4621# Check whether --with-x or --without-x was given.
5413if test "${with_x+set}" = set; then 4622if test "${with_x+set}" = set; then
5414 withval=$with_x; 4623 withval="$with_x"
4624
5415fi 4625fi;
5416
5417# $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.
5418if test "x$with_x" = xno; then 4627if test "x$with_x" = xno; then
5419 # The user explicitly disabled X. 4628 # The user explicitly disabled X.
5420 have_x=disabled 4629 have_x=disabled
5421else 4630else
5422 case $x_includes,$x_libraries in #( 4631 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
5423 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 4632 # Both variables are already set.
5424echo "$as_me: error: Cannot use X directory names containing '" >&2;} 4633 have_x=yes
5425 { (exit 1); exit 1; }; };; #( 4634 else
5426 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 4635 if test "${ac_cv_have_x+set}" = set; then
5427 echo $ECHO_N "(cached) $ECHO_C" >&6 4636 echo $ECHO_N "(cached) $ECHO_C" >&6
5428else 4637else
5429 # 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.
5430ac_x_includes=no ac_x_libraries=no 4639ac_x_includes=no ac_x_libraries=no
5431rm -f -r conftest.dir 4640rm -fr conftest.dir
5432if mkdir conftest.dir; then 4641if mkdir conftest.dir; then
5433 cd conftest.dir 4642 cd conftest.dir
4643 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
5434 cat >Imakefile <<'_ACEOF' 4644 cat >Imakefile <<'_ACEOF'
5435incroot: 4645acfindx:
5436 @echo incroot='${INCROOT}' 4646 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
5437usrlibdir:
5438 @echo usrlibdir='${USRLIBDIR}'
5439libdir:
5440 @echo libdir='${LIBDIR}'
5441_ACEOF 4647_ACEOF
5442 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
5443 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4649 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5444 for ac_var in incroot usrlibdir libdir; do 4650 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
5445 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
5446 done
5447 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 4651 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
5448 for ac_extension in a so sl; do 4652 for ac_extension in a so sl; do
5449 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 4653 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
5450 test -f "$ac_im_libdir/libX11.$ac_extension"; then 4654 test -f $ac_im_libdir/libX11.$ac_extension; then
5451 ac_im_usrlibdir=$ac_im_libdir; break 4655 ac_im_usrlibdir=$ac_im_libdir; break
5452 fi 4656 fi
5453 done 4657 done
5454 # Screen out bogus values from the imake configuration. They are 4658 # Screen out bogus values from the imake configuration. They are
5455 # bogus both because they are the default anyway, and because 4659 # bogus both because they are the default anyway, and because
5456 # 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.
5457 case $ac_im_incroot in 4661 case $ac_im_incroot in
5458 /usr/include) ac_x_includes= ;; 4662 /usr/include) ;;
5459 *) 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;;
5460 esac 4664 esac
5461 case $ac_im_usrlibdir in 4665 case $ac_im_usrlibdir in
5462 /usr/lib | /lib) ;; 4666 /usr/lib | /lib) ;;
5463 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 4667 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
5464 esac 4668 esac
5465 fi 4669 fi
5466 cd .. 4670 cd ..
5467 rm -f -r conftest.dir 4671 rm -fr conftest.dir
5468fi 4672fi
5469 4673
5470# Standard set of common directories for X headers. 4674# Standard set of common directories for X headers.
5471# 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.
5472ac_x_header_dirs=' 4676ac_x_header_dirs='
5503 4707
5504/usr/openwin/include 4708/usr/openwin/include
5505/usr/openwin/share/include' 4709/usr/openwin/share/include'
5506 4710
5507if test "$ac_x_includes" = no; then 4711if test "$ac_x_includes" = no; then
5508 # Guess where to find include files, by looking for Xlib.h. 4712 # Guess where to find include files, by looking for Intrinsic.h.
5509 # First, try using that file with no special directory specified. 4713 # First, try using that file with no special directory specified.
5510 cat >conftest.$ac_ext <<_ACEOF 4714 cat >conftest.$ac_ext <<_ACEOF
5511/* confdefs.h. */ 4715/* confdefs.h. */
5512_ACEOF 4716_ACEOF
5513cat confdefs.h >>conftest.$ac_ext 4717cat confdefs.h >>conftest.$ac_ext
5514cat >>conftest.$ac_ext <<_ACEOF 4718cat >>conftest.$ac_ext <<_ACEOF
5515/* end confdefs.h. */ 4719/* end confdefs.h. */
5516#include <X11/Xlib.h> 4720#include <X11/Intrinsic.h>
5517_ACEOF 4721_ACEOF
5518if { (ac_try="$ac_cpp conftest.$ac_ext" 4722if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5519case "(($ac_try" in
5520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5521 *) ac_try_echo=$ac_try;;
5522esac
5523eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4723 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5525 ac_status=$? 4724 ac_status=$?
5526 grep -v '^ *+' conftest.er1 >conftest.err 4725 grep -v '^ *+' conftest.er1 >conftest.err
5527 rm -f conftest.er1 4726 rm -f conftest.er1
5528 cat conftest.err >&5 4727 cat conftest.err >&5
5529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); } >/dev/null && { 4729 (exit $ac_status); } >/dev/null; then
5531 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5532 test ! -s conftest.err 4730 if test -s conftest.err; then
5533 }; 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
5534 # We can compile using X headers with no special include directory. 4740 # We can compile using X headers with no special include directory.
5535ac_x_includes= 4741ac_x_includes=
5536else 4742else
5537 echo "$as_me: failed program was:" >&5 4743 echo "$as_me: failed program was:" >&5
5538sed 's/^/| /' conftest.$ac_ext >&5 4744sed 's/^/| /' conftest.$ac_ext >&5
5539 4745
5540 for ac_dir in $ac_x_header_dirs; do 4746 for ac_dir in $ac_x_header_dirs; do
5541 if test -r "$ac_dir/X11/Xlib.h"; then 4747 if test -r "$ac_dir/X11/Intrinsic.h"; then
5542 ac_x_includes=$ac_dir 4748 ac_x_includes=$ac_dir
5543 break 4749 break
5544 fi 4750 fi
5545done 4751done
5546fi 4752fi
5547
5548rm -f conftest.err conftest.$ac_ext 4753rm -f conftest.err conftest.$ac_ext
5549fi # $ac_x_includes = no 4754fi # $ac_x_includes = no
5550 4755
5551if test "$ac_x_libraries" = no; then 4756if test "$ac_x_libraries" = no; then
5552 # Check for the libraries. 4757 # Check for the libraries.
5553 # See if we find them without any special options. 4758 # See if we find them without any special options.
5554 # Don't add to $LIBS permanently. 4759 # Don't add to $LIBS permanently.
5555 ac_save_LIBS=$LIBS 4760 ac_save_LIBS=$LIBS
5556 LIBS="-lX11 $LIBS" 4761 LIBS="-lXt $LIBS"
5557 cat >conftest.$ac_ext <<_ACEOF 4762 cat >conftest.$ac_ext <<_ACEOF
5558/* confdefs.h. */ 4763/* confdefs.h. */
5559_ACEOF 4764_ACEOF
5560cat confdefs.h >>conftest.$ac_ext 4765cat confdefs.h >>conftest.$ac_ext
5561cat >>conftest.$ac_ext <<_ACEOF 4766cat >>conftest.$ac_ext <<_ACEOF
5562/* end confdefs.h. */ 4767/* end confdefs.h. */
5563#include <X11/Xlib.h> 4768#include <X11/Intrinsic.h>
5564int 4769int
5565main () 4770main ()
5566{ 4771{
5567XrmInitialize () 4772XtMalloc (0)
5568 ; 4773 ;
5569 return 0; 4774 return 0;
5570} 4775}
5571_ACEOF 4776_ACEOF
5572rm -f conftest.$ac_objext conftest$ac_exeext 4777rm -f conftest.$ac_objext conftest$ac_exeext
5573if { (ac_try="$ac_link"
5574case "(($ac_try" in
5575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5576 *) ac_try_echo=$ac_try;;
5577esac
5578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4778if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5579 (eval "$ac_link") 2>conftest.er1 4779 (eval $ac_link) 2>conftest.er1
5580 ac_status=$? 4780 ac_status=$?
5581 grep -v '^ *+' conftest.er1 >conftest.err 4781 grep -v '^ *+' conftest.er1 >conftest.err
5582 rm -f conftest.er1 4782 rm -f conftest.er1
5583 cat conftest.err >&5 4783 cat conftest.err >&5
5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5585 (exit $ac_status); } && { 4785 (exit $ac_status); } &&
5586 test -z "$ac_cxx_werror_flag" || 4786 { ac_try='test -z "$ac_cxx_werror_flag"
5587 test ! -s conftest.err 4787 || test ! -s conftest.err'
5588 } && test -s conftest$ac_exeext && 4788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5589 $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
5590 LIBS=$ac_save_LIBS 4799 LIBS=$ac_save_LIBS
5591# We can link X programs with no special library path. 4800# We can link X programs with no special library path.
5592ac_x_libraries= 4801ac_x_libraries=
5593else 4802else
5594 echo "$as_me: failed program was:" >&5 4803 echo "$as_me: failed program was:" >&5
5595sed 's/^/| /' conftest.$ac_ext >&5 4804sed 's/^/| /' conftest.$ac_ext >&5
5596 4805
5597 LIBS=$ac_save_LIBS 4806LIBS=$ac_save_LIBS
5598for 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`
5599do 4808do
5600 # 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!
5601 for ac_extension in a so sl; do 4810 for ac_extension in a so sl; do
5602 if test -r "$ac_dir/libX11.$ac_extension"; then 4811 if test -r $ac_dir/libXt.$ac_extension; then
5603 ac_x_libraries=$ac_dir 4812 ac_x_libraries=$ac_dir
5604 break 2 4813 break 2
5605 fi 4814 fi
5606 done 4815 done
5607done 4816done
5608fi 4817fi
5609 4818rm -f conftest.err conftest.$ac_objext \
5610rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5611 conftest$ac_exeext conftest.$ac_ext 4819 conftest$ac_exeext conftest.$ac_ext
5612fi # $ac_x_libraries = no 4820fi # $ac_x_libraries = no
5613 4821
5614case $ac_x_includes,$ac_x_libraries in #( 4822if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
5615 no,* | *,no | *\'*) 4823 # Didn't find X anywhere. Cache the known absence of X.
5616 # Didn't find X, or a directory has "'" in its name.
5617 ac_cv_have_x="have_x=no";; #( 4824 ac_cv_have_x="have_x=no"
5618 *) 4825else
5619 # Record where we found X for the cache. 4826 # Record where we found X for the cache.
5620 ac_cv_have_x="have_x=yes\ 4827 ac_cv_have_x="have_x=yes \
5621 ac_x_includes='$ac_x_includes'\ 4828 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
5622 ac_x_libraries='$ac_x_libraries'"
5623esac
5624fi 4829fi
5625;; #( 4830fi
5626 *) have_x=yes;; 4831
5627 esac 4832 fi
5628 eval "$ac_cv_have_x" 4833 eval "$ac_cv_have_x"
5629fi # $with_x != no 4834fi # $with_x != no
5630 4835
5631if test "$have_x" != yes; then 4836if test "$have_x" != yes; then
5632 { echo "$as_me:$LINENO: result: $have_x" >&5 4837 echo "$as_me:$LINENO: result: $have_x" >&5
5633echo "${ECHO_T}$have_x" >&6; } 4838echo "${ECHO_T}$have_x" >&6
5634 no_x=yes 4839 no_x=yes
5635else 4840else
5636 # 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.
5637 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 4842 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
5638 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 4843 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
5639 # Update the cache value to reflect the command line values. 4844 # Update the cache value to reflect the command line values.
5640 ac_cv_have_x="have_x=yes\ 4845 ac_cv_have_x="have_x=yes \
5641 ac_x_includes='$x_includes'\ 4846 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5642 ac_x_libraries='$x_libraries'"
5643 { 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
5644echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 4848echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5645fi 4849fi
5646 4850
5647if test "$no_x" = yes; then 4851if test "$no_x" = yes; then
5648 # 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.
5649 4853
5660 # 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.
5661 if test -n "$x_libraries"; then 4865 if test -n "$x_libraries"; then
5662 X_LIBS="$X_LIBS -L$x_libraries" 4866 X_LIBS="$X_LIBS -L$x_libraries"
5663 # 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
5664 # 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"*)
5665 { 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
5666echo $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
5667 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 4873 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
5668 ac_xsave_cxx_werror_flag=$ac_cxx_werror_flag
5669 ac_cxx_werror_flag=yes
5670 cat >conftest.$ac_ext <<_ACEOF 4874 cat >conftest.$ac_ext <<_ACEOF
5671/* confdefs.h. */ 4875/* confdefs.h. */
5672_ACEOF 4876_ACEOF
5673cat confdefs.h >>conftest.$ac_ext 4877cat confdefs.h >>conftest.$ac_ext
5674cat >>conftest.$ac_ext <<_ACEOF 4878cat >>conftest.$ac_ext <<_ACEOF
5675/* end confdefs.h. */ 4879/* end confdefs.h. */
5681 ; 4885 ;
5682 return 0; 4886 return 0;
5683} 4887}
5684_ACEOF 4888_ACEOF
5685rm -f conftest.$ac_objext conftest$ac_exeext 4889rm -f conftest.$ac_objext conftest$ac_exeext
5686if { (ac_try="$ac_link"
5687case "(($ac_try" in
5688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5689 *) ac_try_echo=$ac_try;;
5690esac
5691eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5692 (eval "$ac_link") 2>conftest.er1 4891 (eval $ac_link) 2>conftest.er1
5693 ac_status=$? 4892 ac_status=$?
5694 grep -v '^ *+' conftest.er1 >conftest.err 4893 grep -v '^ *+' conftest.er1 >conftest.err
5695 rm -f conftest.er1 4894 rm -f conftest.er1
5696 cat conftest.err >&5 4895 cat conftest.err >&5
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); } && { 4897 (exit $ac_status); } &&
5699 test -z "$ac_cxx_werror_flag" || 4898 { ac_try='test -z "$ac_cxx_werror_flag"
5700 test ! -s conftest.err 4899 || test ! -s conftest.err'
5701 } && test -s conftest$ac_exeext && 4900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5702 $as_test_x conftest$ac_exeext; then 4901 (eval $ac_try) 2>&5
5703 { echo "$as_me:$LINENO: result: no" >&5 4902 ac_status=$?
5704echo "${ECHO_T}no" >&6; } 4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5705 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
5706else 4912else
5707 echo "$as_me: failed program was:" >&5 4913 echo "$as_me: failed program was:" >&5
5708sed 's/^/| /' conftest.$ac_ext >&5 4914sed 's/^/| /' conftest.$ac_ext >&5
5709 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
5710 LIBS="$ac_xsave_LIBS -R $x_libraries" 4925 LIBS="$ac_xsave_LIBS -R $x_libraries"
5711 cat >conftest.$ac_ext <<_ACEOF 4926 cat >conftest.$ac_ext <<_ACEOF
5712/* confdefs.h. */ 4927/* confdefs.h. */
5713_ACEOF 4928_ACEOF
5714cat confdefs.h >>conftest.$ac_ext 4929cat confdefs.h >>conftest.$ac_ext
5715cat >>conftest.$ac_ext <<_ACEOF 4930cat >>conftest.$ac_ext <<_ACEOF
5716/* end confdefs.h. */ 4931/* end confdefs.h. */
5722 ; 4937 ;
5723 return 0; 4938 return 0;
5724} 4939}
5725_ACEOF 4940_ACEOF
5726rm -f conftest.$ac_objext conftest$ac_exeext 4941rm -f conftest.$ac_objext conftest$ac_exeext
5727if { (ac_try="$ac_link"
5728case "(($ac_try" in
5729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5730 *) ac_try_echo=$ac_try;;
5731esac
5732eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5733 (eval "$ac_link") 2>conftest.er1 4943 (eval $ac_link) 2>conftest.er1
5734 ac_status=$? 4944 ac_status=$?
5735 grep -v '^ *+' conftest.er1 >conftest.err 4945 grep -v '^ *+' conftest.er1 >conftest.err
5736 rm -f conftest.er1 4946 rm -f conftest.er1
5737 cat conftest.err >&5 4947 cat conftest.err >&5
5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739 (exit $ac_status); } && { 4949 (exit $ac_status); } &&
5740 test -z "$ac_cxx_werror_flag" || 4950 { ac_try='test -z "$ac_cxx_werror_flag"
5741 test ! -s conftest.err 4951 || test ! -s conftest.err'
5742 } && test -s conftest$ac_exeext && 4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5743 $as_test_x conftest$ac_exeext; then 4953 (eval $ac_try) 2>&5
5744 { echo "$as_me:$LINENO: result: yes" >&5 4954 ac_status=$?
5745echo "${ECHO_T}yes" >&6; } 4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 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
5747else 4964else
5748 echo "$as_me: failed program was:" >&5 4965 echo "$as_me: failed program was:" >&5
5749sed 's/^/| /' conftest.$ac_ext >&5 4966sed 's/^/| /' conftest.$ac_ext >&5
5750 4967
5751 { echo "$as_me:$LINENO: result: neither works" >&5 4968ac_R_space=no
5752echo "${ECHO_T}neither works" >&6; }
5753fi 4969fi
5754 4970rm -f conftest.err conftest.$ac_objext \
5755rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5756 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
5757fi 4979 fi
5758 4980 fi
5759rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5760 conftest$ac_exeext conftest.$ac_ext
5761 ac_cxx_werror_flag=$ac_xsave_cxx_werror_flag
5762 LIBS=$ac_xsave_LIBS 4981 LIBS=$ac_xsave_LIBS
4982 esac
5763 fi 4983 fi
5764 4984
5765 # Check for system-dependent libraries X programs must link with. 4985 # Check for system-dependent libraries X programs must link with.
5766 # Do this before checking for the system-independent R6 libraries 4986 # Do this before checking for the system-independent R6 libraries
5767 # (-lICE), since we may need -lsocket or whatever for X linking. 4987 # (-lICE), since we may need -lsocket or whatever for X linking.
5778_ACEOF 4998_ACEOF
5779cat confdefs.h >>conftest.$ac_ext 4999cat confdefs.h >>conftest.$ac_ext
5780cat >>conftest.$ac_ext <<_ACEOF 5000cat >>conftest.$ac_ext <<_ACEOF
5781/* end confdefs.h. */ 5001/* end confdefs.h. */
5782 5002
5783/* Override any GCC internal prototype to avoid an error. 5003/* Override any gcc2 internal prototype to avoid an error. */
5784 Use char because int might match the return type of a GCC
5785 builtin and then its argument prototype would still apply. */
5786#ifdef __cplusplus 5004#ifdef __cplusplus
5787extern "C" 5005extern "C"
5788#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. */
5789char XOpenDisplay (); 5009char XOpenDisplay ();
5790int 5010int
5791main () 5011main ()
5792{ 5012{
5793return XOpenDisplay (); 5013XOpenDisplay ();
5794 ; 5014 ;
5795 return 0; 5015 return 0;
5796} 5016}
5797_ACEOF 5017_ACEOF
5798rm -f conftest.$ac_objext conftest$ac_exeext 5018rm -f conftest.$ac_objext conftest$ac_exeext
5799if { (ac_try="$ac_link"
5800case "(($ac_try" in
5801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5802 *) ac_try_echo=$ac_try;;
5803esac
5804eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5019if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5805 (eval "$ac_link") 2>conftest.er1 5020 (eval $ac_link) 2>conftest.er1
5806 ac_status=$? 5021 ac_status=$?
5807 grep -v '^ *+' conftest.er1 >conftest.err 5022 grep -v '^ *+' conftest.er1 >conftest.err
5808 rm -f conftest.er1 5023 rm -f conftest.er1
5809 cat conftest.err >&5 5024 cat conftest.err >&5
5810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5811 (exit $ac_status); } && { 5026 (exit $ac_status); } &&
5812 test -z "$ac_cxx_werror_flag" || 5027 { ac_try='test -z "$ac_cxx_werror_flag"
5813 test ! -s conftest.err 5028 || test ! -s conftest.err'
5814 } && test -s conftest$ac_exeext && 5029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5815 $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
5816 : 5040 :
5817else 5041else
5818 echo "$as_me: failed program was:" >&5 5042 echo "$as_me: failed program was:" >&5
5819sed 's/^/| /' conftest.$ac_ext >&5 5043sed 's/^/| /' conftest.$ac_ext >&5
5820 5044
5821 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5045echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
5822echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5046echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5823if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5047if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5824 echo $ECHO_N "(cached) $ECHO_C" >&6 5048 echo $ECHO_N "(cached) $ECHO_C" >&6
5825else 5049else
5826 ac_check_lib_save_LIBS=$LIBS 5050 ac_check_lib_save_LIBS=$LIBS
5827LIBS="-ldnet $LIBS" 5051LIBS="-ldnet $LIBS"
5830_ACEOF 5054_ACEOF
5831cat confdefs.h >>conftest.$ac_ext 5055cat confdefs.h >>conftest.$ac_ext
5832cat >>conftest.$ac_ext <<_ACEOF 5056cat >>conftest.$ac_ext <<_ACEOF
5833/* end confdefs.h. */ 5057/* end confdefs.h. */
5834 5058
5835/* Override any GCC internal prototype to avoid an error. 5059/* Override any gcc2 internal prototype to avoid an error. */
5836 Use char because int might match the return type of a GCC
5837 builtin and then its argument prototype would still apply. */
5838#ifdef __cplusplus 5060#ifdef __cplusplus
5839extern "C" 5061extern "C"
5840#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. */
5841char dnet_ntoa (); 5065char dnet_ntoa ();
5842int 5066int
5843main () 5067main ()
5844{ 5068{
5845return dnet_ntoa (); 5069dnet_ntoa ();
5846 ; 5070 ;
5847 return 0; 5071 return 0;
5848} 5072}
5849_ACEOF 5073_ACEOF
5850rm -f conftest.$ac_objext conftest$ac_exeext 5074rm -f conftest.$ac_objext conftest$ac_exeext
5851if { (ac_try="$ac_link"
5852case "(($ac_try" in
5853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5854 *) ac_try_echo=$ac_try;;
5855esac
5856eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5075if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5857 (eval "$ac_link") 2>conftest.er1 5076 (eval $ac_link) 2>conftest.er1
5858 ac_status=$? 5077 ac_status=$?
5859 grep -v '^ *+' conftest.er1 >conftest.err 5078 grep -v '^ *+' conftest.er1 >conftest.err
5860 rm -f conftest.er1 5079 rm -f conftest.er1
5861 cat conftest.err >&5 5080 cat conftest.err >&5
5862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5863 (exit $ac_status); } && { 5082 (exit $ac_status); } &&
5864 test -z "$ac_cxx_werror_flag" || 5083 { ac_try='test -z "$ac_cxx_werror_flag"
5865 test ! -s conftest.err 5084 || test ! -s conftest.err'
5866 } && test -s conftest$ac_exeext && 5085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5867 $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
5868 ac_cv_lib_dnet_dnet_ntoa=yes 5096 ac_cv_lib_dnet_dnet_ntoa=yes
5869else 5097else
5870 echo "$as_me: failed program was:" >&5 5098 echo "$as_me: failed program was:" >&5
5871sed 's/^/| /' conftest.$ac_ext >&5 5099sed 's/^/| /' conftest.$ac_ext >&5
5872 5100
5873 ac_cv_lib_dnet_dnet_ntoa=no 5101ac_cv_lib_dnet_dnet_ntoa=no
5874fi 5102fi
5875 5103rm -f conftest.err conftest.$ac_objext \
5876rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5877 conftest$ac_exeext conftest.$ac_ext 5104 conftest$ac_exeext conftest.$ac_ext
5878LIBS=$ac_check_lib_save_LIBS 5105LIBS=$ac_check_lib_save_LIBS
5879fi 5106fi
5880{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5107echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5881echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5108echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5882if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5109if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5883 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5110 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
5884fi 5111fi
5885 5112
5886 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5113 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
5887 { 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
5888echo $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
5889if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5116if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
5890 echo $ECHO_N "(cached) $ECHO_C" >&6 5117 echo $ECHO_N "(cached) $ECHO_C" >&6
5891else 5118else
5892 ac_check_lib_save_LIBS=$LIBS 5119 ac_check_lib_save_LIBS=$LIBS
5893LIBS="-ldnet_stub $LIBS" 5120LIBS="-ldnet_stub $LIBS"
5896_ACEOF 5123_ACEOF
5897cat confdefs.h >>conftest.$ac_ext 5124cat confdefs.h >>conftest.$ac_ext
5898cat >>conftest.$ac_ext <<_ACEOF 5125cat >>conftest.$ac_ext <<_ACEOF
5899/* end confdefs.h. */ 5126/* end confdefs.h. */
5900 5127
5901/* Override any GCC internal prototype to avoid an error. 5128/* Override any gcc2 internal prototype to avoid an error. */
5902 Use char because int might match the return type of a GCC
5903 builtin and then its argument prototype would still apply. */
5904#ifdef __cplusplus 5129#ifdef __cplusplus
5905extern "C" 5130extern "C"
5906#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. */
5907char dnet_ntoa (); 5134char dnet_ntoa ();
5908int 5135int
5909main () 5136main ()
5910{ 5137{
5911return dnet_ntoa (); 5138dnet_ntoa ();
5912 ; 5139 ;
5913 return 0; 5140 return 0;
5914} 5141}
5915_ACEOF 5142_ACEOF
5916rm -f conftest.$ac_objext conftest$ac_exeext 5143rm -f conftest.$ac_objext conftest$ac_exeext
5917if { (ac_try="$ac_link"
5918case "(($ac_try" in
5919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5920 *) ac_try_echo=$ac_try;;
5921esac
5922eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5144if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5923 (eval "$ac_link") 2>conftest.er1 5145 (eval $ac_link) 2>conftest.er1
5924 ac_status=$? 5146 ac_status=$?
5925 grep -v '^ *+' conftest.er1 >conftest.err 5147 grep -v '^ *+' conftest.er1 >conftest.err
5926 rm -f conftest.er1 5148 rm -f conftest.er1
5927 cat conftest.err >&5 5149 cat conftest.err >&5
5928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5929 (exit $ac_status); } && { 5151 (exit $ac_status); } &&
5930 test -z "$ac_cxx_werror_flag" || 5152 { ac_try='test -z "$ac_cxx_werror_flag"
5931 test ! -s conftest.err 5153 || test ! -s conftest.err'
5932 } && test -s conftest$ac_exeext && 5154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5933 $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
5934 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5165 ac_cv_lib_dnet_stub_dnet_ntoa=yes
5935else 5166else
5936 echo "$as_me: failed program was:" >&5 5167 echo "$as_me: failed program was:" >&5
5937sed 's/^/| /' conftest.$ac_ext >&5 5168sed 's/^/| /' conftest.$ac_ext >&5
5938 5169
5939 ac_cv_lib_dnet_stub_dnet_ntoa=no 5170ac_cv_lib_dnet_stub_dnet_ntoa=no
5940fi 5171fi
5941 5172rm -f conftest.err conftest.$ac_objext \
5942rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5943 conftest$ac_exeext conftest.$ac_ext 5173 conftest$ac_exeext conftest.$ac_ext
5944LIBS=$ac_check_lib_save_LIBS 5174LIBS=$ac_check_lib_save_LIBS
5945fi 5175fi
5946{ 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
5947echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5177echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
5948if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5178if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
5949 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5179 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
5950fi 5180fi
5951 5181
5952 fi 5182 fi
5953fi 5183fi
5954 5184rm -f conftest.err conftest.$ac_objext \
5955rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5956 conftest$ac_exeext conftest.$ac_ext 5185 conftest$ac_exeext conftest.$ac_ext
5957 LIBS="$ac_xsave_LIBS" 5186 LIBS="$ac_xsave_LIBS"
5958 5187
5959 # 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,
5960 # to get the SysV transport functions. 5189 # to get the SysV transport functions.
5962 # needs -lnsl. 5191 # needs -lnsl.
5963 # The nsl library prevents programs from opening the X display 5192 # The nsl library prevents programs from opening the X display
5964 # on Irix 5.2, according to T.E. Dickey. 5193 # on Irix 5.2, according to T.E. Dickey.
5965 # The functions gethostbyname, getservbyname, and inet_addr are 5194 # The functions gethostbyname, getservbyname, and inet_addr are
5966 # 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.
5967 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5196 echo "$as_me:$LINENO: checking for gethostbyname" >&5
5968echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5197echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
5969if test "${ac_cv_func_gethostbyname+set}" = set; then 5198if test "${ac_cv_func_gethostbyname+set}" = set; then
5970 echo $ECHO_N "(cached) $ECHO_C" >&6 5199 echo $ECHO_N "(cached) $ECHO_C" >&6
5971else 5200else
5972 cat >conftest.$ac_ext <<_ACEOF 5201 cat >conftest.$ac_ext <<_ACEOF
5973/* confdefs.h. */ 5202/* confdefs.h. */
5990# include <assert.h> 5219# include <assert.h>
5991#endif 5220#endif
5992 5221
5993#undef gethostbyname 5222#undef gethostbyname
5994 5223
5995/* Override any GCC internal prototype to avoid an error. 5224/* Override any gcc2 internal prototype to avoid an error. */
5996 Use char because int might match the return type of a GCC
5997 builtin and then its argument prototype would still apply. */
5998#ifdef __cplusplus 5225#ifdef __cplusplus
5999extern "C" 5226extern "C"
5227{
6000#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. */
6001char gethostbyname (); 5231char gethostbyname ();
6002/* The GNU C library defines this for functions which it implements 5232/* The GNU C library defines this for functions which it implements
6003 to always fail with ENOSYS. Some functions are actually named 5233 to always fail with ENOSYS. Some functions are actually named
6004 something starting with __ and the normal name is an alias. */ 5234 something starting with __ and the normal name is an alias. */
6005#if defined __stub_gethostbyname || defined __stub___gethostbyname 5235#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6006choke me 5236choke me
5237#else
5238char (*f) () = gethostbyname;
5239#endif
5240#ifdef __cplusplus
5241}
6007#endif 5242#endif
6008 5243
6009int 5244int
6010main () 5245main ()
6011{ 5246{
6012return gethostbyname (); 5247return f != gethostbyname;
6013 ; 5248 ;
6014 return 0; 5249 return 0;
6015} 5250}
6016_ACEOF 5251_ACEOF
6017rm -f conftest.$ac_objext conftest$ac_exeext 5252rm -f conftest.$ac_objext conftest$ac_exeext
6018if { (ac_try="$ac_link"
6019case "(($ac_try" in
6020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6021 *) ac_try_echo=$ac_try;;
6022esac
6023eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5253if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6024 (eval "$ac_link") 2>conftest.er1 5254 (eval $ac_link) 2>conftest.er1
6025 ac_status=$? 5255 ac_status=$?
6026 grep -v '^ *+' conftest.er1 >conftest.err 5256 grep -v '^ *+' conftest.er1 >conftest.err
6027 rm -f conftest.er1 5257 rm -f conftest.er1
6028 cat conftest.err >&5 5258 cat conftest.err >&5
6029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6030 (exit $ac_status); } && { 5260 (exit $ac_status); } &&
6031 test -z "$ac_cxx_werror_flag" || 5261 { ac_try='test -z "$ac_cxx_werror_flag"
6032 test ! -s conftest.err 5262 || test ! -s conftest.err'
6033 } && test -s conftest$ac_exeext && 5263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6034 $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
6035 ac_cv_func_gethostbyname=yes 5274 ac_cv_func_gethostbyname=yes
6036else 5275else
6037 echo "$as_me: failed program was:" >&5 5276 echo "$as_me: failed program was:" >&5
6038sed 's/^/| /' conftest.$ac_ext >&5 5277sed 's/^/| /' conftest.$ac_ext >&5
6039 5278
6040 ac_cv_func_gethostbyname=no 5279ac_cv_func_gethostbyname=no
6041fi 5280fi
6042 5281rm -f conftest.err conftest.$ac_objext \
6043rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6044 conftest$ac_exeext conftest.$ac_ext 5282 conftest$ac_exeext conftest.$ac_ext
6045fi 5283fi
6046{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5284echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
6047echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5285echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
6048 5286
6049 if test $ac_cv_func_gethostbyname = no; then 5287 if test $ac_cv_func_gethostbyname = no; then
6050 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5288 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6051echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5289echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6052if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5290if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6053 echo $ECHO_N "(cached) $ECHO_C" >&6 5291 echo $ECHO_N "(cached) $ECHO_C" >&6
6054else 5292else
6055 ac_check_lib_save_LIBS=$LIBS 5293 ac_check_lib_save_LIBS=$LIBS
6056LIBS="-lnsl $LIBS" 5294LIBS="-lnsl $LIBS"
6059_ACEOF 5297_ACEOF
6060cat confdefs.h >>conftest.$ac_ext 5298cat confdefs.h >>conftest.$ac_ext
6061cat >>conftest.$ac_ext <<_ACEOF 5299cat >>conftest.$ac_ext <<_ACEOF
6062/* end confdefs.h. */ 5300/* end confdefs.h. */
6063 5301
6064/* Override any GCC internal prototype to avoid an error. 5302/* Override any gcc2 internal prototype to avoid an error. */
6065 Use char because int might match the return type of a GCC
6066 builtin and then its argument prototype would still apply. */
6067#ifdef __cplusplus 5303#ifdef __cplusplus
6068extern "C" 5304extern "C"
6069#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. */
6070char gethostbyname (); 5308char gethostbyname ();
6071int 5309int
6072main () 5310main ()
6073{ 5311{
6074return gethostbyname (); 5312gethostbyname ();
6075 ; 5313 ;
6076 return 0; 5314 return 0;
6077} 5315}
6078_ACEOF 5316_ACEOF
6079rm -f conftest.$ac_objext conftest$ac_exeext 5317rm -f conftest.$ac_objext conftest$ac_exeext
6080if { (ac_try="$ac_link"
6081case "(($ac_try" in
6082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6083 *) ac_try_echo=$ac_try;;
6084esac
6085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5318if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6086 (eval "$ac_link") 2>conftest.er1 5319 (eval $ac_link) 2>conftest.er1
6087 ac_status=$? 5320 ac_status=$?
6088 grep -v '^ *+' conftest.er1 >conftest.err 5321 grep -v '^ *+' conftest.er1 >conftest.err
6089 rm -f conftest.er1 5322 rm -f conftest.er1
6090 cat conftest.err >&5 5323 cat conftest.err >&5
6091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6092 (exit $ac_status); } && { 5325 (exit $ac_status); } &&
6093 test -z "$ac_cxx_werror_flag" || 5326 { ac_try='test -z "$ac_cxx_werror_flag"
6094 test ! -s conftest.err 5327 || test ! -s conftest.err'
6095 } && test -s conftest$ac_exeext && 5328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6096 $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
6097 ac_cv_lib_nsl_gethostbyname=yes 5339 ac_cv_lib_nsl_gethostbyname=yes
6098else 5340else
6099 echo "$as_me: failed program was:" >&5 5341 echo "$as_me: failed program was:" >&5
6100sed 's/^/| /' conftest.$ac_ext >&5 5342sed 's/^/| /' conftest.$ac_ext >&5
6101 5343
6102 ac_cv_lib_nsl_gethostbyname=no 5344ac_cv_lib_nsl_gethostbyname=no
6103fi 5345fi
6104 5346rm -f conftest.err conftest.$ac_objext \
6105rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6106 conftest$ac_exeext conftest.$ac_ext 5347 conftest$ac_exeext conftest.$ac_ext
6107LIBS=$ac_check_lib_save_LIBS 5348LIBS=$ac_check_lib_save_LIBS
6108fi 5349fi
6109{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5350echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6110echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5351echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6111if test $ac_cv_lib_nsl_gethostbyname = yes; then 5352if test $ac_cv_lib_nsl_gethostbyname = yes; then
6112 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5353 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6113fi 5354fi
6114 5355
6115 if test $ac_cv_lib_nsl_gethostbyname = no; then 5356 if test $ac_cv_lib_nsl_gethostbyname = no; then
6116 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5357 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
6117echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5358echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
6118if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5359if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
6119 echo $ECHO_N "(cached) $ECHO_C" >&6 5360 echo $ECHO_N "(cached) $ECHO_C" >&6
6120else 5361else
6121 ac_check_lib_save_LIBS=$LIBS 5362 ac_check_lib_save_LIBS=$LIBS
6122LIBS="-lbsd $LIBS" 5363LIBS="-lbsd $LIBS"
6125_ACEOF 5366_ACEOF
6126cat confdefs.h >>conftest.$ac_ext 5367cat confdefs.h >>conftest.$ac_ext
6127cat >>conftest.$ac_ext <<_ACEOF 5368cat >>conftest.$ac_ext <<_ACEOF
6128/* end confdefs.h. */ 5369/* end confdefs.h. */
6129 5370
6130/* Override any GCC internal prototype to avoid an error. 5371/* Override any gcc2 internal prototype to avoid an error. */
6131 Use char because int might match the return type of a GCC
6132 builtin and then its argument prototype would still apply. */
6133#ifdef __cplusplus 5372#ifdef __cplusplus
6134extern "C" 5373extern "C"
6135#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. */
6136char gethostbyname (); 5377char gethostbyname ();
6137int 5378int
6138main () 5379main ()
6139{ 5380{
6140return gethostbyname (); 5381gethostbyname ();
6141 ; 5382 ;
6142 return 0; 5383 return 0;
6143} 5384}
6144_ACEOF 5385_ACEOF
6145rm -f conftest.$ac_objext conftest$ac_exeext 5386rm -f conftest.$ac_objext conftest$ac_exeext
6146if { (ac_try="$ac_link"
6147case "(($ac_try" in
6148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6149 *) ac_try_echo=$ac_try;;
6150esac
6151eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5387if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6152 (eval "$ac_link") 2>conftest.er1 5388 (eval $ac_link) 2>conftest.er1
6153 ac_status=$? 5389 ac_status=$?
6154 grep -v '^ *+' conftest.er1 >conftest.err 5390 grep -v '^ *+' conftest.er1 >conftest.err
6155 rm -f conftest.er1 5391 rm -f conftest.er1
6156 cat conftest.err >&5 5392 cat conftest.err >&5
6157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6158 (exit $ac_status); } && { 5394 (exit $ac_status); } &&
6159 test -z "$ac_cxx_werror_flag" || 5395 { ac_try='test -z "$ac_cxx_werror_flag"
6160 test ! -s conftest.err 5396 || test ! -s conftest.err'
6161 } && test -s conftest$ac_exeext && 5397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6162 $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
6163 ac_cv_lib_bsd_gethostbyname=yes 5408 ac_cv_lib_bsd_gethostbyname=yes
6164else 5409else
6165 echo "$as_me: failed program was:" >&5 5410 echo "$as_me: failed program was:" >&5
6166sed 's/^/| /' conftest.$ac_ext >&5 5411sed 's/^/| /' conftest.$ac_ext >&5
6167 5412
6168 ac_cv_lib_bsd_gethostbyname=no 5413ac_cv_lib_bsd_gethostbyname=no
6169fi 5414fi
6170 5415rm -f conftest.err conftest.$ac_objext \
6171rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6172 conftest$ac_exeext conftest.$ac_ext 5416 conftest$ac_exeext conftest.$ac_ext
6173LIBS=$ac_check_lib_save_LIBS 5417LIBS=$ac_check_lib_save_LIBS
6174fi 5418fi
6175{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5419echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
6176echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5420echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
6177if test $ac_cv_lib_bsd_gethostbyname = yes; then 5421if test $ac_cv_lib_bsd_gethostbyname = yes; then
6178 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5422 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
6179fi 5423fi
6180 5424
6181 fi 5425 fi
6186 # 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
6187 # on later versions), says Simon Leinen: it contains gethostby* 5431 # on later versions), says Simon Leinen: it contains gethostby*
6188 # variants that don't use the name server (or something). -lsocket 5432 # variants that don't use the name server (or something). -lsocket
6189 # 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
6190 # if connect needs -lnsl, so does gethostbyname. 5434 # if connect needs -lnsl, so does gethostbyname.
6191 { echo "$as_me:$LINENO: checking for connect" >&5 5435 echo "$as_me:$LINENO: checking for connect" >&5
6192echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5436echo $ECHO_N "checking for connect... $ECHO_C" >&6
6193if test "${ac_cv_func_connect+set}" = set; then 5437if test "${ac_cv_func_connect+set}" = set; then
6194 echo $ECHO_N "(cached) $ECHO_C" >&6 5438 echo $ECHO_N "(cached) $ECHO_C" >&6
6195else 5439else
6196 cat >conftest.$ac_ext <<_ACEOF 5440 cat >conftest.$ac_ext <<_ACEOF
6197/* confdefs.h. */ 5441/* confdefs.h. */
6214# include <assert.h> 5458# include <assert.h>
6215#endif 5459#endif
6216 5460
6217#undef connect 5461#undef connect
6218 5462
6219/* Override any GCC internal prototype to avoid an error. 5463/* Override any gcc2 internal prototype to avoid an error. */
6220 Use char because int might match the return type of a GCC
6221 builtin and then its argument prototype would still apply. */
6222#ifdef __cplusplus 5464#ifdef __cplusplus
6223extern "C" 5465extern "C"
5466{
6224#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. */
6225char connect (); 5470char connect ();
6226/* The GNU C library defines this for functions which it implements 5471/* The GNU C library defines this for functions which it implements
6227 to always fail with ENOSYS. Some functions are actually named 5472 to always fail with ENOSYS. Some functions are actually named
6228 something starting with __ and the normal name is an alias. */ 5473 something starting with __ and the normal name is an alias. */
6229#if defined __stub_connect || defined __stub___connect 5474#if defined (__stub_connect) || defined (__stub___connect)
6230choke me 5475choke me
5476#else
5477char (*f) () = connect;
5478#endif
5479#ifdef __cplusplus
5480}
6231#endif 5481#endif
6232 5482
6233int 5483int
6234main () 5484main ()
6235{ 5485{
6236return connect (); 5486return f != connect;
6237 ; 5487 ;
6238 return 0; 5488 return 0;
6239} 5489}
6240_ACEOF 5490_ACEOF
6241rm -f conftest.$ac_objext conftest$ac_exeext 5491rm -f conftest.$ac_objext conftest$ac_exeext
6242if { (ac_try="$ac_link"
6243case "(($ac_try" in
6244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6245 *) ac_try_echo=$ac_try;;
6246esac
6247eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5492if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6248 (eval "$ac_link") 2>conftest.er1 5493 (eval $ac_link) 2>conftest.er1
6249 ac_status=$? 5494 ac_status=$?
6250 grep -v '^ *+' conftest.er1 >conftest.err 5495 grep -v '^ *+' conftest.er1 >conftest.err
6251 rm -f conftest.er1 5496 rm -f conftest.er1
6252 cat conftest.err >&5 5497 cat conftest.err >&5
6253 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6254 (exit $ac_status); } && { 5499 (exit $ac_status); } &&
6255 test -z "$ac_cxx_werror_flag" || 5500 { ac_try='test -z "$ac_cxx_werror_flag"
6256 test ! -s conftest.err 5501 || test ! -s conftest.err'
6257 } && test -s conftest$ac_exeext && 5502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6258 $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
6259 ac_cv_func_connect=yes 5513 ac_cv_func_connect=yes
6260else 5514else
6261 echo "$as_me: failed program was:" >&5 5515 echo "$as_me: failed program was:" >&5
6262sed 's/^/| /' conftest.$ac_ext >&5 5516sed 's/^/| /' conftest.$ac_ext >&5
6263 5517
6264 ac_cv_func_connect=no 5518ac_cv_func_connect=no
6265fi 5519fi
6266 5520rm -f conftest.err conftest.$ac_objext \
6267rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6268 conftest$ac_exeext conftest.$ac_ext 5521 conftest$ac_exeext conftest.$ac_ext
6269fi 5522fi
6270{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5523echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
6271echo "${ECHO_T}$ac_cv_func_connect" >&6; } 5524echo "${ECHO_T}$ac_cv_func_connect" >&6
6272 5525
6273 if test $ac_cv_func_connect = no; then 5526 if test $ac_cv_func_connect = no; then
6274 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5527 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6275echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 5528echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6276if test "${ac_cv_lib_socket_connect+set}" = set; then 5529if test "${ac_cv_lib_socket_connect+set}" = set; then
6277 echo $ECHO_N "(cached) $ECHO_C" >&6 5530 echo $ECHO_N "(cached) $ECHO_C" >&6
6278else 5531else
6279 ac_check_lib_save_LIBS=$LIBS 5532 ac_check_lib_save_LIBS=$LIBS
6280LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 5533LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6283_ACEOF 5536_ACEOF
6284cat confdefs.h >>conftest.$ac_ext 5537cat confdefs.h >>conftest.$ac_ext
6285cat >>conftest.$ac_ext <<_ACEOF 5538cat >>conftest.$ac_ext <<_ACEOF
6286/* end confdefs.h. */ 5539/* end confdefs.h. */
6287 5540
6288/* Override any GCC internal prototype to avoid an error. 5541/* Override any gcc2 internal prototype to avoid an error. */
6289 Use char because int might match the return type of a GCC
6290 builtin and then its argument prototype would still apply. */
6291#ifdef __cplusplus 5542#ifdef __cplusplus
6292extern "C" 5543extern "C"
6293#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. */
6294char connect (); 5547char connect ();
6295int 5548int
6296main () 5549main ()
6297{ 5550{
6298return connect (); 5551connect ();
6299 ; 5552 ;
6300 return 0; 5553 return 0;
6301} 5554}
6302_ACEOF 5555_ACEOF
6303rm -f conftest.$ac_objext conftest$ac_exeext 5556rm -f conftest.$ac_objext conftest$ac_exeext
6304if { (ac_try="$ac_link"
6305case "(($ac_try" in
6306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6307 *) ac_try_echo=$ac_try;;
6308esac
6309eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5557if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6310 (eval "$ac_link") 2>conftest.er1 5558 (eval $ac_link) 2>conftest.er1
6311 ac_status=$? 5559 ac_status=$?
6312 grep -v '^ *+' conftest.er1 >conftest.err 5560 grep -v '^ *+' conftest.er1 >conftest.err
6313 rm -f conftest.er1 5561 rm -f conftest.er1
6314 cat conftest.err >&5 5562 cat conftest.err >&5
6315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6316 (exit $ac_status); } && { 5564 (exit $ac_status); } &&
6317 test -z "$ac_cxx_werror_flag" || 5565 { ac_try='test -z "$ac_cxx_werror_flag"
6318 test ! -s conftest.err 5566 || test ! -s conftest.err'
6319 } && test -s conftest$ac_exeext && 5567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6320 $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
6321 ac_cv_lib_socket_connect=yes 5578 ac_cv_lib_socket_connect=yes
6322else 5579else
6323 echo "$as_me: failed program was:" >&5 5580 echo "$as_me: failed program was:" >&5
6324sed 's/^/| /' conftest.$ac_ext >&5 5581sed 's/^/| /' conftest.$ac_ext >&5
6325 5582
6326 ac_cv_lib_socket_connect=no 5583ac_cv_lib_socket_connect=no
6327fi 5584fi
6328 5585rm -f conftest.err conftest.$ac_objext \
6329rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6330 conftest$ac_exeext conftest.$ac_ext 5586 conftest$ac_exeext conftest.$ac_ext
6331LIBS=$ac_check_lib_save_LIBS 5587LIBS=$ac_check_lib_save_LIBS
6332fi 5588fi
6333{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5589echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6334echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5590echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6335if test $ac_cv_lib_socket_connect = yes; then 5591if test $ac_cv_lib_socket_connect = yes; then
6336 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 5592 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
6337fi 5593fi
6338 5594
6339 fi 5595 fi
6340 5596
6341 # Guillermo Gomez says -lposix is necessary on A/UX. 5597 # Guillermo Gomez says -lposix is necessary on A/UX.
6342 { echo "$as_me:$LINENO: checking for remove" >&5 5598 echo "$as_me:$LINENO: checking for remove" >&5
6343echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 5599echo $ECHO_N "checking for remove... $ECHO_C" >&6
6344if test "${ac_cv_func_remove+set}" = set; then 5600if test "${ac_cv_func_remove+set}" = set; then
6345 echo $ECHO_N "(cached) $ECHO_C" >&6 5601 echo $ECHO_N "(cached) $ECHO_C" >&6
6346else 5602else
6347 cat >conftest.$ac_ext <<_ACEOF 5603 cat >conftest.$ac_ext <<_ACEOF
6348/* confdefs.h. */ 5604/* confdefs.h. */
6365# include <assert.h> 5621# include <assert.h>
6366#endif 5622#endif
6367 5623
6368#undef remove 5624#undef remove
6369 5625
6370/* Override any GCC internal prototype to avoid an error. 5626/* Override any gcc2 internal prototype to avoid an error. */
6371 Use char because int might match the return type of a GCC
6372 builtin and then its argument prototype would still apply. */
6373#ifdef __cplusplus 5627#ifdef __cplusplus
6374extern "C" 5628extern "C"
5629{
6375#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. */
6376char remove (); 5633char remove ();
6377/* The GNU C library defines this for functions which it implements 5634/* The GNU C library defines this for functions which it implements
6378 to always fail with ENOSYS. Some functions are actually named 5635 to always fail with ENOSYS. Some functions are actually named
6379 something starting with __ and the normal name is an alias. */ 5636 something starting with __ and the normal name is an alias. */
6380#if defined __stub_remove || defined __stub___remove 5637#if defined (__stub_remove) || defined (__stub___remove)
6381choke me 5638choke me
5639#else
5640char (*f) () = remove;
5641#endif
5642#ifdef __cplusplus
5643}
6382#endif 5644#endif
6383 5645
6384int 5646int
6385main () 5647main ()
6386{ 5648{
6387return remove (); 5649return f != remove;
6388 ; 5650 ;
6389 return 0; 5651 return 0;
6390} 5652}
6391_ACEOF 5653_ACEOF
6392rm -f conftest.$ac_objext conftest$ac_exeext 5654rm -f conftest.$ac_objext conftest$ac_exeext
6393if { (ac_try="$ac_link"
6394case "(($ac_try" in
6395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6396 *) ac_try_echo=$ac_try;;
6397esac
6398eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6399 (eval "$ac_link") 2>conftest.er1 5656 (eval $ac_link) 2>conftest.er1
6400 ac_status=$? 5657 ac_status=$?
6401 grep -v '^ *+' conftest.er1 >conftest.err 5658 grep -v '^ *+' conftest.er1 >conftest.err
6402 rm -f conftest.er1 5659 rm -f conftest.er1
6403 cat conftest.err >&5 5660 cat conftest.err >&5
6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6405 (exit $ac_status); } && { 5662 (exit $ac_status); } &&
6406 test -z "$ac_cxx_werror_flag" || 5663 { ac_try='test -z "$ac_cxx_werror_flag"
6407 test ! -s conftest.err 5664 || test ! -s conftest.err'
6408 } && test -s conftest$ac_exeext && 5665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6409 $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
6410 ac_cv_func_remove=yes 5676 ac_cv_func_remove=yes
6411else 5677else
6412 echo "$as_me: failed program was:" >&5 5678 echo "$as_me: failed program was:" >&5
6413sed 's/^/| /' conftest.$ac_ext >&5 5679sed 's/^/| /' conftest.$ac_ext >&5
6414 5680
6415 ac_cv_func_remove=no 5681ac_cv_func_remove=no
6416fi 5682fi
6417 5683rm -f conftest.err conftest.$ac_objext \
6418rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6419 conftest$ac_exeext conftest.$ac_ext 5684 conftest$ac_exeext conftest.$ac_ext
6420fi 5685fi
6421{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 5686echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
6422echo "${ECHO_T}$ac_cv_func_remove" >&6; } 5687echo "${ECHO_T}$ac_cv_func_remove" >&6
6423 5688
6424 if test $ac_cv_func_remove = no; then 5689 if test $ac_cv_func_remove = no; then
6425 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 5690 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
6426echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 5691echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
6427if test "${ac_cv_lib_posix_remove+set}" = set; then 5692if test "${ac_cv_lib_posix_remove+set}" = set; then
6428 echo $ECHO_N "(cached) $ECHO_C" >&6 5693 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 5694else
6430 ac_check_lib_save_LIBS=$LIBS 5695 ac_check_lib_save_LIBS=$LIBS
6431LIBS="-lposix $LIBS" 5696LIBS="-lposix $LIBS"
6434_ACEOF 5699_ACEOF
6435cat confdefs.h >>conftest.$ac_ext 5700cat confdefs.h >>conftest.$ac_ext
6436cat >>conftest.$ac_ext <<_ACEOF 5701cat >>conftest.$ac_ext <<_ACEOF
6437/* end confdefs.h. */ 5702/* end confdefs.h. */
6438 5703
6439/* Override any GCC internal prototype to avoid an error. 5704/* Override any gcc2 internal prototype to avoid an error. */
6440 Use char because int might match the return type of a GCC
6441 builtin and then its argument prototype would still apply. */
6442#ifdef __cplusplus 5705#ifdef __cplusplus
6443extern "C" 5706extern "C"
6444#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. */
6445char remove (); 5710char remove ();
6446int 5711int
6447main () 5712main ()
6448{ 5713{
6449return remove (); 5714remove ();
6450 ; 5715 ;
6451 return 0; 5716 return 0;
6452} 5717}
6453_ACEOF 5718_ACEOF
6454rm -f conftest.$ac_objext conftest$ac_exeext 5719rm -f conftest.$ac_objext conftest$ac_exeext
6455if { (ac_try="$ac_link"
6456case "(($ac_try" in
6457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6458 *) ac_try_echo=$ac_try;;
6459esac
6460eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5720if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6461 (eval "$ac_link") 2>conftest.er1 5721 (eval $ac_link) 2>conftest.er1
6462 ac_status=$? 5722 ac_status=$?
6463 grep -v '^ *+' conftest.er1 >conftest.err 5723 grep -v '^ *+' conftest.er1 >conftest.err
6464 rm -f conftest.er1 5724 rm -f conftest.er1
6465 cat conftest.err >&5 5725 cat conftest.err >&5
6466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6467 (exit $ac_status); } && { 5727 (exit $ac_status); } &&
6468 test -z "$ac_cxx_werror_flag" || 5728 { ac_try='test -z "$ac_cxx_werror_flag"
6469 test ! -s conftest.err 5729 || test ! -s conftest.err'
6470 } && test -s conftest$ac_exeext && 5730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6471 $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
6472 ac_cv_lib_posix_remove=yes 5741 ac_cv_lib_posix_remove=yes
6473else 5742else
6474 echo "$as_me: failed program was:" >&5 5743 echo "$as_me: failed program was:" >&5
6475sed 's/^/| /' conftest.$ac_ext >&5 5744sed 's/^/| /' conftest.$ac_ext >&5
6476 5745
6477 ac_cv_lib_posix_remove=no 5746ac_cv_lib_posix_remove=no
6478fi 5747fi
6479 5748rm -f conftest.err conftest.$ac_objext \
6480rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6481 conftest$ac_exeext conftest.$ac_ext 5749 conftest$ac_exeext conftest.$ac_ext
6482LIBS=$ac_check_lib_save_LIBS 5750LIBS=$ac_check_lib_save_LIBS
6483fi 5751fi
6484{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 5752echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
6485echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 5753echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
6486if test $ac_cv_lib_posix_remove = yes; then 5754if test $ac_cv_lib_posix_remove = yes; then
6487 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 5755 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
6488fi 5756fi
6489 5757
6490 fi 5758 fi
6491 5759
6492 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 5760 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
6493 { echo "$as_me:$LINENO: checking for shmat" >&5 5761 echo "$as_me:$LINENO: checking for shmat" >&5
6494echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 5762echo $ECHO_N "checking for shmat... $ECHO_C" >&6
6495if test "${ac_cv_func_shmat+set}" = set; then 5763if test "${ac_cv_func_shmat+set}" = set; then
6496 echo $ECHO_N "(cached) $ECHO_C" >&6 5764 echo $ECHO_N "(cached) $ECHO_C" >&6
6497else 5765else
6498 cat >conftest.$ac_ext <<_ACEOF 5766 cat >conftest.$ac_ext <<_ACEOF
6499/* confdefs.h. */ 5767/* confdefs.h. */
6516# include <assert.h> 5784# include <assert.h>
6517#endif 5785#endif
6518 5786
6519#undef shmat 5787#undef shmat
6520 5788
6521/* Override any GCC internal prototype to avoid an error. 5789/* Override any gcc2 internal prototype to avoid an error. */
6522 Use char because int might match the return type of a GCC
6523 builtin and then its argument prototype would still apply. */
6524#ifdef __cplusplus 5790#ifdef __cplusplus
6525extern "C" 5791extern "C"
5792{
6526#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. */
6527char shmat (); 5796char shmat ();
6528/* The GNU C library defines this for functions which it implements 5797/* The GNU C library defines this for functions which it implements
6529 to always fail with ENOSYS. Some functions are actually named 5798 to always fail with ENOSYS. Some functions are actually named
6530 something starting with __ and the normal name is an alias. */ 5799 something starting with __ and the normal name is an alias. */
6531#if defined __stub_shmat || defined __stub___shmat 5800#if defined (__stub_shmat) || defined (__stub___shmat)
6532choke me 5801choke me
5802#else
5803char (*f) () = shmat;
5804#endif
5805#ifdef __cplusplus
5806}
6533#endif 5807#endif
6534 5808
6535int 5809int
6536main () 5810main ()
6537{ 5811{
6538return shmat (); 5812return f != shmat;
6539 ; 5813 ;
6540 return 0; 5814 return 0;
6541} 5815}
6542_ACEOF 5816_ACEOF
6543rm -f conftest.$ac_objext conftest$ac_exeext 5817rm -f conftest.$ac_objext conftest$ac_exeext
6544if { (ac_try="$ac_link"
6545case "(($ac_try" in
6546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6547 *) ac_try_echo=$ac_try;;
6548esac
6549eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5818if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6550 (eval "$ac_link") 2>conftest.er1 5819 (eval $ac_link) 2>conftest.er1
6551 ac_status=$? 5820 ac_status=$?
6552 grep -v '^ *+' conftest.er1 >conftest.err 5821 grep -v '^ *+' conftest.er1 >conftest.err
6553 rm -f conftest.er1 5822 rm -f conftest.er1
6554 cat conftest.err >&5 5823 cat conftest.err >&5
6555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556 (exit $ac_status); } && { 5825 (exit $ac_status); } &&
6557 test -z "$ac_cxx_werror_flag" || 5826 { ac_try='test -z "$ac_cxx_werror_flag"
6558 test ! -s conftest.err 5827 || test ! -s conftest.err'
6559 } && test -s conftest$ac_exeext && 5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6560 $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
6561 ac_cv_func_shmat=yes 5839 ac_cv_func_shmat=yes
6562else 5840else
6563 echo "$as_me: failed program was:" >&5 5841 echo "$as_me: failed program was:" >&5
6564sed 's/^/| /' conftest.$ac_ext >&5 5842sed 's/^/| /' conftest.$ac_ext >&5
6565 5843
6566 ac_cv_func_shmat=no 5844ac_cv_func_shmat=no
6567fi 5845fi
6568 5846rm -f conftest.err conftest.$ac_objext \
6569rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6570 conftest$ac_exeext conftest.$ac_ext 5847 conftest$ac_exeext conftest.$ac_ext
6571fi 5848fi
6572{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 5849echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
6573echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 5850echo "${ECHO_T}$ac_cv_func_shmat" >&6
6574 5851
6575 if test $ac_cv_func_shmat = no; then 5852 if test $ac_cv_func_shmat = no; then
6576 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 5853 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
6577echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 5854echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
6578if test "${ac_cv_lib_ipc_shmat+set}" = set; then 5855if test "${ac_cv_lib_ipc_shmat+set}" = set; then
6579 echo $ECHO_N "(cached) $ECHO_C" >&6 5856 echo $ECHO_N "(cached) $ECHO_C" >&6
6580else 5857else
6581 ac_check_lib_save_LIBS=$LIBS 5858 ac_check_lib_save_LIBS=$LIBS
6582LIBS="-lipc $LIBS" 5859LIBS="-lipc $LIBS"
6585_ACEOF 5862_ACEOF
6586cat confdefs.h >>conftest.$ac_ext 5863cat confdefs.h >>conftest.$ac_ext
6587cat >>conftest.$ac_ext <<_ACEOF 5864cat >>conftest.$ac_ext <<_ACEOF
6588/* end confdefs.h. */ 5865/* end confdefs.h. */
6589 5866
6590/* Override any GCC internal prototype to avoid an error. 5867/* Override any gcc2 internal prototype to avoid an error. */
6591 Use char because int might match the return type of a GCC
6592 builtin and then its argument prototype would still apply. */
6593#ifdef __cplusplus 5868#ifdef __cplusplus
6594extern "C" 5869extern "C"
6595#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. */
6596char shmat (); 5873char shmat ();
6597int 5874int
6598main () 5875main ()
6599{ 5876{
6600return shmat (); 5877shmat ();
6601 ; 5878 ;
6602 return 0; 5879 return 0;
6603} 5880}
6604_ACEOF 5881_ACEOF
6605rm -f conftest.$ac_objext conftest$ac_exeext 5882rm -f conftest.$ac_objext conftest$ac_exeext
6606if { (ac_try="$ac_link"
6607case "(($ac_try" in
6608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6609 *) ac_try_echo=$ac_try;;
6610esac
6611eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5883if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6612 (eval "$ac_link") 2>conftest.er1 5884 (eval $ac_link) 2>conftest.er1
6613 ac_status=$? 5885 ac_status=$?
6614 grep -v '^ *+' conftest.er1 >conftest.err 5886 grep -v '^ *+' conftest.er1 >conftest.err
6615 rm -f conftest.er1 5887 rm -f conftest.er1
6616 cat conftest.err >&5 5888 cat conftest.err >&5
6617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6618 (exit $ac_status); } && { 5890 (exit $ac_status); } &&
6619 test -z "$ac_cxx_werror_flag" || 5891 { ac_try='test -z "$ac_cxx_werror_flag"
6620 test ! -s conftest.err 5892 || test ! -s conftest.err'
6621 } && test -s conftest$ac_exeext && 5893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6622 $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
6623 ac_cv_lib_ipc_shmat=yes 5904 ac_cv_lib_ipc_shmat=yes
6624else 5905else
6625 echo "$as_me: failed program was:" >&5 5906 echo "$as_me: failed program was:" >&5
6626sed 's/^/| /' conftest.$ac_ext >&5 5907sed 's/^/| /' conftest.$ac_ext >&5
6627 5908
6628 ac_cv_lib_ipc_shmat=no 5909ac_cv_lib_ipc_shmat=no
6629fi 5910fi
6630 5911rm -f conftest.err conftest.$ac_objext \
6631rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6632 conftest$ac_exeext conftest.$ac_ext 5912 conftest$ac_exeext conftest.$ac_ext
6633LIBS=$ac_check_lib_save_LIBS 5913LIBS=$ac_check_lib_save_LIBS
6634fi 5914fi
6635{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 5915echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
6636echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 5916echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
6637if test $ac_cv_lib_ipc_shmat = yes; then 5917if test $ac_cv_lib_ipc_shmat = yes; then
6638 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 5918 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
6639fi 5919fi
6640 5920
6641 fi 5921 fi
6648 # 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
6649 # 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.
6650 # These have to be linked with before -lX11, unlike the other 5930 # These have to be linked with before -lX11, unlike the other
6651 # libraries we check for below, so use a different variable. 5931 # libraries we check for below, so use a different variable.
6652 # John Interrante, Karl Berry 5932 # John Interrante, Karl Berry
6653 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 5933 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
6654echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 5934echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
6655if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 5935if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6 5936 echo $ECHO_N "(cached) $ECHO_C" >&6
6657else 5937else
6658 ac_check_lib_save_LIBS=$LIBS 5938 ac_check_lib_save_LIBS=$LIBS
6659LIBS="-lICE $X_EXTRA_LIBS $LIBS" 5939LIBS="-lICE $X_EXTRA_LIBS $LIBS"
6662_ACEOF 5942_ACEOF
6663cat confdefs.h >>conftest.$ac_ext 5943cat confdefs.h >>conftest.$ac_ext
6664cat >>conftest.$ac_ext <<_ACEOF 5944cat >>conftest.$ac_ext <<_ACEOF
6665/* end confdefs.h. */ 5945/* end confdefs.h. */
6666 5946
6667/* Override any GCC internal prototype to avoid an error. 5947/* Override any gcc2 internal prototype to avoid an error. */
6668 Use char because int might match the return type of a GCC
6669 builtin and then its argument prototype would still apply. */
6670#ifdef __cplusplus 5948#ifdef __cplusplus
6671extern "C" 5949extern "C"
6672#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. */
6673char IceConnectionNumber (); 5953char IceConnectionNumber ();
6674int 5954int
6675main () 5955main ()
6676{ 5956{
6677return IceConnectionNumber (); 5957IceConnectionNumber ();
6678 ; 5958 ;
6679 return 0; 5959 return 0;
6680} 5960}
6681_ACEOF 5961_ACEOF
6682rm -f conftest.$ac_objext conftest$ac_exeext 5962rm -f conftest.$ac_objext conftest$ac_exeext
6683if { (ac_try="$ac_link"
6684case "(($ac_try" in
6685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6686 *) ac_try_echo=$ac_try;;
6687esac
6688eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5963if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6689 (eval "$ac_link") 2>conftest.er1 5964 (eval $ac_link) 2>conftest.er1
6690 ac_status=$? 5965 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err 5966 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1 5967 rm -f conftest.er1
6693 cat conftest.err >&5 5968 cat conftest.err >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && { 5970 (exit $ac_status); } &&
6696 test -z "$ac_cxx_werror_flag" || 5971 { ac_try='test -z "$ac_cxx_werror_flag"
6697 test ! -s conftest.err 5972 || test ! -s conftest.err'
6698 } && test -s conftest$ac_exeext && 5973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6699 $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
6700 ac_cv_lib_ICE_IceConnectionNumber=yes 5984 ac_cv_lib_ICE_IceConnectionNumber=yes
6701else 5985else
6702 echo "$as_me: failed program was:" >&5 5986 echo "$as_me: failed program was:" >&5
6703sed 's/^/| /' conftest.$ac_ext >&5 5987sed 's/^/| /' conftest.$ac_ext >&5
6704 5988
6705 ac_cv_lib_ICE_IceConnectionNumber=no 5989ac_cv_lib_ICE_IceConnectionNumber=no
6706fi 5990fi
6707 5991rm -f conftest.err conftest.$ac_objext \
6708rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6709 conftest$ac_exeext conftest.$ac_ext 5992 conftest$ac_exeext conftest.$ac_ext
6710LIBS=$ac_check_lib_save_LIBS 5993LIBS=$ac_check_lib_save_LIBS
6711fi 5994fi
6712{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 5995echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
6713echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 5996echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
6714if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 5997if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
6715 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 5998 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
6716fi 5999fi
6717 6000
6718 LDFLAGS=$ac_save_LDFLAGS 6001 LDFLAGS=$ac_save_LDFLAGS
6726have_afterimage= 6009have_afterimage=
6727 6010
6728if test x$support_afterimage = xyes; then 6011if test x$support_afterimage = xyes; then
6729 support_afterimage=no 6012 support_afterimage=no
6730 6013
6731 if test "x$afterimage_config" = "x" ; then 6014 if test "x$afterimage_config" = "x" ; then
6732 # 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.
6733set dummy afterimage-config; ac_word=$2 6016set dummy afterimage-config; ac_word=$2
6734{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6017echo "$as_me:$LINENO: checking for $ac_word" >&5
6735echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6736if test "${ac_cv_path_afterimage_config+set}" = set; then 6019if test "${ac_cv_path_afterimage_config+set}" = set; then
6737 echo $ECHO_N "(cached) $ECHO_C" >&6 6020 echo $ECHO_N "(cached) $ECHO_C" >&6
6738else 6021else
6739 case $afterimage_config in 6022 case $afterimage_config in
6740 [\\/]* | ?:[\\/]*) 6023 [\\/]* | ?:[\\/]*)
6745for as_dir in $PATH 6028for as_dir in $PATH
6746do 6029do
6747 IFS=$as_save_IFS 6030 IFS=$as_save_IFS
6748 test -z "$as_dir" && as_dir=. 6031 test -z "$as_dir" && as_dir=.
6749 for ac_exec_ext in '' $ac_executable_extensions; do 6032 for ac_exec_ext in '' $ac_executable_extensions; do
6750 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
6751 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"
6752 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
6753 break 2 6036 break 2
6754 fi 6037 fi
6755done 6038done
6756done 6039done
6757IFS=$as_save_IFS
6758 6040
6759 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"
6760 ;; 6042 ;;
6761esac 6043esac
6762fi 6044fi
6763afterimage_config=$ac_cv_path_afterimage_config 6045afterimage_config=$ac_cv_path_afterimage_config
6046
6764if test -n "$afterimage_config"; then 6047if test -n "$afterimage_config"; then
6765 { echo "$as_me:$LINENO: result: $afterimage_config" >&5 6048 echo "$as_me:$LINENO: result: $afterimage_config" >&5
6766echo "${ECHO_T}$afterimage_config" >&6; } 6049echo "${ECHO_T}$afterimage_config" >&6
6767else 6050else
6768 { echo "$as_me:$LINENO: result: no" >&5 6051 echo "$as_me:$LINENO: result: no" >&5
6769echo "${ECHO_T}no" >&6; } 6052echo "${ECHO_T}no" >&6
6770fi 6053fi
6771 6054
6772
6773 else
6774 afterimage_config=$afterimage_config/afterimage-config
6775 fi 6055 fi
6776 6056
6777 { echo "$as_me:$LINENO: checking for libAfterImage" >&5 6057 echo "$as_me:$LINENO: checking for libAfterImage" >&5
6778echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; } 6058echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6
6779 if $afterimage_config --version >/dev/null 2>&1 ; then 6059 if $afterimage_config --version >/dev/null 2>&1 ; then
6780 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 6060 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6781 AFTERIMAGE_LIBS=`$afterimage_config --libs` 6061 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6782 if test "x$AFTERIMAGE_LIBS" != "x"; then 6062 if test "x$AFTERIMAGE_LIBS" != "x"; then
6783 support_afterimage=yes 6063 support_afterimage=yes
6784 fi 6064 fi
6785 fi 6065 fi
6786 6066
6787 if test "x$support_afterimage" = "xyes"; then 6067 if test "x$support_afterimage" = "xyes"; then
6788 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5 6068 echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6789echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; } 6069echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6
6790 else 6070 else
6791 { echo "$as_me:$LINENO: result: no" >&5 6071 echo "$as_me:$LINENO: result: no" >&5
6792echo "${ECHO_T}no" >&6; } 6072echo "${ECHO_T}no" >&6
6793 fi 6073 fi
6794fi 6074fi
6795 6075
6796if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then 6076if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6797 6077
6802# dashes changed to underlines. 6082# dashes changed to underlines.
6803 6083
6804# 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
6805# paths, otherwise set no_xpm=yes. 6085# paths, otherwise set no_xpm=yes.
6806# 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.
6807{ echo "$as_me:$LINENO: checking for libXpm" >&5 6087echo "$as_me:$LINENO: checking for libXpm" >&5
6808echo $ECHO_N "checking for libXpm... $ECHO_C" >&6; } 6088echo $ECHO_N "checking for libXpm... $ECHO_C" >&6
6809 6089
6810 6090
6811# Check whether --with-xpm_includes was given. 6091# Check whether --with-xpm_includes or --without-xpm_includes was given.
6812if test "${with_xpm_includes+set}" = set; then 6092if test "${with_xpm_includes+set}" = set; then
6813 withval=$with_xpm_includes; xpm_includes="$withval" 6093 withval="$with_xpm_includes"
6094 xpm_includes="$withval"
6814else 6095else
6815 xpm_includes=NO 6096 xpm_includes=NO
6816fi 6097fi;
6817 6098
6818
6819# Check whether --with-xpm_library was given. 6099# Check whether --with-xpm_library or --without-xpm_library was given.
6820if test "${with_xpm_library+set}" = set; then 6100if test "${with_xpm_library+set}" = set; then
6821 withval=$with_xpm_library; xpm_libraries="$withval" 6101 withval="$with_xpm_library"
6102 xpm_libraries="$withval"
6822else 6103else
6823 xpm_libraries=NO 6104 xpm_libraries=NO
6824fi 6105fi;
6825
6826 6106
6827# --without-xpm overrides everything else, but does not touch the cache. 6107# --without-xpm overrides everything else, but does not touch the cache.
6828 6108
6829# Check whether --with-xpm was given. 6109# Check whether --with-xpm or --without-xpm was given.
6830if test "${with_xpm+set}" = set; then 6110if test "${with_xpm+set}" = set; then
6831 withval=$with_xpm; 6111 withval="$with_xpm"
6112
6832fi 6113fi;
6833
6834if test "$with_xpm" = no; then 6114if test "$with_xpm" = no; then
6835 have_xpm=disabled 6115 have_xpm=disabled
6836else 6116else
6837 if test "${ac_cv_have_xpm+set}" = set; then 6117 if test "${ac_cv_have_xpm+set}" = set; then
6838 echo $ECHO_N "(cached) $ECHO_C" >&6 6118 echo $ECHO_N "(cached) $ECHO_C" >&6
6863cat confdefs.h >>conftest.$ac_ext 6143cat confdefs.h >>conftest.$ac_ext
6864cat >>conftest.$ac_ext <<_ACEOF 6144cat >>conftest.$ac_ext <<_ACEOF
6865/* end confdefs.h. */ 6145/* end confdefs.h. */
6866#include <X11/xpm.h> 6146#include <X11/xpm.h>
6867_ACEOF 6147_ACEOF
6868if { (ac_try="$ac_cpp conftest.$ac_ext" 6148if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6869case "(($ac_try" in
6870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6871 *) ac_try_echo=$ac_try;;
6872esac
6873eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6874 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6149 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6875 ac_status=$? 6150 ac_status=$?
6876 grep -v '^ *+' conftest.er1 >conftest.err 6151 grep -v '^ *+' conftest.er1 >conftest.err
6877 rm -f conftest.er1 6152 rm -f conftest.er1
6878 cat conftest.err >&5 6153 cat conftest.err >&5
6879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6880 (exit $ac_status); } >/dev/null && { 6155 (exit $ac_status); } >/dev/null; then
6881 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6882 test ! -s conftest.err 6156 if test -s conftest.err; then
6883 }; 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
6884 # We can compile using X headers with no special include directory. 6166 # We can compile using X headers with no special include directory.
6885vt_xpm_includes= 6167vt_xpm_includes=
6886vt_xpm_include_X11=yes 6168vt_xpm_include_X11=yes
6887else 6169else
6888 echo "$as_me: failed program was:" >&5 6170 echo "$as_me: failed program was:" >&5
6936 break 6218 break
6937 fi 6219 fi
6938 fi 6220 fi
6939 done 6221 done
6940fi 6222fi
6941
6942rm -f conftest.err conftest.$ac_ext 6223rm -f conftest.err conftest.$ac_ext
6943fi 6224fi
6944 6225
6945if test "$vt_xpm_libraries" = NO; then 6226if test "$vt_xpm_libraries" = NO; then
6946 # Check for the libraries. 6227 # Check for the libraries.
6963 ; 6244 ;
6964 return 0; 6245 return 0;
6965} 6246}
6966_ACEOF 6247_ACEOF
6967rm -f conftest.$ac_objext conftest$ac_exeext 6248rm -f conftest.$ac_objext conftest$ac_exeext
6968if { (ac_try="$ac_link"
6969case "(($ac_try" in
6970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6971 *) ac_try_echo=$ac_try;;
6972esac
6973eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6974 (eval "$ac_link") 2>conftest.er1 6250 (eval $ac_link) 2>conftest.er1
6975 ac_status=$? 6251 ac_status=$?
6976 grep -v '^ *+' conftest.er1 >conftest.err 6252 grep -v '^ *+' conftest.er1 >conftest.err
6977 rm -f conftest.er1 6253 rm -f conftest.er1
6978 cat conftest.err >&5 6254 cat conftest.err >&5
6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 (exit $ac_status); } && { 6256 (exit $ac_status); } &&
6981 test -z "$ac_cxx_werror_flag" || 6257 { ac_try='test -z "$ac_cxx_werror_flag"
6982 test ! -s conftest.err 6258 || test ! -s conftest.err'
6983 } && test -s conftest$ac_exeext && 6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6984 $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
6985 LIBS="$ac_save_LIBS" 6270 LIBS="$ac_save_LIBS"
6986# We can link libXpm with no special library path. 6271# We can link libXpm with no special library path.
6987vt_xpm_libraries= 6272vt_xpm_libraries=
6988else 6273else
6989 echo "$as_me: failed program was:" >&5 6274 echo "$as_me: failed program was:" >&5
6990sed 's/^/| /' conftest.$ac_ext >&5 6275sed 's/^/| /' conftest.$ac_ext >&5
6991 6276
6992 LIBS="$ac_save_LIBS" 6277LIBS="$ac_save_LIBS"
6993# First see if replacing the include by lib works. 6278# First see if replacing the include by lib works.
6994for ac_dir in \ 6279for ac_dir in \
6995 `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,'` \
6996 /usr/X11/lib \ 6281 /usr/X11/lib \
6997 /usr/X11R6/lib \ 6282 /usr/X11R6/lib \
7034 break 2 6319 break 2
7035 fi 6320 fi
7036 done 6321 done
7037done 6322done
7038fi 6323fi
7039 6324rm -f conftest.err conftest.$ac_objext \
7040rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7041 conftest$ac_exeext conftest.$ac_ext 6325 conftest$ac_exeext conftest.$ac_ext
7042fi 6326fi
7043 6327
7044 6328
7045 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
7052fi 6336fi
7053 eval "$ac_cv_have_xpm" 6337 eval "$ac_cv_have_xpm"
7054fi 6338fi
7055 6339
7056if test "$have_xpm" != yes; then 6340if test "$have_xpm" != yes; then
7057 { echo "$as_me:$LINENO: result: $have_xpm" >&5 6341 echo "$as_me:$LINENO: result: $have_xpm" >&5
7058echo "${ECHO_T}$have_xpm" >&6; } 6342echo "${ECHO_T}$have_xpm" >&6
7059 no_xpm=yes 6343 no_xpm=yes
7060else 6344else
7061 if test "$xpm_includes" != NO; then 6345 if test "$xpm_includes" != NO; then
7062 if test "$xpm_includes" = "$vt_xpm_includes"; then 6346 if test "$xpm_includes" = "$vt_xpm_includes"; then
7063 if test -r "$xpm_includes/X11/xpm.h"; then 6347 if test -r "$xpm_includes/X11/xpm.h"; then
7072cat confdefs.h >>conftest.$ac_ext 6356cat confdefs.h >>conftest.$ac_ext
7073cat >>conftest.$ac_ext <<_ACEOF 6357cat >>conftest.$ac_ext <<_ACEOF
7074/* end confdefs.h. */ 6358/* end confdefs.h. */
7075#include <X11/xpm.h> 6359#include <X11/xpm.h>
7076_ACEOF 6360_ACEOF
7077if { (ac_try="$ac_cpp conftest.$ac_ext" 6361if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7078case "(($ac_try" in
7079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7080 *) ac_try_echo=$ac_try;;
7081esac
7082eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7083 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6362 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7084 ac_status=$? 6363 ac_status=$?
7085 grep -v '^ *+' conftest.er1 >conftest.err 6364 grep -v '^ *+' conftest.er1 >conftest.err
7086 rm -f conftest.er1 6365 rm -f conftest.er1
7087 cat conftest.err >&5 6366 cat conftest.err >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } >/dev/null && { 6368 (exit $ac_status); } >/dev/null; then
7090 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7091 test ! -s conftest.err 6369 if test -s conftest.err; then
7092 }; 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
7093 vt_xpm_include_X11=yes 6379 vt_xpm_include_X11=yes
7094else 6380else
7095 echo "$as_me: failed program was:" >&5 6381 echo "$as_me: failed program was:" >&5
7096sed 's/^/| /' conftest.$ac_ext >&5 6382sed 's/^/| /' conftest.$ac_ext >&5
7097 6383
7098 6384
7099fi 6385fi
7100
7101rm -f conftest.err conftest.$ac_ext 6386rm -f conftest.err conftest.$ac_ext
7102 else 6387 else
7103 if test -r "$xpm_includes/X11/xpm.h"; then 6388 if test -r "$xpm_includes/X11/xpm.h"; then
7104 vt_xpm_include_X11=yes 6389 vt_xpm_include_X11=yes
7105 fi 6390 fi
7113 # Update the cache value to reflect the command line values. 6398 # Update the cache value to reflect the command line values.
7114 ac_cv_have_xpm="have_xpm=yes \ 6399 ac_cv_have_xpm="have_xpm=yes \
7115 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 \
7116 vt_xpm_include_X11=$vt_xpm_include_X11" 6401 vt_xpm_include_X11=$vt_xpm_include_X11"
7117 eval "$ac_cv_have_xpm" 6402 eval "$ac_cv_have_xpm"
7118 { 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
7119echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6; } 6404echo "${ECHO_T}-I$vt_xpm_includes, -L$vt_xpm_libraries" >&6
7120 if test -n "$vt_xpm_includes"; then 6405 if test -n "$vt_xpm_includes"; then
7121 XPM_CPPFLAGS="-DHAVE_LIBXPM" 6406 XPM_CPPFLAGS="-DHAVE_LIBXPM"
7122 fi 6407 fi
7123 if test -n "$vt_xpm_includes"; then 6408 if test -n "$vt_xpm_includes"; then
7124 XPM_CFLAGS="-I$vt_xpm_includes" 6409 XPM_CFLAGS="-I$vt_xpm_includes"
7143 if test x$no_xpm = xyes; then 6428 if test x$no_xpm = xyes; then
7144 support_xpm=needsmanualspecification 6429 support_xpm=needsmanualspecification
7145 fi 6430 fi
7146fi 6431fi
7147 6432
7148{ 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
7149echo $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
7150if test "${ac_cv_header_sys_wait_h+set}" = set; then 6435if test "${ac_cv_header_sys_wait_h+set}" = set; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6 6436 echo $ECHO_N "(cached) $ECHO_C" >&6
7152else 6437else
7153 cat >conftest.$ac_ext <<_ACEOF 6438 cat >conftest.$ac_ext <<_ACEOF
7154/* confdefs.h. */ 6439/* confdefs.h. */
7157cat >>conftest.$ac_ext <<_ACEOF 6442cat >>conftest.$ac_ext <<_ACEOF
7158/* end confdefs.h. */ 6443/* end confdefs.h. */
7159#include <sys/types.h> 6444#include <sys/types.h>
7160#include <sys/wait.h> 6445#include <sys/wait.h>
7161#ifndef WEXITSTATUS 6446#ifndef WEXITSTATUS
7162# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) 6447# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7163#endif 6448#endif
7164#ifndef WIFEXITED 6449#ifndef WIFEXITED
7165# define WIFEXITED(stat_val) (((stat_val) & 255) == 0) 6450# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7166#endif 6451#endif
7167 6452
7174 ; 6459 ;
7175 return 0; 6460 return 0;
7176} 6461}
7177_ACEOF 6462_ACEOF
7178rm -f conftest.$ac_objext 6463rm -f conftest.$ac_objext
7179if { (ac_try="$ac_compile"
7180case "(($ac_try" in
7181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7182 *) ac_try_echo=$ac_try;;
7183esac
7184eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6464if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7185 (eval "$ac_compile") 2>conftest.er1 6465 (eval $ac_compile) 2>conftest.er1
7186 ac_status=$? 6466 ac_status=$?
7187 grep -v '^ *+' conftest.er1 >conftest.err 6467 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -f conftest.er1 6468 rm -f conftest.er1
7189 cat conftest.err >&5 6469 cat conftest.err >&5
7190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191 (exit $ac_status); } && { 6471 (exit $ac_status); } &&
7192 test -z "$ac_cxx_werror_flag" || 6472 { ac_try='test -z "$ac_cxx_werror_flag"
7193 test ! -s conftest.err 6473 || test ! -s conftest.err'
7194 } && 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
7195 ac_cv_header_sys_wait_h=yes 6485 ac_cv_header_sys_wait_h=yes
7196else 6486else
7197 echo "$as_me: failed program was:" >&5 6487 echo "$as_me: failed program was:" >&5
7198sed 's/^/| /' conftest.$ac_ext >&5 6488sed 's/^/| /' conftest.$ac_ext >&5
7199 6489
7200 ac_cv_header_sys_wait_h=no 6490ac_cv_header_sys_wait_h=no
7201fi 6491fi
7202
7203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7204fi 6493fi
7205{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 6494echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7206echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } 6495echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
7207if test $ac_cv_header_sys_wait_h = yes; then 6496if test $ac_cv_header_sys_wait_h = yes; then
7208 6497
7209cat >>confdefs.h <<\_ACEOF 6498cat >>confdefs.h <<\_ACEOF
7210#define HAVE_SYS_WAIT_H 1 6499#define HAVE_SYS_WAIT_H 1
7211_ACEOF 6500_ACEOF
7212 6501
7213fi 6502fi
7214 6503
7215{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6504echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7216echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 6505echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7217if test "${ac_cv_header_stdc+set}" = set; then 6506if test "${ac_cv_header_stdc+set}" = set; then
7218 echo $ECHO_N "(cached) $ECHO_C" >&6 6507 echo $ECHO_N "(cached) $ECHO_C" >&6
7219else 6508else
7220 cat >conftest.$ac_ext <<_ACEOF 6509 cat >conftest.$ac_ext <<_ACEOF
7221/* confdefs.h. */ 6510/* confdefs.h. */
7235 ; 6524 ;
7236 return 0; 6525 return 0;
7237} 6526}
7238_ACEOF 6527_ACEOF
7239rm -f conftest.$ac_objext 6528rm -f conftest.$ac_objext
7240if { (ac_try="$ac_compile"
7241case "(($ac_try" in
7242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7243 *) ac_try_echo=$ac_try;;
7244esac
7245eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7246 (eval "$ac_compile") 2>conftest.er1 6530 (eval $ac_compile) 2>conftest.er1
7247 ac_status=$? 6531 ac_status=$?
7248 grep -v '^ *+' conftest.er1 >conftest.err 6532 grep -v '^ *+' conftest.er1 >conftest.err
7249 rm -f conftest.er1 6533 rm -f conftest.er1
7250 cat conftest.err >&5 6534 cat conftest.err >&5
7251 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252 (exit $ac_status); } && { 6536 (exit $ac_status); } &&
7253 test -z "$ac_cxx_werror_flag" || 6537 { ac_try='test -z "$ac_cxx_werror_flag"
7254 test ! -s conftest.err 6538 || test ! -s conftest.err'
7255 } && 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
7256 ac_cv_header_stdc=yes 6550 ac_cv_header_stdc=yes
7257else 6551else
7258 echo "$as_me: failed program was:" >&5 6552 echo "$as_me: failed program was:" >&5
7259sed 's/^/| /' conftest.$ac_ext >&5 6553sed 's/^/| /' conftest.$ac_ext >&5
7260 6554
7261 ac_cv_header_stdc=no 6555ac_cv_header_stdc=no
7262fi 6556fi
7263
7264rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6557rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7265 6558
7266if test $ac_cv_header_stdc = yes; then 6559if test $ac_cv_header_stdc = yes; then
7267 # 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.
7268 cat >conftest.$ac_ext <<_ACEOF 6561 cat >conftest.$ac_ext <<_ACEOF
7269/* confdefs.h. */ 6562/* confdefs.h. */
7315_ACEOF 6608_ACEOF
7316cat confdefs.h >>conftest.$ac_ext 6609cat confdefs.h >>conftest.$ac_ext
7317cat >>conftest.$ac_ext <<_ACEOF 6610cat >>conftest.$ac_ext <<_ACEOF
7318/* end confdefs.h. */ 6611/* end confdefs.h. */
7319#include <ctype.h> 6612#include <ctype.h>
7320#include <stdlib.h>
7321#if ((' ' & 0x0FF) == 0x020) 6613#if ((' ' & 0x0FF) == 0x020)
7322# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6614# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7323# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6615# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7324#else 6616#else
7325# define ISLOWER(c) \ 6617# define ISLOWER(c) \
7335{ 6627{
7336 int i; 6628 int i;
7337 for (i = 0; i < 256; i++) 6629 for (i = 0; i < 256; i++)
7338 if (XOR (islower (i), ISLOWER (i)) 6630 if (XOR (islower (i), ISLOWER (i))
7339 || toupper (i) != TOUPPER (i)) 6631 || toupper (i) != TOUPPER (i))
7340 return 2; 6632 exit(2);
7341 return 0; 6633 exit (0);
7342} 6634}
7343_ACEOF 6635_ACEOF
7344rm -f conftest$ac_exeext 6636rm -f conftest$ac_exeext
7345if { (ac_try="$ac_link"
7346case "(($ac_try" in
7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7348 *) ac_try_echo=$ac_try;;
7349esac
7350eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6637if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7351 (eval "$ac_link") 2>&5 6638 (eval $ac_link) 2>&5
7352 ac_status=$? 6639 ac_status=$?
7353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7354 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7355 { (case "(($ac_try" in
7356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7357 *) ac_try_echo=$ac_try;;
7358esac
7359eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7360 (eval "$ac_try") 2>&5 6643 (eval $ac_try) 2>&5
7361 ac_status=$? 6644 ac_status=$?
7362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); }; }; then 6646 (exit $ac_status); }; }; then
7364 : 6647 :
7365else 6648else
7368sed 's/^/| /' conftest.$ac_ext >&5 6651sed 's/^/| /' conftest.$ac_ext >&5
7369 6652
7370( exit $ac_status ) 6653( exit $ac_status )
7371ac_cv_header_stdc=no 6654ac_cv_header_stdc=no
7372fi 6655fi
7373rm -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
7374fi 6657fi
7375
7376
7377fi 6658fi
7378fi 6659fi
7379{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6660echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7380echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 6661echo "${ECHO_T}$ac_cv_header_stdc" >&6
7381if test $ac_cv_header_stdc = yes; then 6662if test $ac_cv_header_stdc = yes; then
7382 6663
7383cat >>confdefs.h <<\_ACEOF 6664cat >>confdefs.h <<\_ACEOF
7384#define STDC_HEADERS 1 6665#define STDC_HEADERS 1
7385_ACEOF 6666_ACEOF
7398 6679
7399for 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 \
7400 inttypes.h stdint.h unistd.h 6681 inttypes.h stdint.h unistd.h
7401do 6682do
7402as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6683as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7403{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6684echo "$as_me:$LINENO: checking for $ac_header" >&5
7404echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6685echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7405if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6686if eval "test \"\${$as_ac_Header+set}\" = set"; then
7406 echo $ECHO_N "(cached) $ECHO_C" >&6 6687 echo $ECHO_N "(cached) $ECHO_C" >&6
7407else 6688else
7408 cat >conftest.$ac_ext <<_ACEOF 6689 cat >conftest.$ac_ext <<_ACEOF
7409/* confdefs.h. */ 6690/* confdefs.h. */
7410_ACEOF 6691_ACEOF
7414$ac_includes_default 6695$ac_includes_default
7415 6696
7416#include <$ac_header> 6697#include <$ac_header>
7417_ACEOF 6698_ACEOF
7418rm -f conftest.$ac_objext 6699rm -f conftest.$ac_objext
7419if { (ac_try="$ac_compile"
7420case "(($ac_try" in
7421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7422 *) ac_try_echo=$ac_try;;
7423esac
7424eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6700if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7425 (eval "$ac_compile") 2>conftest.er1 6701 (eval $ac_compile) 2>conftest.er1
7426 ac_status=$? 6702 ac_status=$?
7427 grep -v '^ *+' conftest.er1 >conftest.err 6703 grep -v '^ *+' conftest.er1 >conftest.err
7428 rm -f conftest.er1 6704 rm -f conftest.er1
7429 cat conftest.err >&5 6705 cat conftest.err >&5
7430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7431 (exit $ac_status); } && { 6707 (exit $ac_status); } &&
7432 test -z "$ac_cxx_werror_flag" || 6708 { ac_try='test -z "$ac_cxx_werror_flag"
7433 test ! -s conftest.err 6709 || test ! -s conftest.err'
7434 } && 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
7435 eval "$as_ac_Header=yes" 6721 eval "$as_ac_Header=yes"
7436else 6722else
7437 echo "$as_me: failed program was:" >&5 6723 echo "$as_me: failed program was:" >&5
7438sed 's/^/| /' conftest.$ac_ext >&5 6724sed 's/^/| /' conftest.$ac_ext >&5
7439 6725
7440 eval "$as_ac_Header=no" 6726eval "$as_ac_Header=no"
7441fi 6727fi
7442
7443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6728rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7444fi 6729fi
7445ac_res=`eval echo '${'$as_ac_Header'}'` 6730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7446 { echo "$as_me:$LINENO: result: $ac_res" >&5 6731echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7447echo "${ECHO_T}$ac_res" >&6; }
7448if test `eval echo '${'$as_ac_Header'}'` = yes; then 6732if test `eval echo '${'$as_ac_Header'}'` = yes; then
7449 cat >>confdefs.h <<_ACEOF 6733 cat >>confdefs.h <<_ACEOF
7450#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6734#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7451_ACEOF 6735_ACEOF
7452 6736
7491 cwchar \ 6775 cwchar \
7492 clocale \ 6776 clocale \
7493 6777
7494do 6778do
7495as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6779as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7496if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6780if eval "test \"\${$as_ac_Header+set}\" = set"; then
7497 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6781 echo "$as_me:$LINENO: checking for $ac_header" >&5
7498echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6782echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7499if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6783if eval "test \"\${$as_ac_Header+set}\" = set"; then
7500 echo $ECHO_N "(cached) $ECHO_C" >&6 6784 echo $ECHO_N "(cached) $ECHO_C" >&6
7501fi 6785fi
7502ac_res=`eval echo '${'$as_ac_Header'}'` 6786echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7503 { echo "$as_me:$LINENO: result: $ac_res" >&5 6787echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7504echo "${ECHO_T}$ac_res" >&6; }
7505else 6788else
7506 # Is the header compilable? 6789 # Is the header compilable?
7507{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 6790echo "$as_me:$LINENO: checking $ac_header usability" >&5
7508echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6791echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7509cat >conftest.$ac_ext <<_ACEOF 6792cat >conftest.$ac_ext <<_ACEOF
7510/* confdefs.h. */ 6793/* confdefs.h. */
7511_ACEOF 6794_ACEOF
7512cat confdefs.h >>conftest.$ac_ext 6795cat confdefs.h >>conftest.$ac_ext
7513cat >>conftest.$ac_ext <<_ACEOF 6796cat >>conftest.$ac_ext <<_ACEOF
7514/* end confdefs.h. */ 6797/* end confdefs.h. */
7515$ac_includes_default 6798$ac_includes_default
7516#include <$ac_header> 6799#include <$ac_header>
7517_ACEOF 6800_ACEOF
7518rm -f conftest.$ac_objext 6801rm -f conftest.$ac_objext
7519if { (ac_try="$ac_compile"
7520case "(($ac_try" in
7521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7522 *) ac_try_echo=$ac_try;;
7523esac
7524eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7525 (eval "$ac_compile") 2>conftest.er1 6803 (eval $ac_compile) 2>conftest.er1
7526 ac_status=$? 6804 ac_status=$?
7527 grep -v '^ *+' conftest.er1 >conftest.err 6805 grep -v '^ *+' conftest.er1 >conftest.err
7528 rm -f conftest.er1 6806 rm -f conftest.er1
7529 cat conftest.err >&5 6807 cat conftest.err >&5
7530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7531 (exit $ac_status); } && { 6809 (exit $ac_status); } &&
7532 test -z "$ac_cxx_werror_flag" || 6810 { ac_try='test -z "$ac_cxx_werror_flag"
7533 test ! -s conftest.err 6811 || test ! -s conftest.err'
7534 } && 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
7535 ac_header_compiler=yes 6823 ac_header_compiler=yes
7536else 6824else
7537 echo "$as_me: failed program was:" >&5 6825 echo "$as_me: failed program was:" >&5
7538sed 's/^/| /' conftest.$ac_ext >&5 6826sed 's/^/| /' conftest.$ac_ext >&5
7539 6827
7540 ac_header_compiler=no 6828ac_header_compiler=no
7541fi 6829fi
7542
7543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6830rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7544{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6831echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7545echo "${ECHO_T}$ac_header_compiler" >&6; } 6832echo "${ECHO_T}$ac_header_compiler" >&6
7546 6833
7547# Is the header present? 6834# Is the header present?
7548{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 6835echo "$as_me:$LINENO: checking $ac_header presence" >&5
7549echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6836echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7550cat >conftest.$ac_ext <<_ACEOF 6837cat >conftest.$ac_ext <<_ACEOF
7551/* confdefs.h. */ 6838/* confdefs.h. */
7552_ACEOF 6839_ACEOF
7553cat confdefs.h >>conftest.$ac_ext 6840cat confdefs.h >>conftest.$ac_ext
7554cat >>conftest.$ac_ext <<_ACEOF 6841cat >>conftest.$ac_ext <<_ACEOF
7555/* end confdefs.h. */ 6842/* end confdefs.h. */
7556#include <$ac_header> 6843#include <$ac_header>
7557_ACEOF 6844_ACEOF
7558if { (ac_try="$ac_cpp conftest.$ac_ext" 6845if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7559case "(($ac_try" in
7560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7561 *) ac_try_echo=$ac_try;;
7562esac
7563eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7564 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7565 ac_status=$? 6847 ac_status=$?
7566 grep -v '^ *+' conftest.er1 >conftest.err 6848 grep -v '^ *+' conftest.er1 >conftest.err
7567 rm -f conftest.er1 6849 rm -f conftest.er1
7568 cat conftest.err >&5 6850 cat conftest.err >&5
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); } >/dev/null && { 6852 (exit $ac_status); } >/dev/null; then
7571 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7572 test ! -s conftest.err 6853 if test -s conftest.err; then
7573 }; 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
7574 ac_header_preproc=yes 6863 ac_header_preproc=yes
7575else 6864else
7576 echo "$as_me: failed program was:" >&5 6865 echo "$as_me: failed program was:" >&5
7577sed 's/^/| /' conftest.$ac_ext >&5 6866sed 's/^/| /' conftest.$ac_ext >&5
7578 6867
7579 ac_header_preproc=no 6868 ac_header_preproc=no
7580fi 6869fi
7581
7582rm -f conftest.err conftest.$ac_ext 6870rm -f conftest.err conftest.$ac_ext
7583{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6871echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7584echo "${ECHO_T}$ac_header_preproc" >&6; } 6872echo "${ECHO_T}$ac_header_preproc" >&6
7585 6873
7586# So? What about this header? 6874# So? What about this header?
7587case $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
7588 yes:no: ) 6876 yes:no: )
7589 { 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
7603echo "$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;}
7604 { 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
7605echo "$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;}
7606 { 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
7607echo "$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;}
7608 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
7609 ;; 6904 ;;
7610esac 6905esac
7611{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6906echo "$as_me:$LINENO: checking for $ac_header" >&5
7612echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6907echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7613if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6908if eval "test \"\${$as_ac_Header+set}\" = set"; then
7614 echo $ECHO_N "(cached) $ECHO_C" >&6 6909 echo $ECHO_N "(cached) $ECHO_C" >&6
7615else 6910else
7616 eval "$as_ac_Header=\$ac_header_preproc" 6911 eval "$as_ac_Header=\$ac_header_preproc"
7617fi 6912fi
7618ac_res=`eval echo '${'$as_ac_Header'}'` 6913echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7619 { echo "$as_me:$LINENO: result: $ac_res" >&5 6914echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7620echo "${ECHO_T}$ac_res" >&6; }
7621 6915
7622fi 6916fi
7623if test `eval echo '${'$as_ac_Header'}'` = yes; then 6917if test `eval echo '${'$as_ac_Header'}'` = yes; then
7624 cat >>confdefs.h <<_ACEOF 6918 cat >>confdefs.h <<_ACEOF
7625#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6919#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7628fi 6922fi
7629 6923
7630done 6924done
7631 6925
7632 6926
7633{ 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
7634echo $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
7635if test "${ac_cv_header_time+set}" = set; then 6929if test "${ac_cv_header_time+set}" = set; then
7636 echo $ECHO_N "(cached) $ECHO_C" >&6 6930 echo $ECHO_N "(cached) $ECHO_C" >&6
7637else 6931else
7638 cat >conftest.$ac_ext <<_ACEOF 6932 cat >conftest.$ac_ext <<_ACEOF
7639/* confdefs.h. */ 6933/* confdefs.h. */
7653 ; 6947 ;
7654 return 0; 6948 return 0;
7655} 6949}
7656_ACEOF 6950_ACEOF
7657rm -f conftest.$ac_objext 6951rm -f conftest.$ac_objext
7658if { (ac_try="$ac_compile"
7659case "(($ac_try" in
7660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7661 *) ac_try_echo=$ac_try;;
7662esac
7663eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7664 (eval "$ac_compile") 2>conftest.er1 6953 (eval $ac_compile) 2>conftest.er1
7665 ac_status=$? 6954 ac_status=$?
7666 grep -v '^ *+' conftest.er1 >conftest.err 6955 grep -v '^ *+' conftest.er1 >conftest.err
7667 rm -f conftest.er1 6956 rm -f conftest.er1
7668 cat conftest.err >&5 6957 cat conftest.err >&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && { 6959 (exit $ac_status); } &&
7671 test -z "$ac_cxx_werror_flag" || 6960 { ac_try='test -z "$ac_cxx_werror_flag"
7672 test ! -s conftest.err 6961 || test ! -s conftest.err'
7673 } && 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
7674 ac_cv_header_time=yes 6973 ac_cv_header_time=yes
7675else 6974else
7676 echo "$as_me: failed program was:" >&5 6975 echo "$as_me: failed program was:" >&5
7677sed 's/^/| /' conftest.$ac_ext >&5 6976sed 's/^/| /' conftest.$ac_ext >&5
7678 6977
7679 ac_cv_header_time=no 6978ac_cv_header_time=no
7680fi 6979fi
7681
7682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7683fi 6981fi
7684{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 6982echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7685echo "${ECHO_T}$ac_cv_header_time" >&6; } 6983echo "${ECHO_T}$ac_cv_header_time" >&6
7686if test $ac_cv_header_time = yes; then 6984if test $ac_cv_header_time = yes; then
7687 6985
7688cat >>confdefs.h <<\_ACEOF 6986cat >>confdefs.h <<\_ACEOF
7689#define TIME_WITH_SYS_TIME 1 6987#define TIME_WITH_SYS_TIME 1
7690_ACEOF 6988_ACEOF
7691 6989
7692fi 6990fi
7693 6991
7694 6992
7695{ 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
7696echo $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
7697if test "${rxvt_cv_header_sysioctl+set}" = set; then 6995if test "${rxvt_cv_header_sysioctl+set}" = set; then
7698 echo $ECHO_N "(cached) $ECHO_C" >&6 6996 echo $ECHO_N "(cached) $ECHO_C" >&6
7699else 6997else
7700 cat >conftest.$ac_ext <<_ACEOF 6998 cat >conftest.$ac_ext <<_ACEOF
7701/* confdefs.h. */ 6999/* confdefs.h. */
7715 ; 7013 ;
7716 return 0; 7014 return 0;
7717} 7015}
7718_ACEOF 7016_ACEOF
7719rm -f conftest.$ac_objext 7017rm -f conftest.$ac_objext
7720if { (ac_try="$ac_compile"
7721case "(($ac_try" in
7722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7723 *) ac_try_echo=$ac_try;;
7724esac
7725eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7726 (eval "$ac_compile") 2>conftest.er1 7019 (eval $ac_compile) 2>conftest.er1
7727 ac_status=$? 7020 ac_status=$?
7728 grep -v '^ *+' conftest.er1 >conftest.err 7021 grep -v '^ *+' conftest.er1 >conftest.err
7729 rm -f conftest.er1 7022 rm -f conftest.er1
7730 cat conftest.err >&5 7023 cat conftest.err >&5
7731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7732 (exit $ac_status); } && { 7025 (exit $ac_status); } &&
7733 test -z "$ac_cxx_werror_flag" || 7026 { ac_try='test -z "$ac_cxx_werror_flag"
7734 test ! -s conftest.err 7027 || test ! -s conftest.err'
7735 } && 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
7736 rxvt_cv_header_sysioctl=yes 7039 rxvt_cv_header_sysioctl=yes
7737else 7040else
7738 echo "$as_me: failed program was:" >&5 7041 echo "$as_me: failed program was:" >&5
7739sed 's/^/| /' conftest.$ac_ext >&5 7042sed 's/^/| /' conftest.$ac_ext >&5
7740 7043
7741 rxvt_cv_header_sysioctl=no 7044rxvt_cv_header_sysioctl=no
7742fi 7045fi
7743
7744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7745fi 7047fi
7746{ echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5 7048echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
7747echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6; } 7049echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
7748 7050
7749if test -n "$GCC"; then
7750 LDARG="-Wl,"
7751else
7752 LDARG=""
7753fi
7754R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
7755
7756ac_save_CFLAGS=$CFLAGS
7757ac_save_LIBS=$LIBS
7758CFLAGS="$CFLAGS $X_CFLAGS"
7759LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7760{ echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
7761echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6; }
7762if test "${rxvt_cv_rpath+set}" = set; then
7763 echo $ECHO_N "(cached) $ECHO_C" >&6
7764else
7765 if test "$cross_compiling" = yes; then
7766 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
7767echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
7768else
7769 cat >conftest.$ac_ext <<_ACEOF
7770/* confdefs.h. */
7771_ACEOF
7772cat confdefs.h >>conftest.$ac_ext
7773cat >>conftest.$ac_ext <<_ACEOF
7774/* end confdefs.h. */
7775#include <X11/Xlib.h>
7776#include <stdlib.h>
7777main()
7778{
7779 exit(0);
7780 (void) XOpenDisplay("foobar");
7781}
7782_ACEOF
7783rm -f conftest$ac_exeext
7784if { (ac_try="$ac_link"
7785case "(($ac_try" in
7786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7787 *) ac_try_echo=$ac_try;;
7788esac
7789eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7790 (eval "$ac_link") 2>&5
7791 ac_status=$?
7792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7793 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7794 { (case "(($ac_try" in
7795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7796 *) ac_try_echo=$ac_try;;
7797esac
7798eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7799 (eval "$ac_try") 2>&5
7800 ac_status=$?
7801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7802 (exit $ac_status); }; }; then
7803 rxvt_cv_rpath=yes
7804else
7805 echo "$as_me: program exited with status $ac_status" >&5
7806echo "$as_me: failed program was:" >&5
7807sed 's/^/| /' conftest.$ac_ext >&5
7808
7809( exit $ac_status )
7810rxvt_cv_rpath=no
7811fi
7812rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7813fi
7814
7815
7816fi
7817{ echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
7818echo "${ECHO_T}$rxvt_cv_rpath" >&6; }
7819if test x$rxvt_cv_rpath != xyes; then
7820 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
7821 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
7822 { echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
7823echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6; }
7824if test "${rxvt_cv_R+set}" = set; then
7825 echo $ECHO_N "(cached) $ECHO_C" >&6
7826else
7827 if test "$cross_compiling" = yes; then
7828 rxvt_cv_R=no
7829else
7830 cat >conftest.$ac_ext <<_ACEOF
7831/* confdefs.h. */
7832_ACEOF
7833cat confdefs.h >>conftest.$ac_ext
7834cat >>conftest.$ac_ext <<_ACEOF
7835/* end confdefs.h. */
7836#include <X11/Xlib.h>
7837#include <stdlib.h>
7838main()
7839{
7840 exit(0);
7841 (void) XOpenDisplay("foobar");
7842}
7843_ACEOF
7844rm -f conftest$ac_exeext
7845if { (ac_try="$ac_link"
7846case "(($ac_try" in
7847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7848 *) ac_try_echo=$ac_try;;
7849esac
7850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7851 (eval "$ac_link") 2>&5
7852 ac_status=$?
7853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7855 { (case "(($ac_try" in
7856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7857 *) ac_try_echo=$ac_try;;
7858esac
7859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7860 (eval "$ac_try") 2>&5
7861 ac_status=$?
7862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7863 (exit $ac_status); }; }; then
7864 rxvt_cv_R=yes
7865else
7866 echo "$as_me: program exited with status $ac_status" >&5
7867echo "$as_me: failed program was:" >&5
7868sed 's/^/| /' conftest.$ac_ext >&5
7869
7870( exit $ac_status )
7871rxvt_cv_R=no
7872fi
7873rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7874fi
7875
7876
7877fi
7878{ echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
7879echo "${ECHO_T}$rxvt_cv_R" >&6; }
7880 if test x$rxvt_cv_R != xyes; then
7881 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7882 fi
7883fi
7884
7885{ echo "$as_me:$LINENO: checking for XPointer" >&5 7051echo "$as_me:$LINENO: checking for XPointer" >&5
7886echo $ECHO_N "checking for XPointer... $ECHO_C" >&6; } 7052echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
7887if test "${rxvt_cv_xpointer+set}" = set; then 7053if test "${rxvt_cv_xpointer+set}" = set; then
7888 echo $ECHO_N "(cached) $ECHO_C" >&6 7054 echo $ECHO_N "(cached) $ECHO_C" >&6
7889else 7055else
7890 cat >conftest.$ac_ext <<_ACEOF 7056 cat >conftest.$ac_ext <<_ACEOF
7891/* confdefs.h. */ 7057/* confdefs.h. */
7901 ; 7067 ;
7902 return 0; 7068 return 0;
7903} 7069}
7904_ACEOF 7070_ACEOF
7905rm -f conftest.$ac_objext 7071rm -f conftest.$ac_objext
7906if { (ac_try="$ac_compile"
7907case "(($ac_try" in
7908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7909 *) ac_try_echo=$ac_try;;
7910esac
7911eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7912 (eval "$ac_compile") 2>conftest.er1 7073 (eval $ac_compile) 2>conftest.er1
7913 ac_status=$? 7074 ac_status=$?
7914 grep -v '^ *+' conftest.er1 >conftest.err 7075 grep -v '^ *+' conftest.er1 >conftest.err
7915 rm -f conftest.er1 7076 rm -f conftest.er1
7916 cat conftest.err >&5 7077 cat conftest.err >&5
7917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7918 (exit $ac_status); } && { 7079 (exit $ac_status); } &&
7919 test -z "$ac_cxx_werror_flag" || 7080 { ac_try='test -z "$ac_cxx_werror_flag"
7920 test ! -s conftest.err 7081 || test ! -s conftest.err'
7921 } && 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
7922 rxvt_cv_xpointer=yes 7093 rxvt_cv_xpointer=yes
7923else 7094else
7924 echo "$as_me: failed program was:" >&5 7095 echo "$as_me: failed program was:" >&5
7925sed 's/^/| /' conftest.$ac_ext >&5 7096sed 's/^/| /' conftest.$ac_ext >&5
7926 7097
7927 rxvt_cv_xpointer=no 7098rxvt_cv_xpointer=no
7928fi 7099fi
7929
7930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7100rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7931fi 7101fi
7932{ echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5 7102echo "$as_me:$LINENO: result: $rxvt_cv_xpointer" >&5
7933echo "${ECHO_T}$rxvt_cv_xpointer" >&6; } 7103echo "${ECHO_T}$rxvt_cv_xpointer" >&6
7934if test x$rxvt_cv_xpointer = xyes; then 7104if test x$rxvt_cv_xpointer = xyes; then
7935 7105
7936cat >>confdefs.h <<\_ACEOF 7106cat >>confdefs.h <<\_ACEOF
7937#define HAVE_XPOINTER 1 7107#define HAVE_XPOINTER 1
7938_ACEOF 7108_ACEOF
7939 7109
7940fi 7110fi
7941LIBS=$ac_save_LIBS 7111LIBS=$ac_save_LIBS
7942CFLAGS=$ac_save_CFLAGS 7112CFLAGS=$ac_save_CFLAGS
7943 7113
7944{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5 7114echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7945echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; } 7115echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6
7946if test "${rxvt_xlib_illegal_access+set}" = set; then 7116if test "${rxvt_xlib_illegal_access+set}" = set; then
7947 echo $ECHO_N "(cached) $ECHO_C" >&6 7117 echo $ECHO_N "(cached) $ECHO_C" >&6
7948else 7118else
7949 cat >conftest.$ac_ext <<_ACEOF 7119 cat >conftest.$ac_ext <<_ACEOF
7950/* confdefs.h. */ 7120/* confdefs.h. */
7966 ; 7136 ;
7967 return 0; 7137 return 0;
7968} 7138}
7969_ACEOF 7139_ACEOF
7970rm -f conftest.$ac_objext 7140rm -f conftest.$ac_objext
7971if { (ac_try="$ac_compile"
7972case "(($ac_try" in
7973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7974 *) ac_try_echo=$ac_try;;
7975esac
7976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7977 (eval "$ac_compile") 2>conftest.er1 7142 (eval $ac_compile) 2>conftest.er1
7978 ac_status=$? 7143 ac_status=$?
7979 grep -v '^ *+' conftest.er1 >conftest.err 7144 grep -v '^ *+' conftest.er1 >conftest.err
7980 rm -f conftest.er1 7145 rm -f conftest.er1
7981 cat conftest.err >&5 7146 cat conftest.err >&5
7982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7983 (exit $ac_status); } && { 7148 (exit $ac_status); } &&
7984 test -z "$ac_cxx_werror_flag" || 7149 { ac_try='test -z "$ac_cxx_werror_flag"
7985 test ! -s conftest.err 7150 || test ! -s conftest.err'
7986 } && test -s conftest.$ac_objext; then 7151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7152 (eval $ac_try) 2>&5
7153 ac_status=$?
7154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7155 (exit $ac_status); }; } &&
7156 { ac_try='test -s conftest.$ac_objext'
7157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7158 (eval $ac_try) 2>&5
7159 ac_status=$?
7160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161 (exit $ac_status); }; }; then
7987 rxvt_xlib_illegal_access=yes 7162 rxvt_xlib_illegal_access=yes
7988else 7163else
7989 echo "$as_me: failed program was:" >&5 7164 echo "$as_me: failed program was:" >&5
7990sed 's/^/| /' conftest.$ac_ext >&5 7165sed 's/^/| /' conftest.$ac_ext >&5
7991 7166
7992 rxvt_xlib_illegal_access=no 7167rxvt_xlib_illegal_access=no
7993 7168
7994fi 7169fi
7995
7996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7170rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7997fi 7171fi
7998{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5 7172echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7999echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; } 7173echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6
8000if test x$rxvt_xlib_illegal_access = xyes; then 7174if test x$rxvt_xlib_illegal_access = xyes; then
8001 7175
8002cat >>confdefs.h <<\_ACEOF 7176cat >>confdefs.h <<\_ACEOF
8003#define XLIB_ILLEGAL_ACCESS 1 7177#define XLIB_ILLEGAL_ACCESS 1
8004_ACEOF 7178_ACEOF
8005 7179
8006fi 7180fi
8007 7181
8008{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 7182echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8009echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 7183echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
8010if test "${ac_cv_c_const+set}" = set; then 7184if test "${ac_cv_c_const+set}" = set; then
8011 echo $ECHO_N "(cached) $ECHO_C" >&6 7185 echo $ECHO_N "(cached) $ECHO_C" >&6
8012else 7186else
8013 cat >conftest.$ac_ext <<_ACEOF 7187 cat >conftest.$ac_ext <<_ACEOF
8014/* confdefs.h. */ 7188/* confdefs.h. */
8022{ 7196{
8023/* FIXME: Include the comments suggested by Paul. */ 7197/* FIXME: Include the comments suggested by Paul. */
8024#ifndef __cplusplus 7198#ifndef __cplusplus
8025 /* Ultrix mips cc rejects this. */ 7199 /* Ultrix mips cc rejects this. */
8026 typedef int charset[2]; 7200 typedef int charset[2];
8027 const charset cs; 7201 const charset x;
8028 /* SunOS 4.1.1 cc rejects this. */ 7202 /* SunOS 4.1.1 cc rejects this. */
8029 char const *const *pcpcc; 7203 char const *const *ccp;
8030 char **ppc; 7204 char **p;
8031 /* NEC SVR4.0.2 mips cc rejects this. */ 7205 /* NEC SVR4.0.2 mips cc rejects this. */
8032 struct point {int x, y;}; 7206 struct point {int x, y;};
8033 static struct point const zero = {0,0}; 7207 static struct point const zero = {0,0};
8034 /* AIX XL C 1.02.0.0 rejects this. 7208 /* AIX XL C 1.02.0.0 rejects this.
8035 It does not let you subtract one const X* pointer from another in 7209 It does not let you subtract one const X* pointer from another in
8036 an arm of an if-expression whose if-part is not a constant 7210 an arm of an if-expression whose if-part is not a constant
8037 expression */ 7211 expression */
8038 const char *g = "string"; 7212 const char *g = "string";
8039 pcpcc = &g + (g ? g-g : 0); 7213 ccp = &g + (g ? g-g : 0);
8040 /* HPUX 7.0 cc rejects these. */ 7214 /* HPUX 7.0 cc rejects these. */
8041 ++pcpcc; 7215 ++ccp;
8042 ppc = (char**) pcpcc; 7216 p = (char**) ccp;
8043 pcpcc = (char const *const *) ppc; 7217 ccp = (char const *const *) p;
8044 { /* SCO 3.2v4 cc rejects this. */ 7218 { /* SCO 3.2v4 cc rejects this. */
8045 char *t; 7219 char *t;
8046 char const *s = 0 ? (char *) 0 : (char const *) 0; 7220 char const *s = 0 ? (char *) 0 : (char const *) 0;
8047 7221
8048 *t++ = 0; 7222 *t++ = 0;
8049 if (s) return 0;
8050 } 7223 }
8051 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 7224 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8052 int x[] = {25, 17}; 7225 int x[] = {25, 17};
8053 const int *foo = &x[0]; 7226 const int *foo = &x[0];
8054 ++foo; 7227 ++foo;
8063 struct s { int j; const int *ap[3]; }; 7236 struct s { int j; const int *ap[3]; };
8064 struct s *b; b->j = 5; 7237 struct s *b; b->j = 5;
8065 } 7238 }
8066 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 7239 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8067 const int foo = 10; 7240 const int foo = 10;
8068 if (!foo) return 0;
8069 } 7241 }
8070 return !cs[0] && !zero.x;
8071#endif 7242#endif
8072 7243
8073 ; 7244 ;
8074 return 0; 7245 return 0;
8075} 7246}
8076_ACEOF 7247_ACEOF
8077rm -f conftest.$ac_objext 7248rm -f conftest.$ac_objext
8078if { (ac_try="$ac_compile"
8079case "(($ac_try" in
8080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8081 *) ac_try_echo=$ac_try;;
8082esac
8083eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7249if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8084 (eval "$ac_compile") 2>conftest.er1 7250 (eval $ac_compile) 2>conftest.er1
8085 ac_status=$? 7251 ac_status=$?
8086 grep -v '^ *+' conftest.er1 >conftest.err 7252 grep -v '^ *+' conftest.er1 >conftest.err
8087 rm -f conftest.er1 7253 rm -f conftest.er1
8088 cat conftest.err >&5 7254 cat conftest.err >&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); } && { 7256 (exit $ac_status); } &&
8091 test -z "$ac_cxx_werror_flag" || 7257 { ac_try='test -z "$ac_cxx_werror_flag"
8092 test ! -s conftest.err 7258 || test ! -s conftest.err'
8093 } && test -s conftest.$ac_objext; then 7259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7260 (eval $ac_try) 2>&5
7261 ac_status=$?
7262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7263 (exit $ac_status); }; } &&
7264 { ac_try='test -s conftest.$ac_objext'
7265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7266 (eval $ac_try) 2>&5
7267 ac_status=$?
7268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7269 (exit $ac_status); }; }; then
8094 ac_cv_c_const=yes 7270 ac_cv_c_const=yes
8095else 7271else
8096 echo "$as_me: failed program was:" >&5 7272 echo "$as_me: failed program was:" >&5
8097sed 's/^/| /' conftest.$ac_ext >&5 7273sed 's/^/| /' conftest.$ac_ext >&5
8098 7274
8099 ac_cv_c_const=no 7275ac_cv_c_const=no
8100fi 7276fi
8101
8102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7277rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8103fi 7278fi
8104{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7279echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8105echo "${ECHO_T}$ac_cv_c_const" >&6; } 7280echo "${ECHO_T}$ac_cv_c_const" >&6
8106if test $ac_cv_c_const = no; then 7281if test $ac_cv_c_const = no; then
8107 7282
8108cat >>confdefs.h <<\_ACEOF 7283cat >>confdefs.h <<\_ACEOF
8109#define const 7284#define const
8110_ACEOF 7285_ACEOF
8111 7286
8112fi 7287fi
8113 7288
8114{ echo "$as_me:$LINENO: checking for inline" >&5 7289echo "$as_me:$LINENO: checking for inline" >&5
8115echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 7290echo $ECHO_N "checking for inline... $ECHO_C" >&6
8116if test "${ac_cv_c_inline+set}" = set; then 7291if test "${ac_cv_c_inline+set}" = set; then
8117 echo $ECHO_N "(cached) $ECHO_C" >&6 7292 echo $ECHO_N "(cached) $ECHO_C" >&6
8118else 7293else
8119 ac_cv_c_inline=no 7294 ac_cv_c_inline=no
8120for ac_kw in inline __inline__ __inline; do 7295for ac_kw in inline __inline__ __inline; do
8130$ac_kw foo_t foo () {return 0; } 7305$ac_kw foo_t foo () {return 0; }
8131#endif 7306#endif
8132 7307
8133_ACEOF 7308_ACEOF
8134rm -f conftest.$ac_objext 7309rm -f conftest.$ac_objext
8135if { (ac_try="$ac_compile"
8136case "(($ac_try" in
8137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8138 *) ac_try_echo=$ac_try;;
8139esac
8140eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7310if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8141 (eval "$ac_compile") 2>conftest.er1 7311 (eval $ac_compile) 2>conftest.er1
8142 ac_status=$? 7312 ac_status=$?
8143 grep -v '^ *+' conftest.er1 >conftest.err 7313 grep -v '^ *+' conftest.er1 >conftest.err
8144 rm -f conftest.er1 7314 rm -f conftest.er1
8145 cat conftest.err >&5 7315 cat conftest.err >&5
8146 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8147 (exit $ac_status); } && { 7317 (exit $ac_status); } &&
8148 test -z "$ac_cxx_werror_flag" || 7318 { ac_try='test -z "$ac_cxx_werror_flag"
8149 test ! -s conftest.err 7319 || test ! -s conftest.err'
8150 } && test -s conftest.$ac_objext; then 7320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7321 (eval $ac_try) 2>&5
7322 ac_status=$?
7323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7324 (exit $ac_status); }; } &&
7325 { ac_try='test -s conftest.$ac_objext'
7326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7327 (eval $ac_try) 2>&5
7328 ac_status=$?
7329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7330 (exit $ac_status); }; }; then
8151 ac_cv_c_inline=$ac_kw 7331 ac_cv_c_inline=$ac_kw; break
8152else 7332else
8153 echo "$as_me: failed program was:" >&5 7333 echo "$as_me: failed program was:" >&5
8154sed 's/^/| /' conftest.$ac_ext >&5 7334sed 's/^/| /' conftest.$ac_ext >&5
8155 7335
8156
8157fi 7336fi
8158
8159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7337rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8160 test "$ac_cv_c_inline" != no && break
8161done 7338done
8162 7339
8163fi 7340fi
8164{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 7341echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
8165echo "${ECHO_T}$ac_cv_c_inline" >&6; } 7342echo "${ECHO_T}$ac_cv_c_inline" >&6
8166 7343
8167 7344
8168case $ac_cv_c_inline in 7345case $ac_cv_c_inline in
8169 inline | yes) ;; 7346 inline | yes) ;;
8170 *) 7347 *)
8180 ;; 7357 ;;
8181esac 7358esac
8182 7359
8183 7360
8184 7361
8185{ echo "$as_me:$LINENO: checking for mode_t" >&5 7362echo "$as_me:$LINENO: checking for mode_t" >&5
8186echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } 7363echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
8187if test "${ac_cv_type_mode_t+set}" = set; then 7364if test "${ac_cv_type_mode_t+set}" = set; then
8188 echo $ECHO_N "(cached) $ECHO_C" >&6 7365 echo $ECHO_N "(cached) $ECHO_C" >&6
8189else 7366else
8190 cat >conftest.$ac_ext <<_ACEOF 7367 cat >conftest.$ac_ext <<_ACEOF
8191/* confdefs.h. */ 7368/* confdefs.h. */
8192_ACEOF 7369_ACEOF
8193cat confdefs.h >>conftest.$ac_ext 7370cat confdefs.h >>conftest.$ac_ext
8194cat >>conftest.$ac_ext <<_ACEOF 7371cat >>conftest.$ac_ext <<_ACEOF
8195/* end confdefs.h. */ 7372/* end confdefs.h. */
8196$ac_includes_default 7373$ac_includes_default
8197typedef mode_t ac__type_new_;
8198int 7374int
8199main () 7375main ()
8200{ 7376{
8201if ((ac__type_new_ *) 0) 7377if ((mode_t *) 0)
8202 return 0; 7378 return 0;
8203if (sizeof (ac__type_new_)) 7379if (sizeof (mode_t))
8204 return 0; 7380 return 0;
8205 ; 7381 ;
8206 return 0; 7382 return 0;
8207} 7383}
8208_ACEOF 7384_ACEOF
8209rm -f conftest.$ac_objext 7385rm -f conftest.$ac_objext
8210if { (ac_try="$ac_compile"
8211case "(($ac_try" in
8212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8213 *) ac_try_echo=$ac_try;;
8214esac
8215eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7386if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8216 (eval "$ac_compile") 2>conftest.er1 7387 (eval $ac_compile) 2>conftest.er1
8217 ac_status=$? 7388 ac_status=$?
8218 grep -v '^ *+' conftest.er1 >conftest.err 7389 grep -v '^ *+' conftest.er1 >conftest.err
8219 rm -f conftest.er1 7390 rm -f conftest.er1
8220 cat conftest.err >&5 7391 cat conftest.err >&5
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } && { 7393 (exit $ac_status); } &&
8223 test -z "$ac_cxx_werror_flag" || 7394 { ac_try='test -z "$ac_cxx_werror_flag"
8224 test ! -s conftest.err 7395 || test ! -s conftest.err'
8225 } && test -s conftest.$ac_objext; then 7396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7397 (eval $ac_try) 2>&5
7398 ac_status=$?
7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7400 (exit $ac_status); }; } &&
7401 { ac_try='test -s conftest.$ac_objext'
7402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7403 (eval $ac_try) 2>&5
7404 ac_status=$?
7405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7406 (exit $ac_status); }; }; then
8226 ac_cv_type_mode_t=yes 7407 ac_cv_type_mode_t=yes
8227else 7408else
8228 echo "$as_me: failed program was:" >&5 7409 echo "$as_me: failed program was:" >&5
8229sed 's/^/| /' conftest.$ac_ext >&5 7410sed 's/^/| /' conftest.$ac_ext >&5
8230 7411
8231 ac_cv_type_mode_t=no 7412ac_cv_type_mode_t=no
8232fi 7413fi
8233
8234rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7414rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8235fi 7415fi
8236{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 7416echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
8237echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } 7417echo "${ECHO_T}$ac_cv_type_mode_t" >&6
8238if test $ac_cv_type_mode_t = yes; then 7418if test $ac_cv_type_mode_t = yes; then
8239 : 7419 :
8240else 7420else
8241 7421
8242cat >>confdefs.h <<_ACEOF 7422cat >>confdefs.h <<_ACEOF
8243#define mode_t int 7423#define mode_t int
8244_ACEOF 7424_ACEOF
8245 7425
8246fi 7426fi
8247 7427
8248{ echo "$as_me:$LINENO: checking for pid_t" >&5 7428echo "$as_me:$LINENO: checking for pid_t" >&5
8249echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 7429echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
8250if test "${ac_cv_type_pid_t+set}" = set; then 7430if test "${ac_cv_type_pid_t+set}" = set; then
8251 echo $ECHO_N "(cached) $ECHO_C" >&6 7431 echo $ECHO_N "(cached) $ECHO_C" >&6
8252else 7432else
8253 cat >conftest.$ac_ext <<_ACEOF 7433 cat >conftest.$ac_ext <<_ACEOF
8254/* confdefs.h. */ 7434/* confdefs.h. */
8255_ACEOF 7435_ACEOF
8256cat confdefs.h >>conftest.$ac_ext 7436cat confdefs.h >>conftest.$ac_ext
8257cat >>conftest.$ac_ext <<_ACEOF 7437cat >>conftest.$ac_ext <<_ACEOF
8258/* end confdefs.h. */ 7438/* end confdefs.h. */
8259$ac_includes_default 7439$ac_includes_default
8260typedef pid_t ac__type_new_;
8261int 7440int
8262main () 7441main ()
8263{ 7442{
8264if ((ac__type_new_ *) 0) 7443if ((pid_t *) 0)
8265 return 0; 7444 return 0;
8266if (sizeof (ac__type_new_)) 7445if (sizeof (pid_t))
8267 return 0; 7446 return 0;
8268 ; 7447 ;
8269 return 0; 7448 return 0;
8270} 7449}
8271_ACEOF 7450_ACEOF
8272rm -f conftest.$ac_objext 7451rm -f conftest.$ac_objext
8273if { (ac_try="$ac_compile"
8274case "(($ac_try" in
8275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8276 *) ac_try_echo=$ac_try;;
8277esac
8278eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7452if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8279 (eval "$ac_compile") 2>conftest.er1 7453 (eval $ac_compile) 2>conftest.er1
8280 ac_status=$? 7454 ac_status=$?
8281 grep -v '^ *+' conftest.er1 >conftest.err 7455 grep -v '^ *+' conftest.er1 >conftest.err
8282 rm -f conftest.er1 7456 rm -f conftest.er1
8283 cat conftest.err >&5 7457 cat conftest.err >&5
8284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8285 (exit $ac_status); } && { 7459 (exit $ac_status); } &&
8286 test -z "$ac_cxx_werror_flag" || 7460 { ac_try='test -z "$ac_cxx_werror_flag"
8287 test ! -s conftest.err 7461 || test ! -s conftest.err'
8288 } && test -s conftest.$ac_objext; then 7462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7463 (eval $ac_try) 2>&5
7464 ac_status=$?
7465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7466 (exit $ac_status); }; } &&
7467 { ac_try='test -s conftest.$ac_objext'
7468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7469 (eval $ac_try) 2>&5
7470 ac_status=$?
7471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472 (exit $ac_status); }; }; then
8289 ac_cv_type_pid_t=yes 7473 ac_cv_type_pid_t=yes
8290else 7474else
8291 echo "$as_me: failed program was:" >&5 7475 echo "$as_me: failed program was:" >&5
8292sed 's/^/| /' conftest.$ac_ext >&5 7476sed 's/^/| /' conftest.$ac_ext >&5
8293 7477
8294 ac_cv_type_pid_t=no 7478ac_cv_type_pid_t=no
8295fi 7479fi
8296
8297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7480rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8298fi 7481fi
8299{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 7482echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8300echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 7483echo "${ECHO_T}$ac_cv_type_pid_t" >&6
8301if test $ac_cv_type_pid_t = yes; then 7484if test $ac_cv_type_pid_t = yes; then
8302 : 7485 :
8303else 7486else
8304 7487
8305cat >>confdefs.h <<_ACEOF 7488cat >>confdefs.h <<_ACEOF
8306#define pid_t int 7489#define pid_t int
8307_ACEOF 7490_ACEOF
8308 7491
8309fi 7492fi
8310 7493
8311{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 7494echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
8312echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 7495echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
8313if test "${ac_cv_type_uid_t+set}" = set; then 7496if test "${ac_cv_type_uid_t+set}" = set; then
8314 echo $ECHO_N "(cached) $ECHO_C" >&6 7497 echo $ECHO_N "(cached) $ECHO_C" >&6
8315else 7498else
8316 cat >conftest.$ac_ext <<_ACEOF 7499 cat >conftest.$ac_ext <<_ACEOF
8317/* confdefs.h. */ 7500/* confdefs.h. */
8329 ac_cv_type_uid_t=no 7512 ac_cv_type_uid_t=no
8330fi 7513fi
8331rm -f conftest* 7514rm -f conftest*
8332 7515
8333fi 7516fi
8334{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 7517echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
8335echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 7518echo "${ECHO_T}$ac_cv_type_uid_t" >&6
8336if test $ac_cv_type_uid_t = no; then 7519if test $ac_cv_type_uid_t = no; then
8337 7520
8338cat >>confdefs.h <<\_ACEOF 7521cat >>confdefs.h <<\_ACEOF
8339#define uid_t int 7522#define uid_t int
8340_ACEOF 7523_ACEOF
8345_ACEOF 7528_ACEOF
8346 7529
8347fi 7530fi
8348 7531
8349 7532
8350{ echo "$as_me:$LINENO: checking for short" >&5 7533echo "$as_me:$LINENO: checking for short" >&5
8351echo $ECHO_N "checking for short... $ECHO_C" >&6; } 7534echo $ECHO_N "checking for short... $ECHO_C" >&6
8352if test "${ac_cv_type_short+set}" = set; then 7535if test "${ac_cv_type_short+set}" = set; then
8353 echo $ECHO_N "(cached) $ECHO_C" >&6 7536 echo $ECHO_N "(cached) $ECHO_C" >&6
8354else 7537else
8355 cat >conftest.$ac_ext <<_ACEOF 7538 cat >conftest.$ac_ext <<_ACEOF
8356/* confdefs.h. */ 7539/* confdefs.h. */
8357_ACEOF 7540_ACEOF
8358cat confdefs.h >>conftest.$ac_ext 7541cat confdefs.h >>conftest.$ac_ext
8359cat >>conftest.$ac_ext <<_ACEOF 7542cat >>conftest.$ac_ext <<_ACEOF
8360/* end confdefs.h. */ 7543/* end confdefs.h. */
8361$ac_includes_default 7544$ac_includes_default
8362typedef short ac__type_new_;
8363int 7545int
8364main () 7546main ()
8365{ 7547{
8366if ((ac__type_new_ *) 0) 7548if ((short *) 0)
8367 return 0; 7549 return 0;
8368if (sizeof (ac__type_new_)) 7550if (sizeof (short))
8369 return 0; 7551 return 0;
8370 ; 7552 ;
8371 return 0; 7553 return 0;
8372} 7554}
8373_ACEOF 7555_ACEOF
8374rm -f conftest.$ac_objext 7556rm -f conftest.$ac_objext
8375if { (ac_try="$ac_compile"
8376case "(($ac_try" in
8377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8378 *) ac_try_echo=$ac_try;;
8379esac
8380eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8381 (eval "$ac_compile") 2>conftest.er1 7558 (eval $ac_compile) 2>conftest.er1
8382 ac_status=$? 7559 ac_status=$?
8383 grep -v '^ *+' conftest.er1 >conftest.err 7560 grep -v '^ *+' conftest.er1 >conftest.err
8384 rm -f conftest.er1 7561 rm -f conftest.er1
8385 cat conftest.err >&5 7562 cat conftest.err >&5
8386 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8387 (exit $ac_status); } && { 7564 (exit $ac_status); } &&
8388 test -z "$ac_cxx_werror_flag" || 7565 { ac_try='test -z "$ac_cxx_werror_flag"
8389 test ! -s conftest.err 7566 || test ! -s conftest.err'
8390 } && test -s conftest.$ac_objext; then 7567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7568 (eval $ac_try) 2>&5
7569 ac_status=$?
7570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7571 (exit $ac_status); }; } &&
7572 { ac_try='test -s conftest.$ac_objext'
7573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7574 (eval $ac_try) 2>&5
7575 ac_status=$?
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); }; }; then
8391 ac_cv_type_short=yes 7578 ac_cv_type_short=yes
8392else 7579else
8393 echo "$as_me: failed program was:" >&5 7580 echo "$as_me: failed program was:" >&5
8394sed 's/^/| /' conftest.$ac_ext >&5 7581sed 's/^/| /' conftest.$ac_ext >&5
8395 7582
8396 ac_cv_type_short=no 7583ac_cv_type_short=no
8397fi 7584fi
8398
8399rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7585rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8400fi 7586fi
8401{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 7587echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8402echo "${ECHO_T}$ac_cv_type_short" >&6; } 7588echo "${ECHO_T}$ac_cv_type_short" >&6
8403 7589
8404# The cast to long int works around a bug in the HP C Compiler
8405# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8406# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8407# This bug is HP SR number 8606223364.
8408{ echo "$as_me:$LINENO: checking size of short" >&5 7590echo "$as_me:$LINENO: checking size of short" >&5
8409echo $ECHO_N "checking size of short... $ECHO_C" >&6; } 7591echo $ECHO_N "checking size of short... $ECHO_C" >&6
8410if test "${ac_cv_sizeof_short+set}" = set; then 7592if test "${ac_cv_sizeof_short+set}" = set; then
8411 echo $ECHO_N "(cached) $ECHO_C" >&6 7593 echo $ECHO_N "(cached) $ECHO_C" >&6
8412else 7594else
7595 if test "$ac_cv_type_short" = yes; then
7596 # The cast to unsigned long works around a bug in the HP C Compiler
7597 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7598 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7599 # This bug is HP SR number 8606223364.
8413 if test "$cross_compiling" = yes; then 7600 if test "$cross_compiling" = yes; then
8414 # Depending upon the size, compute the lo and hi bounds. 7601 # Depending upon the size, compute the lo and hi bounds.
8415cat >conftest.$ac_ext <<_ACEOF 7602cat >conftest.$ac_ext <<_ACEOF
8416/* confdefs.h. */ 7603/* confdefs.h. */
8417_ACEOF 7604_ACEOF
8418cat confdefs.h >>conftest.$ac_ext 7605cat confdefs.h >>conftest.$ac_ext
8419cat >>conftest.$ac_ext <<_ACEOF 7606cat >>conftest.$ac_ext <<_ACEOF
8420/* end confdefs.h. */ 7607/* end confdefs.h. */
8421$ac_includes_default 7608$ac_includes_default
8422 typedef short ac__type_sizeof_;
8423int 7609int
8424main () 7610main ()
8425{ 7611{
8426static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 7612static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8427test_array [0] = 0 7613test_array [0] = 0
8428 7614
8429 ; 7615 ;
8430 return 0; 7616 return 0;
8431} 7617}
8432_ACEOF 7618_ACEOF
8433rm -f conftest.$ac_objext 7619rm -f conftest.$ac_objext
8434if { (ac_try="$ac_compile"
8435case "(($ac_try" in
8436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8437 *) ac_try_echo=$ac_try;;
8438esac
8439eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8440 (eval "$ac_compile") 2>conftest.er1 7621 (eval $ac_compile) 2>conftest.er1
8441 ac_status=$? 7622 ac_status=$?
8442 grep -v '^ *+' conftest.er1 >conftest.err 7623 grep -v '^ *+' conftest.er1 >conftest.err
8443 rm -f conftest.er1 7624 rm -f conftest.er1
8444 cat conftest.err >&5 7625 cat conftest.err >&5
8445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8446 (exit $ac_status); } && { 7627 (exit $ac_status); } &&
8447 test -z "$ac_cxx_werror_flag" || 7628 { ac_try='test -z "$ac_cxx_werror_flag"
8448 test ! -s conftest.err 7629 || test ! -s conftest.err'
8449 } && test -s conftest.$ac_objext; then 7630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7631 (eval $ac_try) 2>&5
7632 ac_status=$?
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); }; } &&
7635 { ac_try='test -s conftest.$ac_objext'
7636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7637 (eval $ac_try) 2>&5
7638 ac_status=$?
7639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7640 (exit $ac_status); }; }; then
8450 ac_lo=0 ac_mid=0 7641 ac_lo=0 ac_mid=0
8451 while :; do 7642 while :; do
8452 cat >conftest.$ac_ext <<_ACEOF 7643 cat >conftest.$ac_ext <<_ACEOF
8453/* confdefs.h. */ 7644/* confdefs.h. */
8454_ACEOF 7645_ACEOF
8455cat confdefs.h >>conftest.$ac_ext 7646cat confdefs.h >>conftest.$ac_ext
8456cat >>conftest.$ac_ext <<_ACEOF 7647cat >>conftest.$ac_ext <<_ACEOF
8457/* end confdefs.h. */ 7648/* end confdefs.h. */
8458$ac_includes_default 7649$ac_includes_default
8459 typedef short ac__type_sizeof_;
8460int 7650int
8461main () 7651main ()
8462{ 7652{
8463static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7653static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8464test_array [0] = 0 7654test_array [0] = 0
8465 7655
8466 ; 7656 ;
8467 return 0; 7657 return 0;
8468} 7658}
8469_ACEOF 7659_ACEOF
8470rm -f conftest.$ac_objext 7660rm -f conftest.$ac_objext
8471if { (ac_try="$ac_compile"
8472case "(($ac_try" in
8473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8474 *) ac_try_echo=$ac_try;;
8475esac
8476eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7661if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8477 (eval "$ac_compile") 2>conftest.er1 7662 (eval $ac_compile) 2>conftest.er1
8478 ac_status=$? 7663 ac_status=$?
8479 grep -v '^ *+' conftest.er1 >conftest.err 7664 grep -v '^ *+' conftest.er1 >conftest.err
8480 rm -f conftest.er1 7665 rm -f conftest.er1
8481 cat conftest.err >&5 7666 cat conftest.err >&5
8482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8483 (exit $ac_status); } && { 7668 (exit $ac_status); } &&
8484 test -z "$ac_cxx_werror_flag" || 7669 { ac_try='test -z "$ac_cxx_werror_flag"
8485 test ! -s conftest.err 7670 || test ! -s conftest.err'
8486 } && test -s conftest.$ac_objext; then 7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7672 (eval $ac_try) 2>&5
7673 ac_status=$?
7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7675 (exit $ac_status); }; } &&
7676 { ac_try='test -s conftest.$ac_objext'
7677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7678 (eval $ac_try) 2>&5
7679 ac_status=$?
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); }; }; then
8487 ac_hi=$ac_mid; break 7682 ac_hi=$ac_mid; break
8488else 7683else
8489 echo "$as_me: failed program was:" >&5 7684 echo "$as_me: failed program was:" >&5
8490sed 's/^/| /' conftest.$ac_ext >&5 7685sed 's/^/| /' conftest.$ac_ext >&5
8491 7686
8492 ac_lo=`expr $ac_mid + 1` 7687ac_lo=`expr $ac_mid + 1`
8493 if test $ac_lo -le $ac_mid; then 7688 if test $ac_lo -le $ac_mid; then
8494 ac_lo= ac_hi= 7689 ac_lo= ac_hi=
8495 break 7690 break
8496 fi 7691 fi
8497 ac_mid=`expr 2 '*' $ac_mid + 1` 7692 ac_mid=`expr 2 '*' $ac_mid + 1`
8498fi 7693fi
8499
8500rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7694rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8501 done 7695 done
8502else 7696else
8503 echo "$as_me: failed program was:" >&5 7697 echo "$as_me: failed program was:" >&5
8504sed 's/^/| /' conftest.$ac_ext >&5 7698sed 's/^/| /' conftest.$ac_ext >&5
8505 7699
8506 cat >conftest.$ac_ext <<_ACEOF 7700cat >conftest.$ac_ext <<_ACEOF
8507/* confdefs.h. */ 7701/* confdefs.h. */
8508_ACEOF 7702_ACEOF
8509cat confdefs.h >>conftest.$ac_ext 7703cat confdefs.h >>conftest.$ac_ext
8510cat >>conftest.$ac_ext <<_ACEOF 7704cat >>conftest.$ac_ext <<_ACEOF
8511/* end confdefs.h. */ 7705/* end confdefs.h. */
8512$ac_includes_default 7706$ac_includes_default
8513 typedef short ac__type_sizeof_;
8514int 7707int
8515main () 7708main ()
8516{ 7709{
8517static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 7710static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8518test_array [0] = 0 7711test_array [0] = 0
8519 7712
8520 ; 7713 ;
8521 return 0; 7714 return 0;
8522} 7715}
8523_ACEOF 7716_ACEOF
8524rm -f conftest.$ac_objext 7717rm -f conftest.$ac_objext
8525if { (ac_try="$ac_compile"
8526case "(($ac_try" in
8527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8528 *) ac_try_echo=$ac_try;;
8529esac
8530eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7718if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8531 (eval "$ac_compile") 2>conftest.er1 7719 (eval $ac_compile) 2>conftest.er1
8532 ac_status=$? 7720 ac_status=$?
8533 grep -v '^ *+' conftest.er1 >conftest.err 7721 grep -v '^ *+' conftest.er1 >conftest.err
8534 rm -f conftest.er1 7722 rm -f conftest.er1
8535 cat conftest.err >&5 7723 cat conftest.err >&5
8536 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8537 (exit $ac_status); } && { 7725 (exit $ac_status); } &&
8538 test -z "$ac_cxx_werror_flag" || 7726 { ac_try='test -z "$ac_cxx_werror_flag"
8539 test ! -s conftest.err 7727 || test ! -s conftest.err'
8540 } && test -s conftest.$ac_objext; then 7728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7729 (eval $ac_try) 2>&5
7730 ac_status=$?
7731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7732 (exit $ac_status); }; } &&
7733 { ac_try='test -s conftest.$ac_objext'
7734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7735 (eval $ac_try) 2>&5
7736 ac_status=$?
7737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7738 (exit $ac_status); }; }; then
8541 ac_hi=-1 ac_mid=-1 7739 ac_hi=-1 ac_mid=-1
8542 while :; do 7740 while :; do
8543 cat >conftest.$ac_ext <<_ACEOF 7741 cat >conftest.$ac_ext <<_ACEOF
8544/* confdefs.h. */ 7742/* confdefs.h. */
8545_ACEOF 7743_ACEOF
8546cat confdefs.h >>conftest.$ac_ext 7744cat confdefs.h >>conftest.$ac_ext
8547cat >>conftest.$ac_ext <<_ACEOF 7745cat >>conftest.$ac_ext <<_ACEOF
8548/* end confdefs.h. */ 7746/* end confdefs.h. */
8549$ac_includes_default 7747$ac_includes_default
8550 typedef short ac__type_sizeof_;
8551int 7748int
8552main () 7749main ()
8553{ 7750{
8554static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 7751static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8555test_array [0] = 0 7752test_array [0] = 0
8556 7753
8557 ; 7754 ;
8558 return 0; 7755 return 0;
8559} 7756}
8560_ACEOF 7757_ACEOF
8561rm -f conftest.$ac_objext 7758rm -f conftest.$ac_objext
8562if { (ac_try="$ac_compile"
8563case "(($ac_try" in
8564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8565 *) ac_try_echo=$ac_try;;
8566esac
8567eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7759if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8568 (eval "$ac_compile") 2>conftest.er1 7760 (eval $ac_compile) 2>conftest.er1
8569 ac_status=$? 7761 ac_status=$?
8570 grep -v '^ *+' conftest.er1 >conftest.err 7762 grep -v '^ *+' conftest.er1 >conftest.err
8571 rm -f conftest.er1 7763 rm -f conftest.er1
8572 cat conftest.err >&5 7764 cat conftest.err >&5
8573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8574 (exit $ac_status); } && { 7766 (exit $ac_status); } &&
8575 test -z "$ac_cxx_werror_flag" || 7767 { ac_try='test -z "$ac_cxx_werror_flag"
8576 test ! -s conftest.err 7768 || test ! -s conftest.err'
8577 } && test -s conftest.$ac_objext; then 7769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7770 (eval $ac_try) 2>&5
7771 ac_status=$?
7772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7773 (exit $ac_status); }; } &&
7774 { ac_try='test -s conftest.$ac_objext'
7775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7776 (eval $ac_try) 2>&5
7777 ac_status=$?
7778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7779 (exit $ac_status); }; }; then
8578 ac_lo=$ac_mid; break 7780 ac_lo=$ac_mid; break
8579else 7781else
8580 echo "$as_me: failed program was:" >&5 7782 echo "$as_me: failed program was:" >&5
8581sed 's/^/| /' conftest.$ac_ext >&5 7783sed 's/^/| /' conftest.$ac_ext >&5
8582 7784
8583 ac_hi=`expr '(' $ac_mid ')' - 1` 7785ac_hi=`expr '(' $ac_mid ')' - 1`
8584 if test $ac_mid -le $ac_hi; then 7786 if test $ac_mid -le $ac_hi; then
8585 ac_lo= ac_hi= 7787 ac_lo= ac_hi=
8586 break 7788 break
8587 fi 7789 fi
8588 ac_mid=`expr 2 '*' $ac_mid` 7790 ac_mid=`expr 2 '*' $ac_mid`
8589fi 7791fi
8590
8591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7792rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8592 done 7793 done
8593else 7794else
8594 echo "$as_me: failed program was:" >&5 7795 echo "$as_me: failed program was:" >&5
8595sed 's/^/| /' conftest.$ac_ext >&5 7796sed 's/^/| /' conftest.$ac_ext >&5
8596 7797
8597 ac_lo= ac_hi= 7798ac_lo= ac_hi=
8598fi 7799fi
8599
8600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7800rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8601fi 7801fi
8602
8603rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7802rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8604# Binary search between lo and hi bounds. 7803# Binary search between lo and hi bounds.
8605while test "x$ac_lo" != "x$ac_hi"; do 7804while test "x$ac_lo" != "x$ac_hi"; do
8606 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 7805 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8607 cat >conftest.$ac_ext <<_ACEOF 7806 cat >conftest.$ac_ext <<_ACEOF
8608/* confdefs.h. */ 7807/* confdefs.h. */
8609_ACEOF 7808_ACEOF
8610cat confdefs.h >>conftest.$ac_ext 7809cat confdefs.h >>conftest.$ac_ext
8611cat >>conftest.$ac_ext <<_ACEOF 7810cat >>conftest.$ac_ext <<_ACEOF
8612/* end confdefs.h. */ 7811/* end confdefs.h. */
8613$ac_includes_default 7812$ac_includes_default
8614 typedef short ac__type_sizeof_;
8615int 7813int
8616main () 7814main ()
8617{ 7815{
8618static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 7816static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8619test_array [0] = 0 7817test_array [0] = 0
8620 7818
8621 ; 7819 ;
8622 return 0; 7820 return 0;
8623} 7821}
8624_ACEOF 7822_ACEOF
8625rm -f conftest.$ac_objext 7823rm -f conftest.$ac_objext
8626if { (ac_try="$ac_compile"
8627case "(($ac_try" in
8628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8629 *) ac_try_echo=$ac_try;;
8630esac
8631eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7824if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8632 (eval "$ac_compile") 2>conftest.er1 7825 (eval $ac_compile) 2>conftest.er1
8633 ac_status=$? 7826 ac_status=$?
8634 grep -v '^ *+' conftest.er1 >conftest.err 7827 grep -v '^ *+' conftest.er1 >conftest.err
8635 rm -f conftest.er1 7828 rm -f conftest.er1
8636 cat conftest.err >&5 7829 cat conftest.err >&5
8637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8638 (exit $ac_status); } && { 7831 (exit $ac_status); } &&
8639 test -z "$ac_cxx_werror_flag" || 7832 { ac_try='test -z "$ac_cxx_werror_flag"
8640 test ! -s conftest.err 7833 || test ! -s conftest.err'
8641 } && test -s conftest.$ac_objext; then 7834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7835 (eval $ac_try) 2>&5
7836 ac_status=$?
7837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7838 (exit $ac_status); }; } &&
7839 { ac_try='test -s conftest.$ac_objext'
7840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7841 (eval $ac_try) 2>&5
7842 ac_status=$?
7843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7844 (exit $ac_status); }; }; then
8642 ac_hi=$ac_mid 7845 ac_hi=$ac_mid
8643else 7846else
8644 echo "$as_me: failed program was:" >&5 7847 echo "$as_me: failed program was:" >&5
8645sed 's/^/| /' conftest.$ac_ext >&5 7848sed 's/^/| /' conftest.$ac_ext >&5
8646 7849
8647 ac_lo=`expr '(' $ac_mid ')' + 1` 7850ac_lo=`expr '(' $ac_mid ')' + 1`
8648fi 7851fi
8649
8650rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7852rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8651done 7853done
8652case $ac_lo in 7854case $ac_lo in
8653?*) ac_cv_sizeof_short=$ac_lo;; 7855?*) ac_cv_sizeof_short=$ac_lo;;
8654'') if test "$ac_cv_type_short" = yes; then
8655 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 7856'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8656See \`config.log' for more details." >&5 7857See \`config.log' for more details." >&5
8657echo "$as_me: error: cannot compute sizeof (short) 7858echo "$as_me: error: cannot compute sizeof (short), 77
8658See \`config.log' for more details." >&2;} 7859See \`config.log' for more details." >&2;}
8659 { (exit 77); exit 77; }; } 7860 { (exit 1); exit 1; }; } ;;
8660 else
8661 ac_cv_sizeof_short=0
8662 fi ;;
8663esac 7861esac
7862else
7863 if test "$cross_compiling" = yes; then
7864 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7865See \`config.log' for more details." >&5
7866echo "$as_me: error: cannot run test program while cross compiling
7867See \`config.log' for more details." >&2;}
7868 { (exit 1); exit 1; }; }
8664else 7869else
8665 cat >conftest.$ac_ext <<_ACEOF 7870 cat >conftest.$ac_ext <<_ACEOF
8666/* confdefs.h. */ 7871/* confdefs.h. */
8667_ACEOF 7872_ACEOF
8668cat confdefs.h >>conftest.$ac_ext 7873cat confdefs.h >>conftest.$ac_ext
8669cat >>conftest.$ac_ext <<_ACEOF 7874cat >>conftest.$ac_ext <<_ACEOF
8670/* end confdefs.h. */ 7875/* end confdefs.h. */
8671$ac_includes_default 7876$ac_includes_default
8672 typedef short ac__type_sizeof_; 7877long longval () { return (long) (sizeof (short)); }
8673static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8674static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 7878unsigned long ulongval () { return (long) (sizeof (short)); }
8675#include <stdio.h> 7879#include <stdio.h>
8676#include <stdlib.h> 7880#include <stdlib.h>
8677int 7881int
8678main () 7882main ()
8679{ 7883{
8680 7884
8681 FILE *f = fopen ("conftest.val", "w"); 7885 FILE *f = fopen ("conftest.val", "w");
8682 if (! f) 7886 if (! f)
8683 return 1; 7887 exit (1);
8684 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 7888 if (((long) (sizeof (short))) < 0)
8685 { 7889 {
8686 long int i = longval (); 7890 long i = longval ();
8687 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 7891 if (i != ((long) (sizeof (short))))
8688 return 1; 7892 exit (1);
8689 fprintf (f, "%ld\n", i); 7893 fprintf (f, "%ld\n", i);
8690 } 7894 }
8691 else 7895 else
8692 { 7896 {
8693 unsigned long int i = ulongval (); 7897 unsigned long i = ulongval ();
8694 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 7898 if (i != ((long) (sizeof (short))))
8695 return 1; 7899 exit (1);
8696 fprintf (f, "%lu\n", i); 7900 fprintf (f, "%lu\n", i);
8697 } 7901 }
8698 return ferror (f) || fclose (f) != 0; 7902 exit (ferror (f) || fclose (f) != 0);
8699 7903
8700 ; 7904 ;
8701 return 0; 7905 return 0;
8702} 7906}
8703_ACEOF 7907_ACEOF
8704rm -f conftest$ac_exeext 7908rm -f conftest$ac_exeext
8705if { (ac_try="$ac_link"
8706case "(($ac_try" in
8707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8708 *) ac_try_echo=$ac_try;;
8709esac
8710eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8711 (eval "$ac_link") 2>&5 7910 (eval $ac_link) 2>&5
8712 ac_status=$? 7911 ac_status=$?
8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8714 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7913 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8715 { (case "(($ac_try" in
8716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8717 *) ac_try_echo=$ac_try;;
8718esac
8719eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8720 (eval "$ac_try") 2>&5 7915 (eval $ac_try) 2>&5
8721 ac_status=$? 7916 ac_status=$?
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); }; }; then 7918 (exit $ac_status); }; }; then
8724 ac_cv_sizeof_short=`cat conftest.val` 7919 ac_cv_sizeof_short=`cat conftest.val`
8725else 7920else
8726 echo "$as_me: program exited with status $ac_status" >&5 7921 echo "$as_me: program exited with status $ac_status" >&5
8727echo "$as_me: failed program was:" >&5 7922echo "$as_me: failed program was:" >&5
8728sed 's/^/| /' conftest.$ac_ext >&5 7923sed 's/^/| /' conftest.$ac_ext >&5
8729 7924
8730( exit $ac_status ) 7925( exit $ac_status )
8731if test "$ac_cv_type_short" = yes; then
8732 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 7926{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8733See \`config.log' for more details." >&5 7927See \`config.log' for more details." >&5
8734echo "$as_me: error: cannot compute sizeof (short) 7928echo "$as_me: error: cannot compute sizeof (short), 77
8735See \`config.log' for more details." >&2;} 7929See \`config.log' for more details." >&2;}
8736 { (exit 77); exit 77; }; } 7930 { (exit 1); exit 1; }; }
8737 else
8738 ac_cv_sizeof_short=0
8739 fi
8740fi 7931fi
8741rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7932rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7933fi
8742fi 7934fi
8743rm -f conftest.val 7935rm -f conftest.val
7936else
7937 ac_cv_sizeof_short=0
8744fi 7938fi
7939fi
8745{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 7940echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8746echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 7941echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8747
8748
8749
8750cat >>confdefs.h <<_ACEOF 7942cat >>confdefs.h <<_ACEOF
8751#define SIZEOF_SHORT $ac_cv_sizeof_short 7943#define SIZEOF_SHORT $ac_cv_sizeof_short
8752_ACEOF 7944_ACEOF
8753 7945
8754 7946
8755{ echo "$as_me:$LINENO: checking for int" >&5 7947echo "$as_me:$LINENO: checking for int" >&5
8756echo $ECHO_N "checking for int... $ECHO_C" >&6; } 7948echo $ECHO_N "checking for int... $ECHO_C" >&6
8757if test "${ac_cv_type_int+set}" = set; then 7949if test "${ac_cv_type_int+set}" = set; then
8758 echo $ECHO_N "(cached) $ECHO_C" >&6 7950 echo $ECHO_N "(cached) $ECHO_C" >&6
8759else 7951else
8760 cat >conftest.$ac_ext <<_ACEOF 7952 cat >conftest.$ac_ext <<_ACEOF
8761/* confdefs.h. */ 7953/* confdefs.h. */
8762_ACEOF 7954_ACEOF
8763cat confdefs.h >>conftest.$ac_ext 7955cat confdefs.h >>conftest.$ac_ext
8764cat >>conftest.$ac_ext <<_ACEOF 7956cat >>conftest.$ac_ext <<_ACEOF
8765/* end confdefs.h. */ 7957/* end confdefs.h. */
8766$ac_includes_default 7958$ac_includes_default
8767typedef int ac__type_new_;
8768int 7959int
8769main () 7960main ()
8770{ 7961{
8771if ((ac__type_new_ *) 0) 7962if ((int *) 0)
8772 return 0; 7963 return 0;
8773if (sizeof (ac__type_new_)) 7964if (sizeof (int))
8774 return 0; 7965 return 0;
8775 ; 7966 ;
8776 return 0; 7967 return 0;
8777} 7968}
8778_ACEOF 7969_ACEOF
8779rm -f conftest.$ac_objext 7970rm -f conftest.$ac_objext
8780if { (ac_try="$ac_compile"
8781case "(($ac_try" in
8782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8783 *) ac_try_echo=$ac_try;;
8784esac
8785eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7971if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8786 (eval "$ac_compile") 2>conftest.er1 7972 (eval $ac_compile) 2>conftest.er1
8787 ac_status=$? 7973 ac_status=$?
8788 grep -v '^ *+' conftest.er1 >conftest.err 7974 grep -v '^ *+' conftest.er1 >conftest.err
8789 rm -f conftest.er1 7975 rm -f conftest.er1
8790 cat conftest.err >&5 7976 cat conftest.err >&5
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); } && { 7978 (exit $ac_status); } &&
8793 test -z "$ac_cxx_werror_flag" || 7979 { ac_try='test -z "$ac_cxx_werror_flag"
8794 test ! -s conftest.err 7980 || test ! -s conftest.err'
8795 } && test -s conftest.$ac_objext; then 7981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7982 (eval $ac_try) 2>&5
7983 ac_status=$?
7984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7985 (exit $ac_status); }; } &&
7986 { ac_try='test -s conftest.$ac_objext'
7987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7988 (eval $ac_try) 2>&5
7989 ac_status=$?
7990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7991 (exit $ac_status); }; }; then
8796 ac_cv_type_int=yes 7992 ac_cv_type_int=yes
8797else 7993else
8798 echo "$as_me: failed program was:" >&5 7994 echo "$as_me: failed program was:" >&5
8799sed 's/^/| /' conftest.$ac_ext >&5 7995sed 's/^/| /' conftest.$ac_ext >&5
8800 7996
8801 ac_cv_type_int=no 7997ac_cv_type_int=no
8802fi 7998fi
8803
8804rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7999rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8805fi 8000fi
8806{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 8001echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8807echo "${ECHO_T}$ac_cv_type_int" >&6; } 8002echo "${ECHO_T}$ac_cv_type_int" >&6
8808 8003
8809# The cast to long int works around a bug in the HP C Compiler
8810# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8811# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8812# This bug is HP SR number 8606223364.
8813{ echo "$as_me:$LINENO: checking size of int" >&5 8004echo "$as_me:$LINENO: checking size of int" >&5
8814echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 8005echo $ECHO_N "checking size of int... $ECHO_C" >&6
8815if test "${ac_cv_sizeof_int+set}" = set; then 8006if test "${ac_cv_sizeof_int+set}" = set; then
8816 echo $ECHO_N "(cached) $ECHO_C" >&6 8007 echo $ECHO_N "(cached) $ECHO_C" >&6
8817else 8008else
8009 if test "$ac_cv_type_int" = yes; then
8010 # The cast to unsigned long works around a bug in the HP C Compiler
8011 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8012 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8013 # This bug is HP SR number 8606223364.
8818 if test "$cross_compiling" = yes; then 8014 if test "$cross_compiling" = yes; then
8819 # Depending upon the size, compute the lo and hi bounds. 8015 # Depending upon the size, compute the lo and hi bounds.
8820cat >conftest.$ac_ext <<_ACEOF 8016cat >conftest.$ac_ext <<_ACEOF
8821/* confdefs.h. */ 8017/* confdefs.h. */
8822_ACEOF 8018_ACEOF
8823cat confdefs.h >>conftest.$ac_ext 8019cat confdefs.h >>conftest.$ac_ext
8824cat >>conftest.$ac_ext <<_ACEOF 8020cat >>conftest.$ac_ext <<_ACEOF
8825/* end confdefs.h. */ 8021/* end confdefs.h. */
8826$ac_includes_default 8022$ac_includes_default
8827 typedef int ac__type_sizeof_;
8828int 8023int
8829main () 8024main ()
8830{ 8025{
8831static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8026static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8832test_array [0] = 0 8027test_array [0] = 0
8833 8028
8834 ; 8029 ;
8835 return 0; 8030 return 0;
8836} 8031}
8837_ACEOF 8032_ACEOF
8838rm -f conftest.$ac_objext 8033rm -f conftest.$ac_objext
8839if { (ac_try="$ac_compile"
8840case "(($ac_try" in
8841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8842 *) ac_try_echo=$ac_try;;
8843esac
8844eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8034if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8845 (eval "$ac_compile") 2>conftest.er1 8035 (eval $ac_compile) 2>conftest.er1
8846 ac_status=$? 8036 ac_status=$?
8847 grep -v '^ *+' conftest.er1 >conftest.err 8037 grep -v '^ *+' conftest.er1 >conftest.err
8848 rm -f conftest.er1 8038 rm -f conftest.er1
8849 cat conftest.err >&5 8039 cat conftest.err >&5
8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851 (exit $ac_status); } && { 8041 (exit $ac_status); } &&
8852 test -z "$ac_cxx_werror_flag" || 8042 { ac_try='test -z "$ac_cxx_werror_flag"
8853 test ! -s conftest.err 8043 || test ! -s conftest.err'
8854 } && test -s conftest.$ac_objext; then 8044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8045 (eval $ac_try) 2>&5
8046 ac_status=$?
8047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8048 (exit $ac_status); }; } &&
8049 { ac_try='test -s conftest.$ac_objext'
8050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8051 (eval $ac_try) 2>&5
8052 ac_status=$?
8053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054 (exit $ac_status); }; }; then
8855 ac_lo=0 ac_mid=0 8055 ac_lo=0 ac_mid=0
8856 while :; do 8056 while :; do
8857 cat >conftest.$ac_ext <<_ACEOF 8057 cat >conftest.$ac_ext <<_ACEOF
8858/* confdefs.h. */ 8058/* confdefs.h. */
8859_ACEOF 8059_ACEOF
8860cat confdefs.h >>conftest.$ac_ext 8060cat confdefs.h >>conftest.$ac_ext
8861cat >>conftest.$ac_ext <<_ACEOF 8061cat >>conftest.$ac_ext <<_ACEOF
8862/* end confdefs.h. */ 8062/* end confdefs.h. */
8863$ac_includes_default 8063$ac_includes_default
8864 typedef int ac__type_sizeof_;
8865int 8064int
8866main () 8065main ()
8867{ 8066{
8868static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8067static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8869test_array [0] = 0 8068test_array [0] = 0
8870 8069
8871 ; 8070 ;
8872 return 0; 8071 return 0;
8873} 8072}
8874_ACEOF 8073_ACEOF
8875rm -f conftest.$ac_objext 8074rm -f conftest.$ac_objext
8876if { (ac_try="$ac_compile"
8877case "(($ac_try" in
8878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8879 *) ac_try_echo=$ac_try;;
8880esac
8881eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8075if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8882 (eval "$ac_compile") 2>conftest.er1 8076 (eval $ac_compile) 2>conftest.er1
8883 ac_status=$? 8077 ac_status=$?
8884 grep -v '^ *+' conftest.er1 >conftest.err 8078 grep -v '^ *+' conftest.er1 >conftest.err
8885 rm -f conftest.er1 8079 rm -f conftest.er1
8886 cat conftest.err >&5 8080 cat conftest.err >&5
8887 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8888 (exit $ac_status); } && { 8082 (exit $ac_status); } &&
8889 test -z "$ac_cxx_werror_flag" || 8083 { ac_try='test -z "$ac_cxx_werror_flag"
8890 test ! -s conftest.err 8084 || test ! -s conftest.err'
8891 } && test -s conftest.$ac_objext; then 8085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8086 (eval $ac_try) 2>&5
8087 ac_status=$?
8088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8089 (exit $ac_status); }; } &&
8090 { ac_try='test -s conftest.$ac_objext'
8091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8092 (eval $ac_try) 2>&5
8093 ac_status=$?
8094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8095 (exit $ac_status); }; }; then
8892 ac_hi=$ac_mid; break 8096 ac_hi=$ac_mid; break
8893else 8097else
8894 echo "$as_me: failed program was:" >&5 8098 echo "$as_me: failed program was:" >&5
8895sed 's/^/| /' conftest.$ac_ext >&5 8099sed 's/^/| /' conftest.$ac_ext >&5
8896 8100
8897 ac_lo=`expr $ac_mid + 1` 8101ac_lo=`expr $ac_mid + 1`
8898 if test $ac_lo -le $ac_mid; then 8102 if test $ac_lo -le $ac_mid; then
8899 ac_lo= ac_hi= 8103 ac_lo= ac_hi=
8900 break 8104 break
8901 fi 8105 fi
8902 ac_mid=`expr 2 '*' $ac_mid + 1` 8106 ac_mid=`expr 2 '*' $ac_mid + 1`
8903fi 8107fi
8904
8905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8108rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8906 done 8109 done
8907else 8110else
8908 echo "$as_me: failed program was:" >&5 8111 echo "$as_me: failed program was:" >&5
8909sed 's/^/| /' conftest.$ac_ext >&5 8112sed 's/^/| /' conftest.$ac_ext >&5
8910 8113
8911 cat >conftest.$ac_ext <<_ACEOF 8114cat >conftest.$ac_ext <<_ACEOF
8912/* confdefs.h. */ 8115/* confdefs.h. */
8913_ACEOF 8116_ACEOF
8914cat confdefs.h >>conftest.$ac_ext 8117cat confdefs.h >>conftest.$ac_ext
8915cat >>conftest.$ac_ext <<_ACEOF 8118cat >>conftest.$ac_ext <<_ACEOF
8916/* end confdefs.h. */ 8119/* end confdefs.h. */
8917$ac_includes_default 8120$ac_includes_default
8918 typedef int ac__type_sizeof_;
8919int 8121int
8920main () 8122main ()
8921{ 8123{
8922static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8124static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8923test_array [0] = 0 8125test_array [0] = 0
8924 8126
8925 ; 8127 ;
8926 return 0; 8128 return 0;
8927} 8129}
8928_ACEOF 8130_ACEOF
8929rm -f conftest.$ac_objext 8131rm -f conftest.$ac_objext
8930if { (ac_try="$ac_compile"
8931case "(($ac_try" in
8932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8933 *) ac_try_echo=$ac_try;;
8934esac
8935eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8132if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8936 (eval "$ac_compile") 2>conftest.er1 8133 (eval $ac_compile) 2>conftest.er1
8937 ac_status=$? 8134 ac_status=$?
8938 grep -v '^ *+' conftest.er1 >conftest.err 8135 grep -v '^ *+' conftest.er1 >conftest.err
8939 rm -f conftest.er1 8136 rm -f conftest.er1
8940 cat conftest.err >&5 8137 cat conftest.err >&5
8941 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8942 (exit $ac_status); } && { 8139 (exit $ac_status); } &&
8943 test -z "$ac_cxx_werror_flag" || 8140 { ac_try='test -z "$ac_cxx_werror_flag"
8944 test ! -s conftest.err 8141 || test ! -s conftest.err'
8945 } && test -s conftest.$ac_objext; then 8142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8143 (eval $ac_try) 2>&5
8144 ac_status=$?
8145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8146 (exit $ac_status); }; } &&
8147 { ac_try='test -s conftest.$ac_objext'
8148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8149 (eval $ac_try) 2>&5
8150 ac_status=$?
8151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 (exit $ac_status); }; }; then
8946 ac_hi=-1 ac_mid=-1 8153 ac_hi=-1 ac_mid=-1
8947 while :; do 8154 while :; do
8948 cat >conftest.$ac_ext <<_ACEOF 8155 cat >conftest.$ac_ext <<_ACEOF
8949/* confdefs.h. */ 8156/* confdefs.h. */
8950_ACEOF 8157_ACEOF
8951cat confdefs.h >>conftest.$ac_ext 8158cat confdefs.h >>conftest.$ac_ext
8952cat >>conftest.$ac_ext <<_ACEOF 8159cat >>conftest.$ac_ext <<_ACEOF
8953/* end confdefs.h. */ 8160/* end confdefs.h. */
8954$ac_includes_default 8161$ac_includes_default
8955 typedef int ac__type_sizeof_;
8956int 8162int
8957main () 8163main ()
8958{ 8164{
8959static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8165static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8960test_array [0] = 0 8166test_array [0] = 0
8961 8167
8962 ; 8168 ;
8963 return 0; 8169 return 0;
8964} 8170}
8965_ACEOF 8171_ACEOF
8966rm -f conftest.$ac_objext 8172rm -f conftest.$ac_objext
8967if { (ac_try="$ac_compile"
8968case "(($ac_try" in
8969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8970 *) ac_try_echo=$ac_try;;
8971esac
8972eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8973 (eval "$ac_compile") 2>conftest.er1 8174 (eval $ac_compile) 2>conftest.er1
8974 ac_status=$? 8175 ac_status=$?
8975 grep -v '^ *+' conftest.er1 >conftest.err 8176 grep -v '^ *+' conftest.er1 >conftest.err
8976 rm -f conftest.er1 8177 rm -f conftest.er1
8977 cat conftest.err >&5 8178 cat conftest.err >&5
8978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8979 (exit $ac_status); } && { 8180 (exit $ac_status); } &&
8980 test -z "$ac_cxx_werror_flag" || 8181 { ac_try='test -z "$ac_cxx_werror_flag"
8981 test ! -s conftest.err 8182 || test ! -s conftest.err'
8982 } && test -s conftest.$ac_objext; then 8183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8184 (eval $ac_try) 2>&5
8185 ac_status=$?
8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8187 (exit $ac_status); }; } &&
8188 { ac_try='test -s conftest.$ac_objext'
8189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8190 (eval $ac_try) 2>&5
8191 ac_status=$?
8192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8193 (exit $ac_status); }; }; then
8983 ac_lo=$ac_mid; break 8194 ac_lo=$ac_mid; break
8984else 8195else
8985 echo "$as_me: failed program was:" >&5 8196 echo "$as_me: failed program was:" >&5
8986sed 's/^/| /' conftest.$ac_ext >&5 8197sed 's/^/| /' conftest.$ac_ext >&5
8987 8198
8988 ac_hi=`expr '(' $ac_mid ')' - 1` 8199ac_hi=`expr '(' $ac_mid ')' - 1`
8989 if test $ac_mid -le $ac_hi; then 8200 if test $ac_mid -le $ac_hi; then
8990 ac_lo= ac_hi= 8201 ac_lo= ac_hi=
8991 break 8202 break
8992 fi 8203 fi
8993 ac_mid=`expr 2 '*' $ac_mid` 8204 ac_mid=`expr 2 '*' $ac_mid`
8994fi 8205fi
8995
8996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8206rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8997 done 8207 done
8998else 8208else
8999 echo "$as_me: failed program was:" >&5 8209 echo "$as_me: failed program was:" >&5
9000sed 's/^/| /' conftest.$ac_ext >&5 8210sed 's/^/| /' conftest.$ac_ext >&5
9001 8211
9002 ac_lo= ac_hi= 8212ac_lo= ac_hi=
9003fi 8213fi
9004
9005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8214rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9006fi 8215fi
9007
9008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9009# Binary search between lo and hi bounds. 8217# Binary search between lo and hi bounds.
9010while test "x$ac_lo" != "x$ac_hi"; do 8218while test "x$ac_lo" != "x$ac_hi"; do
9011 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8219 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9012 cat >conftest.$ac_ext <<_ACEOF 8220 cat >conftest.$ac_ext <<_ACEOF
9013/* confdefs.h. */ 8221/* confdefs.h. */
9014_ACEOF 8222_ACEOF
9015cat confdefs.h >>conftest.$ac_ext 8223cat confdefs.h >>conftest.$ac_ext
9016cat >>conftest.$ac_ext <<_ACEOF 8224cat >>conftest.$ac_ext <<_ACEOF
9017/* end confdefs.h. */ 8225/* end confdefs.h. */
9018$ac_includes_default 8226$ac_includes_default
9019 typedef int ac__type_sizeof_;
9020int 8227int
9021main () 8228main ()
9022{ 8229{
9023static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8230static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
9024test_array [0] = 0 8231test_array [0] = 0
9025 8232
9026 ; 8233 ;
9027 return 0; 8234 return 0;
9028} 8235}
9029_ACEOF 8236_ACEOF
9030rm -f conftest.$ac_objext 8237rm -f conftest.$ac_objext
9031if { (ac_try="$ac_compile"
9032case "(($ac_try" in
9033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9034 *) ac_try_echo=$ac_try;;
9035esac
9036eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8238if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9037 (eval "$ac_compile") 2>conftest.er1 8239 (eval $ac_compile) 2>conftest.er1
9038 ac_status=$? 8240 ac_status=$?
9039 grep -v '^ *+' conftest.er1 >conftest.err 8241 grep -v '^ *+' conftest.er1 >conftest.err
9040 rm -f conftest.er1 8242 rm -f conftest.er1
9041 cat conftest.err >&5 8243 cat conftest.err >&5
9042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043 (exit $ac_status); } && { 8245 (exit $ac_status); } &&
9044 test -z "$ac_cxx_werror_flag" || 8246 { ac_try='test -z "$ac_cxx_werror_flag"
9045 test ! -s conftest.err 8247 || test ! -s conftest.err'
9046 } && test -s conftest.$ac_objext; then 8248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8249 (eval $ac_try) 2>&5
8250 ac_status=$?
8251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8252 (exit $ac_status); }; } &&
8253 { ac_try='test -s conftest.$ac_objext'
8254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8255 (eval $ac_try) 2>&5
8256 ac_status=$?
8257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8258 (exit $ac_status); }; }; then
9047 ac_hi=$ac_mid 8259 ac_hi=$ac_mid
9048else 8260else
9049 echo "$as_me: failed program was:" >&5 8261 echo "$as_me: failed program was:" >&5
9050sed 's/^/| /' conftest.$ac_ext >&5 8262sed 's/^/| /' conftest.$ac_ext >&5
9051 8263
9052 ac_lo=`expr '(' $ac_mid ')' + 1` 8264ac_lo=`expr '(' $ac_mid ')' + 1`
9053fi 8265fi
9054
9055rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8266rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9056done 8267done
9057case $ac_lo in 8268case $ac_lo in
9058?*) ac_cv_sizeof_int=$ac_lo;; 8269?*) ac_cv_sizeof_int=$ac_lo;;
9059'') if test "$ac_cv_type_int" = yes; then
9060 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8270'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
9061See \`config.log' for more details." >&5 8271See \`config.log' for more details." >&5
9062echo "$as_me: error: cannot compute sizeof (int) 8272echo "$as_me: error: cannot compute sizeof (int), 77
9063See \`config.log' for more details." >&2;} 8273See \`config.log' for more details." >&2;}
9064 { (exit 77); exit 77; }; } 8274 { (exit 1); exit 1; }; } ;;
9065 else
9066 ac_cv_sizeof_int=0
9067 fi ;;
9068esac 8275esac
8276else
8277 if test "$cross_compiling" = yes; then
8278 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8279See \`config.log' for more details." >&5
8280echo "$as_me: error: cannot run test program while cross compiling
8281See \`config.log' for more details." >&2;}
8282 { (exit 1); exit 1; }; }
9069else 8283else
9070 cat >conftest.$ac_ext <<_ACEOF 8284 cat >conftest.$ac_ext <<_ACEOF
9071/* confdefs.h. */ 8285/* confdefs.h. */
9072_ACEOF 8286_ACEOF
9073cat confdefs.h >>conftest.$ac_ext 8287cat confdefs.h >>conftest.$ac_ext
9074cat >>conftest.$ac_ext <<_ACEOF 8288cat >>conftest.$ac_ext <<_ACEOF
9075/* end confdefs.h. */ 8289/* end confdefs.h. */
9076$ac_includes_default 8290$ac_includes_default
9077 typedef int ac__type_sizeof_; 8291long longval () { return (long) (sizeof (int)); }
9078static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9079static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8292unsigned long ulongval () { return (long) (sizeof (int)); }
9080#include <stdio.h> 8293#include <stdio.h>
9081#include <stdlib.h> 8294#include <stdlib.h>
9082int 8295int
9083main () 8296main ()
9084{ 8297{
9085 8298
9086 FILE *f = fopen ("conftest.val", "w"); 8299 FILE *f = fopen ("conftest.val", "w");
9087 if (! f) 8300 if (! f)
9088 return 1; 8301 exit (1);
9089 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8302 if (((long) (sizeof (int))) < 0)
9090 { 8303 {
9091 long int i = longval (); 8304 long i = longval ();
9092 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8305 if (i != ((long) (sizeof (int))))
9093 return 1; 8306 exit (1);
9094 fprintf (f, "%ld\n", i); 8307 fprintf (f, "%ld\n", i);
9095 } 8308 }
9096 else 8309 else
9097 { 8310 {
9098 unsigned long int i = ulongval (); 8311 unsigned long i = ulongval ();
9099 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8312 if (i != ((long) (sizeof (int))))
9100 return 1; 8313 exit (1);
9101 fprintf (f, "%lu\n", i); 8314 fprintf (f, "%lu\n", i);
9102 } 8315 }
9103 return ferror (f) || fclose (f) != 0; 8316 exit (ferror (f) || fclose (f) != 0);
9104 8317
9105 ; 8318 ;
9106 return 0; 8319 return 0;
9107} 8320}
9108_ACEOF 8321_ACEOF
9109rm -f conftest$ac_exeext 8322rm -f conftest$ac_exeext
9110if { (ac_try="$ac_link"
9111case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114esac
9115eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8323if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9116 (eval "$ac_link") 2>&5 8324 (eval $ac_link) 2>&5
9117 ac_status=$? 8325 ac_status=$?
9118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9119 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8327 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9120 { (case "(($ac_try" in
9121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9122 *) ac_try_echo=$ac_try;;
9123esac
9124eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9125 (eval "$ac_try") 2>&5 8329 (eval $ac_try) 2>&5
9126 ac_status=$? 8330 ac_status=$?
9127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9128 (exit $ac_status); }; }; then 8332 (exit $ac_status); }; }; then
9129 ac_cv_sizeof_int=`cat conftest.val` 8333 ac_cv_sizeof_int=`cat conftest.val`
9130else 8334else
9131 echo "$as_me: program exited with status $ac_status" >&5 8335 echo "$as_me: program exited with status $ac_status" >&5
9132echo "$as_me: failed program was:" >&5 8336echo "$as_me: failed program was:" >&5
9133sed 's/^/| /' conftest.$ac_ext >&5 8337sed 's/^/| /' conftest.$ac_ext >&5
9134 8338
9135( exit $ac_status ) 8339( exit $ac_status )
9136if test "$ac_cv_type_int" = yes; then
9137 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 8340{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
9138See \`config.log' for more details." >&5 8341See \`config.log' for more details." >&5
9139echo "$as_me: error: cannot compute sizeof (int) 8342echo "$as_me: error: cannot compute sizeof (int), 77
9140See \`config.log' for more details." >&2;} 8343See \`config.log' for more details." >&2;}
9141 { (exit 77); exit 77; }; } 8344 { (exit 1); exit 1; }; }
9142 else
9143 ac_cv_sizeof_int=0
9144 fi
9145fi 8345fi
9146rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8346rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8347fi
9147fi 8348fi
9148rm -f conftest.val 8349rm -f conftest.val
8350else
8351 ac_cv_sizeof_int=0
9149fi 8352fi
8353fi
9150{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 8354echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
9151echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 8355echo "${ECHO_T}$ac_cv_sizeof_int" >&6
9152
9153
9154
9155cat >>confdefs.h <<_ACEOF 8356cat >>confdefs.h <<_ACEOF
9156#define SIZEOF_INT $ac_cv_sizeof_int 8357#define SIZEOF_INT $ac_cv_sizeof_int
9157_ACEOF 8358_ACEOF
9158 8359
9159 8360
9160{ echo "$as_me:$LINENO: checking for long long" >&5 8361echo "$as_me:$LINENO: checking for long long" >&5
9161echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 8362echo $ECHO_N "checking for long long... $ECHO_C" >&6
9162if test "${ac_cv_type_long_long+set}" = set; then 8363if test "${ac_cv_type_long_long+set}" = set; then
9163 echo $ECHO_N "(cached) $ECHO_C" >&6 8364 echo $ECHO_N "(cached) $ECHO_C" >&6
9164else 8365else
9165 cat >conftest.$ac_ext <<_ACEOF 8366 cat >conftest.$ac_ext <<_ACEOF
9166/* confdefs.h. */ 8367/* confdefs.h. */
9167_ACEOF 8368_ACEOF
9168cat confdefs.h >>conftest.$ac_ext 8369cat confdefs.h >>conftest.$ac_ext
9169cat >>conftest.$ac_ext <<_ACEOF 8370cat >>conftest.$ac_ext <<_ACEOF
9170/* end confdefs.h. */ 8371/* end confdefs.h. */
9171$ac_includes_default 8372$ac_includes_default
9172typedef long long ac__type_new_;
9173int 8373int
9174main () 8374main ()
9175{ 8375{
9176if ((ac__type_new_ *) 0) 8376if ((long long *) 0)
9177 return 0; 8377 return 0;
9178if (sizeof (ac__type_new_)) 8378if (sizeof (long long))
9179 return 0; 8379 return 0;
9180 ; 8380 ;
9181 return 0; 8381 return 0;
9182} 8382}
9183_ACEOF 8383_ACEOF
9184rm -f conftest.$ac_objext 8384rm -f conftest.$ac_objext
9185if { (ac_try="$ac_compile"
9186case "(($ac_try" in
9187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9188 *) ac_try_echo=$ac_try;;
9189esac
9190eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8385if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9191 (eval "$ac_compile") 2>conftest.er1 8386 (eval $ac_compile) 2>conftest.er1
9192 ac_status=$? 8387 ac_status=$?
9193 grep -v '^ *+' conftest.er1 >conftest.err 8388 grep -v '^ *+' conftest.er1 >conftest.err
9194 rm -f conftest.er1 8389 rm -f conftest.er1
9195 cat conftest.err >&5 8390 cat conftest.err >&5
9196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9197 (exit $ac_status); } && { 8392 (exit $ac_status); } &&
9198 test -z "$ac_cxx_werror_flag" || 8393 { ac_try='test -z "$ac_cxx_werror_flag"
9199 test ! -s conftest.err 8394 || test ! -s conftest.err'
9200 } && test -s conftest.$ac_objext; then 8395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8396 (eval $ac_try) 2>&5
8397 ac_status=$?
8398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8399 (exit $ac_status); }; } &&
8400 { ac_try='test -s conftest.$ac_objext'
8401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8402 (eval $ac_try) 2>&5
8403 ac_status=$?
8404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8405 (exit $ac_status); }; }; then
9201 ac_cv_type_long_long=yes 8406 ac_cv_type_long_long=yes
9202else 8407else
9203 echo "$as_me: failed program was:" >&5 8408 echo "$as_me: failed program was:" >&5
9204sed 's/^/| /' conftest.$ac_ext >&5 8409sed 's/^/| /' conftest.$ac_ext >&5
9205 8410
9206 ac_cv_type_long_long=no 8411ac_cv_type_long_long=no
9207fi 8412fi
9208
9209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8413rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9210fi 8414fi
9211{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 8415echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
9212echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 8416echo "${ECHO_T}$ac_cv_type_long_long" >&6
9213 8417
9214# The cast to long int works around a bug in the HP C Compiler
9215# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9216# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9217# This bug is HP SR number 8606223364.
9218{ echo "$as_me:$LINENO: checking size of long long" >&5 8418echo "$as_me:$LINENO: checking size of long long" >&5
9219echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 8419echo $ECHO_N "checking size of long long... $ECHO_C" >&6
9220if test "${ac_cv_sizeof_long_long+set}" = set; then 8420if test "${ac_cv_sizeof_long_long+set}" = set; then
9221 echo $ECHO_N "(cached) $ECHO_C" >&6 8421 echo $ECHO_N "(cached) $ECHO_C" >&6
9222else 8422else
8423 if test "$ac_cv_type_long_long" = yes; then
8424 # The cast to unsigned long works around a bug in the HP C Compiler
8425 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8426 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8427 # This bug is HP SR number 8606223364.
9223 if test "$cross_compiling" = yes; then 8428 if test "$cross_compiling" = yes; then
9224 # Depending upon the size, compute the lo and hi bounds. 8429 # Depending upon the size, compute the lo and hi bounds.
9225cat >conftest.$ac_ext <<_ACEOF 8430cat >conftest.$ac_ext <<_ACEOF
9226/* confdefs.h. */ 8431/* confdefs.h. */
9227_ACEOF 8432_ACEOF
9228cat confdefs.h >>conftest.$ac_ext 8433cat confdefs.h >>conftest.$ac_ext
9229cat >>conftest.$ac_ext <<_ACEOF 8434cat >>conftest.$ac_ext <<_ACEOF
9230/* end confdefs.h. */ 8435/* end confdefs.h. */
9231$ac_includes_default 8436$ac_includes_default
9232 typedef long long ac__type_sizeof_;
9233int 8437int
9234main () 8438main ()
9235{ 8439{
9236static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8440static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
9237test_array [0] = 0 8441test_array [0] = 0
9238 8442
9239 ; 8443 ;
9240 return 0; 8444 return 0;
9241} 8445}
9242_ACEOF 8446_ACEOF
9243rm -f conftest.$ac_objext 8447rm -f conftest.$ac_objext
9244if { (ac_try="$ac_compile"
9245case "(($ac_try" in
9246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9248esac
9249eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9250 (eval "$ac_compile") 2>conftest.er1 8449 (eval $ac_compile) 2>conftest.er1
9251 ac_status=$? 8450 ac_status=$?
9252 grep -v '^ *+' conftest.er1 >conftest.err 8451 grep -v '^ *+' conftest.er1 >conftest.err
9253 rm -f conftest.er1 8452 rm -f conftest.er1
9254 cat conftest.err >&5 8453 cat conftest.err >&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && { 8455 (exit $ac_status); } &&
9257 test -z "$ac_cxx_werror_flag" || 8456 { ac_try='test -z "$ac_cxx_werror_flag"
9258 test ! -s conftest.err 8457 || test ! -s conftest.err'
9259 } && test -s conftest.$ac_objext; then 8458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8459 (eval $ac_try) 2>&5
8460 ac_status=$?
8461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8462 (exit $ac_status); }; } &&
8463 { ac_try='test -s conftest.$ac_objext'
8464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8465 (eval $ac_try) 2>&5
8466 ac_status=$?
8467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8468 (exit $ac_status); }; }; then
9260 ac_lo=0 ac_mid=0 8469 ac_lo=0 ac_mid=0
9261 while :; do 8470 while :; do
9262 cat >conftest.$ac_ext <<_ACEOF 8471 cat >conftest.$ac_ext <<_ACEOF
9263/* confdefs.h. */ 8472/* confdefs.h. */
9264_ACEOF 8473_ACEOF
9265cat confdefs.h >>conftest.$ac_ext 8474cat confdefs.h >>conftest.$ac_ext
9266cat >>conftest.$ac_ext <<_ACEOF 8475cat >>conftest.$ac_ext <<_ACEOF
9267/* end confdefs.h. */ 8476/* end confdefs.h. */
9268$ac_includes_default 8477$ac_includes_default
9269 typedef long long ac__type_sizeof_;
9270int 8478int
9271main () 8479main ()
9272{ 8480{
9273static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8481static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9274test_array [0] = 0 8482test_array [0] = 0
9275 8483
9276 ; 8484 ;
9277 return 0; 8485 return 0;
9278} 8486}
9279_ACEOF 8487_ACEOF
9280rm -f conftest.$ac_objext 8488rm -f conftest.$ac_objext
9281if { (ac_try="$ac_compile"
9282case "(($ac_try" in
9283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9284 *) ac_try_echo=$ac_try;;
9285esac
9286eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9287 (eval "$ac_compile") 2>conftest.er1 8490 (eval $ac_compile) 2>conftest.er1
9288 ac_status=$? 8491 ac_status=$?
9289 grep -v '^ *+' conftest.er1 >conftest.err 8492 grep -v '^ *+' conftest.er1 >conftest.err
9290 rm -f conftest.er1 8493 rm -f conftest.er1
9291 cat conftest.err >&5 8494 cat conftest.err >&5
9292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 (exit $ac_status); } && { 8496 (exit $ac_status); } &&
9294 test -z "$ac_cxx_werror_flag" || 8497 { ac_try='test -z "$ac_cxx_werror_flag"
9295 test ! -s conftest.err 8498 || test ! -s conftest.err'
9296 } && test -s conftest.$ac_objext; then 8499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8500 (eval $ac_try) 2>&5
8501 ac_status=$?
8502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 (exit $ac_status); }; } &&
8504 { ac_try='test -s conftest.$ac_objext'
8505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506 (eval $ac_try) 2>&5
8507 ac_status=$?
8508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509 (exit $ac_status); }; }; then
9297 ac_hi=$ac_mid; break 8510 ac_hi=$ac_mid; break
9298else 8511else
9299 echo "$as_me: failed program was:" >&5 8512 echo "$as_me: failed program was:" >&5
9300sed 's/^/| /' conftest.$ac_ext >&5 8513sed 's/^/| /' conftest.$ac_ext >&5
9301 8514
9302 ac_lo=`expr $ac_mid + 1` 8515ac_lo=`expr $ac_mid + 1`
9303 if test $ac_lo -le $ac_mid; then 8516 if test $ac_lo -le $ac_mid; then
9304 ac_lo= ac_hi= 8517 ac_lo= ac_hi=
9305 break 8518 break
9306 fi 8519 fi
9307 ac_mid=`expr 2 '*' $ac_mid + 1` 8520 ac_mid=`expr 2 '*' $ac_mid + 1`
9308fi 8521fi
9309
9310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8522rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9311 done 8523 done
9312else 8524else
9313 echo "$as_me: failed program was:" >&5 8525 echo "$as_me: failed program was:" >&5
9314sed 's/^/| /' conftest.$ac_ext >&5 8526sed 's/^/| /' conftest.$ac_ext >&5
9315 8527
9316 cat >conftest.$ac_ext <<_ACEOF 8528cat >conftest.$ac_ext <<_ACEOF
9317/* confdefs.h. */ 8529/* confdefs.h. */
9318_ACEOF 8530_ACEOF
9319cat confdefs.h >>conftest.$ac_ext 8531cat confdefs.h >>conftest.$ac_ext
9320cat >>conftest.$ac_ext <<_ACEOF 8532cat >>conftest.$ac_ext <<_ACEOF
9321/* end confdefs.h. */ 8533/* end confdefs.h. */
9322$ac_includes_default 8534$ac_includes_default
9323 typedef long long ac__type_sizeof_;
9324int 8535int
9325main () 8536main ()
9326{ 8537{
9327static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8538static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
9328test_array [0] = 0 8539test_array [0] = 0
9329 8540
9330 ; 8541 ;
9331 return 0; 8542 return 0;
9332} 8543}
9333_ACEOF 8544_ACEOF
9334rm -f conftest.$ac_objext 8545rm -f conftest.$ac_objext
9335if { (ac_try="$ac_compile"
9336case "(($ac_try" in
9337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9338 *) ac_try_echo=$ac_try;;
9339esac
9340eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8546if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9341 (eval "$ac_compile") 2>conftest.er1 8547 (eval $ac_compile) 2>conftest.er1
9342 ac_status=$? 8548 ac_status=$?
9343 grep -v '^ *+' conftest.er1 >conftest.err 8549 grep -v '^ *+' conftest.er1 >conftest.err
9344 rm -f conftest.er1 8550 rm -f conftest.er1
9345 cat conftest.err >&5 8551 cat conftest.err >&5
9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347 (exit $ac_status); } && { 8553 (exit $ac_status); } &&
9348 test -z "$ac_cxx_werror_flag" || 8554 { ac_try='test -z "$ac_cxx_werror_flag"
9349 test ! -s conftest.err 8555 || test ! -s conftest.err'
9350 } && test -s conftest.$ac_objext; then 8556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8557 (eval $ac_try) 2>&5
8558 ac_status=$?
8559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8560 (exit $ac_status); }; } &&
8561 { ac_try='test -s conftest.$ac_objext'
8562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8563 (eval $ac_try) 2>&5
8564 ac_status=$?
8565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8566 (exit $ac_status); }; }; then
9351 ac_hi=-1 ac_mid=-1 8567 ac_hi=-1 ac_mid=-1
9352 while :; do 8568 while :; do
9353 cat >conftest.$ac_ext <<_ACEOF 8569 cat >conftest.$ac_ext <<_ACEOF
9354/* confdefs.h. */ 8570/* confdefs.h. */
9355_ACEOF 8571_ACEOF
9356cat confdefs.h >>conftest.$ac_ext 8572cat confdefs.h >>conftest.$ac_ext
9357cat >>conftest.$ac_ext <<_ACEOF 8573cat >>conftest.$ac_ext <<_ACEOF
9358/* end confdefs.h. */ 8574/* end confdefs.h. */
9359$ac_includes_default 8575$ac_includes_default
9360 typedef long long ac__type_sizeof_;
9361int 8576int
9362main () 8577main ()
9363{ 8578{
9364static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8579static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
9365test_array [0] = 0 8580test_array [0] = 0
9366 8581
9367 ; 8582 ;
9368 return 0; 8583 return 0;
9369} 8584}
9370_ACEOF 8585_ACEOF
9371rm -f conftest.$ac_objext 8586rm -f conftest.$ac_objext
9372if { (ac_try="$ac_compile"
9373case "(($ac_try" in
9374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9375 *) ac_try_echo=$ac_try;;
9376esac
9377eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9378 (eval "$ac_compile") 2>conftest.er1 8588 (eval $ac_compile) 2>conftest.er1
9379 ac_status=$? 8589 ac_status=$?
9380 grep -v '^ *+' conftest.er1 >conftest.err 8590 grep -v '^ *+' conftest.er1 >conftest.err
9381 rm -f conftest.er1 8591 rm -f conftest.er1
9382 cat conftest.err >&5 8592 cat conftest.err >&5
9383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384 (exit $ac_status); } && { 8594 (exit $ac_status); } &&
9385 test -z "$ac_cxx_werror_flag" || 8595 { ac_try='test -z "$ac_cxx_werror_flag"
9386 test ! -s conftest.err 8596 || test ! -s conftest.err'
9387 } && test -s conftest.$ac_objext; then 8597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8598 (eval $ac_try) 2>&5
8599 ac_status=$?
8600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8601 (exit $ac_status); }; } &&
8602 { ac_try='test -s conftest.$ac_objext'
8603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8604 (eval $ac_try) 2>&5
8605 ac_status=$?
8606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8607 (exit $ac_status); }; }; then
9388 ac_lo=$ac_mid; break 8608 ac_lo=$ac_mid; break
9389else 8609else
9390 echo "$as_me: failed program was:" >&5 8610 echo "$as_me: failed program was:" >&5
9391sed 's/^/| /' conftest.$ac_ext >&5 8611sed 's/^/| /' conftest.$ac_ext >&5
9392 8612
9393 ac_hi=`expr '(' $ac_mid ')' - 1` 8613ac_hi=`expr '(' $ac_mid ')' - 1`
9394 if test $ac_mid -le $ac_hi; then 8614 if test $ac_mid -le $ac_hi; then
9395 ac_lo= ac_hi= 8615 ac_lo= ac_hi=
9396 break 8616 break
9397 fi 8617 fi
9398 ac_mid=`expr 2 '*' $ac_mid` 8618 ac_mid=`expr 2 '*' $ac_mid`
9399fi 8619fi
9400
9401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9402 done 8621 done
9403else 8622else
9404 echo "$as_me: failed program was:" >&5 8623 echo "$as_me: failed program was:" >&5
9405sed 's/^/| /' conftest.$ac_ext >&5 8624sed 's/^/| /' conftest.$ac_ext >&5
9406 8625
9407 ac_lo= ac_hi= 8626ac_lo= ac_hi=
9408fi 8627fi
9409
9410rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8628rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9411fi 8629fi
9412
9413rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8630rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9414# Binary search between lo and hi bounds. 8631# Binary search between lo and hi bounds.
9415while test "x$ac_lo" != "x$ac_hi"; do 8632while test "x$ac_lo" != "x$ac_hi"; do
9416 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8633 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9417 cat >conftest.$ac_ext <<_ACEOF 8634 cat >conftest.$ac_ext <<_ACEOF
9418/* confdefs.h. */ 8635/* confdefs.h. */
9419_ACEOF 8636_ACEOF
9420cat confdefs.h >>conftest.$ac_ext 8637cat confdefs.h >>conftest.$ac_ext
9421cat >>conftest.$ac_ext <<_ACEOF 8638cat >>conftest.$ac_ext <<_ACEOF
9422/* end confdefs.h. */ 8639/* end confdefs.h. */
9423$ac_includes_default 8640$ac_includes_default
9424 typedef long long ac__type_sizeof_;
9425int 8641int
9426main () 8642main ()
9427{ 8643{
9428static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8644static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
9429test_array [0] = 0 8645test_array [0] = 0
9430 8646
9431 ; 8647 ;
9432 return 0; 8648 return 0;
9433} 8649}
9434_ACEOF 8650_ACEOF
9435rm -f conftest.$ac_objext 8651rm -f conftest.$ac_objext
9436if { (ac_try="$ac_compile"
9437case "(($ac_try" in
9438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9439 *) ac_try_echo=$ac_try;;
9440esac
9441eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9442 (eval "$ac_compile") 2>conftest.er1 8653 (eval $ac_compile) 2>conftest.er1
9443 ac_status=$? 8654 ac_status=$?
9444 grep -v '^ *+' conftest.er1 >conftest.err 8655 grep -v '^ *+' conftest.er1 >conftest.err
9445 rm -f conftest.er1 8656 rm -f conftest.er1
9446 cat conftest.err >&5 8657 cat conftest.err >&5
9447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9448 (exit $ac_status); } && { 8659 (exit $ac_status); } &&
9449 test -z "$ac_cxx_werror_flag" || 8660 { ac_try='test -z "$ac_cxx_werror_flag"
9450 test ! -s conftest.err 8661 || test ! -s conftest.err'
9451 } && test -s conftest.$ac_objext; then 8662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8663 (eval $ac_try) 2>&5
8664 ac_status=$?
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 (exit $ac_status); }; } &&
8667 { ac_try='test -s conftest.$ac_objext'
8668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8669 (eval $ac_try) 2>&5
8670 ac_status=$?
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); }; }; then
9452 ac_hi=$ac_mid 8673 ac_hi=$ac_mid
9453else 8674else
9454 echo "$as_me: failed program was:" >&5 8675 echo "$as_me: failed program was:" >&5
9455sed 's/^/| /' conftest.$ac_ext >&5 8676sed 's/^/| /' conftest.$ac_ext >&5
9456 8677
9457 ac_lo=`expr '(' $ac_mid ')' + 1` 8678ac_lo=`expr '(' $ac_mid ')' + 1`
9458fi 8679fi
9459
9460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8680rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9461done 8681done
9462case $ac_lo in 8682case $ac_lo in
9463?*) ac_cv_sizeof_long_long=$ac_lo;; 8683?*) ac_cv_sizeof_long_long=$ac_lo;;
9464'') if test "$ac_cv_type_long_long" = yes; then
9465 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8684'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9466See \`config.log' for more details." >&5 8685See \`config.log' for more details." >&5
9467echo "$as_me: error: cannot compute sizeof (long long) 8686echo "$as_me: error: cannot compute sizeof (long long), 77
9468See \`config.log' for more details." >&2;} 8687See \`config.log' for more details." >&2;}
9469 { (exit 77); exit 77; }; } 8688 { (exit 1); exit 1; }; } ;;
9470 else
9471 ac_cv_sizeof_long_long=0
9472 fi ;;
9473esac 8689esac
8690else
8691 if test "$cross_compiling" = yes; then
8692 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8693See \`config.log' for more details." >&5
8694echo "$as_me: error: cannot run test program while cross compiling
8695See \`config.log' for more details." >&2;}
8696 { (exit 1); exit 1; }; }
9474else 8697else
9475 cat >conftest.$ac_ext <<_ACEOF 8698 cat >conftest.$ac_ext <<_ACEOF
9476/* confdefs.h. */ 8699/* confdefs.h. */
9477_ACEOF 8700_ACEOF
9478cat confdefs.h >>conftest.$ac_ext 8701cat confdefs.h >>conftest.$ac_ext
9479cat >>conftest.$ac_ext <<_ACEOF 8702cat >>conftest.$ac_ext <<_ACEOF
9480/* end confdefs.h. */ 8703/* end confdefs.h. */
9481$ac_includes_default 8704$ac_includes_default
9482 typedef long long ac__type_sizeof_; 8705long longval () { return (long) (sizeof (long long)); }
9483static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9484static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 8706unsigned long ulongval () { return (long) (sizeof (long long)); }
9485#include <stdio.h> 8707#include <stdio.h>
9486#include <stdlib.h> 8708#include <stdlib.h>
9487int 8709int
9488main () 8710main ()
9489{ 8711{
9490 8712
9491 FILE *f = fopen ("conftest.val", "w"); 8713 FILE *f = fopen ("conftest.val", "w");
9492 if (! f) 8714 if (! f)
9493 return 1; 8715 exit (1);
9494 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 8716 if (((long) (sizeof (long long))) < 0)
9495 { 8717 {
9496 long int i = longval (); 8718 long i = longval ();
9497 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8719 if (i != ((long) (sizeof (long long))))
9498 return 1; 8720 exit (1);
9499 fprintf (f, "%ld\n", i); 8721 fprintf (f, "%ld\n", i);
9500 } 8722 }
9501 else 8723 else
9502 { 8724 {
9503 unsigned long int i = ulongval (); 8725 unsigned long i = ulongval ();
9504 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 8726 if (i != ((long) (sizeof (long long))))
9505 return 1; 8727 exit (1);
9506 fprintf (f, "%lu\n", i); 8728 fprintf (f, "%lu\n", i);
9507 } 8729 }
9508 return ferror (f) || fclose (f) != 0; 8730 exit (ferror (f) || fclose (f) != 0);
9509 8731
9510 ; 8732 ;
9511 return 0; 8733 return 0;
9512} 8734}
9513_ACEOF 8735_ACEOF
9514rm -f conftest$ac_exeext 8736rm -f conftest$ac_exeext
9515if { (ac_try="$ac_link"
9516case "(($ac_try" in
9517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518 *) ac_try_echo=$ac_try;;
9519esac
9520eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8737if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9521 (eval "$ac_link") 2>&5 8738 (eval $ac_link) 2>&5
9522 ac_status=$? 8739 ac_status=$?
9523 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9524 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8741 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9525 { (case "(($ac_try" in
9526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9527 *) ac_try_echo=$ac_try;;
9528esac
9529eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9530 (eval "$ac_try") 2>&5 8743 (eval $ac_try) 2>&5
9531 ac_status=$? 8744 ac_status=$?
9532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9533 (exit $ac_status); }; }; then 8746 (exit $ac_status); }; }; then
9534 ac_cv_sizeof_long_long=`cat conftest.val` 8747 ac_cv_sizeof_long_long=`cat conftest.val`
9535else 8748else
9536 echo "$as_me: program exited with status $ac_status" >&5 8749 echo "$as_me: program exited with status $ac_status" >&5
9537echo "$as_me: failed program was:" >&5 8750echo "$as_me: failed program was:" >&5
9538sed 's/^/| /' conftest.$ac_ext >&5 8751sed 's/^/| /' conftest.$ac_ext >&5
9539 8752
9540( exit $ac_status ) 8753( exit $ac_status )
9541if test "$ac_cv_type_long_long" = yes; then
9542 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 8754{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
9543See \`config.log' for more details." >&5 8755See \`config.log' for more details." >&5
9544echo "$as_me: error: cannot compute sizeof (long long) 8756echo "$as_me: error: cannot compute sizeof (long long), 77
9545See \`config.log' for more details." >&2;} 8757See \`config.log' for more details." >&2;}
9546 { (exit 77); exit 77; }; } 8758 { (exit 1); exit 1; }; }
9547 else
9548 ac_cv_sizeof_long_long=0
9549 fi
9550fi 8759fi
9551rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8760rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8761fi
9552fi 8762fi
9553rm -f conftest.val 8763rm -f conftest.val
8764else
8765 ac_cv_sizeof_long_long=0
9554fi 8766fi
8767fi
9555{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 8768echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
9556echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 8769echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
9557
9558
9559
9560cat >>confdefs.h <<_ACEOF 8770cat >>confdefs.h <<_ACEOF
9561#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 8771#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9562_ACEOF 8772_ACEOF
9563 8773
9564 8774
9565{ echo "$as_me:$LINENO: checking for int *" >&5 8775echo "$as_me:$LINENO: checking for int *" >&5
9566echo $ECHO_N "checking for int *... $ECHO_C" >&6; } 8776echo $ECHO_N "checking for int *... $ECHO_C" >&6
9567if test "${ac_cv_type_int_p+set}" = set; then 8777if test "${ac_cv_type_int_p+set}" = set; then
9568 echo $ECHO_N "(cached) $ECHO_C" >&6 8778 echo $ECHO_N "(cached) $ECHO_C" >&6
9569else 8779else
9570 cat >conftest.$ac_ext <<_ACEOF 8780 cat >conftest.$ac_ext <<_ACEOF
9571/* confdefs.h. */ 8781/* confdefs.h. */
9572_ACEOF 8782_ACEOF
9573cat confdefs.h >>conftest.$ac_ext 8783cat confdefs.h >>conftest.$ac_ext
9574cat >>conftest.$ac_ext <<_ACEOF 8784cat >>conftest.$ac_ext <<_ACEOF
9575/* end confdefs.h. */ 8785/* end confdefs.h. */
9576$ac_includes_default 8786$ac_includes_default
9577typedef int * ac__type_new_;
9578int 8787int
9579main () 8788main ()
9580{ 8789{
9581if ((ac__type_new_ *) 0) 8790if ((int * *) 0)
9582 return 0; 8791 return 0;
9583if (sizeof (ac__type_new_)) 8792if (sizeof (int *))
9584 return 0; 8793 return 0;
9585 ; 8794 ;
9586 return 0; 8795 return 0;
9587} 8796}
9588_ACEOF 8797_ACEOF
9589rm -f conftest.$ac_objext 8798rm -f conftest.$ac_objext
9590if { (ac_try="$ac_compile"
9591case "(($ac_try" in
9592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9593 *) ac_try_echo=$ac_try;;
9594esac
9595eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8799if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9596 (eval "$ac_compile") 2>conftest.er1 8800 (eval $ac_compile) 2>conftest.er1
9597 ac_status=$? 8801 ac_status=$?
9598 grep -v '^ *+' conftest.er1 >conftest.err 8802 grep -v '^ *+' conftest.er1 >conftest.err
9599 rm -f conftest.er1 8803 rm -f conftest.er1
9600 cat conftest.err >&5 8804 cat conftest.err >&5
9601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602 (exit $ac_status); } && { 8806 (exit $ac_status); } &&
9603 test -z "$ac_cxx_werror_flag" || 8807 { ac_try='test -z "$ac_cxx_werror_flag"
9604 test ! -s conftest.err 8808 || test ! -s conftest.err'
9605 } && test -s conftest.$ac_objext; then 8809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8810 (eval $ac_try) 2>&5
8811 ac_status=$?
8812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8813 (exit $ac_status); }; } &&
8814 { ac_try='test -s conftest.$ac_objext'
8815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8816 (eval $ac_try) 2>&5
8817 ac_status=$?
8818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8819 (exit $ac_status); }; }; then
9606 ac_cv_type_int_p=yes 8820 ac_cv_type_int_p=yes
9607else 8821else
9608 echo "$as_me: failed program was:" >&5 8822 echo "$as_me: failed program was:" >&5
9609sed 's/^/| /' conftest.$ac_ext >&5 8823sed 's/^/| /' conftest.$ac_ext >&5
9610 8824
9611 ac_cv_type_int_p=no 8825ac_cv_type_int_p=no
9612fi 8826fi
9613
9614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8827rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9615fi 8828fi
9616{ echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5 8829echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
9617echo "${ECHO_T}$ac_cv_type_int_p" >&6; } 8830echo "${ECHO_T}$ac_cv_type_int_p" >&6
9618 8831
9619# The cast to long int works around a bug in the HP C Compiler
9620# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9621# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9622# This bug is HP SR number 8606223364.
9623{ echo "$as_me:$LINENO: checking size of int *" >&5 8832echo "$as_me:$LINENO: checking size of int *" >&5
9624echo $ECHO_N "checking size of int *... $ECHO_C" >&6; } 8833echo $ECHO_N "checking size of int *... $ECHO_C" >&6
9625if test "${ac_cv_sizeof_int_p+set}" = set; then 8834if test "${ac_cv_sizeof_int_p+set}" = set; then
9626 echo $ECHO_N "(cached) $ECHO_C" >&6 8835 echo $ECHO_N "(cached) $ECHO_C" >&6
9627else 8836else
8837 if test "$ac_cv_type_int_p" = yes; then
8838 # The cast to unsigned long works around a bug in the HP C Compiler
8839 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8840 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8841 # This bug is HP SR number 8606223364.
9628 if test "$cross_compiling" = yes; then 8842 if test "$cross_compiling" = yes; then
9629 # Depending upon the size, compute the lo and hi bounds. 8843 # Depending upon the size, compute the lo and hi bounds.
9630cat >conftest.$ac_ext <<_ACEOF 8844cat >conftest.$ac_ext <<_ACEOF
9631/* confdefs.h. */ 8845/* confdefs.h. */
9632_ACEOF 8846_ACEOF
9633cat confdefs.h >>conftest.$ac_ext 8847cat confdefs.h >>conftest.$ac_ext
9634cat >>conftest.$ac_ext <<_ACEOF 8848cat >>conftest.$ac_ext <<_ACEOF
9635/* end confdefs.h. */ 8849/* end confdefs.h. */
9636$ac_includes_default 8850$ac_includes_default
9637 typedef int * ac__type_sizeof_;
9638int 8851int
9639main () 8852main ()
9640{ 8853{
9641static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 8854static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= 0)];
9642test_array [0] = 0 8855test_array [0] = 0
9643 8856
9644 ; 8857 ;
9645 return 0; 8858 return 0;
9646} 8859}
9647_ACEOF 8860_ACEOF
9648rm -f conftest.$ac_objext 8861rm -f conftest.$ac_objext
9649if { (ac_try="$ac_compile"
9650case "(($ac_try" in
9651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652 *) ac_try_echo=$ac_try;;
9653esac
9654eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8862if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9655 (eval "$ac_compile") 2>conftest.er1 8863 (eval $ac_compile) 2>conftest.er1
9656 ac_status=$? 8864 ac_status=$?
9657 grep -v '^ *+' conftest.er1 >conftest.err 8865 grep -v '^ *+' conftest.er1 >conftest.err
9658 rm -f conftest.er1 8866 rm -f conftest.er1
9659 cat conftest.err >&5 8867 cat conftest.err >&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); } && { 8869 (exit $ac_status); } &&
9662 test -z "$ac_cxx_werror_flag" || 8870 { ac_try='test -z "$ac_cxx_werror_flag"
9663 test ! -s conftest.err 8871 || test ! -s conftest.err'
9664 } && test -s conftest.$ac_objext; then 8872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8873 (eval $ac_try) 2>&5
8874 ac_status=$?
8875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8876 (exit $ac_status); }; } &&
8877 { ac_try='test -s conftest.$ac_objext'
8878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8879 (eval $ac_try) 2>&5
8880 ac_status=$?
8881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882 (exit $ac_status); }; }; then
9665 ac_lo=0 ac_mid=0 8883 ac_lo=0 ac_mid=0
9666 while :; do 8884 while :; do
9667 cat >conftest.$ac_ext <<_ACEOF 8885 cat >conftest.$ac_ext <<_ACEOF
9668/* confdefs.h. */ 8886/* confdefs.h. */
9669_ACEOF 8887_ACEOF
9670cat confdefs.h >>conftest.$ac_ext 8888cat confdefs.h >>conftest.$ac_ext
9671cat >>conftest.$ac_ext <<_ACEOF 8889cat >>conftest.$ac_ext <<_ACEOF
9672/* end confdefs.h. */ 8890/* end confdefs.h. */
9673$ac_includes_default 8891$ac_includes_default
9674 typedef int * ac__type_sizeof_;
9675int 8892int
9676main () 8893main ()
9677{ 8894{
9678static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 8895static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9679test_array [0] = 0 8896test_array [0] = 0
9680 8897
9681 ; 8898 ;
9682 return 0; 8899 return 0;
9683} 8900}
9684_ACEOF 8901_ACEOF
9685rm -f conftest.$ac_objext 8902rm -f conftest.$ac_objext
9686if { (ac_try="$ac_compile"
9687case "(($ac_try" in
9688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9689 *) ac_try_echo=$ac_try;;
9690esac
9691eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8903if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9692 (eval "$ac_compile") 2>conftest.er1 8904 (eval $ac_compile) 2>conftest.er1
9693 ac_status=$? 8905 ac_status=$?
9694 grep -v '^ *+' conftest.er1 >conftest.err 8906 grep -v '^ *+' conftest.er1 >conftest.err
9695 rm -f conftest.er1 8907 rm -f conftest.er1
9696 cat conftest.err >&5 8908 cat conftest.err >&5
9697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9698 (exit $ac_status); } && { 8910 (exit $ac_status); } &&
9699 test -z "$ac_cxx_werror_flag" || 8911 { ac_try='test -z "$ac_cxx_werror_flag"
9700 test ! -s conftest.err 8912 || test ! -s conftest.err'
9701 } && test -s conftest.$ac_objext; then 8913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8914 (eval $ac_try) 2>&5
8915 ac_status=$?
8916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8917 (exit $ac_status); }; } &&
8918 { ac_try='test -s conftest.$ac_objext'
8919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8920 (eval $ac_try) 2>&5
8921 ac_status=$?
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); }; }; then
9702 ac_hi=$ac_mid; break 8924 ac_hi=$ac_mid; break
9703else 8925else
9704 echo "$as_me: failed program was:" >&5 8926 echo "$as_me: failed program was:" >&5
9705sed 's/^/| /' conftest.$ac_ext >&5 8927sed 's/^/| /' conftest.$ac_ext >&5
9706 8928
9707 ac_lo=`expr $ac_mid + 1` 8929ac_lo=`expr $ac_mid + 1`
9708 if test $ac_lo -le $ac_mid; then 8930 if test $ac_lo -le $ac_mid; then
9709 ac_lo= ac_hi= 8931 ac_lo= ac_hi=
9710 break 8932 break
9711 fi 8933 fi
9712 ac_mid=`expr 2 '*' $ac_mid + 1` 8934 ac_mid=`expr 2 '*' $ac_mid + 1`
9713fi 8935fi
9714
9715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8936rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9716 done 8937 done
9717else 8938else
9718 echo "$as_me: failed program was:" >&5 8939 echo "$as_me: failed program was:" >&5
9719sed 's/^/| /' conftest.$ac_ext >&5 8940sed 's/^/| /' conftest.$ac_ext >&5
9720 8941
9721 cat >conftest.$ac_ext <<_ACEOF 8942cat >conftest.$ac_ext <<_ACEOF
9722/* confdefs.h. */ 8943/* confdefs.h. */
9723_ACEOF 8944_ACEOF
9724cat confdefs.h >>conftest.$ac_ext 8945cat confdefs.h >>conftest.$ac_ext
9725cat >>conftest.$ac_ext <<_ACEOF 8946cat >>conftest.$ac_ext <<_ACEOF
9726/* end confdefs.h. */ 8947/* end confdefs.h. */
9727$ac_includes_default 8948$ac_includes_default
9728 typedef int * ac__type_sizeof_;
9729int 8949int
9730main () 8950main ()
9731{ 8951{
9732static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 8952static int test_array [1 - 2 * !(((long) (sizeof (int *))) < 0)];
9733test_array [0] = 0 8953test_array [0] = 0
9734 8954
9735 ; 8955 ;
9736 return 0; 8956 return 0;
9737} 8957}
9738_ACEOF 8958_ACEOF
9739rm -f conftest.$ac_objext 8959rm -f conftest.$ac_objext
9740if { (ac_try="$ac_compile"
9741case "(($ac_try" in
9742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9743 *) ac_try_echo=$ac_try;;
9744esac
9745eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8960if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9746 (eval "$ac_compile") 2>conftest.er1 8961 (eval $ac_compile) 2>conftest.er1
9747 ac_status=$? 8962 ac_status=$?
9748 grep -v '^ *+' conftest.er1 >conftest.err 8963 grep -v '^ *+' conftest.er1 >conftest.err
9749 rm -f conftest.er1 8964 rm -f conftest.er1
9750 cat conftest.err >&5 8965 cat conftest.err >&5
9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752 (exit $ac_status); } && { 8967 (exit $ac_status); } &&
9753 test -z "$ac_cxx_werror_flag" || 8968 { ac_try='test -z "$ac_cxx_werror_flag"
9754 test ! -s conftest.err 8969 || test ! -s conftest.err'
9755 } && test -s conftest.$ac_objext; then 8970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8971 (eval $ac_try) 2>&5
8972 ac_status=$?
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 (exit $ac_status); }; } &&
8975 { ac_try='test -s conftest.$ac_objext'
8976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8977 (eval $ac_try) 2>&5
8978 ac_status=$?
8979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8980 (exit $ac_status); }; }; then
9756 ac_hi=-1 ac_mid=-1 8981 ac_hi=-1 ac_mid=-1
9757 while :; do 8982 while :; do
9758 cat >conftest.$ac_ext <<_ACEOF 8983 cat >conftest.$ac_ext <<_ACEOF
9759/* confdefs.h. */ 8984/* confdefs.h. */
9760_ACEOF 8985_ACEOF
9761cat confdefs.h >>conftest.$ac_ext 8986cat confdefs.h >>conftest.$ac_ext
9762cat >>conftest.$ac_ext <<_ACEOF 8987cat >>conftest.$ac_ext <<_ACEOF
9763/* end confdefs.h. */ 8988/* end confdefs.h. */
9764$ac_includes_default 8989$ac_includes_default
9765 typedef int * ac__type_sizeof_;
9766int 8990int
9767main () 8991main ()
9768{ 8992{
9769static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 8993static int test_array [1 - 2 * !(((long) (sizeof (int *))) >= $ac_mid)];
9770test_array [0] = 0 8994test_array [0] = 0
9771 8995
9772 ; 8996 ;
9773 return 0; 8997 return 0;
9774} 8998}
9775_ACEOF 8999_ACEOF
9776rm -f conftest.$ac_objext 9000rm -f conftest.$ac_objext
9777if { (ac_try="$ac_compile"
9778case "(($ac_try" in
9779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9780 *) ac_try_echo=$ac_try;;
9781esac
9782eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9001if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9783 (eval "$ac_compile") 2>conftest.er1 9002 (eval $ac_compile) 2>conftest.er1
9784 ac_status=$? 9003 ac_status=$?
9785 grep -v '^ *+' conftest.er1 >conftest.err 9004 grep -v '^ *+' conftest.er1 >conftest.err
9786 rm -f conftest.er1 9005 rm -f conftest.er1
9787 cat conftest.err >&5 9006 cat conftest.err >&5
9788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9789 (exit $ac_status); } && { 9008 (exit $ac_status); } &&
9790 test -z "$ac_cxx_werror_flag" || 9009 { ac_try='test -z "$ac_cxx_werror_flag"
9791 test ! -s conftest.err 9010 || test ! -s conftest.err'
9792 } && test -s conftest.$ac_objext; then 9011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9012 (eval $ac_try) 2>&5
9013 ac_status=$?
9014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9015 (exit $ac_status); }; } &&
9016 { ac_try='test -s conftest.$ac_objext'
9017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9018 (eval $ac_try) 2>&5
9019 ac_status=$?
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); }; }; then
9793 ac_lo=$ac_mid; break 9022 ac_lo=$ac_mid; break
9794else 9023else
9795 echo "$as_me: failed program was:" >&5 9024 echo "$as_me: failed program was:" >&5
9796sed 's/^/| /' conftest.$ac_ext >&5 9025sed 's/^/| /' conftest.$ac_ext >&5
9797 9026
9798 ac_hi=`expr '(' $ac_mid ')' - 1` 9027ac_hi=`expr '(' $ac_mid ')' - 1`
9799 if test $ac_mid -le $ac_hi; then 9028 if test $ac_mid -le $ac_hi; then
9800 ac_lo= ac_hi= 9029 ac_lo= ac_hi=
9801 break 9030 break
9802 fi 9031 fi
9803 ac_mid=`expr 2 '*' $ac_mid` 9032 ac_mid=`expr 2 '*' $ac_mid`
9804fi 9033fi
9805
9806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9034rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9807 done 9035 done
9808else 9036else
9809 echo "$as_me: failed program was:" >&5 9037 echo "$as_me: failed program was:" >&5
9810sed 's/^/| /' conftest.$ac_ext >&5 9038sed 's/^/| /' conftest.$ac_ext >&5
9811 9039
9812 ac_lo= ac_hi= 9040ac_lo= ac_hi=
9813fi 9041fi
9814
9815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9042rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9816fi 9043fi
9817
9818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9044rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9819# Binary search between lo and hi bounds. 9045# Binary search between lo and hi bounds.
9820while test "x$ac_lo" != "x$ac_hi"; do 9046while test "x$ac_lo" != "x$ac_hi"; do
9821 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 9047 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9822 cat >conftest.$ac_ext <<_ACEOF 9048 cat >conftest.$ac_ext <<_ACEOF
9823/* confdefs.h. */ 9049/* confdefs.h. */
9824_ACEOF 9050_ACEOF
9825cat confdefs.h >>conftest.$ac_ext 9051cat confdefs.h >>conftest.$ac_ext
9826cat >>conftest.$ac_ext <<_ACEOF 9052cat >>conftest.$ac_ext <<_ACEOF
9827/* end confdefs.h. */ 9053/* end confdefs.h. */
9828$ac_includes_default 9054$ac_includes_default
9829 typedef int * ac__type_sizeof_;
9830int 9055int
9831main () 9056main ()
9832{ 9057{
9833static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 9058static int test_array [1 - 2 * !(((long) (sizeof (int *))) <= $ac_mid)];
9834test_array [0] = 0 9059test_array [0] = 0
9835 9060
9836 ; 9061 ;
9837 return 0; 9062 return 0;
9838} 9063}
9839_ACEOF 9064_ACEOF
9840rm -f conftest.$ac_objext 9065rm -f conftest.$ac_objext
9841if { (ac_try="$ac_compile"
9842case "(($ac_try" in
9843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844 *) ac_try_echo=$ac_try;;
9845esac
9846eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9066if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9847 (eval "$ac_compile") 2>conftest.er1 9067 (eval $ac_compile) 2>conftest.er1
9848 ac_status=$? 9068 ac_status=$?
9849 grep -v '^ *+' conftest.er1 >conftest.err 9069 grep -v '^ *+' conftest.er1 >conftest.err
9850 rm -f conftest.er1 9070 rm -f conftest.er1
9851 cat conftest.err >&5 9071 cat conftest.err >&5
9852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9853 (exit $ac_status); } && { 9073 (exit $ac_status); } &&
9854 test -z "$ac_cxx_werror_flag" || 9074 { ac_try='test -z "$ac_cxx_werror_flag"
9855 test ! -s conftest.err 9075 || test ! -s conftest.err'
9856 } && test -s conftest.$ac_objext; then 9076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9077 (eval $ac_try) 2>&5
9078 ac_status=$?
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); }; } &&
9081 { ac_try='test -s conftest.$ac_objext'
9082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9083 (eval $ac_try) 2>&5
9084 ac_status=$?
9085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9086 (exit $ac_status); }; }; then
9857 ac_hi=$ac_mid 9087 ac_hi=$ac_mid
9858else 9088else
9859 echo "$as_me: failed program was:" >&5 9089 echo "$as_me: failed program was:" >&5
9860sed 's/^/| /' conftest.$ac_ext >&5 9090sed 's/^/| /' conftest.$ac_ext >&5
9861 9091
9862 ac_lo=`expr '(' $ac_mid ')' + 1` 9092ac_lo=`expr '(' $ac_mid ')' + 1`
9863fi 9093fi
9864
9865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9094rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9866done 9095done
9867case $ac_lo in 9096case $ac_lo in
9868?*) ac_cv_sizeof_int_p=$ac_lo;; 9097?*) ac_cv_sizeof_int_p=$ac_lo;;
9869'') if test "$ac_cv_type_int_p" = yes; then
9870 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9098'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9871See \`config.log' for more details." >&5 9099See \`config.log' for more details." >&5
9872echo "$as_me: error: cannot compute sizeof (int *) 9100echo "$as_me: error: cannot compute sizeof (int *), 77
9873See \`config.log' for more details." >&2;} 9101See \`config.log' for more details." >&2;}
9874 { (exit 77); exit 77; }; } 9102 { (exit 1); exit 1; }; } ;;
9875 else
9876 ac_cv_sizeof_int_p=0
9877 fi ;;
9878esac 9103esac
9104else
9105 if test "$cross_compiling" = yes; then
9106 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9107See \`config.log' for more details." >&5
9108echo "$as_me: error: cannot run test program while cross compiling
9109See \`config.log' for more details." >&2;}
9110 { (exit 1); exit 1; }; }
9879else 9111else
9880 cat >conftest.$ac_ext <<_ACEOF 9112 cat >conftest.$ac_ext <<_ACEOF
9881/* confdefs.h. */ 9113/* confdefs.h. */
9882_ACEOF 9114_ACEOF
9883cat confdefs.h >>conftest.$ac_ext 9115cat confdefs.h >>conftest.$ac_ext
9884cat >>conftest.$ac_ext <<_ACEOF 9116cat >>conftest.$ac_ext <<_ACEOF
9885/* end confdefs.h. */ 9117/* end confdefs.h. */
9886$ac_includes_default 9118$ac_includes_default
9887 typedef int * ac__type_sizeof_; 9119long longval () { return (long) (sizeof (int *)); }
9888static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
9889static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 9120unsigned long ulongval () { return (long) (sizeof (int *)); }
9890#include <stdio.h> 9121#include <stdio.h>
9891#include <stdlib.h> 9122#include <stdlib.h>
9892int 9123int
9893main () 9124main ()
9894{ 9125{
9895 9126
9896 FILE *f = fopen ("conftest.val", "w"); 9127 FILE *f = fopen ("conftest.val", "w");
9897 if (! f) 9128 if (! f)
9898 return 1; 9129 exit (1);
9899 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 9130 if (((long) (sizeof (int *))) < 0)
9900 { 9131 {
9901 long int i = longval (); 9132 long i = longval ();
9902 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9133 if (i != ((long) (sizeof (int *))))
9903 return 1; 9134 exit (1);
9904 fprintf (f, "%ld\n", i); 9135 fprintf (f, "%ld\n", i);
9905 } 9136 }
9906 else 9137 else
9907 { 9138 {
9908 unsigned long int i = ulongval (); 9139 unsigned long i = ulongval ();
9909 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 9140 if (i != ((long) (sizeof (int *))))
9910 return 1; 9141 exit (1);
9911 fprintf (f, "%lu\n", i); 9142 fprintf (f, "%lu\n", i);
9912 } 9143 }
9913 return ferror (f) || fclose (f) != 0; 9144 exit (ferror (f) || fclose (f) != 0);
9914 9145
9915 ; 9146 ;
9916 return 0; 9147 return 0;
9917} 9148}
9918_ACEOF 9149_ACEOF
9919rm -f conftest$ac_exeext 9150rm -f conftest$ac_exeext
9920if { (ac_try="$ac_link"
9921case "(($ac_try" in
9922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9923 *) ac_try_echo=$ac_try;;
9924esac
9925eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9151if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9926 (eval "$ac_link") 2>&5 9152 (eval $ac_link) 2>&5
9927 ac_status=$? 9153 ac_status=$?
9928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9929 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9155 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9930 { (case "(($ac_try" in
9931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9932 *) ac_try_echo=$ac_try;;
9933esac
9934eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9935 (eval "$ac_try") 2>&5 9157 (eval $ac_try) 2>&5
9936 ac_status=$? 9158 ac_status=$?
9937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9938 (exit $ac_status); }; }; then 9160 (exit $ac_status); }; }; then
9939 ac_cv_sizeof_int_p=`cat conftest.val` 9161 ac_cv_sizeof_int_p=`cat conftest.val`
9940else 9162else
9941 echo "$as_me: program exited with status $ac_status" >&5 9163 echo "$as_me: program exited with status $ac_status" >&5
9942echo "$as_me: failed program was:" >&5 9164echo "$as_me: failed program was:" >&5
9943sed 's/^/| /' conftest.$ac_ext >&5 9165sed 's/^/| /' conftest.$ac_ext >&5
9944 9166
9945( exit $ac_status ) 9167( exit $ac_status )
9946if test "$ac_cv_type_int_p" = yes; then
9947 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *) 9168{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int *), 77
9948See \`config.log' for more details." >&5 9169See \`config.log' for more details." >&5
9949echo "$as_me: error: cannot compute sizeof (int *) 9170echo "$as_me: error: cannot compute sizeof (int *), 77
9950See \`config.log' for more details." >&2;} 9171See \`config.log' for more details." >&2;}
9951 { (exit 77); exit 77; }; } 9172 { (exit 1); exit 1; }; }
9952 else
9953 ac_cv_sizeof_int_p=0
9954 fi
9955fi 9173fi
9956rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9174rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9175fi
9957fi 9176fi
9958rm -f conftest.val 9177rm -f conftest.val
9178else
9179 ac_cv_sizeof_int_p=0
9959fi 9180fi
9181fi
9960{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5 9182echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
9961echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; } 9183echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6
9962
9963
9964
9965cat >>confdefs.h <<_ACEOF 9184cat >>confdefs.h <<_ACEOF
9966#define SIZEOF_INT_P $ac_cv_sizeof_int_p 9185#define SIZEOF_INT_P $ac_cv_sizeof_int_p
9967_ACEOF 9186_ACEOF
9968 9187
9969 9188
9970 9189
9971 9190
9972{ echo "$as_me:$LINENO: checking for int16_t" >&5 9191echo "$as_me:$LINENO: checking for int16_t" >&5
9973echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } 9192echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
9974if test "${rxvt_cv_int16_t+set}" = set; then 9193if test "${rxvt_cv_int16_t+set}" = set; then
9975 echo $ECHO_N "(cached) $ECHO_C" >&6 9194 echo $ECHO_N "(cached) $ECHO_C" >&6
9976else 9195else
9977 cat >conftest.$ac_ext <<_ACEOF 9196 cat >conftest.$ac_ext <<_ACEOF
9978/* confdefs.h. */ 9197/* confdefs.h. */
9988 ; 9207 ;
9989 return 0; 9208 return 0;
9990} 9209}
9991_ACEOF 9210_ACEOF
9992rm -f conftest.$ac_objext 9211rm -f conftest.$ac_objext
9993if { (ac_try="$ac_compile"
9994case "(($ac_try" in
9995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9996 *) ac_try_echo=$ac_try;;
9997esac
9998eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9212if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9999 (eval "$ac_compile") 2>conftest.er1 9213 (eval $ac_compile) 2>conftest.er1
10000 ac_status=$? 9214 ac_status=$?
10001 grep -v '^ *+' conftest.er1 >conftest.err 9215 grep -v '^ *+' conftest.er1 >conftest.err
10002 rm -f conftest.er1 9216 rm -f conftest.er1
10003 cat conftest.err >&5 9217 cat conftest.err >&5
10004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10005 (exit $ac_status); } && { 9219 (exit $ac_status); } &&
10006 test -z "$ac_cxx_werror_flag" || 9220 { ac_try='test -z "$ac_cxx_werror_flag"
10007 test ! -s conftest.err 9221 || test ! -s conftest.err'
10008 } && test -s conftest.$ac_objext; then 9222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9223 (eval $ac_try) 2>&5
9224 ac_status=$?
9225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9226 (exit $ac_status); }; } &&
9227 { ac_try='test -s conftest.$ac_objext'
9228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9229 (eval $ac_try) 2>&5
9230 ac_status=$?
9231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); }; }; then
10009 rxvt_cv_int16_t=yes 9233 rxvt_cv_int16_t=yes
10010else 9234else
10011 echo "$as_me: failed program was:" >&5 9235 echo "$as_me: failed program was:" >&5
10012sed 's/^/| /' conftest.$ac_ext >&5 9236sed 's/^/| /' conftest.$ac_ext >&5
10013 9237
10014 if test "$ac_cv_sizeof_char" -ge 2; then 9238if test "$ac_cv_sizeof_char" -ge 2; then
10015 rxvt_cv_int16_t=" char" 9239 rxvt_cv_int16_t=" char"
10016else 9240else
10017 if test "$ac_cv_sizeof_short" -ge 2; then 9241 if test "$ac_cv_sizeof_short" -ge 2; then
10018 rxvt_cv_int16_t=" short" 9242 rxvt_cv_int16_t=" short"
10019 else 9243 else
10031 fi 9255 fi
10032 fi 9256 fi
10033 fi 9257 fi
10034fi 9258fi
10035fi 9259fi
10036
10037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9260rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10038fi 9261fi
10039{ echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5 9262echo "$as_me:$LINENO: result: $rxvt_cv_int16_t" >&5
10040echo "${ECHO_T}$rxvt_cv_int16_t" >&6; } 9263echo "${ECHO_T}$rxvt_cv_int16_t" >&6
10041if test x"$rxvt_cv_int16_t" != xyes; then 9264if test x"$rxvt_cv_int16_t" != xyes; then
10042 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;" 9265 rxvt_int16_typedef="typedef $rxvt_cv_int16_t int16_t;"
10043else 9266else
10044 if test x"" = x; then 9267 if test x"" = x; then
10045 rxvt_int16_typedef="/* typedef short int16_t; */" 9268 rxvt_int16_typedef="/* typedef short int16_t; */"
10046 else 9269 else
10047 rxvt_int16_typedef="/* typedef short int16_t; */" 9270 rxvt_int16_typedef="/* typedef short int16_t; */"
10048 fi 9271 fi
10049fi 9272fi
10050 9273
10051{ echo "$as_me:$LINENO: checking for uint16_t" >&5 9274echo "$as_me:$LINENO: checking for uint16_t" >&5
10052echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } 9275echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
10053if test "${rxvt_cv_uint16_t+set}" = set; then 9276if test "${rxvt_cv_uint16_t+set}" = set; then
10054 echo $ECHO_N "(cached) $ECHO_C" >&6 9277 echo $ECHO_N "(cached) $ECHO_C" >&6
10055else 9278else
10056 cat >conftest.$ac_ext <<_ACEOF 9279 cat >conftest.$ac_ext <<_ACEOF
10057/* confdefs.h. */ 9280/* confdefs.h. */
10067 ; 9290 ;
10068 return 0; 9291 return 0;
10069} 9292}
10070_ACEOF 9293_ACEOF
10071rm -f conftest.$ac_objext 9294rm -f conftest.$ac_objext
10072if { (ac_try="$ac_compile"
10073case "(($ac_try" in
10074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10075 *) ac_try_echo=$ac_try;;
10076esac
10077eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9295if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10078 (eval "$ac_compile") 2>conftest.er1 9296 (eval $ac_compile) 2>conftest.er1
10079 ac_status=$? 9297 ac_status=$?
10080 grep -v '^ *+' conftest.er1 >conftest.err 9298 grep -v '^ *+' conftest.er1 >conftest.err
10081 rm -f conftest.er1 9299 rm -f conftest.er1
10082 cat conftest.err >&5 9300 cat conftest.err >&5
10083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084 (exit $ac_status); } && { 9302 (exit $ac_status); } &&
10085 test -z "$ac_cxx_werror_flag" || 9303 { ac_try='test -z "$ac_cxx_werror_flag"
10086 test ! -s conftest.err 9304 || test ! -s conftest.err'
10087 } && test -s conftest.$ac_objext; then 9305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9306 (eval $ac_try) 2>&5
9307 ac_status=$?
9308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9309 (exit $ac_status); }; } &&
9310 { ac_try='test -s conftest.$ac_objext'
9311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9312 (eval $ac_try) 2>&5
9313 ac_status=$?
9314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315 (exit $ac_status); }; }; then
10088 rxvt_cv_uint16_t=yes 9316 rxvt_cv_uint16_t=yes
10089else 9317else
10090 echo "$as_me: failed program was:" >&5 9318 echo "$as_me: failed program was:" >&5
10091sed 's/^/| /' conftest.$ac_ext >&5 9319sed 's/^/| /' conftest.$ac_ext >&5
10092 9320
10093 if test "$ac_cv_sizeof_char" -ge 2; then 9321if test "$ac_cv_sizeof_char" -ge 2; then
10094 rxvt_cv_uint16_t="unsigned char" 9322 rxvt_cv_uint16_t="unsigned char"
10095else 9323else
10096 if test "$ac_cv_sizeof_short" -ge 2; then 9324 if test "$ac_cv_sizeof_short" -ge 2; then
10097 rxvt_cv_uint16_t="unsigned short" 9325 rxvt_cv_uint16_t="unsigned short"
10098 else 9326 else
10110 fi 9338 fi
10111 fi 9339 fi
10112 fi 9340 fi
10113fi 9341fi
10114fi 9342fi
10115
10116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9343rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10117fi 9344fi
10118{ echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5 9345echo "$as_me:$LINENO: result: $rxvt_cv_uint16_t" >&5
10119echo "${ECHO_T}$rxvt_cv_uint16_t" >&6; } 9346echo "${ECHO_T}$rxvt_cv_uint16_t" >&6
10120if test x"$rxvt_cv_uint16_t" != xyes; then 9347if test x"$rxvt_cv_uint16_t" != xyes; then
10121 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;" 9348 rxvt_uint16_typedef="typedef $rxvt_cv_uint16_t uint16_t;"
10122else 9349else
10123 if test x"unsigned" = x; then 9350 if test x"unsigned" = x; then
10124 rxvt_uint16_typedef="/* typedef short uint16_t; */" 9351 rxvt_uint16_typedef="/* typedef short uint16_t; */"
10125 else 9352 else
10126 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */" 9353 rxvt_uint16_typedef="/* typedef unsigned short uint16_t; */"
10127 fi 9354 fi
10128fi 9355fi
10129 9356
10130{ echo "$as_me:$LINENO: checking for int32_t" >&5 9357echo "$as_me:$LINENO: checking for int32_t" >&5
10131echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } 9358echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
10132if test "${rxvt_cv_int32_t+set}" = set; then 9359if test "${rxvt_cv_int32_t+set}" = set; then
10133 echo $ECHO_N "(cached) $ECHO_C" >&6 9360 echo $ECHO_N "(cached) $ECHO_C" >&6
10134else 9361else
10135 cat >conftest.$ac_ext <<_ACEOF 9362 cat >conftest.$ac_ext <<_ACEOF
10136/* confdefs.h. */ 9363/* confdefs.h. */
10146 ; 9373 ;
10147 return 0; 9374 return 0;
10148} 9375}
10149_ACEOF 9376_ACEOF
10150rm -f conftest.$ac_objext 9377rm -f conftest.$ac_objext
10151if { (ac_try="$ac_compile"
10152case "(($ac_try" in
10153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10154 *) ac_try_echo=$ac_try;;
10155esac
10156eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9378if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10157 (eval "$ac_compile") 2>conftest.er1 9379 (eval $ac_compile) 2>conftest.er1
10158 ac_status=$? 9380 ac_status=$?
10159 grep -v '^ *+' conftest.er1 >conftest.err 9381 grep -v '^ *+' conftest.er1 >conftest.err
10160 rm -f conftest.er1 9382 rm -f conftest.er1
10161 cat conftest.err >&5 9383 cat conftest.err >&5
10162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10163 (exit $ac_status); } && { 9385 (exit $ac_status); } &&
10164 test -z "$ac_cxx_werror_flag" || 9386 { ac_try='test -z "$ac_cxx_werror_flag"
10165 test ! -s conftest.err 9387 || test ! -s conftest.err'
10166 } && test -s conftest.$ac_objext; then 9388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9389 (eval $ac_try) 2>&5
9390 ac_status=$?
9391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9392 (exit $ac_status); }; } &&
9393 { ac_try='test -s conftest.$ac_objext'
9394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9395 (eval $ac_try) 2>&5
9396 ac_status=$?
9397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9398 (exit $ac_status); }; }; then
10167 rxvt_cv_int32_t=yes 9399 rxvt_cv_int32_t=yes
10168else 9400else
10169 echo "$as_me: failed program was:" >&5 9401 echo "$as_me: failed program was:" >&5
10170sed 's/^/| /' conftest.$ac_ext >&5 9402sed 's/^/| /' conftest.$ac_ext >&5
10171 9403
10172 if test "$ac_cv_sizeof_char" -ge 4; then 9404if test "$ac_cv_sizeof_char" -ge 4; then
10173 rxvt_cv_int32_t=" char" 9405 rxvt_cv_int32_t=" char"
10174else 9406else
10175 if test "$ac_cv_sizeof_short" -ge 4; then 9407 if test "$ac_cv_sizeof_short" -ge 4; then
10176 rxvt_cv_int32_t=" short" 9408 rxvt_cv_int32_t=" short"
10177 else 9409 else
10189 fi 9421 fi
10190 fi 9422 fi
10191 fi 9423 fi
10192fi 9424fi
10193fi 9425fi
10194
10195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9426rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10196fi 9427fi
10197{ echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5 9428echo "$as_me:$LINENO: result: $rxvt_cv_int32_t" >&5
10198echo "${ECHO_T}$rxvt_cv_int32_t" >&6; } 9429echo "${ECHO_T}$rxvt_cv_int32_t" >&6
10199if test x"$rxvt_cv_int32_t" != xyes; then 9430if test x"$rxvt_cv_int32_t" != xyes; then
10200 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;" 9431 rxvt_int32_typedef="typedef $rxvt_cv_int32_t int32_t;"
10201else 9432else
10202 if test x"" = x; then 9433 if test x"" = x; then
10203 rxvt_int32_typedef="/* typedef int int32_t; */" 9434 rxvt_int32_typedef="/* typedef int int32_t; */"
10204 else 9435 else
10205 rxvt_int32_typedef="/* typedef int int32_t; */" 9436 rxvt_int32_typedef="/* typedef int int32_t; */"
10206 fi 9437 fi
10207fi 9438fi
10208 9439
10209{ echo "$as_me:$LINENO: checking for uint32_t" >&5 9440echo "$as_me:$LINENO: checking for uint32_t" >&5
10210echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } 9441echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
10211if test "${rxvt_cv_uint32_t+set}" = set; then 9442if test "${rxvt_cv_uint32_t+set}" = set; then
10212 echo $ECHO_N "(cached) $ECHO_C" >&6 9443 echo $ECHO_N "(cached) $ECHO_C" >&6
10213else 9444else
10214 cat >conftest.$ac_ext <<_ACEOF 9445 cat >conftest.$ac_ext <<_ACEOF
10215/* confdefs.h. */ 9446/* confdefs.h. */
10225 ; 9456 ;
10226 return 0; 9457 return 0;
10227} 9458}
10228_ACEOF 9459_ACEOF
10229rm -f conftest.$ac_objext 9460rm -f conftest.$ac_objext
10230if { (ac_try="$ac_compile"
10231case "(($ac_try" in
10232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10233 *) ac_try_echo=$ac_try;;
10234esac
10235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10236 (eval "$ac_compile") 2>conftest.er1 9462 (eval $ac_compile) 2>conftest.er1
10237 ac_status=$? 9463 ac_status=$?
10238 grep -v '^ *+' conftest.er1 >conftest.err 9464 grep -v '^ *+' conftest.er1 >conftest.err
10239 rm -f conftest.er1 9465 rm -f conftest.er1
10240 cat conftest.err >&5 9466 cat conftest.err >&5
10241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10242 (exit $ac_status); } && { 9468 (exit $ac_status); } &&
10243 test -z "$ac_cxx_werror_flag" || 9469 { ac_try='test -z "$ac_cxx_werror_flag"
10244 test ! -s conftest.err 9470 || test ! -s conftest.err'
10245 } && test -s conftest.$ac_objext; then 9471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9472 (eval $ac_try) 2>&5
9473 ac_status=$?
9474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9475 (exit $ac_status); }; } &&
9476 { ac_try='test -s conftest.$ac_objext'
9477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9478 (eval $ac_try) 2>&5
9479 ac_status=$?
9480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9481 (exit $ac_status); }; }; then
10246 rxvt_cv_uint32_t=yes 9482 rxvt_cv_uint32_t=yes
10247else 9483else
10248 echo "$as_me: failed program was:" >&5 9484 echo "$as_me: failed program was:" >&5
10249sed 's/^/| /' conftest.$ac_ext >&5 9485sed 's/^/| /' conftest.$ac_ext >&5
10250 9486
10251 if test "$ac_cv_sizeof_char" -ge 4; then 9487if test "$ac_cv_sizeof_char" -ge 4; then
10252 rxvt_cv_uint32_t="unsigned char" 9488 rxvt_cv_uint32_t="unsigned char"
10253else 9489else
10254 if test "$ac_cv_sizeof_short" -ge 4; then 9490 if test "$ac_cv_sizeof_short" -ge 4; then
10255 rxvt_cv_uint32_t="unsigned short" 9491 rxvt_cv_uint32_t="unsigned short"
10256 else 9492 else
10268 fi 9504 fi
10269 fi 9505 fi
10270 fi 9506 fi
10271fi 9507fi
10272fi 9508fi
10273
10274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9509rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10275fi 9510fi
10276{ echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5 9511echo "$as_me:$LINENO: result: $rxvt_cv_uint32_t" >&5
10277echo "${ECHO_T}$rxvt_cv_uint32_t" >&6; } 9512echo "${ECHO_T}$rxvt_cv_uint32_t" >&6
10278if test x"$rxvt_cv_uint32_t" != xyes; then 9513if test x"$rxvt_cv_uint32_t" != xyes; then
10279 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;" 9514 rxvt_uint32_typedef="typedef $rxvt_cv_uint32_t uint32_t;"
10280else 9515else
10281 if test x"unsigned" = x; then 9516 if test x"unsigned" = x; then
10282 rxvt_uint32_typedef="/* typedef int uint32_t; */" 9517 rxvt_uint32_typedef="/* typedef int uint32_t; */"
10303 fi 9538 fi
10304fi 9539fi
10305 9540
10306 9541
10307 9542
10308{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 9543echo "$as_me:$LINENO: checking return type of signal handlers" >&5
10309echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 9544echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
10310if test "${ac_cv_type_signal+set}" = set; then 9545if test "${ac_cv_type_signal+set}" = set; then
10311 echo $ECHO_N "(cached) $ECHO_C" >&6 9546 echo $ECHO_N "(cached) $ECHO_C" >&6
10312else 9547else
10313 cat >conftest.$ac_ext <<_ACEOF 9548 cat >conftest.$ac_ext <<_ACEOF
10314/* confdefs.h. */ 9549/* confdefs.h. */
10316cat confdefs.h >>conftest.$ac_ext 9551cat confdefs.h >>conftest.$ac_ext
10317cat >>conftest.$ac_ext <<_ACEOF 9552cat >>conftest.$ac_ext <<_ACEOF
10318/* end confdefs.h. */ 9553/* end confdefs.h. */
10319#include <sys/types.h> 9554#include <sys/types.h>
10320#include <signal.h> 9555#include <signal.h>
9556#ifdef signal
9557# undef signal
9558#endif
9559#ifdef __cplusplus
9560extern "C" void (*signal (int, void (*)(int)))(int);
9561#else
9562void (*signal ()) ();
9563#endif
10321 9564
10322int 9565int
10323main () 9566main ()
10324{ 9567{
10325return *(signal (0, 0)) (0) == 1; 9568int i;
10326 ; 9569 ;
10327 return 0; 9570 return 0;
10328} 9571}
10329_ACEOF 9572_ACEOF
10330rm -f conftest.$ac_objext 9573rm -f conftest.$ac_objext
10331if { (ac_try="$ac_compile"
10332case "(($ac_try" in
10333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10334 *) ac_try_echo=$ac_try;;
10335esac
10336eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9574if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10337 (eval "$ac_compile") 2>conftest.er1 9575 (eval $ac_compile) 2>conftest.er1
10338 ac_status=$? 9576 ac_status=$?
10339 grep -v '^ *+' conftest.er1 >conftest.err 9577 grep -v '^ *+' conftest.er1 >conftest.err
10340 rm -f conftest.er1 9578 rm -f conftest.er1
10341 cat conftest.err >&5 9579 cat conftest.err >&5
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 (exit $ac_status); } && { 9581 (exit $ac_status); } &&
10344 test -z "$ac_cxx_werror_flag" || 9582 { ac_try='test -z "$ac_cxx_werror_flag"
10345 test ! -s conftest.err 9583 || test ! -s conftest.err'
10346 } && test -s conftest.$ac_objext; then 9584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9585 (eval $ac_try) 2>&5
9586 ac_status=$?
9587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9588 (exit $ac_status); }; } &&
9589 { ac_try='test -s conftest.$ac_objext'
9590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9591 (eval $ac_try) 2>&5
9592 ac_status=$?
9593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594 (exit $ac_status); }; }; then
10347 ac_cv_type_signal=int 9595 ac_cv_type_signal=void
10348else 9596else
10349 echo "$as_me: failed program was:" >&5 9597 echo "$as_me: failed program was:" >&5
10350sed 's/^/| /' conftest.$ac_ext >&5 9598sed 's/^/| /' conftest.$ac_ext >&5
10351 9599
10352 ac_cv_type_signal=void 9600ac_cv_type_signal=int
10353fi 9601fi
10354
10355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9602rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10356fi 9603fi
10357{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 9604echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
10358echo "${ECHO_T}$ac_cv_type_signal" >&6; } 9605echo "${ECHO_T}$ac_cv_type_signal" >&6
10359 9606
10360cat >>confdefs.h <<_ACEOF 9607cat >>confdefs.h <<_ACEOF
10361#define RETSIGTYPE $ac_cv_type_signal 9608#define RETSIGTYPE $ac_cv_type_signal
10362_ACEOF 9609_ACEOF
10363 9610
10371 setutent \ 9618 setutent \
10372 on_exit \ 9619 on_exit \
10373 9620
10374do 9621do
10375as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9622as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10376{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9623echo "$as_me:$LINENO: checking for $ac_func" >&5
10377echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9624echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10378if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9625if eval "test \"\${$as_ac_var+set}\" = set"; then
10379 echo $ECHO_N "(cached) $ECHO_C" >&6 9626 echo $ECHO_N "(cached) $ECHO_C" >&6
10380else 9627else
10381 cat >conftest.$ac_ext <<_ACEOF 9628 cat >conftest.$ac_ext <<_ACEOF
10382/* confdefs.h. */ 9629/* confdefs.h. */
10383_ACEOF 9630_ACEOF
10399# include <assert.h> 9646# include <assert.h>
10400#endif 9647#endif
10401 9648
10402#undef $ac_func 9649#undef $ac_func
10403 9650
10404/* Override any GCC internal prototype to avoid an error. 9651/* Override any gcc2 internal prototype to avoid an error. */
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407#ifdef __cplusplus 9652#ifdef __cplusplus
10408extern "C" 9653extern "C"
9654{
10409#endif 9655#endif
9656/* We use char because int might match the return type of a gcc2
9657 builtin and then its argument prototype would still apply. */
10410char $ac_func (); 9658char $ac_func ();
10411/* The GNU C library defines this for functions which it implements 9659/* The GNU C library defines this for functions which it implements
10412 to always fail with ENOSYS. Some functions are actually named 9660 to always fail with ENOSYS. Some functions are actually named
10413 something starting with __ and the normal name is an alias. */ 9661 something starting with __ and the normal name is an alias. */
10414#if defined __stub_$ac_func || defined __stub___$ac_func 9662#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10415choke me 9663choke me
9664#else
9665char (*f) () = $ac_func;
9666#endif
9667#ifdef __cplusplus
9668}
10416#endif 9669#endif
10417 9670
10418int 9671int
10419main () 9672main ()
10420{ 9673{
10421return $ac_func (); 9674return f != $ac_func;
10422 ; 9675 ;
10423 return 0; 9676 return 0;
10424} 9677}
10425_ACEOF 9678_ACEOF
10426rm -f conftest.$ac_objext conftest$ac_exeext 9679rm -f conftest.$ac_objext conftest$ac_exeext
10427if { (ac_try="$ac_link"
10428case "(($ac_try" in
10429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10430 *) ac_try_echo=$ac_try;;
10431esac
10432eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9680if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10433 (eval "$ac_link") 2>conftest.er1 9681 (eval $ac_link) 2>conftest.er1
10434 ac_status=$? 9682 ac_status=$?
10435 grep -v '^ *+' conftest.er1 >conftest.err 9683 grep -v '^ *+' conftest.er1 >conftest.err
10436 rm -f conftest.er1 9684 rm -f conftest.er1
10437 cat conftest.err >&5 9685 cat conftest.err >&5
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 (exit $ac_status); } && { 9687 (exit $ac_status); } &&
10440 test -z "$ac_cxx_werror_flag" || 9688 { ac_try='test -z "$ac_cxx_werror_flag"
10441 test ! -s conftest.err 9689 || test ! -s conftest.err'
10442 } && test -s conftest$ac_exeext && 9690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10443 $as_test_x conftest$ac_exeext; then 9691 (eval $ac_try) 2>&5
9692 ac_status=$?
9693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9694 (exit $ac_status); }; } &&
9695 { ac_try='test -s conftest$ac_exeext'
9696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9697 (eval $ac_try) 2>&5
9698 ac_status=$?
9699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9700 (exit $ac_status); }; }; then
10444 eval "$as_ac_var=yes" 9701 eval "$as_ac_var=yes"
10445else 9702else
10446 echo "$as_me: failed program was:" >&5 9703 echo "$as_me: failed program was:" >&5
10447sed 's/^/| /' conftest.$ac_ext >&5 9704sed 's/^/| /' conftest.$ac_ext >&5
10448 9705
10449 eval "$as_ac_var=no" 9706eval "$as_ac_var=no"
10450fi 9707fi
10451 9708rm -f conftest.err conftest.$ac_objext \
10452rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10453 conftest$ac_exeext conftest.$ac_ext 9709 conftest$ac_exeext conftest.$ac_ext
10454fi 9710fi
10455ac_res=`eval echo '${'$as_ac_var'}'` 9711echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10456 { echo "$as_me:$LINENO: result: $ac_res" >&5 9712echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10457echo "${ECHO_T}$ac_res" >&6; }
10458if test `eval echo '${'$as_ac_var'}'` = yes; then 9713if test `eval echo '${'$as_ac_var'}'` = yes; then
10459 cat >>confdefs.h <<_ACEOF 9714 cat >>confdefs.h <<_ACEOF
10460#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9715#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10461_ACEOF 9716_ACEOF
10462 9717
10467 9722
10468support_utmp=yes 9723support_utmp=yes
10469support_wtmp=yes 9724support_wtmp=yes
10470support_lastlog=yes 9725support_lastlog=yes
10471 9726
10472# Check whether --enable-utmp was given. 9727# Check whether --enable-utmp or --disable-utmp was given.
10473if test "${enable_utmp+set}" = set; then 9728if test "${enable_utmp+set}" = set; then
9729 enableval="$enable_utmp"
10474 enableval=$enable_utmp; if test x$enableval = xyes -o x$enableval = xno; then 9730 if test x$enableval = xyes -o x$enableval = xno; then
10475 support_utmp=$enableval 9731 support_utmp=$enableval
10476 fi 9732 fi
10477fi 9733fi;
10478 9734
10479
10480# Check whether --enable-wtmp was given. 9735# Check whether --enable-wtmp or --disable-wtmp was given.
10481if test "${enable_wtmp+set}" = set; then 9736if test "${enable_wtmp+set}" = set; then
9737 enableval="$enable_wtmp"
10482 enableval=$enable_wtmp; if test x$enableval = xyes -o x$enableval = xno; then 9738 if test x$enableval = xyes -o x$enableval = xno; then
10483 support_wtmp=$enableval 9739 support_wtmp=$enableval
10484 fi 9740 fi
10485fi 9741fi;
10486 9742
10487
10488# Check whether --enable-lastlog was given. 9743# Check whether --enable-lastlog or --disable-lastlog was given.
10489if test "${enable_lastlog+set}" = set; then 9744if test "${enable_lastlog+set}" = set; then
9745 enableval="$enable_lastlog"
10490 enableval=$enable_lastlog; if test x$enableval = xyes -o x$enableval = xno; then 9746 if test x$enableval = xyes -o x$enableval = xno; then
10491 support_lastlog=$enableval 9747 support_lastlog=$enableval
10492 fi 9748 fi
10493fi 9749fi;
10494
10495 9750
10496if test x$support_utmp = xyes; then 9751if test x$support_utmp = xyes; then
10497 9752
10498cat >>confdefs.h <<\_ACEOF 9753cat >>confdefs.h <<\_ACEOF
10499#define UTMP_SUPPORT 1 9754#define UTMP_SUPPORT 1
10523 updwtmp \ 9778 updwtmp \
10524 updwtmpx \ 9779 updwtmpx \
10525 9780
10526do 9781do
10527as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9782as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10528{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9783echo "$as_me:$LINENO: checking for $ac_func" >&5
10529echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9784echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10530if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9785if eval "test \"\${$as_ac_var+set}\" = set"; then
10531 echo $ECHO_N "(cached) $ECHO_C" >&6 9786 echo $ECHO_N "(cached) $ECHO_C" >&6
10532else 9787else
10533 cat >conftest.$ac_ext <<_ACEOF 9788 cat >conftest.$ac_ext <<_ACEOF
10534/* confdefs.h. */ 9789/* confdefs.h. */
10535_ACEOF 9790_ACEOF
10551# include <assert.h> 9806# include <assert.h>
10552#endif 9807#endif
10553 9808
10554#undef $ac_func 9809#undef $ac_func
10555 9810
10556/* Override any GCC internal prototype to avoid an error. 9811/* Override any gcc2 internal prototype to avoid an error. */
10557 Use char because int might match the return type of a GCC
10558 builtin and then its argument prototype would still apply. */
10559#ifdef __cplusplus 9812#ifdef __cplusplus
10560extern "C" 9813extern "C"
9814{
10561#endif 9815#endif
9816/* We use char because int might match the return type of a gcc2
9817 builtin and then its argument prototype would still apply. */
10562char $ac_func (); 9818char $ac_func ();
10563/* The GNU C library defines this for functions which it implements 9819/* The GNU C library defines this for functions which it implements
10564 to always fail with ENOSYS. Some functions are actually named 9820 to always fail with ENOSYS. Some functions are actually named
10565 something starting with __ and the normal name is an alias. */ 9821 something starting with __ and the normal name is an alias. */
10566#if defined __stub_$ac_func || defined __stub___$ac_func 9822#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10567choke me 9823choke me
9824#else
9825char (*f) () = $ac_func;
9826#endif
9827#ifdef __cplusplus
9828}
10568#endif 9829#endif
10569 9830
10570int 9831int
10571main () 9832main ()
10572{ 9833{
10573return $ac_func (); 9834return f != $ac_func;
10574 ; 9835 ;
10575 return 0; 9836 return 0;
10576} 9837}
10577_ACEOF 9838_ACEOF
10578rm -f conftest.$ac_objext conftest$ac_exeext 9839rm -f conftest.$ac_objext conftest$ac_exeext
10579if { (ac_try="$ac_link"
10580case "(($ac_try" in
10581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10582 *) ac_try_echo=$ac_try;;
10583esac
10584eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10585 (eval "$ac_link") 2>conftest.er1 9841 (eval $ac_link) 2>conftest.er1
10586 ac_status=$? 9842 ac_status=$?
10587 grep -v '^ *+' conftest.er1 >conftest.err 9843 grep -v '^ *+' conftest.er1 >conftest.err
10588 rm -f conftest.er1 9844 rm -f conftest.er1
10589 cat conftest.err >&5 9845 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } && { 9847 (exit $ac_status); } &&
10592 test -z "$ac_cxx_werror_flag" || 9848 { ac_try='test -z "$ac_cxx_werror_flag"
10593 test ! -s conftest.err 9849 || test ! -s conftest.err'
10594 } && test -s conftest$ac_exeext && 9850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10595 $as_test_x conftest$ac_exeext; then 9851 (eval $ac_try) 2>&5
9852 ac_status=$?
9853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); }; } &&
9855 { ac_try='test -s conftest$ac_exeext'
9856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9857 (eval $ac_try) 2>&5
9858 ac_status=$?
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); }; }; then
10596 eval "$as_ac_var=yes" 9861 eval "$as_ac_var=yes"
10597else 9862else
10598 echo "$as_me: failed program was:" >&5 9863 echo "$as_me: failed program was:" >&5
10599sed 's/^/| /' conftest.$ac_ext >&5 9864sed 's/^/| /' conftest.$ac_ext >&5
10600 9865
10601 eval "$as_ac_var=no" 9866eval "$as_ac_var=no"
10602fi 9867fi
10603 9868rm -f conftest.err conftest.$ac_objext \
10604rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10605 conftest$ac_exeext conftest.$ac_ext 9869 conftest$ac_exeext conftest.$ac_ext
10606fi 9870fi
10607ac_res=`eval echo '${'$as_ac_var'}'` 9871echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10608 { echo "$as_me:$LINENO: result: $ac_res" >&5 9872echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10609echo "${ECHO_T}$ac_res" >&6; }
10610if test `eval echo '${'$as_ac_var'}'` = yes; then 9873if test `eval echo '${'$as_ac_var'}'` = yes; then
10611 cat >>confdefs.h <<_ACEOF 9874 cat >>confdefs.h <<_ACEOF
10612#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9875#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10613_ACEOF 9876_ACEOF
10614 9877
10624 utmpx.h \ 9887 utmpx.h \
10625 lastlog.h \ 9888 lastlog.h \
10626 9889
10627do 9890do
10628as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9891as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10629if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9892if eval "test \"\${$as_ac_Header+set}\" = set"; then
10630 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9893 echo "$as_me:$LINENO: checking for $ac_header" >&5
10631echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9894echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10632if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9895if eval "test \"\${$as_ac_Header+set}\" = set"; then
10633 echo $ECHO_N "(cached) $ECHO_C" >&6 9896 echo $ECHO_N "(cached) $ECHO_C" >&6
10634fi 9897fi
10635ac_res=`eval echo '${'$as_ac_Header'}'` 9898echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10636 { echo "$as_me:$LINENO: result: $ac_res" >&5 9899echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10637echo "${ECHO_T}$ac_res" >&6; }
10638else 9900else
10639 # Is the header compilable? 9901 # Is the header compilable?
10640{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 9902echo "$as_me:$LINENO: checking $ac_header usability" >&5
10641echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9903echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10642cat >conftest.$ac_ext <<_ACEOF 9904cat >conftest.$ac_ext <<_ACEOF
10643/* confdefs.h. */ 9905/* confdefs.h. */
10644_ACEOF 9906_ACEOF
10645cat confdefs.h >>conftest.$ac_ext 9907cat confdefs.h >>conftest.$ac_ext
10646cat >>conftest.$ac_ext <<_ACEOF 9908cat >>conftest.$ac_ext <<_ACEOF
10647/* end confdefs.h. */ 9909/* end confdefs.h. */
10648$ac_includes_default 9910$ac_includes_default
10649#include <$ac_header> 9911#include <$ac_header>
10650_ACEOF 9912_ACEOF
10651rm -f conftest.$ac_objext 9913rm -f conftest.$ac_objext
10652if { (ac_try="$ac_compile"
10653case "(($ac_try" in
10654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10655 *) ac_try_echo=$ac_try;;
10656esac
10657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10658 (eval "$ac_compile") 2>conftest.er1 9915 (eval $ac_compile) 2>conftest.er1
10659 ac_status=$? 9916 ac_status=$?
10660 grep -v '^ *+' conftest.er1 >conftest.err 9917 grep -v '^ *+' conftest.er1 >conftest.err
10661 rm -f conftest.er1 9918 rm -f conftest.er1
10662 cat conftest.err >&5 9919 cat conftest.err >&5
10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10664 (exit $ac_status); } && { 9921 (exit $ac_status); } &&
10665 test -z "$ac_cxx_werror_flag" || 9922 { ac_try='test -z "$ac_cxx_werror_flag"
10666 test ! -s conftest.err 9923 || test ! -s conftest.err'
10667 } && test -s conftest.$ac_objext; then 9924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9925 (eval $ac_try) 2>&5
9926 ac_status=$?
9927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9928 (exit $ac_status); }; } &&
9929 { ac_try='test -s conftest.$ac_objext'
9930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9931 (eval $ac_try) 2>&5
9932 ac_status=$?
9933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9934 (exit $ac_status); }; }; then
10668 ac_header_compiler=yes 9935 ac_header_compiler=yes
10669else 9936else
10670 echo "$as_me: failed program was:" >&5 9937 echo "$as_me: failed program was:" >&5
10671sed 's/^/| /' conftest.$ac_ext >&5 9938sed 's/^/| /' conftest.$ac_ext >&5
10672 9939
10673 ac_header_compiler=no 9940ac_header_compiler=no
10674fi 9941fi
10675
10676rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9942rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10677{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9943echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10678echo "${ECHO_T}$ac_header_compiler" >&6; } 9944echo "${ECHO_T}$ac_header_compiler" >&6
10679 9945
10680# Is the header present? 9946# Is the header present?
10681{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 9947echo "$as_me:$LINENO: checking $ac_header presence" >&5
10682echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9948echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10683cat >conftest.$ac_ext <<_ACEOF 9949cat >conftest.$ac_ext <<_ACEOF
10684/* confdefs.h. */ 9950/* confdefs.h. */
10685_ACEOF 9951_ACEOF
10686cat confdefs.h >>conftest.$ac_ext 9952cat confdefs.h >>conftest.$ac_ext
10687cat >>conftest.$ac_ext <<_ACEOF 9953cat >>conftest.$ac_ext <<_ACEOF
10688/* end confdefs.h. */ 9954/* end confdefs.h. */
10689#include <$ac_header> 9955#include <$ac_header>
10690_ACEOF 9956_ACEOF
10691if { (ac_try="$ac_cpp conftest.$ac_ext" 9957if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10692case "(($ac_try" in
10693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10694 *) ac_try_echo=$ac_try;;
10695esac
10696eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9958 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10698 ac_status=$? 9959 ac_status=$?
10699 grep -v '^ *+' conftest.er1 >conftest.err 9960 grep -v '^ *+' conftest.er1 >conftest.err
10700 rm -f conftest.er1 9961 rm -f conftest.er1
10701 cat conftest.err >&5 9962 cat conftest.err >&5
10702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10703 (exit $ac_status); } >/dev/null && { 9964 (exit $ac_status); } >/dev/null; then
10704 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10705 test ! -s conftest.err 9965 if test -s conftest.err; then
10706 }; then 9966 ac_cpp_err=$ac_cxx_preproc_warn_flag
9967 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9968 else
9969 ac_cpp_err=
9970 fi
9971else
9972 ac_cpp_err=yes
9973fi
9974if test -z "$ac_cpp_err"; then
10707 ac_header_preproc=yes 9975 ac_header_preproc=yes
10708else 9976else
10709 echo "$as_me: failed program was:" >&5 9977 echo "$as_me: failed program was:" >&5
10710sed 's/^/| /' conftest.$ac_ext >&5 9978sed 's/^/| /' conftest.$ac_ext >&5
10711 9979
10712 ac_header_preproc=no 9980 ac_header_preproc=no
10713fi 9981fi
10714
10715rm -f conftest.err conftest.$ac_ext 9982rm -f conftest.err conftest.$ac_ext
10716{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9983echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10717echo "${ECHO_T}$ac_header_preproc" >&6; } 9984echo "${ECHO_T}$ac_header_preproc" >&6
10718 9985
10719# So? What about this header? 9986# So? What about this header?
10720case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9987case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10721 yes:no: ) 9988 yes:no: )
10722 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9989 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10736echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 10003echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10737 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10004 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10738echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10005echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10739 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10006 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10740echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10007echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10741 10008 (
10009 cat <<\_ASBOX
10010## ------------------------------------------ ##
10011## Report this to the AC_PACKAGE_NAME lists. ##
10012## ------------------------------------------ ##
10013_ASBOX
10014 ) |
10015 sed "s/^/$as_me: WARNING: /" >&2
10742 ;; 10016 ;;
10743esac 10017esac
10744{ echo "$as_me:$LINENO: checking for $ac_header" >&5 10018echo "$as_me:$LINENO: checking for $ac_header" >&5
10745echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10019echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10746if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10020if eval "test \"\${$as_ac_Header+set}\" = set"; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6 10021 echo $ECHO_N "(cached) $ECHO_C" >&6
10748else 10022else
10749 eval "$as_ac_Header=\$ac_header_preproc" 10023 eval "$as_ac_Header=\$ac_header_preproc"
10750fi 10024fi
10751ac_res=`eval echo '${'$as_ac_Header'}'` 10025echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10752 { echo "$as_me:$LINENO: result: $ac_res" >&5 10026echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10753echo "${ECHO_T}$ac_res" >&6; }
10754 10027
10755fi 10028fi
10756if test `eval echo '${'$as_ac_Header'}'` = yes; then 10029if test `eval echo '${'$as_ac_Header'}'` = yes; then
10757 cat >>confdefs.h <<_ACEOF 10030 cat >>confdefs.h <<_ACEOF
10758#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 10031#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10763done 10036done
10764 10037
10765 10038
10766 10039
10767if test "${ac_cv_header_utmp_h+set}" = set; then 10040if test "${ac_cv_header_utmp_h+set}" = set; then
10768 { echo "$as_me:$LINENO: checking for utmp.h" >&5 10041 echo "$as_me:$LINENO: checking for utmp.h" >&5
10769echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10042echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10770if test "${ac_cv_header_utmp_h+set}" = set; then 10043if test "${ac_cv_header_utmp_h+set}" = set; then
10771 echo $ECHO_N "(cached) $ECHO_C" >&6 10044 echo $ECHO_N "(cached) $ECHO_C" >&6
10772fi 10045fi
10773{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10046echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10774echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10047echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10775else 10048else
10776 # Is the header compilable? 10049 # Is the header compilable?
10777{ echo "$as_me:$LINENO: checking utmp.h usability" >&5 10050echo "$as_me:$LINENO: checking utmp.h usability" >&5
10778echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; } 10051echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6
10779cat >conftest.$ac_ext <<_ACEOF 10052cat >conftest.$ac_ext <<_ACEOF
10780/* confdefs.h. */ 10053/* confdefs.h. */
10781_ACEOF 10054_ACEOF
10782cat confdefs.h >>conftest.$ac_ext 10055cat confdefs.h >>conftest.$ac_ext
10783cat >>conftest.$ac_ext <<_ACEOF 10056cat >>conftest.$ac_ext <<_ACEOF
10784/* end confdefs.h. */ 10057/* end confdefs.h. */
10785$ac_includes_default 10058$ac_includes_default
10786#include <utmp.h> 10059#include <utmp.h>
10787_ACEOF 10060_ACEOF
10788rm -f conftest.$ac_objext 10061rm -f conftest.$ac_objext
10789if { (ac_try="$ac_compile"
10790case "(($ac_try" in
10791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10792 *) ac_try_echo=$ac_try;;
10793esac
10794eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10062if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10795 (eval "$ac_compile") 2>conftest.er1 10063 (eval $ac_compile) 2>conftest.er1
10796 ac_status=$? 10064 ac_status=$?
10797 grep -v '^ *+' conftest.er1 >conftest.err 10065 grep -v '^ *+' conftest.er1 >conftest.err
10798 rm -f conftest.er1 10066 rm -f conftest.er1
10799 cat conftest.err >&5 10067 cat conftest.err >&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); } && { 10069 (exit $ac_status); } &&
10802 test -z "$ac_cxx_werror_flag" || 10070 { ac_try='test -z "$ac_cxx_werror_flag"
10803 test ! -s conftest.err 10071 || test ! -s conftest.err'
10804 } && test -s conftest.$ac_objext; then 10072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10073 (eval $ac_try) 2>&5
10074 ac_status=$?
10075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10076 (exit $ac_status); }; } &&
10077 { ac_try='test -s conftest.$ac_objext'
10078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10079 (eval $ac_try) 2>&5
10080 ac_status=$?
10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10082 (exit $ac_status); }; }; then
10805 ac_header_compiler=yes 10083 ac_header_compiler=yes
10806else 10084else
10807 echo "$as_me: failed program was:" >&5 10085 echo "$as_me: failed program was:" >&5
10808sed 's/^/| /' conftest.$ac_ext >&5 10086sed 's/^/| /' conftest.$ac_ext >&5
10809 10087
10810 ac_header_compiler=no 10088ac_header_compiler=no
10811fi 10089fi
10812
10813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10090rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10814{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10091echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10815echo "${ECHO_T}$ac_header_compiler" >&6; } 10092echo "${ECHO_T}$ac_header_compiler" >&6
10816 10093
10817# Is the header present? 10094# Is the header present?
10818{ echo "$as_me:$LINENO: checking utmp.h presence" >&5 10095echo "$as_me:$LINENO: checking utmp.h presence" >&5
10819echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; } 10096echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6
10820cat >conftest.$ac_ext <<_ACEOF 10097cat >conftest.$ac_ext <<_ACEOF
10821/* confdefs.h. */ 10098/* confdefs.h. */
10822_ACEOF 10099_ACEOF
10823cat confdefs.h >>conftest.$ac_ext 10100cat confdefs.h >>conftest.$ac_ext
10824cat >>conftest.$ac_ext <<_ACEOF 10101cat >>conftest.$ac_ext <<_ACEOF
10825/* end confdefs.h. */ 10102/* end confdefs.h. */
10826#include <utmp.h> 10103#include <utmp.h>
10827_ACEOF 10104_ACEOF
10828if { (ac_try="$ac_cpp conftest.$ac_ext" 10105if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10829case "(($ac_try" in
10830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10832esac
10833eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10106 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10835 ac_status=$? 10107 ac_status=$?
10836 grep -v '^ *+' conftest.er1 >conftest.err 10108 grep -v '^ *+' conftest.er1 >conftest.err
10837 rm -f conftest.er1 10109 rm -f conftest.er1
10838 cat conftest.err >&5 10110 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } >/dev/null && { 10112 (exit $ac_status); } >/dev/null; then
10841 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10842 test ! -s conftest.err 10113 if test -s conftest.err; then
10843 }; then 10114 ac_cpp_err=$ac_cxx_preproc_warn_flag
10115 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10116 else
10117 ac_cpp_err=
10118 fi
10119else
10120 ac_cpp_err=yes
10121fi
10122if test -z "$ac_cpp_err"; then
10844 ac_header_preproc=yes 10123 ac_header_preproc=yes
10845else 10124else
10846 echo "$as_me: failed program was:" >&5 10125 echo "$as_me: failed program was:" >&5
10847sed 's/^/| /' conftest.$ac_ext >&5 10126sed 's/^/| /' conftest.$ac_ext >&5
10848 10127
10849 ac_header_preproc=no 10128 ac_header_preproc=no
10850fi 10129fi
10851
10852rm -f conftest.err conftest.$ac_ext 10130rm -f conftest.err conftest.$ac_ext
10853{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10131echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10854echo "${ECHO_T}$ac_header_preproc" >&6; } 10132echo "${ECHO_T}$ac_header_preproc" >&6
10855 10133
10856# So? What about this header? 10134# So? What about this header?
10857case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10135case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10858 yes:no: ) 10136 yes:no: )
10859 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 10137 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10873echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 10151echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10874 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5 10152 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5
10875echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;} 10153echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;}
10876 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5 10154 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5
10877echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;} 10155echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;}
10878 10156 (
10157 cat <<\_ASBOX
10158## ------------------------------------------ ##
10159## Report this to the AC_PACKAGE_NAME lists. ##
10160## ------------------------------------------ ##
10161_ASBOX
10162 ) |
10163 sed "s/^/$as_me: WARNING: /" >&2
10879 ;; 10164 ;;
10880esac 10165esac
10881{ echo "$as_me:$LINENO: checking for utmp.h" >&5 10166echo "$as_me:$LINENO: checking for utmp.h" >&5
10882echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 10167echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
10883if test "${ac_cv_header_utmp_h+set}" = set; then 10168if test "${ac_cv_header_utmp_h+set}" = set; then
10884 echo $ECHO_N "(cached) $ECHO_C" >&6 10169 echo $ECHO_N "(cached) $ECHO_C" >&6
10885else 10170else
10886 ac_cv_header_utmp_h=$ac_header_preproc 10171 ac_cv_header_utmp_h=$ac_header_preproc
10887fi 10172fi
10888{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 10173echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5
10889echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 10174echo "${ECHO_T}$ac_cv_header_utmp_h" >&6
10890 10175
10891fi 10176fi
10892if test $ac_cv_header_utmp_h = yes; then 10177if test $ac_cv_header_utmp_h = yes; then
10893 { echo "$as_me:$LINENO: checking for struct utmp" >&5 10178 echo "$as_me:$LINENO: checking for struct utmp" >&5
10894echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; } 10179echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
10895if test "${struct_utmp+set}" = set; then 10180if test "${struct_utmp+set}" = set; then
10896 echo $ECHO_N "(cached) $ECHO_C" >&6 10181 echo $ECHO_N "(cached) $ECHO_C" >&6
10897else 10182else
10898 cat >conftest.$ac_ext <<_ACEOF 10183 cat >conftest.$ac_ext <<_ACEOF
10899/* confdefs.h. */ 10184/* confdefs.h. */
10910 ; 10195 ;
10911 return 0; 10196 return 0;
10912} 10197}
10913_ACEOF 10198_ACEOF
10914rm -f conftest.$ac_objext 10199rm -f conftest.$ac_objext
10915if { (ac_try="$ac_compile"
10916case "(($ac_try" in
10917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10918 *) ac_try_echo=$ac_try;;
10919esac
10920eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10200if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10921 (eval "$ac_compile") 2>conftest.er1 10201 (eval $ac_compile) 2>conftest.er1
10922 ac_status=$? 10202 ac_status=$?
10923 grep -v '^ *+' conftest.er1 >conftest.err 10203 grep -v '^ *+' conftest.er1 >conftest.err
10924 rm -f conftest.er1 10204 rm -f conftest.er1
10925 cat conftest.err >&5 10205 cat conftest.err >&5
10926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927 (exit $ac_status); } && { 10207 (exit $ac_status); } &&
10928 test -z "$ac_cxx_werror_flag" || 10208 { ac_try='test -z "$ac_cxx_werror_flag"
10929 test ! -s conftest.err 10209 || test ! -s conftest.err'
10930 } && test -s conftest.$ac_objext; then 10210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10211 (eval $ac_try) 2>&5
10212 ac_status=$?
10213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10214 (exit $ac_status); }; } &&
10215 { ac_try='test -s conftest.$ac_objext'
10216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10217 (eval $ac_try) 2>&5
10218 ac_status=$?
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); }; }; then
10931 struct_utmp=yes 10221 struct_utmp=yes
10932else 10222else
10933 echo "$as_me: failed program was:" >&5 10223 echo "$as_me: failed program was:" >&5
10934sed 's/^/| /' conftest.$ac_ext >&5 10224sed 's/^/| /' conftest.$ac_ext >&5
10935 10225
10936 struct_utmp=no 10226struct_utmp=no
10937fi 10227fi
10938
10939rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10940fi 10229fi
10941{ echo "$as_me:$LINENO: result: $struct_utmp" >&5 10230echo "$as_me:$LINENO: result: $struct_utmp" >&5
10942echo "${ECHO_T}$struct_utmp" >&6; } 10231echo "${ECHO_T}$struct_utmp" >&6
10943if test x$struct_utmp = xyes; then 10232if test x$struct_utmp = xyes; then
10944 10233
10945cat >>confdefs.h <<\_ACEOF 10234cat >>confdefs.h <<\_ACEOF
10946#define HAVE_STRUCT_UTMP 1 10235#define HAVE_STRUCT_UTMP 1
10947_ACEOF 10236_ACEOF
10948 10237
10949fi 10238fi
10950 10239
10951 10240
10952{ echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10241echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
10953echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6; } 10242echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
10954if test "${struct_utmp_host+set}" = set; then 10243if test "${struct_utmp_host+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6 10244 echo $ECHO_N "(cached) $ECHO_C" >&6
10956else 10245else
10957 cat >conftest.$ac_ext <<_ACEOF 10246 cat >conftest.$ac_ext <<_ACEOF
10958/* confdefs.h. */ 10247/* confdefs.h. */
10969 ; 10258 ;
10970 return 0; 10259 return 0;
10971} 10260}
10972_ACEOF 10261_ACEOF
10973rm -f conftest.$ac_objext 10262rm -f conftest.$ac_objext
10974if { (ac_try="$ac_compile"
10975case "(($ac_try" in
10976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10977 *) ac_try_echo=$ac_try;;
10978esac
10979eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10263if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10980 (eval "$ac_compile") 2>conftest.er1 10264 (eval $ac_compile) 2>conftest.er1
10981 ac_status=$? 10265 ac_status=$?
10982 grep -v '^ *+' conftest.er1 >conftest.err 10266 grep -v '^ *+' conftest.er1 >conftest.err
10983 rm -f conftest.er1 10267 rm -f conftest.er1
10984 cat conftest.err >&5 10268 cat conftest.err >&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); } && { 10270 (exit $ac_status); } &&
10987 test -z "$ac_cxx_werror_flag" || 10271 { ac_try='test -z "$ac_cxx_werror_flag"
10988 test ! -s conftest.err 10272 || test ! -s conftest.err'
10989 } && test -s conftest.$ac_objext; then 10273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10274 (eval $ac_try) 2>&5
10275 ac_status=$?
10276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277 (exit $ac_status); }; } &&
10278 { ac_try='test -s conftest.$ac_objext'
10279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10280 (eval $ac_try) 2>&5
10281 ac_status=$?
10282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10283 (exit $ac_status); }; }; then
10990 struct_utmp_host=yes 10284 struct_utmp_host=yes
10991else 10285else
10992 echo "$as_me: failed program was:" >&5 10286 echo "$as_me: failed program was:" >&5
10993sed 's/^/| /' conftest.$ac_ext >&5 10287sed 's/^/| /' conftest.$ac_ext >&5
10994 10288
10995 struct_utmp_host=no 10289struct_utmp_host=no
10996fi 10290fi
10997
10998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10999fi 10292fi
11000{ echo "$as_me:$LINENO: result: $struct_utmp_host" >&5 10293echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
11001echo "${ECHO_T}$struct_utmp_host" >&6; } 10294echo "${ECHO_T}$struct_utmp_host" >&6
11002if test x$struct_utmp_host = xyes; then 10295if test x$struct_utmp_host = xyes; then
11003 10296
11004cat >>confdefs.h <<\_ACEOF 10297cat >>confdefs.h <<\_ACEOF
11005#define HAVE_UTMP_HOST 1 10298#define HAVE_UTMP_HOST 1
11006_ACEOF 10299_ACEOF
11007 10300
11008fi 10301fi
11009 10302
11010{ echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10303echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
11011echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6; } 10304echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
11012if test "${struct_utmp_pid+set}" = set; then 10305if test "${struct_utmp_pid+set}" = set; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6 10306 echo $ECHO_N "(cached) $ECHO_C" >&6
11014else 10307else
11015 cat >conftest.$ac_ext <<_ACEOF 10308 cat >conftest.$ac_ext <<_ACEOF
11016/* confdefs.h. */ 10309/* confdefs.h. */
11027 ; 10320 ;
11028 return 0; 10321 return 0;
11029} 10322}
11030_ACEOF 10323_ACEOF
11031rm -f conftest.$ac_objext 10324rm -f conftest.$ac_objext
11032if { (ac_try="$ac_compile"
11033case "(($ac_try" in
11034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11035 *) ac_try_echo=$ac_try;;
11036esac
11037eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10325if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11038 (eval "$ac_compile") 2>conftest.er1 10326 (eval $ac_compile) 2>conftest.er1
11039 ac_status=$? 10327 ac_status=$?
11040 grep -v '^ *+' conftest.er1 >conftest.err 10328 grep -v '^ *+' conftest.er1 >conftest.err
11041 rm -f conftest.er1 10329 rm -f conftest.er1
11042 cat conftest.err >&5 10330 cat conftest.err >&5
11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); } && { 10332 (exit $ac_status); } &&
11045 test -z "$ac_cxx_werror_flag" || 10333 { ac_try='test -z "$ac_cxx_werror_flag"
11046 test ! -s conftest.err 10334 || test ! -s conftest.err'
11047 } && test -s conftest.$ac_objext; then 10335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10336 (eval $ac_try) 2>&5
10337 ac_status=$?
10338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10339 (exit $ac_status); }; } &&
10340 { ac_try='test -s conftest.$ac_objext'
10341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10342 (eval $ac_try) 2>&5
10343 ac_status=$?
10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10345 (exit $ac_status); }; }; then
11048 struct_utmp_pid=yes 10346 struct_utmp_pid=yes
11049else 10347else
11050 echo "$as_me: failed program was:" >&5 10348 echo "$as_me: failed program was:" >&5
11051sed 's/^/| /' conftest.$ac_ext >&5 10349sed 's/^/| /' conftest.$ac_ext >&5
11052 10350
11053 struct_utmp_pid=no 10351struct_utmp_pid=no
11054fi 10352fi
11055
11056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11057fi 10354fi
11058{ echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5 10355echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
11059echo "${ECHO_T}$struct_utmp_pid" >&6; } 10356echo "${ECHO_T}$struct_utmp_pid" >&6
11060if test x$struct_utmp_pid = xyes; then 10357if test x$struct_utmp_pid = xyes; then
11061 10358
11062cat >>confdefs.h <<\_ACEOF 10359cat >>confdefs.h <<\_ACEOF
11063#define HAVE_UTMP_PID 1 10360#define HAVE_UTMP_PID 1
11064_ACEOF 10361_ACEOF
11068fi 10365fi
11069 10366
11070 10367
11071 10368
11072if test "${ac_cv_header_utmpx_h+set}" = set; then 10369if test "${ac_cv_header_utmpx_h+set}" = set; then
11073 { echo "$as_me:$LINENO: checking for utmpx.h" >&5 10370 echo "$as_me:$LINENO: checking for utmpx.h" >&5
11074echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10371echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
11075if test "${ac_cv_header_utmpx_h+set}" = set; then 10372if test "${ac_cv_header_utmpx_h+set}" = set; then
11076 echo $ECHO_N "(cached) $ECHO_C" >&6 10373 echo $ECHO_N "(cached) $ECHO_C" >&6
11077fi 10374fi
11078{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10375echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
11079echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10376echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
11080else 10377else
11081 # Is the header compilable? 10378 # Is the header compilable?
11082{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5 10379echo "$as_me:$LINENO: checking utmpx.h usability" >&5
11083echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; } 10380echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6
11084cat >conftest.$ac_ext <<_ACEOF 10381cat >conftest.$ac_ext <<_ACEOF
11085/* confdefs.h. */ 10382/* confdefs.h. */
11086_ACEOF 10383_ACEOF
11087cat confdefs.h >>conftest.$ac_ext 10384cat confdefs.h >>conftest.$ac_ext
11088cat >>conftest.$ac_ext <<_ACEOF 10385cat >>conftest.$ac_ext <<_ACEOF
11089/* end confdefs.h. */ 10386/* end confdefs.h. */
11090$ac_includes_default 10387$ac_includes_default
11091#include <utmpx.h> 10388#include <utmpx.h>
11092_ACEOF 10389_ACEOF
11093rm -f conftest.$ac_objext 10390rm -f conftest.$ac_objext
11094if { (ac_try="$ac_compile"
11095case "(($ac_try" in
11096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11097 *) ac_try_echo=$ac_try;;
11098esac
11099eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10391if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11100 (eval "$ac_compile") 2>conftest.er1 10392 (eval $ac_compile) 2>conftest.er1
11101 ac_status=$? 10393 ac_status=$?
11102 grep -v '^ *+' conftest.er1 >conftest.err 10394 grep -v '^ *+' conftest.er1 >conftest.err
11103 rm -f conftest.er1 10395 rm -f conftest.er1
11104 cat conftest.err >&5 10396 cat conftest.err >&5
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } && { 10398 (exit $ac_status); } &&
11107 test -z "$ac_cxx_werror_flag" || 10399 { ac_try='test -z "$ac_cxx_werror_flag"
11108 test ! -s conftest.err 10400 || test ! -s conftest.err'
11109 } && test -s conftest.$ac_objext; then 10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10402 (eval $ac_try) 2>&5
10403 ac_status=$?
10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10405 (exit $ac_status); }; } &&
10406 { ac_try='test -s conftest.$ac_objext'
10407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10408 (eval $ac_try) 2>&5
10409 ac_status=$?
10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); }; }; then
11110 ac_header_compiler=yes 10412 ac_header_compiler=yes
11111else 10413else
11112 echo "$as_me: failed program was:" >&5 10414 echo "$as_me: failed program was:" >&5
11113sed 's/^/| /' conftest.$ac_ext >&5 10415sed 's/^/| /' conftest.$ac_ext >&5
11114 10416
11115 ac_header_compiler=no 10417ac_header_compiler=no
11116fi 10418fi
11117
11118rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11119{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10420echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11120echo "${ECHO_T}$ac_header_compiler" >&6; } 10421echo "${ECHO_T}$ac_header_compiler" >&6
11121 10422
11122# Is the header present? 10423# Is the header present?
11123{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5 10424echo "$as_me:$LINENO: checking utmpx.h presence" >&5
11124echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; } 10425echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6
11125cat >conftest.$ac_ext <<_ACEOF 10426cat >conftest.$ac_ext <<_ACEOF
11126/* confdefs.h. */ 10427/* confdefs.h. */
11127_ACEOF 10428_ACEOF
11128cat confdefs.h >>conftest.$ac_ext 10429cat confdefs.h >>conftest.$ac_ext
11129cat >>conftest.$ac_ext <<_ACEOF 10430cat >>conftest.$ac_ext <<_ACEOF
11130/* end confdefs.h. */ 10431/* end confdefs.h. */
11131#include <utmpx.h> 10432#include <utmpx.h>
11132_ACEOF 10433_ACEOF
11133if { (ac_try="$ac_cpp conftest.$ac_ext" 10434if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11134case "(($ac_try" in
11135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11136 *) ac_try_echo=$ac_try;;
11137esac
11138eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11139 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10435 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11140 ac_status=$? 10436 ac_status=$?
11141 grep -v '^ *+' conftest.er1 >conftest.err 10437 grep -v '^ *+' conftest.er1 >conftest.err
11142 rm -f conftest.er1 10438 rm -f conftest.er1
11143 cat conftest.err >&5 10439 cat conftest.err >&5
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); } >/dev/null && { 10441 (exit $ac_status); } >/dev/null; then
11146 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
11147 test ! -s conftest.err 10442 if test -s conftest.err; then
11148 }; then 10443 ac_cpp_err=$ac_cxx_preproc_warn_flag
10444 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10445 else
10446 ac_cpp_err=
10447 fi
10448else
10449 ac_cpp_err=yes
10450fi
10451if test -z "$ac_cpp_err"; then
11149 ac_header_preproc=yes 10452 ac_header_preproc=yes
11150else 10453else
11151 echo "$as_me: failed program was:" >&5 10454 echo "$as_me: failed program was:" >&5
11152sed 's/^/| /' conftest.$ac_ext >&5 10455sed 's/^/| /' conftest.$ac_ext >&5
11153 10456
11154 ac_header_preproc=no 10457 ac_header_preproc=no
11155fi 10458fi
11156
11157rm -f conftest.err conftest.$ac_ext 10459rm -f conftest.err conftest.$ac_ext
11158{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10460echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11159echo "${ECHO_T}$ac_header_preproc" >&6; } 10461echo "${ECHO_T}$ac_header_preproc" >&6
11160 10462
11161# So? What about this header? 10463# So? What about this header?
11162case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10464case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11163 yes:no: ) 10465 yes:no: )
11164 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 10466 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5
11178echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;} 10480echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;}
11179 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5 10481 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5
11180echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;} 10482echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;}
11181 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5 10483 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5
11182echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;} 10484echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;}
11183 10485 (
10486 cat <<\_ASBOX
10487## ------------------------------------------ ##
10488## Report this to the AC_PACKAGE_NAME lists. ##
10489## ------------------------------------------ ##
10490_ASBOX
10491 ) |
10492 sed "s/^/$as_me: WARNING: /" >&2
11184 ;; 10493 ;;
11185esac 10494esac
11186{ echo "$as_me:$LINENO: checking for utmpx.h" >&5 10495echo "$as_me:$LINENO: checking for utmpx.h" >&5
11187echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 10496echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6
11188if test "${ac_cv_header_utmpx_h+set}" = set; then 10497if test "${ac_cv_header_utmpx_h+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6 10498 echo $ECHO_N "(cached) $ECHO_C" >&6
11190else 10499else
11191 ac_cv_header_utmpx_h=$ac_header_preproc 10500 ac_cv_header_utmpx_h=$ac_header_preproc
11192fi 10501fi
11193{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 10502echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5
11194echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 10503echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6
11195 10504
11196fi 10505fi
11197if test $ac_cv_header_utmpx_h = yes; then 10506if test $ac_cv_header_utmpx_h = yes; then
11198 { echo "$as_me:$LINENO: checking for struct utmpx" >&5 10507 echo "$as_me:$LINENO: checking for struct utmpx" >&5
11199echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; } 10508echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
11200if test "${struct_utmpx+set}" = set; then 10509if test "${struct_utmpx+set}" = set; then
11201 echo $ECHO_N "(cached) $ECHO_C" >&6 10510 echo $ECHO_N "(cached) $ECHO_C" >&6
11202else 10511else
11203 cat >conftest.$ac_ext <<_ACEOF 10512 cat >conftest.$ac_ext <<_ACEOF
11204/* confdefs.h. */ 10513/* confdefs.h. */
11215 ; 10524 ;
11216 return 0; 10525 return 0;
11217} 10526}
11218_ACEOF 10527_ACEOF
11219rm -f conftest.$ac_objext 10528rm -f conftest.$ac_objext
11220if { (ac_try="$ac_compile"
11221case "(($ac_try" in
11222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11223 *) ac_try_echo=$ac_try;;
11224esac
11225eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11226 (eval "$ac_compile") 2>conftest.er1 10530 (eval $ac_compile) 2>conftest.er1
11227 ac_status=$? 10531 ac_status=$?
11228 grep -v '^ *+' conftest.er1 >conftest.err 10532 grep -v '^ *+' conftest.er1 >conftest.err
11229 rm -f conftest.er1 10533 rm -f conftest.er1
11230 cat conftest.err >&5 10534 cat conftest.err >&5
11231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232 (exit $ac_status); } && { 10536 (exit $ac_status); } &&
11233 test -z "$ac_cxx_werror_flag" || 10537 { ac_try='test -z "$ac_cxx_werror_flag"
11234 test ! -s conftest.err 10538 || test ! -s conftest.err'
11235 } && test -s conftest.$ac_objext; then 10539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10540 (eval $ac_try) 2>&5
10541 ac_status=$?
10542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10543 (exit $ac_status); }; } &&
10544 { ac_try='test -s conftest.$ac_objext'
10545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10546 (eval $ac_try) 2>&5
10547 ac_status=$?
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); }; }; then
11236 struct_utmpx=yes 10550 struct_utmpx=yes
11237else 10551else
11238 echo "$as_me: failed program was:" >&5 10552 echo "$as_me: failed program was:" >&5
11239sed 's/^/| /' conftest.$ac_ext >&5 10553sed 's/^/| /' conftest.$ac_ext >&5
11240 10554
11241 struct_utmpx=no 10555struct_utmpx=no
11242fi 10556fi
11243
11244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10557rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11245fi 10558fi
11246{ echo "$as_me:$LINENO: result: $struct_utmpx" >&5 10559echo "$as_me:$LINENO: result: $struct_utmpx" >&5
11247echo "${ECHO_T}$struct_utmpx" >&6; } 10560echo "${ECHO_T}$struct_utmpx" >&6
11248if test x$struct_utmpx = xyes; then 10561if test x$struct_utmpx = xyes; then
11249 10562
11250cat >>confdefs.h <<\_ACEOF 10563cat >>confdefs.h <<\_ACEOF
11251#define HAVE_STRUCT_UTMPX 1 10564#define HAVE_STRUCT_UTMPX 1
11252_ACEOF 10565_ACEOF
11253 10566
11254fi 10567fi
11255 10568
11256 10569
11257{ echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10570echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
11258echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6; } 10571echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
11259if test "${struct_utmpx_host+set}" = set; then 10572if test "${struct_utmpx_host+set}" = set; then
11260 echo $ECHO_N "(cached) $ECHO_C" >&6 10573 echo $ECHO_N "(cached) $ECHO_C" >&6
11261else 10574else
11262 cat >conftest.$ac_ext <<_ACEOF 10575 cat >conftest.$ac_ext <<_ACEOF
11263/* confdefs.h. */ 10576/* confdefs.h. */
11274 ; 10587 ;
11275 return 0; 10588 return 0;
11276} 10589}
11277_ACEOF 10590_ACEOF
11278rm -f conftest.$ac_objext 10591rm -f conftest.$ac_objext
11279if { (ac_try="$ac_compile"
11280case "(($ac_try" in
11281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11282 *) ac_try_echo=$ac_try;;
11283esac
11284eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10592if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11285 (eval "$ac_compile") 2>conftest.er1 10593 (eval $ac_compile) 2>conftest.er1
11286 ac_status=$? 10594 ac_status=$?
11287 grep -v '^ *+' conftest.er1 >conftest.err 10595 grep -v '^ *+' conftest.er1 >conftest.err
11288 rm -f conftest.er1 10596 rm -f conftest.er1
11289 cat conftest.err >&5 10597 cat conftest.err >&5
11290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11291 (exit $ac_status); } && { 10599 (exit $ac_status); } &&
11292 test -z "$ac_cxx_werror_flag" || 10600 { ac_try='test -z "$ac_cxx_werror_flag"
11293 test ! -s conftest.err 10601 || test ! -s conftest.err'
11294 } && test -s conftest.$ac_objext; then 10602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10603 (eval $ac_try) 2>&5
10604 ac_status=$?
10605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10606 (exit $ac_status); }; } &&
10607 { ac_try='test -s conftest.$ac_objext'
10608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10609 (eval $ac_try) 2>&5
10610 ac_status=$?
10611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10612 (exit $ac_status); }; }; then
11295 struct_utmpx_host=yes 10613 struct_utmpx_host=yes
11296else 10614else
11297 echo "$as_me: failed program was:" >&5 10615 echo "$as_me: failed program was:" >&5
11298sed 's/^/| /' conftest.$ac_ext >&5 10616sed 's/^/| /' conftest.$ac_ext >&5
11299 10617
11300 struct_utmpx_host=no 10618struct_utmpx_host=no
11301fi 10619fi
11302
11303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11304fi 10621fi
11305{ echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5 10622echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
11306echo "${ECHO_T}$struct_utmpx_host" >&6; } 10623echo "${ECHO_T}$struct_utmpx_host" >&6
11307if test x$struct_utmpx_host = xyes; then 10624if test x$struct_utmpx_host = xyes; then
11308 10625
11309cat >>confdefs.h <<\_ACEOF 10626cat >>confdefs.h <<\_ACEOF
11310#define HAVE_UTMPX_HOST 1 10627#define HAVE_UTMPX_HOST 1
11311_ACEOF 10628_ACEOF
11312 10629
11313fi 10630fi
11314 10631
11315{ echo "$as_me:$LINENO: checking for session in utmpx struct" >&5 10632echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
11316echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6; } 10633echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
11317if test "${struct_utmpx_session+set}" = set; then 10634if test "${struct_utmpx_session+set}" = set; then
11318 echo $ECHO_N "(cached) $ECHO_C" >&6 10635 echo $ECHO_N "(cached) $ECHO_C" >&6
11319else 10636else
11320 cat >conftest.$ac_ext <<_ACEOF 10637 cat >conftest.$ac_ext <<_ACEOF
11321/* confdefs.h. */ 10638/* confdefs.h. */
11332 ; 10649 ;
11333 return 0; 10650 return 0;
11334} 10651}
11335_ACEOF 10652_ACEOF
11336rm -f conftest.$ac_objext 10653rm -f conftest.$ac_objext
11337if { (ac_try="$ac_compile"
11338case "(($ac_try" in
11339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11340 *) ac_try_echo=$ac_try;;
11341esac
11342eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10654if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11343 (eval "$ac_compile") 2>conftest.er1 10655 (eval $ac_compile) 2>conftest.er1
11344 ac_status=$? 10656 ac_status=$?
11345 grep -v '^ *+' conftest.er1 >conftest.err 10657 grep -v '^ *+' conftest.er1 >conftest.err
11346 rm -f conftest.er1 10658 rm -f conftest.er1
11347 cat conftest.err >&5 10659 cat conftest.err >&5
11348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && { 10661 (exit $ac_status); } &&
11350 test -z "$ac_cxx_werror_flag" || 10662 { ac_try='test -z "$ac_cxx_werror_flag"
11351 test ! -s conftest.err 10663 || test ! -s conftest.err'
11352 } && test -s conftest.$ac_objext; then 10664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10665 (eval $ac_try) 2>&5
10666 ac_status=$?
10667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); }; } &&
10669 { ac_try='test -s conftest.$ac_objext'
10670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10671 (eval $ac_try) 2>&5
10672 ac_status=$?
10673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10674 (exit $ac_status); }; }; then
11353 struct_utmpx_session=yes 10675 struct_utmpx_session=yes
11354else 10676else
11355 echo "$as_me: failed program was:" >&5 10677 echo "$as_me: failed program was:" >&5
11356sed 's/^/| /' conftest.$ac_ext >&5 10678sed 's/^/| /' conftest.$ac_ext >&5
11357 10679
11358 struct_utmpx_session=no 10680struct_utmpx_session=no
11359fi 10681fi
11360
11361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10682rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11362fi 10683fi
11363{ echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5 10684echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
11364echo "${ECHO_T}$struct_utmpx_session" >&6; } 10685echo "${ECHO_T}$struct_utmpx_session" >&6
11365if test x$struct_utmpx_session = xyes; then 10686if test x$struct_utmpx_session = xyes; then
11366 10687
11367cat >>confdefs.h <<\_ACEOF 10688cat >>confdefs.h <<\_ACEOF
11368#define HAVE_UTMPX_SESSION 1 10689#define HAVE_UTMPX_SESSION 1
11369_ACEOF 10690_ACEOF
11371fi 10692fi
11372 10693
11373fi 10694fi
11374 10695
11375 10696
11376{ echo "$as_me:$LINENO: checking for struct lastlog" >&5 10697echo "$as_me:$LINENO: checking for struct lastlog" >&5
11377echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; } 10698echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
11378if test "${struct_lastlog+set}" = set; then 10699if test "${struct_lastlog+set}" = set; then
11379 echo $ECHO_N "(cached) $ECHO_C" >&6 10700 echo $ECHO_N "(cached) $ECHO_C" >&6
11380else 10701else
11381 cat >conftest.$ac_ext <<_ACEOF 10702 cat >conftest.$ac_ext <<_ACEOF
11382/* confdefs.h. */ 10703/* confdefs.h. */
11397 ; 10718 ;
11398 return 0; 10719 return 0;
11399} 10720}
11400_ACEOF 10721_ACEOF
11401rm -f conftest.$ac_objext 10722rm -f conftest.$ac_objext
11402if { (ac_try="$ac_compile"
11403case "(($ac_try" in
11404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11405 *) ac_try_echo=$ac_try;;
11406esac
11407eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10723if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11408 (eval "$ac_compile") 2>conftest.er1 10724 (eval $ac_compile) 2>conftest.er1
11409 ac_status=$? 10725 ac_status=$?
11410 grep -v '^ *+' conftest.er1 >conftest.err 10726 grep -v '^ *+' conftest.er1 >conftest.err
11411 rm -f conftest.er1 10727 rm -f conftest.er1
11412 cat conftest.err >&5 10728 cat conftest.err >&5
11413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11414 (exit $ac_status); } && { 10730 (exit $ac_status); } &&
11415 test -z "$ac_cxx_werror_flag" || 10731 { ac_try='test -z "$ac_cxx_werror_flag"
11416 test ! -s conftest.err 10732 || test ! -s conftest.err'
11417 } && test -s conftest.$ac_objext; then 10733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10734 (eval $ac_try) 2>&5
10735 ac_status=$?
10736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10737 (exit $ac_status); }; } &&
10738 { ac_try='test -s conftest.$ac_objext'
10739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10740 (eval $ac_try) 2>&5
10741 ac_status=$?
10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743 (exit $ac_status); }; }; then
11418 struct_lastlog=yes 10744 struct_lastlog=yes
11419else 10745else
11420 echo "$as_me: failed program was:" >&5 10746 echo "$as_me: failed program was:" >&5
11421sed 's/^/| /' conftest.$ac_ext >&5 10747sed 's/^/| /' conftest.$ac_ext >&5
11422 10748
11423 struct_lastlog=no 10749struct_lastlog=no
11424fi 10750fi
11425
11426rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11427fi 10752fi
11428{ echo "$as_me:$LINENO: result: $struct_lastlog" >&5 10753echo "$as_me:$LINENO: result: $struct_lastlog" >&5
11429echo "${ECHO_T}$struct_lastlog" >&6; } 10754echo "${ECHO_T}$struct_lastlog" >&6
11430if test x$struct_lastlog = xyes; then 10755if test x$struct_lastlog = xyes; then
11431 10756
11432cat >>confdefs.h <<\_ACEOF 10757cat >>confdefs.h <<\_ACEOF
11433#define HAVE_STRUCT_LASTLOG 1 10758#define HAVE_STRUCT_LASTLOG 1
11434_ACEOF 10759_ACEOF
11435 10760
11436fi 10761fi
11437 10762
11438{ echo "$as_me:$LINENO: checking for struct lastlogx" >&5 10763echo "$as_me:$LINENO: checking for struct lastlogx" >&5
11439echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6; } 10764echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
11440if test "${struct_lastlogx+set}" = set; then 10765if test "${struct_lastlogx+set}" = set; then
11441 echo $ECHO_N "(cached) $ECHO_C" >&6 10766 echo $ECHO_N "(cached) $ECHO_C" >&6
11442else 10767else
11443 cat >conftest.$ac_ext <<_ACEOF 10768 cat >conftest.$ac_ext <<_ACEOF
11444/* confdefs.h. */ 10769/* confdefs.h. */
11459 ; 10784 ;
11460 return 0; 10785 return 0;
11461} 10786}
11462_ACEOF 10787_ACEOF
11463rm -f conftest.$ac_objext 10788rm -f conftest.$ac_objext
11464if { (ac_try="$ac_compile"
11465case "(($ac_try" in
11466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11467 *) ac_try_echo=$ac_try;;
11468esac
11469eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11470 (eval "$ac_compile") 2>conftest.er1 10790 (eval $ac_compile) 2>conftest.er1
11471 ac_status=$? 10791 ac_status=$?
11472 grep -v '^ *+' conftest.er1 >conftest.err 10792 grep -v '^ *+' conftest.er1 >conftest.err
11473 rm -f conftest.er1 10793 rm -f conftest.er1
11474 cat conftest.err >&5 10794 cat conftest.err >&5
11475 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); } && { 10796 (exit $ac_status); } &&
11477 test -z "$ac_cxx_werror_flag" || 10797 { ac_try='test -z "$ac_cxx_werror_flag"
11478 test ! -s conftest.err 10798 || test ! -s conftest.err'
11479 } && test -s conftest.$ac_objext; then 10799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10800 (eval $ac_try) 2>&5
10801 ac_status=$?
10802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10803 (exit $ac_status); }; } &&
10804 { ac_try='test -s conftest.$ac_objext'
10805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10806 (eval $ac_try) 2>&5
10807 ac_status=$?
10808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809 (exit $ac_status); }; }; then
11480 struct_lastlogx=yes 10810 struct_lastlogx=yes
11481else 10811else
11482 echo "$as_me: failed program was:" >&5 10812 echo "$as_me: failed program was:" >&5
11483sed 's/^/| /' conftest.$ac_ext >&5 10813sed 's/^/| /' conftest.$ac_ext >&5
11484 10814
11485 struct_lastlogx=no 10815struct_lastlogx=no
11486fi 10816fi
11487
11488rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10817rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11489fi 10818fi
11490{ echo "$as_me:$LINENO: result: $struct_lastlogx" >&5 10819echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
11491echo "${ECHO_T}$struct_lastlogx" >&6; } 10820echo "${ECHO_T}$struct_lastlogx" >&6
11492if test x$struct_lastlogx = xyes; then 10821if test x$struct_lastlogx = xyes; then
11493 10822
11494cat >>confdefs.h <<\_ACEOF 10823cat >>confdefs.h <<\_ACEOF
11495#define HAVE_STRUCT_LASTLOGX 1 10824#define HAVE_STRUCT_LASTLOGX 1
11496_ACEOF 10825_ACEOF
11497 10826
11498fi 10827fi
11499 10828
11500 10829
11501{ echo "$as_me:$LINENO: checking where utmp is located" >&5 10830echo "$as_me:$LINENO: checking where utmp is located" >&5
11502echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6; } 10831echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
11503if test "${path_utmp+set}" = set; then 10832if test "${path_utmp+set}" = set; then
11504 echo $ECHO_N "(cached) $ECHO_C" >&6 10833 echo $ECHO_N "(cached) $ECHO_C" >&6
11505else 10834else
11506 if test "$cross_compiling" = yes; then 10835 if test "$cross_compiling" = yes; then
11507 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5 10836 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
11540 } 10869 }
11541 exit(0); 10870 exit(0);
11542} 10871}
11543_ACEOF 10872_ACEOF
11544rm -f conftest$ac_exeext 10873rm -f conftest$ac_exeext
11545if { (ac_try="$ac_link"
11546case "(($ac_try" in
11547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11548 *) ac_try_echo=$ac_try;;
11549esac
11550eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10874if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11551 (eval "$ac_link") 2>&5 10875 (eval $ac_link) 2>&5
11552 ac_status=$? 10876 ac_status=$?
11553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11554 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10878 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11555 { (case "(($ac_try" in
11556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11557 *) ac_try_echo=$ac_try;;
11558esac
11559eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11560 (eval "$ac_try") 2>&5 10880 (eval $ac_try) 2>&5
11561 ac_status=$? 10881 ac_status=$?
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); }; }; then 10883 (exit $ac_status); }; }; then
11564 path_utmp=`cat conftestval` 10884 path_utmp=`cat conftestval`
11565else 10885else
11568sed 's/^/| /' conftest.$ac_ext >&5 10888sed 's/^/| /' conftest.$ac_ext >&5
11569 10889
11570( exit $ac_status ) 10890( exit $ac_status )
11571path_utmp= 10891path_utmp=
11572fi 10892fi
11573rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10893rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11574fi 10894fi
11575
11576
11577fi 10895fi
11578{ echo "$as_me:$LINENO: result: $path_utmp" >&5 10896echo "$as_me:$LINENO: result: $path_utmp" >&5
11579echo "${ECHO_T}$path_utmp" >&6; } 10897echo "${ECHO_T}$path_utmp" >&6
11580if test x$path_utmp != x; then 10898if test x$path_utmp != x; then
11581 10899
11582cat >>confdefs.h <<_ACEOF 10900cat >>confdefs.h <<_ACEOF
11583#define UTMP_FILE "$path_utmp" 10901#define UTMP_FILE "$path_utmp"
11584_ACEOF 10902_ACEOF
11585 10903
11586fi 10904fi
11587 10905
11588 10906
11589{ echo "$as_me:$LINENO: checking where utmpx is located" >&5 10907echo "$as_me:$LINENO: checking where utmpx is located" >&5
11590echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6; } 10908echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
11591if test "${path_utmpx+set}" = set; then 10909if test "${path_utmpx+set}" = set; then
11592 echo $ECHO_N "(cached) $ECHO_C" >&6 10910 echo $ECHO_N "(cached) $ECHO_C" >&6
11593else 10911else
11594 if test "$cross_compiling" = yes; then 10912 if test "$cross_compiling" = yes; then
11595 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5 10913 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
11638 } 10956 }
11639 exit(0); 10957 exit(0);
11640} 10958}
11641_ACEOF 10959_ACEOF
11642rm -f conftest$ac_exeext 10960rm -f conftest$ac_exeext
11643if { (ac_try="$ac_link"
11644case "(($ac_try" in
11645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11646 *) ac_try_echo=$ac_try;;
11647esac
11648eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10961if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11649 (eval "$ac_link") 2>&5 10962 (eval $ac_link) 2>&5
11650 ac_status=$? 10963 ac_status=$?
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10965 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11653 { (case "(($ac_try" in
11654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11655 *) ac_try_echo=$ac_try;;
11656esac
11657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11658 (eval "$ac_try") 2>&5 10967 (eval $ac_try) 2>&5
11659 ac_status=$? 10968 ac_status=$?
11660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11661 (exit $ac_status); }; }; then 10970 (exit $ac_status); }; }; then
11662 path_utmpx=`cat conftestval` 10971 path_utmpx=`cat conftestval`
11663else 10972else
11666sed 's/^/| /' conftest.$ac_ext >&5 10975sed 's/^/| /' conftest.$ac_ext >&5
11667 10976
11668( exit $ac_status ) 10977( exit $ac_status )
11669path_utmpx= 10978path_utmpx=
11670fi 10979fi
11671rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10980rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11672fi 10981fi
11673
11674
11675fi 10982fi
11676{ echo "$as_me:$LINENO: result: $path_utmpx" >&5 10983echo "$as_me:$LINENO: result: $path_utmpx" >&5
11677echo "${ECHO_T}$path_utmpx" >&6; } 10984echo "${ECHO_T}$path_utmpx" >&6
11678if test x$path_utmpx != x; then 10985if test x$path_utmpx != x; then
11679 10986
11680cat >>confdefs.h <<_ACEOF 10987cat >>confdefs.h <<_ACEOF
11681#define UTMPX_FILE "$path_utmpx" 10988#define UTMPX_FILE "$path_utmpx"
11682_ACEOF 10989_ACEOF
11683 10990
11684fi 10991fi
11685 10992
11686 10993
11687{ echo "$as_me:$LINENO: checking where wtmp is located" >&5 10994echo "$as_me:$LINENO: checking where wtmp is located" >&5
11688echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6; } 10995echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
11689if test "${path_wtmp+set}" = set; then 10996if test "${path_wtmp+set}" = set; then
11690 echo $ECHO_N "(cached) $ECHO_C" >&6 10997 echo $ECHO_N "(cached) $ECHO_C" >&6
11691else 10998else
11692 if test "$cross_compiling" = yes; then 10999 if test "$cross_compiling" = yes; then
11693 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5 11000 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
11728 } 11035 }
11729 exit(0); 11036 exit(0);
11730} 11037}
11731_ACEOF 11038_ACEOF
11732rm -f conftest$ac_exeext 11039rm -f conftest$ac_exeext
11733if { (ac_try="$ac_link"
11734case "(($ac_try" in
11735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11736 *) ac_try_echo=$ac_try;;
11737esac
11738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11040if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11739 (eval "$ac_link") 2>&5 11041 (eval $ac_link) 2>&5
11740 ac_status=$? 11042 ac_status=$?
11741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11742 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11044 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11743 { (case "(($ac_try" in
11744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11745 *) ac_try_echo=$ac_try;;
11746esac
11747eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11748 (eval "$ac_try") 2>&5 11046 (eval $ac_try) 2>&5
11749 ac_status=$? 11047 ac_status=$?
11750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11751 (exit $ac_status); }; }; then 11049 (exit $ac_status); }; }; then
11752 path_wtmp=`cat conftestval` 11050 path_wtmp=`cat conftestval`
11753else 11051else
11756sed 's/^/| /' conftest.$ac_ext >&5 11054sed 's/^/| /' conftest.$ac_ext >&5
11757 11055
11758( exit $ac_status ) 11056( exit $ac_status )
11759path_wtmp= 11057path_wtmp=
11760fi 11058fi
11761rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11059rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11762fi 11060fi
11763
11764
11765fi 11061fi
11766{ echo "$as_me:$LINENO: result: $path_wtmp" >&5 11062echo "$as_me:$LINENO: result: $path_wtmp" >&5
11767echo "${ECHO_T}$path_wtmp" >&6; } 11063echo "${ECHO_T}$path_wtmp" >&6
11768if test x$path_wtmp != x; then 11064if test x$path_wtmp != x; then
11769 11065
11770cat >>confdefs.h <<_ACEOF 11066cat >>confdefs.h <<_ACEOF
11771#define WTMP_FILE "$path_wtmp" 11067#define WTMP_FILE "$path_wtmp"
11772_ACEOF 11068_ACEOF
11773 11069
11774fi 11070fi
11775 11071
11776{ echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11072echo "$as_me:$LINENO: checking where wtmpx is located" >&5
11777echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6; } 11073echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
11778if test "${path_wtmpx+set}" = set; then 11074if test "${path_wtmpx+set}" = set; then
11779 echo $ECHO_N "(cached) $ECHO_C" >&6 11075 echo $ECHO_N "(cached) $ECHO_C" >&6
11780else 11076else
11781 if test "$cross_compiling" = yes; then 11077 if test "$cross_compiling" = yes; then
11782 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5 11078 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
11816 } 11112 }
11817 exit(0); 11113 exit(0);
11818} 11114}
11819_ACEOF 11115_ACEOF
11820rm -f conftest$ac_exeext 11116rm -f conftest$ac_exeext
11821if { (ac_try="$ac_link"
11822case "(($ac_try" in
11823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11824 *) ac_try_echo=$ac_try;;
11825esac
11826eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11117if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11827 (eval "$ac_link") 2>&5 11118 (eval $ac_link) 2>&5
11828 ac_status=$? 11119 ac_status=$?
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11121 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11831 { (case "(($ac_try" in
11832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11834esac
11835eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11836 (eval "$ac_try") 2>&5 11123 (eval $ac_try) 2>&5
11837 ac_status=$? 11124 ac_status=$?
11838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839 (exit $ac_status); }; }; then 11126 (exit $ac_status); }; }; then
11840 path_wtmpx=`cat conftestval` 11127 path_wtmpx=`cat conftestval`
11841else 11128else
11844sed 's/^/| /' conftest.$ac_ext >&5 11131sed 's/^/| /' conftest.$ac_ext >&5
11845 11132
11846( exit $ac_status ) 11133( exit $ac_status )
11847path_wtmpx= 11134path_wtmpx=
11848fi 11135fi
11849rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11136rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11850fi 11137fi
11851
11852
11853fi 11138fi
11854{ echo "$as_me:$LINENO: result: $path_wtmpx" >&5 11139echo "$as_me:$LINENO: result: $path_wtmpx" >&5
11855echo "${ECHO_T}$path_wtmpx" >&6; } 11140echo "${ECHO_T}$path_wtmpx" >&6
11856if test x$path_wtmpx != x; then 11141if test x$path_wtmpx != x; then
11857 11142
11858cat >>confdefs.h <<_ACEOF 11143cat >>confdefs.h <<_ACEOF
11859#define WTMPX_FILE "$path_wtmpx" 11144#define WTMPX_FILE "$path_wtmpx"
11860_ACEOF 11145_ACEOF
11861 11146
11862fi 11147fi
11863 11148
11864{ echo "$as_me:$LINENO: checking where lastlog is located" >&5 11149echo "$as_me:$LINENO: checking where lastlog is located" >&5
11865echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6; } 11150echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
11866if test "${path_lastlog+set}" = set; then 11151if test "${path_lastlog+set}" = set; then
11867 echo $ECHO_N "(cached) $ECHO_C" >&6 11152 echo $ECHO_N "(cached) $ECHO_C" >&6
11868else 11153else
11869 if test "$cross_compiling" = yes; then 11154 if test "$cross_compiling" = yes; then
11870 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5 11155 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
11909 } 11194 }
11910 exit(0); 11195 exit(0);
11911} 11196}
11912_ACEOF 11197_ACEOF
11913rm -f conftest$ac_exeext 11198rm -f conftest$ac_exeext
11914if { (ac_try="$ac_link"
11915case "(($ac_try" in
11916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11917 *) ac_try_echo=$ac_try;;
11918esac
11919eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11199if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11920 (eval "$ac_link") 2>&5 11200 (eval $ac_link) 2>&5
11921 ac_status=$? 11201 ac_status=$?
11922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11923 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11203 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11924 { (case "(($ac_try" in
11925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11926 *) ac_try_echo=$ac_try;;
11927esac
11928eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11929 (eval "$ac_try") 2>&5 11205 (eval $ac_try) 2>&5
11930 ac_status=$? 11206 ac_status=$?
11931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11932 (exit $ac_status); }; }; then 11208 (exit $ac_status); }; }; then
11933 path_lastlog=`cat conftestval` 11209 path_lastlog=`cat conftestval`
11934else 11210else
11937sed 's/^/| /' conftest.$ac_ext >&5 11213sed 's/^/| /' conftest.$ac_ext >&5
11938 11214
11939( exit $ac_status ) 11215( exit $ac_status )
11940path_lastlog= 11216path_lastlog=
11941fi 11217fi
11942rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11218rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11943fi 11219fi
11944
11945
11946fi 11220fi
11947{ echo "$as_me:$LINENO: result: $path_lastlog" >&5 11221echo "$as_me:$LINENO: result: $path_lastlog" >&5
11948echo "${ECHO_T}$path_lastlog" >&6; } 11222echo "${ECHO_T}$path_lastlog" >&6
11949if test x$path_lastlog != x; then 11223if test x$path_lastlog != x; then
11950 11224
11951cat >>confdefs.h <<_ACEOF 11225cat >>confdefs.h <<_ACEOF
11952#define LASTLOG_FILE "$path_lastlog" 11226#define LASTLOG_FILE "$path_lastlog"
11953_ACEOF 11227_ACEOF
11959_ACEOF 11233_ACEOF
11960 11234
11961 fi 11235 fi
11962fi 11236fi
11963 11237
11964{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11238echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11965echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; } 11239echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
11966if test "${path_lastlogx+set}" = set; then 11240if test "${path_lastlogx+set}" = set; then
11967 echo $ECHO_N "(cached) $ECHO_C" >&6 11241 echo $ECHO_N "(cached) $ECHO_C" >&6
11968else 11242else
11969 if test "$cross_compiling" = yes; then 11243 if test "$cross_compiling" = yes; then
11970 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5 11244 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
12003 } 11277 }
12004 exit(0); 11278 exit(0);
12005} 11279}
12006_ACEOF 11280_ACEOF
12007rm -f conftest$ac_exeext 11281rm -f conftest$ac_exeext
12008if { (ac_try="$ac_link"
12009case "(($ac_try" in
12010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12011 *) ac_try_echo=$ac_try;;
12012esac
12013eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11282if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12014 (eval "$ac_link") 2>&5 11283 (eval $ac_link) 2>&5
12015 ac_status=$? 11284 ac_status=$?
12016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12017 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11286 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12018 { (case "(($ac_try" in
12019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12020 *) ac_try_echo=$ac_try;;
12021esac
12022eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12023 (eval "$ac_try") 2>&5 11288 (eval $ac_try) 2>&5
12024 ac_status=$? 11289 ac_status=$?
12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026 (exit $ac_status); }; }; then 11291 (exit $ac_status); }; }; then
12027 path_lastlogx=`cat conftestval` 11292 path_lastlogx=`cat conftestval`
12028else 11293else
12031sed 's/^/| /' conftest.$ac_ext >&5 11296sed 's/^/| /' conftest.$ac_ext >&5
12032 11297
12033( exit $ac_status ) 11298( exit $ac_status )
12034path_lastlogx= 11299path_lastlogx=
12035fi 11300fi
12036rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11301rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12037fi 11302fi
12038
12039
12040fi 11303fi
12041{ echo "$as_me:$LINENO: result: $path_lastlogx" >&5 11304echo "$as_me:$LINENO: result: $path_lastlogx" >&5
12042echo "${ECHO_T}$path_lastlogx" >&6; } 11305echo "${ECHO_T}$path_lastlogx" >&6
12043if test x$path_lastlogx != x; then 11306if test x$path_lastlogx != x; then
12044 11307
12045cat >>confdefs.h <<_ACEOF 11308cat >>confdefs.h <<_ACEOF
12046#define LASTLOGX_FILE "$path_lastlogx" 11309#define LASTLOGX_FILE "$path_lastlogx"
12047_ACEOF 11310_ACEOF
12048 11311
12049fi 11312fi
12050 11313
12051 11314
12052 11315
12053{ echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11316echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
12054echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6; } 11317echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
12055if test "${rxvt_cv_path_ttytab+set}" = set; then 11318if test "${rxvt_cv_path_ttytab+set}" = set; then
12056 echo $ECHO_N "(cached) $ECHO_C" >&6 11319 echo $ECHO_N "(cached) $ECHO_C" >&6
12057else 11320else
12058 for ttys_file in /etc/ttys /etc/ttytab; 11321 for ttys_file in /etc/ttys /etc/ttytab;
12059do 11322do
12062 break 11325 break
12063 fi 11326 fi
12064done 11327done
12065 11328
12066fi 11329fi
12067{ echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5 11330echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
12068echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6; } 11331echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6
12069if test x$rxvt_cv_path_ttytab != x; then 11332if test x$rxvt_cv_path_ttytab != x; then
12070 11333
12071cat >>confdefs.h <<_ACEOF 11334cat >>confdefs.h <<_ACEOF
12072#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab" 11335#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
12073_ACEOF 11336_ACEOF
12077 11340
12078ac_save_LIBS=$LIBS 11341ac_save_LIBS=$LIBS
12079ac_save_CFLAGS=$CFLAGS 11342ac_save_CFLAGS=$CFLAGS
12080CFLAGS="$CFLAGS $X_CFLAGS" 11343CFLAGS="$CFLAGS $X_CFLAGS"
12081LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11344LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
12082if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12083 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12084fi
12085{ echo "$as_me:$LINENO: checking for working Xlocale" >&5 11345echo "$as_me:$LINENO: checking for working Xlocale" >&5
12086echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11346echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
12087if test "${rxvt_cv_func_xlocale+set}" = set; then 11347if test "${rxvt_cv_func_xlocale+set}" = set; then
12088 echo $ECHO_N "(cached) $ECHO_C" >&6 11348 echo $ECHO_N "(cached) $ECHO_C" >&6
12089else 11349else
12090 if test "$cross_compiling" = yes; then 11350 if test "$cross_compiling" = yes; then
12091 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5 11351 :
12092echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
12093else 11352else
12094 cat >conftest.$ac_ext <<_ACEOF 11353 cat >conftest.$ac_ext <<_ACEOF
12095/* confdefs.h. */ 11354/* confdefs.h. */
12096_ACEOF 11355_ACEOF
12097cat confdefs.h >>conftest.$ac_ext 11356cat confdefs.h >>conftest.$ac_ext
12105exit (XSupportsLocale() ? 0 : 1); 11364exit (XSupportsLocale() ? 0 : 1);
12106else 11365else
12107exit (1);} 11366exit (1);}
12108_ACEOF 11367_ACEOF
12109rm -f conftest$ac_exeext 11368rm -f conftest$ac_exeext
12110if { (ac_try="$ac_link"
12111case "(($ac_try" in
12112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12113 *) ac_try_echo=$ac_try;;
12114esac
12115eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11369if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12116 (eval "$ac_link") 2>&5 11370 (eval $ac_link) 2>&5
12117 ac_status=$? 11371 ac_status=$?
12118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12119 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11373 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12120 { (case "(($ac_try" in
12121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12122 *) ac_try_echo=$ac_try;;
12123esac
12124eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12125 (eval "$ac_try") 2>&5 11375 (eval $ac_try) 2>&5
12126 ac_status=$? 11376 ac_status=$?
12127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12128 (exit $ac_status); }; }; then 11378 (exit $ac_status); }; }; then
12129 rxvt_cv_func_xlocale=yes 11379 rxvt_cv_func_xlocale=yes
12130else 11380else
12133sed 's/^/| /' conftest.$ac_ext >&5 11383sed 's/^/| /' conftest.$ac_ext >&5
12134 11384
12135( exit $ac_status ) 11385( exit $ac_status )
12136rxvt_cv_func_xlocale=no 11386rxvt_cv_func_xlocale=no
12137fi 11387fi
12138rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12139fi 11389fi
12140
12141
12142fi 11390fi
12143{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11391echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
12144echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11392echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11393if test x$support_xim = xyes; then
12145if test x$rxvt_cv_func_xlocale = xyes; then 11394 if test x$rxvt_cv_func_xlocale = xyes; then
12146 11395
12147cat >>confdefs.h <<\_ACEOF 11396cat >>confdefs.h <<\_ACEOF
12148#define HAVE_XLOCALE 1 11397#define USE_XIM 1
12149_ACEOF 11398_ACEOF
12150 11399
11400 fi
12151fi 11401fi
12152 11402
12153{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11403echo "$as_me:$LINENO: checking for working X setlocale" >&5
12154echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11404echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
12155if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11405if test "${rxvt_cv_func_xsetlocale+set}" = set; then
12156 echo $ECHO_N "(cached) $ECHO_C" >&6 11406 echo $ECHO_N "(cached) $ECHO_C" >&6
12157else 11407else
12158 cat >conftest.$ac_ext <<_ACEOF 11408 cat >conftest.$ac_ext <<_ACEOF
12159/* confdefs.h. */ 11409/* confdefs.h. */
12170 ; 11420 ;
12171 return 0; 11421 return 0;
12172} 11422}
12173_ACEOF 11423_ACEOF
12174rm -f conftest.$ac_objext conftest$ac_exeext 11424rm -f conftest.$ac_objext conftest$ac_exeext
12175if { (ac_try="$ac_link"
12176case "(($ac_try" in
12177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12178 *) ac_try_echo=$ac_try;;
12179esac
12180eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12181 (eval "$ac_link") 2>conftest.er1 11426 (eval $ac_link) 2>conftest.er1
12182 ac_status=$? 11427 ac_status=$?
12183 grep -v '^ *+' conftest.er1 >conftest.err 11428 grep -v '^ *+' conftest.er1 >conftest.err
12184 rm -f conftest.er1 11429 rm -f conftest.er1
12185 cat conftest.err >&5 11430 cat conftest.err >&5
12186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12187 (exit $ac_status); } && { 11432 (exit $ac_status); } &&
12188 test -z "$ac_cxx_werror_flag" || 11433 { ac_try='test -z "$ac_cxx_werror_flag"
12189 test ! -s conftest.err 11434 || test ! -s conftest.err'
12190 } && test -s conftest$ac_exeext && 11435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12191 $as_test_x conftest$ac_exeext; then 11436 (eval $ac_try) 2>&5
11437 ac_status=$?
11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11439 (exit $ac_status); }; } &&
11440 { ac_try='test -s conftest$ac_exeext'
11441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11442 (eval $ac_try) 2>&5
11443 ac_status=$?
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11445 (exit $ac_status); }; }; then
12192 rxvt_cv_func_xsetlocale=yes 11446 rxvt_cv_func_xsetlocale=yes
12193else 11447else
12194 echo "$as_me: failed program was:" >&5 11448 echo "$as_me: failed program was:" >&5
12195sed 's/^/| /' conftest.$ac_ext >&5 11449sed 's/^/| /' conftest.$ac_ext >&5
12196 11450
12197 rxvt_cv_func_xsetlocale=no 11451rxvt_cv_func_xsetlocale=no
12198fi 11452fi
12199 11453rm -f conftest.err conftest.$ac_objext \
12200rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12201 conftest$ac_exeext conftest.$ac_ext 11454 conftest$ac_exeext conftest.$ac_ext
12202fi 11455fi
12203{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5 11456echo "$as_me:$LINENO: result: $rxvt_cv_func_xsetlocale" >&5
12204echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6; } 11457echo "${ECHO_T}$rxvt_cv_func_xsetlocale" >&6
12205if test x$rxvt_cv_func_xsetlocale = xyes; then 11458if test x$rxvt_cv_func_xsetlocale = xyes; then
12206 11459
12207cat >>confdefs.h <<\_ACEOF 11460cat >>confdefs.h <<\_ACEOF
12208#define HAVE_XSETLOCALE 1 11461#define HAVE_XSETLOCALE 1
12209_ACEOF 11462_ACEOF
12210 11463
12211fi 11464fi
12212LIBS=$ac_save_LIBS 11465LIBS=$ac_save_LIBS
12213CFLAGS=$ac_save_CFLAGS 11466CFLAGS=$ac_save_CFLAGS
12214 11467
12215{ echo "$as_me:$LINENO: checking for working plain setlocale" >&5 11468echo "$as_me:$LINENO: checking for working plain setlocale" >&5
12216echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6; } 11469echo $ECHO_N "checking for working plain setlocale... $ECHO_C" >&6
12217if test "${rxvt_cv_func_setlocale+set}" = set; then 11470if test "${rxvt_cv_func_setlocale+set}" = set; then
12218 echo $ECHO_N "(cached) $ECHO_C" >&6 11471 echo $ECHO_N "(cached) $ECHO_C" >&6
12219else 11472else
12220 cat >conftest.$ac_ext <<_ACEOF 11473 cat >conftest.$ac_ext <<_ACEOF
12221/* confdefs.h. */ 11474/* confdefs.h. */
12231 ; 11484 ;
12232 return 0; 11485 return 0;
12233} 11486}
12234_ACEOF 11487_ACEOF
12235rm -f conftest.$ac_objext conftest$ac_exeext 11488rm -f conftest.$ac_objext conftest$ac_exeext
12236if { (ac_try="$ac_link"
12237case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240esac
12241eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12242 (eval "$ac_link") 2>conftest.er1 11490 (eval $ac_link) 2>conftest.er1
12243 ac_status=$? 11491 ac_status=$?
12244 grep -v '^ *+' conftest.er1 >conftest.err 11492 grep -v '^ *+' conftest.er1 >conftest.err
12245 rm -f conftest.er1 11493 rm -f conftest.er1
12246 cat conftest.err >&5 11494 cat conftest.err >&5
12247 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248 (exit $ac_status); } && { 11496 (exit $ac_status); } &&
12249 test -z "$ac_cxx_werror_flag" || 11497 { ac_try='test -z "$ac_cxx_werror_flag"
12250 test ! -s conftest.err 11498 || test ! -s conftest.err'
12251 } && test -s conftest$ac_exeext && 11499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12252 $as_test_x conftest$ac_exeext; then 11500 (eval $ac_try) 2>&5
11501 ac_status=$?
11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503 (exit $ac_status); }; } &&
11504 { ac_try='test -s conftest$ac_exeext'
11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11506 (eval $ac_try) 2>&5
11507 ac_status=$?
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); }; }; then
12253 rxvt_cv_func_setlocale=yes 11510 rxvt_cv_func_setlocale=yes
12254else 11511else
12255 echo "$as_me: failed program was:" >&5 11512 echo "$as_me: failed program was:" >&5
12256sed 's/^/| /' conftest.$ac_ext >&5 11513sed 's/^/| /' conftest.$ac_ext >&5
12257 11514
12258 rxvt_cv_func_setlocale=no 11515rxvt_cv_func_setlocale=no
12259fi 11516fi
12260 11517rm -f conftest.err conftest.$ac_objext \
12261rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12262 conftest$ac_exeext conftest.$ac_ext 11518 conftest$ac_exeext conftest.$ac_ext
12263fi 11519fi
12264{ echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5 11520echo "$as_me:$LINENO: result: $rxvt_cv_func_setlocale" >&5
12265echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6; } 11521echo "${ECHO_T}$rxvt_cv_func_setlocale" >&6
12266if test x$rxvt_cv_func_setlocale = xyes; then 11522if test x$rxvt_cv_func_setlocale = xyes; then
12267 11523
12268cat >>confdefs.h <<\_ACEOF 11524cat >>confdefs.h <<\_ACEOF
12269#define HAVE_SETLOCALE 1 11525#define HAVE_SETLOCALE 1
12270_ACEOF 11526_ACEOF
12271 11527
12272fi 11528fi
12273 11529
12274{ echo "$as_me:$LINENO: checking for working nl_langinfo" >&5 11530echo "$as_me:$LINENO: checking for working nl_langinfo" >&5
12275echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6; } 11531echo $ECHO_N "checking for working nl_langinfo... $ECHO_C" >&6
12276if test "${rxvt_cv_func_nl_langinfo+set}" = set; then 11532if test "${rxvt_cv_func_nl_langinfo+set}" = set; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6 11533 echo $ECHO_N "(cached) $ECHO_C" >&6
12278else 11534else
12279 cat >conftest.$ac_ext <<_ACEOF 11535 cat >conftest.$ac_ext <<_ACEOF
12280/* confdefs.h. */ 11536/* confdefs.h. */
12290 ; 11546 ;
12291 return 0; 11547 return 0;
12292} 11548}
12293_ACEOF 11549_ACEOF
12294rm -f conftest.$ac_objext conftest$ac_exeext 11550rm -f conftest.$ac_objext conftest$ac_exeext
12295if { (ac_try="$ac_link"
12296case "(($ac_try" in
12297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12298 *) ac_try_echo=$ac_try;;
12299esac
12300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11551if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12301 (eval "$ac_link") 2>conftest.er1 11552 (eval $ac_link) 2>conftest.er1
12302 ac_status=$? 11553 ac_status=$?
12303 grep -v '^ *+' conftest.er1 >conftest.err 11554 grep -v '^ *+' conftest.er1 >conftest.err
12304 rm -f conftest.er1 11555 rm -f conftest.er1
12305 cat conftest.err >&5 11556 cat conftest.err >&5
12306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307 (exit $ac_status); } && { 11558 (exit $ac_status); } &&
12308 test -z "$ac_cxx_werror_flag" || 11559 { ac_try='test -z "$ac_cxx_werror_flag"
12309 test ! -s conftest.err 11560 || test ! -s conftest.err'
12310 } && test -s conftest$ac_exeext && 11561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12311 $as_test_x conftest$ac_exeext; then 11562 (eval $ac_try) 2>&5
11563 ac_status=$?
11564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11565 (exit $ac_status); }; } &&
11566 { ac_try='test -s conftest$ac_exeext'
11567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11568 (eval $ac_try) 2>&5
11569 ac_status=$?
11570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11571 (exit $ac_status); }; }; then
12312 rxvt_cv_func_nl_langinfo=yes 11572 rxvt_cv_func_nl_langinfo=yes
12313else 11573else
12314 echo "$as_me: failed program was:" >&5 11574 echo "$as_me: failed program was:" >&5
12315sed 's/^/| /' conftest.$ac_ext >&5 11575sed 's/^/| /' conftest.$ac_ext >&5
12316 11576
12317 rxvt_cv_func_nl_langinfo=no 11577rxvt_cv_func_nl_langinfo=no
12318fi 11578fi
12319 11579rm -f conftest.err conftest.$ac_objext \
12320rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12321 conftest$ac_exeext conftest.$ac_ext 11580 conftest$ac_exeext conftest.$ac_ext
12322fi 11581fi
12323{ echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5 11582echo "$as_me:$LINENO: result: $rxvt_cv_func_nl_langinfo" >&5
12324echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6; } 11583echo "${ECHO_T}$rxvt_cv_func_nl_langinfo" >&6
12325if test x$rxvt_cv_func_nl_langinfo = xyes; then 11584if test x$rxvt_cv_func_nl_langinfo = xyes; then
12326 11585
12327cat >>confdefs.h <<\_ACEOF 11586cat >>confdefs.h <<\_ACEOF
12328#define HAVE_NL_LANGINFO 1 11587#define HAVE_NL_LANGINFO 1
12329_ACEOF 11588_ACEOF
12330 11589
12331fi 11590fi
12332 11591
12333 11592
12334{ echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 11593echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
12335echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6; } 11594echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
12336if test "${can_pass_fds+set}" = set; then 11595if test "${can_pass_fds+set}" = set; then
12337 echo $ECHO_N "(cached) $ECHO_C" >&6 11596 echo $ECHO_N "(cached) $ECHO_C" >&6
12338else 11597else
12339 cat >conftest.$ac_ext <<_ACEOF 11598 cat >conftest.$ac_ext <<_ACEOF
12340/* confdefs.h. */ 11599/* confdefs.h. */
12379 ; 11638 ;
12380 return 0; 11639 return 0;
12381} 11640}
12382_ACEOF 11641_ACEOF
12383rm -f conftest.$ac_objext conftest$ac_exeext 11642rm -f conftest.$ac_objext conftest$ac_exeext
12384if { (ac_try="$ac_link"
12385case "(($ac_try" in
12386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12387 *) ac_try_echo=$ac_try;;
12388esac
12389eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11643if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12390 (eval "$ac_link") 2>conftest.er1 11644 (eval $ac_link) 2>conftest.er1
12391 ac_status=$? 11645 ac_status=$?
12392 grep -v '^ *+' conftest.er1 >conftest.err 11646 grep -v '^ *+' conftest.er1 >conftest.err
12393 rm -f conftest.er1 11647 rm -f conftest.er1
12394 cat conftest.err >&5 11648 cat conftest.err >&5
12395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396 (exit $ac_status); } && { 11650 (exit $ac_status); } &&
12397 test -z "$ac_cxx_werror_flag" || 11651 { ac_try='test -z "$ac_cxx_werror_flag"
12398 test ! -s conftest.err 11652 || test ! -s conftest.err'
12399 } && test -s conftest$ac_exeext && 11653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12400 $as_test_x conftest$ac_exeext; then 11654 (eval $ac_try) 2>&5
11655 ac_status=$?
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; } &&
11658 { ac_try='test -s conftest$ac_exeext'
11659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660 (eval $ac_try) 2>&5
11661 ac_status=$?
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); }; }; then
12401 can_pass_fds=yes 11664 can_pass_fds=yes
12402else 11665else
12403 echo "$as_me: failed program was:" >&5 11666 echo "$as_me: failed program was:" >&5
12404sed 's/^/| /' conftest.$ac_ext >&5 11667sed 's/^/| /' conftest.$ac_ext >&5
12405 11668
12406 can_pass_fds=no 11669can_pass_fds=no
12407fi 11670fi
12408 11671rm -f conftest.err conftest.$ac_objext \
12409rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12410 conftest$ac_exeext conftest.$ac_ext 11672 conftest$ac_exeext conftest.$ac_ext
12411fi 11673fi
12412{ echo "$as_me:$LINENO: result: $can_pass_fds" >&5 11674echo "$as_me:$LINENO: result: $can_pass_fds" >&5
12413echo "${ECHO_T}$can_pass_fds" >&6; } 11675echo "${ECHO_T}$can_pass_fds" >&6
12414if test x$can_pass_fds = xyes; then 11676if test x$can_pass_fds = xyes; then
12415 11677
12416cat >>confdefs.h <<\_ACEOF 11678cat >>confdefs.h <<\_ACEOF
12417#define HAVE_UNIX_FDPASS 1 11679#define HAVE_UNIX_FDPASS 1
12418_ACEOF 11680_ACEOF
12422echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;} 11684echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12423 { (exit 1); exit 1; }; } 11685 { (exit 1); exit 1; }; }
12424fi 11686fi
12425 11687
12426 11688
12427{ echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11689echo "$as_me:$LINENO: checking for broken XIM callback" >&5
12428echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; } 11690echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
12429if test "${rxvt_broken_ximcb+set}" = set; then 11691if test "${rxvt_broken_ximcb+set}" = set; then
12430 echo $ECHO_N "(cached) $ECHO_C" >&6 11692 echo $ECHO_N "(cached) $ECHO_C" >&6
12431else 11693else
12432 cat >conftest.$ac_ext <<_ACEOF 11694 cat >conftest.$ac_ext <<_ACEOF
12433 11695
12440 cb.callback = im_destroy_cb; 11702 cb.callback = im_destroy_cb;
12441} 11703}
12442 11704
12443_ACEOF 11705_ACEOF
12444rm -f conftest.$ac_objext 11706rm -f conftest.$ac_objext
12445if { (ac_try="$ac_compile"
12446case "(($ac_try" in
12447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12448 *) ac_try_echo=$ac_try;;
12449esac
12450eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12451 (eval "$ac_compile") 2>conftest.er1 11708 (eval $ac_compile) 2>conftest.er1
12452 ac_status=$? 11709 ac_status=$?
12453 grep -v '^ *+' conftest.er1 >conftest.err 11710 grep -v '^ *+' conftest.er1 >conftest.err
12454 rm -f conftest.er1 11711 rm -f conftest.er1
12455 cat conftest.err >&5 11712 cat conftest.err >&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); } && { 11714 (exit $ac_status); } &&
12458 test -z "$ac_cxx_werror_flag" || 11715 { ac_try='test -z "$ac_cxx_werror_flag"
12459 test ! -s conftest.err 11716 || test ! -s conftest.err'
12460 } && test -s conftest.$ac_objext; then 11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11718 (eval $ac_try) 2>&5
11719 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); }; } &&
11722 { ac_try='test -s conftest.$ac_objext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5
11725 ac_status=$?
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); }; }; then
12461 rxvt_broken_ximcb=yes 11728 rxvt_broken_ximcb=yes
12462else 11729else
12463 echo "$as_me: failed program was:" >&5 11730 echo "$as_me: failed program was:" >&5
12464sed 's/^/| /' conftest.$ac_ext >&5 11731sed 's/^/| /' conftest.$ac_ext >&5
12465 11732
12466 rxvt_broken_ximcb=no 11733rxvt_broken_ximcb=no
12467fi 11734fi
12468
12469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11735rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12470fi 11736fi
12471{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5 11737echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
12472echo "${ECHO_T}$rxvt_broken_ximcb" >&6; } 11738echo "${ECHO_T}$rxvt_broken_ximcb" >&6
12473 11739
12474if test x$rxvt_broken_ximcb = xyes; then 11740if test x$rxvt_broken_ximcb = xyes; then
12475 11741
12476cat >>confdefs.h <<\_ACEOF 11742cat >>confdefs.h <<\_ACEOF
12477#define XIMCB_PROTO_BROKEN 1 11743#define XIMCB_PROTO_BROKEN 1
12492 sys/ioctl.h \ 11758 sys/ioctl.h \
12493 sys/stropts.h \ 11759 sys/stropts.h \
12494 11760
12495do 11761do
12496as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11762as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12497if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11763if eval "test \"\${$as_ac_Header+set}\" = set"; then
12498 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11764 echo "$as_me:$LINENO: checking for $ac_header" >&5
12499echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11765echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12500if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11766if eval "test \"\${$as_ac_Header+set}\" = set"; then
12501 echo $ECHO_N "(cached) $ECHO_C" >&6 11767 echo $ECHO_N "(cached) $ECHO_C" >&6
12502fi 11768fi
12503ac_res=`eval echo '${'$as_ac_Header'}'` 11769echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12504 { echo "$as_me:$LINENO: result: $ac_res" >&5 11770echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12505echo "${ECHO_T}$ac_res" >&6; }
12506else 11771else
12507 # Is the header compilable? 11772 # Is the header compilable?
12508{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 11773echo "$as_me:$LINENO: checking $ac_header usability" >&5
12509echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 11774echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12510cat >conftest.$ac_ext <<_ACEOF 11775cat >conftest.$ac_ext <<_ACEOF
12511/* confdefs.h. */ 11776/* confdefs.h. */
12512_ACEOF 11777_ACEOF
12513cat confdefs.h >>conftest.$ac_ext 11778cat confdefs.h >>conftest.$ac_ext
12514cat >>conftest.$ac_ext <<_ACEOF 11779cat >>conftest.$ac_ext <<_ACEOF
12515/* end confdefs.h. */ 11780/* end confdefs.h. */
12516$ac_includes_default 11781$ac_includes_default
12517#include <$ac_header> 11782#include <$ac_header>
12518_ACEOF 11783_ACEOF
12519rm -f conftest.$ac_objext 11784rm -f conftest.$ac_objext
12520if { (ac_try="$ac_compile"
12521case "(($ac_try" in
12522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12523 *) ac_try_echo=$ac_try;;
12524esac
12525eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11785if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12526 (eval "$ac_compile") 2>conftest.er1 11786 (eval $ac_compile) 2>conftest.er1
12527 ac_status=$? 11787 ac_status=$?
12528 grep -v '^ *+' conftest.er1 >conftest.err 11788 grep -v '^ *+' conftest.er1 >conftest.err
12529 rm -f conftest.er1 11789 rm -f conftest.er1
12530 cat conftest.err >&5 11790 cat conftest.err >&5
12531 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12532 (exit $ac_status); } && { 11792 (exit $ac_status); } &&
12533 test -z "$ac_cxx_werror_flag" || 11793 { ac_try='test -z "$ac_cxx_werror_flag"
12534 test ! -s conftest.err 11794 || test ! -s conftest.err'
12535 } && test -s conftest.$ac_objext; then 11795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11796 (eval $ac_try) 2>&5
11797 ac_status=$?
11798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11799 (exit $ac_status); }; } &&
11800 { ac_try='test -s conftest.$ac_objext'
11801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11802 (eval $ac_try) 2>&5
11803 ac_status=$?
11804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 (exit $ac_status); }; }; then
12536 ac_header_compiler=yes 11806 ac_header_compiler=yes
12537else 11807else
12538 echo "$as_me: failed program was:" >&5 11808 echo "$as_me: failed program was:" >&5
12539sed 's/^/| /' conftest.$ac_ext >&5 11809sed 's/^/| /' conftest.$ac_ext >&5
12540 11810
12541 ac_header_compiler=no 11811ac_header_compiler=no
12542fi 11812fi
12543
12544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11813rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12545{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11814echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12546echo "${ECHO_T}$ac_header_compiler" >&6; } 11815echo "${ECHO_T}$ac_header_compiler" >&6
12547 11816
12548# Is the header present? 11817# Is the header present?
12549{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 11818echo "$as_me:$LINENO: checking $ac_header presence" >&5
12550echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 11819echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12551cat >conftest.$ac_ext <<_ACEOF 11820cat >conftest.$ac_ext <<_ACEOF
12552/* confdefs.h. */ 11821/* confdefs.h. */
12553_ACEOF 11822_ACEOF
12554cat confdefs.h >>conftest.$ac_ext 11823cat confdefs.h >>conftest.$ac_ext
12555cat >>conftest.$ac_ext <<_ACEOF 11824cat >>conftest.$ac_ext <<_ACEOF
12556/* end confdefs.h. */ 11825/* end confdefs.h. */
12557#include <$ac_header> 11826#include <$ac_header>
12558_ACEOF 11827_ACEOF
12559if { (ac_try="$ac_cpp conftest.$ac_ext" 11828if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12560case "(($ac_try" in
12561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12562 *) ac_try_echo=$ac_try;;
12563esac
12564eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12565 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12566 ac_status=$? 11830 ac_status=$?
12567 grep -v '^ *+' conftest.er1 >conftest.err 11831 grep -v '^ *+' conftest.er1 >conftest.err
12568 rm -f conftest.er1 11832 rm -f conftest.er1
12569 cat conftest.err >&5 11833 cat conftest.err >&5
12570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12571 (exit $ac_status); } >/dev/null && { 11835 (exit $ac_status); } >/dev/null; then
12572 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
12573 test ! -s conftest.err 11836 if test -s conftest.err; then
12574 }; then 11837 ac_cpp_err=$ac_cxx_preproc_warn_flag
11838 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11839 else
11840 ac_cpp_err=
11841 fi
11842else
11843 ac_cpp_err=yes
11844fi
11845if test -z "$ac_cpp_err"; then
12575 ac_header_preproc=yes 11846 ac_header_preproc=yes
12576else 11847else
12577 echo "$as_me: failed program was:" >&5 11848 echo "$as_me: failed program was:" >&5
12578sed 's/^/| /' conftest.$ac_ext >&5 11849sed 's/^/| /' conftest.$ac_ext >&5
12579 11850
12580 ac_header_preproc=no 11851 ac_header_preproc=no
12581fi 11852fi
12582
12583rm -f conftest.err conftest.$ac_ext 11853rm -f conftest.err conftest.$ac_ext
12584{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11854echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12585echo "${ECHO_T}$ac_header_preproc" >&6; } 11855echo "${ECHO_T}$ac_header_preproc" >&6
12586 11856
12587# So? What about this header? 11857# So? What about this header?
12588case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 11858case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12589 yes:no: ) 11859 yes:no: )
12590 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11860 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12604echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 11874echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12605 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11875 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12606echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11876echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12607 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 11877 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12608echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 11878echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12609 11879 (
11880 cat <<\_ASBOX
11881## ------------------------------------------ ##
11882## Report this to the AC_PACKAGE_NAME lists. ##
11883## ------------------------------------------ ##
11884_ASBOX
11885 ) |
11886 sed "s/^/$as_me: WARNING: /" >&2
12610 ;; 11887 ;;
12611esac 11888esac
12612{ echo "$as_me:$LINENO: checking for $ac_header" >&5 11889echo "$as_me:$LINENO: checking for $ac_header" >&5
12613echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11890echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12614if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11891if eval "test \"\${$as_ac_Header+set}\" = set"; then
12615 echo $ECHO_N "(cached) $ECHO_C" >&6 11892 echo $ECHO_N "(cached) $ECHO_C" >&6
12616else 11893else
12617 eval "$as_ac_Header=\$ac_header_preproc" 11894 eval "$as_ac_Header=\$ac_header_preproc"
12618fi 11895fi
12619ac_res=`eval echo '${'$as_ac_Header'}'` 11896echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12620 { echo "$as_me:$LINENO: result: $ac_res" >&5 11897echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12621echo "${ECHO_T}$ac_res" >&6; }
12622 11898
12623fi 11899fi
12624if test `eval echo '${'$as_ac_Header'}'` = yes; then 11900if test `eval echo '${'$as_ac_Header'}'` = yes; then
12625 cat >>confdefs.h <<_ACEOF 11901 cat >>confdefs.h <<_ACEOF
12626#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 11902#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12651 setreuid \ 11927 setreuid \
12652 setresuid \ 11928 setresuid \
12653 11929
12654do 11930do
12655as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11931as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12656{ echo "$as_me:$LINENO: checking for $ac_func" >&5 11932echo "$as_me:$LINENO: checking for $ac_func" >&5
12657echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11933echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12658if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11934if eval "test \"\${$as_ac_var+set}\" = set"; then
12659 echo $ECHO_N "(cached) $ECHO_C" >&6 11935 echo $ECHO_N "(cached) $ECHO_C" >&6
12660else 11936else
12661 cat >conftest.$ac_ext <<_ACEOF 11937 cat >conftest.$ac_ext <<_ACEOF
12662/* confdefs.h. */ 11938/* confdefs.h. */
12663_ACEOF 11939_ACEOF
12679# include <assert.h> 11955# include <assert.h>
12680#endif 11956#endif
12681 11957
12682#undef $ac_func 11958#undef $ac_func
12683 11959
12684/* Override any GCC internal prototype to avoid an error. 11960/* Override any gcc2 internal prototype to avoid an error. */
12685 Use char because int might match the return type of a GCC
12686 builtin and then its argument prototype would still apply. */
12687#ifdef __cplusplus 11961#ifdef __cplusplus
12688extern "C" 11962extern "C"
11963{
12689#endif 11964#endif
11965/* We use char because int might match the return type of a gcc2
11966 builtin and then its argument prototype would still apply. */
12690char $ac_func (); 11967char $ac_func ();
12691/* The GNU C library defines this for functions which it implements 11968/* The GNU C library defines this for functions which it implements
12692 to always fail with ENOSYS. Some functions are actually named 11969 to always fail with ENOSYS. Some functions are actually named
12693 something starting with __ and the normal name is an alias. */ 11970 something starting with __ and the normal name is an alias. */
12694#if defined __stub_$ac_func || defined __stub___$ac_func 11971#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12695choke me 11972choke me
11973#else
11974char (*f) () = $ac_func;
11975#endif
11976#ifdef __cplusplus
11977}
12696#endif 11978#endif
12697 11979
12698int 11980int
12699main () 11981main ()
12700{ 11982{
12701return $ac_func (); 11983return f != $ac_func;
12702 ; 11984 ;
12703 return 0; 11985 return 0;
12704} 11986}
12705_ACEOF 11987_ACEOF
12706rm -f conftest.$ac_objext conftest$ac_exeext 11988rm -f conftest.$ac_objext conftest$ac_exeext
12707if { (ac_try="$ac_link"
12708case "(($ac_try" in
12709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12710 *) ac_try_echo=$ac_try;;
12711esac
12712eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12713 (eval "$ac_link") 2>conftest.er1 11990 (eval $ac_link) 2>conftest.er1
12714 ac_status=$? 11991 ac_status=$?
12715 grep -v '^ *+' conftest.er1 >conftest.err 11992 grep -v '^ *+' conftest.er1 >conftest.err
12716 rm -f conftest.er1 11993 rm -f conftest.er1
12717 cat conftest.err >&5 11994 cat conftest.err >&5
12718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); } && { 11996 (exit $ac_status); } &&
12720 test -z "$ac_cxx_werror_flag" || 11997 { ac_try='test -z "$ac_cxx_werror_flag"
12721 test ! -s conftest.err 11998 || test ! -s conftest.err'
12722 } && test -s conftest$ac_exeext && 11999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12723 $as_test_x conftest$ac_exeext; then 12000 (eval $ac_try) 2>&5
12001 ac_status=$?
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); }; } &&
12004 { ac_try='test -s conftest$ac_exeext'
12005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12006 (eval $ac_try) 2>&5
12007 ac_status=$?
12008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); }; }; then
12724 eval "$as_ac_var=yes" 12010 eval "$as_ac_var=yes"
12725else 12011else
12726 echo "$as_me: failed program was:" >&5 12012 echo "$as_me: failed program was:" >&5
12727sed 's/^/| /' conftest.$ac_ext >&5 12013sed 's/^/| /' conftest.$ac_ext >&5
12728 12014
12729 eval "$as_ac_var=no" 12015eval "$as_ac_var=no"
12730fi 12016fi
12731 12017rm -f conftest.err conftest.$ac_objext \
12732rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12733 conftest$ac_exeext conftest.$ac_ext 12018 conftest$ac_exeext conftest.$ac_ext
12734fi 12019fi
12735ac_res=`eval echo '${'$as_ac_var'}'` 12020echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12736 { echo "$as_me:$LINENO: result: $ac_res" >&5 12021echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12737echo "${ECHO_T}$ac_res" >&6; }
12738if test `eval echo '${'$as_ac_var'}'` = yes; then 12022if test `eval echo '${'$as_ac_var'}'` = yes; then
12739 cat >>confdefs.h <<_ACEOF 12023 cat >>confdefs.h <<_ACEOF
12740#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12024#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12741_ACEOF 12025_ACEOF
12742 12026
12744done 12028done
12745 12029
12746 12030
12747have_clone=no 12031have_clone=no
12748 12032
12749{ echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5 12033echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12750echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6; } 12034echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12751if test -e /dev/ptym/clone; then 12035if test -e /dev/ptym/clone; then
12752 { echo "$as_me:$LINENO: result: yes" >&5 12036 echo "$as_me:$LINENO: result: yes" >&5
12753echo "${ECHO_T}yes" >&6; } 12037echo "${ECHO_T}yes" >&6
12754 12038
12755cat >>confdefs.h <<\_ACEOF 12039cat >>confdefs.h <<\_ACEOF
12756#define HAVE_DEV_CLONE 1 12040#define HAVE_DEV_CLONE 1
12757_ACEOF 12041_ACEOF
12758 12042
12761#define CLONE_DEVICE "/dev/ptym/clone" 12045#define CLONE_DEVICE "/dev/ptym/clone"
12762_ACEOF 12046_ACEOF
12763 12047
12764 have_clone=yes 12048 have_clone=yes
12765else 12049else
12766 { echo "$as_me:$LINENO: result: no" >&5 12050 echo "$as_me:$LINENO: result: no" >&5
12767echo "${ECHO_T}no" >&6; } 12051echo "${ECHO_T}no" >&6
12768fi 12052fi
12769 12053
12770{ echo "$as_me:$LINENO: checking for /dev/ptc" >&5 12054echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12771echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6; } 12055echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12772if test -e /dev/ptc; then 12056if test -e /dev/ptc; then
12773 { echo "$as_me:$LINENO: result: yes" >&5 12057 echo "$as_me:$LINENO: result: yes" >&5
12774echo "${ECHO_T}yes" >&6; } 12058echo "${ECHO_T}yes" >&6
12775 12059
12776cat >>confdefs.h <<\_ACEOF 12060cat >>confdefs.h <<\_ACEOF
12777#define HAVE_DEV_PTC 1 12061#define HAVE_DEV_PTC 1
12778_ACEOF 12062_ACEOF
12779 12063
12782#define CLONE_DEVICE "/dev/ptc" 12066#define CLONE_DEVICE "/dev/ptc"
12783_ACEOF 12067_ACEOF
12784 12068
12785 have_clone=yes 12069 have_clone=yes
12786else 12070else
12787 { echo "$as_me:$LINENO: result: no" >&5 12071 echo "$as_me:$LINENO: result: no" >&5
12788echo "${ECHO_T}no" >&6; } 12072echo "${ECHO_T}no" >&6
12789fi 12073fi
12790 12074
12791case $host in 12075case $host in
12792 *-*-cygwin*) 12076 *-*-cygwin*)
12793 have_clone=yes 12077 have_clone=yes
12796#define CLONE_DEVICE "/dev/ptmx" 12080#define CLONE_DEVICE "/dev/ptmx"
12797_ACEOF 12081_ACEOF
12798 12082
12799 ;; 12083 ;;
12800 *) 12084 *)
12801 { echo "$as_me:$LINENO: checking for /dev/ptmx" >&5 12085 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12802echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6; } 12086echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12803 if test -e /dev/ptmx; then 12087 if test -e /dev/ptmx; then
12804 { echo "$as_me:$LINENO: result: yes" >&5 12088 echo "$as_me:$LINENO: result: yes" >&5
12805echo "${ECHO_T}yes" >&6; } 12089echo "${ECHO_T}yes" >&6
12806 12090
12807cat >>confdefs.h <<\_ACEOF 12091cat >>confdefs.h <<\_ACEOF
12808#define HAVE_DEV_PTMX 1 12092#define HAVE_DEV_PTMX 1
12809_ACEOF 12093_ACEOF
12810 12094
12813#define CLONE_DEVICE "/dev/ptmx" 12097#define CLONE_DEVICE "/dev/ptmx"
12814_ACEOF 12098_ACEOF
12815 12099
12816 have_clone=yes 12100 have_clone=yes
12817 else 12101 else
12818 { echo "$as_me:$LINENO: result: no" >&5 12102 echo "$as_me:$LINENO: result: no" >&5
12819echo "${ECHO_T}no" >&6; } 12103echo "${ECHO_T}no" >&6
12820 fi 12104 fi
12821 ;; 12105 ;;
12822esac 12106esac
12823 12107
12824if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then 12108if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12825 { echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5 12109 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12826echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6; } 12110echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12827 cat >conftest.$ac_ext <<_ACEOF 12111 cat >conftest.$ac_ext <<_ACEOF
12828/* confdefs.h. */ 12112/* confdefs.h. */
12829_ACEOF 12113_ACEOF
12830cat confdefs.h >>conftest.$ac_ext 12114cat confdefs.h >>conftest.$ac_ext
12831cat >>conftest.$ac_ext <<_ACEOF 12115cat >>conftest.$ac_ext <<_ACEOF
12838 ; 12122 ;
12839 return 0; 12123 return 0;
12840} 12124}
12841_ACEOF 12125_ACEOF
12842rm -f conftest.$ac_objext conftest$ac_exeext 12126rm -f conftest.$ac_objext conftest$ac_exeext
12843if { (ac_try="$ac_link"
12844case "(($ac_try" in
12845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12846 *) ac_try_echo=$ac_try;;
12847esac
12848eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12127if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12849 (eval "$ac_link") 2>conftest.er1 12128 (eval $ac_link) 2>conftest.er1
12850 ac_status=$? 12129 ac_status=$?
12851 grep -v '^ *+' conftest.er1 >conftest.err 12130 grep -v '^ *+' conftest.er1 >conftest.err
12852 rm -f conftest.er1 12131 rm -f conftest.er1
12853 cat conftest.err >&5 12132 cat conftest.err >&5
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); } && { 12134 (exit $ac_status); } &&
12856 test -z "$ac_cxx_werror_flag" || 12135 { ac_try='test -z "$ac_cxx_werror_flag"
12857 test ! -s conftest.err 12136 || test ! -s conftest.err'
12858 } && test -s conftest$ac_exeext && 12137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12859 $as_test_x conftest$ac_exeext; then 12138 (eval $ac_try) 2>&5
12139 ac_status=$?
12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); }; } &&
12142 { ac_try='test -s conftest$ac_exeext'
12143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12144 (eval $ac_try) 2>&5
12145 ac_status=$?
12146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12147 (exit $ac_status); }; }; then
12860 unix98_pty=yes 12148 unix98_pty=yes
12861 12149
12862cat >>confdefs.h <<\_ACEOF 12150cat >>confdefs.h <<\_ACEOF
12863#define UNIX98_PTY 1 12151#define UNIX98_PTY 1
12864_ACEOF 12152_ACEOF
12865 12153
12866 { echo "$as_me:$LINENO: result: yes" >&5 12154 echo "$as_me:$LINENO: result: yes" >&5
12867echo "${ECHO_T}yes" >&6; } 12155echo "${ECHO_T}yes" >&6
12868else 12156else
12869 echo "$as_me: failed program was:" >&5 12157 echo "$as_me: failed program was:" >&5
12870sed 's/^/| /' conftest.$ac_ext >&5 12158sed 's/^/| /' conftest.$ac_ext >&5
12871 12159
12872 { echo "$as_me:$LINENO: result: no" >&5 12160echo "$as_me:$LINENO: result: no" >&5
12873echo "${ECHO_T}no" >&6; } 12161echo "${ECHO_T}no" >&6
12874fi 12162fi
12875 12163rm -f conftest.err conftest.$ac_objext \
12876rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12877 conftest$ac_exeext conftest.$ac_ext 12164 conftest$ac_exeext conftest.$ac_ext
12878fi 12165fi
12879 12166
12880if test -z "$unix98_pty"; then 12167if test -z "$unix98_pty"; then
12881 12168
12882for ac_func in openpty 12169for ac_func in openpty
12883do 12170do
12884as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12171as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12885{ echo "$as_me:$LINENO: checking for $ac_func" >&5 12172echo "$as_me:$LINENO: checking for $ac_func" >&5
12886echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12173echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12887if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12174if eval "test \"\${$as_ac_var+set}\" = set"; then
12888 echo $ECHO_N "(cached) $ECHO_C" >&6 12175 echo $ECHO_N "(cached) $ECHO_C" >&6
12889else 12176else
12890 cat >conftest.$ac_ext <<_ACEOF 12177 cat >conftest.$ac_ext <<_ACEOF
12891/* confdefs.h. */ 12178/* confdefs.h. */
12892_ACEOF 12179_ACEOF
12908# include <assert.h> 12195# include <assert.h>
12909#endif 12196#endif
12910 12197
12911#undef $ac_func 12198#undef $ac_func
12912 12199
12913/* Override any GCC internal prototype to avoid an error. 12200/* Override any gcc2 internal prototype to avoid an error. */
12914 Use char because int might match the return type of a GCC
12915 builtin and then its argument prototype would still apply. */
12916#ifdef __cplusplus 12201#ifdef __cplusplus
12917extern "C" 12202extern "C"
12203{
12918#endif 12204#endif
12205/* We use char because int might match the return type of a gcc2
12206 builtin and then its argument prototype would still apply. */
12919char $ac_func (); 12207char $ac_func ();
12920/* The GNU C library defines this for functions which it implements 12208/* The GNU C library defines this for functions which it implements
12921 to always fail with ENOSYS. Some functions are actually named 12209 to always fail with ENOSYS. Some functions are actually named
12922 something starting with __ and the normal name is an alias. */ 12210 something starting with __ and the normal name is an alias. */
12923#if defined __stub_$ac_func || defined __stub___$ac_func 12211#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12924choke me 12212choke me
12213#else
12214char (*f) () = $ac_func;
12215#endif
12216#ifdef __cplusplus
12217}
12925#endif 12218#endif
12926 12219
12927int 12220int
12928main () 12221main ()
12929{ 12222{
12930return $ac_func (); 12223return f != $ac_func;
12931 ; 12224 ;
12932 return 0; 12225 return 0;
12933} 12226}
12934_ACEOF 12227_ACEOF
12935rm -f conftest.$ac_objext conftest$ac_exeext 12228rm -f conftest.$ac_objext conftest$ac_exeext
12936if { (ac_try="$ac_link"
12937case "(($ac_try" in
12938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12939 *) ac_try_echo=$ac_try;;
12940esac
12941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12229if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12942 (eval "$ac_link") 2>conftest.er1 12230 (eval $ac_link) 2>conftest.er1
12943 ac_status=$? 12231 ac_status=$?
12944 grep -v '^ *+' conftest.er1 >conftest.err 12232 grep -v '^ *+' conftest.er1 >conftest.err
12945 rm -f conftest.er1 12233 rm -f conftest.er1
12946 cat conftest.err >&5 12234 cat conftest.err >&5
12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); } && { 12236 (exit $ac_status); } &&
12949 test -z "$ac_cxx_werror_flag" || 12237 { ac_try='test -z "$ac_cxx_werror_flag"
12950 test ! -s conftest.err 12238 || test ! -s conftest.err'
12951 } && test -s conftest$ac_exeext && 12239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12952 $as_test_x conftest$ac_exeext; then 12240 (eval $ac_try) 2>&5
12241 ac_status=$?
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); }; } &&
12244 { ac_try='test -s conftest$ac_exeext'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5
12247 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; }; then
12953 eval "$as_ac_var=yes" 12250 eval "$as_ac_var=yes"
12954else 12251else
12955 echo "$as_me: failed program was:" >&5 12252 echo "$as_me: failed program was:" >&5
12956sed 's/^/| /' conftest.$ac_ext >&5 12253sed 's/^/| /' conftest.$ac_ext >&5
12957 12254
12958 eval "$as_ac_var=no" 12255eval "$as_ac_var=no"
12959fi 12256fi
12960 12257rm -f conftest.err conftest.$ac_objext \
12961rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12962 conftest$ac_exeext conftest.$ac_ext 12258 conftest$ac_exeext conftest.$ac_ext
12963fi 12259fi
12964ac_res=`eval echo '${'$as_ac_var'}'` 12260echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12965 { echo "$as_me:$LINENO: result: $ac_res" >&5 12261echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12966echo "${ECHO_T}$ac_res" >&6; }
12967if test `eval echo '${'$as_ac_var'}'` = yes; then 12262if test `eval echo '${'$as_ac_var'}'` = yes; then
12968 cat >>confdefs.h <<_ACEOF 12263 cat >>confdefs.h <<_ACEOF
12969#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12264#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12970_ACEOF 12265_ACEOF
12971 12266
12972else 12267else
12973 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 12268 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12974echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } 12269echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12975if test "${ac_cv_lib_util_openpty+set}" = set; then 12270if test "${ac_cv_lib_util_openpty+set}" = set; then
12976 echo $ECHO_N "(cached) $ECHO_C" >&6 12271 echo $ECHO_N "(cached) $ECHO_C" >&6
12977else 12272else
12978 ac_check_lib_save_LIBS=$LIBS 12273 ac_check_lib_save_LIBS=$LIBS
12979LIBS="-lutil $LIBS" 12274LIBS="-lutil $LIBS"
12982_ACEOF 12277_ACEOF
12983cat confdefs.h >>conftest.$ac_ext 12278cat confdefs.h >>conftest.$ac_ext
12984cat >>conftest.$ac_ext <<_ACEOF 12279cat >>conftest.$ac_ext <<_ACEOF
12985/* end confdefs.h. */ 12280/* end confdefs.h. */
12986 12281
12987/* Override any GCC internal prototype to avoid an error. 12282/* Override any gcc2 internal prototype to avoid an error. */
12988 Use char because int might match the return type of a GCC
12989 builtin and then its argument prototype would still apply. */
12990#ifdef __cplusplus 12283#ifdef __cplusplus
12991extern "C" 12284extern "C"
12992#endif 12285#endif
12286/* We use char because int might match the return type of a gcc2
12287 builtin and then its argument prototype would still apply. */
12993char openpty (); 12288char openpty ();
12994int 12289int
12995main () 12290main ()
12996{ 12291{
12997return openpty (); 12292openpty ();
12998 ; 12293 ;
12999 return 0; 12294 return 0;
13000} 12295}
13001_ACEOF 12296_ACEOF
13002rm -f conftest.$ac_objext conftest$ac_exeext 12297rm -f conftest.$ac_objext conftest$ac_exeext
13003if { (ac_try="$ac_link"
13004case "(($ac_try" in
13005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13006 *) ac_try_echo=$ac_try;;
13007esac
13008eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12298if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13009 (eval "$ac_link") 2>conftest.er1 12299 (eval $ac_link) 2>conftest.er1
13010 ac_status=$? 12300 ac_status=$?
13011 grep -v '^ *+' conftest.er1 >conftest.err 12301 grep -v '^ *+' conftest.er1 >conftest.err
13012 rm -f conftest.er1 12302 rm -f conftest.er1
13013 cat conftest.err >&5 12303 cat conftest.err >&5
13014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13015 (exit $ac_status); } && { 12305 (exit $ac_status); } &&
13016 test -z "$ac_cxx_werror_flag" || 12306 { ac_try='test -z "$ac_cxx_werror_flag"
13017 test ! -s conftest.err 12307 || test ! -s conftest.err'
13018 } && test -s conftest$ac_exeext && 12308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13019 $as_test_x conftest$ac_exeext; then 12309 (eval $ac_try) 2>&5
12310 ac_status=$?
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); }; } &&
12313 { ac_try='test -s conftest$ac_exeext'
12314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12315 (eval $ac_try) 2>&5
12316 ac_status=$?
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); }; }; then
13020 ac_cv_lib_util_openpty=yes 12319 ac_cv_lib_util_openpty=yes
13021else 12320else
13022 echo "$as_me: failed program was:" >&5 12321 echo "$as_me: failed program was:" >&5
13023sed 's/^/| /' conftest.$ac_ext >&5 12322sed 's/^/| /' conftest.$ac_ext >&5
13024 12323
13025 ac_cv_lib_util_openpty=no 12324ac_cv_lib_util_openpty=no
13026fi 12325fi
13027 12326rm -f conftest.err conftest.$ac_objext \
13028rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13029 conftest$ac_exeext conftest.$ac_ext 12327 conftest$ac_exeext conftest.$ac_ext
13030LIBS=$ac_check_lib_save_LIBS 12328LIBS=$ac_check_lib_save_LIBS
13031fi 12329fi
13032{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 12330echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
13033echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } 12331echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
13034if test $ac_cv_lib_util_openpty = yes; then 12332if test $ac_cv_lib_util_openpty = yes; then
13035 cat >>confdefs.h <<\_ACEOF 12333 cat >>confdefs.h <<\_ACEOF
13036#define HAVE_OPENPTY 1 12334#define HAVE_OPENPTY 1
13037_ACEOF 12335_ACEOF
13038 LIBS="$LIBS -lutil" 12336 LIBS="$LIBS -lutil"
13043 12341
13044fi 12342fi
13045 12343
13046 12344
13047 12345
13048{ echo "$as_me:$LINENO: checking for tty group" >&5 12346echo "$as_me:$LINENO: checking for tty group" >&5
13049echo $ECHO_N "checking for tty group... $ECHO_C" >&6; } 12347echo $ECHO_N "checking for tty group... $ECHO_C" >&6
13050if test "${tty_group+set}" = set; then 12348if test "${tty_group+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6 12349 echo $ECHO_N "(cached) $ECHO_C" >&6
13052else 12350else
13053 if test "$cross_compiling" = yes; then 12351 if test "$cross_compiling" = yes; then
13054 tty_group=no 12352 tty_group=no
13080 else 12378 else
13081 return 1; 12379 return 1;
13082} 12380}
13083_ACEOF 12381_ACEOF
13084rm -f conftest$ac_exeext 12382rm -f conftest$ac_exeext
13085if { (ac_try="$ac_link"
13086case "(($ac_try" in
13087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13088 *) ac_try_echo=$ac_try;;
13089esac
13090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12383if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13091 (eval "$ac_link") 2>&5 12384 (eval $ac_link) 2>&5
13092 ac_status=$? 12385 ac_status=$?
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12387 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13095 { (case "(($ac_try" in
13096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13097 *) ac_try_echo=$ac_try;;
13098esac
13099eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13100 (eval "$ac_try") 2>&5 12389 (eval $ac_try) 2>&5
13101 ac_status=$? 12390 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; }; then 12392 (exit $ac_status); }; }; then
13104 tty_group=yes 12393 tty_group=yes
13105else 12394else
13108sed 's/^/| /' conftest.$ac_ext >&5 12397sed 's/^/| /' conftest.$ac_ext >&5
13109 12398
13110( exit $ac_status ) 12399( exit $ac_status )
13111tty_group=no 12400tty_group=no
13112fi 12401fi
13113rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12402rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13114fi 12403fi
13115
13116
13117fi 12404fi
13118{ echo "$as_me:$LINENO: result: $tty_group" >&5 12405echo "$as_me:$LINENO: result: $tty_group" >&5
13119echo "${ECHO_T}$tty_group" >&6; } 12406echo "${ECHO_T}$tty_group" >&6
13120if test x$tty_group = xyes; then 12407if test x$tty_group = xyes; then
13121 12408
13122cat >>confdefs.h <<\_ACEOF 12409cat >>confdefs.h <<\_ACEOF
13123#define TTY_GID_SUPPORT 1 12410#define TTY_GID_SUPPORT 1
13124_ACEOF 12411_ACEOF
13126fi 12413fi
13127 12414
13128if test x$support_xft = xyes; then 12415if test x$support_xft = xyes; then
13129 # Extract the first word of "pkg-config", so it can be a program name with args. 12416 # Extract the first word of "pkg-config", so it can be a program name with args.
13130set dummy pkg-config; ac_word=$2 12417set dummy pkg-config; ac_word=$2
13131{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12418echo "$as_me:$LINENO: checking for $ac_word" >&5
13132echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13133if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12420if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13134 echo $ECHO_N "(cached) $ECHO_C" >&6 12421 echo $ECHO_N "(cached) $ECHO_C" >&6
13135else 12422else
13136 case $PKG_CONFIG in 12423 case $PKG_CONFIG in
13137 [\\/]* | ?:[\\/]*) 12424 [\\/]* | ?:[\\/]*)
13142for as_dir in $PATH 12429for as_dir in $PATH
13143do 12430do
13144 IFS=$as_save_IFS 12431 IFS=$as_save_IFS
13145 test -z "$as_dir" && as_dir=. 12432 test -z "$as_dir" && as_dir=.
13146 for ac_exec_ext in '' $ac_executable_extensions; do 12433 for ac_exec_ext in '' $ac_executable_extensions; do
13147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12434 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13148 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12435 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13150 break 2 12437 break 2
13151 fi 12438 fi
13152done 12439done
13153done 12440done
13154IFS=$as_save_IFS
13155 12441
13156 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12442 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13157 ;; 12443 ;;
13158esac 12444esac
13159fi 12445fi
13160PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12446PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12447
13161if test -n "$PKG_CONFIG"; then 12448if test -n "$PKG_CONFIG"; then
13162 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12449 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13163echo "${ECHO_T}$PKG_CONFIG" >&6; } 12450echo "${ECHO_T}$PKG_CONFIG" >&6
13164else 12451else
13165 { echo "$as_me:$LINENO: result: no" >&5 12452 echo "$as_me:$LINENO: result: no" >&5
13166echo "${ECHO_T}no" >&6; } 12453echo "${ECHO_T}no" >&6
13167fi 12454fi
13168
13169 12455
13170 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 12456 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
13171 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 12457 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
13172 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 12458 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
13173 else 12459 else
13174 # Extract the first word of "xft-config", so it can be a program name with args. 12460 # Extract the first word of "xft-config", so it can be a program name with args.
13175set dummy xft-config; ac_word=$2 12461set dummy xft-config; ac_word=$2
13176{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12462echo "$as_me:$LINENO: checking for $ac_word" >&5
13177echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12463echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13178if test "${ac_cv_path_XFT_CONFIG+set}" = set; then 12464if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
13179 echo $ECHO_N "(cached) $ECHO_C" >&6 12465 echo $ECHO_N "(cached) $ECHO_C" >&6
13180else 12466else
13181 case $XFT_CONFIG in 12467 case $XFT_CONFIG in
13182 [\\/]* | ?:[\\/]*) 12468 [\\/]* | ?:[\\/]*)
13187for as_dir in $PATH 12473for as_dir in $PATH
13188do 12474do
13189 IFS=$as_save_IFS 12475 IFS=$as_save_IFS
13190 test -z "$as_dir" && as_dir=. 12476 test -z "$as_dir" && as_dir=.
13191 for ac_exec_ext in '' $ac_executable_extensions; do 12477 for ac_exec_ext in '' $ac_executable_extensions; do
13192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12478 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13193 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12479 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13194 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13195 break 2 12481 break 2
13196 fi 12482 fi
13197done 12483done
13198done 12484done
13199IFS=$as_save_IFS
13200 12485
13201 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no" 12486 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
13202 ;; 12487 ;;
13203esac 12488esac
13204fi 12489fi
13205XFT_CONFIG=$ac_cv_path_XFT_CONFIG 12490XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12491
13206if test -n "$XFT_CONFIG"; then 12492if test -n "$XFT_CONFIG"; then
13207 { echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5 12493 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
13208echo "${ECHO_T}$XFT_CONFIG" >&6; } 12494echo "${ECHO_T}$XFT_CONFIG" >&6
13209else 12495else
13210 { echo "$as_me:$LINENO: result: no" >&5 12496 echo "$as_me:$LINENO: result: no" >&5
13211echo "${ECHO_T}no" >&6; } 12497echo "${ECHO_T}no" >&6
13212fi 12498fi
13213
13214 12499
13215 if test $XFT_CONFIG != no; then 12500 if test $XFT_CONFIG != no; then
13216 LIBS="$LIBS `$XFT_CONFIG --libs`" 12501 LIBS="$LIBS `$XFT_CONFIG --libs`"
13217 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 12502 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
13218 fi 12503 fi
13220 12505
13221 12506
13222for ac_header in X11/Xft/Xft.h 12507for ac_header in X11/Xft/Xft.h
13223do 12508do
13224as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12509as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13225if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12510if eval "test \"\${$as_ac_Header+set}\" = set"; then
13226 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12511 echo "$as_me:$LINENO: checking for $ac_header" >&5
13227echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12512echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13228if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12513if eval "test \"\${$as_ac_Header+set}\" = set"; then
13229 echo $ECHO_N "(cached) $ECHO_C" >&6 12514 echo $ECHO_N "(cached) $ECHO_C" >&6
13230fi 12515fi
13231ac_res=`eval echo '${'$as_ac_Header'}'` 12516echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13232 { echo "$as_me:$LINENO: result: $ac_res" >&5 12517echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13233echo "${ECHO_T}$ac_res" >&6; }
13234else 12518else
13235 # Is the header compilable? 12519 # Is the header compilable?
13236{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 12520echo "$as_me:$LINENO: checking $ac_header usability" >&5
13237echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12521echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13238cat >conftest.$ac_ext <<_ACEOF 12522cat >conftest.$ac_ext <<_ACEOF
13239/* confdefs.h. */ 12523/* confdefs.h. */
13240_ACEOF 12524_ACEOF
13241cat confdefs.h >>conftest.$ac_ext 12525cat confdefs.h >>conftest.$ac_ext
13242cat >>conftest.$ac_ext <<_ACEOF 12526cat >>conftest.$ac_ext <<_ACEOF
13243/* end confdefs.h. */ 12527/* end confdefs.h. */
13244$ac_includes_default 12528$ac_includes_default
13245#include <$ac_header> 12529#include <$ac_header>
13246_ACEOF 12530_ACEOF
13247rm -f conftest.$ac_objext 12531rm -f conftest.$ac_objext
13248if { (ac_try="$ac_compile"
13249case "(($ac_try" in
13250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13251 *) ac_try_echo=$ac_try;;
13252esac
13253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13254 (eval "$ac_compile") 2>conftest.er1 12533 (eval $ac_compile) 2>conftest.er1
13255 ac_status=$? 12534 ac_status=$?
13256 grep -v '^ *+' conftest.er1 >conftest.err 12535 grep -v '^ *+' conftest.er1 >conftest.err
13257 rm -f conftest.er1 12536 rm -f conftest.er1
13258 cat conftest.err >&5 12537 cat conftest.err >&5
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); } && { 12539 (exit $ac_status); } &&
13261 test -z "$ac_cxx_werror_flag" || 12540 { ac_try='test -z "$ac_cxx_werror_flag"
13262 test ! -s conftest.err 12541 || test ! -s conftest.err'
13263 } && test -s conftest.$ac_objext; then 12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12544 ac_status=$?
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; } &&
12547 { ac_try='test -s conftest.$ac_objext'
12548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12549 (eval $ac_try) 2>&5
12550 ac_status=$?
12551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12552 (exit $ac_status); }; }; then
13264 ac_header_compiler=yes 12553 ac_header_compiler=yes
13265else 12554else
13266 echo "$as_me: failed program was:" >&5 12555 echo "$as_me: failed program was:" >&5
13267sed 's/^/| /' conftest.$ac_ext >&5 12556sed 's/^/| /' conftest.$ac_ext >&5
13268 12557
13269 ac_header_compiler=no 12558ac_header_compiler=no
13270fi 12559fi
13271
13272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13273{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12561echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13274echo "${ECHO_T}$ac_header_compiler" >&6; } 12562echo "${ECHO_T}$ac_header_compiler" >&6
13275 12563
13276# Is the header present? 12564# Is the header present?
13277{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 12565echo "$as_me:$LINENO: checking $ac_header presence" >&5
13278echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 12566echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13279cat >conftest.$ac_ext <<_ACEOF 12567cat >conftest.$ac_ext <<_ACEOF
13280/* confdefs.h. */ 12568/* confdefs.h. */
13281_ACEOF 12569_ACEOF
13282cat confdefs.h >>conftest.$ac_ext 12570cat confdefs.h >>conftest.$ac_ext
13283cat >>conftest.$ac_ext <<_ACEOF 12571cat >>conftest.$ac_ext <<_ACEOF
13284/* end confdefs.h. */ 12572/* end confdefs.h. */
13285#include <$ac_header> 12573#include <$ac_header>
13286_ACEOF 12574_ACEOF
13287if { (ac_try="$ac_cpp conftest.$ac_ext" 12575if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13288case "(($ac_try" in
13289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13290 *) ac_try_echo=$ac_try;;
13291esac
13292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13293 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 12576 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13294 ac_status=$? 12577 ac_status=$?
13295 grep -v '^ *+' conftest.er1 >conftest.err 12578 grep -v '^ *+' conftest.er1 >conftest.err
13296 rm -f conftest.er1 12579 rm -f conftest.er1
13297 cat conftest.err >&5 12580 cat conftest.err >&5
13298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13299 (exit $ac_status); } >/dev/null && { 12582 (exit $ac_status); } >/dev/null; then
13300 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
13301 test ! -s conftest.err 12583 if test -s conftest.err; then
13302 }; then 12584 ac_cpp_err=$ac_cxx_preproc_warn_flag
12585 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12586 else
12587 ac_cpp_err=
12588 fi
12589else
12590 ac_cpp_err=yes
12591fi
12592if test -z "$ac_cpp_err"; then
13303 ac_header_preproc=yes 12593 ac_header_preproc=yes
13304else 12594else
13305 echo "$as_me: failed program was:" >&5 12595 echo "$as_me: failed program was:" >&5
13306sed 's/^/| /' conftest.$ac_ext >&5 12596sed 's/^/| /' conftest.$ac_ext >&5
13307 12597
13308 ac_header_preproc=no 12598 ac_header_preproc=no
13309fi 12599fi
13310
13311rm -f conftest.err conftest.$ac_ext 12600rm -f conftest.err conftest.$ac_ext
13312{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12601echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13313echo "${ECHO_T}$ac_header_preproc" >&6; } 12602echo "${ECHO_T}$ac_header_preproc" >&6
13314 12603
13315# So? What about this header? 12604# So? What about this header?
13316case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 12605case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
13317 yes:no: ) 12606 yes:no: )
13318 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12607 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13332echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12621echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13333 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13334echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12623echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13335 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12624 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13336echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12625echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13337 12626 (
12627 cat <<\_ASBOX
12628## ------------------------------------------ ##
12629## Report this to the AC_PACKAGE_NAME lists. ##
12630## ------------------------------------------ ##
12631_ASBOX
12632 ) |
12633 sed "s/^/$as_me: WARNING: /" >&2
13338 ;; 12634 ;;
13339esac 12635esac
13340{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12636echo "$as_me:$LINENO: checking for $ac_header" >&5
13341echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12637echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13342if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12638if eval "test \"\${$as_ac_Header+set}\" = set"; then
13343 echo $ECHO_N "(cached) $ECHO_C" >&6 12639 echo $ECHO_N "(cached) $ECHO_C" >&6
13344else 12640else
13345 eval "$as_ac_Header=\$ac_header_preproc" 12641 eval "$as_ac_Header=\$ac_header_preproc"
13346fi 12642fi
13347ac_res=`eval echo '${'$as_ac_Header'}'` 12643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13348 { echo "$as_me:$LINENO: result: $ac_res" >&5 12644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13349echo "${ECHO_T}$ac_res" >&6; }
13350 12645
13351fi 12646fi
13352if test `eval echo '${'$as_ac_Header'}'` = yes; then 12647if test `eval echo '${'$as_ac_Header'}'` = yes; then
13353 cat >>confdefs.h <<_ACEOF 12648 cat >>confdefs.h <<_ACEOF
13354#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12649#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13359fi 12654fi
13360 12655
13361done 12656done
13362 12657
13363 12658
13364{ echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5 12659echo "$as_me:$LINENO: checking for XftDrawString32 in -lXft" >&5
13365echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6; } 12660echo $ECHO_N "checking for XftDrawString32 in -lXft... $ECHO_C" >&6
13366if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then 12661if test "${ac_cv_lib_Xft_XftDrawString32+set}" = set; then
13367 echo $ECHO_N "(cached) $ECHO_C" >&6 12662 echo $ECHO_N "(cached) $ECHO_C" >&6
13368else 12663else
13369 ac_check_lib_save_LIBS=$LIBS 12664 ac_check_lib_save_LIBS=$LIBS
13370LIBS="-lXft $LIBS" 12665LIBS="-lXft $LIBS"
13373_ACEOF 12668_ACEOF
13374cat confdefs.h >>conftest.$ac_ext 12669cat confdefs.h >>conftest.$ac_ext
13375cat >>conftest.$ac_ext <<_ACEOF 12670cat >>conftest.$ac_ext <<_ACEOF
13376/* end confdefs.h. */ 12671/* end confdefs.h. */
13377 12672
13378/* Override any GCC internal prototype to avoid an error. 12673/* Override any gcc2 internal prototype to avoid an error. */
13379 Use char because int might match the return type of a GCC
13380 builtin and then its argument prototype would still apply. */
13381#ifdef __cplusplus 12674#ifdef __cplusplus
13382extern "C" 12675extern "C"
13383#endif 12676#endif
12677/* We use char because int might match the return type of a gcc2
12678 builtin and then its argument prototype would still apply. */
13384char XftDrawString32 (); 12679char XftDrawString32 ();
13385int 12680int
13386main () 12681main ()
13387{ 12682{
13388return XftDrawString32 (); 12683XftDrawString32 ();
13389 ; 12684 ;
13390 return 0; 12685 return 0;
13391} 12686}
13392_ACEOF 12687_ACEOF
13393rm -f conftest.$ac_objext conftest$ac_exeext 12688rm -f conftest.$ac_objext conftest$ac_exeext
13394if { (ac_try="$ac_link"
13395case "(($ac_try" in
13396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13397 *) ac_try_echo=$ac_try;;
13398esac
13399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12689if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13400 (eval "$ac_link") 2>conftest.er1 12690 (eval $ac_link) 2>conftest.er1
13401 ac_status=$? 12691 ac_status=$?
13402 grep -v '^ *+' conftest.er1 >conftest.err 12692 grep -v '^ *+' conftest.er1 >conftest.err
13403 rm -f conftest.er1 12693 rm -f conftest.er1
13404 cat conftest.err >&5 12694 cat conftest.err >&5
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); } && { 12696 (exit $ac_status); } &&
13407 test -z "$ac_cxx_werror_flag" || 12697 { ac_try='test -z "$ac_cxx_werror_flag"
13408 test ! -s conftest.err 12698 || test ! -s conftest.err'
13409 } && test -s conftest$ac_exeext && 12699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13410 $as_test_x conftest$ac_exeext; then 12700 (eval $ac_try) 2>&5
12701 ac_status=$?
12702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12703 (exit $ac_status); }; } &&
12704 { ac_try='test -s conftest$ac_exeext'
12705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12706 (eval $ac_try) 2>&5
12707 ac_status=$?
12708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12709 (exit $ac_status); }; }; then
13411 ac_cv_lib_Xft_XftDrawString32=yes 12710 ac_cv_lib_Xft_XftDrawString32=yes
13412else 12711else
13413 echo "$as_me: failed program was:" >&5 12712 echo "$as_me: failed program was:" >&5
13414sed 's/^/| /' conftest.$ac_ext >&5 12713sed 's/^/| /' conftest.$ac_ext >&5
13415 12714
13416 ac_cv_lib_Xft_XftDrawString32=no 12715ac_cv_lib_Xft_XftDrawString32=no
13417fi 12716fi
13418 12717rm -f conftest.err conftest.$ac_objext \
13419rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13420 conftest$ac_exeext conftest.$ac_ext 12718 conftest$ac_exeext conftest.$ac_ext
13421LIBS=$ac_check_lib_save_LIBS 12719LIBS=$ac_check_lib_save_LIBS
13422fi 12720fi
13423{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5 12721echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftDrawString32" >&5
13424echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6; } 12722echo "${ECHO_T}$ac_cv_lib_Xft_XftDrawString32" >&6
13425if test $ac_cv_lib_Xft_XftDrawString32 = yes; then 12723if test $ac_cv_lib_Xft_XftDrawString32 = yes; then
13426 cat >>confdefs.h <<_ACEOF 12724 cat >>confdefs.h <<_ACEOF
13427#define HAVE_LIBXFT 1 12725#define HAVE_LIBXFT 1
13428_ACEOF 12726_ACEOF
13429 12727
13478 12776
13479fi 12777fi
13480if test x$support_inheritpixmap = xyes; then 12778if test x$support_inheritpixmap = xyes; then
13481 12779
13482cat >>confdefs.h <<\_ACEOF 12780cat >>confdefs.h <<\_ACEOF
13483#define TRANSPARENT 1 12781#define ENABLE_TRANSPARENCY 1
13484_ACEOF 12782_ACEOF
13485 12783
13486fi 12784fi
13487if test x$support_keepscrolling = xno; then 12785if test x$support_keepscrolling = xno; then
13488 12786
13496cat >>confdefs.h <<\_ACEOF 12794cat >>confdefs.h <<\_ACEOF
13497#define SELECTION_SCROLLING 1 12795#define SELECTION_SCROLLING 1
13498_ACEOF 12796_ACEOF
13499 12797
13500fi 12798fi
13501if test x$support_frills = xyes; then
13502
13503cat >>confdefs.h <<\_ACEOF
13504#define ENABLE_FRILLS 1
13505_ACEOF
13506
13507fi
13508if test x$support_mousewheel = xyes; then 12799if test x$support_mousewheel = xyes; then
13509 12800
13510cat >>confdefs.h <<\_ACEOF 12801cat >>confdefs.h <<\_ACEOF
13511#define MOUSE_WHEEL 1 12802#define MOUSE_WHEEL 1
13512_ACEOF 12803_ACEOF
13516 12807
13517cat >>confdefs.h <<\_ACEOF 12808cat >>confdefs.h <<\_ACEOF
13518#define MOUSE_SLIP_WHEELING 1 12809#define MOUSE_SLIP_WHEELING 1
13519_ACEOF 12810_ACEOF
13520 12811
13521fi
13522if test x$support_xim = xyes -o x$multichar_set = xyes; then
13523 if test x$rxvt_cv_func_xlocale = xyes; then
13524
13525cat >>confdefs.h <<\_ACEOF
13526#define USE_XIM 1
13527_ACEOF
13528
13529 fi
13530fi 12812fi
13531if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then 12813if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13532 12814
13533cat >>confdefs.h <<\_ACEOF 12815cat >>confdefs.h <<\_ACEOF
13534#define XPM_BACKGROUND 1 12816#define XPM_BACKGROUND 1
13657 12939
13658IF_PERL=\# 12940IF_PERL=\#
13659if test x$support_perl = xyes; then 12941if test x$support_perl = xyes; then
13660 # Extract the first word of "perl5", so it can be a program name with args. 12942 # Extract the first word of "perl5", so it can be a program name with args.
13661set dummy perl5; ac_word=$2 12943set dummy perl5; ac_word=$2
13662{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12944echo "$as_me:$LINENO: checking for $ac_word" >&5
13663echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13664if test "${ac_cv_path_PERL+set}" = set; then 12946if test "${ac_cv_path_PERL+set}" = set; then
13665 echo $ECHO_N "(cached) $ECHO_C" >&6 12947 echo $ECHO_N "(cached) $ECHO_C" >&6
13666else 12948else
13667 case $PERL in 12949 case $PERL in
13668 [\\/]* | ?:[\\/]*) 12950 [\\/]* | ?:[\\/]*)
13673for as_dir in $PATH 12955for as_dir in $PATH
13674do 12956do
13675 IFS=$as_save_IFS 12957 IFS=$as_save_IFS
13676 test -z "$as_dir" && as_dir=. 12958 test -z "$as_dir" && as_dir=.
13677 for ac_exec_ext in '' $ac_executable_extensions; do 12959 for ac_exec_ext in '' $ac_executable_extensions; do
13678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13679 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 12961 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13681 break 2 12963 break 2
13682 fi 12964 fi
13683done 12965done
13684done 12966done
13685IFS=$as_save_IFS
13686 12967
13687 ;; 12968 ;;
13688esac 12969esac
13689fi 12970fi
13690PERL=$ac_cv_path_PERL 12971PERL=$ac_cv_path_PERL
12972
13691if test -n "$PERL"; then 12973if test -n "$PERL"; then
13692 { echo "$as_me:$LINENO: result: $PERL" >&5 12974 echo "$as_me:$LINENO: result: $PERL" >&5
13693echo "${ECHO_T}$PERL" >&6; } 12975echo "${ECHO_T}$PERL" >&6
13694else 12976else
13695 { echo "$as_me:$LINENO: result: no" >&5 12977 echo "$as_me:$LINENO: result: no" >&5
13696echo "${ECHO_T}no" >&6; } 12978echo "${ECHO_T}no" >&6
13697fi 12979fi
13698
13699 12980
13700 # Extract the first word of "perl", so it can be a program name with args. 12981 # Extract the first word of "perl", so it can be a program name with args.
13701set dummy perl; ac_word=$2 12982set dummy perl; ac_word=$2
13702{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12983echo "$as_me:$LINENO: checking for $ac_word" >&5
13703echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12984echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13704if test "${ac_cv_path_PERL+set}" = set; then 12985if test "${ac_cv_path_PERL+set}" = set; then
13705 echo $ECHO_N "(cached) $ECHO_C" >&6 12986 echo $ECHO_N "(cached) $ECHO_C" >&6
13706else 12987else
13707 case $PERL in 12988 case $PERL in
13708 [\\/]* | ?:[\\/]*) 12989 [\\/]* | ?:[\\/]*)
13713for as_dir in $PATH 12994for as_dir in $PATH
13714do 12995do
13715 IFS=$as_save_IFS 12996 IFS=$as_save_IFS
13716 test -z "$as_dir" && as_dir=. 12997 test -z "$as_dir" && as_dir=.
13717 for ac_exec_ext in '' $ac_executable_extensions; do 12998 for ac_exec_ext in '' $ac_executable_extensions; do
13718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13719 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 13000 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13721 break 2 13002 break 2
13722 fi 13003 fi
13723done 13004done
13724done 13005done
13725IFS=$as_save_IFS
13726 13006
13727 ;; 13007 ;;
13728esac 13008esac
13729fi 13009fi
13730PERL=$ac_cv_path_PERL 13010PERL=$ac_cv_path_PERL
13011
13731if test -n "$PERL"; then 13012if test -n "$PERL"; then
13732 { echo "$as_me:$LINENO: result: $PERL" >&5 13013 echo "$as_me:$LINENO: result: $PERL" >&5
13733echo "${ECHO_T}$PERL" >&6; } 13014echo "${ECHO_T}$PERL" >&6
13734else 13015else
13735 { echo "$as_me:$LINENO: result: no" >&5 13016 echo "$as_me:$LINENO: result: no" >&5
13736echo "${ECHO_T}no" >&6; } 13017echo "${ECHO_T}no" >&6
13737fi 13018fi
13738 13019
13739 13020
13740
13741 { echo "$as_me:$LINENO: checking for $PERL suitability" >&5 13021 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13742echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6; } 13022echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
13743 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 13023 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13744 13024
13745 save_CXXFLAGS="$CXXFLAGS" 13025 save_CXXFLAGS="$CXXFLAGS"
13746 save_LIBS="$LIBS" 13026 save_LIBS="$LIBS"
13747 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 13027 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13766 ; 13046 ;
13767 return 0; 13047 return 0;
13768} 13048}
13769_ACEOF 13049_ACEOF
13770rm -f conftest.$ac_objext conftest$ac_exeext 13050rm -f conftest.$ac_objext conftest$ac_exeext
13771if { (ac_try="$ac_link"
13772case "(($ac_try" in
13773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13774 *) ac_try_echo=$ac_try;;
13775esac
13776eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13051if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13777 (eval "$ac_link") 2>conftest.er1 13052 (eval $ac_link) 2>conftest.er1
13778 ac_status=$? 13053 ac_status=$?
13779 grep -v '^ *+' conftest.er1 >conftest.err 13054 grep -v '^ *+' conftest.er1 >conftest.err
13780 rm -f conftest.er1 13055 rm -f conftest.er1
13781 cat conftest.err >&5 13056 cat conftest.err >&5
13782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13783 (exit $ac_status); } && { 13058 (exit $ac_status); } &&
13784 test -z "$ac_cxx_werror_flag" || 13059 { ac_try='test -z "$ac_cxx_werror_flag"
13785 test ! -s conftest.err 13060 || test ! -s conftest.err'
13786 } && test -s conftest$ac_exeext && 13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13787 $as_test_x conftest$ac_exeext; then 13062 (eval $ac_try) 2>&5
13063 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } &&
13066 { ac_try='test -s conftest$ac_exeext'
13067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13068 (eval $ac_try) 2>&5
13069 ac_status=$?
13070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13071 (exit $ac_status); }; }; then
13788 rxvt_perl_link=yes 13072 rxvt_perl_link=yes
13789else 13073else
13790 echo "$as_me: failed program was:" >&5 13074 echo "$as_me: failed program was:" >&5
13791sed 's/^/| /' conftest.$ac_ext >&5 13075sed 's/^/| /' conftest.$ac_ext >&5
13792 13076
13793 rxvt_perl_link=no 13077rxvt_perl_link=no
13794fi 13078fi
13795 13079rm -f conftest.err conftest.$ac_objext \
13796rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13797 conftest$ac_exeext conftest.$ac_ext 13080 conftest$ac_exeext conftest.$ac_ext
13798 CXXFLAGS="$save_CXXFLAGS" 13081 CXXFLAGS="$save_CXXFLAGS"
13799 LIBS="$save_LIBS" 13082 LIBS="$save_LIBS"
13800 13083
13801 if test x$rxvt_perl_link = xyes; then 13084 if test x$rxvt_perl_link = xyes; then
13802 { echo "$as_me:$LINENO: result: ok" >&5 13085 echo "$as_me:$LINENO: result: ok" >&5
13803echo "${ECHO_T}ok" >&6; } 13086echo "${ECHO_T}ok" >&6
13804 13087
13805cat >>confdefs.h <<\_ACEOF 13088cat >>confdefs.h <<\_ACEOF
13806#define ENABLE_PERL 1 13089#define ENABLE_PERL 1
13807_ACEOF 13090_ACEOF
13808 13091
13831 13114
13832if test x$support_perl = xyes; then 13115if test x$support_perl = xyes; then
13833 support_frills=yes 13116 support_frills=yes
13834fi 13117fi
13835 13118
13119if test x$support_frills = xyes; then
13836 13120
13121cat >>confdefs.h <<\_ACEOF
13122#define ENABLE_FRILLS 1
13123_ACEOF
13837 13124
13838
13839
13840
13841
13842
13843if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
13844 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
13845 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13846 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13847 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13848 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13849fi 13125fi
13126
13127
13128
13129
13130
13850 13131
13851 13132
13852 13133
13853 13134
13854 13135
13855 13136
13856 13137
13857 13138
13858test "$program_prefix" != NONE && 13139test "$program_prefix" != NONE &&
13859 program_transform_name="s&^&$program_prefix&;$program_transform_name" 13140 program_transform_name="s,^,$program_prefix,;$program_transform_name"
13860# Use a double $ so make ignores it. 13141# Use a double $ so make ignores it.
13861test "$program_suffix" != NONE && 13142test "$program_suffix" != NONE &&
13862 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 13143 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
13863# Double any \ or $. echo might interpret backslashes. 13144# Double any \ or $. echo might interpret backslashes.
13864# By default was `s,x,x', remove it if useless. 13145# By default was `s,x,x', remove it if useless.
13865cat <<\_ACEOF >conftest.sed 13146cat <<\_ACEOF >conftest.sed
13866s/[\\$]/&&/g;s/;s,x,x,$// 13147s/[\\$]/&&/g;s/;s,x,x,$//
13867_ACEOF 13148_ACEOF
13868program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 13149program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13869rm -f conftest.sed 13150rm conftest.sed
13870 13151
13871 13152
13872 13153
13873 13154
13874 13155
13936 include_time_h="#include <time.h>" 13217 include_time_h="#include <time.h>"
13937else 13218else
13938 include_time_h="/* #include <time.h> */" 13219 include_time_h="/* #include <time.h> */"
13939fi 13220fi
13940 13221
13941ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h" 13222 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13942 13223
13943cat >confcache <<\_ACEOF 13224cat >confcache <<\_ACEOF
13944# This file is a shell script that caches the results of configure 13225# This file is a shell script that caches the results of configure
13945# tests run on this system so they can be shared between configure 13226# tests run on this system so they can be shared between configure
13946# scripts and configure runs, see configure's option --config-cache. 13227# scripts and configure runs, see configure's option --config-cache.
13956 13237
13957_ACEOF 13238_ACEOF
13958 13239
13959# The following way of writing the cache mishandles newlines in values, 13240# The following way of writing the cache mishandles newlines in values,
13960# but we know of no workaround that is simple, portable, and efficient. 13241# but we know of no workaround that is simple, portable, and efficient.
13961# So, we kill variables containing newlines. 13242# So, don't put newlines in cache variables' values.
13962# Ultrix sh set writes to stderr and can't be redirected directly, 13243# Ultrix sh set writes to stderr and can't be redirected directly,
13963# and sets the high bit in the cache file unless we assign to the vars. 13244# and sets the high bit in the cache file unless we assign to the vars.
13964( 13245{
13965 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13966 eval ac_val=\$$ac_var
13967 case $ac_val in #(
13968 *${as_nl}*)
13969 case $ac_var in #(
13970 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13971echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13972 esac
13973 case $ac_var in #(
13974 _ | IFS | as_nl) ;; #(
13975 *) $as_unset $ac_var ;;
13976 esac ;;
13977 esac
13978 done
13979
13980 (set) 2>&1 | 13246 (set) 2>&1 |
13981 case $as_nl`(ac_space=' '; set) 2>&1` in #( 13247 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13982 *${as_nl}ac_space=\ *) 13248 *ac_space=\ *)
13983 # `set' does not quote correctly, so add quotes (double-quote 13249 # `set' does not quote correctly, so add quotes (double-quote
13984 # substitution turns \\\\ into \\, and sed turns \\ into \). 13250 # substitution turns \\\\ into \\, and sed turns \\ into \).
13985 sed -n \ 13251 sed -n \
13986 "s/'/'\\\\''/g; 13252 "s/'/'\\\\''/g;
13987 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 13253 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13988 ;; #( 13254 ;;
13989 *) 13255 *)
13990 # `set' quotes correctly as required by POSIX, so do not add quotes. 13256 # `set' quotes correctly as required by POSIX, so do not add quotes.
13991 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 13257 sed -n \
13258 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13992 ;; 13259 ;;
13993 esac | 13260 esac;
13994 sort 13261} |
13995) |
13996 sed ' 13262 sed '
13997 /^ac_cv_env_/b end
13998 t clear 13263 t clear
13999 :clear 13264 : clear
14000 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 13265 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14001 t end 13266 t end
14002 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 13267 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14003 :end' >>confcache 13268 : end' >>confcache
14004if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 13269if diff $cache_file confcache >/dev/null 2>&1; then :; else
14005 if test -w "$cache_file"; then 13270 if test -w $cache_file; then
14006 test "x$cache_file" != "x/dev/null" && 13271 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
14007 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
14008echo "$as_me: updating cache $cache_file" >&6;}
14009 cat confcache >$cache_file 13272 cat confcache >$cache_file
14010 else 13273 else
14011 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
14012echo "$as_me: not updating unwritable cache $cache_file" >&6;} 13274 echo "not updating unwritable cache $cache_file"
14013 fi 13275 fi
14014fi 13276fi
14015rm -f confcache 13277rm -f confcache
14016 13278
14017test "x$prefix" = xNONE && prefix=$ac_default_prefix 13279test "x$prefix" = xNONE && prefix=$ac_default_prefix
14018# Let make expand exec_prefix. 13280# Let make expand exec_prefix.
14019test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 13281test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13282
13283# VPATH may cause trouble with some makes, so we remove $(srcdir),
13284# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13285# trailing colons and then remove the whole line if VPATH becomes empty
13286# (actually we leave an empty line to preserve line numbers).
13287if test "x$srcdir" = x.; then
13288 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13289s/:*\$(srcdir):*/:/;
13290s/:*\${srcdir}:*/:/;
13291s/:*@srcdir@:*/:/;
13292s/^\([^=]*=[ ]*\):*/\1/;
13293s/:*$//;
13294s/^[^=]*=[ ]*$//;
13295}'
13296fi
14020 13297
14021DEFS=-DHAVE_CONFIG_H 13298DEFS=-DHAVE_CONFIG_H
14022 13299
14023ac_libobjs= 13300ac_libobjs=
14024ac_ltlibobjs= 13301ac_ltlibobjs=
14025for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13302for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14026 # 1. Remove the extension, and $U if already installed. 13303 # 1. Remove the extension, and $U if already installed.
13304 ac_i=`echo "$ac_i" |
14027 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13305 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
14028 ac_i=`echo "$ac_i" | sed "$ac_script"` 13306 # 2. Add them.
14029 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14030 # will be set to the directory where LIBOBJS objects are built.
14031 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 13307 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
14032 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 13308 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
14033done 13309done
14034LIBOBJS=$ac_libobjs 13310LIBOBJS=$ac_libobjs
14035 13311
14036LTLIBOBJS=$ac_ltlibobjs 13312LTLIBOBJS=$ac_ltlibobjs
14037 13313
14058cat >>$CONFIG_STATUS <<\_ACEOF 13334cat >>$CONFIG_STATUS <<\_ACEOF
14059## --------------------- ## 13335## --------------------- ##
14060## M4sh Initialization. ## 13336## M4sh Initialization. ##
14061## --------------------- ## 13337## --------------------- ##
14062 13338
14063# Be more Bourne compatible 13339# Be Bourne compatible
14064DUALCASE=1; export DUALCASE # for MKS sh
14065if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 13340if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14066 emulate sh 13341 emulate sh
14067 NULLCMD=: 13342 NULLCMD=:
14068 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 13343 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
14069 # is contrary to our usage. Disable this feature. 13344 # is contrary to our usage. Disable this feature.
14070 alias -g '${1+"$@"}'='"$@"' 13345 alias -g '${1+"$@"}'='"$@"'
14071 setopt NO_GLOB_SUBST 13346elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
13347 set -o posix
13348fi
13349DUALCASE=1; export DUALCASE # for MKS sh
13350
13351# Support unset when possible.
13352if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13353 as_unset=unset
13354else
13355 as_unset=false
13356fi
13357
13358
13359# Work around bugs in pre-3.0 UWIN ksh.
13360$as_unset ENV MAIL MAILPATH
13361PS1='$ '
13362PS2='> '
13363PS4='+ '
13364
13365# NLS nuisances.
13366for as_var in \
13367 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13368 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13369 LC_TELEPHONE LC_TIME
13370do
13371 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13372 eval $as_var=C; export $as_var
14072else 13373 else
14073 case `(set -o) 2>/dev/null` in 13374 $as_unset $as_var
14074 *posix*) set -o posix ;; 13375 fi
14075esac 13376done
14076 13377
13378# Required to use basename.
13379if expr a : '\(a\)' >/dev/null 2>&1; then
13380 as_expr=expr
13381else
13382 as_expr=false
14077fi 13383fi
14078 13384
13385if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
13386 as_basename=basename
13387else
13388 as_basename=false
13389fi
14079 13390
14080 13391
13392# Name of the executable.
13393as_me=`$as_basename "$0" ||
13394$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13395 X"$0" : 'X\(//\)$' \| \
13396 X"$0" : 'X\(/\)$' \| \
13397 . : '\(.\)' 2>/dev/null ||
13398echo X/"$0" |
13399 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13400 /^X\/\(\/\/\)$/{ s//\1/; q; }
13401 /^X\/\(\/\).*/{ s//\1/; q; }
13402 s/.*/./; q'`
14081 13403
14082# PATH needs CR 13404
13405# PATH needs CR, and LINENO needs CR and PATH.
14083# Avoid depending upon Character Ranges. 13406# Avoid depending upon Character Ranges.
14084as_cr_letters='abcdefghijklmnopqrstuvwxyz' 13407as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14085as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 13408as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14086as_cr_Letters=$as_cr_letters$as_cr_LETTERS 13409as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14087as_cr_digits='0123456789' 13410as_cr_digits='0123456789'
14098 PATH_SEPARATOR=: 13421 PATH_SEPARATOR=:
14099 fi 13422 fi
14100 rm -f conf$$.sh 13423 rm -f conf$$.sh
14101fi 13424fi
14102 13425
14103# Support unset when possible.
14104if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
14105 as_unset=unset
14106else
14107 as_unset=false
14108fi
14109 13426
14110 13427 as_lineno_1=$LINENO
14111# IFS 13428 as_lineno_2=$LINENO
14112# We need space, tab and new line, in precisely that order. Quoting is 13429 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14113# there to prevent editors from complaining about space-tab. 13430 test "x$as_lineno_1" != "x$as_lineno_2" &&
14114# (If _AS_PATH_WALK were called with IFS unset, it would disable word 13431 test "x$as_lineno_3" = "x$as_lineno_2" || {
14115# splitting by setting IFS to empty value.)
14116as_nl='
14117'
14118IFS=" "" $as_nl"
14119
14120# Find who we are. Look in the path if we contain no directory separator. 13432 # Find who we are. Look in the path if we contain no path at all
13433 # relative or not.
14121case $0 in 13434 case $0 in
14122 *[\\/]* ) as_myself=$0 ;; 13435 *[\\/]* ) as_myself=$0 ;;
14123 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13436 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14124for as_dir in $PATH 13437for as_dir in $PATH
14125do 13438do
14126 IFS=$as_save_IFS 13439 IFS=$as_save_IFS
14127 test -z "$as_dir" && as_dir=. 13440 test -z "$as_dir" && as_dir=.
14128 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 13441 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14129done 13442done
14130IFS=$as_save_IFS
14131 13443
14132 ;; 13444 ;;
14133esac 13445 esac
14134# We did not find ourselves, most probably we were run as `sh COMMAND' 13446 # We did not find ourselves, most probably we were run as `sh COMMAND'
14135# in which case we are not to be found in the path. 13447 # in which case we are not to be found in the path.
14136if test "x$as_myself" = x; then 13448 if test "x$as_myself" = x; then
14137 as_myself=$0 13449 as_myself=$0
14138fi 13450 fi
14139if test ! -f "$as_myself"; then 13451 if test ! -f "$as_myself"; then
13452 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
14140 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 13453echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
14141 { (exit 1); exit 1; } 13454 { (exit 1); exit 1; }; }
14142fi 13455 fi
14143 13456 case $CONFIG_SHELL in
14144# Work around bugs in pre-3.0 UWIN ksh. 13457 '')
14145for as_var in ENV MAIL MAILPATH 13458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14146do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13459for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
14147done
14148PS1='$ '
14149PS2='> '
14150PS4='+ '
14151
14152# NLS nuisances.
14153for as_var in \
14154 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
14155 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
14156 LC_TELEPHONE LC_TIME
14157do 13460do
14158 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 13461 IFS=$as_save_IFS
14159 eval $as_var=C; export $as_var 13462 test -z "$as_dir" && as_dir=.
14160 else 13463 for as_base in sh bash ksh sh5; do
14161 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 13464 case $as_dir in
14162 fi 13465 /*)
14163done 13466 if ("$as_dir/$as_base" -c '
14164
14165# Required to use basename.
14166if expr a : '\(a\)' >/dev/null 2>&1 &&
14167 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14168 as_expr=expr
14169else
14170 as_expr=false
14171fi
14172
14173if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14174 as_basename=basename
14175else
14176 as_basename=false
14177fi
14178
14179
14180# Name of the executable.
14181as_me=`$as_basename -- "$0" ||
14182$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14183 X"$0" : 'X\(//\)$' \| \
14184 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14185echo X/"$0" |
14186 sed '/^.*\/\([^/][^/]*\)\/*$/{
14187 s//\1/
14188 q
14189 }
14190 /^X\/\(\/\/\)$/{
14191 s//\1/
14192 q
14193 }
14194 /^X\/\(\/\).*/{
14195 s//\1/
14196 q
14197 }
14198 s/.*/./; q'`
14199
14200# CDPATH.
14201$as_unset CDPATH
14202
14203
14204
14205 as_lineno_1=$LINENO 13467 as_lineno_1=$LINENO
14206 as_lineno_2=$LINENO 13468 as_lineno_2=$LINENO
13469 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14207 test "x$as_lineno_1" != "x$as_lineno_2" && 13470 test "x$as_lineno_1" != "x$as_lineno_2" &&
14208 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 13471 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13472 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13473 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13474 CONFIG_SHELL=$as_dir/$as_base
13475 export CONFIG_SHELL
13476 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13477 fi;;
13478 esac
13479 done
13480done
13481;;
13482 esac
14209 13483
14210 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 13484 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
14211 # uniformly replaced by the line number. The first 'sed' inserts a 13485 # uniformly replaced by the line number. The first 'sed' inserts a
14212 # line-number line after each line using $LINENO; the second 'sed' 13486 # line-number line before each line; the second 'sed' does the real
14213 # does the real work. The second script uses 'N' to pair each 13487 # work. The second script uses 'N' to pair each line-number line
14214 # line-number line with the line containing $LINENO, and appends 13488 # with the numbered line, and appends trailing '-' during
14215 # trailing '-' during substitution so that $LINENO is not a special 13489 # substitution so that $LINENO is not a special case at line end.
14216 # case at line end.
14217 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 13490 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
14218 # scripts with optimization help from Paolo Bonzini. Blame Lee 13491 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
14219 # E. McMahon (1931-1989) for sed's syntax. :-)
14220 sed -n '
14221 p
14222 /[$]LINENO/=
14223 ' <$as_myself | 13492 sed '=' <$as_myself |
14224 sed ' 13493 sed '
14225 s/[$]LINENO.*/&-/
14226 t lineno
14227 b
14228 :lineno
14229 N 13494 N
13495 s,$,-,
14230 :loop 13496 : loop
14231 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 13497 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
14232 t loop 13498 t loop
14233 s/-\n.*// 13499 s,-$,,
13500 s,^['$as_cr_digits']*\n,,
14234 ' >$as_me.lineno && 13501 ' >$as_me.lineno &&
14235 chmod +x "$as_me.lineno" || 13502 chmod +x $as_me.lineno ||
13503 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
14236 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 13504echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
14237 { (exit 1); exit 1; }; } 13505 { (exit 1); exit 1; }; }
14238 13506
14239 # Don't try to exec as it changes $[0], causing all sort of problems 13507 # Don't try to exec as it changes $[0], causing all sort of problems
14240 # (the dirname of $[0] is not the place where we might find the 13508 # (the dirname of $[0] is not the place where we might find the
14241 # original and so on. Autoconf is especially sensitive to this). 13509 # original and so on. Autoconf is especially sensible to this).
14242 . "./$as_me.lineno" 13510 . ./$as_me.lineno
14243 # Exit status is that of the last command. 13511 # Exit status is that of the last command.
14244 exit 13512 exit
14245} 13513}
14246 13514
14247 13515
14248if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 13516case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
14249 as_dirname=dirname 13517 *c*,-n*) ECHO_N= ECHO_C='
14250else 13518' ECHO_T=' ' ;;
14251 as_dirname=false 13519 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
14252fi 13520 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
14253
14254ECHO_C= ECHO_N= ECHO_T=
14255case `echo -n x` in
14256-n*)
14257 case `echo 'x\c'` in
14258 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14259 *) ECHO_C='\c';;
14260 esac;;
14261*)
14262 ECHO_N='-n';;
14263esac 13521esac
14264 13522
14265if expr a : '\(a\)' >/dev/null 2>&1 && 13523if expr a : '\(a\)' >/dev/null 2>&1; then
14266 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14267 as_expr=expr 13524 as_expr=expr
14268else 13525else
14269 as_expr=false 13526 as_expr=false
14270fi 13527fi
14271 13528
14272rm -f conf$$ conf$$.exe conf$$.file 13529rm -f conf$$ conf$$.exe conf$$.file
14273if test -d conf$$.dir; then
14274 rm -f conf$$.dir/conf$$.file
14275else
14276 rm -f conf$$.dir
14277 mkdir conf$$.dir
14278fi
14279echo >conf$$.file 13530echo >conf$$.file
14280if ln -s conf$$.file conf$$ 2>/dev/null; then 13531if ln -s conf$$.file conf$$ 2>/dev/null; then
14281 as_ln_s='ln -s' 13532 # We could just check for DJGPP; but this test a) works b) is more generic
14282 # ... but there are two gotchas: 13533 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
14283 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 13534 if test -f conf$$.exe; then
14284 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 13535 # Don't use ln at all; we don't have any links
14285 # In both cases, we have to default to `cp -p'.
14286 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14287 as_ln_s='cp -p' 13536 as_ln_s='cp -p'
13537 else
13538 as_ln_s='ln -s'
13539 fi
14288elif ln conf$$.file conf$$ 2>/dev/null; then 13540elif ln conf$$.file conf$$ 2>/dev/null; then
14289 as_ln_s=ln 13541 as_ln_s=ln
14290else 13542else
14291 as_ln_s='cp -p' 13543 as_ln_s='cp -p'
14292fi 13544fi
14293rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 13545rm -f conf$$ conf$$.exe conf$$.file
14294rmdir conf$$.dir 2>/dev/null
14295 13546
14296if mkdir -p . 2>/dev/null; then 13547if mkdir -p . 2>/dev/null; then
14297 as_mkdir_p=: 13548 as_mkdir_p=:
14298else 13549else
14299 test -d ./-p && rmdir ./-p 13550 test -d ./-p && rmdir ./-p
14300 as_mkdir_p=false 13551 as_mkdir_p=false
14301fi 13552fi
14302 13553
14303if test -x / >/dev/null 2>&1; then
14304 as_test_x='test -x'
14305else
14306 if ls -dL / >/dev/null 2>&1; then
14307 as_ls_L_option=L
14308 else
14309 as_ls_L_option=
14310 fi
14311 as_test_x='
14312 eval sh -c '\''
14313 if test -d "$1"; then
14314 test -d "$1/.";
14315 else
14316 case $1 in
14317 -*)set "./$1";;
14318 esac;
14319 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
14320 ???[sx]*):;;*)false;;esac;fi
14321 '\'' sh
14322 '
14323fi
14324as_executable_p=$as_test_x 13554as_executable_p="test -f"
14325 13555
14326# Sed expression to map a string onto a valid CPP name. 13556# Sed expression to map a string onto a valid CPP name.
14327as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 13557as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14328 13558
14329# Sed expression to map a string onto a valid variable name. 13559# Sed expression to map a string onto a valid variable name.
14330as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 13560as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14331 13561
14332 13562
13563# IFS
13564# We need space, tab and new line, in precisely that order.
13565as_nl='
13566'
13567IFS=" $as_nl"
13568
13569# CDPATH.
13570$as_unset CDPATH
13571
14333exec 6>&1 13572exec 6>&1
14334 13573
14335# Save the log message, to keep $[0] and so on meaningful, and to 13574# Open the log real soon, to keep \$[0] and so on meaningful, and to
14336# report actual input values of CONFIG_FILES etc. instead of their 13575# report actual input values of CONFIG_FILES etc. instead of their
14337# values after options handling. 13576# values after options handling. Logging --version etc. is OK.
14338ac_log=" 13577exec 5>>config.log
13578{
13579 echo
13580 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13581## Running $as_me. ##
13582_ASBOX
13583} >&5
13584cat >&5 <<_CSEOF
13585
14339This file was extended by $as_me, which was 13586This file was extended by $as_me, which was
14340generated by GNU Autoconf 2.61. Invocation command line was 13587generated by GNU Autoconf 2.59. Invocation command line was
14341 13588
14342 CONFIG_FILES = $CONFIG_FILES 13589 CONFIG_FILES = $CONFIG_FILES
14343 CONFIG_HEADERS = $CONFIG_HEADERS 13590 CONFIG_HEADERS = $CONFIG_HEADERS
14344 CONFIG_LINKS = $CONFIG_LINKS 13591 CONFIG_LINKS = $CONFIG_LINKS
14345 CONFIG_COMMANDS = $CONFIG_COMMANDS 13592 CONFIG_COMMANDS = $CONFIG_COMMANDS
14346 $ $0 $@ 13593 $ $0 $@
14347 13594
13595_CSEOF
14348on `(hostname || uname -n) 2>/dev/null | sed 1q` 13596echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14349" 13597echo >&5
14350
14351_ACEOF 13598_ACEOF
14352 13599
14353cat >>$CONFIG_STATUS <<_ACEOF
14354# Files that config.status was made for. 13600# Files that config.status was made for.
14355config_files="$ac_config_files" 13601if test -n "$ac_config_files"; then
14356config_headers="$ac_config_headers" 13602 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13603fi
14357 13604
14358_ACEOF 13605if test -n "$ac_config_headers"; then
13606 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13607fi
13608
13609if test -n "$ac_config_links"; then
13610 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13611fi
13612
13613if test -n "$ac_config_commands"; then
13614 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13615fi
14359 13616
14360cat >>$CONFIG_STATUS <<\_ACEOF 13617cat >>$CONFIG_STATUS <<\_ACEOF
13618
14361ac_cs_usage="\ 13619ac_cs_usage="\
14362\`$as_me' instantiates files from templates according to the 13620\`$as_me' instantiates files from templates according to the
14363current configuration. 13621current configuration.
14364 13622
14365Usage: $0 [OPTIONS] [FILE]... 13623Usage: $0 [OPTIONS] [FILE]...
14366 13624
14367 -h, --help print this help, then exit 13625 -h, --help print this help, then exit
14368 -V, --version print version number and configuration settings, then exit 13626 -V, --version print version number, then exit
14369 -q, --quiet do not print progress messages 13627 -q, --quiet do not print progress messages
14370 -d, --debug don't remove temporary files 13628 -d, --debug don't remove temporary files
14371 --recheck update $as_me by reconfiguring in the same conditions 13629 --recheck update $as_me by reconfiguring in the same conditions
14372 --file=FILE[:TEMPLATE] 13630 --file=FILE[:TEMPLATE]
14373 instantiate the configuration file FILE 13631 instantiate the configuration file FILE
14379 13637
14380Configuration headers: 13638Configuration headers:
14381$config_headers 13639$config_headers
14382 13640
14383Report bugs to <bug-autoconf@gnu.org>." 13641Report bugs to <bug-autoconf@gnu.org>."
14384
14385_ACEOF 13642_ACEOF
13643
14386cat >>$CONFIG_STATUS <<_ACEOF 13644cat >>$CONFIG_STATUS <<_ACEOF
14387ac_cs_version="\\ 13645ac_cs_version="\\
14388config.status 13646config.status
14389configured by $0, generated by GNU Autoconf 2.61, 13647configured by $0, generated by GNU Autoconf 2.59,
14390 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 13648 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14391 13649
14392Copyright (C) 2006 Free Software Foundation, Inc. 13650Copyright (C) 2003 Free Software Foundation, Inc.
14393This config.status script is free software; the Free Software Foundation 13651This config.status script is free software; the Free Software Foundation
14394gives unlimited permission to copy, distribute and modify it." 13652gives unlimited permission to copy, distribute and modify it."
14395
14396ac_pwd='$ac_pwd'
14397srcdir='$srcdir' 13653srcdir=$srcdir
14398INSTALL='$INSTALL' 13654INSTALL="$INSTALL"
14399_ACEOF 13655_ACEOF
14400 13656
14401cat >>$CONFIG_STATUS <<\_ACEOF 13657cat >>$CONFIG_STATUS <<\_ACEOF
14402# If no file are specified by the user, then we need to provide default 13658# If no file are specified by the user, then we need to provide default
14403# value. By we need to know if files were specified by the user. 13659# value. By we need to know if files were specified by the user.
14404ac_need_defaults=: 13660ac_need_defaults=:
14405while test $# != 0 13661while test $# != 0
14406do 13662do
14407 case $1 in 13663 case $1 in
14408 --*=*) 13664 --*=*)
14409 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13665 ac_option=`expr "x$1" : 'x\([^=]*\)='`
14410 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 13666 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
14411 ac_shift=: 13667 ac_shift=:
14412 ;; 13668 ;;
14413 *) 13669 -*)
14414 ac_option=$1 13670 ac_option=$1
14415 ac_optarg=$2 13671 ac_optarg=$2
14416 ac_shift=shift 13672 ac_shift=shift
14417 ;; 13673 ;;
13674 *) # This is not an option, so the user has probably given explicit
13675 # arguments.
13676 ac_option=$1
13677 ac_need_defaults=false;;
14418 esac 13678 esac
14419 13679
14420 case $ac_option in 13680 case $ac_option in
14421 # Handling of the options. 13681 # Handling of the options.
13682_ACEOF
13683cat >>$CONFIG_STATUS <<\_ACEOF
14422 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 13684 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14423 ac_cs_recheck=: ;; 13685 ac_cs_recheck=: ;;
14424 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 13686 --version | --vers* | -V )
14425 echo "$ac_cs_version"; exit ;; 13687 echo "$ac_cs_version"; exit 0 ;;
14426 --debug | --debu | --deb | --de | --d | -d ) 13688 --he | --h)
13689 # Conflict between --help and --header
13690 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13691Try \`$0 --help' for more information." >&5
13692echo "$as_me: error: ambiguous option: $1
13693Try \`$0 --help' for more information." >&2;}
13694 { (exit 1); exit 1; }; };;
13695 --help | --hel | -h )
13696 echo "$ac_cs_usage"; exit 0 ;;
13697 --debug | --d* | -d )
14427 debug=: ;; 13698 debug=: ;;
14428 --file | --fil | --fi | --f ) 13699 --file | --fil | --fi | --f )
14429 $ac_shift 13700 $ac_shift
14430 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 13701 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14431 ac_need_defaults=false;; 13702 ac_need_defaults=false;;
14432 --header | --heade | --head | --hea ) 13703 --header | --heade | --head | --hea )
14433 $ac_shift 13704 $ac_shift
14434 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 13705 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14435 ac_need_defaults=false;; 13706 ac_need_defaults=false;;
14436 --he | --h)
14437 # Conflict between --help and --header
14438 { echo "$as_me: error: ambiguous option: $1
14439Try \`$0 --help' for more information." >&2
14440 { (exit 1); exit 1; }; };;
14441 --help | --hel | -h )
14442 echo "$ac_cs_usage"; exit ;;
14443 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 13707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14444 | -silent | --silent | --silen | --sile | --sil | --si | --s) 13708 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14445 ac_cs_silent=: ;; 13709 ac_cs_silent=: ;;
14446 13710
14447 # This is an error. 13711 # This is an error.
13712 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13713Try \`$0 --help' for more information." >&5
14448 -*) { echo "$as_me: error: unrecognized option: $1 13714echo "$as_me: error: unrecognized option: $1
14449Try \`$0 --help' for more information." >&2 13715Try \`$0 --help' for more information." >&2;}
14450 { (exit 1); exit 1; }; } ;; 13716 { (exit 1); exit 1; }; } ;;
14451 13717
14452 *) ac_config_targets="$ac_config_targets $1" 13718 *) ac_config_targets="$ac_config_targets $1" ;;
14453 ac_need_defaults=false ;;
14454 13719
14455 esac 13720 esac
14456 shift 13721 shift
14457done 13722done
14458 13723
14464fi 13729fi
14465 13730
14466_ACEOF 13731_ACEOF
14467cat >>$CONFIG_STATUS <<_ACEOF 13732cat >>$CONFIG_STATUS <<_ACEOF
14468if \$ac_cs_recheck; then 13733if \$ac_cs_recheck; then
14469 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 13734 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14470 CONFIG_SHELL=$SHELL
14471 export CONFIG_SHELL
14472 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 13735 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14473fi 13736fi
14474 13737
14475_ACEOF 13738_ACEOF
13739
13740
13741
13742
13743
14476cat >>$CONFIG_STATUS <<\_ACEOF 13744cat >>$CONFIG_STATUS <<\_ACEOF
14477exec 5>>config.log
14478{
14479 echo
14480 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14481## Running $as_me. ##
14482_ASBOX
14483 echo "$ac_log"
14484} >&5
14485
14486_ACEOF
14487cat >>$CONFIG_STATUS <<_ACEOF
14488_ACEOF
14489
14490cat >>$CONFIG_STATUS <<\_ACEOF
14491
14492# Handling of arguments.
14493for ac_config_target in $ac_config_targets 13745for ac_config_target in $ac_config_targets
14494do 13746do
14495 case $ac_config_target in 13747 case "$ac_config_target" in
13748 # Handling of arguments.
13749 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13750 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13751 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13752 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14496 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;; 13753 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
14497 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14498 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14499 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
14500 "src/rxvtlib.h") CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
14501
14502 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13754 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14503echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13755echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14504 { (exit 1); exit 1; }; };; 13756 { (exit 1); exit 1; }; };;
14505 esac 13757 esac
14506done 13758done
14507
14508 13759
14509# If the user did not use the arguments to specify the items to instantiate, 13760# If the user did not use the arguments to specify the items to instantiate,
14510# then the envvar interface is used. Set only those that are not. 13761# then the envvar interface is used. Set only those that are not.
14511# We use the long form for the default assignment because of an extremely 13762# We use the long form for the default assignment because of an extremely
14512# bizarre bug on SunOS 4.1.3. 13763# bizarre bug on SunOS 4.1.3.
14514 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 13765 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14515 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 13766 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14516fi 13767fi
14517 13768
14518# Have a temporary directory for convenience. Make it in the build tree 13769# Have a temporary directory for convenience. Make it in the build tree
14519# simply because there is no reason against having it here, and in addition, 13770# simply because there is no reason to put it here, and in addition,
14520# creating and moving files from /tmp can sometimes cause problems. 13771# creating and moving files from /tmp can sometimes cause problems.
14521# Hook for its removal unless debugging. 13772# Create a temporary directory, and hook for its removal unless debugging.
14522# Note that there is a small window in which the directory will not be cleaned:
14523# after its creation but before its name has been assigned to `$tmp'.
14524$debug || 13773$debug ||
14525{ 13774{
14526 tmp= 13775 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14527 trap 'exit_status=$?
14528 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14529' 0
14530 trap '{ (exit 1); exit 1; }' 1 2 13 15 13776 trap '{ (exit 1); exit 1; }' 1 2 13 15
14531} 13777}
13778
14532# Create a (secure) tmp directory for tmp files. 13779# Create a (secure) tmp directory for tmp files.
14533 13780
14534{ 13781{
14535 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 13782 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
14536 test -n "$tmp" && test -d "$tmp" 13783 test -n "$tmp" && test -d "$tmp"
14537} || 13784} ||
14538{ 13785{
14539 tmp=./conf$$-$RANDOM 13786 tmp=./confstat$$-$RANDOM
14540 (umask 077 && mkdir "$tmp") 13787 (umask 077 && mkdir $tmp)
14541} || 13788} ||
14542{ 13789{
14543 echo "$me: cannot create a temporary directory in ." >&2 13790 echo "$me: cannot create a temporary directory in ." >&2
14544 { (exit 1); exit 1; } 13791 { (exit 1); exit 1; }
14545} 13792}
14546 13793
13794_ACEOF
13795
13796cat >>$CONFIG_STATUS <<_ACEOF
13797
14547# 13798#
14548# Set up the sed scripts for CONFIG_FILES section. 13799# CONFIG_FILES section.
14549# 13800#
14550 13801
14551# No need to generate the scripts if there are no CONFIG_FILES. 13802# No need to generate the scripts if there are no CONFIG_FILES.
14552# This happens for instance when ./config.status config.h 13803# This happens for instance when ./config.status config.h
14553if test -n "$CONFIG_FILES"; then 13804if test -n "\$CONFIG_FILES"; then
14554 13805 # Protect against being on the right side of a sed subst in config.status.
14555_ACEOF 13806 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14556 13807 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14557 13808s,@SHELL@,$SHELL,;t t
14558 13809s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14559ac_delim='%!_!# ' 13810s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14560for ac_last_try in false false false false false :; do
14561 cat >conf$$subs.sed <<_ACEOF
14562SHELL!$SHELL$ac_delim
14563PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
14564PACKAGE_NAME!$PACKAGE_NAME$ac_delim
14565PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 13811s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14566PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 13812s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14567PACKAGE_STRING!$PACKAGE_STRING$ac_delim 13813s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14568PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 13814s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14569exec_prefix!$exec_prefix$ac_delim 13815s,@exec_prefix@,$exec_prefix,;t t
14570prefix!$prefix$ac_delim 13816s,@prefix@,$prefix,;t t
14571program_transform_name!$program_transform_name$ac_delim 13817s,@program_transform_name@,$program_transform_name,;t t
14572bindir!$bindir$ac_delim 13818s,@bindir@,$bindir,;t t
14573sbindir!$sbindir$ac_delim 13819s,@sbindir@,$sbindir,;t t
14574libexecdir!$libexecdir$ac_delim 13820s,@libexecdir@,$libexecdir,;t t
14575datarootdir!$datarootdir$ac_delim 13821s,@datadir@,$datadir,;t t
14576datadir!$datadir$ac_delim 13822s,@sysconfdir@,$sysconfdir,;t t
14577sysconfdir!$sysconfdir$ac_delim 13823s,@sharedstatedir@,$sharedstatedir,;t t
14578sharedstatedir!$sharedstatedir$ac_delim 13824s,@localstatedir@,$localstatedir,;t t
14579localstatedir!$localstatedir$ac_delim 13825s,@libdir@,$libdir,;t t
14580includedir!$includedir$ac_delim 13826s,@includedir@,$includedir,;t t
14581oldincludedir!$oldincludedir$ac_delim 13827s,@oldincludedir@,$oldincludedir,;t t
14582docdir!$docdir$ac_delim 13828s,@infodir@,$infodir,;t t
14583infodir!$infodir$ac_delim 13829s,@mandir@,$mandir,;t t
14584htmldir!$htmldir$ac_delim 13830s,@build_alias@,$build_alias,;t t
14585dvidir!$dvidir$ac_delim 13831s,@host_alias@,$host_alias,;t t
14586pdfdir!$pdfdir$ac_delim 13832s,@target_alias@,$target_alias,;t t
14587psdir!$psdir$ac_delim 13833s,@DEFS@,$DEFS,;t t
14588libdir!$libdir$ac_delim 13834s,@ECHO_C@,$ECHO_C,;t t
14589localedir!$localedir$ac_delim 13835s,@ECHO_N@,$ECHO_N,;t t
14590mandir!$mandir$ac_delim 13836s,@ECHO_T@,$ECHO_T,;t t
14591DEFS!$DEFS$ac_delim 13837s,@LIBS@,$LIBS,;t t
14592ECHO_C!$ECHO_C$ac_delim 13838s,@build@,$build,;t t
14593ECHO_N!$ECHO_N$ac_delim 13839s,@build_cpu@,$build_cpu,;t t
14594ECHO_T!$ECHO_T$ac_delim 13840s,@build_vendor@,$build_vendor,;t t
14595LIBS!$LIBS$ac_delim 13841s,@build_os@,$build_os,;t t
14596build_alias!$build_alias$ac_delim 13842s,@host@,$host,;t t
14597host_alias!$host_alias$ac_delim 13843s,@host_cpu@,$host_cpu,;t t
14598target_alias!$target_alias$ac_delim 13844s,@host_vendor@,$host_vendor,;t t
14599build!$build$ac_delim 13845s,@host_os@,$host_os,;t t
14600build_cpu!$build_cpu$ac_delim 13846s,@VERSION@,$VERSION,;t t
14601build_vendor!$build_vendor$ac_delim 13847s,@DATE@,$DATE,;t t
14602build_os!$build_os$ac_delim 13848s,@LSMDATE@,$LSMDATE,;t t
14603host!$host$ac_delim 13849s,@LIBVERSION@,$LIBVERSION,;t t
14604host_cpu!$host_cpu$ac_delim 13850s,@CC@,$CC,;t t
14605host_vendor!$host_vendor$ac_delim 13851s,@CFLAGS@,$CFLAGS,;t t
14606host_os!$host_os$ac_delim 13852s,@LDFLAGS@,$LDFLAGS,;t t
14607VERSION!$VERSION$ac_delim 13853s,@CPPFLAGS@,$CPPFLAGS,;t t
14608DATE!$DATE$ac_delim 13854s,@ac_ct_CC@,$ac_ct_CC,;t t
14609LSMDATE!$LSMDATE$ac_delim 13855s,@EXEEXT@,$EXEEXT,;t t
14610LIBVERSION!$LIBVERSION$ac_delim 13856s,@OBJEXT@,$OBJEXT,;t t
14611CC!$CC$ac_delim 13857s,@CXX@,$CXX,;t t
14612CFLAGS!$CFLAGS$ac_delim 13858s,@CXXFLAGS@,$CXXFLAGS,;t t
14613LDFLAGS!$LDFLAGS$ac_delim 13859s,@ac_ct_CXX@,$ac_ct_CXX,;t t
14614CPPFLAGS!$CPPFLAGS$ac_delim 13860s,@CPP@,$CPP,;t t
14615ac_ct_CC!$ac_ct_CC$ac_delim
14616EXEEXT!$EXEEXT$ac_delim
14617OBJEXT!$OBJEXT$ac_delim
14618CXX!$CXX$ac_delim
14619CXXFLAGS!$CXXFLAGS$ac_delim
14620ac_ct_CXX!$ac_ct_CXX$ac_delim
14621CPP!$CPP$ac_delim
14622INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 13861s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
14623INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 13862s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
14624INSTALL_DATA!$INSTALL_DATA$ac_delim 13863s,@INSTALL_DATA@,$INSTALL_DATA,;t t
14625GREP!$GREP$ac_delim 13864s,@EGREP@,$EGREP,;t t
14626EGREP!$EGREP$ac_delim 13865s,@LINKER@,$LINKER,;t t
14627LINKER!$LINKER$ac_delim
14628INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim 13866s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
14629RXVTNAME!$RXVTNAME$ac_delim 13867s,@RXVTNAME@,$RXVTNAME,;t t
14630MV!$MV$ac_delim 13868s,@TIC@,$TIC,;t t
14631CP!$CP$ac_delim 13869s,@CXXCPP@,$CXXCPP,;t t
14632LN!$LN$ac_delim 13870s,@X_CFLAGS@,$X_CFLAGS,;t t
14633SED!$SED$ac_delim 13871s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
14634ECHO!$ECHO$ac_delim 13872s,@X_LIBS@,$X_LIBS,;t t
14635CMP!$CMP$ac_delim 13873s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
14636TIC!$TIC$ac_delim
14637XMKMF!$XMKMF$ac_delim
14638CXXCPP!$CXXCPP$ac_delim
14639X_CFLAGS!$X_CFLAGS$ac_delim
14640X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14641X_LIBS!$X_LIBS$ac_delim
14642X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14643afterimage_config!$afterimage_config$ac_delim 13874s,@afterimage_config@,$afterimage_config,;t t
14644XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim 13875s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
14645XPM_CFLAGS!$XPM_CFLAGS$ac_delim 13876s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
14646XPM_LIBS!$XPM_LIBS$ac_delim 13877s,@XPM_LIBS@,$XPM_LIBS,;t t
14647rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 13878s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
14648rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 13879s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
14649rxvt_int32_typedef!$rxvt_int32_typedef$ac_delim 13880s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
14650rxvt_uint32_typedef!$rxvt_uint32_typedef$ac_delim 13881s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
14651rxvt_intp_define!$rxvt_intp_define$ac_delim 13882s,@rxvt_intp_define@,$rxvt_intp_define,;t t
14652rxvt_u_intp_define!$rxvt_u_intp_define$ac_delim 13883s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14653PKG_CONFIG!$PKG_CONFIG$ac_delim 13884s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14654XFT_CONFIG!$XFT_CONFIG$ac_delim 13885s,@XFT_CONFIG@,$XFT_CONFIG,;t t
14655PERL!$PERL$ac_delim 13886s,@PERL@,$PERL,;t t
14656PERLLIB!$PERLLIB$ac_delim 13887s,@PERLLIB@,$PERLLIB,;t t
14657PERLFLAGS!$PERLFLAGS$ac_delim 13888s,@PERLFLAGS@,$PERLFLAGS,;t t
14658PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 13889s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13890s,@IF_PERL@,$IF_PERL,;t t
13891s,@PERL_O@,$PERL_O,;t t
13892s,@LIBAFTERIMAGE_CFLAGS@,$LIBAFTERIMAGE_CFLAGS,;t t
13893s,@AFTERIMAGE_LIBS@,$AFTERIMAGE_LIBS,;t t
13894s,@include_stdint_h@,$include_stdint_h,;t t
13895s,@include_stdarg_h@,$include_stdarg_h,;t t
13896s,@include_stdlib_h@,$include_stdlib_h,;t t
13897s,@include_unistd_h@,$include_unistd_h,;t t
13898s,@include_string_h@,$include_string_h,;t t
13899s,@include_fcntl_h@,$include_fcntl_h,;t t
13900s,@include_util_h@,$include_util_h,;t t
13901s,@include_assert_h@,$include_assert_h,;t t
13902s,@include_sys_ioctl_h@,$include_sys_ioctl_h,;t t
13903s,@include_sys_select_h@,$include_sys_select_h,;t t
13904s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13905s,@include_sys_time_h@,$include_sys_time_h,;t t
13906s,@include_time_h@,$include_time_h,;t t
13907s,@LIBOBJS@,$LIBOBJS,;t t
13908s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14659_ACEOF 13909CEOF
14660 13910
14661 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 13911_ACEOF
14662 break 13912
14663 elif $ac_last_try; then 13913 cat >>$CONFIG_STATUS <<\_ACEOF
14664 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 13914 # Split the substitutions into bite-sized pieces for seds with
14665echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 13915 # small command number limits, like on Digital OSF/1 and HP-UX.
14666 { (exit 1); exit 1; }; } 13916 ac_max_sed_lines=48
13917 ac_sed_frag=1 # Number of current file.
13918 ac_beg=1 # First line for current file.
13919 ac_end=$ac_max_sed_lines # Line after last line for current file.
13920 ac_more_lines=:
13921 ac_sed_cmds=
13922 while $ac_more_lines; do
13923 if test $ac_beg -gt 1; then
13924 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
14667 else 13925 else
14668 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 13926 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13927 fi
13928 if test ! -s $tmp/subs.frag; then
13929 ac_more_lines=false
13930 else
13931 # The purpose of the label and of the branching condition is to
13932 # speed up the sed processing (if there are no `@' at all, there
13933 # is no need to browse any of the substitutions).
13934 # These are the two extra sed commands mentioned above.
13935 (echo ':t
13936 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13937 if test -z "$ac_sed_cmds"; then
13938 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13939 else
13940 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13941 fi
13942 ac_sed_frag=`expr $ac_sed_frag + 1`
13943 ac_beg=$ac_end
13944 ac_end=`expr $ac_end + $ac_max_sed_lines`
13945 fi
13946 done
13947 if test -z "$ac_sed_cmds"; then
13948 ac_sed_cmds=cat
14669 fi 13949 fi
14670done 13950fi # test -n "$CONFIG_FILES"
14671 13951
14672ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14673if test -n "$ac_eof"; then
14674 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14675 ac_eof=`expr $ac_eof + 1`
14676fi
14677
14678cat >>$CONFIG_STATUS <<_ACEOF
14679cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
14680/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14681_ACEOF 13952_ACEOF
14682sed '
14683s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14684s/^/s,@/; s/!/@,|#_!!_#|/
14685:n
14686t n
14687s/'"$ac_delim"'$/,g/; t
14688s/$/\\/; p
14689N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14690' >>$CONFIG_STATUS <conf$$subs.sed
14691rm -f conf$$subs.sed
14692cat >>$CONFIG_STATUS <<_ACEOF
14693CEOF$ac_eof
14694_ACEOF
14695
14696
14697ac_delim='%!_!# '
14698for ac_last_try in false false false false false :; do
14699 cat >conf$$subs.sed <<_ACEOF
14700IF_PERL!$IF_PERL$ac_delim
14701PERL_O!$PERL_O$ac_delim
14702DEBUG!$DEBUG$ac_delim
14703DINCLUDE!$DINCLUDE$ac_delim
14704DLIB!$DLIB$ac_delim
14705LIBAFTERIMAGE_CFLAGS!$LIBAFTERIMAGE_CFLAGS$ac_delim
14706AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14707include_stdint_h!$include_stdint_h$ac_delim
14708include_stdarg_h!$include_stdarg_h$ac_delim
14709include_stdlib_h!$include_stdlib_h$ac_delim
14710include_unistd_h!$include_unistd_h$ac_delim
14711include_string_h!$include_string_h$ac_delim
14712include_fcntl_h!$include_fcntl_h$ac_delim
14713include_util_h!$include_util_h$ac_delim
14714include_assert_h!$include_assert_h$ac_delim
14715include_sys_ioctl_h!$include_sys_ioctl_h$ac_delim
14716include_sys_select_h!$include_sys_select_h$ac_delim
14717include_sys_strredir_h!$include_sys_strredir_h$ac_delim
14718include_sys_time_h!$include_sys_time_h$ac_delim
14719include_time_h!$include_time_h$ac_delim
14720LIBOBJS!$LIBOBJS$ac_delim
14721LTLIBOBJS!$LTLIBOBJS$ac_delim
14722_ACEOF
14723
14724 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 22; then
14725 break
14726 elif $ac_last_try; then
14727 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14728echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14729 { (exit 1); exit 1; }; }
14730 else
14731 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14732 fi
14733done
14734
14735ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14736if test -n "$ac_eof"; then
14737 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
14738 ac_eof=`expr $ac_eof + 1`
14739fi
14740
14741cat >>$CONFIG_STATUS <<_ACEOF
14742cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
14743/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
14744_ACEOF
14745sed '
14746s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14747s/^/s,@/; s/!/@,|#_!!_#|/
14748:n
14749t n
14750s/'"$ac_delim"'$/,g/; t
14751s/$/\\/; p
14752N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14753' >>$CONFIG_STATUS <conf$$subs.sed
14754rm -f conf$$subs.sed
14755cat >>$CONFIG_STATUS <<_ACEOF
14756:end
14757s/|#_!!_#|//g
14758CEOF$ac_eof
14759_ACEOF
14760
14761
14762# VPATH may cause trouble with some makes, so we remove $(srcdir),
14763# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14764# trailing colons and then remove the whole line if VPATH becomes empty
14765# (actually we leave an empty line to preserve line numbers).
14766if test "x$srcdir" = x.; then
14767 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14768s/:*\$(srcdir):*/:/
14769s/:*\${srcdir}:*/:/
14770s/:*@srcdir@:*/:/
14771s/^\([^=]*=[ ]*\):*/\1/
14772s/:*$//
14773s/^[^=]*=[ ]*$//
14774}'
14775fi
14776
14777cat >>$CONFIG_STATUS <<\_ACEOF 13953cat >>$CONFIG_STATUS <<\_ACEOF
14778fi # test -n "$CONFIG_FILES" 13954for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
14779 13955 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14780
14781for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
14782do
14783 case $ac_tag in 13956 case $ac_file in
14784 :[FHLC]) ac_mode=$ac_tag; continue;; 13957 - | *:- | *:-:* ) # input from stdin
13958 cat >$tmp/stdin
13959 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13960 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13961 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13962 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13963 * ) ac_file_in=$ac_file.in ;;
14785 esac 13964 esac
14786 case $ac_mode$ac_tag in
14787 :[FHL]*:*);;
14788 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14789echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14790 { (exit 1); exit 1; }; };;
14791 :[FH]-) ac_tag=-:-;;
14792 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14793 esac
14794 ac_save_IFS=$IFS
14795 IFS=:
14796 set x $ac_tag
14797 IFS=$ac_save_IFS
14798 shift
14799 ac_file=$1
14800 shift
14801 13965
14802 case $ac_mode in 13966 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14803 :L) ac_source=$1;; 13967 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14804 :[FH])
14805 ac_file_inputs=
14806 for ac_f
14807 do
14808 case $ac_f in
14809 -) ac_f="$tmp/stdin";;
14810 *) # Look for the file first in the build tree, then in the source tree
14811 # (if the path is not absolute). The absolute path cannot be DOS-style,
14812 # because $ac_f cannot contain `:'.
14813 test -f "$ac_f" ||
14814 case $ac_f in
14815 [\\/$]*) false;;
14816 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14817 esac ||
14818 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14819echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14820 { (exit 1); exit 1; }; };;
14821 esac
14822 ac_file_inputs="$ac_file_inputs $ac_f"
14823 done
14824
14825 # Let's still pretend it is `configure' which instantiates (i.e., don't
14826 # use $as_me), people would be surprised to read:
14827 # /* config.h. Generated by config.status. */
14828 configure_input="Generated from "`IFS=:
14829 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14830 if test x"$ac_file" != x-; then
14831 configure_input="$ac_file. $configure_input"
14832 { echo "$as_me:$LINENO: creating $ac_file" >&5
14833echo "$as_me: creating $ac_file" >&6;}
14834 fi
14835
14836 case $ac_tag in
14837 *:-:* | *:-) cat >"$tmp/stdin";;
14838 esac
14839 ;;
14840 esac
14841
14842 ac_dir=`$as_dirname -- "$ac_file" ||
14843$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13968$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14844 X"$ac_file" : 'X\(//\)[^/]' \| \ 13969 X"$ac_file" : 'X\(//\)[^/]' \| \
14845 X"$ac_file" : 'X\(//\)$' \| \ 13970 X"$ac_file" : 'X\(//\)$' \| \
14846 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 13971 X"$ac_file" : 'X\(/\)' \| \
13972 . : '\(.\)' 2>/dev/null ||
14847echo X"$ac_file" | 13973echo X"$ac_file" |
14848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 13974 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14849 s//\1/ 13975 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14850 q 13976 /^X\(\/\/\)$/{ s//\1/; q; }
14851 } 13977 /^X\(\/\).*/{ s//\1/; q; }
14852 /^X\(\/\/\)[^/].*/{
14853 s//\1/
14854 q
14855 }
14856 /^X\(\/\/\)$/{
14857 s//\1/
14858 q
14859 }
14860 /^X\(\/\).*/{
14861 s//\1/
14862 q
14863 }
14864 s/.*/./; q'` 13978 s/.*/./; q'`
13979 { if $as_mkdir_p; then
13980 mkdir -p "$ac_dir"
13981 else
14865 { as_dir="$ac_dir" 13982 as_dir="$ac_dir"
14866 case $as_dir in #(
14867 -*) as_dir=./$as_dir;;
14868 esac
14869 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
14870 as_dirs= 13983 as_dirs=
14871 while :; do 13984 while test ! -d "$as_dir"; do
14872 case $as_dir in #(
14873 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14874 *) as_qdir=$as_dir;;
14875 esac
14876 as_dirs="'$as_qdir' $as_dirs" 13985 as_dirs="$as_dir $as_dirs"
14877 as_dir=`$as_dirname -- "$as_dir" || 13986 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14878$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13987$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14879 X"$as_dir" : 'X\(//\)[^/]' \| \ 13988 X"$as_dir" : 'X\(//\)[^/]' \| \
14880 X"$as_dir" : 'X\(//\)$' \| \ 13989 X"$as_dir" : 'X\(//\)$' \| \
14881 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 13990 X"$as_dir" : 'X\(/\)' \| \
13991 . : '\(.\)' 2>/dev/null ||
14882echo X"$as_dir" | 13992echo X"$as_dir" |
14883 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 13993 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14884 s//\1/ 13994 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14885 q 13995 /^X\(\/\/\)$/{ s//\1/; q; }
14886 } 13996 /^X\(\/\).*/{ s//\1/; q; }
14887 /^X\(\/\/\)[^/].*/{
14888 s//\1/
14889 q
14890 }
14891 /^X\(\/\/\)$/{
14892 s//\1/
14893 q
14894 }
14895 /^X\(\/\).*/{
14896 s//\1/
14897 q
14898 }
14899 s/.*/./; q'` 13997 s/.*/./; q'`
14900 test -d "$as_dir" && break
14901 done 13998 done
14902 test -z "$as_dirs" || eval "mkdir $as_dirs" 13999 test ! -n "$as_dirs" || mkdir $as_dirs
14903 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 14000 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14904echo "$as_me: error: cannot create directory $as_dir" >&2;} 14001echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14905 { (exit 1); exit 1; }; }; } 14002 { (exit 1); exit 1; }; }; }
14003
14906 ac_builddir=. 14004 ac_builddir=.
14907 14005
14006if test "$ac_dir" != .; then
14007 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14008 # A "../" for each directory in $ac_dir_suffix.
14009 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14010else
14011 ac_dir_suffix= ac_top_builddir=
14012fi
14013
14908case "$ac_dir" in 14014case $srcdir in
14909.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 14015 .) # No --srcdir option. We are building in place.
14016 ac_srcdir=.
14017 if test -z "$ac_top_builddir"; then
14018 ac_top_srcdir=.
14019 else
14020 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14021 fi ;;
14022 [\\/]* | ?:[\\/]* ) # Absolute path.
14023 ac_srcdir=$srcdir$ac_dir_suffix;
14024 ac_top_srcdir=$srcdir ;;
14025 *) # Relative path.
14026 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14027 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14028esac
14029
14030# Do not use `cd foo && pwd` to compute absolute paths, because
14031# the directories may not exist.
14032case `pwd` in
14033.) ac_abs_builddir="$ac_dir";;
14910*) 14034*)
14911 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 14035 case "$ac_dir" in
14912 # A ".." for each directory in $ac_dir_suffix. 14036 .) ac_abs_builddir=`pwd`;;
14913 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 14037 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14914 case $ac_top_builddir_sub in 14038 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14915 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14916 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14917 esac ;; 14039 esac;;
14918esac 14040esac
14919ac_abs_top_builddir=$ac_pwd 14041case $ac_abs_builddir in
14920ac_abs_builddir=$ac_pwd$ac_dir_suffix 14042.) ac_abs_top_builddir=${ac_top_builddir}.;;
14921# for backward compatibility: 14043*)
14922ac_top_builddir=$ac_top_build_prefix 14044 case ${ac_top_builddir}. in
14923 14045 .) ac_abs_top_builddir=$ac_abs_builddir;;
14924case $srcdir in 14046 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14925 .) # We are building in place. 14047 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14926 ac_srcdir=. 14048 esac;;
14927 ac_top_srcdir=$ac_top_builddir_sub
14928 ac_abs_top_srcdir=$ac_pwd ;;
14929 [\\/]* | ?:[\\/]* ) # Absolute name.
14930 ac_srcdir=$srcdir$ac_dir_suffix;
14931 ac_top_srcdir=$srcdir
14932 ac_abs_top_srcdir=$srcdir ;;
14933 *) # Relative name.
14934 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14935 ac_top_srcdir=$ac_top_build_prefix$srcdir
14936 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14937esac 14049esac
14938ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 14050case $ac_abs_builddir in
14939 14051.) ac_abs_srcdir=$ac_srcdir;;
14940 14052*)
14941 case $ac_mode in 14053 case $ac_srcdir in
14942 :F) 14054 .) ac_abs_srcdir=$ac_abs_builddir;;
14943 # 14055 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14944 # CONFIG_FILE 14056 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14945 # 14057 esac;;
14058esac
14059case $ac_abs_builddir in
14060.) ac_abs_top_srcdir=$ac_top_srcdir;;
14061*)
14062 case $ac_top_srcdir in
14063 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14064 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14065 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14066 esac;;
14067esac
14068
14946 14069
14947 case $INSTALL in 14070 case $INSTALL in
14948 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 14071 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14949 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 14072 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
14950 esac 14073 esac
14951_ACEOF
14952 14074
14953cat >>$CONFIG_STATUS <<\_ACEOF 14075 if test x"$ac_file" != x-; then
14954# If the template does not know about datarootdir, expand it. 14076 { echo "$as_me:$LINENO: creating $ac_file" >&5
14955# FIXME: This hack should be removed a few years after 2.60. 14077echo "$as_me: creating $ac_file" >&6;}
14956ac_datarootdir_hack=; ac_datarootdir_seen= 14078 rm -f "$ac_file"
14079 fi
14080 # Let's still pretend it is `configure' which instantiates (i.e., don't
14081 # use $as_me), people would be surprised to read:
14082 # /* config.h. Generated by config.status. */
14083 if test x"$ac_file" = x-; then
14084 configure_input=
14085 else
14086 configure_input="$ac_file. "
14087 fi
14088 configure_input=$configure_input"Generated from `echo $ac_file_in |
14089 sed 's,.*/,,'` by configure."
14957 14090
14958case `sed -n '/datarootdir/ { 14091 # First look for the input files in the build tree, otherwise in the
14959 p 14092 # src tree.
14960 q 14093 ac_file_inputs=`IFS=:
14961} 14094 for f in $ac_file_in; do
14962/@datadir@/p 14095 case $f in
14963/@docdir@/p 14096 -) echo $tmp/stdin ;;
14964/@infodir@/p 14097 [\\/$]*)
14965/@localedir@/p 14098 # Absolute (can't be DOS-style, as IFS=:)
14966/@mandir@/p 14099 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14967' $ac_file_inputs` in 14100echo "$as_me: error: cannot find input file: $f" >&2;}
14968*datarootdir*) ac_datarootdir_seen=yes;; 14101 { (exit 1); exit 1; }; }
14969*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 14102 echo "$f";;
14970 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 14103 *) # Relative
14971echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 14104 if test -f "$f"; then
14105 # Build tree
14106 echo "$f"
14107 elif test -f "$srcdir/$f"; then
14108 # Source tree
14109 echo "$srcdir/$f"
14110 else
14111 # /dev/null tree
14112 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14113echo "$as_me: error: cannot find input file: $f" >&2;}
14114 { (exit 1); exit 1; }; }
14115 fi;;
14116 esac
14117 done` || { (exit 1); exit 1; }
14972_ACEOF 14118_ACEOF
14973cat >>$CONFIG_STATUS <<_ACEOF
14974 ac_datarootdir_hack='
14975 s&@datadir@&$datadir&g
14976 s&@docdir@&$docdir&g
14977 s&@infodir@&$infodir&g
14978 s&@localedir@&$localedir&g
14979 s&@mandir@&$mandir&g
14980 s&\\\${datarootdir}&$datarootdir&g' ;;
14981esac
14982_ACEOF
14983
14984# Neutralize VPATH when `$srcdir' = `.'.
14985# Shell code in configure.ac might set extrasub.
14986# FIXME: do we really want to maintain this feature?
14987cat >>$CONFIG_STATUS <<_ACEOF 14119cat >>$CONFIG_STATUS <<_ACEOF
14988 sed "$ac_vpsub 14120 sed "$ac_vpsub
14989$extrasub 14121$extrasub
14990_ACEOF 14122_ACEOF
14991cat >>$CONFIG_STATUS <<\_ACEOF 14123cat >>$CONFIG_STATUS <<\_ACEOF
14992:t 14124:t
14993/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 14125/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14994s&@configure_input@&$configure_input&;t t 14126s,@configure_input@,$configure_input,;t t
14995s&@top_builddir@&$ac_top_builddir_sub&;t t
14996s&@srcdir@&$ac_srcdir&;t t 14127s,@srcdir@,$ac_srcdir,;t t
14997s&@abs_srcdir@&$ac_abs_srcdir&;t t 14128s,@abs_srcdir@,$ac_abs_srcdir,;t t
14998s&@top_srcdir@&$ac_top_srcdir&;t t 14129s,@top_srcdir@,$ac_top_srcdir,;t t
14999s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 14130s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
15000s&@builddir@&$ac_builddir&;t t 14131s,@builddir@,$ac_builddir,;t t
15001s&@abs_builddir@&$ac_abs_builddir&;t t 14132s,@abs_builddir@,$ac_abs_builddir,;t t
14133s,@top_builddir@,$ac_top_builddir,;t t
15002s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 14134s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
15003s&@INSTALL@&$ac_INSTALL&;t t 14135s,@INSTALL@,$ac_INSTALL,;t t
15004$ac_datarootdir_hack 14136" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
15005" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
15006
15007test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15008 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15009 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15010 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15011which seems to be undefined. Please make sure it is defined." >&5
15012echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15013which seems to be undefined. Please make sure it is defined." >&2;}
15014
15015 rm -f "$tmp/stdin" 14137 rm -f $tmp/stdin
14138 if test x"$ac_file" != x-; then
14139 mv $tmp/out $ac_file
14140 else
14141 cat $tmp/out
14142 rm -f $tmp/out
14143 fi
14144
14145done
14146_ACEOF
14147cat >>$CONFIG_STATUS <<\_ACEOF
14148
14149#
14150# CONFIG_HEADER section.
14151#
14152
14153# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
14154# NAME is the cpp macro being defined and VALUE is the value it is being given.
14155#
14156# ac_d sets the value in "#define NAME VALUE" lines.
14157ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14158ac_dB='[ ].*$,\1#\2'
14159ac_dC=' '
14160ac_dD=',;t'
14161# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14162ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14163ac_uB='$,\1#\2define\3'
14164ac_uC=' '
14165ac_uD=',;t'
14166
14167for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
14168 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15016 case $ac_file in 14169 case $ac_file in
15017 -) cat "$tmp/out"; rm -f "$tmp/out";; 14170 - | *:- | *:-:* ) # input from stdin
15018 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 14171 cat >$tmp/stdin
14172 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14173 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14174 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
14175 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
14176 * ) ac_file_in=$ac_file.in ;;
15019 esac 14177 esac
15020 ;;
15021 :H)
15022 #
15023 # CONFIG_HEADER
15024 #
15025_ACEOF
15026 14178
14179 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
14180echo "$as_me: creating $ac_file" >&6;}
14181
14182 # First look for the input files in the build tree, otherwise in the
14183 # src tree.
14184 ac_file_inputs=`IFS=:
14185 for f in $ac_file_in; do
14186 case $f in
14187 -) echo $tmp/stdin ;;
14188 [\\/$]*)
14189 # Absolute (can't be DOS-style, as IFS=:)
14190 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14191echo "$as_me: error: cannot find input file: $f" >&2;}
14192 { (exit 1); exit 1; }; }
14193 # Do quote $f, to prevent DOS paths from being IFS'd.
14194 echo "$f";;
14195 *) # Relative
14196 if test -f "$f"; then
14197 # Build tree
14198 echo "$f"
14199 elif test -f "$srcdir/$f"; then
14200 # Source tree
14201 echo "$srcdir/$f"
14202 else
14203 # /dev/null tree
14204 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14205echo "$as_me: error: cannot find input file: $f" >&2;}
14206 { (exit 1); exit 1; }; }
14207 fi;;
14208 esac
14209 done` || { (exit 1); exit 1; }
14210 # Remove the trailing spaces.
14211 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14212
14213_ACEOF
14214
15027# Transform confdefs.h into a sed script `conftest.defines', that 14215# Transform confdefs.h into two sed scripts, `conftest.defines' and
15028# substitutes the proper values into config.h.in to produce config.h. 14216# `conftest.undefs', that substitutes the proper values into
14217# config.h.in to produce config.h. The first handles `#define'
14218# templates, and the second `#undef' templates.
14219# And first: Protect against being on the right side of a sed subst in
14220# config.status. Protect against being in an unquoted here document
14221# in config.status.
15029rm -f conftest.defines conftest.tail 14222rm -f conftest.defines conftest.undefs
15030# First, append a space to every undef/define line, to ease matching. 14223# Using a here document instead of a string reduces the quoting nightmare.
15031echo 's/$/ /' >conftest.defines 14224# Putting comments in sed scripts is not portable.
15032# Then, protect against being on the right side of a sed subst, or in 14225#
15033# an unquoted here document, in config.status. If some macros were 14226# `end' is used to avoid that the second main sed command (meant for
15034# called several times there might be several #defines for the same 14227# 0-ary CPP macros) applies to n-ary macro definitions.
15035# symbol, which is useless. But do not sort them, since the last 14228# See the Autoconf documentation for `clear'.
15036# AC_DEFINE must be honored. 14229cat >confdef2sed.sed <<\_ACEOF
15037ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15038# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
15039# NAME is the cpp macro being defined, VALUE is the value it is being given.
15040# PARAMS is the parameter list in the macro definition--in most cases, it's
15041# just an empty string.
15042ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
15043ac_dB='\\)[ (].*,\\1define\\2'
15044ac_dC=' '
15045ac_dD=' ,'
15046
15047uniq confdefs.h |
15048 sed -n '
15049 t rset
15050 :rset
15051 s/^[ ]*#[ ]*define[ ][ ]*//
15052 t ok
15053 d
15054 :ok
15055 s/[\\&,]/\\&/g 14230s/[\\&,]/\\&/g
15056 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 14231s,[\\$`],\\&,g
15057 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 14232t clear
15058 ' >>conftest.defines 14233: clear
14234s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14235t end
14236s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14237: end
14238_ACEOF
14239# If some macros were called several times there might be several times
14240# the same #defines, which is useless. Nevertheless, we may not want to
14241# sort them, since we want the *last* AC-DEFINE to be honored.
14242uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14243sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14244rm -f confdef2sed.sed
15059 14245
15060# Remove the space that was appended to ease matching.
15061# Then replace #undef with comments. This is necessary, for 14246# This sed command replaces #undef with comments. This is necessary, for
15062# example, in the case of _POSIX_SOURCE, which is predefined and required 14247# example, in the case of _POSIX_SOURCE, which is predefined and required
15063# on some systems where configure will not decide to define it. 14248# on some systems where configure will not decide to define it.
15064# (The regexp can be short, since the line contains either #define or #undef.) 14249cat >>conftest.undefs <<\_ACEOF
15065echo 's/ $// 14250s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
15066s,^[ #]*u.*,/* & */,' >>conftest.defines 14251_ACEOF
15067 14252
15068# Break up conftest.defines: 14253# Break up conftest.defines because some shells have a limit on the size
15069ac_max_sed_lines=50 14254# of here documents, and old seds have small limits too (100 cmds).
15070 14255echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
15071# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 14256echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
15072# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 14257echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
15073# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 14258echo ' :' >>$CONFIG_STATUS
15074# et cetera. 14259rm -f conftest.tail
15075ac_in='$ac_file_inputs' 14260while grep . conftest.defines >/dev/null
15076ac_out='"$tmp/out1"'
15077ac_nxt='"$tmp/out2"'
15078
15079while :
15080do 14261do
15081 # Write a here document: 14262 # Write a limited-size here document to $tmp/defines.sed.
15082 cat >>$CONFIG_STATUS <<_ACEOF 14263 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
15083 # First, check the format of the line: 14264 # Speed up: don't consider the non `#define' lines.
15084 cat >"\$tmp/defines.sed" <<\\CEOF 14265 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
15085/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 14266 # Work around the forget-to-reset-the-flag bug.
15086/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 14267 echo 't clr' >>$CONFIG_STATUS
15087b 14268 echo ': clr' >>$CONFIG_STATUS
15088:def
15089_ACEOF
15090 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 14269 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
15091 echo 'CEOF 14270 echo 'CEOF
15092 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 14271 sed -f $tmp/defines.sed $tmp/in >$tmp/out
15093 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 14272 rm -f $tmp/in
14273 mv $tmp/out $tmp/in
14274' >>$CONFIG_STATUS
15094 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 14275 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
15095 grep . conftest.tail >/dev/null || break
15096 rm -f conftest.defines 14276 rm -f conftest.defines
15097 mv conftest.tail conftest.defines 14277 mv conftest.tail conftest.defines
15098done 14278done
15099rm -f conftest.defines conftest.tail 14279rm -f conftest.defines
14280echo ' fi # grep' >>$CONFIG_STATUS
14281echo >>$CONFIG_STATUS
15100 14282
15101echo "ac_result=$ac_in" >>$CONFIG_STATUS 14283# Break up conftest.undefs because some shells have a limit on the size
14284# of here documents, and old seds have small limits too (100 cmds).
14285echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14286rm -f conftest.tail
14287while grep . conftest.undefs >/dev/null
14288do
14289 # Write a limited-size here document to $tmp/undefs.sed.
14290 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14291 # Speed up: don't consider the non `#undef'
14292 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14293 # Work around the forget-to-reset-the-flag bug.
14294 echo 't clr' >>$CONFIG_STATUS
14295 echo ': clr' >>$CONFIG_STATUS
14296 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14297 echo 'CEOF
14298 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14299 rm -f $tmp/in
14300 mv $tmp/out $tmp/in
14301' >>$CONFIG_STATUS
14302 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14303 rm -f conftest.undefs
14304 mv conftest.tail conftest.undefs
14305done
14306rm -f conftest.undefs
14307
15102cat >>$CONFIG_STATUS <<\_ACEOF 14308cat >>$CONFIG_STATUS <<\_ACEOF
14309 # Let's still pretend it is `configure' which instantiates (i.e., don't
14310 # use $as_me), people would be surprised to read:
14311 # /* config.h. Generated by config.status. */
14312 if test x"$ac_file" = x-; then
14313 echo "/* Generated by configure. */" >$tmp/config.h
14314 else
14315 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14316 fi
14317 cat $tmp/in >>$tmp/config.h
14318 rm -f $tmp/in
15103 if test x"$ac_file" != x-; then 14319 if test x"$ac_file" != x-; then
15104 echo "/* $configure_input */" >"$tmp/config.h"
15105 cat "$ac_result" >>"$tmp/config.h"
15106 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 14320 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
15107 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 14321 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
15108echo "$as_me: $ac_file is unchanged" >&6;} 14322echo "$as_me: $ac_file is unchanged" >&6;}
15109 else 14323 else
14324 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
14325$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14326 X"$ac_file" : 'X\(//\)[^/]' \| \
14327 X"$ac_file" : 'X\(//\)$' \| \
14328 X"$ac_file" : 'X\(/\)' \| \
14329 . : '\(.\)' 2>/dev/null ||
14330echo X"$ac_file" |
14331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14332 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14333 /^X\(\/\/\)$/{ s//\1/; q; }
14334 /^X\(\/\).*/{ s//\1/; q; }
14335 s/.*/./; q'`
14336 { if $as_mkdir_p; then
14337 mkdir -p "$ac_dir"
14338 else
14339 as_dir="$ac_dir"
14340 as_dirs=
14341 while test ! -d "$as_dir"; do
14342 as_dirs="$as_dir $as_dirs"
14343 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14344$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14345 X"$as_dir" : 'X\(//\)[^/]' \| \
14346 X"$as_dir" : 'X\(//\)$' \| \
14347 X"$as_dir" : 'X\(/\)' \| \
14348 . : '\(.\)' 2>/dev/null ||
14349echo X"$as_dir" |
14350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14351 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14352 /^X\(\/\/\)$/{ s//\1/; q; }
14353 /^X\(\/\).*/{ s//\1/; q; }
14354 s/.*/./; q'`
14355 done
14356 test ! -n "$as_dirs" || mkdir $as_dirs
14357 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14358echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14359 { (exit 1); exit 1; }; }; }
14360
15110 rm -f $ac_file 14361 rm -f $ac_file
15111 mv "$tmp/config.h" $ac_file 14362 mv $tmp/config.h $ac_file
15112 fi 14363 fi
15113 else 14364 else
15114 echo "/* $configure_input */" 14365 cat $tmp/config.h
15115 cat "$ac_result" 14366 rm -f $tmp/config.h
15116 fi 14367 fi
15117 rm -f "$tmp/out12" 14368done
15118 ;; 14369_ACEOF
15119 14370
15120 14371cat >>$CONFIG_STATUS <<\_ACEOF
15121 esac
15122
15123done # for ac_tag
15124
15125 14372
15126{ (exit 0); exit 0; } 14373{ (exit 0); exit 0; }
15127_ACEOF 14374_ACEOF
15128chmod +x $CONFIG_STATUS 14375chmod +x $CONFIG_STATUS
15129ac_clean_files=$ac_clean_files_save 14376ac_clean_files=$ac_clean_files_save
15167if test x$support_afterimage = xyes; then 14414if test x$support_afterimage = xyes; then
15168 echo " AfterImage support: yes" 14415 echo " AfterImage support: yes"
15169fi 14416fi
15170 14417
15171if test x$support_afterstep = xyes; then 14418if test x$support_afterstep = xyes; then
15172 echo " AfterStep intergration: yes" 14419 echo " AfterStep integration: yes"
15173fi 14420fi
15174 14421
15175if test x$term != x; then 14422if test x$term != x; then
15176 echo " set TERM to: $term" 14423 echo " set TERM to: $term"
15177fi 14424fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines