]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m32c/configure
bcbe242c622b168d07f00bd2f71a71857d2ec335
[thirdparty/binutils-gdb.git] / sim / m32c / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="Makefile.in"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='LTLIBOBJS
633 LIBOBJS
634 sim_reserved_bits
635 sim_hw
636 sim_hw_objs
637 sim_hw_cflags
638 sim_default_model
639 sim_scache
640 sim_float
641 sim_endian
642 sim_bitsize
643 sim_alignment
644 cgen_breaks
645 REPORT_BUGS_TEXI
646 REPORT_BUGS_TO
647 PKGVERSION
648 MAINT
649 MAINTAINER_MODE_FALSE
650 MAINTAINER_MODE_TRUE
651 lt_cv_dlopen_libs
652 OTOOL64
653 OTOOL
654 LIPO
655 NMEDIT
656 DSYMUTIL
657 AWK
658 STRIP
659 OBJDUMP
660 LN_S
661 NM
662 ac_ct_DUMPBIN
663 DUMPBIN
664 LD
665 FGREP
666 SED
667 LIBTOOL
668 PLUGINS_FALSE
669 PLUGINS_TRUE
670 zlibinc
671 zlibdir
672 CATOBJEXT
673 GENCAT
674 INSTOBJEXT
675 DATADIRNAME
676 CATALOGS
677 POSUB
678 GMSGFMT
679 XGETTEXT
680 INCINTL
681 LIBINTL_DEP
682 LIBINTL
683 USE_NLS
684 GMAKE_FALSE
685 GMAKE_TRUE
686 MAKE
687 CCDEPMODE
688 DEPDIR
689 am__leading_dot
690 PACKAGE
691 C_DIALECT
692 RANLIB
693 AR
694 CFLAGS_FOR_BUILD
695 CC_FOR_BUILD
696 INSTALL_DATA
697 INSTALL_SCRIPT
698 INSTALL_PROGRAM
699 EGREP
700 GREP
701 target_os
702 target_vendor
703 target_cpu
704 target
705 host_os
706 host_vendor
707 host_cpu
708 host
709 build_os
710 build_vendor
711 build_cpu
712 build
713 CPP
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
720 CC
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL
759 WERROR_CFLAGS
760 WARN_CFLAGS
761 sim_inline'
762 ac_subst_files=''
763 ac_user_opts='
764 enable_option_checking
765 with_system_zlib
766 enable_plugins
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_maintainer_mode
774 enable_sim_debug
775 enable_sim_stdio
776 enable_sim_trace
777 enable_sim_profile
778 enable_sim_assert
779 enable_sim_environment
780 enable_sim_inline
781 with_pkgversion
782 with_bugurl
783 enable_werror
784 enable_build_warnings
785 enable_sim_build_warnings
786 '
787 ac_precious_vars='build_alias
788 host_alias
789 target_alias
790 CC
791 CFLAGS
792 LDFLAGS
793 LIBS
794 CPPFLAGS
795 CPP'
796
797
798 # Initialize some variables set by options.
799 ac_init_help=
800 ac_init_version=false
801 ac_unrecognized_opts=
802 ac_unrecognized_sep=
803 # The variables have the same names as the options, with
804 # dashes changed to underlines.
805 cache_file=/dev/null
806 exec_prefix=NONE
807 no_create=
808 no_recursion=
809 prefix=NONE
810 program_prefix=NONE
811 program_suffix=NONE
812 program_transform_name=s,x,x,
813 silent=
814 site=
815 srcdir=
816 verbose=
817 x_includes=NONE
818 x_libraries=NONE
819
820 # Installation directory options.
821 # These are left unexpanded so users can "make install exec_prefix=/foo"
822 # and all the variables that are supposed to be based on exec_prefix
823 # by default will actually change.
824 # Use braces instead of parens because sh, perl, etc. also accept them.
825 # (The list follows the same order as the GNU Coding Standards.)
826 bindir='${exec_prefix}/bin'
827 sbindir='${exec_prefix}/sbin'
828 libexecdir='${exec_prefix}/libexec'
829 datarootdir='${prefix}/share'
830 datadir='${datarootdir}'
831 sysconfdir='${prefix}/etc'
832 sharedstatedir='${prefix}/com'
833 localstatedir='${prefix}/var'
834 includedir='${prefix}/include'
835 oldincludedir='/usr/include'
836 docdir='${datarootdir}/doc/${PACKAGE}'
837 infodir='${datarootdir}/info'
838 htmldir='${docdir}'
839 dvidir='${docdir}'
840 pdfdir='${docdir}'
841 psdir='${docdir}'
842 libdir='${exec_prefix}/lib'
843 localedir='${datarootdir}/locale'
844 mandir='${datarootdir}/man'
845
846 ac_prev=
847 ac_dashdash=
848 for ac_option
849 do
850 # If the previous option needs an argument, assign it.
851 if test -n "$ac_prev"; then
852 eval $ac_prev=\$ac_option
853 ac_prev=
854 continue
855 fi
856
857 case $ac_option in
858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
861 esac
862
863 # Accept the important Cygnus configure options, so we can diagnose typos.
864
865 case $ac_dashdash$ac_option in
866 --)
867 ac_dashdash=yes ;;
868
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
873
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
878
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
885
886 --config-cache | -C)
887 cache_file=config.cache ;;
888
889 -datadir | --datadir | --datadi | --datad)
890 ac_prev=datadir ;;
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
893
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
900
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error $? "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
916
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
921
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
926
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error $? "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
935 *"
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=\$ac_optarg ;;
942
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
951
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
955
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
962
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
967
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
973
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
980
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
985
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
990
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
997
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1002
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1009
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1014
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1018
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1022
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1026
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1035
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1040
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1047
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1054
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1071
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1076
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1081
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1085
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
1090 sbindir=$ac_optarg ;;
1091
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
1101 sharedstatedir=$ac_optarg ;;
1102
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1107
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1112
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1119
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1124
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1127
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1130
1131 -with-* | --with-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error $? "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140 "with_$ac_useropt"
1141 "*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=\$ac_optarg ;;
1146
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error $? "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156 "with_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
1162
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1166
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1173
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1180
1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information"
1183 ;;
1184
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1191 esac
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1194
1195 *)
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1201 ;;
1202
1203 esac
1204 done
1205
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error $? "missing argument to $ac_option"
1209 fi
1210
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
1214 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216 esac
1217 fi
1218
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1224 do
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1227 case $ac_val in
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1231 esac
1232 # Be sure to have absolute directory names.
1233 case $ac_val in
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236 esac
1237 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1239
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1246
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 elif test "x$build_alias" != "x$host_alias"; then
1252 cross_compiling=yes
1253 fi
1254 fi
1255
1256 ac_tool_prefix=
1257 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1258
1259 test "$silent" = yes && exec 6>/dev/null
1260
1261
1262 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1263 ac_ls_di=`ls -di .` &&
1264 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1265 as_fn_error $? "working directory cannot be determined"
1266 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1267 as_fn_error $? "pwd does not report name of working directory"
1268
1269
1270 # Find the source files, if location was not specified.
1271 if test -z "$srcdir"; then
1272 ac_srcdir_defaulted=yes
1273 # Try the directory containing this script, then the parent directory.
1274 ac_confdir=`$as_dirname -- "$as_myself" ||
1275 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1276 X"$as_myself" : 'X\(//\)[^/]' \| \
1277 X"$as_myself" : 'X\(//\)$' \| \
1278 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1279 $as_echo X"$as_myself" |
1280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1281 s//\1/
1282 q
1283 }
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\).*/{
1293 s//\1/
1294 q
1295 }
1296 s/.*/./; q'`
1297 srcdir=$ac_confdir
1298 if test ! -r "$srcdir/$ac_unique_file"; then
1299 srcdir=..
1300 fi
1301 else
1302 ac_srcdir_defaulted=no
1303 fi
1304 if test ! -r "$srcdir/$ac_unique_file"; then
1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1306 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1307 fi
1308 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1309 ac_abs_confdir=`(
1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1311 pwd)`
1312 # When building in place, set srcdir=.
1313 if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 srcdir=.
1315 fi
1316 # Remove unnecessary trailing slashes from srcdir.
1317 # Double slashes in file names in object file debugging info
1318 # mess up M-x gdb in Emacs.
1319 case $srcdir in
1320 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321 esac
1322 for ac_var in $ac_precious_vars; do
1323 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_env_${ac_var}_value=\$${ac_var}
1325 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1327 done
1328
1329 #
1330 # Report the --help message.
1331 #
1332 if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF
1336 \`configure' configures this package to adapt to many kinds of systems.
1337
1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1339
1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341 VAR=VALUE. See below for descriptions of some of the useful variables.
1342
1343 Defaults for the options are specified in brackets.
1344
1345 Configuration:
1346 -h, --help display this help and exit
1347 --help=short display options specific to this package
1348 --help=recursive display the short help of all the included packages
1349 -V, --version display version information and exit
1350 -q, --quiet, --silent do not print \`checking ...' messages
1351 --cache-file=FILE cache test results in FILE [disabled]
1352 -C, --config-cache alias for \`--cache-file=config.cache'
1353 -n, --no-create do not create output files
1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1355
1356 Installation directories:
1357 --prefix=PREFIX install architecture-independent files in PREFIX
1358 [$ac_default_prefix]
1359 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1360 [PREFIX]
1361
1362 By default, \`make install' will install all the files in
1363 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1364 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1365 for instance \`--prefix=\$HOME'.
1366
1367 For better control, use the options below.
1368
1369 Fine tuning of the installation directories:
1370 --bindir=DIR user executables [EPREFIX/bin]
1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --libdir=DIR object code libraries [EPREFIX/lib]
1377 --includedir=DIR C header files [PREFIX/include]
1378 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1379 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1380 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1381 --infodir=DIR info documentation [DATAROOTDIR/info]
1382 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1383 --mandir=DIR man documentation [DATAROOTDIR/man]
1384 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1385 --htmldir=DIR html documentation [DOCDIR]
1386 --dvidir=DIR dvi documentation [DOCDIR]
1387 --pdfdir=DIR pdf documentation [DOCDIR]
1388 --psdir=DIR ps documentation [DOCDIR]
1389 _ACEOF
1390
1391 cat <<\_ACEOF
1392
1393 Program names:
1394 --program-prefix=PREFIX prepend PREFIX to installed program names
1395 --program-suffix=SUFFIX append SUFFIX to installed program names
1396 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1397
1398 System types:
1399 --build=BUILD configure for building on BUILD [guessed]
1400 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1401 --target=TARGET configure for building compilers for TARGET [HOST]
1402 _ACEOF
1403 fi
1404
1405 if test -n "$ac_init_help"; then
1406
1407 cat <<\_ACEOF
1408
1409 Optional Features:
1410 --disable-option-checking ignore unrecognized --enable/--with options
1411 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1412 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1413 --enable-plugins Enable support for plugins
1414 --enable-shared[=PKGS] build shared libraries [default=yes]
1415 --enable-static[=PKGS] build static libraries [default=yes]
1416 --enable-fast-install[=PKGS]
1417 optimize for fast installation [default=yes]
1418 --disable-libtool-lock avoid locking (might break parallel builds)
1419 --enable-maintainer-mode
1420 enable make rules and dependencies not useful (and
1421 sometimes confusing) to the casual installer
1422 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1423 itself)
1424 --enable-sim-stdio Specify whether to use stdio for console
1425 input/output
1426 --enable-sim-trace=opts Enable tracing of simulated programs
1427 --enable-sim-profile=opts
1428 Enable profiling flags
1429 --enable-sim-assert Specify whether to perform random assertions
1430 --enable-sim-environment=environment
1431 Specify mixed, user, virtual or operating
1432 environment
1433 --enable-sim-inline=inlines
1434 Specify which functions should be inlined
1435 --enable-werror treat compile warnings as errors
1436 --enable-build-warnings enable build-time compiler warnings if gcc is used
1437 --enable-sim-build-warnings
1438 enable SIM specific build-time compiler warnings if
1439 gcc is used
1440
1441 Optional Packages:
1442 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1443 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1444 --with-system-zlib use installed libz
1445 --with-pic try to use only PIC/non-PIC objects [default=use
1446 both]
1447 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1448 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1449 --with-bugurl=URL Direct users to URL to report a bug
1450
1451 Some influential environment variables:
1452 CC C compiler command
1453 CFLAGS C compiler flags
1454 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1455 nonstandard directory <lib dir>
1456 LIBS libraries to pass to the linker, e.g. -l<library>
1457 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1458 you have headers in a nonstandard directory <include dir>
1459 CPP C preprocessor
1460
1461 Use these variables to override the choices made by `configure' or to help
1462 it to find libraries and programs with nonstandard names/locations.
1463
1464 Report bugs to the package provider.
1465 _ACEOF
1466 ac_status=$?
1467 fi
1468
1469 if test "$ac_init_help" = "recursive"; then
1470 # If there are subdirs, report their specific --help.
1471 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1472 test -d "$ac_dir" ||
1473 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1474 continue
1475 ac_builddir=.
1476
1477 case "$ac_dir" in
1478 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1479 *)
1480 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1481 # A ".." for each directory in $ac_dir_suffix.
1482 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1483 case $ac_top_builddir_sub in
1484 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1485 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1486 esac ;;
1487 esac
1488 ac_abs_top_builddir=$ac_pwd
1489 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1490 # for backward compatibility:
1491 ac_top_builddir=$ac_top_build_prefix
1492
1493 case $srcdir in
1494 .) # We are building in place.
1495 ac_srcdir=.
1496 ac_top_srcdir=$ac_top_builddir_sub
1497 ac_abs_top_srcdir=$ac_pwd ;;
1498 [\\/]* | ?:[\\/]* ) # Absolute name.
1499 ac_srcdir=$srcdir$ac_dir_suffix;
1500 ac_top_srcdir=$srcdir
1501 ac_abs_top_srcdir=$srcdir ;;
1502 *) # Relative name.
1503 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1504 ac_top_srcdir=$ac_top_build_prefix$srcdir
1505 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1506 esac
1507 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1508
1509 cd "$ac_dir" || { ac_status=$?; continue; }
1510 # Check for guested configure.
1511 if test -f "$ac_srcdir/configure.gnu"; then
1512 echo &&
1513 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1514 elif test -f "$ac_srcdir/configure"; then
1515 echo &&
1516 $SHELL "$ac_srcdir/configure" --help=recursive
1517 else
1518 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1519 fi || ac_status=$?
1520 cd "$ac_pwd" || { ac_status=$?; break; }
1521 done
1522 fi
1523
1524 test -n "$ac_init_help" && exit $ac_status
1525 if $ac_init_version; then
1526 cat <<\_ACEOF
1527 configure
1528 generated by GNU Autoconf 2.69
1529
1530 Copyright (C) 2012 Free Software Foundation, Inc.
1531 This configure script is free software; the Free Software Foundation
1532 gives unlimited permission to copy, distribute and modify it.
1533 _ACEOF
1534 exit
1535 fi
1536
1537 ## ------------------------ ##
1538 ## Autoconf initialization. ##
1539 ## ------------------------ ##
1540
1541 # ac_fn_c_try_compile LINENO
1542 # --------------------------
1543 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1544 ac_fn_c_try_compile ()
1545 {
1546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1547 rm -f conftest.$ac_objext
1548 if { { ac_try="$ac_compile"
1549 case "(($ac_try" in
1550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1551 *) ac_try_echo=$ac_try;;
1552 esac
1553 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1554 $as_echo "$ac_try_echo"; } >&5
1555 (eval "$ac_compile") 2>conftest.err
1556 ac_status=$?
1557 if test -s conftest.err; then
1558 grep -v '^ *+' conftest.err >conftest.er1
1559 cat conftest.er1 >&5
1560 mv -f conftest.er1 conftest.err
1561 fi
1562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1563 test $ac_status = 0; } && {
1564 test -z "$ac_c_werror_flag" ||
1565 test ! -s conftest.err
1566 } && test -s conftest.$ac_objext; then :
1567 ac_retval=0
1568 else
1569 $as_echo "$as_me: failed program was:" >&5
1570 sed 's/^/| /' conftest.$ac_ext >&5
1571
1572 ac_retval=1
1573 fi
1574 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1575 as_fn_set_status $ac_retval
1576
1577 } # ac_fn_c_try_compile
1578
1579 # ac_fn_c_try_cpp LINENO
1580 # ----------------------
1581 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1582 ac_fn_c_try_cpp ()
1583 {
1584 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1585 if { { ac_try="$ac_cpp conftest.$ac_ext"
1586 case "(($ac_try" in
1587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1588 *) ac_try_echo=$ac_try;;
1589 esac
1590 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1591 $as_echo "$ac_try_echo"; } >&5
1592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1593 ac_status=$?
1594 if test -s conftest.err; then
1595 grep -v '^ *+' conftest.err >conftest.er1
1596 cat conftest.er1 >&5
1597 mv -f conftest.er1 conftest.err
1598 fi
1599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1600 test $ac_status = 0; } > conftest.i && {
1601 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1602 test ! -s conftest.err
1603 }; then :
1604 ac_retval=0
1605 else
1606 $as_echo "$as_me: failed program was:" >&5
1607 sed 's/^/| /' conftest.$ac_ext >&5
1608
1609 ac_retval=1
1610 fi
1611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1612 as_fn_set_status $ac_retval
1613
1614 } # ac_fn_c_try_cpp
1615
1616 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1617 # -------------------------------------------------------
1618 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1619 # the include files in INCLUDES and setting the cache variable VAR
1620 # accordingly.
1621 ac_fn_c_check_header_mongrel ()
1622 {
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 if eval \${$3+:} false; then :
1625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1626 $as_echo_n "checking for $2... " >&6; }
1627 if eval \${$3+:} false; then :
1628 $as_echo_n "(cached) " >&6
1629 fi
1630 eval ac_res=\$$3
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1632 $as_echo "$ac_res" >&6; }
1633 else
1634 # Is the header compilable?
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1636 $as_echo_n "checking $2 usability... " >&6; }
1637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1638 /* end confdefs.h. */
1639 $4
1640 #include <$2>
1641 _ACEOF
1642 if ac_fn_c_try_compile "$LINENO"; then :
1643 ac_header_compiler=yes
1644 else
1645 ac_header_compiler=no
1646 fi
1647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1649 $as_echo "$ac_header_compiler" >&6; }
1650
1651 # Is the header present?
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1653 $as_echo_n "checking $2 presence... " >&6; }
1654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655 /* end confdefs.h. */
1656 #include <$2>
1657 _ACEOF
1658 if ac_fn_c_try_cpp "$LINENO"; then :
1659 ac_header_preproc=yes
1660 else
1661 ac_header_preproc=no
1662 fi
1663 rm -f conftest.err conftest.i conftest.$ac_ext
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1665 $as_echo "$ac_header_preproc" >&6; }
1666
1667 # So? What about this header?
1668 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1669 yes:no: )
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1671 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1673 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1674 ;;
1675 no:yes:* )
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1677 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1679 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1681 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1683 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1685 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 ;;
1687 esac
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1689 $as_echo_n "checking for $2... " >&6; }
1690 if eval \${$3+:} false; then :
1691 $as_echo_n "(cached) " >&6
1692 else
1693 eval "$3=\$ac_header_compiler"
1694 fi
1695 eval ac_res=\$$3
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697 $as_echo "$ac_res" >&6; }
1698 fi
1699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1700
1701 } # ac_fn_c_check_header_mongrel
1702
1703 # ac_fn_c_try_run LINENO
1704 # ----------------------
1705 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1706 # that executables *can* be run.
1707 ac_fn_c_try_run ()
1708 {
1709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1710 if { { ac_try="$ac_link"
1711 case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714 esac
1715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716 $as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_link") 2>&5
1718 ac_status=$?
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1721 { { case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724 esac
1725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726 $as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_try") 2>&5
1728 ac_status=$?
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; }; }; then :
1731 ac_retval=0
1732 else
1733 $as_echo "$as_me: program exited with status $ac_status" >&5
1734 $as_echo "$as_me: failed program was:" >&5
1735 sed 's/^/| /' conftest.$ac_ext >&5
1736
1737 ac_retval=$ac_status
1738 fi
1739 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
1742
1743 } # ac_fn_c_try_run
1744
1745 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1746 # -------------------------------------------------------
1747 # Tests whether HEADER exists and can be compiled using the include files in
1748 # INCLUDES, setting the cache variable VAR accordingly.
1749 ac_fn_c_check_header_compile ()
1750 {
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753 $as_echo_n "checking for $2... " >&6; }
1754 if eval \${$3+:} false; then :
1755 $as_echo_n "(cached) " >&6
1756 else
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758 /* end confdefs.h. */
1759 $4
1760 #include <$2>
1761 _ACEOF
1762 if ac_fn_c_try_compile "$LINENO"; then :
1763 eval "$3=yes"
1764 else
1765 eval "$3=no"
1766 fi
1767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1768 fi
1769 eval ac_res=\$$3
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1771 $as_echo "$ac_res" >&6; }
1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1773
1774 } # ac_fn_c_check_header_compile
1775
1776 # ac_fn_c_try_link LINENO
1777 # -----------------------
1778 # Try to link conftest.$ac_ext, and return whether this succeeded.
1779 ac_fn_c_try_link ()
1780 {
1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782 rm -f conftest.$ac_objext conftest$ac_exeext
1783 if { { ac_try="$ac_link"
1784 case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787 esac
1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789 $as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>conftest.err
1791 ac_status=$?
1792 if test -s conftest.err; then
1793 grep -v '^ *+' conftest.err >conftest.er1
1794 cat conftest.er1 >&5
1795 mv -f conftest.er1 conftest.err
1796 fi
1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1798 test $ac_status = 0; } && {
1799 test -z "$ac_c_werror_flag" ||
1800 test ! -s conftest.err
1801 } && test -s conftest$ac_exeext && {
1802 test "$cross_compiling" = yes ||
1803 test -x conftest$ac_exeext
1804 }; then :
1805 ac_retval=0
1806 else
1807 $as_echo "$as_me: failed program was:" >&5
1808 sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=1
1811 fi
1812 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1813 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1814 # interfere with the next link command; also delete a directory that is
1815 # left behind by Apple's compiler. We do this before executing the actions.
1816 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1817 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1818 as_fn_set_status $ac_retval
1819
1820 } # ac_fn_c_try_link
1821
1822 # ac_fn_c_check_func LINENO FUNC VAR
1823 # ----------------------------------
1824 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1825 ac_fn_c_check_func ()
1826 {
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829 $as_echo_n "checking for $2... " >&6; }
1830 if eval \${$3+:} false; then :
1831 $as_echo_n "(cached) " >&6
1832 else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1835 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1836 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1837 #define $2 innocuous_$2
1838
1839 /* System header to define __stub macros and hopefully few prototypes,
1840 which can conflict with char $2 (); below.
1841 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1842 <limits.h> exists even on freestanding compilers. */
1843
1844 #ifdef __STDC__
1845 # include <limits.h>
1846 #else
1847 # include <assert.h>
1848 #endif
1849
1850 #undef $2
1851
1852 /* Override any GCC internal prototype to avoid an error.
1853 Use char because int might match the return type of a GCC
1854 builtin and then its argument prototype would still apply. */
1855 #ifdef __cplusplus
1856 extern "C"
1857 #endif
1858 char $2 ();
1859 /* The GNU C library defines this for functions which it implements
1860 to always fail with ENOSYS. Some functions are actually named
1861 something starting with __ and the normal name is an alias. */
1862 #if defined __stub_$2 || defined __stub___$2
1863 choke me
1864 #endif
1865
1866 int
1867 main ()
1868 {
1869 return $2 ();
1870 ;
1871 return 0;
1872 }
1873 _ACEOF
1874 if ac_fn_c_try_link "$LINENO"; then :
1875 eval "$3=yes"
1876 else
1877 eval "$3=no"
1878 fi
1879 rm -f core conftest.err conftest.$ac_objext \
1880 conftest$ac_exeext conftest.$ac_ext
1881 fi
1882 eval ac_res=\$$3
1883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1884 $as_echo "$ac_res" >&6; }
1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1886
1887 } # ac_fn_c_check_func
1888
1889 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1890 # ----------------------------------------------------
1891 # Tries to find if the field MEMBER exists in type AGGR, after including
1892 # INCLUDES, setting cache variable VAR accordingly.
1893 ac_fn_c_check_member ()
1894 {
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1897 $as_echo_n "checking for $2.$3... " >&6; }
1898 if eval \${$4+:} false; then :
1899 $as_echo_n "(cached) " >&6
1900 else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1903 $5
1904 int
1905 main ()
1906 {
1907 static $2 ac_aggr;
1908 if (ac_aggr.$3)
1909 return 0;
1910 ;
1911 return 0;
1912 }
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$4=yes"
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 $5
1920 int
1921 main ()
1922 {
1923 static $2 ac_aggr;
1924 if (sizeof ac_aggr.$3)
1925 return 0;
1926 ;
1927 return 0;
1928 }
1929 _ACEOF
1930 if ac_fn_c_try_compile "$LINENO"; then :
1931 eval "$4=yes"
1932 else
1933 eval "$4=no"
1934 fi
1935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1936 fi
1937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1938 fi
1939 eval ac_res=\$$4
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1941 $as_echo "$ac_res" >&6; }
1942 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1943
1944 } # ac_fn_c_check_member
1945
1946 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1947 # -------------------------------------------
1948 # Tests whether TYPE exists after having included INCLUDES, setting cache
1949 # variable VAR accordingly.
1950 ac_fn_c_check_type ()
1951 {
1952 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1954 $as_echo_n "checking for $2... " >&6; }
1955 if eval \${$3+:} false; then :
1956 $as_echo_n "(cached) " >&6
1957 else
1958 eval "$3=no"
1959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960 /* end confdefs.h. */
1961 $4
1962 int
1963 main ()
1964 {
1965 if (sizeof ($2))
1966 return 0;
1967 ;
1968 return 0;
1969 }
1970 _ACEOF
1971 if ac_fn_c_try_compile "$LINENO"; then :
1972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1973 /* end confdefs.h. */
1974 $4
1975 int
1976 main ()
1977 {
1978 if (sizeof (($2)))
1979 return 0;
1980 ;
1981 return 0;
1982 }
1983 _ACEOF
1984 if ac_fn_c_try_compile "$LINENO"; then :
1985
1986 else
1987 eval "$3=yes"
1988 fi
1989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990 fi
1991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992 fi
1993 eval ac_res=\$$3
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1995 $as_echo "$ac_res" >&6; }
1996 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1997
1998 } # ac_fn_c_check_type
1999 cat >config.log <<_ACEOF
2000 This file contains any messages produced by compilers while
2001 running configure, to aid debugging if configure makes a mistake.
2002
2003 It was created by $as_me, which was
2004 generated by GNU Autoconf 2.69. Invocation command line was
2005
2006 $ $0 $@
2007
2008 _ACEOF
2009 exec 5>>config.log
2010 {
2011 cat <<_ASUNAME
2012 ## --------- ##
2013 ## Platform. ##
2014 ## --------- ##
2015
2016 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2017 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2018 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2019 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2020 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2021
2022 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2023 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2024
2025 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2026 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2027 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2028 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2029 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2030 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2031 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2032
2033 _ASUNAME
2034
2035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2036 for as_dir in $PATH
2037 do
2038 IFS=$as_save_IFS
2039 test -z "$as_dir" && as_dir=.
2040 $as_echo "PATH: $as_dir"
2041 done
2042 IFS=$as_save_IFS
2043
2044 } >&5
2045
2046 cat >&5 <<_ACEOF
2047
2048
2049 ## ----------- ##
2050 ## Core tests. ##
2051 ## ----------- ##
2052
2053 _ACEOF
2054
2055
2056 # Keep a trace of the command line.
2057 # Strip out --no-create and --no-recursion so they do not pile up.
2058 # Strip out --silent because we don't want to record it for future runs.
2059 # Also quote any args containing shell meta-characters.
2060 # Make two passes to allow for proper duplicate-argument suppression.
2061 ac_configure_args=
2062 ac_configure_args0=
2063 ac_configure_args1=
2064 ac_must_keep_next=false
2065 for ac_pass in 1 2
2066 do
2067 for ac_arg
2068 do
2069 case $ac_arg in
2070 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2072 | -silent | --silent | --silen | --sile | --sil)
2073 continue ;;
2074 *\'*)
2075 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2076 esac
2077 case $ac_pass in
2078 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2079 2)
2080 as_fn_append ac_configure_args1 " '$ac_arg'"
2081 if test $ac_must_keep_next = true; then
2082 ac_must_keep_next=false # Got value, back to normal.
2083 else
2084 case $ac_arg in
2085 *=* | --config-cache | -C | -disable-* | --disable-* \
2086 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2087 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2088 | -with-* | --with-* | -without-* | --without-* | --x)
2089 case "$ac_configure_args0 " in
2090 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2091 esac
2092 ;;
2093 -* ) ac_must_keep_next=true ;;
2094 esac
2095 fi
2096 as_fn_append ac_configure_args " '$ac_arg'"
2097 ;;
2098 esac
2099 done
2100 done
2101 { ac_configure_args0=; unset ac_configure_args0;}
2102 { ac_configure_args1=; unset ac_configure_args1;}
2103
2104 # When interrupted or exit'd, cleanup temporary files, and complete
2105 # config.log. We remove comments because anyway the quotes in there
2106 # would cause problems or look ugly.
2107 # WARNING: Use '\'' to represent an apostrophe within the trap.
2108 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2109 trap 'exit_status=$?
2110 # Save into config.log some information that might help in debugging.
2111 {
2112 echo
2113
2114 $as_echo "## ---------------- ##
2115 ## Cache variables. ##
2116 ## ---------------- ##"
2117 echo
2118 # The following way of writing the cache mishandles newlines in values,
2119 (
2120 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2121 eval ac_val=\$$ac_var
2122 case $ac_val in #(
2123 *${as_nl}*)
2124 case $ac_var in #(
2125 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2126 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2127 esac
2128 case $ac_var in #(
2129 _ | IFS | as_nl) ;; #(
2130 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2131 *) { eval $ac_var=; unset $ac_var;} ;;
2132 esac ;;
2133 esac
2134 done
2135 (set) 2>&1 |
2136 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2137 *${as_nl}ac_space=\ *)
2138 sed -n \
2139 "s/'\''/'\''\\\\'\'''\''/g;
2140 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2141 ;; #(
2142 *)
2143 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2144 ;;
2145 esac |
2146 sort
2147 )
2148 echo
2149
2150 $as_echo "## ----------------- ##
2151 ## Output variables. ##
2152 ## ----------------- ##"
2153 echo
2154 for ac_var in $ac_subst_vars
2155 do
2156 eval ac_val=\$$ac_var
2157 case $ac_val in
2158 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2159 esac
2160 $as_echo "$ac_var='\''$ac_val'\''"
2161 done | sort
2162 echo
2163
2164 if test -n "$ac_subst_files"; then
2165 $as_echo "## ------------------- ##
2166 ## File substitutions. ##
2167 ## ------------------- ##"
2168 echo
2169 for ac_var in $ac_subst_files
2170 do
2171 eval ac_val=\$$ac_var
2172 case $ac_val in
2173 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2174 esac
2175 $as_echo "$ac_var='\''$ac_val'\''"
2176 done | sort
2177 echo
2178 fi
2179
2180 if test -s confdefs.h; then
2181 $as_echo "## ----------- ##
2182 ## confdefs.h. ##
2183 ## ----------- ##"
2184 echo
2185 cat confdefs.h
2186 echo
2187 fi
2188 test "$ac_signal" != 0 &&
2189 $as_echo "$as_me: caught signal $ac_signal"
2190 $as_echo "$as_me: exit $exit_status"
2191 } >&5
2192 rm -f core *.core core.conftest.* &&
2193 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2194 exit $exit_status
2195 ' 0
2196 for ac_signal in 1 2 13 15; do
2197 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2198 done
2199 ac_signal=0
2200
2201 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2202 rm -f -r conftest* confdefs.h
2203
2204 $as_echo "/* confdefs.h */" > confdefs.h
2205
2206 # Predefined preprocessor variables.
2207
2208 cat >>confdefs.h <<_ACEOF
2209 #define PACKAGE_NAME "$PACKAGE_NAME"
2210 _ACEOF
2211
2212 cat >>confdefs.h <<_ACEOF
2213 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2214 _ACEOF
2215
2216 cat >>confdefs.h <<_ACEOF
2217 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2218 _ACEOF
2219
2220 cat >>confdefs.h <<_ACEOF
2221 #define PACKAGE_STRING "$PACKAGE_STRING"
2222 _ACEOF
2223
2224 cat >>confdefs.h <<_ACEOF
2225 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2226 _ACEOF
2227
2228 cat >>confdefs.h <<_ACEOF
2229 #define PACKAGE_URL "$PACKAGE_URL"
2230 _ACEOF
2231
2232
2233 # Let the site file select an alternate cache file if it wants to.
2234 # Prefer an explicitly selected file to automatically selected ones.
2235 ac_site_file1=NONE
2236 ac_site_file2=NONE
2237 if test -n "$CONFIG_SITE"; then
2238 # We do not want a PATH search for config.site.
2239 case $CONFIG_SITE in #((
2240 -*) ac_site_file1=./$CONFIG_SITE;;
2241 */*) ac_site_file1=$CONFIG_SITE;;
2242 *) ac_site_file1=./$CONFIG_SITE;;
2243 esac
2244 elif test "x$prefix" != xNONE; then
2245 ac_site_file1=$prefix/share/config.site
2246 ac_site_file2=$prefix/etc/config.site
2247 else
2248 ac_site_file1=$ac_default_prefix/share/config.site
2249 ac_site_file2=$ac_default_prefix/etc/config.site
2250 fi
2251 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2252 do
2253 test "x$ac_site_file" = xNONE && continue
2254 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2256 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2257 sed 's/^/| /' "$ac_site_file" >&5
2258 . "$ac_site_file" \
2259 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2261 as_fn_error $? "failed to load site script $ac_site_file
2262 See \`config.log' for more details" "$LINENO" 5; }
2263 fi
2264 done
2265
2266 if test -r "$cache_file"; then
2267 # Some versions of bash will fail to source /dev/null (special files
2268 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2269 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2271 $as_echo "$as_me: loading cache $cache_file" >&6;}
2272 case $cache_file in
2273 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2274 *) . "./$cache_file";;
2275 esac
2276 fi
2277 else
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2279 $as_echo "$as_me: creating cache $cache_file" >&6;}
2280 >$cache_file
2281 fi
2282
2283 # Check that the precious variables saved in the cache have kept the same
2284 # value.
2285 ac_cache_corrupted=false
2286 for ac_var in $ac_precious_vars; do
2287 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2288 eval ac_new_set=\$ac_env_${ac_var}_set
2289 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2290 eval ac_new_val=\$ac_env_${ac_var}_value
2291 case $ac_old_set,$ac_new_set in
2292 set,)
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2294 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2295 ac_cache_corrupted=: ;;
2296 ,set)
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2298 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2299 ac_cache_corrupted=: ;;
2300 ,);;
2301 *)
2302 if test "x$ac_old_val" != "x$ac_new_val"; then
2303 # differences in whitespace do not lead to failure.
2304 ac_old_val_w=`echo x $ac_old_val`
2305 ac_new_val_w=`echo x $ac_new_val`
2306 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2308 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2309 ac_cache_corrupted=:
2310 else
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2312 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2313 eval $ac_var=\$ac_old_val
2314 fi
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2316 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2318 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2319 fi;;
2320 esac
2321 # Pass precious variables to config.status.
2322 if test "$ac_new_set" = set; then
2323 case $ac_new_val in
2324 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2325 *) ac_arg=$ac_var=$ac_new_val ;;
2326 esac
2327 case " $ac_configure_args " in
2328 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2329 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2330 esac
2331 fi
2332 done
2333 if $ac_cache_corrupted; then
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2335 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2337 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2338 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2339 fi
2340 ## -------------------- ##
2341 ## Main body of script. ##
2342 ## -------------------- ##
2343
2344 ac_ext=c
2345 ac_cpp='$CPP $CPPFLAGS'
2346 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2347 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2348 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2349
2350
2351
2352
2353
2354
2355
2356 ac_ext=c
2357 ac_cpp='$CPP $CPPFLAGS'
2358 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2359 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2360 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2361 if test -n "$ac_tool_prefix"; then
2362 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2363 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2365 $as_echo_n "checking for $ac_word... " >&6; }
2366 if ${ac_cv_prog_CC+:} false; then :
2367 $as_echo_n "(cached) " >&6
2368 else
2369 if test -n "$CC"; then
2370 ac_cv_prog_CC="$CC" # Let the user override the test.
2371 else
2372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2373 for as_dir in $PATH
2374 do
2375 IFS=$as_save_IFS
2376 test -z "$as_dir" && as_dir=.
2377 for ac_exec_ext in '' $ac_executable_extensions; do
2378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2379 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2381 break 2
2382 fi
2383 done
2384 done
2385 IFS=$as_save_IFS
2386
2387 fi
2388 fi
2389 CC=$ac_cv_prog_CC
2390 if test -n "$CC"; then
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2392 $as_echo "$CC" >&6; }
2393 else
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2395 $as_echo "no" >&6; }
2396 fi
2397
2398
2399 fi
2400 if test -z "$ac_cv_prog_CC"; then
2401 ac_ct_CC=$CC
2402 # Extract the first word of "gcc", so it can be a program name with args.
2403 set dummy gcc; ac_word=$2
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2405 $as_echo_n "checking for $ac_word... " >&6; }
2406 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2407 $as_echo_n "(cached) " >&6
2408 else
2409 if test -n "$ac_ct_CC"; then
2410 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2411 else
2412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 for as_dir in $PATH
2414 do
2415 IFS=$as_save_IFS
2416 test -z "$as_dir" && as_dir=.
2417 for ac_exec_ext in '' $ac_executable_extensions; do
2418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2419 ac_cv_prog_ac_ct_CC="gcc"
2420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2421 break 2
2422 fi
2423 done
2424 done
2425 IFS=$as_save_IFS
2426
2427 fi
2428 fi
2429 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2430 if test -n "$ac_ct_CC"; then
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2432 $as_echo "$ac_ct_CC" >&6; }
2433 else
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2435 $as_echo "no" >&6; }
2436 fi
2437
2438 if test "x$ac_ct_CC" = x; then
2439 CC=""
2440 else
2441 case $cross_compiling:$ac_tool_warned in
2442 yes:)
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2444 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2445 ac_tool_warned=yes ;;
2446 esac
2447 CC=$ac_ct_CC
2448 fi
2449 else
2450 CC="$ac_cv_prog_CC"
2451 fi
2452
2453 if test -z "$CC"; then
2454 if test -n "$ac_tool_prefix"; then
2455 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2456 set dummy ${ac_tool_prefix}cc; ac_word=$2
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2458 $as_echo_n "checking for $ac_word... " >&6; }
2459 if ${ac_cv_prog_CC+:} false; then :
2460 $as_echo_n "(cached) " >&6
2461 else
2462 if test -n "$CC"; then
2463 ac_cv_prog_CC="$CC" # Let the user override the test.
2464 else
2465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2466 for as_dir in $PATH
2467 do
2468 IFS=$as_save_IFS
2469 test -z "$as_dir" && as_dir=.
2470 for ac_exec_ext in '' $ac_executable_extensions; do
2471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2472 ac_cv_prog_CC="${ac_tool_prefix}cc"
2473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2474 break 2
2475 fi
2476 done
2477 done
2478 IFS=$as_save_IFS
2479
2480 fi
2481 fi
2482 CC=$ac_cv_prog_CC
2483 if test -n "$CC"; then
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2485 $as_echo "$CC" >&6; }
2486 else
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2488 $as_echo "no" >&6; }
2489 fi
2490
2491
2492 fi
2493 fi
2494 if test -z "$CC"; then
2495 # Extract the first word of "cc", so it can be a program name with args.
2496 set dummy cc; ac_word=$2
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498 $as_echo_n "checking for $ac_word... " >&6; }
2499 if ${ac_cv_prog_CC+:} false; then :
2500 $as_echo_n "(cached) " >&6
2501 else
2502 if test -n "$CC"; then
2503 ac_cv_prog_CC="$CC" # Let the user override the test.
2504 else
2505 ac_prog_rejected=no
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2508 do
2509 IFS=$as_save_IFS
2510 test -z "$as_dir" && as_dir=.
2511 for ac_exec_ext in '' $ac_executable_extensions; do
2512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2513 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2514 ac_prog_rejected=yes
2515 continue
2516 fi
2517 ac_cv_prog_CC="cc"
2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2520 fi
2521 done
2522 done
2523 IFS=$as_save_IFS
2524
2525 if test $ac_prog_rejected = yes; then
2526 # We found a bogon in the path, so make sure we never use it.
2527 set dummy $ac_cv_prog_CC
2528 shift
2529 if test $# != 0; then
2530 # We chose a different compiler from the bogus one.
2531 # However, it has the same basename, so the bogon will be chosen
2532 # first if we set CC to just the basename; use the full file name.
2533 shift
2534 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2535 fi
2536 fi
2537 fi
2538 fi
2539 CC=$ac_cv_prog_CC
2540 if test -n "$CC"; then
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2542 $as_echo "$CC" >&6; }
2543 else
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2545 $as_echo "no" >&6; }
2546 fi
2547
2548
2549 fi
2550 if test -z "$CC"; then
2551 if test -n "$ac_tool_prefix"; then
2552 for ac_prog in cl.exe
2553 do
2554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2555 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if ${ac_cv_prog_CC+:} false; then :
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2565 for as_dir in $PATH
2566 do
2567 IFS=$as_save_IFS
2568 test -z "$as_dir" && as_dir=.
2569 for ac_exec_ext in '' $ac_executable_extensions; do
2570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2571 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2574 fi
2575 done
2576 done
2577 IFS=$as_save_IFS
2578
2579 fi
2580 fi
2581 CC=$ac_cv_prog_CC
2582 if test -n "$CC"; then
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2584 $as_echo "$CC" >&6; }
2585 else
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2587 $as_echo "no" >&6; }
2588 fi
2589
2590
2591 test -n "$CC" && break
2592 done
2593 fi
2594 if test -z "$CC"; then
2595 ac_ct_CC=$CC
2596 for ac_prog in cl.exe
2597 do
2598 # Extract the first word of "$ac_prog", so it can be a program name with args.
2599 set dummy $ac_prog; ac_word=$2
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2601 $as_echo_n "checking for $ac_word... " >&6; }
2602 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2603 $as_echo_n "(cached) " >&6
2604 else
2605 if test -n "$ac_ct_CC"; then
2606 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2607 else
2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609 for as_dir in $PATH
2610 do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_exec_ext in '' $ac_executable_extensions; do
2614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2615 ac_cv_prog_ac_ct_CC="$ac_prog"
2616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2617 break 2
2618 fi
2619 done
2620 done
2621 IFS=$as_save_IFS
2622
2623 fi
2624 fi
2625 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2626 if test -n "$ac_ct_CC"; then
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2628 $as_echo "$ac_ct_CC" >&6; }
2629 else
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2631 $as_echo "no" >&6; }
2632 fi
2633
2634
2635 test -n "$ac_ct_CC" && break
2636 done
2637
2638 if test "x$ac_ct_CC" = x; then
2639 CC=""
2640 else
2641 case $cross_compiling:$ac_tool_warned in
2642 yes:)
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2644 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2645 ac_tool_warned=yes ;;
2646 esac
2647 CC=$ac_ct_CC
2648 fi
2649 fi
2650
2651 fi
2652
2653
2654 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2655 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2656 as_fn_error $? "no acceptable C compiler found in \$PATH
2657 See \`config.log' for more details" "$LINENO" 5; }
2658
2659 # Provide some information about the compiler.
2660 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2661 set X $ac_compile
2662 ac_compiler=$2
2663 for ac_option in --version -v -V -qversion; do
2664 { { ac_try="$ac_compiler $ac_option >&5"
2665 case "(($ac_try" in
2666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2667 *) ac_try_echo=$ac_try;;
2668 esac
2669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2670 $as_echo "$ac_try_echo"; } >&5
2671 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2672 ac_status=$?
2673 if test -s conftest.err; then
2674 sed '10a\
2675 ... rest of stderr output deleted ...
2676 10q' conftest.err >conftest.er1
2677 cat conftest.er1 >&5
2678 fi
2679 rm -f conftest.er1 conftest.err
2680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2681 test $ac_status = 0; }
2682 done
2683
2684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2685 /* end confdefs.h. */
2686
2687 int
2688 main ()
2689 {
2690
2691 ;
2692 return 0;
2693 }
2694 _ACEOF
2695 ac_clean_files_save=$ac_clean_files
2696 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2697 # Try to create an executable without -o first, disregard a.out.
2698 # It will help us diagnose broken compilers, and finding out an intuition
2699 # of exeext.
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2701 $as_echo_n "checking whether the C compiler works... " >&6; }
2702 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2703
2704 # The possible output files:
2705 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2706
2707 ac_rmfiles=
2708 for ac_file in $ac_files
2709 do
2710 case $ac_file in
2711 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2712 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2713 esac
2714 done
2715 rm -f $ac_rmfiles
2716
2717 if { { ac_try="$ac_link_default"
2718 case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2723 $as_echo "$ac_try_echo"; } >&5
2724 (eval "$ac_link_default") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2727 test $ac_status = 0; }; then :
2728 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2729 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2730 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2731 # so that the user can short-circuit this test for compilers unknown to
2732 # Autoconf.
2733 for ac_file in $ac_files ''
2734 do
2735 test -f "$ac_file" || continue
2736 case $ac_file in
2737 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2738 ;;
2739 [ab].out )
2740 # We found the default executable, but exeext='' is most
2741 # certainly right.
2742 break;;
2743 *.* )
2744 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2745 then :; else
2746 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2747 fi
2748 # We set ac_cv_exeext here because the later test for it is not
2749 # safe: cross compilers may not add the suffix if given an `-o'
2750 # argument, so we may need to know it at that point already.
2751 # Even if this section looks crufty: it has the advantage of
2752 # actually working.
2753 break;;
2754 * )
2755 break;;
2756 esac
2757 done
2758 test "$ac_cv_exeext" = no && ac_cv_exeext=
2759
2760 else
2761 ac_file=''
2762 fi
2763 if test -z "$ac_file"; then :
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2765 $as_echo "no" >&6; }
2766 $as_echo "$as_me: failed program was:" >&5
2767 sed 's/^/| /' conftest.$ac_ext >&5
2768
2769 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2770 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2771 as_fn_error 77 "C compiler cannot create executables
2772 See \`config.log' for more details" "$LINENO" 5; }
2773 else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2775 $as_echo "yes" >&6; }
2776 fi
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2778 $as_echo_n "checking for C compiler default output file name... " >&6; }
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2780 $as_echo "$ac_file" >&6; }
2781 ac_exeext=$ac_cv_exeext
2782
2783 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2784 ac_clean_files=$ac_clean_files_save
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2786 $as_echo_n "checking for suffix of executables... " >&6; }
2787 if { { ac_try="$ac_link"
2788 case "(($ac_try" in
2789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790 *) ac_try_echo=$ac_try;;
2791 esac
2792 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2793 $as_echo "$ac_try_echo"; } >&5
2794 (eval "$ac_link") 2>&5
2795 ac_status=$?
2796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2797 test $ac_status = 0; }; then :
2798 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2799 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2800 # work properly (i.e., refer to `conftest.exe'), while it won't with
2801 # `rm'.
2802 for ac_file in conftest.exe conftest conftest.*; do
2803 test -f "$ac_file" || continue
2804 case $ac_file in
2805 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2806 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2807 break;;
2808 * ) break;;
2809 esac
2810 done
2811 else
2812 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2814 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2815 See \`config.log' for more details" "$LINENO" 5; }
2816 fi
2817 rm -f conftest conftest$ac_cv_exeext
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2819 $as_echo "$ac_cv_exeext" >&6; }
2820
2821 rm -f conftest.$ac_ext
2822 EXEEXT=$ac_cv_exeext
2823 ac_exeext=$EXEEXT
2824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2825 /* end confdefs.h. */
2826 #include <stdio.h>
2827 int
2828 main ()
2829 {
2830 FILE *f = fopen ("conftest.out", "w");
2831 return ferror (f) || fclose (f) != 0;
2832
2833 ;
2834 return 0;
2835 }
2836 _ACEOF
2837 ac_clean_files="$ac_clean_files conftest.out"
2838 # Check that the compiler produces executables we can run. If not, either
2839 # the compiler is broken, or we cross compile.
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2841 $as_echo_n "checking whether we are cross compiling... " >&6; }
2842 if test "$cross_compiling" != yes; then
2843 { { ac_try="$ac_link"
2844 case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847 esac
2848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2849 $as_echo "$ac_try_echo"; } >&5
2850 (eval "$ac_link") 2>&5
2851 ac_status=$?
2852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2853 test $ac_status = 0; }
2854 if { ac_try='./conftest$ac_cv_exeext'
2855 { { case "(($ac_try" in
2856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2857 *) ac_try_echo=$ac_try;;
2858 esac
2859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2860 $as_echo "$ac_try_echo"; } >&5
2861 (eval "$ac_try") 2>&5
2862 ac_status=$?
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }; }; then
2865 cross_compiling=no
2866 else
2867 if test "$cross_compiling" = maybe; then
2868 cross_compiling=yes
2869 else
2870 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2871 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2872 as_fn_error $? "cannot run C compiled programs.
2873 If you meant to cross compile, use \`--host'.
2874 See \`config.log' for more details" "$LINENO" 5; }
2875 fi
2876 fi
2877 fi
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2879 $as_echo "$cross_compiling" >&6; }
2880
2881 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2882 ac_clean_files=$ac_clean_files_save
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2884 $as_echo_n "checking for suffix of object files... " >&6; }
2885 if ${ac_cv_objext+:} false; then :
2886 $as_echo_n "(cached) " >&6
2887 else
2888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2889 /* end confdefs.h. */
2890
2891 int
2892 main ()
2893 {
2894
2895 ;
2896 return 0;
2897 }
2898 _ACEOF
2899 rm -f conftest.o conftest.obj
2900 if { { ac_try="$ac_compile"
2901 case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904 esac
2905 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906 $as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_compile") 2>&5
2908 ac_status=$?
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; then :
2911 for ac_file in conftest.o conftest.obj conftest.*; do
2912 test -f "$ac_file" || continue;
2913 case $ac_file in
2914 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2915 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2916 break;;
2917 esac
2918 done
2919 else
2920 $as_echo "$as_me: failed program was:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2922
2923 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2924 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2925 as_fn_error $? "cannot compute suffix of object files: cannot compile
2926 See \`config.log' for more details" "$LINENO" 5; }
2927 fi
2928 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2929 fi
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2931 $as_echo "$ac_cv_objext" >&6; }
2932 OBJEXT=$ac_cv_objext
2933 ac_objext=$OBJEXT
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2935 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2936 if ${ac_cv_c_compiler_gnu+:} false; then :
2937 $as_echo_n "(cached) " >&6
2938 else
2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2940 /* end confdefs.h. */
2941
2942 int
2943 main ()
2944 {
2945 #ifndef __GNUC__
2946 choke me
2947 #endif
2948
2949 ;
2950 return 0;
2951 }
2952 _ACEOF
2953 if ac_fn_c_try_compile "$LINENO"; then :
2954 ac_compiler_gnu=yes
2955 else
2956 ac_compiler_gnu=no
2957 fi
2958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2959 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2960
2961 fi
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2963 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2964 if test $ac_compiler_gnu = yes; then
2965 GCC=yes
2966 else
2967 GCC=
2968 fi
2969 ac_test_CFLAGS=${CFLAGS+set}
2970 ac_save_CFLAGS=$CFLAGS
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2972 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2973 if ${ac_cv_prog_cc_g+:} false; then :
2974 $as_echo_n "(cached) " >&6
2975 else
2976 ac_save_c_werror_flag=$ac_c_werror_flag
2977 ac_c_werror_flag=yes
2978 ac_cv_prog_cc_g=no
2979 CFLAGS="-g"
2980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2981 /* end confdefs.h. */
2982
2983 int
2984 main ()
2985 {
2986
2987 ;
2988 return 0;
2989 }
2990 _ACEOF
2991 if ac_fn_c_try_compile "$LINENO"; then :
2992 ac_cv_prog_cc_g=yes
2993 else
2994 CFLAGS=""
2995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2996 /* end confdefs.h. */
2997
2998 int
2999 main ()
3000 {
3001
3002 ;
3003 return 0;
3004 }
3005 _ACEOF
3006 if ac_fn_c_try_compile "$LINENO"; then :
3007
3008 else
3009 ac_c_werror_flag=$ac_save_c_werror_flag
3010 CFLAGS="-g"
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3012 /* end confdefs.h. */
3013
3014 int
3015 main ()
3016 {
3017
3018 ;
3019 return 0;
3020 }
3021 _ACEOF
3022 if ac_fn_c_try_compile "$LINENO"; then :
3023 ac_cv_prog_cc_g=yes
3024 fi
3025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3026 fi
3027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3028 fi
3029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3030 ac_c_werror_flag=$ac_save_c_werror_flag
3031 fi
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3033 $as_echo "$ac_cv_prog_cc_g" >&6; }
3034 if test "$ac_test_CFLAGS" = set; then
3035 CFLAGS=$ac_save_CFLAGS
3036 elif test $ac_cv_prog_cc_g = yes; then
3037 if test "$GCC" = yes; then
3038 CFLAGS="-g -O2"
3039 else
3040 CFLAGS="-g"
3041 fi
3042 else
3043 if test "$GCC" = yes; then
3044 CFLAGS="-O2"
3045 else
3046 CFLAGS=
3047 fi
3048 fi
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3050 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3051 if ${ac_cv_prog_cc_c89+:} false; then :
3052 $as_echo_n "(cached) " >&6
3053 else
3054 ac_cv_prog_cc_c89=no
3055 ac_save_CC=$CC
3056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057 /* end confdefs.h. */
3058 #include <stdarg.h>
3059 #include <stdio.h>
3060 struct stat;
3061 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3062 struct buf { int x; };
3063 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3064 static char *e (p, i)
3065 char **p;
3066 int i;
3067 {
3068 return p[i];
3069 }
3070 static char *f (char * (*g) (char **, int), char **p, ...)
3071 {
3072 char *s;
3073 va_list v;
3074 va_start (v,p);
3075 s = g (p, va_arg (v,int));
3076 va_end (v);
3077 return s;
3078 }
3079
3080 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3081 function prototypes and stuff, but not '\xHH' hex character constants.
3082 These don't provoke an error unfortunately, instead are silently treated
3083 as 'x'. The following induces an error, until -std is added to get
3084 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3085 array size at least. It's necessary to write '\x00'==0 to get something
3086 that's true only with -std. */
3087 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3088
3089 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3090 inside strings and character constants. */
3091 #define FOO(x) 'x'
3092 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3093
3094 int test (int i, double x);
3095 struct s1 {int (*f) (int a);};
3096 struct s2 {int (*f) (double a);};
3097 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3098 int argc;
3099 char **argv;
3100 int
3101 main ()
3102 {
3103 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3104 ;
3105 return 0;
3106 }
3107 _ACEOF
3108 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3109 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3110 do
3111 CC="$ac_save_CC $ac_arg"
3112 if ac_fn_c_try_compile "$LINENO"; then :
3113 ac_cv_prog_cc_c89=$ac_arg
3114 fi
3115 rm -f core conftest.err conftest.$ac_objext
3116 test "x$ac_cv_prog_cc_c89" != "xno" && break
3117 done
3118 rm -f conftest.$ac_ext
3119 CC=$ac_save_CC
3120
3121 fi
3122 # AC_CACHE_VAL
3123 case "x$ac_cv_prog_cc_c89" in
3124 x)
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3126 $as_echo "none needed" >&6; } ;;
3127 xno)
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3129 $as_echo "unsupported" >&6; } ;;
3130 *)
3131 CC="$CC $ac_cv_prog_cc_c89"
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3133 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3134 esac
3135 if test "x$ac_cv_prog_cc_c89" != xno; then :
3136
3137 fi
3138
3139 ac_ext=c
3140 ac_cpp='$CPP $CPPFLAGS'
3141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3144
3145 ac_ext=c
3146 ac_cpp='$CPP $CPPFLAGS'
3147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3151 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3152 # On Suns, sometimes $CPP names a directory.
3153 if test -n "$CPP" && test -d "$CPP"; then
3154 CPP=
3155 fi
3156 if test -z "$CPP"; then
3157 if ${ac_cv_prog_CPP+:} false; then :
3158 $as_echo_n "(cached) " >&6
3159 else
3160 # Double quotes because CPP needs to be expanded
3161 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3162 do
3163 ac_preproc_ok=false
3164 for ac_c_preproc_warn_flag in '' yes
3165 do
3166 # Use a header file that comes with gcc, so configuring glibc
3167 # with a fresh cross-compiler works.
3168 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3169 # <limits.h> exists even on freestanding compilers.
3170 # On the NeXT, cc -E runs the code through the compiler's parser,
3171 # not just through cpp. "Syntax error" is here to catch this case.
3172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3173 /* end confdefs.h. */
3174 #ifdef __STDC__
3175 # include <limits.h>
3176 #else
3177 # include <assert.h>
3178 #endif
3179 Syntax error
3180 _ACEOF
3181 if ac_fn_c_try_cpp "$LINENO"; then :
3182
3183 else
3184 # Broken: fails on valid input.
3185 continue
3186 fi
3187 rm -f conftest.err conftest.i conftest.$ac_ext
3188
3189 # OK, works on sane cases. Now check whether nonexistent headers
3190 # can be detected and how.
3191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3192 /* end confdefs.h. */
3193 #include <ac_nonexistent.h>
3194 _ACEOF
3195 if ac_fn_c_try_cpp "$LINENO"; then :
3196 # Broken: success on invalid input.
3197 continue
3198 else
3199 # Passes both tests.
3200 ac_preproc_ok=:
3201 break
3202 fi
3203 rm -f conftest.err conftest.i conftest.$ac_ext
3204
3205 done
3206 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3207 rm -f conftest.i conftest.err conftest.$ac_ext
3208 if $ac_preproc_ok; then :
3209 break
3210 fi
3211
3212 done
3213 ac_cv_prog_CPP=$CPP
3214
3215 fi
3216 CPP=$ac_cv_prog_CPP
3217 else
3218 ac_cv_prog_CPP=$CPP
3219 fi
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3221 $as_echo "$CPP" >&6; }
3222 ac_preproc_ok=false
3223 for ac_c_preproc_warn_flag in '' yes
3224 do
3225 # Use a header file that comes with gcc, so configuring glibc
3226 # with a fresh cross-compiler works.
3227 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3228 # <limits.h> exists even on freestanding compilers.
3229 # On the NeXT, cc -E runs the code through the compiler's parser,
3230 # not just through cpp. "Syntax error" is here to catch this case.
3231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3232 /* end confdefs.h. */
3233 #ifdef __STDC__
3234 # include <limits.h>
3235 #else
3236 # include <assert.h>
3237 #endif
3238 Syntax error
3239 _ACEOF
3240 if ac_fn_c_try_cpp "$LINENO"; then :
3241
3242 else
3243 # Broken: fails on valid input.
3244 continue
3245 fi
3246 rm -f conftest.err conftest.i conftest.$ac_ext
3247
3248 # OK, works on sane cases. Now check whether nonexistent headers
3249 # can be detected and how.
3250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3251 /* end confdefs.h. */
3252 #include <ac_nonexistent.h>
3253 _ACEOF
3254 if ac_fn_c_try_cpp "$LINENO"; then :
3255 # Broken: success on invalid input.
3256 continue
3257 else
3258 # Passes both tests.
3259 ac_preproc_ok=:
3260 break
3261 fi
3262 rm -f conftest.err conftest.i conftest.$ac_ext
3263
3264 done
3265 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3266 rm -f conftest.i conftest.err conftest.$ac_ext
3267 if $ac_preproc_ok; then :
3268
3269 else
3270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3273 See \`config.log' for more details" "$LINENO" 5; }
3274 fi
3275
3276 ac_ext=c
3277 ac_cpp='$CPP $CPPFLAGS'
3278 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3279 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3280 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3281
3282 ac_aux_dir=
3283 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3284 if test -f "$ac_dir/install-sh"; then
3285 ac_aux_dir=$ac_dir
3286 ac_install_sh="$ac_aux_dir/install-sh -c"
3287 break
3288 elif test -f "$ac_dir/install.sh"; then
3289 ac_aux_dir=$ac_dir
3290 ac_install_sh="$ac_aux_dir/install.sh -c"
3291 break
3292 elif test -f "$ac_dir/shtool"; then
3293 ac_aux_dir=$ac_dir
3294 ac_install_sh="$ac_aux_dir/shtool install -c"
3295 break
3296 fi
3297 done
3298 if test -z "$ac_aux_dir"; then
3299 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3300 fi
3301
3302 # These three variables are undocumented and unsupported,
3303 # and are intended to be withdrawn in a future Autoconf release.
3304 # They can cause serious problems if a builder's source tree is in a directory
3305 # whose full name contains unusual characters.
3306 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3307 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3308 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3309
3310
3311 # Make sure we can run config.sub.
3312 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3313 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3314
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3316 $as_echo_n "checking build system type... " >&6; }
3317 if ${ac_cv_build+:} false; then :
3318 $as_echo_n "(cached) " >&6
3319 else
3320 ac_build_alias=$build_alias
3321 test "x$ac_build_alias" = x &&
3322 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3323 test "x$ac_build_alias" = x &&
3324 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3325 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3326 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3327
3328 fi
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3330 $as_echo "$ac_cv_build" >&6; }
3331 case $ac_cv_build in
3332 *-*-*) ;;
3333 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3334 esac
3335 build=$ac_cv_build
3336 ac_save_IFS=$IFS; IFS='-'
3337 set x $ac_cv_build
3338 shift
3339 build_cpu=$1
3340 build_vendor=$2
3341 shift; shift
3342 # Remember, the first character of IFS is used to create $*,
3343 # except with old shells:
3344 build_os=$*
3345 IFS=$ac_save_IFS
3346 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3347
3348
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3350 $as_echo_n "checking host system type... " >&6; }
3351 if ${ac_cv_host+:} false; then :
3352 $as_echo_n "(cached) " >&6
3353 else
3354 if test "x$host_alias" = x; then
3355 ac_cv_host=$ac_cv_build
3356 else
3357 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3358 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3359 fi
3360
3361 fi
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3363 $as_echo "$ac_cv_host" >&6; }
3364 case $ac_cv_host in
3365 *-*-*) ;;
3366 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3367 esac
3368 host=$ac_cv_host
3369 ac_save_IFS=$IFS; IFS='-'
3370 set x $ac_cv_host
3371 shift
3372 host_cpu=$1
3373 host_vendor=$2
3374 shift; shift
3375 # Remember, the first character of IFS is used to create $*,
3376 # except with old shells:
3377 host_os=$*
3378 IFS=$ac_save_IFS
3379 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3380
3381
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3383 $as_echo_n "checking target system type... " >&6; }
3384 if ${ac_cv_target+:} false; then :
3385 $as_echo_n "(cached) " >&6
3386 else
3387 if test "x$target_alias" = x; then
3388 ac_cv_target=$ac_cv_host
3389 else
3390 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3391 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3392 fi
3393
3394 fi
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3396 $as_echo "$ac_cv_target" >&6; }
3397 case $ac_cv_target in
3398 *-*-*) ;;
3399 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
3400 esac
3401 target=$ac_cv_target
3402 ac_save_IFS=$IFS; IFS='-'
3403 set x $ac_cv_target
3404 shift
3405 target_cpu=$1
3406 target_vendor=$2
3407 shift; shift
3408 # Remember, the first character of IFS is used to create $*,
3409 # except with old shells:
3410 target_os=$*
3411 IFS=$ac_save_IFS
3412 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3413
3414
3415 # The aliases save the names the user supplied, while $host etc.
3416 # will get canonicalized.
3417 test -n "$target_alias" &&
3418 test "$program_prefix$program_suffix$program_transform_name" = \
3419 NONENONEs,x,x, &&
3420 program_prefix=${target_alias}-
3421
3422
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3424 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3425 if ${ac_cv_path_GREP+:} false; then :
3426 $as_echo_n "(cached) " >&6
3427 else
3428 if test -z "$GREP"; then
3429 ac_path_GREP_found=false
3430 # Loop through the user's path and test for each of PROGNAME-LIST
3431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3432 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3433 do
3434 IFS=$as_save_IFS
3435 test -z "$as_dir" && as_dir=.
3436 for ac_prog in grep ggrep; do
3437 for ac_exec_ext in '' $ac_executable_extensions; do
3438 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3439 as_fn_executable_p "$ac_path_GREP" || continue
3440 # Check for GNU ac_path_GREP and select it if it is found.
3441 # Check for GNU $ac_path_GREP
3442 case `"$ac_path_GREP" --version 2>&1` in
3443 *GNU*)
3444 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3445 *)
3446 ac_count=0
3447 $as_echo_n 0123456789 >"conftest.in"
3448 while :
3449 do
3450 cat "conftest.in" "conftest.in" >"conftest.tmp"
3451 mv "conftest.tmp" "conftest.in"
3452 cp "conftest.in" "conftest.nl"
3453 $as_echo 'GREP' >> "conftest.nl"
3454 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3455 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3456 as_fn_arith $ac_count + 1 && ac_count=$as_val
3457 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3458 # Best one so far, save it but keep looking for a better one
3459 ac_cv_path_GREP="$ac_path_GREP"
3460 ac_path_GREP_max=$ac_count
3461 fi
3462 # 10*(2^10) chars as input seems more than enough
3463 test $ac_count -gt 10 && break
3464 done
3465 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3466 esac
3467
3468 $ac_path_GREP_found && break 3
3469 done
3470 done
3471 done
3472 IFS=$as_save_IFS
3473 if test -z "$ac_cv_path_GREP"; then
3474 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3475 fi
3476 else
3477 ac_cv_path_GREP=$GREP
3478 fi
3479
3480 fi
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3482 $as_echo "$ac_cv_path_GREP" >&6; }
3483 GREP="$ac_cv_path_GREP"
3484
3485
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3487 $as_echo_n "checking for egrep... " >&6; }
3488 if ${ac_cv_path_EGREP+:} false; then :
3489 $as_echo_n "(cached) " >&6
3490 else
3491 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3492 then ac_cv_path_EGREP="$GREP -E"
3493 else
3494 if test -z "$EGREP"; then
3495 ac_path_EGREP_found=false
3496 # Loop through the user's path and test for each of PROGNAME-LIST
3497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3498 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3499 do
3500 IFS=$as_save_IFS
3501 test -z "$as_dir" && as_dir=.
3502 for ac_prog in egrep; do
3503 for ac_exec_ext in '' $ac_executable_extensions; do
3504 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3505 as_fn_executable_p "$ac_path_EGREP" || continue
3506 # Check for GNU ac_path_EGREP and select it if it is found.
3507 # Check for GNU $ac_path_EGREP
3508 case `"$ac_path_EGREP" --version 2>&1` in
3509 *GNU*)
3510 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3511 *)
3512 ac_count=0
3513 $as_echo_n 0123456789 >"conftest.in"
3514 while :
3515 do
3516 cat "conftest.in" "conftest.in" >"conftest.tmp"
3517 mv "conftest.tmp" "conftest.in"
3518 cp "conftest.in" "conftest.nl"
3519 $as_echo 'EGREP' >> "conftest.nl"
3520 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3521 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3522 as_fn_arith $ac_count + 1 && ac_count=$as_val
3523 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3524 # Best one so far, save it but keep looking for a better one
3525 ac_cv_path_EGREP="$ac_path_EGREP"
3526 ac_path_EGREP_max=$ac_count
3527 fi
3528 # 10*(2^10) chars as input seems more than enough
3529 test $ac_count -gt 10 && break
3530 done
3531 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3532 esac
3533
3534 $ac_path_EGREP_found && break 3
3535 done
3536 done
3537 done
3538 IFS=$as_save_IFS
3539 if test -z "$ac_cv_path_EGREP"; then
3540 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3541 fi
3542 else
3543 ac_cv_path_EGREP=$EGREP
3544 fi
3545
3546 fi
3547 fi
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3549 $as_echo "$ac_cv_path_EGREP" >&6; }
3550 EGREP="$ac_cv_path_EGREP"
3551
3552
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3554 $as_echo_n "checking for ANSI C header files... " >&6; }
3555 if ${ac_cv_header_stdc+:} false; then :
3556 $as_echo_n "(cached) " >&6
3557 else
3558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3559 /* end confdefs.h. */
3560 #include <stdlib.h>
3561 #include <stdarg.h>
3562 #include <string.h>
3563 #include <float.h>
3564
3565 int
3566 main ()
3567 {
3568
3569 ;
3570 return 0;
3571 }
3572 _ACEOF
3573 if ac_fn_c_try_compile "$LINENO"; then :
3574 ac_cv_header_stdc=yes
3575 else
3576 ac_cv_header_stdc=no
3577 fi
3578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579
3580 if test $ac_cv_header_stdc = yes; then
3581 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3584 #include <string.h>
3585
3586 _ACEOF
3587 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3588 $EGREP "memchr" >/dev/null 2>&1; then :
3589
3590 else
3591 ac_cv_header_stdc=no
3592 fi
3593 rm -f conftest*
3594
3595 fi
3596
3597 if test $ac_cv_header_stdc = yes; then
3598 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3600 /* end confdefs.h. */
3601 #include <stdlib.h>
3602
3603 _ACEOF
3604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3605 $EGREP "free" >/dev/null 2>&1; then :
3606
3607 else
3608 ac_cv_header_stdc=no
3609 fi
3610 rm -f conftest*
3611
3612 fi
3613
3614 if test $ac_cv_header_stdc = yes; then
3615 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3616 if test "$cross_compiling" = yes; then :
3617 :
3618 else
3619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3620 /* end confdefs.h. */
3621 #include <ctype.h>
3622 #include <stdlib.h>
3623 #if ((' ' & 0x0FF) == 0x020)
3624 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3625 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3626 #else
3627 # define ISLOWER(c) \
3628 (('a' <= (c) && (c) <= 'i') \
3629 || ('j' <= (c) && (c) <= 'r') \
3630 || ('s' <= (c) && (c) <= 'z'))
3631 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3632 #endif
3633
3634 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3635 int
3636 main ()
3637 {
3638 int i;
3639 for (i = 0; i < 256; i++)
3640 if (XOR (islower (i), ISLOWER (i))
3641 || toupper (i) != TOUPPER (i))
3642 return 2;
3643 return 0;
3644 }
3645 _ACEOF
3646 if ac_fn_c_try_run "$LINENO"; then :
3647
3648 else
3649 ac_cv_header_stdc=no
3650 fi
3651 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3652 conftest.$ac_objext conftest.beam conftest.$ac_ext
3653 fi
3654
3655 fi
3656 fi
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3658 $as_echo "$ac_cv_header_stdc" >&6; }
3659 if test $ac_cv_header_stdc = yes; then
3660
3661 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3662
3663 fi
3664
3665 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3666 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3667 inttypes.h stdint.h unistd.h
3668 do :
3669 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3670 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3671 "
3672 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3673 cat >>confdefs.h <<_ACEOF
3674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3675 _ACEOF
3676
3677 fi
3678
3679 done
3680
3681
3682
3683 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3684 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3685 MINIX=yes
3686 else
3687 MINIX=
3688 fi
3689
3690
3691 if test "$MINIX" = yes; then
3692
3693 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3694
3695
3696 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3697
3698
3699 $as_echo "#define _MINIX 1" >>confdefs.h
3700
3701 fi
3702
3703
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3705 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3706 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3707 $as_echo_n "(cached) " >&6
3708 else
3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3710 /* end confdefs.h. */
3711
3712 # define __EXTENSIONS__ 1
3713 $ac_includes_default
3714 int
3715 main ()
3716 {
3717
3718 ;
3719 return 0;
3720 }
3721 _ACEOF
3722 if ac_fn_c_try_compile "$LINENO"; then :
3723 ac_cv_safe_to_define___extensions__=yes
3724 else
3725 ac_cv_safe_to_define___extensions__=no
3726 fi
3727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3728 fi
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3730 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3731 test $ac_cv_safe_to_define___extensions__ = yes &&
3732 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3733
3734 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3735
3736 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3737
3738 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3739
3740 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3741
3742
3743 test "$program_prefix" != NONE &&
3744 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3745 # Use a double $ so make ignores it.
3746 test "$program_suffix" != NONE &&
3747 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3748 # Double any \ or $.
3749 # By default was `s,x,x', remove it if useless.
3750 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3751 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3752
3753 # Find a good install program. We prefer a C program (faster),
3754 # so one script is as good as another. But avoid the broken or
3755 # incompatible versions:
3756 # SysV /etc/install, /usr/sbin/install
3757 # SunOS /usr/etc/install
3758 # IRIX /sbin/install
3759 # AIX /bin/install
3760 # AmigaOS /C/install, which installs bootblocks on floppy discs
3761 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3762 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3763 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3764 # OS/2's system install, which has a completely different semantic
3765 # ./install, which can be erroneously created by make from ./install.sh.
3766 # Reject install programs that cannot install multiple files.
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3768 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3769 if test -z "$INSTALL"; then
3770 if ${ac_cv_path_install+:} false; then :
3771 $as_echo_n "(cached) " >&6
3772 else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH
3775 do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 # Account for people who put trailing slashes in PATH elements.
3779 case $as_dir/ in #((
3780 ./ | .// | /[cC]/* | \
3781 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3782 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3783 /usr/ucb/* ) ;;
3784 *)
3785 # OSF1 and SCO ODT 3.0 have their own names for install.
3786 # Don't use installbsd from OSF since it installs stuff as root
3787 # by default.
3788 for ac_prog in ginstall scoinst install; do
3789 for ac_exec_ext in '' $ac_executable_extensions; do
3790 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3791 if test $ac_prog = install &&
3792 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3793 # AIX install. It has an incompatible calling convention.
3794 :
3795 elif test $ac_prog = install &&
3796 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3797 # program-specific install script used by HP pwplus--don't use.
3798 :
3799 else
3800 rm -rf conftest.one conftest.two conftest.dir
3801 echo one > conftest.one
3802 echo two > conftest.two
3803 mkdir conftest.dir
3804 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3805 test -s conftest.one && test -s conftest.two &&
3806 test -s conftest.dir/conftest.one &&
3807 test -s conftest.dir/conftest.two
3808 then
3809 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3810 break 3
3811 fi
3812 fi
3813 fi
3814 done
3815 done
3816 ;;
3817 esac
3818
3819 done
3820 IFS=$as_save_IFS
3821
3822 rm -rf conftest.one conftest.two conftest.dir
3823
3824 fi
3825 if test "${ac_cv_path_install+set}" = set; then
3826 INSTALL=$ac_cv_path_install
3827 else
3828 # As a last resort, use the slow shell script. Don't cache a
3829 # value for INSTALL within a source directory, because that will
3830 # break other packages using the cache if that directory is
3831 # removed, or if the value is a relative name.
3832 INSTALL=$ac_install_sh
3833 fi
3834 fi
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3836 $as_echo "$INSTALL" >&6; }
3837
3838 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3839 # It thinks the first close brace ends the variable substitution.
3840 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3841
3842 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3843
3844 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3845
3846 rm -rf .tst 2>/dev/null
3847 mkdir .tst 2>/dev/null
3848 if test -d .tst; then
3849 am__leading_dot=.
3850 else
3851 am__leading_dot=_
3852 fi
3853 rmdir .tst 2>/dev/null
3854
3855 DEPDIR="${am__leading_dot}deps"
3856
3857 case `pwd` in
3858 *\ * | *\ *)
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3860 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3861 esac
3862
3863
3864
3865 macro_version='2.2.7a'
3866 macro_revision='1.3134'
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880 ltmain="$ac_aux_dir/ltmain.sh"
3881
3882 # Backslashify metacharacters that are still active within
3883 # double-quoted strings.
3884 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3885
3886 # Same as above, but do not quote variable references.
3887 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3888
3889 # Sed substitution to delay expansion of an escaped shell variable in a
3890 # double_quote_subst'ed string.
3891 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3892
3893 # Sed substitution to delay expansion of an escaped single quote.
3894 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3895
3896 # Sed substitution to avoid accidental globbing in evaled expressions
3897 no_glob_subst='s/\*/\\\*/g'
3898
3899 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3900 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3901 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3902
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3904 $as_echo_n "checking how to print strings... " >&6; }
3905 # Test print first, because it will be a builtin if present.
3906 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3907 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3908 ECHO='print -r --'
3909 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3910 ECHO='printf %s\n'
3911 else
3912 # Use this function as a fallback that always works.
3913 func_fallback_echo ()
3914 {
3915 eval 'cat <<_LTECHO_EOF
3916 $1
3917 _LTECHO_EOF'
3918 }
3919 ECHO='func_fallback_echo'
3920 fi
3921
3922 # func_echo_all arg...
3923 # Invoke $ECHO with all args, space-separated.
3924 func_echo_all ()
3925 {
3926 $ECHO ""
3927 }
3928
3929 case "$ECHO" in
3930 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3931 $as_echo "printf" >&6; } ;;
3932 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3933 $as_echo "print -r" >&6; } ;;
3934 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3935 $as_echo "cat" >&6; } ;;
3936 esac
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3952 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3953 if ${ac_cv_path_SED+:} false; then :
3954 $as_echo_n "(cached) " >&6
3955 else
3956 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3957 for ac_i in 1 2 3 4 5 6 7; do
3958 ac_script="$ac_script$as_nl$ac_script"
3959 done
3960 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3961 { ac_script=; unset ac_script;}
3962 if test -z "$SED"; then
3963 ac_path_SED_found=false
3964 # Loop through the user's path and test for each of PROGNAME-LIST
3965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3966 for as_dir in $PATH
3967 do
3968 IFS=$as_save_IFS
3969 test -z "$as_dir" && as_dir=.
3970 for ac_prog in sed gsed; do
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3973 as_fn_executable_p "$ac_path_SED" || continue
3974 # Check for GNU ac_path_SED and select it if it is found.
3975 # Check for GNU $ac_path_SED
3976 case `"$ac_path_SED" --version 2>&1` in
3977 *GNU*)
3978 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3979 *)
3980 ac_count=0
3981 $as_echo_n 0123456789 >"conftest.in"
3982 while :
3983 do
3984 cat "conftest.in" "conftest.in" >"conftest.tmp"
3985 mv "conftest.tmp" "conftest.in"
3986 cp "conftest.in" "conftest.nl"
3987 $as_echo '' >> "conftest.nl"
3988 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3989 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3990 as_fn_arith $ac_count + 1 && ac_count=$as_val
3991 if test $ac_count -gt ${ac_path_SED_max-0}; then
3992 # Best one so far, save it but keep looking for a better one
3993 ac_cv_path_SED="$ac_path_SED"
3994 ac_path_SED_max=$ac_count
3995 fi
3996 # 10*(2^10) chars as input seems more than enough
3997 test $ac_count -gt 10 && break
3998 done
3999 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4000 esac
4001
4002 $ac_path_SED_found && break 3
4003 done
4004 done
4005 done
4006 IFS=$as_save_IFS
4007 if test -z "$ac_cv_path_SED"; then
4008 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4009 fi
4010 else
4011 ac_cv_path_SED=$SED
4012 fi
4013
4014 fi
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4016 $as_echo "$ac_cv_path_SED" >&6; }
4017 SED="$ac_cv_path_SED"
4018 rm -f conftest.sed
4019
4020 test -z "$SED" && SED=sed
4021 Xsed="$SED -e 1s/^X//"
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4034 $as_echo_n "checking for fgrep... " >&6; }
4035 if ${ac_cv_path_FGREP+:} false; then :
4036 $as_echo_n "(cached) " >&6
4037 else
4038 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4039 then ac_cv_path_FGREP="$GREP -F"
4040 else
4041 if test -z "$FGREP"; then
4042 ac_path_FGREP_found=false
4043 # Loop through the user's path and test for each of PROGNAME-LIST
4044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4045 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4046 do
4047 IFS=$as_save_IFS
4048 test -z "$as_dir" && as_dir=.
4049 for ac_prog in fgrep; do
4050 for ac_exec_ext in '' $ac_executable_extensions; do
4051 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4052 as_fn_executable_p "$ac_path_FGREP" || continue
4053 # Check for GNU ac_path_FGREP and select it if it is found.
4054 # Check for GNU $ac_path_FGREP
4055 case `"$ac_path_FGREP" --version 2>&1` in
4056 *GNU*)
4057 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4058 *)
4059 ac_count=0
4060 $as_echo_n 0123456789 >"conftest.in"
4061 while :
4062 do
4063 cat "conftest.in" "conftest.in" >"conftest.tmp"
4064 mv "conftest.tmp" "conftest.in"
4065 cp "conftest.in" "conftest.nl"
4066 $as_echo 'FGREP' >> "conftest.nl"
4067 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4068 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4069 as_fn_arith $ac_count + 1 && ac_count=$as_val
4070 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4071 # Best one so far, save it but keep looking for a better one
4072 ac_cv_path_FGREP="$ac_path_FGREP"
4073 ac_path_FGREP_max=$ac_count
4074 fi
4075 # 10*(2^10) chars as input seems more than enough
4076 test $ac_count -gt 10 && break
4077 done
4078 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4079 esac
4080
4081 $ac_path_FGREP_found && break 3
4082 done
4083 done
4084 done
4085 IFS=$as_save_IFS
4086 if test -z "$ac_cv_path_FGREP"; then
4087 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4088 fi
4089 else
4090 ac_cv_path_FGREP=$FGREP
4091 fi
4092
4093 fi
4094 fi
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4096 $as_echo "$ac_cv_path_FGREP" >&6; }
4097 FGREP="$ac_cv_path_FGREP"
4098
4099
4100 test -z "$GREP" && GREP=grep
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120 # Check whether --with-gnu-ld was given.
4121 if test "${with_gnu_ld+set}" = set; then :
4122 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4123 else
4124 with_gnu_ld=no
4125 fi
4126
4127 ac_prog=ld
4128 if test "$GCC" = yes; then
4129 # Check if gcc -print-prog-name=ld gives a path.
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4131 $as_echo_n "checking for ld used by $CC... " >&6; }
4132 case $host in
4133 *-*-mingw*)
4134 # gcc leaves a trailing carriage return which upsets mingw
4135 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4136 *)
4137 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4138 esac
4139 case $ac_prog in
4140 # Accept absolute paths.
4141 [\\/]* | ?:[\\/]*)
4142 re_direlt='/[^/][^/]*/\.\./'
4143 # Canonicalize the pathname of ld
4144 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4145 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4146 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4147 done
4148 test -z "$LD" && LD="$ac_prog"
4149 ;;
4150 "")
4151 # If it fails, then pretend we aren't using GCC.
4152 ac_prog=ld
4153 ;;
4154 *)
4155 # If it is relative, then search for the first ld in PATH.
4156 with_gnu_ld=unknown
4157 ;;
4158 esac
4159 elif test "$with_gnu_ld" = yes; then
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4161 $as_echo_n "checking for GNU ld... " >&6; }
4162 else
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4164 $as_echo_n "checking for non-GNU ld... " >&6; }
4165 fi
4166 if ${lt_cv_path_LD+:} false; then :
4167 $as_echo_n "(cached) " >&6
4168 else
4169 if test -z "$LD"; then
4170 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4171 for ac_dir in $PATH; do
4172 IFS="$lt_save_ifs"
4173 test -z "$ac_dir" && ac_dir=.
4174 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4175 lt_cv_path_LD="$ac_dir/$ac_prog"
4176 # Check to see if the program is GNU ld. I'd rather use --version,
4177 # but apparently some variants of GNU ld only accept -v.
4178 # Break only if it was the GNU/non-GNU ld that we prefer.
4179 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4180 *GNU* | *'with BFD'*)
4181 test "$with_gnu_ld" != no && break
4182 ;;
4183 *)
4184 test "$with_gnu_ld" != yes && break
4185 ;;
4186 esac
4187 fi
4188 done
4189 IFS="$lt_save_ifs"
4190 else
4191 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4192 fi
4193 fi
4194
4195 LD="$lt_cv_path_LD"
4196 if test -n "$LD"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4198 $as_echo "$LD" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4202 fi
4203 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4205 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4206 if ${lt_cv_prog_gnu_ld+:} false; then :
4207 $as_echo_n "(cached) " >&6
4208 else
4209 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4210 case `$LD -v 2>&1 </dev/null` in
4211 *GNU* | *'with BFD'*)
4212 lt_cv_prog_gnu_ld=yes
4213 ;;
4214 *)
4215 lt_cv_prog_gnu_ld=no
4216 ;;
4217 esac
4218 fi
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4220 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4221 with_gnu_ld=$lt_cv_prog_gnu_ld
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4232 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4233 if ${lt_cv_path_NM+:} false; then :
4234 $as_echo_n "(cached) " >&6
4235 else
4236 if test -n "$NM"; then
4237 # Let the user override the test.
4238 lt_cv_path_NM="$NM"
4239 else
4240 lt_nm_to_check="${ac_tool_prefix}nm"
4241 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4242 lt_nm_to_check="$lt_nm_to_check nm"
4243 fi
4244 for lt_tmp_nm in $lt_nm_to_check; do
4245 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4246 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4247 IFS="$lt_save_ifs"
4248 test -z "$ac_dir" && ac_dir=.
4249 tmp_nm="$ac_dir/$lt_tmp_nm"
4250 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4251 # Check to see if the nm accepts a BSD-compat flag.
4252 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4253 # nm: unknown option "B" ignored
4254 # Tru64's nm complains that /dev/null is an invalid object file
4255 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4256 */dev/null* | *'Invalid file or object type'*)
4257 lt_cv_path_NM="$tmp_nm -B"
4258 break
4259 ;;
4260 *)
4261 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4262 */dev/null*)
4263 lt_cv_path_NM="$tmp_nm -p"
4264 break
4265 ;;
4266 *)
4267 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4268 continue # so that we can try to find one that supports BSD flags
4269 ;;
4270 esac
4271 ;;
4272 esac
4273 fi
4274 done
4275 IFS="$lt_save_ifs"
4276 done
4277 : ${lt_cv_path_NM=no}
4278 fi
4279 fi
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4281 $as_echo "$lt_cv_path_NM" >&6; }
4282 if test "$lt_cv_path_NM" != "no"; then
4283 NM="$lt_cv_path_NM"
4284 else
4285 # Didn't find any BSD compatible name lister, look for dumpbin.
4286 if test -n "$DUMPBIN"; then :
4287 # Let the user override the test.
4288 else
4289 if test -n "$ac_tool_prefix"; then
4290 for ac_prog in dumpbin "link -dump"
4291 do
4292 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4293 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4295 $as_echo_n "checking for $ac_word... " >&6; }
4296 if ${ac_cv_prog_DUMPBIN+:} false; then :
4297 $as_echo_n "(cached) " >&6
4298 else
4299 if test -n "$DUMPBIN"; then
4300 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4301 else
4302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4303 for as_dir in $PATH
4304 do
4305 IFS=$as_save_IFS
4306 test -z "$as_dir" && as_dir=.
4307 for ac_exec_ext in '' $ac_executable_extensions; do
4308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4309 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311 break 2
4312 fi
4313 done
4314 done
4315 IFS=$as_save_IFS
4316
4317 fi
4318 fi
4319 DUMPBIN=$ac_cv_prog_DUMPBIN
4320 if test -n "$DUMPBIN"; then
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4322 $as_echo "$DUMPBIN" >&6; }
4323 else
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4325 $as_echo "no" >&6; }
4326 fi
4327
4328
4329 test -n "$DUMPBIN" && break
4330 done
4331 fi
4332 if test -z "$DUMPBIN"; then
4333 ac_ct_DUMPBIN=$DUMPBIN
4334 for ac_prog in dumpbin "link -dump"
4335 do
4336 # Extract the first word of "$ac_prog", so it can be a program name with args.
4337 set dummy $ac_prog; ac_word=$2
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4339 $as_echo_n "checking for $ac_word... " >&6; }
4340 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4341 $as_echo_n "(cached) " >&6
4342 else
4343 if test -n "$ac_ct_DUMPBIN"; then
4344 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4345 else
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347 for as_dir in $PATH
4348 do
4349 IFS=$as_save_IFS
4350 test -z "$as_dir" && as_dir=.
4351 for ac_exec_ext in '' $ac_executable_extensions; do
4352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4353 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4355 break 2
4356 fi
4357 done
4358 done
4359 IFS=$as_save_IFS
4360
4361 fi
4362 fi
4363 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4364 if test -n "$ac_ct_DUMPBIN"; then
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4366 $as_echo "$ac_ct_DUMPBIN" >&6; }
4367 else
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4369 $as_echo "no" >&6; }
4370 fi
4371
4372
4373 test -n "$ac_ct_DUMPBIN" && break
4374 done
4375
4376 if test "x$ac_ct_DUMPBIN" = x; then
4377 DUMPBIN=":"
4378 else
4379 case $cross_compiling:$ac_tool_warned in
4380 yes:)
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4383 ac_tool_warned=yes ;;
4384 esac
4385 DUMPBIN=$ac_ct_DUMPBIN
4386 fi
4387 fi
4388
4389 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4390 *COFF*)
4391 DUMPBIN="$DUMPBIN -symbols"
4392 ;;
4393 *)
4394 DUMPBIN=:
4395 ;;
4396 esac
4397 fi
4398
4399 if test "$DUMPBIN" != ":"; then
4400 NM="$DUMPBIN"
4401 fi
4402 fi
4403 test -z "$NM" && NM=nm
4404
4405
4406
4407
4408
4409
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4411 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4412 if ${lt_cv_nm_interface+:} false; then :
4413 $as_echo_n "(cached) " >&6
4414 else
4415 lt_cv_nm_interface="BSD nm"
4416 echo "int some_variable = 0;" > conftest.$ac_ext
4417 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4418 (eval "$ac_compile" 2>conftest.err)
4419 cat conftest.err >&5
4420 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4421 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4422 cat conftest.err >&5
4423 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4424 cat conftest.out >&5
4425 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4426 lt_cv_nm_interface="MS dumpbin"
4427 fi
4428 rm -f conftest*
4429 fi
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4431 $as_echo "$lt_cv_nm_interface" >&6; }
4432
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4434 $as_echo_n "checking whether ln -s works... " >&6; }
4435 LN_S=$as_ln_s
4436 if test "$LN_S" = "ln -s"; then
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4438 $as_echo "yes" >&6; }
4439 else
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4441 $as_echo "no, using $LN_S" >&6; }
4442 fi
4443
4444 # find the maximum length of command line arguments
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4446 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4447 if ${lt_cv_sys_max_cmd_len+:} false; then :
4448 $as_echo_n "(cached) " >&6
4449 else
4450 i=0
4451 teststring="ABCD"
4452
4453 case $build_os in
4454 msdosdjgpp*)
4455 # On DJGPP, this test can blow up pretty badly due to problems in libc
4456 # (any single argument exceeding 2000 bytes causes a buffer overrun
4457 # during glob expansion). Even if it were fixed, the result of this
4458 # check would be larger than it should be.
4459 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4460 ;;
4461
4462 gnu*)
4463 # Under GNU Hurd, this test is not required because there is
4464 # no limit to the length of command line arguments.
4465 # Libtool will interpret -1 as no limit whatsoever
4466 lt_cv_sys_max_cmd_len=-1;
4467 ;;
4468
4469 cygwin* | mingw* | cegcc*)
4470 # On Win9x/ME, this test blows up -- it succeeds, but takes
4471 # about 5 minutes as the teststring grows exponentially.
4472 # Worse, since 9x/ME are not pre-emptively multitasking,
4473 # you end up with a "frozen" computer, even though with patience
4474 # the test eventually succeeds (with a max line length of 256k).
4475 # Instead, let's just punt: use the minimum linelength reported by
4476 # all of the supported platforms: 8192 (on NT/2K/XP).
4477 lt_cv_sys_max_cmd_len=8192;
4478 ;;
4479
4480 mint*)
4481 # On MiNT this can take a long time and run out of memory.
4482 lt_cv_sys_max_cmd_len=8192;
4483 ;;
4484
4485 amigaos*)
4486 # On AmigaOS with pdksh, this test takes hours, literally.
4487 # So we just punt and use a minimum line length of 8192.
4488 lt_cv_sys_max_cmd_len=8192;
4489 ;;
4490
4491 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4492 # This has been around since 386BSD, at least. Likely further.
4493 if test -x /sbin/sysctl; then
4494 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4495 elif test -x /usr/sbin/sysctl; then
4496 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4497 else
4498 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4499 fi
4500 # And add a safety zone
4501 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4502 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4503 ;;
4504
4505 interix*)
4506 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4507 lt_cv_sys_max_cmd_len=196608
4508 ;;
4509
4510 osf*)
4511 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4512 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4513 # nice to cause kernel panics so lets avoid the loop below.
4514 # First set a reasonable default.
4515 lt_cv_sys_max_cmd_len=16384
4516 #
4517 if test -x /sbin/sysconfig; then
4518 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4519 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4520 esac
4521 fi
4522 ;;
4523 sco3.2v5*)
4524 lt_cv_sys_max_cmd_len=102400
4525 ;;
4526 sysv5* | sco5v6* | sysv4.2uw2*)
4527 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4528 if test -n "$kargmax"; then
4529 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4530 else
4531 lt_cv_sys_max_cmd_len=32768
4532 fi
4533 ;;
4534 *)
4535 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4536 if test -n "$lt_cv_sys_max_cmd_len"; then
4537 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4538 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4539 else
4540 # Make teststring a little bigger before we do anything with it.
4541 # a 1K string should be a reasonable start.
4542 for i in 1 2 3 4 5 6 7 8 ; do
4543 teststring=$teststring$teststring
4544 done
4545 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4546 # If test is not a shell built-in, we'll probably end up computing a
4547 # maximum length that is only half of the actual maximum length, but
4548 # we can't tell.
4549 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4550 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4551 test $i != 17 # 1/2 MB should be enough
4552 do
4553 i=`expr $i + 1`
4554 teststring=$teststring$teststring
4555 done
4556 # Only check the string length outside the loop.
4557 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4558 teststring=
4559 # Add a significant safety factor because C++ compilers can tack on
4560 # massive amounts of additional arguments before passing them to the
4561 # linker. It appears as though 1/2 is a usable value.
4562 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4563 fi
4564 ;;
4565 esac
4566
4567 fi
4568
4569 if test -n $lt_cv_sys_max_cmd_len ; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4571 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4572 else
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4574 $as_echo "none" >&6; }
4575 fi
4576 max_cmd_len=$lt_cv_sys_max_cmd_len
4577
4578
4579
4580
4581
4582
4583 : ${CP="cp -f"}
4584 : ${MV="mv -f"}
4585 : ${RM="rm -f"}
4586
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4588 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4589 # Try some XSI features
4590 xsi_shell=no
4591 ( _lt_dummy="a/b/c"
4592 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4593 = c,a/b,, \
4594 && eval 'test $(( 1 + 1 )) -eq 2 \
4595 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4596 && xsi_shell=yes
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4598 $as_echo "$xsi_shell" >&6; }
4599
4600
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4602 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4603 lt_shell_append=no
4604 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4605 >/dev/null 2>&1 \
4606 && lt_shell_append=yes
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4608 $as_echo "$lt_shell_append" >&6; }
4609
4610
4611 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4612 lt_unset=unset
4613 else
4614 lt_unset=false
4615 fi
4616
4617
4618
4619
4620
4621 # test EBCDIC or ASCII
4622 case `echo X|tr X '\101'` in
4623 A) # ASCII based system
4624 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4625 lt_SP2NL='tr \040 \012'
4626 lt_NL2SP='tr \015\012 \040\040'
4627 ;;
4628 *) # EBCDIC based system
4629 lt_SP2NL='tr \100 \n'
4630 lt_NL2SP='tr \r\n \100\100'
4631 ;;
4632 esac
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4643 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4644 if ${lt_cv_ld_reload_flag+:} false; then :
4645 $as_echo_n "(cached) " >&6
4646 else
4647 lt_cv_ld_reload_flag='-r'
4648 fi
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4650 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4651 reload_flag=$lt_cv_ld_reload_flag
4652 case $reload_flag in
4653 "" | " "*) ;;
4654 *) reload_flag=" $reload_flag" ;;
4655 esac
4656 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4657 case $host_os in
4658 darwin*)
4659 if test "$GCC" = yes; then
4660 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4661 else
4662 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4663 fi
4664 ;;
4665 esac
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675 if test -n "$ac_tool_prefix"; then
4676 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4677 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if ${ac_cv_prog_OBJDUMP+:} false; then :
4681 $as_echo_n "(cached) " >&6
4682 else
4683 if test -n "$OBJDUMP"; then
4684 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4685 else
4686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4687 for as_dir in $PATH
4688 do
4689 IFS=$as_save_IFS
4690 test -z "$as_dir" && as_dir=.
4691 for ac_exec_ext in '' $ac_executable_extensions; do
4692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4693 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4695 break 2
4696 fi
4697 done
4698 done
4699 IFS=$as_save_IFS
4700
4701 fi
4702 fi
4703 OBJDUMP=$ac_cv_prog_OBJDUMP
4704 if test -n "$OBJDUMP"; then
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4706 $as_echo "$OBJDUMP" >&6; }
4707 else
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4709 $as_echo "no" >&6; }
4710 fi
4711
4712
4713 fi
4714 if test -z "$ac_cv_prog_OBJDUMP"; then
4715 ac_ct_OBJDUMP=$OBJDUMP
4716 # Extract the first word of "objdump", so it can be a program name with args.
4717 set dummy objdump; ac_word=$2
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4719 $as_echo_n "checking for $ac_word... " >&6; }
4720 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4721 $as_echo_n "(cached) " >&6
4722 else
4723 if test -n "$ac_ct_OBJDUMP"; then
4724 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4725 else
4726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4727 for as_dir in $PATH
4728 do
4729 IFS=$as_save_IFS
4730 test -z "$as_dir" && as_dir=.
4731 for ac_exec_ext in '' $ac_executable_extensions; do
4732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4733 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4735 break 2
4736 fi
4737 done
4738 done
4739 IFS=$as_save_IFS
4740
4741 fi
4742 fi
4743 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4744 if test -n "$ac_ct_OBJDUMP"; then
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4746 $as_echo "$ac_ct_OBJDUMP" >&6; }
4747 else
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4749 $as_echo "no" >&6; }
4750 fi
4751
4752 if test "x$ac_ct_OBJDUMP" = x; then
4753 OBJDUMP="false"
4754 else
4755 case $cross_compiling:$ac_tool_warned in
4756 yes:)
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4758 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4759 ac_tool_warned=yes ;;
4760 esac
4761 OBJDUMP=$ac_ct_OBJDUMP
4762 fi
4763 else
4764 OBJDUMP="$ac_cv_prog_OBJDUMP"
4765 fi
4766
4767 test -z "$OBJDUMP" && OBJDUMP=objdump
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4778 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4779 if ${lt_cv_deplibs_check_method+:} false; then :
4780 $as_echo_n "(cached) " >&6
4781 else
4782 lt_cv_file_magic_cmd='$MAGIC_CMD'
4783 lt_cv_file_magic_test_file=
4784 lt_cv_deplibs_check_method='unknown'
4785 # Need to set the preceding variable on all platforms that support
4786 # interlibrary dependencies.
4787 # 'none' -- dependencies not supported.
4788 # `unknown' -- same as none, but documents that we really don't know.
4789 # 'pass_all' -- all dependencies passed with no checks.
4790 # 'test_compile' -- check by making test program.
4791 # 'file_magic [[regex]]' -- check by looking for files in library path
4792 # which responds to the $file_magic_cmd with a given extended regex.
4793 # If you have `file' or equivalent on your system and you're not sure
4794 # whether `pass_all' will *always* work, you probably want this one.
4795
4796 case $host_os in
4797 aix[4-9]*)
4798 lt_cv_deplibs_check_method=pass_all
4799 ;;
4800
4801 beos*)
4802 lt_cv_deplibs_check_method=pass_all
4803 ;;
4804
4805 bsdi[45]*)
4806 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4807 lt_cv_file_magic_cmd='/usr/bin/file -L'
4808 lt_cv_file_magic_test_file=/shlib/libc.so
4809 ;;
4810
4811 cygwin*)
4812 # func_win32_libid is a shell function defined in ltmain.sh
4813 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4814 lt_cv_file_magic_cmd='func_win32_libid'
4815 ;;
4816
4817 mingw* | pw32*)
4818 # Base MSYS/MinGW do not provide the 'file' command needed by
4819 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4820 # unless we find 'file', for example because we are cross-compiling.
4821 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4822 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4823 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4824 lt_cv_file_magic_cmd='func_win32_libid'
4825 else
4826 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4827 lt_cv_file_magic_cmd='$OBJDUMP -f'
4828 fi
4829 ;;
4830
4831 cegcc*)
4832 # use the weaker test based on 'objdump'. See mingw*.
4833 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4834 lt_cv_file_magic_cmd='$OBJDUMP -f'
4835 ;;
4836
4837 darwin* | rhapsody*)
4838 lt_cv_deplibs_check_method=pass_all
4839 ;;
4840
4841 freebsd* | dragonfly*)
4842 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4843 case $host_cpu in
4844 i*86 )
4845 # Not sure whether the presence of OpenBSD here was a mistake.
4846 # Let's accept both of them until this is cleared up.
4847 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4848 lt_cv_file_magic_cmd=/usr/bin/file
4849 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4850 ;;
4851 esac
4852 else
4853 lt_cv_deplibs_check_method=pass_all
4854 fi
4855 ;;
4856
4857 gnu*)
4858 lt_cv_deplibs_check_method=pass_all
4859 ;;
4860
4861 haiku*)
4862 lt_cv_deplibs_check_method=pass_all
4863 ;;
4864
4865 hpux10.20* | hpux11*)
4866 lt_cv_file_magic_cmd=/usr/bin/file
4867 case $host_cpu in
4868 ia64*)
4869 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4870 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4871 ;;
4872 hppa*64*)
4873 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
4874 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4875 ;;
4876 *)
4877 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4878 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4879 ;;
4880 esac
4881 ;;
4882
4883 interix[3-9]*)
4884 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4885 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4886 ;;
4887
4888 irix5* | irix6* | nonstopux*)
4889 case $LD in
4890 *-32|*"-32 ") libmagic=32-bit;;
4891 *-n32|*"-n32 ") libmagic=N32;;
4892 *-64|*"-64 ") libmagic=64-bit;;
4893 *) libmagic=never-match;;
4894 esac
4895 lt_cv_deplibs_check_method=pass_all
4896 ;;
4897
4898 # This must be Linux ELF.
4899 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4900 lt_cv_deplibs_check_method=pass_all
4901 ;;
4902
4903 netbsd*)
4904 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4905 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4906 else
4907 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4908 fi
4909 ;;
4910
4911 newos6*)
4912 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4913 lt_cv_file_magic_cmd=/usr/bin/file
4914 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4915 ;;
4916
4917 *nto* | *qnx*)
4918 lt_cv_deplibs_check_method=pass_all
4919 ;;
4920
4921 openbsd*)
4922 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4923 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4924 else
4925 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4926 fi
4927 ;;
4928
4929 osf3* | osf4* | osf5*)
4930 lt_cv_deplibs_check_method=pass_all
4931 ;;
4932
4933 rdos*)
4934 lt_cv_deplibs_check_method=pass_all
4935 ;;
4936
4937 solaris*)
4938 lt_cv_deplibs_check_method=pass_all
4939 ;;
4940
4941 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4942 lt_cv_deplibs_check_method=pass_all
4943 ;;
4944
4945 sysv4 | sysv4.3*)
4946 case $host_vendor in
4947 motorola)
4948 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4949 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4950 ;;
4951 ncr)
4952 lt_cv_deplibs_check_method=pass_all
4953 ;;
4954 sequent)
4955 lt_cv_file_magic_cmd='/bin/file'
4956 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4957 ;;
4958 sni)
4959 lt_cv_file_magic_cmd='/bin/file'
4960 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4961 lt_cv_file_magic_test_file=/lib/libc.so
4962 ;;
4963 siemens)
4964 lt_cv_deplibs_check_method=pass_all
4965 ;;
4966 pc)
4967 lt_cv_deplibs_check_method=pass_all
4968 ;;
4969 esac
4970 ;;
4971
4972 tpf*)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975 esac
4976
4977 fi
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4979 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4980 file_magic_cmd=$lt_cv_file_magic_cmd
4981 deplibs_check_method=$lt_cv_deplibs_check_method
4982 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995 plugin_option=
4996 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4997 for plugin in $plugin_names; do
4998 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4999 if test x$plugin_so = x$plugin; then
5000 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5001 fi
5002 if test x$plugin_so != x$plugin; then
5003 plugin_option="--plugin $plugin_so"
5004 break
5005 fi
5006 done
5007
5008 if test -n "$ac_tool_prefix"; then
5009 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5010 set dummy ${ac_tool_prefix}ar; ac_word=$2
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012 $as_echo_n "checking for $ac_word... " >&6; }
5013 if ${ac_cv_prog_AR+:} false; then :
5014 $as_echo_n "(cached) " >&6
5015 else
5016 if test -n "$AR"; then
5017 ac_cv_prog_AR="$AR" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5021 do
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5026 ac_cv_prog_AR="${ac_tool_prefix}ar"
5027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5029 fi
5030 done
5031 done
5032 IFS=$as_save_IFS
5033
5034 fi
5035 fi
5036 AR=$ac_cv_prog_AR
5037 if test -n "$AR"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5039 $as_echo "$AR" >&6; }
5040 else
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 fi
5044
5045
5046 fi
5047 if test -z "$ac_cv_prog_AR"; then
5048 ac_ct_AR=$AR
5049 # Extract the first word of "ar", so it can be a program name with args.
5050 set dummy ar; ac_word=$2
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5052 $as_echo_n "checking for $ac_word... " >&6; }
5053 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5054 $as_echo_n "(cached) " >&6
5055 else
5056 if test -n "$ac_ct_AR"; then
5057 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5058 else
5059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5060 for as_dir in $PATH
5061 do
5062 IFS=$as_save_IFS
5063 test -z "$as_dir" && as_dir=.
5064 for ac_exec_ext in '' $ac_executable_extensions; do
5065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5066 ac_cv_prog_ac_ct_AR="ar"
5067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5068 break 2
5069 fi
5070 done
5071 done
5072 IFS=$as_save_IFS
5073
5074 fi
5075 fi
5076 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5077 if test -n "$ac_ct_AR"; then
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5079 $as_echo "$ac_ct_AR" >&6; }
5080 else
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5082 $as_echo "no" >&6; }
5083 fi
5084
5085 if test "x$ac_ct_AR" = x; then
5086 AR="false"
5087 else
5088 case $cross_compiling:$ac_tool_warned in
5089 yes:)
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5091 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5092 ac_tool_warned=yes ;;
5093 esac
5094 AR=$ac_ct_AR
5095 fi
5096 else
5097 AR="$ac_cv_prog_AR"
5098 fi
5099
5100 test -z "$AR" && AR=ar
5101 if test -n "$plugin_option"; then
5102 if $AR --help 2>&1 | grep -q "\--plugin"; then
5103 touch conftest.c
5104 $AR $plugin_option rc conftest.a conftest.c
5105 if test "$?" != 0; then
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5107 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5108 else
5109 AR="$AR $plugin_option"
5110 fi
5111 rm -f conftest.*
5112 fi
5113 fi
5114 test -z "$AR_FLAGS" && AR_FLAGS=cru
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126 if test -n "$ac_tool_prefix"; then
5127 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5128 set dummy ${ac_tool_prefix}strip; ac_word=$2
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5130 $as_echo_n "checking for $ac_word... " >&6; }
5131 if ${ac_cv_prog_STRIP+:} false; then :
5132 $as_echo_n "(cached) " >&6
5133 else
5134 if test -n "$STRIP"; then
5135 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5136 else
5137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5138 for as_dir in $PATH
5139 do
5140 IFS=$as_save_IFS
5141 test -z "$as_dir" && as_dir=.
5142 for ac_exec_ext in '' $ac_executable_extensions; do
5143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5144 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5146 break 2
5147 fi
5148 done
5149 done
5150 IFS=$as_save_IFS
5151
5152 fi
5153 fi
5154 STRIP=$ac_cv_prog_STRIP
5155 if test -n "$STRIP"; then
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5157 $as_echo "$STRIP" >&6; }
5158 else
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5160 $as_echo "no" >&6; }
5161 fi
5162
5163
5164 fi
5165 if test -z "$ac_cv_prog_STRIP"; then
5166 ac_ct_STRIP=$STRIP
5167 # Extract the first word of "strip", so it can be a program name with args.
5168 set dummy strip; ac_word=$2
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5170 $as_echo_n "checking for $ac_word... " >&6; }
5171 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 if test -n "$ac_ct_STRIP"; then
5175 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5176 else
5177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5178 for as_dir in $PATH
5179 do
5180 IFS=$as_save_IFS
5181 test -z "$as_dir" && as_dir=.
5182 for ac_exec_ext in '' $ac_executable_extensions; do
5183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5184 ac_cv_prog_ac_ct_STRIP="strip"
5185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5186 break 2
5187 fi
5188 done
5189 done
5190 IFS=$as_save_IFS
5191
5192 fi
5193 fi
5194 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5195 if test -n "$ac_ct_STRIP"; then
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5197 $as_echo "$ac_ct_STRIP" >&6; }
5198 else
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5200 $as_echo "no" >&6; }
5201 fi
5202
5203 if test "x$ac_ct_STRIP" = x; then
5204 STRIP=":"
5205 else
5206 case $cross_compiling:$ac_tool_warned in
5207 yes:)
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5209 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5210 ac_tool_warned=yes ;;
5211 esac
5212 STRIP=$ac_ct_STRIP
5213 fi
5214 else
5215 STRIP="$ac_cv_prog_STRIP"
5216 fi
5217
5218 test -z "$STRIP" && STRIP=:
5219
5220
5221
5222
5223
5224
5225 if test -n "$ac_tool_prefix"; then
5226 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5227 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5229 $as_echo_n "checking for $ac_word... " >&6; }
5230 if ${ac_cv_prog_RANLIB+:} false; then :
5231 $as_echo_n "(cached) " >&6
5232 else
5233 if test -n "$RANLIB"; then
5234 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5235 else
5236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 for as_dir in $PATH
5238 do
5239 IFS=$as_save_IFS
5240 test -z "$as_dir" && as_dir=.
5241 for ac_exec_ext in '' $ac_executable_extensions; do
5242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5243 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5245 break 2
5246 fi
5247 done
5248 done
5249 IFS=$as_save_IFS
5250
5251 fi
5252 fi
5253 RANLIB=$ac_cv_prog_RANLIB
5254 if test -n "$RANLIB"; then
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5256 $as_echo "$RANLIB" >&6; }
5257 else
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5259 $as_echo "no" >&6; }
5260 fi
5261
5262
5263 fi
5264 if test -z "$ac_cv_prog_RANLIB"; then
5265 ac_ct_RANLIB=$RANLIB
5266 # Extract the first word of "ranlib", so it can be a program name with args.
5267 set dummy ranlib; ac_word=$2
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5269 $as_echo_n "checking for $ac_word... " >&6; }
5270 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5271 $as_echo_n "(cached) " >&6
5272 else
5273 if test -n "$ac_ct_RANLIB"; then
5274 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5275 else
5276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5277 for as_dir in $PATH
5278 do
5279 IFS=$as_save_IFS
5280 test -z "$as_dir" && as_dir=.
5281 for ac_exec_ext in '' $ac_executable_extensions; do
5282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5283 ac_cv_prog_ac_ct_RANLIB="ranlib"
5284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5285 break 2
5286 fi
5287 done
5288 done
5289 IFS=$as_save_IFS
5290
5291 fi
5292 fi
5293 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5294 if test -n "$ac_ct_RANLIB"; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5296 $as_echo "$ac_ct_RANLIB" >&6; }
5297 else
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5299 $as_echo "no" >&6; }
5300 fi
5301
5302 if test "x$ac_ct_RANLIB" = x; then
5303 RANLIB=":"
5304 else
5305 case $cross_compiling:$ac_tool_warned in
5306 yes:)
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5308 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5309 ac_tool_warned=yes ;;
5310 esac
5311 RANLIB=$ac_ct_RANLIB
5312 fi
5313 else
5314 RANLIB="$ac_cv_prog_RANLIB"
5315 fi
5316
5317 test -z "$RANLIB" && RANLIB=:
5318 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5319 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5320 RANLIB="$RANLIB $plugin_option"
5321 fi
5322 fi
5323
5324
5325
5326
5327
5328
5329 # Determine commands to create old-style static archives.
5330 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5331 old_postinstall_cmds='chmod 644 $oldlib'
5332 old_postuninstall_cmds=
5333
5334 if test -n "$RANLIB"; then
5335 case $host_os in
5336 openbsd*)
5337 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5338 ;;
5339 *)
5340 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5341 ;;
5342 esac
5343 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5344 fi
5345
5346 case $host_os in
5347 darwin*)
5348 lock_old_archive_extraction=yes ;;
5349 *)
5350 lock_old_archive_extraction=no ;;
5351 esac
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373 for ac_prog in gawk mawk nawk awk
5374 do
5375 # Extract the first word of "$ac_prog", so it can be a program name with args.
5376 set dummy $ac_prog; ac_word=$2
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5378 $as_echo_n "checking for $ac_word... " >&6; }
5379 if ${ac_cv_prog_AWK+:} false; then :
5380 $as_echo_n "(cached) " >&6
5381 else
5382 if test -n "$AWK"; then
5383 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5384 else
5385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5386 for as_dir in $PATH
5387 do
5388 IFS=$as_save_IFS
5389 test -z "$as_dir" && as_dir=.
5390 for ac_exec_ext in '' $ac_executable_extensions; do
5391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5392 ac_cv_prog_AWK="$ac_prog"
5393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5394 break 2
5395 fi
5396 done
5397 done
5398 IFS=$as_save_IFS
5399
5400 fi
5401 fi
5402 AWK=$ac_cv_prog_AWK
5403 if test -n "$AWK"; then
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5405 $as_echo "$AWK" >&6; }
5406 else
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5408 $as_echo "no" >&6; }
5409 fi
5410
5411
5412 test -n "$AWK" && break
5413 done
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433 # If no C compiler was specified, use CC.
5434 LTCC=${LTCC-"$CC"}
5435
5436 # If no C compiler flags were specified, use CFLAGS.
5437 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5438
5439 # Allow CC to be a program name with arguments.
5440 compiler=$CC
5441
5442
5443 # Check for command to grab the raw symbol name followed by C symbol from nm.
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5445 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5446 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5447 $as_echo_n "(cached) " >&6
5448 else
5449
5450 # These are sane defaults that work on at least a few old systems.
5451 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5452
5453 # Character class describing NM global symbol codes.
5454 symcode='[BCDEGRST]'
5455
5456 # Regexp to match symbols that can be accessed directly from C.
5457 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5458
5459 # Define system-specific variables.
5460 case $host_os in
5461 aix*)
5462 symcode='[BCDT]'
5463 ;;
5464 cygwin* | mingw* | pw32* | cegcc*)
5465 symcode='[ABCDGISTW]'
5466 ;;
5467 hpux*)
5468 if test "$host_cpu" = ia64; then
5469 symcode='[ABCDEGRST]'
5470 fi
5471 ;;
5472 irix* | nonstopux*)
5473 symcode='[BCDEGRST]'
5474 ;;
5475 osf*)
5476 symcode='[BCDEGQRST]'
5477 ;;
5478 solaris*)
5479 symcode='[BDRT]'
5480 ;;
5481 sco3.2v5*)
5482 symcode='[DT]'
5483 ;;
5484 sysv4.2uw2*)
5485 symcode='[DT]'
5486 ;;
5487 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5488 symcode='[ABDT]'
5489 ;;
5490 sysv4)
5491 symcode='[DFNSTU]'
5492 ;;
5493 esac
5494
5495 # If we're using GNU nm, then use its standard symbol codes.
5496 case `$NM -V 2>&1` in
5497 *GNU* | *'with BFD'*)
5498 symcode='[ABCDGIRSTW]' ;;
5499 esac
5500
5501 # Transform an extracted symbol line into a proper C declaration.
5502 # Some systems (esp. on ia64) link data and code symbols differently,
5503 # so use this general approach.
5504 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5505
5506 # Transform an extracted symbol line into symbol name and symbol address
5507 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5508 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5509
5510 # Handle CRLF in mingw tool chain
5511 opt_cr=
5512 case $build_os in
5513 mingw*)
5514 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5515 ;;
5516 esac
5517
5518 # Try without a prefix underscore, then with it.
5519 for ac_symprfx in "" "_"; do
5520
5521 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5522 symxfrm="\\1 $ac_symprfx\\2 \\2"
5523
5524 # Write the raw and C identifiers.
5525 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5526 # Fake it for dumpbin and say T for any non-static function
5527 # and D for any global variable.
5528 # Also find C++ and __fastcall symbols from MSVC++,
5529 # which start with @ or ?.
5530 lt_cv_sys_global_symbol_pipe="$AWK '"\
5531 " {last_section=section; section=\$ 3};"\
5532 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5533 " \$ 0!~/External *\|/{next};"\
5534 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5535 " {if(hide[section]) next};"\
5536 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5537 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5538 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5539 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5540 " ' prfx=^$ac_symprfx"
5541 else
5542 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5543 fi
5544
5545 # Check to see that the pipe works correctly.
5546 pipe_works=no
5547
5548 rm -f conftest*
5549 cat > conftest.$ac_ext <<_LT_EOF
5550 #ifdef __cplusplus
5551 extern "C" {
5552 #endif
5553 char nm_test_var;
5554 void nm_test_func(void);
5555 void nm_test_func(void){}
5556 #ifdef __cplusplus
5557 }
5558 #endif
5559 int main(){nm_test_var='a';nm_test_func();return(0);}
5560 _LT_EOF
5561
5562 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5563 (eval $ac_compile) 2>&5
5564 ac_status=$?
5565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5566 test $ac_status = 0; }; then
5567 # Now try to grab the symbols.
5568 nlist=conftest.nm
5569 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5570 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5571 ac_status=$?
5572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5573 test $ac_status = 0; } && test -s "$nlist"; then
5574 # Try sorting and uniquifying the output.
5575 if sort "$nlist" | uniq > "$nlist"T; then
5576 mv -f "$nlist"T "$nlist"
5577 else
5578 rm -f "$nlist"T
5579 fi
5580
5581 # Make sure that we snagged all the symbols we need.
5582 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5583 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5584 cat <<_LT_EOF > conftest.$ac_ext
5585 #ifdef __cplusplus
5586 extern "C" {
5587 #endif
5588
5589 _LT_EOF
5590 # Now generate the symbol file.
5591 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5592
5593 cat <<_LT_EOF >> conftest.$ac_ext
5594
5595 /* The mapping between symbol names and symbols. */
5596 const struct {
5597 const char *name;
5598 void *address;
5599 }
5600 lt__PROGRAM__LTX_preloaded_symbols[] =
5601 {
5602 { "@PROGRAM@", (void *) 0 },
5603 _LT_EOF
5604 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5605 cat <<\_LT_EOF >> conftest.$ac_ext
5606 {0, (void *) 0}
5607 };
5608
5609 /* This works around a problem in FreeBSD linker */
5610 #ifdef FREEBSD_WORKAROUND
5611 static const void *lt_preloaded_setup() {
5612 return lt__PROGRAM__LTX_preloaded_symbols;
5613 }
5614 #endif
5615
5616 #ifdef __cplusplus
5617 }
5618 #endif
5619 _LT_EOF
5620 # Now try linking the two files.
5621 mv conftest.$ac_objext conftstm.$ac_objext
5622 lt_save_LIBS="$LIBS"
5623 lt_save_CFLAGS="$CFLAGS"
5624 LIBS="conftstm.$ac_objext"
5625 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5626 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5627 (eval $ac_link) 2>&5
5628 ac_status=$?
5629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5630 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5631 pipe_works=yes
5632 fi
5633 LIBS="$lt_save_LIBS"
5634 CFLAGS="$lt_save_CFLAGS"
5635 else
5636 echo "cannot find nm_test_func in $nlist" >&5
5637 fi
5638 else
5639 echo "cannot find nm_test_var in $nlist" >&5
5640 fi
5641 else
5642 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5643 fi
5644 else
5645 echo "$progname: failed program was:" >&5
5646 cat conftest.$ac_ext >&5
5647 fi
5648 rm -rf conftest* conftst*
5649
5650 # Do not use the global_symbol_pipe unless it works.
5651 if test "$pipe_works" = yes; then
5652 break
5653 else
5654 lt_cv_sys_global_symbol_pipe=
5655 fi
5656 done
5657
5658 fi
5659
5660 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5661 lt_cv_sys_global_symbol_to_cdecl=
5662 fi
5663 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5665 $as_echo "failed" >&6; }
5666 else
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5668 $as_echo "ok" >&6; }
5669 fi
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692 # Check whether --enable-libtool-lock was given.
5693 if test "${enable_libtool_lock+set}" = set; then :
5694 enableval=$enable_libtool_lock;
5695 fi
5696
5697 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5698
5699 # Some flags need to be propagated to the compiler or linker for good
5700 # libtool support.
5701 case $host in
5702 ia64-*-hpux*)
5703 # Find out which ABI we are using.
5704 echo 'int i;' > conftest.$ac_ext
5705 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5706 (eval $ac_compile) 2>&5
5707 ac_status=$?
5708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5709 test $ac_status = 0; }; then
5710 case `/usr/bin/file conftest.$ac_objext` in
5711 *ELF-32*)
5712 HPUX_IA64_MODE="32"
5713 ;;
5714 *ELF-64*)
5715 HPUX_IA64_MODE="64"
5716 ;;
5717 esac
5718 fi
5719 rm -rf conftest*
5720 ;;
5721 *-*-irix6*)
5722 # Find out which ABI we are using.
5723 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5724 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5725 (eval $ac_compile) 2>&5
5726 ac_status=$?
5727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5728 test $ac_status = 0; }; then
5729 if test "$lt_cv_prog_gnu_ld" = yes; then
5730 case `/usr/bin/file conftest.$ac_objext` in
5731 *32-bit*)
5732 LD="${LD-ld} -melf32bsmip"
5733 ;;
5734 *N32*)
5735 LD="${LD-ld} -melf32bmipn32"
5736 ;;
5737 *64-bit*)
5738 LD="${LD-ld} -melf64bmip"
5739 ;;
5740 esac
5741 else
5742 case `/usr/bin/file conftest.$ac_objext` in
5743 *32-bit*)
5744 LD="${LD-ld} -32"
5745 ;;
5746 *N32*)
5747 LD="${LD-ld} -n32"
5748 ;;
5749 *64-bit*)
5750 LD="${LD-ld} -64"
5751 ;;
5752 esac
5753 fi
5754 fi
5755 rm -rf conftest*
5756 ;;
5757
5758 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5759 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5760 # Find out which ABI we are using.
5761 echo 'int i;' > conftest.$ac_ext
5762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5763 (eval $ac_compile) 2>&5
5764 ac_status=$?
5765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5766 test $ac_status = 0; }; then
5767 case `/usr/bin/file conftest.o` in
5768 *32-bit*)
5769 case $host in
5770 x86_64-*kfreebsd*-gnu)
5771 LD="${LD-ld} -m elf_i386_fbsd"
5772 ;;
5773 x86_64-*linux*)
5774 case `/usr/bin/file conftest.o` in
5775 *x86-64*)
5776 LD="${LD-ld} -m elf32_x86_64"
5777 ;;
5778 *)
5779 LD="${LD-ld} -m elf_i386"
5780 ;;
5781 esac
5782 ;;
5783 powerpc64le-*linux*)
5784 LD="${LD-ld} -m elf32lppclinux"
5785 ;;
5786 powerpc64-*linux*)
5787 LD="${LD-ld} -m elf32ppclinux"
5788 ;;
5789 s390x-*linux*)
5790 LD="${LD-ld} -m elf_s390"
5791 ;;
5792 sparc64-*linux*)
5793 LD="${LD-ld} -m elf32_sparc"
5794 ;;
5795 esac
5796 ;;
5797 *64-bit*)
5798 case $host in
5799 x86_64-*kfreebsd*-gnu)
5800 LD="${LD-ld} -m elf_x86_64_fbsd"
5801 ;;
5802 x86_64-*linux*)
5803 LD="${LD-ld} -m elf_x86_64"
5804 ;;
5805 powerpcle-*linux*)
5806 LD="${LD-ld} -m elf64lppc"
5807 ;;
5808 powerpc-*linux*)
5809 LD="${LD-ld} -m elf64ppc"
5810 ;;
5811 s390*-*linux*|s390*-*tpf*)
5812 LD="${LD-ld} -m elf64_s390"
5813 ;;
5814 sparc*-*linux*)
5815 LD="${LD-ld} -m elf64_sparc"
5816 ;;
5817 esac
5818 ;;
5819 esac
5820 fi
5821 rm -rf conftest*
5822 ;;
5823
5824 *-*-sco3.2v5*)
5825 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5826 SAVE_CFLAGS="$CFLAGS"
5827 CFLAGS="$CFLAGS -belf"
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5829 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5830 if ${lt_cv_cc_needs_belf+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 ac_ext=c
5834 ac_cpp='$CPP $CPPFLAGS'
5835 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5836 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5837 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5838
5839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h. */
5841
5842 int
5843 main ()
5844 {
5845
5846 ;
5847 return 0;
5848 }
5849 _ACEOF
5850 if ac_fn_c_try_link "$LINENO"; then :
5851 lt_cv_cc_needs_belf=yes
5852 else
5853 lt_cv_cc_needs_belf=no
5854 fi
5855 rm -f core conftest.err conftest.$ac_objext \
5856 conftest$ac_exeext conftest.$ac_ext
5857 ac_ext=c
5858 ac_cpp='$CPP $CPPFLAGS'
5859 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5860 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5861 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5862
5863 fi
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5865 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5866 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5867 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5868 CFLAGS="$SAVE_CFLAGS"
5869 fi
5870 ;;
5871 sparc*-*solaris*)
5872 # Find out which ABI we are using.
5873 echo 'int i;' > conftest.$ac_ext
5874 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5875 (eval $ac_compile) 2>&5
5876 ac_status=$?
5877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5878 test $ac_status = 0; }; then
5879 case `/usr/bin/file conftest.o` in
5880 *64-bit*)
5881 case $lt_cv_prog_gnu_ld in
5882 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5883 *)
5884 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5885 LD="${LD-ld} -64"
5886 fi
5887 ;;
5888 esac
5889 ;;
5890 esac
5891 fi
5892 rm -rf conftest*
5893 ;;
5894 esac
5895
5896 need_locks="$enable_libtool_lock"
5897
5898
5899 case $host_os in
5900 rhapsody* | darwin*)
5901 if test -n "$ac_tool_prefix"; then
5902 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5903 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5905 $as_echo_n "checking for $ac_word... " >&6; }
5906 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 if test -n "$DSYMUTIL"; then
5910 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5911 else
5912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5913 for as_dir in $PATH
5914 do
5915 IFS=$as_save_IFS
5916 test -z "$as_dir" && as_dir=.
5917 for ac_exec_ext in '' $ac_executable_extensions; do
5918 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5919 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5921 break 2
5922 fi
5923 done
5924 done
5925 IFS=$as_save_IFS
5926
5927 fi
5928 fi
5929 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5930 if test -n "$DSYMUTIL"; then
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5932 $as_echo "$DSYMUTIL" >&6; }
5933 else
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5935 $as_echo "no" >&6; }
5936 fi
5937
5938
5939 fi
5940 if test -z "$ac_cv_prog_DSYMUTIL"; then
5941 ac_ct_DSYMUTIL=$DSYMUTIL
5942 # Extract the first word of "dsymutil", so it can be a program name with args.
5943 set dummy dsymutil; ac_word=$2
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5947 $as_echo_n "(cached) " >&6
5948 else
5949 if test -n "$ac_ct_DSYMUTIL"; then
5950 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5954 do
5955 IFS=$as_save_IFS
5956 test -z "$as_dir" && as_dir=.
5957 for ac_exec_ext in '' $ac_executable_extensions; do
5958 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5959 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5961 break 2
5962 fi
5963 done
5964 done
5965 IFS=$as_save_IFS
5966
5967 fi
5968 fi
5969 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5970 if test -n "$ac_ct_DSYMUTIL"; then
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5972 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5973 else
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5975 $as_echo "no" >&6; }
5976 fi
5977
5978 if test "x$ac_ct_DSYMUTIL" = x; then
5979 DSYMUTIL=":"
5980 else
5981 case $cross_compiling:$ac_tool_warned in
5982 yes:)
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5984 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5985 ac_tool_warned=yes ;;
5986 esac
5987 DSYMUTIL=$ac_ct_DSYMUTIL
5988 fi
5989 else
5990 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5991 fi
5992
5993 if test -n "$ac_tool_prefix"; then
5994 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5995 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5997 $as_echo_n "checking for $ac_word... " >&6; }
5998 if ${ac_cv_prog_NMEDIT+:} false; then :
5999 $as_echo_n "(cached) " >&6
6000 else
6001 if test -n "$NMEDIT"; then
6002 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6003 else
6004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005 for as_dir in $PATH
6006 do
6007 IFS=$as_save_IFS
6008 test -z "$as_dir" && as_dir=.
6009 for ac_exec_ext in '' $ac_executable_extensions; do
6010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6011 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6013 break 2
6014 fi
6015 done
6016 done
6017 IFS=$as_save_IFS
6018
6019 fi
6020 fi
6021 NMEDIT=$ac_cv_prog_NMEDIT
6022 if test -n "$NMEDIT"; then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6024 $as_echo "$NMEDIT" >&6; }
6025 else
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6027 $as_echo "no" >&6; }
6028 fi
6029
6030
6031 fi
6032 if test -z "$ac_cv_prog_NMEDIT"; then
6033 ac_ct_NMEDIT=$NMEDIT
6034 # Extract the first word of "nmedit", so it can be a program name with args.
6035 set dummy nmedit; ac_word=$2
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6037 $as_echo_n "checking for $ac_word... " >&6; }
6038 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6039 $as_echo_n "(cached) " >&6
6040 else
6041 if test -n "$ac_ct_NMEDIT"; then
6042 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6043 else
6044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6045 for as_dir in $PATH
6046 do
6047 IFS=$as_save_IFS
6048 test -z "$as_dir" && as_dir=.
6049 for ac_exec_ext in '' $ac_executable_extensions; do
6050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6051 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6053 break 2
6054 fi
6055 done
6056 done
6057 IFS=$as_save_IFS
6058
6059 fi
6060 fi
6061 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6062 if test -n "$ac_ct_NMEDIT"; then
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6064 $as_echo "$ac_ct_NMEDIT" >&6; }
6065 else
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6067 $as_echo "no" >&6; }
6068 fi
6069
6070 if test "x$ac_ct_NMEDIT" = x; then
6071 NMEDIT=":"
6072 else
6073 case $cross_compiling:$ac_tool_warned in
6074 yes:)
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6077 ac_tool_warned=yes ;;
6078 esac
6079 NMEDIT=$ac_ct_NMEDIT
6080 fi
6081 else
6082 NMEDIT="$ac_cv_prog_NMEDIT"
6083 fi
6084
6085 if test -n "$ac_tool_prefix"; then
6086 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6087 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6089 $as_echo_n "checking for $ac_word... " >&6; }
6090 if ${ac_cv_prog_LIPO+:} false; then :
6091 $as_echo_n "(cached) " >&6
6092 else
6093 if test -n "$LIPO"; then
6094 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6095 else
6096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097 for as_dir in $PATH
6098 do
6099 IFS=$as_save_IFS
6100 test -z "$as_dir" && as_dir=.
6101 for ac_exec_ext in '' $ac_executable_extensions; do
6102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6103 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105 break 2
6106 fi
6107 done
6108 done
6109 IFS=$as_save_IFS
6110
6111 fi
6112 fi
6113 LIPO=$ac_cv_prog_LIPO
6114 if test -n "$LIPO"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6116 $as_echo "$LIPO" >&6; }
6117 else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6119 $as_echo "no" >&6; }
6120 fi
6121
6122
6123 fi
6124 if test -z "$ac_cv_prog_LIPO"; then
6125 ac_ct_LIPO=$LIPO
6126 # Extract the first word of "lipo", so it can be a program name with args.
6127 set dummy lipo; ac_word=$2
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6129 $as_echo_n "checking for $ac_word... " >&6; }
6130 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6131 $as_echo_n "(cached) " >&6
6132 else
6133 if test -n "$ac_ct_LIPO"; then
6134 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6135 else
6136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6137 for as_dir in $PATH
6138 do
6139 IFS=$as_save_IFS
6140 test -z "$as_dir" && as_dir=.
6141 for ac_exec_ext in '' $ac_executable_extensions; do
6142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6143 ac_cv_prog_ac_ct_LIPO="lipo"
6144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6145 break 2
6146 fi
6147 done
6148 done
6149 IFS=$as_save_IFS
6150
6151 fi
6152 fi
6153 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6154 if test -n "$ac_ct_LIPO"; then
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6156 $as_echo "$ac_ct_LIPO" >&6; }
6157 else
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6159 $as_echo "no" >&6; }
6160 fi
6161
6162 if test "x$ac_ct_LIPO" = x; then
6163 LIPO=":"
6164 else
6165 case $cross_compiling:$ac_tool_warned in
6166 yes:)
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6168 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6169 ac_tool_warned=yes ;;
6170 esac
6171 LIPO=$ac_ct_LIPO
6172 fi
6173 else
6174 LIPO="$ac_cv_prog_LIPO"
6175 fi
6176
6177 if test -n "$ac_tool_prefix"; then
6178 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6179 set dummy ${ac_tool_prefix}otool; ac_word=$2
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6181 $as_echo_n "checking for $ac_word... " >&6; }
6182 if ${ac_cv_prog_OTOOL+:} false; then :
6183 $as_echo_n "(cached) " >&6
6184 else
6185 if test -n "$OTOOL"; then
6186 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6187 else
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189 for as_dir in $PATH
6190 do
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
6193 for ac_exec_ext in '' $ac_executable_extensions; do
6194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6195 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6197 break 2
6198 fi
6199 done
6200 done
6201 IFS=$as_save_IFS
6202
6203 fi
6204 fi
6205 OTOOL=$ac_cv_prog_OTOOL
6206 if test -n "$OTOOL"; then
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6208 $as_echo "$OTOOL" >&6; }
6209 else
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6211 $as_echo "no" >&6; }
6212 fi
6213
6214
6215 fi
6216 if test -z "$ac_cv_prog_OTOOL"; then
6217 ac_ct_OTOOL=$OTOOL
6218 # Extract the first word of "otool", so it can be a program name with args.
6219 set dummy otool; ac_word=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221 $as_echo_n "checking for $ac_word... " >&6; }
6222 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6223 $as_echo_n "(cached) " >&6
6224 else
6225 if test -n "$ac_ct_OTOOL"; then
6226 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6227 else
6228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6229 for as_dir in $PATH
6230 do
6231 IFS=$as_save_IFS
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
6234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6235 ac_cv_prog_ac_ct_OTOOL="otool"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6237 break 2
6238 fi
6239 done
6240 done
6241 IFS=$as_save_IFS
6242
6243 fi
6244 fi
6245 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6246 if test -n "$ac_ct_OTOOL"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6248 $as_echo "$ac_ct_OTOOL" >&6; }
6249 else
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251 $as_echo "no" >&6; }
6252 fi
6253
6254 if test "x$ac_ct_OTOOL" = x; then
6255 OTOOL=":"
6256 else
6257 case $cross_compiling:$ac_tool_warned in
6258 yes:)
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6260 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6261 ac_tool_warned=yes ;;
6262 esac
6263 OTOOL=$ac_ct_OTOOL
6264 fi
6265 else
6266 OTOOL="$ac_cv_prog_OTOOL"
6267 fi
6268
6269 if test -n "$ac_tool_prefix"; then
6270 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6271 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6273 $as_echo_n "checking for $ac_word... " >&6; }
6274 if ${ac_cv_prog_OTOOL64+:} false; then :
6275 $as_echo_n "(cached) " >&6
6276 else
6277 if test -n "$OTOOL64"; then
6278 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6279 else
6280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6281 for as_dir in $PATH
6282 do
6283 IFS=$as_save_IFS
6284 test -z "$as_dir" && as_dir=.
6285 for ac_exec_ext in '' $ac_executable_extensions; do
6286 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6287 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6289 break 2
6290 fi
6291 done
6292 done
6293 IFS=$as_save_IFS
6294
6295 fi
6296 fi
6297 OTOOL64=$ac_cv_prog_OTOOL64
6298 if test -n "$OTOOL64"; then
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6300 $as_echo "$OTOOL64" >&6; }
6301 else
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6303 $as_echo "no" >&6; }
6304 fi
6305
6306
6307 fi
6308 if test -z "$ac_cv_prog_OTOOL64"; then
6309 ac_ct_OTOOL64=$OTOOL64
6310 # Extract the first word of "otool64", so it can be a program name with args.
6311 set dummy otool64; ac_word=$2
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6313 $as_echo_n "checking for $ac_word... " >&6; }
6314 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6315 $as_echo_n "(cached) " >&6
6316 else
6317 if test -n "$ac_ct_OTOOL64"; then
6318 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6319 else
6320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6321 for as_dir in $PATH
6322 do
6323 IFS=$as_save_IFS
6324 test -z "$as_dir" && as_dir=.
6325 for ac_exec_ext in '' $ac_executable_extensions; do
6326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6327 ac_cv_prog_ac_ct_OTOOL64="otool64"
6328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6329 break 2
6330 fi
6331 done
6332 done
6333 IFS=$as_save_IFS
6334
6335 fi
6336 fi
6337 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6338 if test -n "$ac_ct_OTOOL64"; then
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6340 $as_echo "$ac_ct_OTOOL64" >&6; }
6341 else
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6343 $as_echo "no" >&6; }
6344 fi
6345
6346 if test "x$ac_ct_OTOOL64" = x; then
6347 OTOOL64=":"
6348 else
6349 case $cross_compiling:$ac_tool_warned in
6350 yes:)
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6352 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6353 ac_tool_warned=yes ;;
6354 esac
6355 OTOOL64=$ac_ct_OTOOL64
6356 fi
6357 else
6358 OTOOL64="$ac_cv_prog_OTOOL64"
6359 fi
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6388 $as_echo_n "checking for -single_module linker flag... " >&6; }
6389 if ${lt_cv_apple_cc_single_mod+:} false; then :
6390 $as_echo_n "(cached) " >&6
6391 else
6392 lt_cv_apple_cc_single_mod=no
6393 if test -z "${LT_MULTI_MODULE}"; then
6394 # By default we will add the -single_module flag. You can override
6395 # by either setting the environment variable LT_MULTI_MODULE
6396 # non-empty at configure time, or by adding -multi_module to the
6397 # link flags.
6398 rm -rf libconftest.dylib*
6399 echo "int foo(void){return 1;}" > conftest.c
6400 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6401 -dynamiclib -Wl,-single_module conftest.c" >&5
6402 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6403 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6404 _lt_result=$?
6405 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6406 lt_cv_apple_cc_single_mod=yes
6407 else
6408 cat conftest.err >&5
6409 fi
6410 rm -rf libconftest.dylib*
6411 rm -f conftest.*
6412 fi
6413 fi
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6415 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6417 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6418 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6419 $as_echo_n "(cached) " >&6
6420 else
6421 lt_cv_ld_exported_symbols_list=no
6422 save_LDFLAGS=$LDFLAGS
6423 echo "_main" > conftest.sym
6424 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6426 /* end confdefs.h. */
6427
6428 int
6429 main ()
6430 {
6431
6432 ;
6433 return 0;
6434 }
6435 _ACEOF
6436 if ac_fn_c_try_link "$LINENO"; then :
6437 lt_cv_ld_exported_symbols_list=yes
6438 else
6439 lt_cv_ld_exported_symbols_list=no
6440 fi
6441 rm -f core conftest.err conftest.$ac_objext \
6442 conftest$ac_exeext conftest.$ac_ext
6443 LDFLAGS="$save_LDFLAGS"
6444
6445 fi
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6447 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6449 $as_echo_n "checking for -force_load linker flag... " >&6; }
6450 if ${lt_cv_ld_force_load+:} false; then :
6451 $as_echo_n "(cached) " >&6
6452 else
6453 lt_cv_ld_force_load=no
6454 cat > conftest.c << _LT_EOF
6455 int forced_loaded() { return 2;}
6456 _LT_EOF
6457 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6458 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6459 echo "$AR cru libconftest.a conftest.o" >&5
6460 $AR cru libconftest.a conftest.o 2>&5
6461 cat > conftest.c << _LT_EOF
6462 int main() { return 0;}
6463 _LT_EOF
6464 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6465 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6466 _lt_result=$?
6467 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6468 lt_cv_ld_force_load=yes
6469 else
6470 cat conftest.err >&5
6471 fi
6472 rm -f conftest.err libconftest.a conftest conftest.c
6473 rm -rf conftest.dSYM
6474
6475 fi
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6477 $as_echo "$lt_cv_ld_force_load" >&6; }
6478 case $host_os in
6479 rhapsody* | darwin1.[012])
6480 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6481 darwin1.*)
6482 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6483 darwin*) # darwin 5.x on
6484 # if running on 10.5 or later, the deployment target defaults
6485 # to the OS version, if on x86, and 10.4, the deployment
6486 # target defaults to 10.4. Don't you love it?
6487 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6488 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6489 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6490 10.[012][,.]*)
6491 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6492 10.*)
6493 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6494 esac
6495 ;;
6496 esac
6497 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6498 _lt_dar_single_mod='$single_module'
6499 fi
6500 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6501 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6502 else
6503 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6504 fi
6505 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6506 _lt_dsymutil='~$DSYMUTIL $lib || :'
6507 else
6508 _lt_dsymutil=
6509 fi
6510 ;;
6511 esac
6512
6513 for ac_header in dlfcn.h
6514 do :
6515 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6516 "
6517 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6518 cat >>confdefs.h <<_ACEOF
6519 #define HAVE_DLFCN_H 1
6520 _ACEOF
6521
6522 fi
6523
6524 done
6525
6526
6527
6528
6529 ac_config_headers="$ac_config_headers config.h:config.in"
6530
6531
6532
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6534 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6535 if ${ac_cv_c_bigendian+:} false; then :
6536 $as_echo_n "(cached) " >&6
6537 else
6538 ac_cv_c_bigendian=unknown
6539 # See if we're dealing with a universal compiler.
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h. */
6542 #ifndef __APPLE_CC__
6543 not a universal capable compiler
6544 #endif
6545 typedef int dummy;
6546
6547 _ACEOF
6548 if ac_fn_c_try_compile "$LINENO"; then :
6549
6550 # Check for potential -arch flags. It is not universal unless
6551 # there are at least two -arch flags with different values.
6552 ac_arch=
6553 ac_prev=
6554 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6555 if test -n "$ac_prev"; then
6556 case $ac_word in
6557 i?86 | x86_64 | ppc | ppc64)
6558 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6559 ac_arch=$ac_word
6560 else
6561 ac_cv_c_bigendian=universal
6562 break
6563 fi
6564 ;;
6565 esac
6566 ac_prev=
6567 elif test "x$ac_word" = "x-arch"; then
6568 ac_prev=arch
6569 fi
6570 done
6571 fi
6572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6573 if test $ac_cv_c_bigendian = unknown; then
6574 # See if sys/param.h defines the BYTE_ORDER macro.
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6577 #include <sys/types.h>
6578 #include <sys/param.h>
6579
6580 int
6581 main ()
6582 {
6583 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6584 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6585 && LITTLE_ENDIAN)
6586 bogus endian macros
6587 #endif
6588
6589 ;
6590 return 0;
6591 }
6592 _ACEOF
6593 if ac_fn_c_try_compile "$LINENO"; then :
6594 # It does; now see whether it defined to BIG_ENDIAN or not.
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6597 #include <sys/types.h>
6598 #include <sys/param.h>
6599
6600 int
6601 main ()
6602 {
6603 #if BYTE_ORDER != BIG_ENDIAN
6604 not big endian
6605 #endif
6606
6607 ;
6608 return 0;
6609 }
6610 _ACEOF
6611 if ac_fn_c_try_compile "$LINENO"; then :
6612 ac_cv_c_bigendian=yes
6613 else
6614 ac_cv_c_bigendian=no
6615 fi
6616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6617 fi
6618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6619 fi
6620 if test $ac_cv_c_bigendian = unknown; then
6621 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h. */
6624 #include <limits.h>
6625
6626 int
6627 main ()
6628 {
6629 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6630 bogus endian macros
6631 #endif
6632
6633 ;
6634 return 0;
6635 }
6636 _ACEOF
6637 if ac_fn_c_try_compile "$LINENO"; then :
6638 # It does; now see whether it defined to _BIG_ENDIAN or not.
6639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6640 /* end confdefs.h. */
6641 #include <limits.h>
6642
6643 int
6644 main ()
6645 {
6646 #ifndef _BIG_ENDIAN
6647 not big endian
6648 #endif
6649
6650 ;
6651 return 0;
6652 }
6653 _ACEOF
6654 if ac_fn_c_try_compile "$LINENO"; then :
6655 ac_cv_c_bigendian=yes
6656 else
6657 ac_cv_c_bigendian=no
6658 fi
6659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6660 fi
6661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6662 fi
6663 if test $ac_cv_c_bigendian = unknown; then
6664 # Compile a test program.
6665 if test "$cross_compiling" = yes; then :
6666 # Try to guess by grepping values from an object file.
6667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6668 /* end confdefs.h. */
6669 short int ascii_mm[] =
6670 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6671 short int ascii_ii[] =
6672 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6673 int use_ascii (int i) {
6674 return ascii_mm[i] + ascii_ii[i];
6675 }
6676 short int ebcdic_ii[] =
6677 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6678 short int ebcdic_mm[] =
6679 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6680 int use_ebcdic (int i) {
6681 return ebcdic_mm[i] + ebcdic_ii[i];
6682 }
6683 extern int foo;
6684
6685 int
6686 main ()
6687 {
6688 return use_ascii (foo) == use_ebcdic (foo);
6689 ;
6690 return 0;
6691 }
6692 _ACEOF
6693 if ac_fn_c_try_compile "$LINENO"; then :
6694 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6695 ac_cv_c_bigendian=yes
6696 fi
6697 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6698 if test "$ac_cv_c_bigendian" = unknown; then
6699 ac_cv_c_bigendian=no
6700 else
6701 # finding both strings is unlikely to happen, but who knows?
6702 ac_cv_c_bigendian=unknown
6703 fi
6704 fi
6705 fi
6706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6707 else
6708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h. */
6710 $ac_includes_default
6711 int
6712 main ()
6713 {
6714
6715 /* Are we little or big endian? From Harbison&Steele. */
6716 union
6717 {
6718 long int l;
6719 char c[sizeof (long int)];
6720 } u;
6721 u.l = 1;
6722 return u.c[sizeof (long int) - 1] == 1;
6723
6724 ;
6725 return 0;
6726 }
6727 _ACEOF
6728 if ac_fn_c_try_run "$LINENO"; then :
6729 ac_cv_c_bigendian=no
6730 else
6731 ac_cv_c_bigendian=yes
6732 fi
6733 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6734 conftest.$ac_objext conftest.beam conftest.$ac_ext
6735 fi
6736
6737 fi
6738 fi
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6740 $as_echo "$ac_cv_c_bigendian" >&6; }
6741 case $ac_cv_c_bigendian in #(
6742 yes)
6743 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6744 ;; #(
6745 no)
6746 ;; #(
6747 universal)
6748
6749 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6750
6751 ;; #(
6752 *)
6753 as_fn_error $? "unknown endianness
6754 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6755 esac
6756
6757
6758
6759
6760 if test "x$cross_compiling" = "xno"; then
6761 : "${CC_FOR_BUILD:=\$(CC)}"
6762 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6763 else
6764 : "${CC_FOR_BUILD:=gcc}"
6765 : "${CFLAGS_FOR_BUILD:=-g -O}"
6766 fi
6767
6768
6769
6770
6771 if test -n "$ac_tool_prefix"; then
6772 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6773 set dummy ${ac_tool_prefix}ar; ac_word=$2
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6775 $as_echo_n "checking for $ac_word... " >&6; }
6776 if ${ac_cv_prog_AR+:} false; then :
6777 $as_echo_n "(cached) " >&6
6778 else
6779 if test -n "$AR"; then
6780 ac_cv_prog_AR="$AR" # Let the user override the test.
6781 else
6782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6783 for as_dir in $PATH
6784 do
6785 IFS=$as_save_IFS
6786 test -z "$as_dir" && as_dir=.
6787 for ac_exec_ext in '' $ac_executable_extensions; do
6788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6789 ac_cv_prog_AR="${ac_tool_prefix}ar"
6790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6791 break 2
6792 fi
6793 done
6794 done
6795 IFS=$as_save_IFS
6796
6797 fi
6798 fi
6799 AR=$ac_cv_prog_AR
6800 if test -n "$AR"; then
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6802 $as_echo "$AR" >&6; }
6803 else
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6805 $as_echo "no" >&6; }
6806 fi
6807
6808
6809 fi
6810 if test -z "$ac_cv_prog_AR"; then
6811 ac_ct_AR=$AR
6812 # Extract the first word of "ar", so it can be a program name with args.
6813 set dummy ar; ac_word=$2
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6815 $as_echo_n "checking for $ac_word... " >&6; }
6816 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6817 $as_echo_n "(cached) " >&6
6818 else
6819 if test -n "$ac_ct_AR"; then
6820 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6821 else
6822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823 for as_dir in $PATH
6824 do
6825 IFS=$as_save_IFS
6826 test -z "$as_dir" && as_dir=.
6827 for ac_exec_ext in '' $ac_executable_extensions; do
6828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6829 ac_cv_prog_ac_ct_AR="ar"
6830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6831 break 2
6832 fi
6833 done
6834 done
6835 IFS=$as_save_IFS
6836
6837 fi
6838 fi
6839 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6840 if test -n "$ac_ct_AR"; then
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6842 $as_echo "$ac_ct_AR" >&6; }
6843 else
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6845 $as_echo "no" >&6; }
6846 fi
6847
6848 if test "x$ac_ct_AR" = x; then
6849 AR=""
6850 else
6851 case $cross_compiling:$ac_tool_warned in
6852 yes:)
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6855 ac_tool_warned=yes ;;
6856 esac
6857 AR=$ac_ct_AR
6858 fi
6859 else
6860 AR="$ac_cv_prog_AR"
6861 fi
6862
6863 if test -n "$ac_tool_prefix"; then
6864 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6865 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6867 $as_echo_n "checking for $ac_word... " >&6; }
6868 if ${ac_cv_prog_RANLIB+:} false; then :
6869 $as_echo_n "(cached) " >&6
6870 else
6871 if test -n "$RANLIB"; then
6872 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6873 else
6874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6875 for as_dir in $PATH
6876 do
6877 IFS=$as_save_IFS
6878 test -z "$as_dir" && as_dir=.
6879 for ac_exec_ext in '' $ac_executable_extensions; do
6880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6881 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6883 break 2
6884 fi
6885 done
6886 done
6887 IFS=$as_save_IFS
6888
6889 fi
6890 fi
6891 RANLIB=$ac_cv_prog_RANLIB
6892 if test -n "$RANLIB"; then
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6894 $as_echo "$RANLIB" >&6; }
6895 else
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6897 $as_echo "no" >&6; }
6898 fi
6899
6900
6901 fi
6902 if test -z "$ac_cv_prog_RANLIB"; then
6903 ac_ct_RANLIB=$RANLIB
6904 # Extract the first word of "ranlib", so it can be a program name with args.
6905 set dummy ranlib; ac_word=$2
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907 $as_echo_n "checking for $ac_word... " >&6; }
6908 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6909 $as_echo_n "(cached) " >&6
6910 else
6911 if test -n "$ac_ct_RANLIB"; then
6912 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6913 else
6914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915 for as_dir in $PATH
6916 do
6917 IFS=$as_save_IFS
6918 test -z "$as_dir" && as_dir=.
6919 for ac_exec_ext in '' $ac_executable_extensions; do
6920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6921 ac_cv_prog_ac_ct_RANLIB="ranlib"
6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 break 2
6924 fi
6925 done
6926 done
6927 IFS=$as_save_IFS
6928
6929 fi
6930 fi
6931 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6932 if test -n "$ac_ct_RANLIB"; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6934 $as_echo "$ac_ct_RANLIB" >&6; }
6935 else
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6937 $as_echo "no" >&6; }
6938 fi
6939
6940 if test "x$ac_ct_RANLIB" = x; then
6941 RANLIB=":"
6942 else
6943 case $cross_compiling:$ac_tool_warned in
6944 yes:)
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6947 ac_tool_warned=yes ;;
6948 esac
6949 RANLIB=$ac_ct_RANLIB
6950 fi
6951 else
6952 RANLIB="$ac_cv_prog_RANLIB"
6953 fi
6954
6955
6956 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6957 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6958 # is C99. So handle it ourselves.
6959 :
6960 C_DIALECT=
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6962 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6964 /* end confdefs.h. */
6965
6966 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6967 # error "C11 support not found"
6968 #endif
6969
6970 _ACEOF
6971 if ac_fn_c_try_compile "$LINENO"; then :
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6973 $as_echo "yes" >&6; }
6974 else
6975
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977 $as_echo "no" >&6; }
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6979 $as_echo_n "checking for -std=c11 support... " >&6; }
6980 ac_save_CC="$CC"
6981 CC="$CC -std=c11"
6982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6983 /* end confdefs.h. */
6984
6985 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6986 # error "C11 support not found"
6987 #endif
6988
6989 _ACEOF
6990 if ac_fn_c_try_compile "$LINENO"; then :
6991
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6993 $as_echo "yes" >&6; }
6994 CC="$ac_save_CC"
6995 C_DIALECT="-std=c11"
6996
6997 else
6998 as_fn_error $? "C11 is required" "$LINENO" 5
6999 fi
7000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7001 fi
7002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7003
7004
7005 # Some of the common include files depend on bfd.h, and bfd.h checks
7006 # that config.h is included first by testing that the PACKAGE macro
7007 # is defined.
7008 PACKAGE=sim
7009
7010 cat >>confdefs.h <<_ACEOF
7011 #define PACKAGE "$PACKAGE"
7012 _ACEOF
7013
7014
7015
7016 # Dependency checking.
7017 ac_config_commands="$ac_config_commands depdir"
7018
7019
7020 depcc="$CC" am_compiler_list=
7021
7022 am_depcomp=$ac_aux_dir/depcomp
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7024 $as_echo_n "checking dependency style of $depcc... " >&6; }
7025 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
7026 $as_echo_n "(cached) " >&6
7027 else
7028 if test -f "$am_depcomp"; then
7029 # We make a subdir and do the tests there. Otherwise we can end up
7030 # making bogus files that we don't know about and never remove. For
7031 # instance it was reported that on HP-UX the gcc test will end up
7032 # making a dummy file named `D' -- because `-MD' means `put the output
7033 # in D'.
7034 mkdir conftest.dir
7035 # Copy depcomp to subdir because otherwise we won't find it if we're
7036 # using a relative directory.
7037 cp "$am_depcomp" conftest.dir
7038 cd conftest.dir
7039 # We will build objects and dependencies in a subdirectory because
7040 # it helps to detect inapplicable dependency modes. For instance
7041 # both Tru64's cc and ICC support -MD to output dependencies as a
7042 # side effect of compilation, but ICC will put the dependencies in
7043 # the current directory while Tru64 will put them in the object
7044 # directory.
7045 mkdir sub
7046
7047 am_cv_CC_dependencies_compiler_type=none
7048 if test "$am_compiler_list" = ""; then
7049 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7050 fi
7051 for depmode in $am_compiler_list; do
7052 if test $depmode = none; then break; fi
7053
7054 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7055 # Setup a source with many dependencies, because some compilers
7056 # like to wrap large dependency lists on column 80 (with \), and
7057 # we should not choose a depcomp mode which is confused by this.
7058 #
7059 # We need to recreate these files for each test, as the compiler may
7060 # overwrite some of them when testing with obscure command lines.
7061 # This happens at least with the AIX C compiler.
7062 : > sub/conftest.c
7063 for i in 1 2 3 4 5 6; do
7064 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7065 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7066 # Solaris 8's {/usr,}/bin/sh.
7067 touch sub/conftst$i.h
7068 done
7069 echo "include sub/conftest.Po" > confmf
7070
7071 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7072 # mode. It turns out that the SunPro C++ compiler does not properly
7073 # handle `-M -o', and we need to detect this.
7074 depcmd="depmode=$depmode \
7075 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7076 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7077 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7078 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7079 if env $depcmd > conftest.err 2>&1 &&
7080 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7081 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7082 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7083 # icc doesn't choke on unknown options, it will just issue warnings
7084 # or remarks (even with -Werror). So we grep stderr for any message
7085 # that says an option was ignored or not supported.
7086 # When given -MP, icc 7.0 and 7.1 complain thusly:
7087 # icc: Command line warning: ignoring option '-M'; no argument required
7088 # The diagnosis changed in icc 8.0:
7089 # icc: Command line remark: option '-MP' not supported
7090 if (grep 'ignoring option' conftest.err ||
7091 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7092 am_cv_CC_dependencies_compiler_type=$depmode
7093 $as_echo "$as_me:$LINENO: success" >&5
7094 break
7095 fi
7096 fi
7097 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7098 sed -e 's/^/| /' < conftest.err >&5
7099 done
7100
7101 cd ..
7102 rm -rf conftest.dir
7103 else
7104 am_cv_CC_dependencies_compiler_type=none
7105 fi
7106
7107 fi
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7109 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7110 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
7111 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
7112 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7113
7114 fi
7115
7116
7117 # Check for the 'make' the user wants to use.
7118 for ac_prog in make
7119 do
7120 # Extract the first word of "$ac_prog", so it can be a program name with args.
7121 set dummy $ac_prog; ac_word=$2
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7123 $as_echo_n "checking for $ac_word... " >&6; }
7124 if ${ac_cv_prog_MAKE+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 if test -n "$MAKE"; then
7128 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7129 else
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131 for as_dir in $PATH
7132 do
7133 IFS=$as_save_IFS
7134 test -z "$as_dir" && as_dir=.
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7137 ac_cv_prog_MAKE="$ac_prog"
7138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7139 break 2
7140 fi
7141 done
7142 done
7143 IFS=$as_save_IFS
7144
7145 fi
7146 fi
7147 MAKE=$ac_cv_prog_MAKE
7148 if test -n "$MAKE"; then
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7150 $as_echo "$MAKE" >&6; }
7151 else
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7153 $as_echo "no" >&6; }
7154 fi
7155
7156
7157 test -n "$MAKE" && break
7158 done
7159
7160 MAKE_IS_GNU=
7161 case "`$MAKE --version 2>&1 | sed 1q`" in
7162 *GNU*)
7163 MAKE_IS_GNU=yes
7164 ;;
7165 esac
7166 if test "$MAKE_IS_GNU" = yes; then
7167 GMAKE_TRUE=
7168 GMAKE_FALSE='#'
7169 else
7170 GMAKE_TRUE='#'
7171 GMAKE_FALSE=
7172 fi
7173
7174
7175 ALL_LINGUAS=
7176 # If we haven't got the data from the intl directory,
7177 # assume NLS is disabled.
7178 USE_NLS=no
7179 LIBINTL=
7180 LIBINTL_DEP=
7181 INCINTL=
7182 XGETTEXT=
7183 GMSGFMT=
7184 POSUB=
7185
7186 if test -f ../../intl/config.intl; then
7187 . ../../intl/config.intl
7188 fi
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7190 $as_echo_n "checking whether NLS is requested... " >&6; }
7191 if test x"$USE_NLS" != xyes; then
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193 $as_echo "no" >&6; }
7194 else
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7196 $as_echo "yes" >&6; }
7197
7198 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7199
7200
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7202 $as_echo_n "checking for catalogs to be installed... " >&6; }
7203 # Look for .po and .gmo files in the source directory.
7204 CATALOGS=
7205 XLINGUAS=
7206 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7207 # If there aren't any .gmo files the shell will give us the
7208 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7209 # weeded out.
7210 case "$cat" in *\**)
7211 continue;;
7212 esac
7213 # The quadruple backslash is collapsed to a double backslash
7214 # by the backticks, then collapsed again by the double quotes,
7215 # leaving us with one backslash in the sed expression (right
7216 # before the dot that mustn't act as a wildcard).
7217 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7218 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7219 # The user is allowed to set LINGUAS to a list of languages to
7220 # install catalogs for. If it's empty that means "all of them."
7221 if test "x$LINGUAS" = x; then
7222 CATALOGS="$CATALOGS $cat"
7223 XLINGUAS="$XLINGUAS $lang"
7224 else
7225 case "$LINGUAS" in *$lang*)
7226 CATALOGS="$CATALOGS $cat"
7227 XLINGUAS="$XLINGUAS $lang"
7228 ;;
7229 esac
7230 fi
7231 done
7232 LINGUAS="$XLINGUAS"
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7234 $as_echo "$LINGUAS" >&6; }
7235
7236
7237 DATADIRNAME=share
7238
7239 INSTOBJEXT=.mo
7240
7241 GENCAT=gencat
7242
7243 CATOBJEXT=.gmo
7244
7245 fi
7246
7247 # Check for common headers.
7248 # NB: You can assume C11 headers exist.
7249 for ac_header in unistd.h
7250 do :
7251 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7252 if test "x$ac_cv_header_unistd_h" = xyes; then :
7253 cat >>confdefs.h <<_ACEOF
7254 #define HAVE_UNISTD_H 1
7255 _ACEOF
7256
7257 fi
7258
7259 done
7260
7261 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
7262 do :
7263 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7264 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7265 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7266 cat >>confdefs.h <<_ACEOF
7267 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7268 _ACEOF
7269
7270 fi
7271
7272 done
7273
7274 for ac_header in fcntl.h fpu_control.h
7275 do :
7276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7277 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7278 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7279 cat >>confdefs.h <<_ACEOF
7280 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7281 _ACEOF
7282
7283 fi
7284
7285 done
7286
7287 for ac_header in dlfcn.h sys/stat.h
7288 do :
7289 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7290 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7291 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7292 cat >>confdefs.h <<_ACEOF
7293 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7294 _ACEOF
7295
7296 fi
7297
7298 done
7299
7300 for ac_func in getrusage time sigaction __setfpucw
7301 do :
7302 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7303 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
7304 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
7305 cat >>confdefs.h <<_ACEOF
7306 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7307 _ACEOF
7308
7309 fi
7310 done
7311
7312 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7313 do :
7314 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7315 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
7316 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
7317 cat >>confdefs.h <<_ACEOF
7318 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7319 _ACEOF
7320
7321 fi
7322 done
7323
7324 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7325 #include <sys/types.h>
7326 #endif
7327 #ifdef HAVE_SYS_STAT_H
7328 #include <sys/stat.h>
7329 #endif
7330 "
7331 if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
7332
7333 cat >>confdefs.h <<_ACEOF
7334 #define HAVE_STRUCT_STAT_ST_DEV 1
7335 _ACEOF
7336
7337
7338 fi
7339 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7340 #include <sys/types.h>
7341 #endif
7342 #ifdef HAVE_SYS_STAT_H
7343 #include <sys/stat.h>
7344 #endif
7345 "
7346 if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
7347
7348 cat >>confdefs.h <<_ACEOF
7349 #define HAVE_STRUCT_STAT_ST_INO 1
7350 _ACEOF
7351
7352
7353 fi
7354 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7355 #include <sys/types.h>
7356 #endif
7357 #ifdef HAVE_SYS_STAT_H
7358 #include <sys/stat.h>
7359 #endif
7360 "
7361 if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
7362
7363 cat >>confdefs.h <<_ACEOF
7364 #define HAVE_STRUCT_STAT_ST_MODE 1
7365 _ACEOF
7366
7367
7368 fi
7369 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7370 #include <sys/types.h>
7371 #endif
7372 #ifdef HAVE_SYS_STAT_H
7373 #include <sys/stat.h>
7374 #endif
7375 "
7376 if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
7377
7378 cat >>confdefs.h <<_ACEOF
7379 #define HAVE_STRUCT_STAT_ST_NLINK 1
7380 _ACEOF
7381
7382
7383 fi
7384 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7385 #include <sys/types.h>
7386 #endif
7387 #ifdef HAVE_SYS_STAT_H
7388 #include <sys/stat.h>
7389 #endif
7390 "
7391 if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
7392
7393 cat >>confdefs.h <<_ACEOF
7394 #define HAVE_STRUCT_STAT_ST_UID 1
7395 _ACEOF
7396
7397
7398 fi
7399 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7400 #include <sys/types.h>
7401 #endif
7402 #ifdef HAVE_SYS_STAT_H
7403 #include <sys/stat.h>
7404 #endif
7405 "
7406 if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
7407
7408 cat >>confdefs.h <<_ACEOF
7409 #define HAVE_STRUCT_STAT_ST_GID 1
7410 _ACEOF
7411
7412
7413 fi
7414 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7415 #include <sys/types.h>
7416 #endif
7417 #ifdef HAVE_SYS_STAT_H
7418 #include <sys/stat.h>
7419 #endif
7420 "
7421 if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
7422
7423 cat >>confdefs.h <<_ACEOF
7424 #define HAVE_STRUCT_STAT_ST_RDEV 1
7425 _ACEOF
7426
7427
7428 fi
7429 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7430 #include <sys/types.h>
7431 #endif
7432 #ifdef HAVE_SYS_STAT_H
7433 #include <sys/stat.h>
7434 #endif
7435 "
7436 if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
7437
7438 cat >>confdefs.h <<_ACEOF
7439 #define HAVE_STRUCT_STAT_ST_SIZE 1
7440 _ACEOF
7441
7442
7443 fi
7444 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7445 #include <sys/types.h>
7446 #endif
7447 #ifdef HAVE_SYS_STAT_H
7448 #include <sys/stat.h>
7449 #endif
7450 "
7451 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
7452
7453 cat >>confdefs.h <<_ACEOF
7454 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7455 _ACEOF
7456
7457
7458 fi
7459 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7460 #include <sys/types.h>
7461 #endif
7462 #ifdef HAVE_SYS_STAT_H
7463 #include <sys/stat.h>
7464 #endif
7465 "
7466 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
7467
7468 cat >>confdefs.h <<_ACEOF
7469 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7470 _ACEOF
7471
7472
7473 fi
7474 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7475 #include <sys/types.h>
7476 #endif
7477 #ifdef HAVE_SYS_STAT_H
7478 #include <sys/stat.h>
7479 #endif
7480 "
7481 if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
7482
7483 cat >>confdefs.h <<_ACEOF
7484 #define HAVE_STRUCT_STAT_ST_ATIME 1
7485 _ACEOF
7486
7487
7488 fi
7489 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7490 #include <sys/types.h>
7491 #endif
7492 #ifdef HAVE_SYS_STAT_H
7493 #include <sys/stat.h>
7494 #endif
7495 "
7496 if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
7497
7498 cat >>confdefs.h <<_ACEOF
7499 #define HAVE_STRUCT_STAT_ST_MTIME 1
7500 _ACEOF
7501
7502
7503 fi
7504 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7505 #include <sys/types.h>
7506 #endif
7507 #ifdef HAVE_SYS_STAT_H
7508 #include <sys/stat.h>
7509 #endif
7510 "
7511 if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
7512
7513 cat >>confdefs.h <<_ACEOF
7514 #define HAVE_STRUCT_STAT_ST_CTIME 1
7515 _ACEOF
7516
7517
7518 fi
7519
7520 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7521 #include <sys/socket.h>
7522
7523 "
7524 if test "x$ac_cv_type_socklen_t" = xyes; then :
7525
7526 cat >>confdefs.h <<_ACEOF
7527 #define HAVE_SOCKLEN_T 1
7528 _ACEOF
7529
7530
7531 fi
7532
7533
7534 # Check for socket libraries
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7536 $as_echo_n "checking for bind in -lsocket... " >&6; }
7537 if ${ac_cv_lib_socket_bind+:} false; then :
7538 $as_echo_n "(cached) " >&6
7539 else
7540 ac_check_lib_save_LIBS=$LIBS
7541 LIBS="-lsocket $LIBS"
7542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7543 /* end confdefs.h. */
7544
7545 /* Override any GCC internal prototype to avoid an error.
7546 Use char because int might match the return type of a GCC
7547 builtin and then its argument prototype would still apply. */
7548 #ifdef __cplusplus
7549 extern "C"
7550 #endif
7551 char bind ();
7552 int
7553 main ()
7554 {
7555 return bind ();
7556 ;
7557 return 0;
7558 }
7559 _ACEOF
7560 if ac_fn_c_try_link "$LINENO"; then :
7561 ac_cv_lib_socket_bind=yes
7562 else
7563 ac_cv_lib_socket_bind=no
7564 fi
7565 rm -f core conftest.err conftest.$ac_objext \
7566 conftest$ac_exeext conftest.$ac_ext
7567 LIBS=$ac_check_lib_save_LIBS
7568 fi
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7570 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7571 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7572 cat >>confdefs.h <<_ACEOF
7573 #define HAVE_LIBSOCKET 1
7574 _ACEOF
7575
7576 LIBS="-lsocket $LIBS"
7577
7578 fi
7579
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7581 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7582 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7583 $as_echo_n "(cached) " >&6
7584 else
7585 ac_check_lib_save_LIBS=$LIBS
7586 LIBS="-lnsl $LIBS"
7587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7588 /* end confdefs.h. */
7589
7590 /* Override any GCC internal prototype to avoid an error.
7591 Use char because int might match the return type of a GCC
7592 builtin and then its argument prototype would still apply. */
7593 #ifdef __cplusplus
7594 extern "C"
7595 #endif
7596 char gethostbyname ();
7597 int
7598 main ()
7599 {
7600 return gethostbyname ();
7601 ;
7602 return 0;
7603 }
7604 _ACEOF
7605 if ac_fn_c_try_link "$LINENO"; then :
7606 ac_cv_lib_nsl_gethostbyname=yes
7607 else
7608 ac_cv_lib_nsl_gethostbyname=no
7609 fi
7610 rm -f core conftest.err conftest.$ac_objext \
7611 conftest$ac_exeext conftest.$ac_ext
7612 LIBS=$ac_check_lib_save_LIBS
7613 fi
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7615 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7616 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7617 cat >>confdefs.h <<_ACEOF
7618 #define HAVE_LIBNSL 1
7619 _ACEOF
7620
7621 LIBS="-lnsl $LIBS"
7622
7623 fi
7624
7625
7626 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7627 # using the same condition.
7628
7629 # Use the system's zlib library.
7630 zlibdir="-L\$(top_builddir)/../zlib"
7631 zlibinc="-I\$(top_srcdir)/../zlib"
7632
7633 # Check whether --with-system-zlib was given.
7634 if test "${with_system_zlib+set}" = set; then :
7635 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7636 zlibdir=
7637 zlibinc=
7638 fi
7639
7640 fi
7641
7642
7643
7644
7645
7646 # BFD uses libdl when when plugins enabled.
7647
7648 maybe_plugins=no
7649 for ac_header in dlfcn.h
7650 do :
7651 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7652 "
7653 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7654 cat >>confdefs.h <<_ACEOF
7655 #define HAVE_DLFCN_H 1
7656 _ACEOF
7657 maybe_plugins=yes
7658 fi
7659
7660 done
7661
7662 for ac_header in windows.h
7663 do :
7664 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7665 "
7666 if test "x$ac_cv_header_windows_h" = xyes; then :
7667 cat >>confdefs.h <<_ACEOF
7668 #define HAVE_WINDOWS_H 1
7669 _ACEOF
7670 maybe_plugins=yes
7671 fi
7672
7673 done
7674
7675
7676 # Check whether --enable-plugins was given.
7677 if test "${enable_plugins+set}" = set; then :
7678 enableval=$enable_plugins; case "${enableval}" in
7679 no) plugins=no ;;
7680 *) plugins=yes
7681 if test "$maybe_plugins" != "yes" ; then
7682 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7683 fi ;;
7684 esac
7685 else
7686 plugins=$maybe_plugins
7687
7688 fi
7689
7690 if test "$plugins" = "yes"; then
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7692 $as_echo_n "checking for library containing dlsym... " >&6; }
7693 if ${ac_cv_search_dlsym+:} false; then :
7694 $as_echo_n "(cached) " >&6
7695 else
7696 ac_func_search_save_LIBS=$LIBS
7697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7698 /* end confdefs.h. */
7699
7700 /* Override any GCC internal prototype to avoid an error.
7701 Use char because int might match the return type of a GCC
7702 builtin and then its argument prototype would still apply. */
7703 #ifdef __cplusplus
7704 extern "C"
7705 #endif
7706 char dlsym ();
7707 int
7708 main ()
7709 {
7710 return dlsym ();
7711 ;
7712 return 0;
7713 }
7714 _ACEOF
7715 for ac_lib in '' dl; do
7716 if test -z "$ac_lib"; then
7717 ac_res="none required"
7718 else
7719 ac_res=-l$ac_lib
7720 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7721 fi
7722 if ac_fn_c_try_link "$LINENO"; then :
7723 ac_cv_search_dlsym=$ac_res
7724 fi
7725 rm -f core conftest.err conftest.$ac_objext \
7726 conftest$ac_exeext
7727 if ${ac_cv_search_dlsym+:} false; then :
7728 break
7729 fi
7730 done
7731 if ${ac_cv_search_dlsym+:} false; then :
7732
7733 else
7734 ac_cv_search_dlsym=no
7735 fi
7736 rm conftest.$ac_ext
7737 LIBS=$ac_func_search_save_LIBS
7738 fi
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7740 $as_echo "$ac_cv_search_dlsym" >&6; }
7741 ac_res=$ac_cv_search_dlsym
7742 if test "$ac_res" != no; then :
7743 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7744
7745 fi
7746
7747 fi
7748
7749 if test "$plugins" = yes; then
7750 PLUGINS_TRUE=
7751 PLUGINS_FALSE='#'
7752 else
7753 PLUGINS_TRUE='#'
7754 PLUGINS_FALSE=
7755 fi
7756
7757
7758
7759
7760
7761 # Set options
7762 enable_dlopen=yes
7763
7764
7765
7766
7767 enable_win32_dll=no
7768
7769
7770 # Check whether --enable-shared was given.
7771 if test "${enable_shared+set}" = set; then :
7772 enableval=$enable_shared; p=${PACKAGE-default}
7773 case $enableval in
7774 yes) enable_shared=yes ;;
7775 no) enable_shared=no ;;
7776 *)
7777 enable_shared=no
7778 # Look at the argument we got. We use all the common list separators.
7779 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7780 for pkg in $enableval; do
7781 IFS="$lt_save_ifs"
7782 if test "X$pkg" = "X$p"; then
7783 enable_shared=yes
7784 fi
7785 done
7786 IFS="$lt_save_ifs"
7787 ;;
7788 esac
7789 else
7790 enable_shared=yes
7791 fi
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801 # Check whether --enable-static was given.
7802 if test "${enable_static+set}" = set; then :
7803 enableval=$enable_static; p=${PACKAGE-default}
7804 case $enableval in
7805 yes) enable_static=yes ;;
7806 no) enable_static=no ;;
7807 *)
7808 enable_static=no
7809 # Look at the argument we got. We use all the common list separators.
7810 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7811 for pkg in $enableval; do
7812 IFS="$lt_save_ifs"
7813 if test "X$pkg" = "X$p"; then
7814 enable_static=yes
7815 fi
7816 done
7817 IFS="$lt_save_ifs"
7818 ;;
7819 esac
7820 else
7821 enable_static=yes
7822 fi
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833 # Check whether --with-pic was given.
7834 if test "${with_pic+set}" = set; then :
7835 withval=$with_pic; pic_mode="$withval"
7836 else
7837 pic_mode=default
7838 fi
7839
7840
7841 test -z "$pic_mode" && pic_mode=default
7842
7843
7844
7845
7846
7847
7848
7849 # Check whether --enable-fast-install was given.
7850 if test "${enable_fast_install+set}" = set; then :
7851 enableval=$enable_fast_install; p=${PACKAGE-default}
7852 case $enableval in
7853 yes) enable_fast_install=yes ;;
7854 no) enable_fast_install=no ;;
7855 *)
7856 enable_fast_install=no
7857 # Look at the argument we got. We use all the common list separators.
7858 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7859 for pkg in $enableval; do
7860 IFS="$lt_save_ifs"
7861 if test "X$pkg" = "X$p"; then
7862 enable_fast_install=yes
7863 fi
7864 done
7865 IFS="$lt_save_ifs"
7866 ;;
7867 esac
7868 else
7869 enable_fast_install=yes
7870 fi
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882 # This can be used to rebuild libtool when needed
7883 LIBTOOL_DEPS="$ltmain"
7884
7885 # Always use our own libtool.
7886 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913 test -z "$LN_S" && LN_S="ln -s"
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928 if test -n "${ZSH_VERSION+set}" ; then
7929 setopt NO_GLOB_SUBST
7930 fi
7931
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7933 $as_echo_n "checking for objdir... " >&6; }
7934 if ${lt_cv_objdir+:} false; then :
7935 $as_echo_n "(cached) " >&6
7936 else
7937 rm -f .libs 2>/dev/null
7938 mkdir .libs 2>/dev/null
7939 if test -d .libs; then
7940 lt_cv_objdir=.libs
7941 else
7942 # MS-DOS does not allow filenames that begin with a dot.
7943 lt_cv_objdir=_libs
7944 fi
7945 rmdir .libs 2>/dev/null
7946 fi
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7948 $as_echo "$lt_cv_objdir" >&6; }
7949 objdir=$lt_cv_objdir
7950
7951
7952
7953
7954
7955 cat >>confdefs.h <<_ACEOF
7956 #define LT_OBJDIR "$lt_cv_objdir/"
7957 _ACEOF
7958
7959
7960
7961
7962 case $host_os in
7963 aix3*)
7964 # AIX sometimes has problems with the GCC collect2 program. For some
7965 # reason, if we set the COLLECT_NAMES environment variable, the problems
7966 # vanish in a puff of smoke.
7967 if test "X${COLLECT_NAMES+set}" != Xset; then
7968 COLLECT_NAMES=
7969 export COLLECT_NAMES
7970 fi
7971 ;;
7972 esac
7973
7974 # Global variables:
7975 ofile=libtool
7976 can_build_shared=yes
7977
7978 # All known linkers require a `.a' archive for static linking (except MSVC,
7979 # which needs '.lib').
7980 libext=a
7981
7982 with_gnu_ld="$lt_cv_prog_gnu_ld"
7983
7984 old_CC="$CC"
7985 old_CFLAGS="$CFLAGS"
7986
7987 # Set sane defaults for various variables
7988 test -z "$CC" && CC=cc
7989 test -z "$LTCC" && LTCC=$CC
7990 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7991 test -z "$LD" && LD=ld
7992 test -z "$ac_objext" && ac_objext=o
7993
7994 for cc_temp in $compiler""; do
7995 case $cc_temp in
7996 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7997 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7998 \-*) ;;
7999 *) break;;
8000 esac
8001 done
8002 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8003
8004
8005 # Only perform the check for file, if the check method requires it
8006 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8007 case $deplibs_check_method in
8008 file_magic*)
8009 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8011 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8012 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015 case $MAGIC_CMD in
8016 [\\/*] | ?:[\\/]*)
8017 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8018 ;;
8019 *)
8020 lt_save_MAGIC_CMD="$MAGIC_CMD"
8021 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8022 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8023 for ac_dir in $ac_dummy; do
8024 IFS="$lt_save_ifs"
8025 test -z "$ac_dir" && ac_dir=.
8026 if test -f $ac_dir/${ac_tool_prefix}file; then
8027 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8028 if test -n "$file_magic_test_file"; then
8029 case $deplibs_check_method in
8030 "file_magic "*)
8031 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8032 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8033 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8034 $EGREP "$file_magic_regex" > /dev/null; then
8035 :
8036 else
8037 cat <<_LT_EOF 1>&2
8038
8039 *** Warning: the command libtool uses to detect shared libraries,
8040 *** $file_magic_cmd, produces output that libtool cannot recognize.
8041 *** The result is that libtool may fail to recognize shared libraries
8042 *** as such. This will affect the creation of libtool libraries that
8043 *** depend on shared libraries, but programs linked with such libtool
8044 *** libraries will work regardless of this problem. Nevertheless, you
8045 *** may want to report the problem to your system manager and/or to
8046 *** bug-libtool@gnu.org
8047
8048 _LT_EOF
8049 fi ;;
8050 esac
8051 fi
8052 break
8053 fi
8054 done
8055 IFS="$lt_save_ifs"
8056 MAGIC_CMD="$lt_save_MAGIC_CMD"
8057 ;;
8058 esac
8059 fi
8060
8061 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8062 if test -n "$MAGIC_CMD"; then
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8064 $as_echo "$MAGIC_CMD" >&6; }
8065 else
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8067 $as_echo "no" >&6; }
8068 fi
8069
8070
8071
8072
8073
8074 if test -z "$lt_cv_path_MAGIC_CMD"; then
8075 if test -n "$ac_tool_prefix"; then
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8077 $as_echo_n "checking for file... " >&6; }
8078 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8081 case $MAGIC_CMD in
8082 [\\/*] | ?:[\\/]*)
8083 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8084 ;;
8085 *)
8086 lt_save_MAGIC_CMD="$MAGIC_CMD"
8087 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8088 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8089 for ac_dir in $ac_dummy; do
8090 IFS="$lt_save_ifs"
8091 test -z "$ac_dir" && ac_dir=.
8092 if test -f $ac_dir/file; then
8093 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8094 if test -n "$file_magic_test_file"; then
8095 case $deplibs_check_method in
8096 "file_magic "*)
8097 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8098 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8099 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8100 $EGREP "$file_magic_regex" > /dev/null; then
8101 :
8102 else
8103 cat <<_LT_EOF 1>&2
8104
8105 *** Warning: the command libtool uses to detect shared libraries,
8106 *** $file_magic_cmd, produces output that libtool cannot recognize.
8107 *** The result is that libtool may fail to recognize shared libraries
8108 *** as such. This will affect the creation of libtool libraries that
8109 *** depend on shared libraries, but programs linked with such libtool
8110 *** libraries will work regardless of this problem. Nevertheless, you
8111 *** may want to report the problem to your system manager and/or to
8112 *** bug-libtool@gnu.org
8113
8114 _LT_EOF
8115 fi ;;
8116 esac
8117 fi
8118 break
8119 fi
8120 done
8121 IFS="$lt_save_ifs"
8122 MAGIC_CMD="$lt_save_MAGIC_CMD"
8123 ;;
8124 esac
8125 fi
8126
8127 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8128 if test -n "$MAGIC_CMD"; then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8130 $as_echo "$MAGIC_CMD" >&6; }
8131 else
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8133 $as_echo "no" >&6; }
8134 fi
8135
8136
8137 else
8138 MAGIC_CMD=:
8139 fi
8140 fi
8141
8142 fi
8143 ;;
8144 esac
8145
8146 # Use C for the default configuration in the libtool script
8147
8148 lt_save_CC="$CC"
8149 ac_ext=c
8150 ac_cpp='$CPP $CPPFLAGS'
8151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8153 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8154
8155
8156 # Source file extension for C test sources.
8157 ac_ext=c
8158
8159 # Object file extension for compiled C test sources.
8160 objext=o
8161 objext=$objext
8162
8163 # Code to be used in simple compile tests
8164 lt_simple_compile_test_code="int some_variable = 0;"
8165
8166 # Code to be used in simple link tests
8167 lt_simple_link_test_code='int main(){return(0);}'
8168
8169
8170
8171
8172
8173
8174
8175 # If no C compiler was specified, use CC.
8176 LTCC=${LTCC-"$CC"}
8177
8178 # If no C compiler flags were specified, use CFLAGS.
8179 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8180
8181 # Allow CC to be a program name with arguments.
8182 compiler=$CC
8183
8184 # Save the default compiler, since it gets overwritten when the other
8185 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8186 compiler_DEFAULT=$CC
8187
8188 # save warnings/boilerplate of simple test code
8189 ac_outfile=conftest.$ac_objext
8190 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8191 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8192 _lt_compiler_boilerplate=`cat conftest.err`
8193 $RM conftest*
8194
8195 ac_outfile=conftest.$ac_objext
8196 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8197 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8198 _lt_linker_boilerplate=`cat conftest.err`
8199 $RM -r conftest*
8200
8201
8202 ## CAVEAT EMPTOR:
8203 ## There is no encapsulation within the following macros, do not change
8204 ## the running order or otherwise move them around unless you know exactly
8205 ## what you are doing...
8206 if test -n "$compiler"; then
8207
8208 lt_prog_compiler_no_builtin_flag=
8209
8210 if test "$GCC" = yes; then
8211 case $cc_basename in
8212 nvcc*)
8213 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8214 *)
8215 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8216 esac
8217
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8219 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8220 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8221 $as_echo_n "(cached) " >&6
8222 else
8223 lt_cv_prog_compiler_rtti_exceptions=no
8224 ac_outfile=conftest.$ac_objext
8225 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8226 lt_compiler_flag="-fno-rtti -fno-exceptions"
8227 # Insert the option either (1) after the last *FLAGS variable, or
8228 # (2) before a word containing "conftest.", or (3) at the end.
8229 # Note that $ac_compile itself does not contain backslashes and begins
8230 # with a dollar sign (not a hyphen), so the echo should work correctly.
8231 # The option is referenced via a variable to avoid confusing sed.
8232 lt_compile=`echo "$ac_compile" | $SED \
8233 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8235 -e 's:$: $lt_compiler_flag:'`
8236 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8237 (eval "$lt_compile" 2>conftest.err)
8238 ac_status=$?
8239 cat conftest.err >&5
8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8241 if (exit $ac_status) && test -s "$ac_outfile"; then
8242 # The compiler can only warn and ignore the option if not recognized
8243 # So say no if there are warnings other than the usual output.
8244 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8245 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8246 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8247 lt_cv_prog_compiler_rtti_exceptions=yes
8248 fi
8249 fi
8250 $RM conftest*
8251
8252 fi
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8254 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8255
8256 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8257 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8258 else
8259 :
8260 fi
8261
8262 fi
8263
8264
8265
8266
8267
8268
8269 lt_prog_compiler_wl=
8270 lt_prog_compiler_pic=
8271 lt_prog_compiler_static=
8272
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8274 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8275
8276 if test "$GCC" = yes; then
8277 lt_prog_compiler_wl='-Wl,'
8278 lt_prog_compiler_static='-static'
8279
8280 case $host_os in
8281 aix*)
8282 # All AIX code is PIC.
8283 if test "$host_cpu" = ia64; then
8284 # AIX 5 now supports IA64 processor
8285 lt_prog_compiler_static='-Bstatic'
8286 fi
8287 lt_prog_compiler_pic='-fPIC'
8288 ;;
8289
8290 amigaos*)
8291 case $host_cpu in
8292 powerpc)
8293 # see comment about AmigaOS4 .so support
8294 lt_prog_compiler_pic='-fPIC'
8295 ;;
8296 m68k)
8297 # FIXME: we need at least 68020 code to build shared libraries, but
8298 # adding the `-m68020' flag to GCC prevents building anything better,
8299 # like `-m68040'.
8300 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8301 ;;
8302 esac
8303 ;;
8304
8305 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8306 # PIC is the default for these OSes.
8307 ;;
8308
8309 mingw* | cygwin* | pw32* | os2* | cegcc*)
8310 # This hack is so that the source file can tell whether it is being
8311 # built for inclusion in a dll (and should export symbols for example).
8312 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8313 # (--disable-auto-import) libraries
8314 lt_prog_compiler_pic='-DDLL_EXPORT'
8315 ;;
8316
8317 darwin* | rhapsody*)
8318 # PIC is the default on this platform
8319 # Common symbols not allowed in MH_DYLIB files
8320 lt_prog_compiler_pic='-fno-common'
8321 ;;
8322
8323 haiku*)
8324 # PIC is the default for Haiku.
8325 # The "-static" flag exists, but is broken.
8326 lt_prog_compiler_static=
8327 ;;
8328
8329 hpux*)
8330 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8331 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8332 # sets the default TLS model and affects inlining.
8333 case $host_cpu in
8334 hppa*64*)
8335 # +Z the default
8336 ;;
8337 *)
8338 lt_prog_compiler_pic='-fPIC'
8339 ;;
8340 esac
8341 ;;
8342
8343 interix[3-9]*)
8344 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8345 # Instead, we relocate shared libraries at runtime.
8346 ;;
8347
8348 msdosdjgpp*)
8349 # Just because we use GCC doesn't mean we suddenly get shared libraries
8350 # on systems that don't support them.
8351 lt_prog_compiler_can_build_shared=no
8352 enable_shared=no
8353 ;;
8354
8355 *nto* | *qnx*)
8356 # QNX uses GNU C++, but need to define -shared option too, otherwise
8357 # it will coredump.
8358 lt_prog_compiler_pic='-fPIC -shared'
8359 ;;
8360
8361 sysv4*MP*)
8362 if test -d /usr/nec; then
8363 lt_prog_compiler_pic=-Kconform_pic
8364 fi
8365 ;;
8366
8367 *)
8368 lt_prog_compiler_pic='-fPIC'
8369 ;;
8370 esac
8371
8372 case $cc_basename in
8373 nvcc*) # Cuda Compiler Driver 2.2
8374 lt_prog_compiler_wl='-Xlinker '
8375 lt_prog_compiler_pic='-Xcompiler -fPIC'
8376 ;;
8377 esac
8378 else
8379 # PORTME Check for flag to pass linker flags through the system compiler.
8380 case $host_os in
8381 aix*)
8382 lt_prog_compiler_wl='-Wl,'
8383 if test "$host_cpu" = ia64; then
8384 # AIX 5 now supports IA64 processor
8385 lt_prog_compiler_static='-Bstatic'
8386 else
8387 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8388 fi
8389 ;;
8390
8391 mingw* | cygwin* | pw32* | os2* | cegcc*)
8392 # This hack is so that the source file can tell whether it is being
8393 # built for inclusion in a dll (and should export symbols for example).
8394 lt_prog_compiler_pic='-DDLL_EXPORT'
8395 ;;
8396
8397 hpux9* | hpux10* | hpux11*)
8398 lt_prog_compiler_wl='-Wl,'
8399 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8400 # not for PA HP-UX.
8401 case $host_cpu in
8402 hppa*64*|ia64*)
8403 # +Z the default
8404 ;;
8405 *)
8406 lt_prog_compiler_pic='+Z'
8407 ;;
8408 esac
8409 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8410 lt_prog_compiler_static='${wl}-a ${wl}archive'
8411 ;;
8412
8413 irix5* | irix6* | nonstopux*)
8414 lt_prog_compiler_wl='-Wl,'
8415 # PIC (with -KPIC) is the default.
8416 lt_prog_compiler_static='-non_shared'
8417 ;;
8418
8419 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8420 case $cc_basename in
8421 # old Intel for x86_64 which still supported -KPIC.
8422 ecc*)
8423 lt_prog_compiler_wl='-Wl,'
8424 lt_prog_compiler_pic='-KPIC'
8425 lt_prog_compiler_static='-static'
8426 ;;
8427 # icc used to be incompatible with GCC.
8428 # ICC 10 doesn't accept -KPIC any more.
8429 icc* | ifort*)
8430 lt_prog_compiler_wl='-Wl,'
8431 lt_prog_compiler_pic='-fPIC'
8432 lt_prog_compiler_static='-static'
8433 ;;
8434 # Lahey Fortran 8.1.
8435 lf95*)
8436 lt_prog_compiler_wl='-Wl,'
8437 lt_prog_compiler_pic='--shared'
8438 lt_prog_compiler_static='--static'
8439 ;;
8440 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8441 # Portland Group compilers (*not* the Pentium gcc compiler,
8442 # which looks to be a dead project)
8443 lt_prog_compiler_wl='-Wl,'
8444 lt_prog_compiler_pic='-fpic'
8445 lt_prog_compiler_static='-Bstatic'
8446 ;;
8447 ccc*)
8448 lt_prog_compiler_wl='-Wl,'
8449 # All Alpha code is PIC.
8450 lt_prog_compiler_static='-non_shared'
8451 ;;
8452 xl* | bgxl* | bgf* | mpixl*)
8453 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8454 lt_prog_compiler_wl='-Wl,'
8455 lt_prog_compiler_pic='-qpic'
8456 lt_prog_compiler_static='-qstaticlink'
8457 ;;
8458 *)
8459 case `$CC -V 2>&1 | sed 5q` in
8460 *Sun\ F* | *Sun*Fortran*)
8461 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8462 lt_prog_compiler_pic='-KPIC'
8463 lt_prog_compiler_static='-Bstatic'
8464 lt_prog_compiler_wl=''
8465 ;;
8466 *Sun\ C*)
8467 # Sun C 5.9
8468 lt_prog_compiler_pic='-KPIC'
8469 lt_prog_compiler_static='-Bstatic'
8470 lt_prog_compiler_wl='-Wl,'
8471 ;;
8472 esac
8473 ;;
8474 esac
8475 ;;
8476
8477 newsos6)
8478 lt_prog_compiler_pic='-KPIC'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481
8482 *nto* | *qnx*)
8483 # QNX uses GNU C++, but need to define -shared option too, otherwise
8484 # it will coredump.
8485 lt_prog_compiler_pic='-fPIC -shared'
8486 ;;
8487
8488 osf3* | osf4* | osf5*)
8489 lt_prog_compiler_wl='-Wl,'
8490 # All OSF/1 code is PIC.
8491 lt_prog_compiler_static='-non_shared'
8492 ;;
8493
8494 rdos*)
8495 lt_prog_compiler_static='-non_shared'
8496 ;;
8497
8498 solaris*)
8499 lt_prog_compiler_pic='-KPIC'
8500 lt_prog_compiler_static='-Bstatic'
8501 case $cc_basename in
8502 f77* | f90* | f95*)
8503 lt_prog_compiler_wl='-Qoption ld ';;
8504 *)
8505 lt_prog_compiler_wl='-Wl,';;
8506 esac
8507 ;;
8508
8509 sunos4*)
8510 lt_prog_compiler_wl='-Qoption ld '
8511 lt_prog_compiler_pic='-PIC'
8512 lt_prog_compiler_static='-Bstatic'
8513 ;;
8514
8515 sysv4 | sysv4.2uw2* | sysv4.3*)
8516 lt_prog_compiler_wl='-Wl,'
8517 lt_prog_compiler_pic='-KPIC'
8518 lt_prog_compiler_static='-Bstatic'
8519 ;;
8520
8521 sysv4*MP*)
8522 if test -d /usr/nec ;then
8523 lt_prog_compiler_pic='-Kconform_pic'
8524 lt_prog_compiler_static='-Bstatic'
8525 fi
8526 ;;
8527
8528 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8529 lt_prog_compiler_wl='-Wl,'
8530 lt_prog_compiler_pic='-KPIC'
8531 lt_prog_compiler_static='-Bstatic'
8532 ;;
8533
8534 unicos*)
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_can_build_shared=no
8537 ;;
8538
8539 uts4*)
8540 lt_prog_compiler_pic='-pic'
8541 lt_prog_compiler_static='-Bstatic'
8542 ;;
8543
8544 *)
8545 lt_prog_compiler_can_build_shared=no
8546 ;;
8547 esac
8548 fi
8549
8550 case $host_os in
8551 # For platforms which do not support PIC, -DPIC is meaningless:
8552 *djgpp*)
8553 lt_prog_compiler_pic=
8554 ;;
8555 *)
8556 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8557 ;;
8558 esac
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8560 $as_echo "$lt_prog_compiler_pic" >&6; }
8561
8562
8563
8564
8565
8566
8567 #
8568 # Check to make sure the PIC flag actually works.
8569 #
8570 if test -n "$lt_prog_compiler_pic"; then
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8572 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8573 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8574 $as_echo_n "(cached) " >&6
8575 else
8576 lt_cv_prog_compiler_pic_works=no
8577 ac_outfile=conftest.$ac_objext
8578 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8579 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8580 # Insert the option either (1) after the last *FLAGS variable, or
8581 # (2) before a word containing "conftest.", or (3) at the end.
8582 # Note that $ac_compile itself does not contain backslashes and begins
8583 # with a dollar sign (not a hyphen), so the echo should work correctly.
8584 # The option is referenced via a variable to avoid confusing sed.
8585 lt_compile=`echo "$ac_compile" | $SED \
8586 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8587 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8588 -e 's:$: $lt_compiler_flag:'`
8589 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8590 (eval "$lt_compile" 2>conftest.err)
8591 ac_status=$?
8592 cat conftest.err >&5
8593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8594 if (exit $ac_status) && test -s "$ac_outfile"; then
8595 # The compiler can only warn and ignore the option if not recognized
8596 # So say no if there are warnings other than the usual output.
8597 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8598 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8599 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8600 lt_cv_prog_compiler_pic_works=yes
8601 fi
8602 fi
8603 $RM conftest*
8604
8605 fi
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8607 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8608
8609 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8610 case $lt_prog_compiler_pic in
8611 "" | " "*) ;;
8612 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8613 esac
8614 else
8615 lt_prog_compiler_pic=
8616 lt_prog_compiler_can_build_shared=no
8617 fi
8618
8619 fi
8620
8621
8622
8623
8624
8625
8626 #
8627 # Check to make sure the static flag actually works.
8628 #
8629 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8631 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8632 if ${lt_cv_prog_compiler_static_works+:} false; then :
8633 $as_echo_n "(cached) " >&6
8634 else
8635 lt_cv_prog_compiler_static_works=no
8636 save_LDFLAGS="$LDFLAGS"
8637 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8638 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8639 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8640 # The linker can only warn and ignore the option if not recognized
8641 # So say no if there are warnings
8642 if test -s conftest.err; then
8643 # Append any errors to the config.log.
8644 cat conftest.err 1>&5
8645 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8646 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8647 if diff conftest.exp conftest.er2 >/dev/null; then
8648 lt_cv_prog_compiler_static_works=yes
8649 fi
8650 else
8651 lt_cv_prog_compiler_static_works=yes
8652 fi
8653 fi
8654 $RM -r conftest*
8655 LDFLAGS="$save_LDFLAGS"
8656
8657 fi
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8659 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8660
8661 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8662 :
8663 else
8664 lt_prog_compiler_static=
8665 fi
8666
8667
8668
8669
8670
8671
8672
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8674 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8675 if ${lt_cv_prog_compiler_c_o+:} false; then :
8676 $as_echo_n "(cached) " >&6
8677 else
8678 lt_cv_prog_compiler_c_o=no
8679 $RM -r conftest 2>/dev/null
8680 mkdir conftest
8681 cd conftest
8682 mkdir out
8683 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8684
8685 lt_compiler_flag="-o out/conftest2.$ac_objext"
8686 # Insert the option either (1) after the last *FLAGS variable, or
8687 # (2) before a word containing "conftest.", or (3) at the end.
8688 # Note that $ac_compile itself does not contain backslashes and begins
8689 # with a dollar sign (not a hyphen), so the echo should work correctly.
8690 lt_compile=`echo "$ac_compile" | $SED \
8691 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8692 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8693 -e 's:$: $lt_compiler_flag:'`
8694 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8695 (eval "$lt_compile" 2>out/conftest.err)
8696 ac_status=$?
8697 cat out/conftest.err >&5
8698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8699 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8700 then
8701 # The compiler can only warn and ignore the option if not recognized
8702 # So say no if there are warnings
8703 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8704 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8705 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8706 lt_cv_prog_compiler_c_o=yes
8707 fi
8708 fi
8709 chmod u+w . 2>&5
8710 $RM conftest*
8711 # SGI C++ compiler will create directory out/ii_files/ for
8712 # template instantiation
8713 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8714 $RM out/* && rmdir out
8715 cd ..
8716 $RM -r conftest
8717 $RM conftest*
8718
8719 fi
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8721 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8722
8723
8724
8725
8726
8727
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8729 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8730 if ${lt_cv_prog_compiler_c_o+:} false; then :
8731 $as_echo_n "(cached) " >&6
8732 else
8733 lt_cv_prog_compiler_c_o=no
8734 $RM -r conftest 2>/dev/null
8735 mkdir conftest
8736 cd conftest
8737 mkdir out
8738 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8739
8740 lt_compiler_flag="-o out/conftest2.$ac_objext"
8741 # Insert the option either (1) after the last *FLAGS variable, or
8742 # (2) before a word containing "conftest.", or (3) at the end.
8743 # Note that $ac_compile itself does not contain backslashes and begins
8744 # with a dollar sign (not a hyphen), so the echo should work correctly.
8745 lt_compile=`echo "$ac_compile" | $SED \
8746 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8747 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8748 -e 's:$: $lt_compiler_flag:'`
8749 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8750 (eval "$lt_compile" 2>out/conftest.err)
8751 ac_status=$?
8752 cat out/conftest.err >&5
8753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8754 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8755 then
8756 # The compiler can only warn and ignore the option if not recognized
8757 # So say no if there are warnings
8758 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8759 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8760 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8761 lt_cv_prog_compiler_c_o=yes
8762 fi
8763 fi
8764 chmod u+w . 2>&5
8765 $RM conftest*
8766 # SGI C++ compiler will create directory out/ii_files/ for
8767 # template instantiation
8768 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8769 $RM out/* && rmdir out
8770 cd ..
8771 $RM -r conftest
8772 $RM conftest*
8773
8774 fi
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8776 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8777
8778
8779
8780
8781 hard_links="nottested"
8782 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8783 # do not overwrite the value of need_locks provided by the user
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8785 $as_echo_n "checking if we can lock with hard links... " >&6; }
8786 hard_links=yes
8787 $RM conftest*
8788 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8789 touch conftest.a
8790 ln conftest.a conftest.b 2>&5 || hard_links=no
8791 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8793 $as_echo "$hard_links" >&6; }
8794 if test "$hard_links" = no; then
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8796 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8797 need_locks=warn
8798 fi
8799 else
8800 need_locks=no
8801 fi
8802
8803
8804
8805
8806
8807
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8809 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8810
8811 runpath_var=
8812 allow_undefined_flag=
8813 always_export_symbols=no
8814 archive_cmds=
8815 archive_expsym_cmds=
8816 compiler_needs_object=no
8817 enable_shared_with_static_runtimes=no
8818 export_dynamic_flag_spec=
8819 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8820 hardcode_automatic=no
8821 hardcode_direct=no
8822 hardcode_direct_absolute=no
8823 hardcode_libdir_flag_spec=
8824 hardcode_libdir_flag_spec_ld=
8825 hardcode_libdir_separator=
8826 hardcode_minus_L=no
8827 hardcode_shlibpath_var=unsupported
8828 inherit_rpath=no
8829 link_all_deplibs=unknown
8830 module_cmds=
8831 module_expsym_cmds=
8832 old_archive_from_new_cmds=
8833 old_archive_from_expsyms_cmds=
8834 thread_safe_flag_spec=
8835 whole_archive_flag_spec=
8836 # include_expsyms should be a list of space-separated symbols to be *always*
8837 # included in the symbol list
8838 include_expsyms=
8839 # exclude_expsyms can be an extended regexp of symbols to exclude
8840 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8841 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8842 # as well as any symbol that contains `d'.
8843 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8844 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8845 # platforms (ab)use it in PIC code, but their linkers get confused if
8846 # the symbol is explicitly referenced. Since portable code cannot
8847 # rely on this symbol name, it's probably fine to never include it in
8848 # preloaded symbol tables.
8849 # Exclude shared library initialization/finalization symbols.
8850 extract_expsyms_cmds=
8851
8852 case $host_os in
8853 cygwin* | mingw* | pw32* | cegcc*)
8854 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8855 # When not using gcc, we currently assume that we are using
8856 # Microsoft Visual C++.
8857 if test "$GCC" != yes; then
8858 with_gnu_ld=no
8859 fi
8860 ;;
8861 interix*)
8862 # we just hope/assume this is gcc and not c89 (= MSVC++)
8863 with_gnu_ld=yes
8864 ;;
8865 openbsd*)
8866 with_gnu_ld=no
8867 ;;
8868 esac
8869
8870 ld_shlibs=yes
8871
8872 # On some targets, GNU ld is compatible enough with the native linker
8873 # that we're better off using the native interface for both.
8874 lt_use_gnu_ld_interface=no
8875 if test "$with_gnu_ld" = yes; then
8876 case $host_os in
8877 aix*)
8878 # The AIX port of GNU ld has always aspired to compatibility
8879 # with the native linker. However, as the warning in the GNU ld
8880 # block says, versions before 2.19.5* couldn't really create working
8881 # shared libraries, regardless of the interface used.
8882 case `$LD -v 2>&1` in
8883 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8884 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8885 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8886 *)
8887 lt_use_gnu_ld_interface=yes
8888 ;;
8889 esac
8890 ;;
8891 *)
8892 lt_use_gnu_ld_interface=yes
8893 ;;
8894 esac
8895 fi
8896
8897 if test "$lt_use_gnu_ld_interface" = yes; then
8898 # If archive_cmds runs LD, not CC, wlarc should be empty
8899 wlarc='${wl}'
8900
8901 # Set some defaults for GNU ld with shared library support. These
8902 # are reset later if shared libraries are not supported. Putting them
8903 # here allows them to be overridden if necessary.
8904 runpath_var=LD_RUN_PATH
8905 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8906 export_dynamic_flag_spec='${wl}--export-dynamic'
8907 # ancient GNU ld didn't support --whole-archive et. al.
8908 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8909 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8910 else
8911 whole_archive_flag_spec=
8912 fi
8913 supports_anon_versioning=no
8914 case `$LD -v 2>&1` in
8915 *GNU\ gold*) supports_anon_versioning=yes ;;
8916 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8917 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8918 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8919 *\ 2.11.*) ;; # other 2.11 versions
8920 *) supports_anon_versioning=yes ;;
8921 esac
8922
8923 # See if GNU ld supports shared libraries.
8924 case $host_os in
8925 aix[3-9]*)
8926 # On AIX/PPC, the GNU linker is very broken
8927 if test "$host_cpu" != ia64; then
8928 ld_shlibs=no
8929 cat <<_LT_EOF 1>&2
8930
8931 *** Warning: the GNU linker, at least up to release 2.19, is reported
8932 *** to be unable to reliably create shared libraries on AIX.
8933 *** Therefore, libtool is disabling shared libraries support. If you
8934 *** really care for shared libraries, you may want to install binutils
8935 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8936 *** You will then need to restart the configuration process.
8937
8938 _LT_EOF
8939 fi
8940 ;;
8941
8942 amigaos*)
8943 case $host_cpu in
8944 powerpc)
8945 # see comment about AmigaOS4 .so support
8946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8947 archive_expsym_cmds=''
8948 ;;
8949 m68k)
8950 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8951 hardcode_libdir_flag_spec='-L$libdir'
8952 hardcode_minus_L=yes
8953 ;;
8954 esac
8955 ;;
8956
8957 beos*)
8958 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8959 allow_undefined_flag=unsupported
8960 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8961 # support --undefined. This deserves some investigation. FIXME
8962 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 else
8964 ld_shlibs=no
8965 fi
8966 ;;
8967
8968 cygwin* | mingw* | pw32* | cegcc*)
8969 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8970 # as there is no search path for DLLs.
8971 hardcode_libdir_flag_spec='-L$libdir'
8972 export_dynamic_flag_spec='${wl}--export-all-symbols'
8973 allow_undefined_flag=unsupported
8974 always_export_symbols=no
8975 enable_shared_with_static_runtimes=yes
8976 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8977
8978 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8979 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8980 # If the export-symbols file already is a .def file (1st line
8981 # is EXPORTS), use it as is; otherwise, prepend...
8982 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8983 cp $export_symbols $output_objdir/$soname.def;
8984 else
8985 echo EXPORTS > $output_objdir/$soname.def;
8986 cat $export_symbols >> $output_objdir/$soname.def;
8987 fi~
8988 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8989 else
8990 ld_shlibs=no
8991 fi
8992 ;;
8993
8994 haiku*)
8995 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8996 link_all_deplibs=yes
8997 ;;
8998
8999 interix[3-9]*)
9000 hardcode_direct=no
9001 hardcode_shlibpath_var=no
9002 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9003 export_dynamic_flag_spec='${wl}-E'
9004 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9005 # Instead, shared libraries are loaded at an image base (0x10000000 by
9006 # default) and relocated if they conflict, which is a slow very memory
9007 # consuming and fragmenting process. To avoid this, we pick a random,
9008 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9009 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9010 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9011 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9012 ;;
9013
9014 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9015 tmp_diet=no
9016 if test "$host_os" = linux-dietlibc; then
9017 case $cc_basename in
9018 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9019 esac
9020 fi
9021 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9022 && test "$tmp_diet" = no
9023 then
9024 tmp_addflag=' $pic_flag'
9025 tmp_sharedflag='-shared'
9026 case $cc_basename,$host_cpu in
9027 pgcc*) # Portland Group C compiler
9028 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9029 tmp_addflag=' $pic_flag'
9030 ;;
9031 pgf77* | pgf90* | pgf95* | pgfortran*)
9032 # Portland Group f77 and f90 compilers
9033 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9034 tmp_addflag=' $pic_flag -Mnomain' ;;
9035 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9036 tmp_addflag=' -i_dynamic' ;;
9037 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9038 tmp_addflag=' -i_dynamic -nofor_main' ;;
9039 ifc* | ifort*) # Intel Fortran compiler
9040 tmp_addflag=' -nofor_main' ;;
9041 lf95*) # Lahey Fortran 8.1
9042 whole_archive_flag_spec=
9043 tmp_sharedflag='--shared' ;;
9044 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9045 tmp_sharedflag='-qmkshrobj'
9046 tmp_addflag= ;;
9047 nvcc*) # Cuda Compiler Driver 2.2
9048 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9049 compiler_needs_object=yes
9050 ;;
9051 esac
9052 case `$CC -V 2>&1 | sed 5q` in
9053 *Sun\ C*) # Sun C 5.9
9054 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9055 compiler_needs_object=yes
9056 tmp_sharedflag='-G' ;;
9057 *Sun\ F*) # Sun Fortran 8.3
9058 tmp_sharedflag='-G' ;;
9059 esac
9060 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9061
9062 if test "x$supports_anon_versioning" = xyes; then
9063 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9064 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9065 echo "local: *; };" >> $output_objdir/$libname.ver~
9066 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9067 fi
9068
9069 case $cc_basename in
9070 xlf* | bgf* | bgxlf* | mpixlf*)
9071 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9072 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9073 hardcode_libdir_flag_spec=
9074 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9075 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9076 if test "x$supports_anon_versioning" = xyes; then
9077 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9078 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9079 echo "local: *; };" >> $output_objdir/$libname.ver~
9080 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9081 fi
9082 ;;
9083 esac
9084 else
9085 ld_shlibs=no
9086 fi
9087 ;;
9088
9089 netbsd*)
9090 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9091 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9092 wlarc=
9093 else
9094 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9095 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9096 fi
9097 ;;
9098
9099 solaris*)
9100 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9101 ld_shlibs=no
9102 cat <<_LT_EOF 1>&2
9103
9104 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9105 *** create shared libraries on Solaris systems. Therefore, libtool
9106 *** is disabling shared libraries support. We urge you to upgrade GNU
9107 *** binutils to release 2.9.1 or newer. Another option is to modify
9108 *** your PATH or compiler configuration so that the native linker is
9109 *** used, and then restart.
9110
9111 _LT_EOF
9112 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9113 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9114 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9115 else
9116 ld_shlibs=no
9117 fi
9118 ;;
9119
9120 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9121 case `$LD -v 2>&1` in
9122 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9123 ld_shlibs=no
9124 cat <<_LT_EOF 1>&2
9125
9126 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9127 *** reliably create shared libraries on SCO systems. Therefore, libtool
9128 *** is disabling shared libraries support. We urge you to upgrade GNU
9129 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9130 *** your PATH or compiler configuration so that the native linker is
9131 *** used, and then restart.
9132
9133 _LT_EOF
9134 ;;
9135 *)
9136 # For security reasons, it is highly recommended that you always
9137 # use absolute paths for naming shared libraries, and exclude the
9138 # DT_RUNPATH tag from executables and libraries. But doing so
9139 # requires that you compile everything twice, which is a pain.
9140 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9141 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9142 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9143 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9144 else
9145 ld_shlibs=no
9146 fi
9147 ;;
9148 esac
9149 ;;
9150
9151 sunos4*)
9152 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9153 wlarc=
9154 hardcode_direct=yes
9155 hardcode_shlibpath_var=no
9156 ;;
9157
9158 *)
9159 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9160 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9161 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9162 else
9163 ld_shlibs=no
9164 fi
9165 ;;
9166 esac
9167
9168 if test "$ld_shlibs" = no; then
9169 runpath_var=
9170 hardcode_libdir_flag_spec=
9171 export_dynamic_flag_spec=
9172 whole_archive_flag_spec=
9173 fi
9174 else
9175 # PORTME fill in a description of your system's linker (not GNU ld)
9176 case $host_os in
9177 aix3*)
9178 allow_undefined_flag=unsupported
9179 always_export_symbols=yes
9180 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9181 # Note: this linker hardcodes the directories in LIBPATH if there
9182 # are no directories specified by -L.
9183 hardcode_minus_L=yes
9184 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9185 # Neither direct hardcoding nor static linking is supported with a
9186 # broken collect2.
9187 hardcode_direct=unsupported
9188 fi
9189 ;;
9190
9191 aix[4-9]*)
9192 if test "$host_cpu" = ia64; then
9193 # On IA64, the linker does run time linking by default, so we don't
9194 # have to do anything special.
9195 aix_use_runtimelinking=no
9196 exp_sym_flag='-Bexport'
9197 no_entry_flag=""
9198 else
9199 # If we're using GNU nm, then we don't want the "-C" option.
9200 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9201 # Also, AIX nm treats weak defined symbols like other global
9202 # defined symbols, whereas GNU nm marks them as "W".
9203 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9204 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9205 else
9206 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9207 fi
9208 aix_use_runtimelinking=no
9209
9210 # Test if we are trying to use run time linking or normal
9211 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9212 # need to do runtime linking.
9213 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9214 for ld_flag in $LDFLAGS; do
9215 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9216 aix_use_runtimelinking=yes
9217 break
9218 fi
9219 done
9220 ;;
9221 esac
9222
9223 exp_sym_flag='-bexport'
9224 no_entry_flag='-bnoentry'
9225 fi
9226
9227 # When large executables or shared objects are built, AIX ld can
9228 # have problems creating the table of contents. If linking a library
9229 # or program results in "error TOC overflow" add -mminimal-toc to
9230 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9231 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9232
9233 archive_cmds=''
9234 hardcode_direct=yes
9235 hardcode_direct_absolute=yes
9236 hardcode_libdir_separator=':'
9237 link_all_deplibs=yes
9238 file_list_spec='${wl}-f,'
9239
9240 if test "$GCC" = yes; then
9241 case $host_os in aix4.[012]|aix4.[012].*)
9242 # We only want to do this on AIX 4.2 and lower, the check
9243 # below for broken collect2 doesn't work under 4.3+
9244 collect2name=`${CC} -print-prog-name=collect2`
9245 if test -f "$collect2name" &&
9246 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9247 then
9248 # We have reworked collect2
9249 :
9250 else
9251 # We have old collect2
9252 hardcode_direct=unsupported
9253 # It fails to find uninstalled libraries when the uninstalled
9254 # path is not listed in the libpath. Setting hardcode_minus_L
9255 # to unsupported forces relinking
9256 hardcode_minus_L=yes
9257 hardcode_libdir_flag_spec='-L$libdir'
9258 hardcode_libdir_separator=
9259 fi
9260 ;;
9261 esac
9262 shared_flag='-shared'
9263 if test "$aix_use_runtimelinking" = yes; then
9264 shared_flag="$shared_flag "'${wl}-G'
9265 fi
9266 else
9267 # not using gcc
9268 if test "$host_cpu" = ia64; then
9269 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9270 # chokes on -Wl,-G. The following line is correct:
9271 shared_flag='-G'
9272 else
9273 if test "$aix_use_runtimelinking" = yes; then
9274 shared_flag='${wl}-G'
9275 else
9276 shared_flag='${wl}-bM:SRE'
9277 fi
9278 fi
9279 fi
9280
9281 export_dynamic_flag_spec='${wl}-bexpall'
9282 # It seems that -bexpall does not export symbols beginning with
9283 # underscore (_), so it is better to generate a list of symbols to export.
9284 always_export_symbols=yes
9285 if test "$aix_use_runtimelinking" = yes; then
9286 # Warning - without using the other runtime loading flags (-brtl),
9287 # -berok will link without error, but may produce a broken library.
9288 allow_undefined_flag='-berok'
9289 # Determine the default libpath from the value encoded in an
9290 # empty executable.
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9293
9294 int
9295 main ()
9296 {
9297
9298 ;
9299 return 0;
9300 }
9301 _ACEOF
9302 if ac_fn_c_try_link "$LINENO"; then :
9303
9304 lt_aix_libpath_sed='
9305 /Import File Strings/,/^$/ {
9306 /^0/ {
9307 s/^0 *\(.*\)$/\1/
9308 p
9309 }
9310 }'
9311 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9312 # Check for a 64-bit object if we didn't find anything.
9313 if test -z "$aix_libpath"; then
9314 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9315 fi
9316 fi
9317 rm -f core conftest.err conftest.$ac_objext \
9318 conftest$ac_exeext conftest.$ac_ext
9319 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9320
9321 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9322 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9323 else
9324 if test "$host_cpu" = ia64; then
9325 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9326 allow_undefined_flag="-z nodefs"
9327 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9328 else
9329 # Determine the default libpath from the value encoded in an
9330 # empty executable.
9331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9332 /* end confdefs.h. */
9333
9334 int
9335 main ()
9336 {
9337
9338 ;
9339 return 0;
9340 }
9341 _ACEOF
9342 if ac_fn_c_try_link "$LINENO"; then :
9343
9344 lt_aix_libpath_sed='
9345 /Import File Strings/,/^$/ {
9346 /^0/ {
9347 s/^0 *\(.*\)$/\1/
9348 p
9349 }
9350 }'
9351 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9352 # Check for a 64-bit object if we didn't find anything.
9353 if test -z "$aix_libpath"; then
9354 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9355 fi
9356 fi
9357 rm -f core conftest.err conftest.$ac_objext \
9358 conftest$ac_exeext conftest.$ac_ext
9359 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9360
9361 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9362 # Warning - without using the other run time loading flags,
9363 # -berok will link without error, but may produce a broken library.
9364 no_undefined_flag=' ${wl}-bernotok'
9365 allow_undefined_flag=' ${wl}-berok'
9366 if test "$with_gnu_ld" = yes; then
9367 # We only use this code for GNU lds that support --whole-archive.
9368 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9369 else
9370 # Exported symbols can be pulled into shared objects from archives
9371 whole_archive_flag_spec='$convenience'
9372 fi
9373 archive_cmds_need_lc=yes
9374 # This is similar to how AIX traditionally builds its shared libraries.
9375 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9376 fi
9377 fi
9378 ;;
9379
9380 amigaos*)
9381 case $host_cpu in
9382 powerpc)
9383 # see comment about AmigaOS4 .so support
9384 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9385 archive_expsym_cmds=''
9386 ;;
9387 m68k)
9388 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9389 hardcode_libdir_flag_spec='-L$libdir'
9390 hardcode_minus_L=yes
9391 ;;
9392 esac
9393 ;;
9394
9395 bsdi[45]*)
9396 export_dynamic_flag_spec=-rdynamic
9397 ;;
9398
9399 cygwin* | mingw* | pw32* | cegcc*)
9400 # When not using gcc, we currently assume that we are using
9401 # Microsoft Visual C++.
9402 # hardcode_libdir_flag_spec is actually meaningless, as there is
9403 # no search path for DLLs.
9404 hardcode_libdir_flag_spec=' '
9405 allow_undefined_flag=unsupported
9406 # Tell ltmain to make .lib files, not .a files.
9407 libext=lib
9408 # Tell ltmain to make .dll files, not .so files.
9409 shrext_cmds=".dll"
9410 # FIXME: Setting linknames here is a bad hack.
9411 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9412 # The linker will automatically build a .lib file if we build a DLL.
9413 old_archive_from_new_cmds='true'
9414 # FIXME: Should let the user specify the lib program.
9415 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9416 fix_srcfile_path='`cygpath -w "$srcfile"`'
9417 enable_shared_with_static_runtimes=yes
9418 ;;
9419
9420 darwin* | rhapsody*)
9421
9422
9423 archive_cmds_need_lc=no
9424 hardcode_direct=no
9425 hardcode_automatic=yes
9426 hardcode_shlibpath_var=unsupported
9427 if test "$lt_cv_ld_force_load" = "yes"; then
9428 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9429 else
9430 whole_archive_flag_spec=''
9431 fi
9432 link_all_deplibs=yes
9433 allow_undefined_flag="$_lt_dar_allow_undefined"
9434 case $cc_basename in
9435 ifort*) _lt_dar_can_shared=yes ;;
9436 *) _lt_dar_can_shared=$GCC ;;
9437 esac
9438 if test "$_lt_dar_can_shared" = "yes"; then
9439 output_verbose_link_cmd=func_echo_all
9440 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9441 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9442 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9443 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9444
9445 else
9446 ld_shlibs=no
9447 fi
9448
9449 ;;
9450
9451 dgux*)
9452 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9453 hardcode_libdir_flag_spec='-L$libdir'
9454 hardcode_shlibpath_var=no
9455 ;;
9456
9457 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9458 # support. Future versions do this automatically, but an explicit c++rt0.o
9459 # does not break anything, and helps significantly (at the cost of a little
9460 # extra space).
9461 freebsd2.2*)
9462 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9463 hardcode_libdir_flag_spec='-R$libdir'
9464 hardcode_direct=yes
9465 hardcode_shlibpath_var=no
9466 ;;
9467
9468 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9469 freebsd2.*)
9470 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9471 hardcode_direct=yes
9472 hardcode_minus_L=yes
9473 hardcode_shlibpath_var=no
9474 ;;
9475
9476 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9477 freebsd* | dragonfly*)
9478 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9479 hardcode_libdir_flag_spec='-R$libdir'
9480 hardcode_direct=yes
9481 hardcode_shlibpath_var=no
9482 ;;
9483
9484 hpux9*)
9485 if test "$GCC" = yes; then
9486 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9487 else
9488 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9489 fi
9490 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9491 hardcode_libdir_separator=:
9492 hardcode_direct=yes
9493
9494 # hardcode_minus_L: Not really in the search PATH,
9495 # but as the default location of the library.
9496 hardcode_minus_L=yes
9497 export_dynamic_flag_spec='${wl}-E'
9498 ;;
9499
9500 hpux10*)
9501 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9502 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9503 else
9504 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9505 fi
9506 if test "$with_gnu_ld" = no; then
9507 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9508 hardcode_libdir_flag_spec_ld='+b $libdir'
9509 hardcode_libdir_separator=:
9510 hardcode_direct=yes
9511 hardcode_direct_absolute=yes
9512 export_dynamic_flag_spec='${wl}-E'
9513 # hardcode_minus_L: Not really in the search PATH,
9514 # but as the default location of the library.
9515 hardcode_minus_L=yes
9516 fi
9517 ;;
9518
9519 hpux11*)
9520 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9521 case $host_cpu in
9522 hppa*64*)
9523 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9524 ;;
9525 ia64*)
9526 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9527 ;;
9528 *)
9529 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9530 ;;
9531 esac
9532 else
9533 case $host_cpu in
9534 hppa*64*)
9535 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9536 ;;
9537 ia64*)
9538 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9539 ;;
9540 *)
9541
9542 # Older versions of the 11.00 compiler do not understand -b yet
9543 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9545 $as_echo_n "checking if $CC understands -b... " >&6; }
9546 if ${lt_cv_prog_compiler__b+:} false; then :
9547 $as_echo_n "(cached) " >&6
9548 else
9549 lt_cv_prog_compiler__b=no
9550 save_LDFLAGS="$LDFLAGS"
9551 LDFLAGS="$LDFLAGS -b"
9552 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9553 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9554 # The linker can only warn and ignore the option if not recognized
9555 # So say no if there are warnings
9556 if test -s conftest.err; then
9557 # Append any errors to the config.log.
9558 cat conftest.err 1>&5
9559 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9560 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9561 if diff conftest.exp conftest.er2 >/dev/null; then
9562 lt_cv_prog_compiler__b=yes
9563 fi
9564 else
9565 lt_cv_prog_compiler__b=yes
9566 fi
9567 fi
9568 $RM -r conftest*
9569 LDFLAGS="$save_LDFLAGS"
9570
9571 fi
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9573 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9574
9575 if test x"$lt_cv_prog_compiler__b" = xyes; then
9576 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9577 else
9578 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9579 fi
9580
9581 ;;
9582 esac
9583 fi
9584 if test "$with_gnu_ld" = no; then
9585 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9586 hardcode_libdir_separator=:
9587
9588 case $host_cpu in
9589 hppa*64*|ia64*)
9590 hardcode_direct=no
9591 hardcode_shlibpath_var=no
9592 ;;
9593 *)
9594 hardcode_direct=yes
9595 hardcode_direct_absolute=yes
9596 export_dynamic_flag_spec='${wl}-E'
9597
9598 # hardcode_minus_L: Not really in the search PATH,
9599 # but as the default location of the library.
9600 hardcode_minus_L=yes
9601 ;;
9602 esac
9603 fi
9604 ;;
9605
9606 irix5* | irix6* | nonstopux*)
9607 if test "$GCC" = yes; then
9608 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9609 # Try to use the -exported_symbol ld option, if it does not
9610 # work, assume that -exports_file does not work either and
9611 # implicitly export all symbols.
9612 save_LDFLAGS="$LDFLAGS"
9613 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9615 /* end confdefs.h. */
9616 int foo(void) {}
9617 _ACEOF
9618 if ac_fn_c_try_link "$LINENO"; then :
9619 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9620
9621 fi
9622 rm -f core conftest.err conftest.$ac_objext \
9623 conftest$ac_exeext conftest.$ac_ext
9624 LDFLAGS="$save_LDFLAGS"
9625 else
9626 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9627 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9628 fi
9629 archive_cmds_need_lc='no'
9630 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9631 hardcode_libdir_separator=:
9632 inherit_rpath=yes
9633 link_all_deplibs=yes
9634 ;;
9635
9636 netbsd*)
9637 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9638 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9639 else
9640 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9641 fi
9642 hardcode_libdir_flag_spec='-R$libdir'
9643 hardcode_direct=yes
9644 hardcode_shlibpath_var=no
9645 ;;
9646
9647 newsos6)
9648 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9649 hardcode_direct=yes
9650 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9651 hardcode_libdir_separator=:
9652 hardcode_shlibpath_var=no
9653 ;;
9654
9655 *nto* | *qnx*)
9656 ;;
9657
9658 openbsd*)
9659 if test -f /usr/libexec/ld.so; then
9660 hardcode_direct=yes
9661 hardcode_shlibpath_var=no
9662 hardcode_direct_absolute=yes
9663 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9664 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9665 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9666 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9667 export_dynamic_flag_spec='${wl}-E'
9668 else
9669 case $host_os in
9670 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9671 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9672 hardcode_libdir_flag_spec='-R$libdir'
9673 ;;
9674 *)
9675 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9676 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9677 ;;
9678 esac
9679 fi
9680 else
9681 ld_shlibs=no
9682 fi
9683 ;;
9684
9685 os2*)
9686 hardcode_libdir_flag_spec='-L$libdir'
9687 hardcode_minus_L=yes
9688 allow_undefined_flag=unsupported
9689 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9690 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9691 ;;
9692
9693 osf3*)
9694 if test "$GCC" = yes; then
9695 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9696 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9697 else
9698 allow_undefined_flag=' -expect_unresolved \*'
9699 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9700 fi
9701 archive_cmds_need_lc='no'
9702 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9703 hardcode_libdir_separator=:
9704 ;;
9705
9706 osf4* | osf5*) # as osf3* with the addition of -msym flag
9707 if test "$GCC" = yes; then
9708 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9709 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9710 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9711 else
9712 allow_undefined_flag=' -expect_unresolved \*'
9713 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9714 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9715 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9716
9717 # Both c and cxx compiler support -rpath directly
9718 hardcode_libdir_flag_spec='-rpath $libdir'
9719 fi
9720 archive_cmds_need_lc='no'
9721 hardcode_libdir_separator=:
9722 ;;
9723
9724 solaris*)
9725 no_undefined_flag=' -z defs'
9726 if test "$GCC" = yes; then
9727 wlarc='${wl}'
9728 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9729 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9730 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9731 else
9732 case `$CC -V 2>&1` in
9733 *"Compilers 5.0"*)
9734 wlarc=''
9735 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9736 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9737 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9738 ;;
9739 *)
9740 wlarc='${wl}'
9741 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9742 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9743 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9744 ;;
9745 esac
9746 fi
9747 hardcode_libdir_flag_spec='-R$libdir'
9748 hardcode_shlibpath_var=no
9749 case $host_os in
9750 solaris2.[0-5] | solaris2.[0-5].*) ;;
9751 *)
9752 # The compiler driver will combine and reorder linker options,
9753 # but understands `-z linker_flag'. GCC discards it without `$wl',
9754 # but is careful enough not to reorder.
9755 # Supported since Solaris 2.6 (maybe 2.5.1?)
9756 if test "$GCC" = yes; then
9757 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9758 else
9759 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9760 fi
9761 ;;
9762 esac
9763 link_all_deplibs=yes
9764 ;;
9765
9766 sunos4*)
9767 if test "x$host_vendor" = xsequent; then
9768 # Use $CC to link under sequent, because it throws in some extra .o
9769 # files that make .init and .fini sections work.
9770 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9771 else
9772 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9773 fi
9774 hardcode_libdir_flag_spec='-L$libdir'
9775 hardcode_direct=yes
9776 hardcode_minus_L=yes
9777 hardcode_shlibpath_var=no
9778 ;;
9779
9780 sysv4)
9781 case $host_vendor in
9782 sni)
9783 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9784 hardcode_direct=yes # is this really true???
9785 ;;
9786 siemens)
9787 ## LD is ld it makes a PLAMLIB
9788 ## CC just makes a GrossModule.
9789 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9790 reload_cmds='$CC -r -o $output$reload_objs'
9791 hardcode_direct=no
9792 ;;
9793 motorola)
9794 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9795 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9796 ;;
9797 esac
9798 runpath_var='LD_RUN_PATH'
9799 hardcode_shlibpath_var=no
9800 ;;
9801
9802 sysv4.3*)
9803 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9804 hardcode_shlibpath_var=no
9805 export_dynamic_flag_spec='-Bexport'
9806 ;;
9807
9808 sysv4*MP*)
9809 if test -d /usr/nec; then
9810 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9811 hardcode_shlibpath_var=no
9812 runpath_var=LD_RUN_PATH
9813 hardcode_runpath_var=yes
9814 ld_shlibs=yes
9815 fi
9816 ;;
9817
9818 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9819 no_undefined_flag='${wl}-z,text'
9820 archive_cmds_need_lc=no
9821 hardcode_shlibpath_var=no
9822 runpath_var='LD_RUN_PATH'
9823
9824 if test "$GCC" = yes; then
9825 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9827 else
9828 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9829 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 fi
9831 ;;
9832
9833 sysv5* | sco3.2v5* | sco5v6*)
9834 # Note: We can NOT use -z defs as we might desire, because we do not
9835 # link with -lc, and that would cause any symbols used from libc to
9836 # always be unresolved, which means just about no library would
9837 # ever link correctly. If we're not using GNU ld we use -z text
9838 # though, which does catch some bad symbols but isn't as heavy-handed
9839 # as -z defs.
9840 no_undefined_flag='${wl}-z,text'
9841 allow_undefined_flag='${wl}-z,nodefs'
9842 archive_cmds_need_lc=no
9843 hardcode_shlibpath_var=no
9844 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9845 hardcode_libdir_separator=':'
9846 link_all_deplibs=yes
9847 export_dynamic_flag_spec='${wl}-Bexport'
9848 runpath_var='LD_RUN_PATH'
9849
9850 if test "$GCC" = yes; then
9851 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9852 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9853 else
9854 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9855 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9856 fi
9857 ;;
9858
9859 uts4*)
9860 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9861 hardcode_libdir_flag_spec='-L$libdir'
9862 hardcode_shlibpath_var=no
9863 ;;
9864
9865 *)
9866 ld_shlibs=no
9867 ;;
9868 esac
9869
9870 if test x$host_vendor = xsni; then
9871 case $host in
9872 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9873 export_dynamic_flag_spec='${wl}-Blargedynsym'
9874 ;;
9875 esac
9876 fi
9877 fi
9878
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9880 $as_echo "$ld_shlibs" >&6; }
9881 test "$ld_shlibs" = no && can_build_shared=no
9882
9883 with_gnu_ld=$with_gnu_ld
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899 #
9900 # Do we need to explicitly link libc?
9901 #
9902 case "x$archive_cmds_need_lc" in
9903 x|xyes)
9904 # Assume -lc should be added
9905 archive_cmds_need_lc=yes
9906
9907 if test "$enable_shared" = yes && test "$GCC" = yes; then
9908 case $archive_cmds in
9909 *'~'*)
9910 # FIXME: we may have to deal with multi-command sequences.
9911 ;;
9912 '$CC '*)
9913 # Test whether the compiler implicitly links with -lc since on some
9914 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9915 # to ld, don't add -lc before -lgcc.
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9917 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9918 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9919 $as_echo_n "(cached) " >&6
9920 else
9921 $RM conftest*
9922 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9923
9924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9925 (eval $ac_compile) 2>&5
9926 ac_status=$?
9927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9928 test $ac_status = 0; } 2>conftest.err; then
9929 soname=conftest
9930 lib=conftest
9931 libobjs=conftest.$ac_objext
9932 deplibs=
9933 wl=$lt_prog_compiler_wl
9934 pic_flag=$lt_prog_compiler_pic
9935 compiler_flags=-v
9936 linker_flags=-v
9937 verstring=
9938 output_objdir=.
9939 libname=conftest
9940 lt_save_allow_undefined_flag=$allow_undefined_flag
9941 allow_undefined_flag=
9942 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9943 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9944 ac_status=$?
9945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9946 test $ac_status = 0; }
9947 then
9948 lt_cv_archive_cmds_need_lc=no
9949 else
9950 lt_cv_archive_cmds_need_lc=yes
9951 fi
9952 allow_undefined_flag=$lt_save_allow_undefined_flag
9953 else
9954 cat conftest.err 1>&5
9955 fi
9956 $RM conftest*
9957
9958 fi
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9960 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9961 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9962 ;;
9963 esac
9964 fi
9965 ;;
9966 esac
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10125 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10126
10127 if test "$GCC" = yes; then
10128 case $host_os in
10129 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10130 *) lt_awk_arg="/^libraries:/" ;;
10131 esac
10132 case $host_os in
10133 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10134 *) lt_sed_strip_eq="s,=/,/,g" ;;
10135 esac
10136 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10137 case $lt_search_path_spec in
10138 *\;*)
10139 # if the path contains ";" then we assume it to be the separator
10140 # otherwise default to the standard path separator (i.e. ":") - it is
10141 # assumed that no part of a normal pathname contains ";" but that should
10142 # okay in the real world where ";" in dirpaths is itself problematic.
10143 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10144 ;;
10145 *)
10146 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10147 ;;
10148 esac
10149 # Ok, now we have the path, separated by spaces, we can step through it
10150 # and add multilib dir if necessary.
10151 lt_tmp_lt_search_path_spec=
10152 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10153 for lt_sys_path in $lt_search_path_spec; do
10154 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10155 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10156 else
10157 test -d "$lt_sys_path" && \
10158 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10159 fi
10160 done
10161 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10162 BEGIN {RS=" "; FS="/|\n";} {
10163 lt_foo="";
10164 lt_count=0;
10165 for (lt_i = NF; lt_i > 0; lt_i--) {
10166 if ($lt_i != "" && $lt_i != ".") {
10167 if ($lt_i == "..") {
10168 lt_count++;
10169 } else {
10170 if (lt_count == 0) {
10171 lt_foo="/" $lt_i lt_foo;
10172 } else {
10173 lt_count--;
10174 }
10175 }
10176 }
10177 }
10178 if (lt_foo != "") { lt_freq[lt_foo]++; }
10179 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10180 }'`
10181 # AWK program above erroneously prepends '/' to C:/dos/paths
10182 # for these hosts.
10183 case $host_os in
10184 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10185 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10186 esac
10187 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10188 else
10189 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10190 fi
10191 library_names_spec=
10192 libname_spec='lib$name'
10193 soname_spec=
10194 shrext_cmds=".so"
10195 postinstall_cmds=
10196 postuninstall_cmds=
10197 finish_cmds=
10198 finish_eval=
10199 shlibpath_var=
10200 shlibpath_overrides_runpath=unknown
10201 version_type=none
10202 dynamic_linker="$host_os ld.so"
10203 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10204 need_lib_prefix=unknown
10205 hardcode_into_libs=no
10206
10207 # when you set need_version to no, make sure it does not cause -set_version
10208 # flags to be left without arguments
10209 need_version=unknown
10210
10211 case $host_os in
10212 aix3*)
10213 version_type=linux
10214 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10215 shlibpath_var=LIBPATH
10216
10217 # AIX 3 has no versioning support, so we append a major version to the name.
10218 soname_spec='${libname}${release}${shared_ext}$major'
10219 ;;
10220
10221 aix[4-9]*)
10222 version_type=linux
10223 need_lib_prefix=no
10224 need_version=no
10225 hardcode_into_libs=yes
10226 if test "$host_cpu" = ia64; then
10227 # AIX 5 supports IA64
10228 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10229 shlibpath_var=LD_LIBRARY_PATH
10230 else
10231 # With GCC up to 2.95.x, collect2 would create an import file
10232 # for dependence libraries. The import file would start with
10233 # the line `#! .'. This would cause the generated library to
10234 # depend on `.', always an invalid library. This was fixed in
10235 # development snapshots of GCC prior to 3.0.
10236 case $host_os in
10237 aix4 | aix4.[01] | aix4.[01].*)
10238 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10239 echo ' yes '
10240 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10241 :
10242 else
10243 can_build_shared=no
10244 fi
10245 ;;
10246 esac
10247 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10248 # soname into executable. Probably we can add versioning support to
10249 # collect2, so additional links can be useful in future.
10250 if test "$aix_use_runtimelinking" = yes; then
10251 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10252 # instead of lib<name>.a to let people know that these are not
10253 # typical AIX shared libraries.
10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10255 else
10256 # We preserve .a as extension for shared libraries through AIX4.2
10257 # and later when we are not doing run time linking.
10258 library_names_spec='${libname}${release}.a $libname.a'
10259 soname_spec='${libname}${release}${shared_ext}$major'
10260 fi
10261 shlibpath_var=LIBPATH
10262 fi
10263 ;;
10264
10265 amigaos*)
10266 case $host_cpu in
10267 powerpc)
10268 # Since July 2007 AmigaOS4 officially supports .so libraries.
10269 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10271 ;;
10272 m68k)
10273 library_names_spec='$libname.ixlibrary $libname.a'
10274 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10275 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10276 ;;
10277 esac
10278 ;;
10279
10280 beos*)
10281 library_names_spec='${libname}${shared_ext}'
10282 dynamic_linker="$host_os ld.so"
10283 shlibpath_var=LIBRARY_PATH
10284 ;;
10285
10286 bsdi[45]*)
10287 version_type=linux
10288 need_version=no
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10292 shlibpath_var=LD_LIBRARY_PATH
10293 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10294 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10295 # the default ld.so.conf also contains /usr/contrib/lib and
10296 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10297 # libtool to hard-code these into programs
10298 ;;
10299
10300 cygwin* | mingw* | pw32* | cegcc*)
10301 version_type=windows
10302 shrext_cmds=".dll"
10303 need_version=no
10304 need_lib_prefix=no
10305
10306 case $GCC,$host_os in
10307 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10308 library_names_spec='$libname.dll.a'
10309 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10310 postinstall_cmds='base_file=`basename \${file}`~
10311 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10312 dldir=$destdir/`dirname \$dlpath`~
10313 test -d \$dldir || mkdir -p \$dldir~
10314 $install_prog $dir/$dlname \$dldir/$dlname~
10315 chmod a+x \$dldir/$dlname~
10316 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10317 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10318 fi'
10319 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10320 dlpath=$dir/\$dldll~
10321 $RM \$dlpath'
10322 shlibpath_overrides_runpath=yes
10323
10324 case $host_os in
10325 cygwin*)
10326 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10327 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328
10329 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10330 ;;
10331 mingw* | cegcc*)
10332 # MinGW DLLs use traditional 'lib' prefix
10333 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10334 ;;
10335 pw32*)
10336 # pw32 DLLs use 'pw' prefix rather than 'lib'
10337 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10338 ;;
10339 esac
10340 ;;
10341
10342 *)
10343 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10344 ;;
10345 esac
10346 dynamic_linker='Win32 ld.exe'
10347 # FIXME: first we should search . and the directory the executable is in
10348 shlibpath_var=PATH
10349 ;;
10350
10351 darwin* | rhapsody*)
10352 dynamic_linker="$host_os dyld"
10353 version_type=darwin
10354 need_lib_prefix=no
10355 need_version=no
10356 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10357 soname_spec='${libname}${release}${major}$shared_ext'
10358 shlibpath_overrides_runpath=yes
10359 shlibpath_var=DYLD_LIBRARY_PATH
10360 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10361
10362 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10363 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10364 ;;
10365
10366 dgux*)
10367 version_type=linux
10368 need_lib_prefix=no
10369 need_version=no
10370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10371 soname_spec='${libname}${release}${shared_ext}$major'
10372 shlibpath_var=LD_LIBRARY_PATH
10373 ;;
10374
10375 freebsd* | dragonfly*)
10376 # DragonFly does not have aout. When/if they implement a new
10377 # versioning mechanism, adjust this.
10378 if test -x /usr/bin/objformat; then
10379 objformat=`/usr/bin/objformat`
10380 else
10381 case $host_os in
10382 freebsd[23].*) objformat=aout ;;
10383 *) objformat=elf ;;
10384 esac
10385 fi
10386 version_type=freebsd-$objformat
10387 case $version_type in
10388 freebsd-elf*)
10389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10390 need_version=no
10391 need_lib_prefix=no
10392 ;;
10393 freebsd-*)
10394 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10395 need_version=yes
10396 ;;
10397 esac
10398 shlibpath_var=LD_LIBRARY_PATH
10399 case $host_os in
10400 freebsd2.*)
10401 shlibpath_overrides_runpath=yes
10402 ;;
10403 freebsd3.[01]* | freebsdelf3.[01]*)
10404 shlibpath_overrides_runpath=yes
10405 hardcode_into_libs=yes
10406 ;;
10407 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10408 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10409 shlibpath_overrides_runpath=no
10410 hardcode_into_libs=yes
10411 ;;
10412 *) # from 4.6 on, and DragonFly
10413 shlibpath_overrides_runpath=yes
10414 hardcode_into_libs=yes
10415 ;;
10416 esac
10417 ;;
10418
10419 haiku*)
10420 version_type=linux
10421 need_lib_prefix=no
10422 need_version=no
10423 dynamic_linker="$host_os runtime_loader"
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 shlibpath_var=LIBRARY_PATH
10427 shlibpath_overrides_runpath=yes
10428 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10429 hardcode_into_libs=yes
10430 ;;
10431
10432 hpux9* | hpux10* | hpux11*)
10433 # Give a soname corresponding to the major version so that dld.sl refuses to
10434 # link against other versions.
10435 version_type=sunos
10436 need_lib_prefix=no
10437 need_version=no
10438 case $host_cpu in
10439 ia64*)
10440 shrext_cmds='.so'
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.so"
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 if test "X$HPUX_IA64_MODE" = X32; then
10448 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10449 else
10450 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10451 fi
10452 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453 ;;
10454 hppa*64*)
10455 shrext_cmds='.sl'
10456 hardcode_into_libs=yes
10457 dynamic_linker="$host_os dld.sl"
10458 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10464 ;;
10465 *)
10466 shrext_cmds='.sl'
10467 dynamic_linker="$host_os dld.sl"
10468 shlibpath_var=SHLIB_PATH
10469 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 ;;
10473 esac
10474 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10475 postinstall_cmds='chmod 555 $lib'
10476 # or fails outright, so override atomically:
10477 install_override_mode=555
10478 ;;
10479
10480 interix[3-9]*)
10481 version_type=linux
10482 need_lib_prefix=no
10483 need_version=no
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485 soname_spec='${libname}${release}${shared_ext}$major'
10486 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487 shlibpath_var=LD_LIBRARY_PATH
10488 shlibpath_overrides_runpath=no
10489 hardcode_into_libs=yes
10490 ;;
10491
10492 irix5* | irix6* | nonstopux*)
10493 case $host_os in
10494 nonstopux*) version_type=nonstopux ;;
10495 *)
10496 if test "$lt_cv_prog_gnu_ld" = yes; then
10497 version_type=linux
10498 else
10499 version_type=irix
10500 fi ;;
10501 esac
10502 need_lib_prefix=no
10503 need_version=no
10504 soname_spec='${libname}${release}${shared_ext}$major'
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10506 case $host_os in
10507 irix5* | nonstopux*)
10508 libsuff= shlibsuff=
10509 ;;
10510 *)
10511 case $LD in # libtool.m4 will add one of these switches to LD
10512 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513 libsuff= shlibsuff= libmagic=32-bit;;
10514 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515 libsuff=32 shlibsuff=N32 libmagic=N32;;
10516 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518 *) libsuff= shlibsuff= libmagic=never-match;;
10519 esac
10520 ;;
10521 esac
10522 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523 shlibpath_overrides_runpath=no
10524 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526 hardcode_into_libs=yes
10527 ;;
10528
10529 # No shared lib support for Linux oldld, aout, or coff.
10530 linux*oldld* | linux*aout* | linux*coff*)
10531 dynamic_linker=no
10532 ;;
10533
10534 # This must be Linux ELF.
10535 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10536 version_type=linux
10537 need_lib_prefix=no
10538 need_version=no
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540 soname_spec='${libname}${release}${shared_ext}$major'
10541 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 shlibpath_overrides_runpath=no
10544
10545 # Some binutils ld are patched to set DT_RUNPATH
10546 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10547 $as_echo_n "(cached) " >&6
10548 else
10549 lt_cv_shlibpath_overrides_runpath=no
10550 save_LDFLAGS=$LDFLAGS
10551 save_libdir=$libdir
10552 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10556
10557 int
10558 main ()
10559 {
10560
10561 ;
10562 return 0;
10563 }
10564 _ACEOF
10565 if ac_fn_c_try_link "$LINENO"; then :
10566 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10567 lt_cv_shlibpath_overrides_runpath=yes
10568 fi
10569 fi
10570 rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572 LDFLAGS=$save_LDFLAGS
10573 libdir=$save_libdir
10574
10575 fi
10576
10577 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10578
10579 # This implies no fast_install, which is unacceptable.
10580 # Some rework will be needed to allow for fast_install
10581 # before this can be enabled.
10582 hardcode_into_libs=yes
10583
10584 # Append ld.so.conf contents to the search path
10585 if test -f /etc/ld.so.conf; then
10586 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10587 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10588 fi
10589
10590 # We used to test for /lib/ld.so.1 and disable shared libraries on
10591 # powerpc, because MkLinux only supported shared libraries with the
10592 # GNU dynamic linker. Since this was broken with cross compilers,
10593 # most powerpc-linux boxes support dynamic linking these days and
10594 # people can always --disable-shared, the test was removed, and we
10595 # assume the GNU/Linux dynamic linker is in use.
10596 dynamic_linker='GNU/Linux ld.so'
10597 ;;
10598
10599 netbsd*)
10600 version_type=sunos
10601 need_lib_prefix=no
10602 need_version=no
10603 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606 dynamic_linker='NetBSD (a.out) ld.so'
10607 else
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 dynamic_linker='NetBSD ld.elf_so'
10611 fi
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10615 ;;
10616
10617 newsos6)
10618 version_type=linux
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623
10624 *nto* | *qnx*)
10625 version_type=qnx
10626 need_lib_prefix=no
10627 need_version=no
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LD_LIBRARY_PATH
10631 shlibpath_overrides_runpath=no
10632 hardcode_into_libs=yes
10633 dynamic_linker='ldqnx.so'
10634 ;;
10635
10636 openbsd*)
10637 version_type=sunos
10638 sys_lib_dlsearch_path_spec="/usr/lib"
10639 need_lib_prefix=no
10640 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10641 case $host_os in
10642 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10643 *) need_version=no ;;
10644 esac
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10649 case $host_os in
10650 openbsd2.[89] | openbsd2.[89].*)
10651 shlibpath_overrides_runpath=no
10652 ;;
10653 *)
10654 shlibpath_overrides_runpath=yes
10655 ;;
10656 esac
10657 else
10658 shlibpath_overrides_runpath=yes
10659 fi
10660 ;;
10661
10662 os2*)
10663 libname_spec='$name'
10664 shrext_cmds=".dll"
10665 need_lib_prefix=no
10666 library_names_spec='$libname${shared_ext} $libname.a'
10667 dynamic_linker='OS/2 ld.exe'
10668 shlibpath_var=LIBPATH
10669 ;;
10670
10671 osf3* | osf4* | osf5*)
10672 version_type=osf
10673 need_lib_prefix=no
10674 need_version=no
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10680 ;;
10681
10682 rdos*)
10683 dynamic_linker=no
10684 ;;
10685
10686 solaris*)
10687 version_type=linux
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=yes
10694 hardcode_into_libs=yes
10695 # ldd complains unless libraries are executable
10696 postinstall_cmds='chmod +x $lib'
10697 ;;
10698
10699 sunos4*)
10700 version_type=sunos
10701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 if test "$with_gnu_ld" = yes; then
10706 need_lib_prefix=no
10707 fi
10708 need_version=yes
10709 ;;
10710
10711 sysv4 | sysv4.3*)
10712 version_type=linux
10713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714 soname_spec='${libname}${release}${shared_ext}$major'
10715 shlibpath_var=LD_LIBRARY_PATH
10716 case $host_vendor in
10717 sni)
10718 shlibpath_overrides_runpath=no
10719 need_lib_prefix=no
10720 runpath_var=LD_RUN_PATH
10721 ;;
10722 siemens)
10723 need_lib_prefix=no
10724 ;;
10725 motorola)
10726 need_lib_prefix=no
10727 need_version=no
10728 shlibpath_overrides_runpath=no
10729 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10730 ;;
10731 esac
10732 ;;
10733
10734 sysv4*MP*)
10735 if test -d /usr/nec ;then
10736 version_type=linux
10737 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738 soname_spec='$libname${shared_ext}.$major'
10739 shlibpath_var=LD_LIBRARY_PATH
10740 fi
10741 ;;
10742
10743 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744 version_type=freebsd-elf
10745 need_lib_prefix=no
10746 need_version=no
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 shlibpath_overrides_runpath=yes
10751 hardcode_into_libs=yes
10752 if test "$with_gnu_ld" = yes; then
10753 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10754 else
10755 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10756 case $host_os in
10757 sco3.2v5*)
10758 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10759 ;;
10760 esac
10761 fi
10762 sys_lib_dlsearch_path_spec='/usr/lib'
10763 ;;
10764
10765 tpf*)
10766 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10767 version_type=linux
10768 need_lib_prefix=no
10769 need_version=no
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 shlibpath_var=LD_LIBRARY_PATH
10772 shlibpath_overrides_runpath=no
10773 hardcode_into_libs=yes
10774 ;;
10775
10776 uts4*)
10777 version_type=linux
10778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec='${libname}${release}${shared_ext}$major'
10780 shlibpath_var=LD_LIBRARY_PATH
10781 ;;
10782
10783 *)
10784 dynamic_linker=no
10785 ;;
10786 esac
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788 $as_echo "$dynamic_linker" >&6; }
10789 test "$dynamic_linker" = no && can_build_shared=no
10790
10791 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792 if test "$GCC" = yes; then
10793 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10794 fi
10795
10796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10798 fi
10799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10801 fi
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10896 hardcode_action=
10897 if test -n "$hardcode_libdir_flag_spec" ||
10898 test -n "$runpath_var" ||
10899 test "X$hardcode_automatic" = "Xyes" ; then
10900
10901 # We can hardcode non-existent directories.
10902 if test "$hardcode_direct" != no &&
10903 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904 # have to relink, otherwise we might link with an installed library
10905 # when we should be linking with a yet-to-be-installed one
10906 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907 test "$hardcode_minus_L" != no; then
10908 # Linking always hardcodes the temporary library directory.
10909 hardcode_action=relink
10910 else
10911 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912 hardcode_action=immediate
10913 fi
10914 else
10915 # We cannot hardcode anything, or else we can only hardcode existing
10916 # directories.
10917 hardcode_action=unsupported
10918 fi
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920 $as_echo "$hardcode_action" >&6; }
10921
10922 if test "$hardcode_action" = relink ||
10923 test "$inherit_rpath" = yes; then
10924 # Fast installation is not supported
10925 enable_fast_install=no
10926 elif test "$shlibpath_overrides_runpath" = yes ||
10927 test "$enable_shared" = no; then
10928 # Fast installation is not necessary
10929 enable_fast_install=needless
10930 fi
10931
10932
10933
10934
10935
10936
10937 if test "x$enable_dlopen" != xyes; then
10938 enable_dlopen=unknown
10939 enable_dlopen_self=unknown
10940 enable_dlopen_self_static=unknown
10941 else
10942 lt_cv_dlopen=no
10943 lt_cv_dlopen_libs=
10944
10945 case $host_os in
10946 beos*)
10947 lt_cv_dlopen="load_add_on"
10948 lt_cv_dlopen_libs=
10949 lt_cv_dlopen_self=yes
10950 ;;
10951
10952 mingw* | pw32* | cegcc*)
10953 lt_cv_dlopen="LoadLibrary"
10954 lt_cv_dlopen_libs=
10955 ;;
10956
10957 cygwin*)
10958 lt_cv_dlopen="dlopen"
10959 lt_cv_dlopen_libs=
10960 ;;
10961
10962 darwin*)
10963 # if libdl is installed we need to link against it
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10966 if ${ac_cv_lib_dl_dlopen+:} false; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-ldl $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10973
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char dlopen ();
10981 int
10982 main ()
10983 {
10984 return dlopen ();
10985 ;
10986 return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990 ac_cv_lib_dl_dlopen=yes
10991 else
10992 ac_cv_lib_dl_dlopen=no
10993 fi
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10997 fi
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11001 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11002 else
11003
11004 lt_cv_dlopen="dyld"
11005 lt_cv_dlopen_libs=
11006 lt_cv_dlopen_self=yes
11007
11008 fi
11009
11010 ;;
11011
11012 *)
11013 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014 if test "x$ac_cv_func_shl_load" = xyes; then :
11015 lt_cv_dlopen="shl_load"
11016 else
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11019 if ${ac_cv_lib_dld_shl_load+:} false; then :
11020 $as_echo_n "(cached) " >&6
11021 else
11022 ac_check_lib_save_LIBS=$LIBS
11023 LIBS="-ldld $LIBS"
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11026
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char shl_load ();
11034 int
11035 main ()
11036 {
11037 return shl_load ();
11038 ;
11039 return 0;
11040 }
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043 ac_cv_lib_dld_shl_load=yes
11044 else
11045 ac_cv_lib_dld_shl_load=no
11046 fi
11047 rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11050 fi
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11054 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11055 else
11056 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057 if test "x$ac_cv_func_dlopen" = xyes; then :
11058 lt_cv_dlopen="dlopen"
11059 else
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11062 if ${ac_cv_lib_dl_dlopen+:} false; then :
11063 $as_echo_n "(cached) " >&6
11064 else
11065 ac_check_lib_save_LIBS=$LIBS
11066 LIBS="-ldl $LIBS"
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h. */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char dlopen ();
11077 int
11078 main ()
11079 {
11080 return dlopen ();
11081 ;
11082 return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086 ac_cv_lib_dl_dlopen=yes
11087 else
11088 ac_cv_lib_dl_dlopen=no
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11093 fi
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11097 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11098 else
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101 if ${ac_cv_lib_svld_dlopen+:} false; then :
11102 $as_echo_n "(cached) " >&6
11103 else
11104 ac_check_lib_save_LIBS=$LIBS
11105 LIBS="-lsvld $LIBS"
11106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h. */
11108
11109 /* Override any GCC internal prototype to avoid an error.
11110 Use char because int might match the return type of a GCC
11111 builtin and then its argument prototype would still apply. */
11112 #ifdef __cplusplus
11113 extern "C"
11114 #endif
11115 char dlopen ();
11116 int
11117 main ()
11118 {
11119 return dlopen ();
11120 ;
11121 return 0;
11122 }
11123 _ACEOF
11124 if ac_fn_c_try_link "$LINENO"; then :
11125 ac_cv_lib_svld_dlopen=yes
11126 else
11127 ac_cv_lib_svld_dlopen=no
11128 fi
11129 rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
11131 LIBS=$ac_check_lib_save_LIBS
11132 fi
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11136 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11137 else
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11140 if ${ac_cv_lib_dld_dld_link+:} false; then :
11141 $as_echo_n "(cached) " >&6
11142 else
11143 ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-ldld $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11147
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char dld_link ();
11155 int
11156 main ()
11157 {
11158 return dld_link ();
11159 ;
11160 return 0;
11161 }
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164 ac_cv_lib_dld_dld_link=yes
11165 else
11166 ac_cv_lib_dld_dld_link=no
11167 fi
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11171 fi
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11175 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11176 fi
11177
11178
11179 fi
11180
11181
11182 fi
11183
11184
11185 fi
11186
11187
11188 fi
11189
11190
11191 fi
11192
11193 ;;
11194 esac
11195
11196 if test "x$lt_cv_dlopen" != xno; then
11197 enable_dlopen=yes
11198 else
11199 enable_dlopen=no
11200 fi
11201
11202 case $lt_cv_dlopen in
11203 dlopen)
11204 save_CPPFLAGS="$CPPFLAGS"
11205 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11206
11207 save_LDFLAGS="$LDFLAGS"
11208 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11209
11210 save_LIBS="$LIBS"
11211 LIBS="$lt_cv_dlopen_libs $LIBS"
11212
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215 if ${lt_cv_dlopen_self+:} false; then :
11216 $as_echo_n "(cached) " >&6
11217 else
11218 if test "$cross_compiling" = yes; then :
11219 lt_cv_dlopen_self=cross
11220 else
11221 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222 lt_status=$lt_dlunknown
11223 cat > conftest.$ac_ext <<_LT_EOF
11224 #line 11224 "configure"
11225 #include "confdefs.h"
11226
11227 #if HAVE_DLFCN_H
11228 #include <dlfcn.h>
11229 #endif
11230
11231 #include <stdio.h>
11232
11233 #ifdef RTLD_GLOBAL
11234 # define LT_DLGLOBAL RTLD_GLOBAL
11235 #else
11236 # ifdef DL_GLOBAL
11237 # define LT_DLGLOBAL DL_GLOBAL
11238 # else
11239 # define LT_DLGLOBAL 0
11240 # endif
11241 #endif
11242
11243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244 find out it does not work in some platform. */
11245 #ifndef LT_DLLAZY_OR_NOW
11246 # ifdef RTLD_LAZY
11247 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11248 # else
11249 # ifdef DL_LAZY
11250 # define LT_DLLAZY_OR_NOW DL_LAZY
11251 # else
11252 # ifdef RTLD_NOW
11253 # define LT_DLLAZY_OR_NOW RTLD_NOW
11254 # else
11255 # ifdef DL_NOW
11256 # define LT_DLLAZY_OR_NOW DL_NOW
11257 # else
11258 # define LT_DLLAZY_OR_NOW 0
11259 # endif
11260 # endif
11261 # endif
11262 # endif
11263 #endif
11264
11265 /* When -fvisbility=hidden is used, assume the code has been annotated
11266 correspondingly for the symbols needed. */
11267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11268 void fnord () __attribute__((visibility("default")));
11269 #endif
11270
11271 void fnord () { int i=42; }
11272 int main ()
11273 {
11274 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275 int status = $lt_dlunknown;
11276
11277 if (self)
11278 {
11279 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11280 else
11281 {
11282 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11283 else puts (dlerror ());
11284 }
11285 /* dlclose (self); */
11286 }
11287 else
11288 puts (dlerror ());
11289
11290 return status;
11291 }
11292 _LT_EOF
11293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11294 (eval $ac_link) 2>&5
11295 ac_status=$?
11296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11298 (./conftest; exit; ) >&5 2>/dev/null
11299 lt_status=$?
11300 case x$lt_status in
11301 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11304 esac
11305 else :
11306 # compilation failed
11307 lt_cv_dlopen_self=no
11308 fi
11309 fi
11310 rm -fr conftest*
11311
11312
11313 fi
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315 $as_echo "$lt_cv_dlopen_self" >&6; }
11316
11317 if test "x$lt_cv_dlopen_self" = xyes; then
11318 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321 if ${lt_cv_dlopen_self_static+:} false; then :
11322 $as_echo_n "(cached) " >&6
11323 else
11324 if test "$cross_compiling" = yes; then :
11325 lt_cv_dlopen_self_static=cross
11326 else
11327 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328 lt_status=$lt_dlunknown
11329 cat > conftest.$ac_ext <<_LT_EOF
11330 #line 11330 "configure"
11331 #include "confdefs.h"
11332
11333 #if HAVE_DLFCN_H
11334 #include <dlfcn.h>
11335 #endif
11336
11337 #include <stdio.h>
11338
11339 #ifdef RTLD_GLOBAL
11340 # define LT_DLGLOBAL RTLD_GLOBAL
11341 #else
11342 # ifdef DL_GLOBAL
11343 # define LT_DLGLOBAL DL_GLOBAL
11344 # else
11345 # define LT_DLGLOBAL 0
11346 # endif
11347 #endif
11348
11349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350 find out it does not work in some platform. */
11351 #ifndef LT_DLLAZY_OR_NOW
11352 # ifdef RTLD_LAZY
11353 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11354 # else
11355 # ifdef DL_LAZY
11356 # define LT_DLLAZY_OR_NOW DL_LAZY
11357 # else
11358 # ifdef RTLD_NOW
11359 # define LT_DLLAZY_OR_NOW RTLD_NOW
11360 # else
11361 # ifdef DL_NOW
11362 # define LT_DLLAZY_OR_NOW DL_NOW
11363 # else
11364 # define LT_DLLAZY_OR_NOW 0
11365 # endif
11366 # endif
11367 # endif
11368 # endif
11369 #endif
11370
11371 /* When -fvisbility=hidden is used, assume the code has been annotated
11372 correspondingly for the symbols needed. */
11373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11374 void fnord () __attribute__((visibility("default")));
11375 #endif
11376
11377 void fnord () { int i=42; }
11378 int main ()
11379 {
11380 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381 int status = $lt_dlunknown;
11382
11383 if (self)
11384 {
11385 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11386 else
11387 {
11388 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11389 else puts (dlerror ());
11390 }
11391 /* dlclose (self); */
11392 }
11393 else
11394 puts (dlerror ());
11395
11396 return status;
11397 }
11398 _LT_EOF
11399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11400 (eval $ac_link) 2>&5
11401 ac_status=$?
11402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11404 (./conftest; exit; ) >&5 2>/dev/null
11405 lt_status=$?
11406 case x$lt_status in
11407 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11410 esac
11411 else :
11412 # compilation failed
11413 lt_cv_dlopen_self_static=no
11414 fi
11415 fi
11416 rm -fr conftest*
11417
11418
11419 fi
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11422 fi
11423
11424 CPPFLAGS="$save_CPPFLAGS"
11425 LDFLAGS="$save_LDFLAGS"
11426 LIBS="$save_LIBS"
11427 ;;
11428 esac
11429
11430 case $lt_cv_dlopen_self in
11431 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432 *) enable_dlopen_self=unknown ;;
11433 esac
11434
11435 case $lt_cv_dlopen_self_static in
11436 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437 *) enable_dlopen_self_static=unknown ;;
11438 esac
11439 fi
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457 striplib=
11458 old_striplib=
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11461 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465 $as_echo "yes" >&6; }
11466 else
11467 # FIXME - insert some real tests, host_os isn't really good enough
11468 case $host_os in
11469 darwin*)
11470 if test -n "$STRIP" ; then
11471 striplib="$STRIP -x"
11472 old_striplib="$STRIP -S"
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11475 else
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11478 fi
11479 ;;
11480 *)
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11483 ;;
11484 esac
11485 fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498 # Report which library types will actually be built
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502 $as_echo "$can_build_shared" >&6; }
11503
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505 $as_echo_n "checking whether to build shared libraries... " >&6; }
11506 test "$can_build_shared" = "no" && enable_shared=no
11507
11508 # On AIX, shared libraries and static libraries use the same namespace, and
11509 # are all built from PIC.
11510 case $host_os in
11511 aix3*)
11512 test "$enable_shared" = yes && enable_static=no
11513 if test -n "$RANLIB"; then
11514 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515 postinstall_cmds='$RANLIB $lib'
11516 fi
11517 ;;
11518
11519 aix[4-9]*)
11520 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521 test "$enable_shared" = yes && enable_static=no
11522 fi
11523 ;;
11524 esac
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526 $as_echo "$enable_shared" >&6; }
11527
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529 $as_echo_n "checking whether to build static libraries... " >&6; }
11530 # Make sure either enable_shared or enable_static is yes.
11531 test "$enable_shared" = yes || enable_static=yes
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533 $as_echo "$enable_static" >&6; }
11534
11535
11536
11537
11538 fi
11539 ac_ext=c
11540 ac_cpp='$CPP $CPPFLAGS'
11541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11544
11545 CC="$lt_save_CC"
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559 ac_config_commands="$ac_config_commands libtool"
11560
11561
11562
11563
11564 # Only expand once:
11565
11566
11567
11568
11569
11570
11571
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11573 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11574 # Check whether --enable-maintainer-mode was given.
11575 if test "${enable_maintainer_mode+set}" = set; then :
11576 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11577 else
11578 USE_MAINTAINER_MODE=no
11579 fi
11580
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11582 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11583 if test $USE_MAINTAINER_MODE = yes; then
11584 MAINTAINER_MODE_TRUE=
11585 MAINTAINER_MODE_FALSE='#'
11586 else
11587 MAINTAINER_MODE_TRUE='#'
11588 MAINTAINER_MODE_FALSE=
11589 fi
11590
11591 MAINT=$MAINTAINER_MODE_TRUE
11592
11593
11594
11595
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11597 $as_echo_n "checking for sim debug setting... " >&6; }
11598 sim_debug="0"
11599 # Check whether --enable-sim-debug was given.
11600 if test "${enable_sim_debug+set}" = set; then :
11601 enableval=$enable_sim_debug; case "${enableval}" in
11602 yes) sim_debug="7";;
11603 no) sim_debug="0";;
11604 *) sim_debug="($enableval)";;
11605 esac
11606 fi
11607 if test "$sim_debug" != "0"; then
11608
11609 cat >>confdefs.h <<_ACEOF
11610 #define DEBUG $sim_debug
11611 _ACEOF
11612
11613 fi
11614
11615 cat >>confdefs.h <<_ACEOF
11616 #define WITH_DEBUG $sim_debug
11617 _ACEOF
11618
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11620 $as_echo "$sim_debug" >&6; }
11621
11622
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11624 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
11625 sim_stdio="0"
11626 # Check whether --enable-sim-stdio was given.
11627 if test "${enable_sim_stdio+set}" = set; then :
11628 enableval=$enable_sim_stdio; case "${enableval}" in
11629 yes) sim_stdio="DO_USE_STDIO";;
11630 no) sim_stdio="DONT_USE_STDIO";;
11631 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
11632 esac
11633 fi
11634
11635 cat >>confdefs.h <<_ACEOF
11636 #define WITH_STDIO $sim_stdio
11637 _ACEOF
11638
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11640 $as_echo "$sim_stdio" >&6; }
11641
11642
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11644 $as_echo_n "checking for sim trace settings... " >&6; }
11645 sim_trace="~TRACE_debug"
11646 # Check whether --enable-sim-trace was given.
11647 if test "${enable_sim_trace+set}" = set; then :
11648 enableval=$enable_sim_trace; case "${enableval}" in
11649 yes) sim_trace="-1";;
11650 no) sim_trace="0";;
11651 [-0-9]*)
11652 sim_trace="'(${enableval})'";;
11653 [[:lower:]]*)
11654 sim_trace=""
11655 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11656 if test x"$sim_trace" = x; then
11657 sim_trace="(TRACE_$x"
11658 else
11659 sim_trace="${sim_trace}|TRACE_$x"
11660 fi
11661 done
11662 sim_trace="$sim_trace)" ;;
11663 esac
11664 fi
11665
11666 cat >>confdefs.h <<_ACEOF
11667 #define WITH_TRACE $sim_trace
11668 _ACEOF
11669
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11671 $as_echo "$sim_trace" >&6; }
11672
11673
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11675 $as_echo_n "checking for sim profile settings... " >&6; }
11676 profile="1"
11677 sim_profile="-1"
11678 # Check whether --enable-sim-profile was given.
11679 if test "${enable_sim_profile+set}" = set; then :
11680 enableval=$enable_sim_profile; case "${enableval}" in
11681 yes) profile="1" sim_profile="-1";;
11682 no) profile="0" sim_profile="0";;
11683 [-0-9]*)
11684 profile="(${enableval})" sim_profile="(${enableval})";;
11685 [a-z]*)
11686 profile="1"
11687 sim_profile=""
11688 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11689 if test x"$sim_profile" = x; then
11690 sim_profile="(PROFILE_$x"
11691 else
11692 sim_profile="${sim_profile}|PROFILE_$x"
11693 fi
11694 done
11695 sim_profile="$sim_profile)" ;;
11696 esac
11697 fi
11698
11699 cat >>confdefs.h <<_ACEOF
11700 #define PROFILE $profile
11701 _ACEOF
11702
11703
11704 cat >>confdefs.h <<_ACEOF
11705 #define WITH_PROFILE $sim_profile
11706 _ACEOF
11707
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11709 $as_echo "$sim_profile" >&6; }
11710
11711
11712
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11714 $as_echo_n "checking whether to enable sim asserts... " >&6; }
11715 sim_assert="1"
11716 # Check whether --enable-sim-assert was given.
11717 if test "${enable_sim_assert+set}" = set; then :
11718 enableval=$enable_sim_assert; case "${enableval}" in
11719 yes) sim_assert="1";;
11720 no) sim_assert="0";;
11721 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
11722 esac
11723 fi
11724
11725 cat >>confdefs.h <<_ACEOF
11726 #define WITH_ASSERT $sim_assert
11727 _ACEOF
11728
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11730 $as_echo "$sim_assert" >&6; }
11731
11732
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11734 $as_echo_n "checking default sim environment setting... " >&6; }
11735 sim_environment="ALL_ENVIRONMENT"
11736 # Check whether --enable-sim-environment was given.
11737 if test "${enable_sim_environment+set}" = set; then :
11738 enableval=$enable_sim_environment; case "${enableval}" in
11739 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11740 user | USER) sim_environment="USER_ENVIRONMENT";;
11741 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11742 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
11743 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
11744 esac
11745 fi
11746
11747 cat >>confdefs.h <<_ACEOF
11748 #define WITH_ENVIRONMENT $sim_environment
11749 _ACEOF
11750
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11752 $as_echo "$sim_environment" >&6; }
11753
11754
11755 sim_inline="-DDEFAULT_INLINE=0"
11756 # Check whether --enable-sim-inline was given.
11757 if test "${enable_sim_inline+set}" = set; then :
11758 enableval=$enable_sim_inline; sim_inline=""
11759 case "$enableval" in
11760 no) sim_inline="-DDEFAULT_INLINE=0";;
11761 0) sim_inline="-DDEFAULT_INLINE=0";;
11762 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11763 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11764 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11765 new_flag=""
11766 case "$x" in
11767 *_INLINE=*) new_flag="-D$x";;
11768 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11769 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11770 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11771 esac
11772 if test x"$sim_inline" = x""; then
11773 sim_inline="$new_flag"
11774 else
11775 sim_inline="$sim_inline $new_flag"
11776 fi
11777 done;;
11778 esac
11779 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11780 echo "Setting inline flags = $sim_inline" 6>&1
11781 fi
11782 fi
11783
11784
11785
11786
11787 # Check whether --with-pkgversion was given.
11788 if test "${with_pkgversion+set}" = set; then :
11789 withval=$with_pkgversion; case "$withval" in
11790 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11791 no) PKGVERSION= ;;
11792 *) PKGVERSION="($withval) " ;;
11793 esac
11794 else
11795 PKGVERSION="(SIM) "
11796
11797 fi
11798
11799
11800
11801
11802
11803 # Check whether --with-bugurl was given.
11804 if test "${with_bugurl+set}" = set; then :
11805 withval=$with_bugurl; case "$withval" in
11806 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11807 no) BUGURL=
11808 ;;
11809 *) BUGURL="$withval"
11810 ;;
11811 esac
11812 else
11813 BUGURL="https://www.gnu.org/software/gdb/bugs/"
11814
11815 fi
11816
11817 case ${BUGURL} in
11818 "")
11819 REPORT_BUGS_TO=
11820 REPORT_BUGS_TEXI=
11821 ;;
11822 *)
11823 REPORT_BUGS_TO="<$BUGURL>"
11824 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11825 ;;
11826 esac;
11827
11828
11829
11830
11831 cat >>confdefs.h <<_ACEOF
11832 #define PKGVERSION "$PKGVERSION"
11833 _ACEOF
11834
11835
11836 cat >>confdefs.h <<_ACEOF
11837 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11838 _ACEOF
11839
11840
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11842 $as_echo_n "checking return type of signal handlers... " >&6; }
11843 if ${ac_cv_type_signal+:} false; then :
11844 $as_echo_n "(cached) " >&6
11845 else
11846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11847 /* end confdefs.h. */
11848 #include <sys/types.h>
11849 #include <signal.h>
11850
11851 int
11852 main ()
11853 {
11854 return *(signal (0, 0)) (0) == 1;
11855 ;
11856 return 0;
11857 }
11858 _ACEOF
11859 if ac_fn_c_try_compile "$LINENO"; then :
11860 ac_cv_type_signal=int
11861 else
11862 ac_cv_type_signal=void
11863 fi
11864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11865 fi
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11867 $as_echo "$ac_cv_type_signal" >&6; }
11868
11869 cat >>confdefs.h <<_ACEOF
11870 #define RETSIGTYPE $ac_cv_type_signal
11871 _ACEOF
11872
11873
11874
11875
11876
11877
11878
11879 # Check whether --enable-werror was given.
11880 if test "${enable_werror+set}" = set; then :
11881 enableval=$enable_werror; case "${enableval}" in
11882 yes | y) ERROR_ON_WARNING="yes" ;;
11883 no | n) ERROR_ON_WARNING="no" ;;
11884 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11885 esac
11886 fi
11887
11888
11889 # Enable -Werror by default when using gcc
11890 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11891 ERROR_ON_WARNING=yes
11892 fi
11893
11894 WERROR_CFLAGS=""
11895
11896 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11897 -Wpointer-sign \
11898 -Wno-unused -Wunused-value -Wunused-function \
11899 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11900 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11901 -Wold-style-declaration -Wold-style-definition"
11902
11903 # Enable -Wno-format by default when using gcc on mingw since many
11904 # GCC versions complain about %I64.
11905 case "${host}" in
11906 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11907 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11908 esac
11909
11910 # Check whether --enable-build-warnings was given.
11911 if test "${enable_build_warnings+set}" = set; then :
11912 enableval=$enable_build_warnings; case "${enableval}" in
11913 yes) ;;
11914 no) build_warnings="-w";;
11915 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11916 build_warnings="${build_warnings} ${t}";;
11917 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11918 build_warnings="${t} ${build_warnings}";;
11919 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11920 esac
11921 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11922 echo "Setting compiler warning flags = $build_warnings" 6>&1
11923 fi
11924 fi
11925 # Check whether --enable-sim-build-warnings was given.
11926 if test "${enable_sim_build_warnings+set}" = set; then :
11927 enableval=$enable_sim_build_warnings; case "${enableval}" in
11928 yes) ;;
11929 no) build_warnings="-w";;
11930 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11931 build_warnings="${build_warnings} ${t}";;
11932 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11933 build_warnings="${t} ${build_warnings}";;
11934 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11935 esac
11936 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11937 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11938 fi
11939 fi
11940 WARN_CFLAGS=""
11941 if test "x${build_warnings}" != x -a "x$GCC" = xyes
11942 then
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11944 $as_echo_n "checking compiler warning flags... " >&6; }
11945 # Separate out the -Werror flag as some files just cannot be
11946 # compiled with it enabled.
11947 for w in ${build_warnings}; do
11948 case $w in
11949 -Werr*) WERROR_CFLAGS=-Werror ;;
11950 *) # Check that GCC accepts it
11951 saved_CFLAGS="$CFLAGS"
11952 CFLAGS="$CFLAGS $w"
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h. */
11955
11956 int
11957 main ()
11958 {
11959
11960 ;
11961 return 0;
11962 }
11963 _ACEOF
11964 if ac_fn_c_try_compile "$LINENO"; then :
11965 WARN_CFLAGS="${WARN_CFLAGS} $w"
11966 fi
11967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11968 CFLAGS="$saved_CFLAGS"
11969 esac
11970 done
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11972 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11973 fi
11974
11975
11976 for ac_header in sys/select.h termios.h sys/socket.h netinet/in.h netinet/tcp.h
11977 do :
11978 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11979 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11980 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11981 cat >>confdefs.h <<_ACEOF
11982 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11983 _ACEOF
11984
11985 fi
11986
11987 done
11988
11989
11990
11991 cgen_breaks=""
11992 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11993 cgen_breaks="break cgen_rtx_error";
11994 fi
11995
11996 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11997
11998 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11999
12000 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
12001
12002 ac_config_commands="$ac_config_commands Makefile"
12003
12004 ac_config_commands="$ac_config_commands stamp-h"
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018 cat >confcache <<\_ACEOF
12019 # This file is a shell script that caches the results of configure
12020 # tests run on this system so they can be shared between configure
12021 # scripts and configure runs, see configure's option --config-cache.
12022 # It is not useful on other systems. If it contains results you don't
12023 # want to keep, you may remove or edit it.
12024 #
12025 # config.status only pays attention to the cache file if you give it
12026 # the --recheck option to rerun configure.
12027 #
12028 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12029 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12030 # following values.
12031
12032 _ACEOF
12033
12034 # The following way of writing the cache mishandles newlines in values,
12035 # but we know of no workaround that is simple, portable, and efficient.
12036 # So, we kill variables containing newlines.
12037 # Ultrix sh set writes to stderr and can't be redirected directly,
12038 # and sets the high bit in the cache file unless we assign to the vars.
12039 (
12040 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12041 eval ac_val=\$$ac_var
12042 case $ac_val in #(
12043 *${as_nl}*)
12044 case $ac_var in #(
12045 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12046 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12047 esac
12048 case $ac_var in #(
12049 _ | IFS | as_nl) ;; #(
12050 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12051 *) { eval $ac_var=; unset $ac_var;} ;;
12052 esac ;;
12053 esac
12054 done
12055
12056 (set) 2>&1 |
12057 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12058 *${as_nl}ac_space=\ *)
12059 # `set' does not quote correctly, so add quotes: double-quote
12060 # substitution turns \\\\ into \\, and sed turns \\ into \.
12061 sed -n \
12062 "s/'/'\\\\''/g;
12063 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12064 ;; #(
12065 *)
12066 # `set' quotes correctly as required by POSIX, so do not add quotes.
12067 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12068 ;;
12069 esac |
12070 sort
12071 ) |
12072 sed '
12073 /^ac_cv_env_/b end
12074 t clear
12075 :clear
12076 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12077 t end
12078 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12079 :end' >>confcache
12080 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12081 if test -w "$cache_file"; then
12082 if test "x$cache_file" != "x/dev/null"; then
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12084 $as_echo "$as_me: updating cache $cache_file" >&6;}
12085 if test ! -f "$cache_file" || test -h "$cache_file"; then
12086 cat confcache >"$cache_file"
12087 else
12088 case $cache_file in #(
12089 */* | ?:*)
12090 mv -f confcache "$cache_file"$$ &&
12091 mv -f "$cache_file"$$ "$cache_file" ;; #(
12092 *)
12093 mv -f confcache "$cache_file" ;;
12094 esac
12095 fi
12096 fi
12097 else
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12099 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12100 fi
12101 fi
12102 rm -f confcache
12103
12104 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12105 # Let make expand exec_prefix.
12106 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12107
12108 DEFS=-DHAVE_CONFIG_H
12109
12110 ac_libobjs=
12111 ac_ltlibobjs=
12112 U=
12113 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12114 # 1. Remove the extension, and $U if already installed.
12115 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12116 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12117 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12118 # will be set to the directory where LIBOBJS objects are built.
12119 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12120 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12121 done
12122 LIBOBJS=$ac_libobjs
12123
12124 LTLIBOBJS=$ac_ltlibobjs
12125
12126
12127
12128 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
12129 as_fn_error $? "conditional \"GMAKE\" was never defined.
12130 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12131 fi
12132 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
12133 as_fn_error $? "conditional \"PLUGINS\" was never defined.
12134 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12135 fi
12136 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12137 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12138 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12139 fi
12140
12141 : "${CONFIG_STATUS=./config.status}"
12142 ac_write_fail=0
12143 ac_clean_files_save=$ac_clean_files
12144 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12146 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12147 as_write_fail=0
12148 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12149 #! $SHELL
12150 # Generated by $as_me.
12151 # Run this file to recreate the current configuration.
12152 # Compiler output produced by configure, useful for debugging
12153 # configure, is in config.log if it exists.
12154
12155 debug=false
12156 ac_cs_recheck=false
12157 ac_cs_silent=false
12158
12159 SHELL=\${CONFIG_SHELL-$SHELL}
12160 export SHELL
12161 _ASEOF
12162 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12163 ## -------------------- ##
12164 ## M4sh Initialization. ##
12165 ## -------------------- ##
12166
12167 # Be more Bourne compatible
12168 DUALCASE=1; export DUALCASE # for MKS sh
12169 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12170 emulate sh
12171 NULLCMD=:
12172 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12173 # is contrary to our usage. Disable this feature.
12174 alias -g '${1+"$@"}'='"$@"'
12175 setopt NO_GLOB_SUBST
12176 else
12177 case `(set -o) 2>/dev/null` in #(
12178 *posix*) :
12179 set -o posix ;; #(
12180 *) :
12181 ;;
12182 esac
12183 fi
12184
12185
12186 as_nl='
12187 '
12188 export as_nl
12189 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12190 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12191 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12192 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12193 # Prefer a ksh shell builtin over an external printf program on Solaris,
12194 # but without wasting forks for bash or zsh.
12195 if test -z "$BASH_VERSION$ZSH_VERSION" \
12196 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12197 as_echo='print -r --'
12198 as_echo_n='print -rn --'
12199 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12200 as_echo='printf %s\n'
12201 as_echo_n='printf %s'
12202 else
12203 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12204 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12205 as_echo_n='/usr/ucb/echo -n'
12206 else
12207 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12208 as_echo_n_body='eval
12209 arg=$1;
12210 case $arg in #(
12211 *"$as_nl"*)
12212 expr "X$arg" : "X\\(.*\\)$as_nl";
12213 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12214 esac;
12215 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12216 '
12217 export as_echo_n_body
12218 as_echo_n='sh -c $as_echo_n_body as_echo'
12219 fi
12220 export as_echo_body
12221 as_echo='sh -c $as_echo_body as_echo'
12222 fi
12223
12224 # The user is always right.
12225 if test "${PATH_SEPARATOR+set}" != set; then
12226 PATH_SEPARATOR=:
12227 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12228 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12229 PATH_SEPARATOR=';'
12230 }
12231 fi
12232
12233
12234 # IFS
12235 # We need space, tab and new line, in precisely that order. Quoting is
12236 # there to prevent editors from complaining about space-tab.
12237 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12238 # splitting by setting IFS to empty value.)
12239 IFS=" "" $as_nl"
12240
12241 # Find who we are. Look in the path if we contain no directory separator.
12242 as_myself=
12243 case $0 in #((
12244 *[\\/]* ) as_myself=$0 ;;
12245 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246 for as_dir in $PATH
12247 do
12248 IFS=$as_save_IFS
12249 test -z "$as_dir" && as_dir=.
12250 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12251 done
12252 IFS=$as_save_IFS
12253
12254 ;;
12255 esac
12256 # We did not find ourselves, most probably we were run as `sh COMMAND'
12257 # in which case we are not to be found in the path.
12258 if test "x$as_myself" = x; then
12259 as_myself=$0
12260 fi
12261 if test ! -f "$as_myself"; then
12262 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12263 exit 1
12264 fi
12265
12266 # Unset variables that we do not need and which cause bugs (e.g. in
12267 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12268 # suppresses any "Segmentation fault" message there. '((' could
12269 # trigger a bug in pdksh 5.2.14.
12270 for as_var in BASH_ENV ENV MAIL MAILPATH
12271 do eval test x\${$as_var+set} = xset \
12272 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12273 done
12274 PS1='$ '
12275 PS2='> '
12276 PS4='+ '
12277
12278 # NLS nuisances.
12279 LC_ALL=C
12280 export LC_ALL
12281 LANGUAGE=C
12282 export LANGUAGE
12283
12284 # CDPATH.
12285 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12286
12287
12288 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12289 # ----------------------------------------
12290 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12291 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12292 # script with STATUS, using 1 if that was 0.
12293 as_fn_error ()
12294 {
12295 as_status=$1; test $as_status -eq 0 && as_status=1
12296 if test "$4"; then
12297 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12298 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12299 fi
12300 $as_echo "$as_me: error: $2" >&2
12301 as_fn_exit $as_status
12302 } # as_fn_error
12303
12304
12305 # as_fn_set_status STATUS
12306 # -----------------------
12307 # Set $? to STATUS, without forking.
12308 as_fn_set_status ()
12309 {
12310 return $1
12311 } # as_fn_set_status
12312
12313 # as_fn_exit STATUS
12314 # -----------------
12315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12316 as_fn_exit ()
12317 {
12318 set +e
12319 as_fn_set_status $1
12320 exit $1
12321 } # as_fn_exit
12322
12323 # as_fn_unset VAR
12324 # ---------------
12325 # Portably unset VAR.
12326 as_fn_unset ()
12327 {
12328 { eval $1=; unset $1;}
12329 }
12330 as_unset=as_fn_unset
12331 # as_fn_append VAR VALUE
12332 # ----------------------
12333 # Append the text in VALUE to the end of the definition contained in VAR. Take
12334 # advantage of any shell optimizations that allow amortized linear growth over
12335 # repeated appends, instead of the typical quadratic growth present in naive
12336 # implementations.
12337 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12338 eval 'as_fn_append ()
12339 {
12340 eval $1+=\$2
12341 }'
12342 else
12343 as_fn_append ()
12344 {
12345 eval $1=\$$1\$2
12346 }
12347 fi # as_fn_append
12348
12349 # as_fn_arith ARG...
12350 # ------------------
12351 # Perform arithmetic evaluation on the ARGs, and store the result in the
12352 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12353 # must be portable across $(()) and expr.
12354 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12355 eval 'as_fn_arith ()
12356 {
12357 as_val=$(( $* ))
12358 }'
12359 else
12360 as_fn_arith ()
12361 {
12362 as_val=`expr "$@" || test $? -eq 1`
12363 }
12364 fi # as_fn_arith
12365
12366
12367 if expr a : '\(a\)' >/dev/null 2>&1 &&
12368 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12369 as_expr=expr
12370 else
12371 as_expr=false
12372 fi
12373
12374 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12375 as_basename=basename
12376 else
12377 as_basename=false
12378 fi
12379
12380 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12381 as_dirname=dirname
12382 else
12383 as_dirname=false
12384 fi
12385
12386 as_me=`$as_basename -- "$0" ||
12387 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12388 X"$0" : 'X\(//\)$' \| \
12389 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12390 $as_echo X/"$0" |
12391 sed '/^.*\/\([^/][^/]*\)\/*$/{
12392 s//\1/
12393 q
12394 }
12395 /^X\/\(\/\/\)$/{
12396 s//\1/
12397 q
12398 }
12399 /^X\/\(\/\).*/{
12400 s//\1/
12401 q
12402 }
12403 s/.*/./; q'`
12404
12405 # Avoid depending upon Character Ranges.
12406 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12407 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12408 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12409 as_cr_digits='0123456789'
12410 as_cr_alnum=$as_cr_Letters$as_cr_digits
12411
12412 ECHO_C= ECHO_N= ECHO_T=
12413 case `echo -n x` in #(((((
12414 -n*)
12415 case `echo 'xy\c'` in
12416 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12417 xy) ECHO_C='\c';;
12418 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12419 ECHO_T=' ';;
12420 esac;;
12421 *)
12422 ECHO_N='-n';;
12423 esac
12424
12425 rm -f conf$$ conf$$.exe conf$$.file
12426 if test -d conf$$.dir; then
12427 rm -f conf$$.dir/conf$$.file
12428 else
12429 rm -f conf$$.dir
12430 mkdir conf$$.dir 2>/dev/null
12431 fi
12432 if (echo >conf$$.file) 2>/dev/null; then
12433 if ln -s conf$$.file conf$$ 2>/dev/null; then
12434 as_ln_s='ln -s'
12435 # ... but there are two gotchas:
12436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12438 # In both cases, we have to default to `cp -pR'.
12439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12440 as_ln_s='cp -pR'
12441 elif ln conf$$.file conf$$ 2>/dev/null; then
12442 as_ln_s=ln
12443 else
12444 as_ln_s='cp -pR'
12445 fi
12446 else
12447 as_ln_s='cp -pR'
12448 fi
12449 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12450 rmdir conf$$.dir 2>/dev/null
12451
12452
12453 # as_fn_mkdir_p
12454 # -------------
12455 # Create "$as_dir" as a directory, including parents if necessary.
12456 as_fn_mkdir_p ()
12457 {
12458
12459 case $as_dir in #(
12460 -*) as_dir=./$as_dir;;
12461 esac
12462 test -d "$as_dir" || eval $as_mkdir_p || {
12463 as_dirs=
12464 while :; do
12465 case $as_dir in #(
12466 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12467 *) as_qdir=$as_dir;;
12468 esac
12469 as_dirs="'$as_qdir' $as_dirs"
12470 as_dir=`$as_dirname -- "$as_dir" ||
12471 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12472 X"$as_dir" : 'X\(//\)[^/]' \| \
12473 X"$as_dir" : 'X\(//\)$' \| \
12474 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12475 $as_echo X"$as_dir" |
12476 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12477 s//\1/
12478 q
12479 }
12480 /^X\(\/\/\)[^/].*/{
12481 s//\1/
12482 q
12483 }
12484 /^X\(\/\/\)$/{
12485 s//\1/
12486 q
12487 }
12488 /^X\(\/\).*/{
12489 s//\1/
12490 q
12491 }
12492 s/.*/./; q'`
12493 test -d "$as_dir" && break
12494 done
12495 test -z "$as_dirs" || eval "mkdir $as_dirs"
12496 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12497
12498
12499 } # as_fn_mkdir_p
12500 if mkdir -p . 2>/dev/null; then
12501 as_mkdir_p='mkdir -p "$as_dir"'
12502 else
12503 test -d ./-p && rmdir ./-p
12504 as_mkdir_p=false
12505 fi
12506
12507
12508 # as_fn_executable_p FILE
12509 # -----------------------
12510 # Test if FILE is an executable regular file.
12511 as_fn_executable_p ()
12512 {
12513 test -f "$1" && test -x "$1"
12514 } # as_fn_executable_p
12515 as_test_x='test -x'
12516 as_executable_p=as_fn_executable_p
12517
12518 # Sed expression to map a string onto a valid CPP name.
12519 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12520
12521 # Sed expression to map a string onto a valid variable name.
12522 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12523
12524
12525 exec 6>&1
12526 ## ----------------------------------- ##
12527 ## Main body of $CONFIG_STATUS script. ##
12528 ## ----------------------------------- ##
12529 _ASEOF
12530 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12531
12532 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12533 # Save the log message, to keep $0 and so on meaningful, and to
12534 # report actual input values of CONFIG_FILES etc. instead of their
12535 # values after options handling.
12536 ac_log="
12537 This file was extended by $as_me, which was
12538 generated by GNU Autoconf 2.69. Invocation command line was
12539
12540 CONFIG_FILES = $CONFIG_FILES
12541 CONFIG_HEADERS = $CONFIG_HEADERS
12542 CONFIG_LINKS = $CONFIG_LINKS
12543 CONFIG_COMMANDS = $CONFIG_COMMANDS
12544 $ $0 $@
12545
12546 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12547 "
12548
12549 _ACEOF
12550
12551 case $ac_config_files in *"
12552 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12553 esac
12554
12555 case $ac_config_headers in *"
12556 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12557 esac
12558
12559
12560 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12561 # Files that config.status was made for.
12562 config_files="$ac_config_files"
12563 config_headers="$ac_config_headers"
12564 config_commands="$ac_config_commands"
12565
12566 _ACEOF
12567
12568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12569 ac_cs_usage="\
12570 \`$as_me' instantiates files and other configuration actions
12571 from templates according to the current configuration. Unless the files
12572 and actions are specified as TAGs, all are instantiated by default.
12573
12574 Usage: $0 [OPTION]... [TAG]...
12575
12576 -h, --help print this help, then exit
12577 -V, --version print version number and configuration settings, then exit
12578 --config print configuration, then exit
12579 -q, --quiet, --silent
12580 do not print progress messages
12581 -d, --debug don't remove temporary files
12582 --recheck update $as_me by reconfiguring in the same conditions
12583 --file=FILE[:TEMPLATE]
12584 instantiate the configuration file FILE
12585 --header=FILE[:TEMPLATE]
12586 instantiate the configuration header FILE
12587
12588 Configuration files:
12589 $config_files
12590
12591 Configuration headers:
12592 $config_headers
12593
12594 Configuration commands:
12595 $config_commands
12596
12597 Report bugs to the package provider."
12598
12599 _ACEOF
12600 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12601 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12602 ac_cs_version="\\
12603 config.status
12604 configured by $0, generated by GNU Autoconf 2.69,
12605 with options \\"\$ac_cs_config\\"
12606
12607 Copyright (C) 2012 Free Software Foundation, Inc.
12608 This config.status script is free software; the Free Software Foundation
12609 gives unlimited permission to copy, distribute and modify it."
12610
12611 ac_pwd='$ac_pwd'
12612 srcdir='$srcdir'
12613 INSTALL='$INSTALL'
12614 AWK='$AWK'
12615 test -n "\$AWK" || AWK=awk
12616 _ACEOF
12617
12618 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12619 # The default lists apply if the user does not specify any file.
12620 ac_need_defaults=:
12621 while test $# != 0
12622 do
12623 case $1 in
12624 --*=?*)
12625 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12626 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12627 ac_shift=:
12628 ;;
12629 --*=)
12630 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12631 ac_optarg=
12632 ac_shift=:
12633 ;;
12634 *)
12635 ac_option=$1
12636 ac_optarg=$2
12637 ac_shift=shift
12638 ;;
12639 esac
12640
12641 case $ac_option in
12642 # Handling of the options.
12643 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12644 ac_cs_recheck=: ;;
12645 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12646 $as_echo "$ac_cs_version"; exit ;;
12647 --config | --confi | --conf | --con | --co | --c )
12648 $as_echo "$ac_cs_config"; exit ;;
12649 --debug | --debu | --deb | --de | --d | -d )
12650 debug=: ;;
12651 --file | --fil | --fi | --f )
12652 $ac_shift
12653 case $ac_optarg in
12654 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12655 '') as_fn_error $? "missing file argument" ;;
12656 esac
12657 as_fn_append CONFIG_FILES " '$ac_optarg'"
12658 ac_need_defaults=false;;
12659 --header | --heade | --head | --hea )
12660 $ac_shift
12661 case $ac_optarg in
12662 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12663 esac
12664 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12665 ac_need_defaults=false;;
12666 --he | --h)
12667 # Conflict between --help and --header
12668 as_fn_error $? "ambiguous option: \`$1'
12669 Try \`$0 --help' for more information.";;
12670 --help | --hel | -h )
12671 $as_echo "$ac_cs_usage"; exit ;;
12672 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12673 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12674 ac_cs_silent=: ;;
12675
12676 # This is an error.
12677 -*) as_fn_error $? "unrecognized option: \`$1'
12678 Try \`$0 --help' for more information." ;;
12679
12680 *) as_fn_append ac_config_targets " $1"
12681 ac_need_defaults=false ;;
12682
12683 esac
12684 shift
12685 done
12686
12687 ac_configure_extra_args=
12688
12689 if $ac_cs_silent; then
12690 exec 6>/dev/null
12691 ac_configure_extra_args="$ac_configure_extra_args --silent"
12692 fi
12693
12694 _ACEOF
12695 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12696 if \$ac_cs_recheck; then
12697 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12698 shift
12699 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12700 CONFIG_SHELL='$SHELL'
12701 export CONFIG_SHELL
12702 exec "\$@"
12703 fi
12704
12705 _ACEOF
12706 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12707 exec 5>>config.log
12708 {
12709 echo
12710 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12711 ## Running $as_me. ##
12712 _ASBOX
12713 $as_echo "$ac_log"
12714 } >&5
12715
12716 _ACEOF
12717 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12718 #
12719 # INIT-COMMANDS
12720 #
12721 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12722
12723
12724 # The HP-UX ksh and POSIX shell print the target directory to stdout
12725 # if CDPATH is set.
12726 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12727
12728 sed_quote_subst='$sed_quote_subst'
12729 double_quote_subst='$double_quote_subst'
12730 delay_variable_subst='$delay_variable_subst'
12731 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12732 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12733 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12734 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12735 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12736 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12737 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12738 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12739 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12740 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12741 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12742 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12743 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12744 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12745 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12746 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12747 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12748 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12749 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12750 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12751 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12752 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12753 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12754 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12755 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12756 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12757 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12758 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12759 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12760 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12761 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12762 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12763 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12764 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12765 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12766 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12767 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12768 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12769 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12770 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12771 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12772 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12773 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12774 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12775 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12776 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12777 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12778 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12779 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
12780 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12781 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12782 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12783 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12784 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12785 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12786 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12787 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12788 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12789 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12790 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12791 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12792 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12793 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12794 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12795 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12796 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12797 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12798 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12799 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12800 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12801 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12802 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12803 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12804 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12805 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12806 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12807 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12808 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12809 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12810 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12811 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12812 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12813 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12814 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12815 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12816 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12817 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12818 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12819 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12820 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12821 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12822 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12823 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12824 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12825 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12826 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12827 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12828 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12829 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12830 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12831 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12832 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12833 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12834 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12835 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12836 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12837 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12838 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12839 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12840 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12841 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12842 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12843 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12844 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12845 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12846 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12847 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12848 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12849 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12850 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12851
12852 LTCC='$LTCC'
12853 LTCFLAGS='$LTCFLAGS'
12854 compiler='$compiler_DEFAULT'
12855
12856 # A function that is used when there is no print builtin or printf.
12857 func_fallback_echo ()
12858 {
12859 eval 'cat <<_LTECHO_EOF
12860 \$1
12861 _LTECHO_EOF'
12862 }
12863
12864 # Quote evaled strings.
12865 for var in SHELL \
12866 ECHO \
12867 SED \
12868 GREP \
12869 EGREP \
12870 FGREP \
12871 LD \
12872 NM \
12873 LN_S \
12874 lt_SP2NL \
12875 lt_NL2SP \
12876 reload_flag \
12877 OBJDUMP \
12878 deplibs_check_method \
12879 file_magic_cmd \
12880 AR \
12881 AR_FLAGS \
12882 STRIP \
12883 RANLIB \
12884 CC \
12885 CFLAGS \
12886 compiler \
12887 lt_cv_sys_global_symbol_pipe \
12888 lt_cv_sys_global_symbol_to_cdecl \
12889 lt_cv_sys_global_symbol_to_c_name_address \
12890 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12891 lt_prog_compiler_no_builtin_flag \
12892 lt_prog_compiler_wl \
12893 lt_prog_compiler_pic \
12894 lt_prog_compiler_static \
12895 lt_cv_prog_compiler_c_o \
12896 need_locks \
12897 DSYMUTIL \
12898 NMEDIT \
12899 LIPO \
12900 OTOOL \
12901 OTOOL64 \
12902 shrext_cmds \
12903 export_dynamic_flag_spec \
12904 whole_archive_flag_spec \
12905 compiler_needs_object \
12906 with_gnu_ld \
12907 allow_undefined_flag \
12908 no_undefined_flag \
12909 hardcode_libdir_flag_spec \
12910 hardcode_libdir_flag_spec_ld \
12911 hardcode_libdir_separator \
12912 fix_srcfile_path \
12913 exclude_expsyms \
12914 include_expsyms \
12915 file_list_spec \
12916 variables_saved_for_relink \
12917 libname_spec \
12918 library_names_spec \
12919 soname_spec \
12920 install_override_mode \
12921 finish_eval \
12922 old_striplib \
12923 striplib; do
12924 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12925 *[\\\\\\\`\\"\\\$]*)
12926 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12927 ;;
12928 *)
12929 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12930 ;;
12931 esac
12932 done
12933
12934 # Double-quote double-evaled strings.
12935 for var in reload_cmds \
12936 old_postinstall_cmds \
12937 old_postuninstall_cmds \
12938 old_archive_cmds \
12939 extract_expsyms_cmds \
12940 old_archive_from_new_cmds \
12941 old_archive_from_expsyms_cmds \
12942 archive_cmds \
12943 archive_expsym_cmds \
12944 module_cmds \
12945 module_expsym_cmds \
12946 export_symbols_cmds \
12947 prelink_cmds \
12948 postinstall_cmds \
12949 postuninstall_cmds \
12950 finish_cmds \
12951 sys_lib_search_path_spec \
12952 sys_lib_dlsearch_path_spec; do
12953 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12954 *[\\\\\\\`\\"\\\$]*)
12955 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12956 ;;
12957 *)
12958 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12959 ;;
12960 esac
12961 done
12962
12963 ac_aux_dir='$ac_aux_dir'
12964 xsi_shell='$xsi_shell'
12965 lt_shell_append='$lt_shell_append'
12966
12967 # See if we are running on zsh, and set the options which allow our
12968 # commands through without removal of \ escapes INIT.
12969 if test -n "\${ZSH_VERSION+set}" ; then
12970 setopt NO_GLOB_SUBST
12971 fi
12972
12973
12974 PACKAGE='$PACKAGE'
12975 VERSION='$VERSION'
12976 TIMESTAMP='$TIMESTAMP'
12977 RM='$RM'
12978 ofile='$ofile'
12979
12980
12981
12982
12983 _ACEOF
12984
12985 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12986
12987 # Handling of arguments.
12988 for ac_config_target in $ac_config_targets
12989 do
12990 case $ac_config_target in
12991 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
12992 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
12993 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12994 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12995 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12996 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12997 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12998 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12999
13000 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13001 esac
13002 done
13003
13004
13005 # If the user did not use the arguments to specify the items to instantiate,
13006 # then the envvar interface is used. Set only those that are not.
13007 # We use the long form for the default assignment because of an extremely
13008 # bizarre bug on SunOS 4.1.3.
13009 if $ac_need_defaults; then
13010 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13011 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13012 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13013 fi
13014
13015 # Have a temporary directory for convenience. Make it in the build tree
13016 # simply because there is no reason against having it here, and in addition,
13017 # creating and moving files from /tmp can sometimes cause problems.
13018 # Hook for its removal unless debugging.
13019 # Note that there is a small window in which the directory will not be cleaned:
13020 # after its creation but before its name has been assigned to `$tmp'.
13021 $debug ||
13022 {
13023 tmp= ac_tmp=
13024 trap 'exit_status=$?
13025 : "${ac_tmp:=$tmp}"
13026 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13027 ' 0
13028 trap 'as_fn_exit 1' 1 2 13 15
13029 }
13030 # Create a (secure) tmp directory for tmp files.
13031
13032 {
13033 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13034 test -d "$tmp"
13035 } ||
13036 {
13037 tmp=./conf$$-$RANDOM
13038 (umask 077 && mkdir "$tmp")
13039 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13040 ac_tmp=$tmp
13041
13042 # Set up the scripts for CONFIG_FILES section.
13043 # No need to generate them if there are no CONFIG_FILES.
13044 # This happens for instance with `./config.status config.h'.
13045 if test -n "$CONFIG_FILES"; then
13046
13047
13048 ac_cr=`echo X | tr X '\015'`
13049 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13050 # But we know of no other shell where ac_cr would be empty at this
13051 # point, so we can use a bashism as a fallback.
13052 if test "x$ac_cr" = x; then
13053 eval ac_cr=\$\'\\r\'
13054 fi
13055 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13056 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13057 ac_cs_awk_cr='\\r'
13058 else
13059 ac_cs_awk_cr=$ac_cr
13060 fi
13061
13062 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13063 _ACEOF
13064
13065
13066 {
13067 echo "cat >conf$$subs.awk <<_ACEOF" &&
13068 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13069 echo "_ACEOF"
13070 } >conf$$subs.sh ||
13071 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13072 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13073 ac_delim='%!_!# '
13074 for ac_last_try in false false false false false :; do
13075 . ./conf$$subs.sh ||
13076 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13077
13078 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13079 if test $ac_delim_n = $ac_delim_num; then
13080 break
13081 elif $ac_last_try; then
13082 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13083 else
13084 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13085 fi
13086 done
13087 rm -f conf$$subs.sh
13088
13089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13090 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13091 _ACEOF
13092 sed -n '
13093 h
13094 s/^/S["/; s/!.*/"]=/
13095 p
13096 g
13097 s/^[^!]*!//
13098 :repl
13099 t repl
13100 s/'"$ac_delim"'$//
13101 t delim
13102 :nl
13103 h
13104 s/\(.\{148\}\)..*/\1/
13105 t more1
13106 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13107 p
13108 n
13109 b repl
13110 :more1
13111 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13112 p
13113 g
13114 s/.\{148\}//
13115 t nl
13116 :delim
13117 h
13118 s/\(.\{148\}\)..*/\1/
13119 t more2
13120 s/["\\]/\\&/g; s/^/"/; s/$/"/
13121 p
13122 b
13123 :more2
13124 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13125 p
13126 g
13127 s/.\{148\}//
13128 t delim
13129 ' <conf$$subs.awk | sed '
13130 /^[^""]/{
13131 N
13132 s/\n//
13133 }
13134 ' >>$CONFIG_STATUS || ac_write_fail=1
13135 rm -f conf$$subs.awk
13136 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13137 _ACAWK
13138 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13139 for (key in S) S_is_set[key] = 1
13140 FS = "\a"
13141
13142 }
13143 {
13144 line = $ 0
13145 nfields = split(line, field, "@")
13146 substed = 0
13147 len = length(field[1])
13148 for (i = 2; i < nfields; i++) {
13149 key = field[i]
13150 keylen = length(key)
13151 if (S_is_set[key]) {
13152 value = S[key]
13153 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13154 len += length(value) + length(field[++i])
13155 substed = 1
13156 } else
13157 len += 1 + keylen
13158 }
13159
13160 print line
13161 }
13162
13163 _ACAWK
13164 _ACEOF
13165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13166 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13167 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13168 else
13169 cat
13170 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13171 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13172 _ACEOF
13173
13174 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13175 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13176 # trailing colons and then remove the whole line if VPATH becomes empty
13177 # (actually we leave an empty line to preserve line numbers).
13178 if test "x$srcdir" = x.; then
13179 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13180 h
13181 s///
13182 s/^/:/
13183 s/[ ]*$/:/
13184 s/:\$(srcdir):/:/g
13185 s/:\${srcdir}:/:/g
13186 s/:@srcdir@:/:/g
13187 s/^:*//
13188 s/:*$//
13189 x
13190 s/\(=[ ]*\).*/\1/
13191 G
13192 s/\n//
13193 s/^[^=]*=[ ]*$//
13194 }'
13195 fi
13196
13197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13198 fi # test -n "$CONFIG_FILES"
13199
13200 # Set up the scripts for CONFIG_HEADERS section.
13201 # No need to generate them if there are no CONFIG_HEADERS.
13202 # This happens for instance with `./config.status Makefile'.
13203 if test -n "$CONFIG_HEADERS"; then
13204 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13205 BEGIN {
13206 _ACEOF
13207
13208 # Transform confdefs.h into an awk script `defines.awk', embedded as
13209 # here-document in config.status, that substitutes the proper values into
13210 # config.h.in to produce config.h.
13211
13212 # Create a delimiter string that does not exist in confdefs.h, to ease
13213 # handling of long lines.
13214 ac_delim='%!_!# '
13215 for ac_last_try in false false :; do
13216 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13217 if test -z "$ac_tt"; then
13218 break
13219 elif $ac_last_try; then
13220 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13221 else
13222 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13223 fi
13224 done
13225
13226 # For the awk script, D is an array of macro values keyed by name,
13227 # likewise P contains macro parameters if any. Preserve backslash
13228 # newline sequences.
13229
13230 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13231 sed -n '
13232 s/.\{148\}/&'"$ac_delim"'/g
13233 t rset
13234 :rset
13235 s/^[ ]*#[ ]*define[ ][ ]*/ /
13236 t def
13237 d
13238 :def
13239 s/\\$//
13240 t bsnl
13241 s/["\\]/\\&/g
13242 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13243 D["\1"]=" \3"/p
13244 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13245 d
13246 :bsnl
13247 s/["\\]/\\&/g
13248 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13249 D["\1"]=" \3\\\\\\n"\\/p
13250 t cont
13251 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13252 t cont
13253 d
13254 :cont
13255 n
13256 s/.\{148\}/&'"$ac_delim"'/g
13257 t clear
13258 :clear
13259 s/\\$//
13260 t bsnlc
13261 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13262 d
13263 :bsnlc
13264 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13265 b cont
13266 ' <confdefs.h | sed '
13267 s/'"$ac_delim"'/"\\\
13268 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13269
13270 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13271 for (key in D) D_is_set[key] = 1
13272 FS = "\a"
13273 }
13274 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13275 line = \$ 0
13276 split(line, arg, " ")
13277 if (arg[1] == "#") {
13278 defundef = arg[2]
13279 mac1 = arg[3]
13280 } else {
13281 defundef = substr(arg[1], 2)
13282 mac1 = arg[2]
13283 }
13284 split(mac1, mac2, "(") #)
13285 macro = mac2[1]
13286 prefix = substr(line, 1, index(line, defundef) - 1)
13287 if (D_is_set[macro]) {
13288 # Preserve the white space surrounding the "#".
13289 print prefix "define", macro P[macro] D[macro]
13290 next
13291 } else {
13292 # Replace #undef with comments. This is necessary, for example,
13293 # in the case of _POSIX_SOURCE, which is predefined and required
13294 # on some systems where configure will not decide to define it.
13295 if (defundef == "undef") {
13296 print "/*", prefix defundef, macro, "*/"
13297 next
13298 }
13299 }
13300 }
13301 { print }
13302 _ACAWK
13303 _ACEOF
13304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13305 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13306 fi # test -n "$CONFIG_HEADERS"
13307
13308
13309 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13310 shift
13311 for ac_tag
13312 do
13313 case $ac_tag in
13314 :[FHLC]) ac_mode=$ac_tag; continue;;
13315 esac
13316 case $ac_mode$ac_tag in
13317 :[FHL]*:*);;
13318 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13319 :[FH]-) ac_tag=-:-;;
13320 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13321 esac
13322 ac_save_IFS=$IFS
13323 IFS=:
13324 set x $ac_tag
13325 IFS=$ac_save_IFS
13326 shift
13327 ac_file=$1
13328 shift
13329
13330 case $ac_mode in
13331 :L) ac_source=$1;;
13332 :[FH])
13333 ac_file_inputs=
13334 for ac_f
13335 do
13336 case $ac_f in
13337 -) ac_f="$ac_tmp/stdin";;
13338 *) # Look for the file first in the build tree, then in the source tree
13339 # (if the path is not absolute). The absolute path cannot be DOS-style,
13340 # because $ac_f cannot contain `:'.
13341 test -f "$ac_f" ||
13342 case $ac_f in
13343 [\\/$]*) false;;
13344 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13345 esac ||
13346 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13347 esac
13348 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13349 as_fn_append ac_file_inputs " '$ac_f'"
13350 done
13351
13352 # Let's still pretend it is `configure' which instantiates (i.e., don't
13353 # use $as_me), people would be surprised to read:
13354 # /* config.h. Generated by config.status. */
13355 configure_input='Generated from '`
13356 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13357 `' by configure.'
13358 if test x"$ac_file" != x-; then
13359 configure_input="$ac_file. $configure_input"
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13361 $as_echo "$as_me: creating $ac_file" >&6;}
13362 fi
13363 # Neutralize special characters interpreted by sed in replacement strings.
13364 case $configure_input in #(
13365 *\&* | *\|* | *\\* )
13366 ac_sed_conf_input=`$as_echo "$configure_input" |
13367 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13368 *) ac_sed_conf_input=$configure_input;;
13369 esac
13370
13371 case $ac_tag in
13372 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13373 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13374 esac
13375 ;;
13376 esac
13377
13378 ac_dir=`$as_dirname -- "$ac_file" ||
13379 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13380 X"$ac_file" : 'X\(//\)[^/]' \| \
13381 X"$ac_file" : 'X\(//\)$' \| \
13382 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13383 $as_echo X"$ac_file" |
13384 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13385 s//\1/
13386 q
13387 }
13388 /^X\(\/\/\)[^/].*/{
13389 s//\1/
13390 q
13391 }
13392 /^X\(\/\/\)$/{
13393 s//\1/
13394 q
13395 }
13396 /^X\(\/\).*/{
13397 s//\1/
13398 q
13399 }
13400 s/.*/./; q'`
13401 as_dir="$ac_dir"; as_fn_mkdir_p
13402 ac_builddir=.
13403
13404 case "$ac_dir" in
13405 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13406 *)
13407 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13408 # A ".." for each directory in $ac_dir_suffix.
13409 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13410 case $ac_top_builddir_sub in
13411 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13412 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13413 esac ;;
13414 esac
13415 ac_abs_top_builddir=$ac_pwd
13416 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13417 # for backward compatibility:
13418 ac_top_builddir=$ac_top_build_prefix
13419
13420 case $srcdir in
13421 .) # We are building in place.
13422 ac_srcdir=.
13423 ac_top_srcdir=$ac_top_builddir_sub
13424 ac_abs_top_srcdir=$ac_pwd ;;
13425 [\\/]* | ?:[\\/]* ) # Absolute name.
13426 ac_srcdir=$srcdir$ac_dir_suffix;
13427 ac_top_srcdir=$srcdir
13428 ac_abs_top_srcdir=$srcdir ;;
13429 *) # Relative name.
13430 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13431 ac_top_srcdir=$ac_top_build_prefix$srcdir
13432 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13433 esac
13434 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13435
13436
13437 case $ac_mode in
13438 :F)
13439 #
13440 # CONFIG_FILE
13441 #
13442
13443 case $INSTALL in
13444 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13445 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13446 esac
13447 _ACEOF
13448
13449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13450 # If the template does not know about datarootdir, expand it.
13451 # FIXME: This hack should be removed a few years after 2.60.
13452 ac_datarootdir_hack=; ac_datarootdir_seen=
13453 ac_sed_dataroot='
13454 /datarootdir/ {
13455 p
13456 q
13457 }
13458 /@datadir@/p
13459 /@docdir@/p
13460 /@infodir@/p
13461 /@localedir@/p
13462 /@mandir@/p'
13463 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13464 *datarootdir*) ac_datarootdir_seen=yes;;
13465 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13467 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13468 _ACEOF
13469 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13470 ac_datarootdir_hack='
13471 s&@datadir@&$datadir&g
13472 s&@docdir@&$docdir&g
13473 s&@infodir@&$infodir&g
13474 s&@localedir@&$localedir&g
13475 s&@mandir@&$mandir&g
13476 s&\\\${datarootdir}&$datarootdir&g' ;;
13477 esac
13478 _ACEOF
13479
13480 # Neutralize VPATH when `$srcdir' = `.'.
13481 # Shell code in configure.ac might set extrasub.
13482 # FIXME: do we really want to maintain this feature?
13483 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13484 ac_sed_extra="$ac_vpsub
13485 $extrasub
13486 _ACEOF
13487 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13488 :t
13489 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13490 s|@configure_input@|$ac_sed_conf_input|;t t
13491 s&@top_builddir@&$ac_top_builddir_sub&;t t
13492 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13493 s&@srcdir@&$ac_srcdir&;t t
13494 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13495 s&@top_srcdir@&$ac_top_srcdir&;t t
13496 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13497 s&@builddir@&$ac_builddir&;t t
13498 s&@abs_builddir@&$ac_abs_builddir&;t t
13499 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13500 s&@INSTALL@&$ac_INSTALL&;t t
13501 $ac_datarootdir_hack
13502 "
13503 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13504 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13505
13506 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13507 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13508 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13509 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13511 which seems to be undefined. Please make sure it is defined" >&5
13512 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13513 which seems to be undefined. Please make sure it is defined" >&2;}
13514
13515 rm -f "$ac_tmp/stdin"
13516 case $ac_file in
13517 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13518 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13519 esac \
13520 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13521 ;;
13522 :H)
13523 #
13524 # CONFIG_HEADER
13525 #
13526 if test x"$ac_file" != x-; then
13527 {
13528 $as_echo "/* $configure_input */" \
13529 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13530 } >"$ac_tmp/config.h" \
13531 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13532 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13534 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13535 else
13536 rm -f "$ac_file"
13537 mv "$ac_tmp/config.h" "$ac_file" \
13538 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13539 fi
13540 else
13541 $as_echo "/* $configure_input */" \
13542 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13543 || as_fn_error $? "could not create -" "$LINENO" 5
13544 fi
13545 ;;
13546
13547 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13548 $as_echo "$as_me: executing $ac_file commands" >&6;}
13549 ;;
13550 esac
13551
13552
13553 case $ac_file$ac_mode in
13554 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13555 "libtool":C)
13556
13557 # See if we are running on zsh, and set the options which allow our
13558 # commands through without removal of \ escapes.
13559 if test -n "${ZSH_VERSION+set}" ; then
13560 setopt NO_GLOB_SUBST
13561 fi
13562
13563 cfgfile="${ofile}T"
13564 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13565 $RM "$cfgfile"
13566
13567 cat <<_LT_EOF >> "$cfgfile"
13568 #! $SHELL
13569
13570 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13571 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13572 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13573 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13574 #
13575 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13576 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13577 # Written by Gordon Matzigkeit, 1996
13578 #
13579 # This file is part of GNU Libtool.
13580 #
13581 # GNU Libtool is free software; you can redistribute it and/or
13582 # modify it under the terms of the GNU General Public License as
13583 # published by the Free Software Foundation; either version 2 of
13584 # the License, or (at your option) any later version.
13585 #
13586 # As a special exception to the GNU General Public License,
13587 # if you distribute this file as part of a program or library that
13588 # is built using GNU Libtool, you may include this file under the
13589 # same distribution terms that you use for the rest of that program.
13590 #
13591 # GNU Libtool is distributed in the hope that it will be useful,
13592 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13593 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13594 # GNU General Public License for more details.
13595 #
13596 # You should have received a copy of the GNU General Public License
13597 # along with GNU Libtool; see the file COPYING. If not, a copy
13598 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13599 # obtained by writing to the Free Software Foundation, Inc.,
13600 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13601
13602
13603 # The names of the tagged configurations supported by this script.
13604 available_tags=""
13605
13606 # ### BEGIN LIBTOOL CONFIG
13607
13608 # Which release of libtool.m4 was used?
13609 macro_version=$macro_version
13610 macro_revision=$macro_revision
13611
13612 # Whether or not to build shared libraries.
13613 build_libtool_libs=$enable_shared
13614
13615 # Whether or not to build static libraries.
13616 build_old_libs=$enable_static
13617
13618 # What type of objects to build.
13619 pic_mode=$pic_mode
13620
13621 # Whether or not to optimize for fast installation.
13622 fast_install=$enable_fast_install
13623
13624 # Shell to use when invoking shell scripts.
13625 SHELL=$lt_SHELL
13626
13627 # An echo program that protects backslashes.
13628 ECHO=$lt_ECHO
13629
13630 # The host system.
13631 host_alias=$host_alias
13632 host=$host
13633 host_os=$host_os
13634
13635 # The build system.
13636 build_alias=$build_alias
13637 build=$build
13638 build_os=$build_os
13639
13640 # A sed program that does not truncate output.
13641 SED=$lt_SED
13642
13643 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13644 Xsed="\$SED -e 1s/^X//"
13645
13646 # A grep program that handles long lines.
13647 GREP=$lt_GREP
13648
13649 # An ERE matcher.
13650 EGREP=$lt_EGREP
13651
13652 # A literal string matcher.
13653 FGREP=$lt_FGREP
13654
13655 # A BSD- or MS-compatible name lister.
13656 NM=$lt_NM
13657
13658 # Whether we need soft or hard links.
13659 LN_S=$lt_LN_S
13660
13661 # What is the maximum length of a command?
13662 max_cmd_len=$max_cmd_len
13663
13664 # Object file suffix (normally "o").
13665 objext=$ac_objext
13666
13667 # Executable file suffix (normally "").
13668 exeext=$exeext
13669
13670 # whether the shell understands "unset".
13671 lt_unset=$lt_unset
13672
13673 # turn spaces into newlines.
13674 SP2NL=$lt_lt_SP2NL
13675
13676 # turn newlines into spaces.
13677 NL2SP=$lt_lt_NL2SP
13678
13679 # An object symbol dumper.
13680 OBJDUMP=$lt_OBJDUMP
13681
13682 # Method to check whether dependent libraries are shared objects.
13683 deplibs_check_method=$lt_deplibs_check_method
13684
13685 # Command to use when deplibs_check_method == "file_magic".
13686 file_magic_cmd=$lt_file_magic_cmd
13687
13688 # The archiver.
13689 AR=$lt_AR
13690 AR_FLAGS=$lt_AR_FLAGS
13691
13692 # A symbol stripping program.
13693 STRIP=$lt_STRIP
13694
13695 # Commands used to install an old-style archive.
13696 RANLIB=$lt_RANLIB
13697 old_postinstall_cmds=$lt_old_postinstall_cmds
13698 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13699
13700 # Whether to use a lock for old archive extraction.
13701 lock_old_archive_extraction=$lock_old_archive_extraction
13702
13703 # A C compiler.
13704 LTCC=$lt_CC
13705
13706 # LTCC compiler flags.
13707 LTCFLAGS=$lt_CFLAGS
13708
13709 # Take the output of nm and produce a listing of raw symbols and C names.
13710 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13711
13712 # Transform the output of nm in a proper C declaration.
13713 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13714
13715 # Transform the output of nm in a C name address pair.
13716 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13717
13718 # Transform the output of nm in a C name address pair when lib prefix is needed.
13719 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13720
13721 # The name of the directory that contains temporary libtool files.
13722 objdir=$objdir
13723
13724 # Used to examine libraries when file_magic_cmd begins with "file".
13725 MAGIC_CMD=$MAGIC_CMD
13726
13727 # Must we lock files when doing compilation?
13728 need_locks=$lt_need_locks
13729
13730 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13731 DSYMUTIL=$lt_DSYMUTIL
13732
13733 # Tool to change global to local symbols on Mac OS X.
13734 NMEDIT=$lt_NMEDIT
13735
13736 # Tool to manipulate fat objects and archives on Mac OS X.
13737 LIPO=$lt_LIPO
13738
13739 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13740 OTOOL=$lt_OTOOL
13741
13742 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13743 OTOOL64=$lt_OTOOL64
13744
13745 # Old archive suffix (normally "a").
13746 libext=$libext
13747
13748 # Shared library suffix (normally ".so").
13749 shrext_cmds=$lt_shrext_cmds
13750
13751 # The commands to extract the exported symbol list from a shared archive.
13752 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13753
13754 # Variables whose values should be saved in libtool wrapper scripts and
13755 # restored at link time.
13756 variables_saved_for_relink=$lt_variables_saved_for_relink
13757
13758 # Do we need the "lib" prefix for modules?
13759 need_lib_prefix=$need_lib_prefix
13760
13761 # Do we need a version for libraries?
13762 need_version=$need_version
13763
13764 # Library versioning type.
13765 version_type=$version_type
13766
13767 # Shared library runtime path variable.
13768 runpath_var=$runpath_var
13769
13770 # Shared library path variable.
13771 shlibpath_var=$shlibpath_var
13772
13773 # Is shlibpath searched before the hard-coded library search path?
13774 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13775
13776 # Format of library name prefix.
13777 libname_spec=$lt_libname_spec
13778
13779 # List of archive names. First name is the real one, the rest are links.
13780 # The last name is the one that the linker finds with -lNAME
13781 library_names_spec=$lt_library_names_spec
13782
13783 # The coded name of the library, if different from the real name.
13784 soname_spec=$lt_soname_spec
13785
13786 # Permission mode override for installation of shared libraries.
13787 install_override_mode=$lt_install_override_mode
13788
13789 # Command to use after installation of a shared archive.
13790 postinstall_cmds=$lt_postinstall_cmds
13791
13792 # Command to use after uninstallation of a shared archive.
13793 postuninstall_cmds=$lt_postuninstall_cmds
13794
13795 # Commands used to finish a libtool library installation in a directory.
13796 finish_cmds=$lt_finish_cmds
13797
13798 # As "finish_cmds", except a single script fragment to be evaled but
13799 # not shown.
13800 finish_eval=$lt_finish_eval
13801
13802 # Whether we should hardcode library paths into libraries.
13803 hardcode_into_libs=$hardcode_into_libs
13804
13805 # Compile-time system search path for libraries.
13806 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13807
13808 # Run-time system search path for libraries.
13809 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13810
13811 # Whether dlopen is supported.
13812 dlopen_support=$enable_dlopen
13813
13814 # Whether dlopen of programs is supported.
13815 dlopen_self=$enable_dlopen_self
13816
13817 # Whether dlopen of statically linked programs is supported.
13818 dlopen_self_static=$enable_dlopen_self_static
13819
13820 # Commands to strip libraries.
13821 old_striplib=$lt_old_striplib
13822 striplib=$lt_striplib
13823
13824
13825 # The linker used to build libraries.
13826 LD=$lt_LD
13827
13828 # How to create reloadable object files.
13829 reload_flag=$lt_reload_flag
13830 reload_cmds=$lt_reload_cmds
13831
13832 # Commands used to build an old-style archive.
13833 old_archive_cmds=$lt_old_archive_cmds
13834
13835 # A language specific compiler.
13836 CC=$lt_compiler
13837
13838 # Is the compiler the GNU compiler?
13839 with_gcc=$GCC
13840
13841 # Compiler flag to turn off builtin functions.
13842 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13843
13844 # How to pass a linker flag through the compiler.
13845 wl=$lt_lt_prog_compiler_wl
13846
13847 # Additional compiler flags for building library objects.
13848 pic_flag=$lt_lt_prog_compiler_pic
13849
13850 # Compiler flag to prevent dynamic linking.
13851 link_static_flag=$lt_lt_prog_compiler_static
13852
13853 # Does compiler simultaneously support -c and -o options?
13854 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13855
13856 # Whether or not to add -lc for building shared libraries.
13857 build_libtool_need_lc=$archive_cmds_need_lc
13858
13859 # Whether or not to disallow shared libs when runtime libs are static.
13860 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13861
13862 # Compiler flag to allow reflexive dlopens.
13863 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13864
13865 # Compiler flag to generate shared objects directly from archives.
13866 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13867
13868 # Whether the compiler copes with passing no objects directly.
13869 compiler_needs_object=$lt_compiler_needs_object
13870
13871 # Create an old-style archive from a shared archive.
13872 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13873
13874 # Create a temporary old-style archive to link instead of a shared archive.
13875 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13876
13877 # Commands used to build a shared archive.
13878 archive_cmds=$lt_archive_cmds
13879 archive_expsym_cmds=$lt_archive_expsym_cmds
13880
13881 # Commands used to build a loadable module if different from building
13882 # a shared archive.
13883 module_cmds=$lt_module_cmds
13884 module_expsym_cmds=$lt_module_expsym_cmds
13885
13886 # Whether we are building with GNU ld or not.
13887 with_gnu_ld=$lt_with_gnu_ld
13888
13889 # Flag that allows shared libraries with undefined symbols to be built.
13890 allow_undefined_flag=$lt_allow_undefined_flag
13891
13892 # Flag that enforces no undefined symbols.
13893 no_undefined_flag=$lt_no_undefined_flag
13894
13895 # Flag to hardcode \$libdir into a binary during linking.
13896 # This must work even if \$libdir does not exist
13897 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13898
13899 # If ld is used when linking, flag to hardcode \$libdir into a binary
13900 # during linking. This must work even if \$libdir does not exist.
13901 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13902
13903 # Whether we need a single "-rpath" flag with a separated argument.
13904 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13905
13906 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13907 # DIR into the resulting binary.
13908 hardcode_direct=$hardcode_direct
13909
13910 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13911 # DIR into the resulting binary and the resulting library dependency is
13912 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13913 # library is relocated.
13914 hardcode_direct_absolute=$hardcode_direct_absolute
13915
13916 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13917 # into the resulting binary.
13918 hardcode_minus_L=$hardcode_minus_L
13919
13920 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13921 # into the resulting binary.
13922 hardcode_shlibpath_var=$hardcode_shlibpath_var
13923
13924 # Set to "yes" if building a shared library automatically hardcodes DIR
13925 # into the library and all subsequent libraries and executables linked
13926 # against it.
13927 hardcode_automatic=$hardcode_automatic
13928
13929 # Set to yes if linker adds runtime paths of dependent libraries
13930 # to runtime path list.
13931 inherit_rpath=$inherit_rpath
13932
13933 # Whether libtool must link a program against all its dependency libraries.
13934 link_all_deplibs=$link_all_deplibs
13935
13936 # Fix the shell variable \$srcfile for the compiler.
13937 fix_srcfile_path=$lt_fix_srcfile_path
13938
13939 # Set to "yes" if exported symbols are required.
13940 always_export_symbols=$always_export_symbols
13941
13942 # The commands to list exported symbols.
13943 export_symbols_cmds=$lt_export_symbols_cmds
13944
13945 # Symbols that should not be listed in the preloaded symbols.
13946 exclude_expsyms=$lt_exclude_expsyms
13947
13948 # Symbols that must always be exported.
13949 include_expsyms=$lt_include_expsyms
13950
13951 # Commands necessary for linking programs (against libraries) with templates.
13952 prelink_cmds=$lt_prelink_cmds
13953
13954 # Specify filename containing input files.
13955 file_list_spec=$lt_file_list_spec
13956
13957 # How to hardcode a shared library path into an executable.
13958 hardcode_action=$hardcode_action
13959
13960 # ### END LIBTOOL CONFIG
13961
13962 _LT_EOF
13963
13964 case $host_os in
13965 aix3*)
13966 cat <<\_LT_EOF >> "$cfgfile"
13967 # AIX sometimes has problems with the GCC collect2 program. For some
13968 # reason, if we set the COLLECT_NAMES environment variable, the problems
13969 # vanish in a puff of smoke.
13970 if test "X${COLLECT_NAMES+set}" != Xset; then
13971 COLLECT_NAMES=
13972 export COLLECT_NAMES
13973 fi
13974 _LT_EOF
13975 ;;
13976 esac
13977
13978
13979 ltmain="$ac_aux_dir/ltmain.sh"
13980
13981
13982 # We use sed instead of cat because bash on DJGPP gets confused if
13983 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13984 # text mode, it properly converts lines to CR/LF. This bash problem
13985 # is reportedly fixed, but why not run on old versions too?
13986 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13987 || (rm -f "$cfgfile"; exit 1)
13988
13989 case $xsi_shell in
13990 yes)
13991 cat << \_LT_EOF >> "$cfgfile"
13992
13993 # func_dirname file append nondir_replacement
13994 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13995 # otherwise set result to NONDIR_REPLACEMENT.
13996 func_dirname ()
13997 {
13998 case ${1} in
13999 */*) func_dirname_result="${1%/*}${2}" ;;
14000 * ) func_dirname_result="${3}" ;;
14001 esac
14002 }
14003
14004 # func_basename file
14005 func_basename ()
14006 {
14007 func_basename_result="${1##*/}"
14008 }
14009
14010 # func_dirname_and_basename file append nondir_replacement
14011 # perform func_basename and func_dirname in a single function
14012 # call:
14013 # dirname: Compute the dirname of FILE. If nonempty,
14014 # add APPEND to the result, otherwise set result
14015 # to NONDIR_REPLACEMENT.
14016 # value returned in "$func_dirname_result"
14017 # basename: Compute filename of FILE.
14018 # value retuned in "$func_basename_result"
14019 # Implementation must be kept synchronized with func_dirname
14020 # and func_basename. For efficiency, we do not delegate to
14021 # those functions but instead duplicate the functionality here.
14022 func_dirname_and_basename ()
14023 {
14024 case ${1} in
14025 */*) func_dirname_result="${1%/*}${2}" ;;
14026 * ) func_dirname_result="${3}" ;;
14027 esac
14028 func_basename_result="${1##*/}"
14029 }
14030
14031 # func_stripname prefix suffix name
14032 # strip PREFIX and SUFFIX off of NAME.
14033 # PREFIX and SUFFIX must not contain globbing or regex special
14034 # characters, hashes, percent signs, but SUFFIX may contain a leading
14035 # dot (in which case that matches only a dot).
14036 func_stripname ()
14037 {
14038 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14039 # positional parameters, so assign one to ordinary parameter first.
14040 func_stripname_result=${3}
14041 func_stripname_result=${func_stripname_result#"${1}"}
14042 func_stripname_result=${func_stripname_result%"${2}"}
14043 }
14044
14045 # func_opt_split
14046 func_opt_split ()
14047 {
14048 func_opt_split_opt=${1%%=*}
14049 func_opt_split_arg=${1#*=}
14050 }
14051
14052 # func_lo2o object
14053 func_lo2o ()
14054 {
14055 case ${1} in
14056 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14057 *) func_lo2o_result=${1} ;;
14058 esac
14059 }
14060
14061 # func_xform libobj-or-source
14062 func_xform ()
14063 {
14064 func_xform_result=${1%.*}.lo
14065 }
14066
14067 # func_arith arithmetic-term...
14068 func_arith ()
14069 {
14070 func_arith_result=$(( $* ))
14071 }
14072
14073 # func_len string
14074 # STRING may not start with a hyphen.
14075 func_len ()
14076 {
14077 func_len_result=${#1}
14078 }
14079
14080 _LT_EOF
14081 ;;
14082 *) # Bourne compatible functions.
14083 cat << \_LT_EOF >> "$cfgfile"
14084
14085 # func_dirname file append nondir_replacement
14086 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14087 # otherwise set result to NONDIR_REPLACEMENT.
14088 func_dirname ()
14089 {
14090 # Extract subdirectory from the argument.
14091 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14092 if test "X$func_dirname_result" = "X${1}"; then
14093 func_dirname_result="${3}"
14094 else
14095 func_dirname_result="$func_dirname_result${2}"
14096 fi
14097 }
14098
14099 # func_basename file
14100 func_basename ()
14101 {
14102 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14103 }
14104
14105
14106 # func_stripname prefix suffix name
14107 # strip PREFIX and SUFFIX off of NAME.
14108 # PREFIX and SUFFIX must not contain globbing or regex special
14109 # characters, hashes, percent signs, but SUFFIX may contain a leading
14110 # dot (in which case that matches only a dot).
14111 # func_strip_suffix prefix name
14112 func_stripname ()
14113 {
14114 case ${2} in
14115 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14116 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14117 esac
14118 }
14119
14120 # sed scripts:
14121 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14122 my_sed_long_arg='1s/^-[^=]*=//'
14123
14124 # func_opt_split
14125 func_opt_split ()
14126 {
14127 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14128 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14129 }
14130
14131 # func_lo2o object
14132 func_lo2o ()
14133 {
14134 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14135 }
14136
14137 # func_xform libobj-or-source
14138 func_xform ()
14139 {
14140 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14141 }
14142
14143 # func_arith arithmetic-term...
14144 func_arith ()
14145 {
14146 func_arith_result=`expr "$@"`
14147 }
14148
14149 # func_len string
14150 # STRING may not start with a hyphen.
14151 func_len ()
14152 {
14153 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14154 }
14155
14156 _LT_EOF
14157 esac
14158
14159 case $lt_shell_append in
14160 yes)
14161 cat << \_LT_EOF >> "$cfgfile"
14162
14163 # func_append var value
14164 # Append VALUE to the end of shell variable VAR.
14165 func_append ()
14166 {
14167 eval "$1+=\$2"
14168 }
14169 _LT_EOF
14170 ;;
14171 *)
14172 cat << \_LT_EOF >> "$cfgfile"
14173
14174 # func_append var value
14175 # Append VALUE to the end of shell variable VAR.
14176 func_append ()
14177 {
14178 eval "$1=\$$1\$2"
14179 }
14180
14181 _LT_EOF
14182 ;;
14183 esac
14184
14185
14186 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14187 || (rm -f "$cfgfile"; exit 1)
14188
14189 mv -f "$cfgfile" "$ofile" ||
14190 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14191 chmod +x "$ofile"
14192
14193 ;;
14194 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14195 rm -f Makesim1.tmp Makesim2.tmp Makefile
14196 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14197 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14198 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14199 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14200 <Makefile.sim >Makefile
14201 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14202 ;;
14203 "stamp-h":C) echo > stamp-h ;;
14204
14205 esac
14206 done # for ac_tag
14207
14208
14209 as_fn_exit 0
14210 _ACEOF
14211 ac_clean_files=$ac_clean_files_save
14212
14213 test $ac_write_fail = 0 ||
14214 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14215
14216
14217 # configure is writing to config.log, and then calls config.status.
14218 # config.status does its own redirection, appending to config.log.
14219 # Unfortunately, on DOS this fails, as config.log is still kept open
14220 # by configure, so config.status won't be able to write to it; its
14221 # output is simply discarded. So we exec the FD to /dev/null,
14222 # effectively closing config.log, so it can be properly (re)opened and
14223 # appended to by config.status. When coming back to configure, we
14224 # need to make the FD available again.
14225 if test "$no_create" != yes; then
14226 ac_cs_success=:
14227 ac_config_status_args=
14228 test "$silent" = yes &&
14229 ac_config_status_args="$ac_config_status_args --quiet"
14230 exec 5>/dev/null
14231 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14232 exec 5>>config.log
14233 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14234 # would make configure fail if this is the last instruction.
14235 $ac_cs_success || as_fn_exit 1
14236 fi
14237 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14239 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14240 fi
14241
14242