]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m32r/configure
b144a151107d269392b42a219400668455dcb628
[thirdparty/binutils-gdb.git] / sim / m32r / 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_float
636 sim_bitsize
637 cgen_breaks
638 sim_extra_cflags
639 traps_obj
640 cgen
641 cgendir
642 CGEN_MAINT
643 MAINT
644 MAINTAINER_MODE_FALSE
645 MAINTAINER_MODE_TRUE
646 lt_cv_dlopen_libs
647 OTOOL64
648 OTOOL
649 LIPO
650 NMEDIT
651 DSYMUTIL
652 AWK
653 STRIP
654 OBJDUMP
655 LN_S
656 NM
657 ac_ct_DUMPBIN
658 DUMPBIN
659 LD
660 FGREP
661 SED
662 LIBTOOL
663 PLUGINS_FALSE
664 PLUGINS_TRUE
665 zlibinc
666 zlibdir
667 CATOBJEXT
668 GENCAT
669 INSTOBJEXT
670 DATADIRNAME
671 CATALOGS
672 POSUB
673 GMSGFMT
674 XGETTEXT
675 INCINTL
676 LIBINTL_DEP
677 LIBINTL
678 USE_NLS
679 CCDEPMODE
680 DEPDIR
681 am__leading_dot
682 C_DIALECT
683 RANLIB
684 AR
685 LDFLAGS_FOR_BUILD
686 CFLAGS_FOR_BUILD
687 RANLIB_FOR_BUILD
688 CC_FOR_BUILD
689 AR_FOR_BUILD
690 INSTALL_DATA
691 INSTALL_SCRIPT
692 INSTALL_PROGRAM
693 EGREP
694 GREP
695 CPP
696 OBJEXT
697 EXEEXT
698 ac_ct_CC
699 CPPFLAGS
700 LDFLAGS
701 CFLAGS
702 CC
703 target_os
704 target_vendor
705 target_cpu
706 target
707 host_os
708 host_vendor
709 host_cpu
710 host
711 build_os
712 build_vendor
713 build_cpu
714 build
715 target_alias
716 host_alias
717 build_alias
718 LIBS
719 ECHO_T
720 ECHO_N
721 ECHO_C
722 DEFS
723 mandir
724 localedir
725 libdir
726 psdir
727 pdfdir
728 dvidir
729 htmldir
730 infodir
731 docdir
732 oldincludedir
733 includedir
734 localstatedir
735 sharedstatedir
736 sysconfdir
737 datadir
738 datarootdir
739 libexecdir
740 sbindir
741 bindir
742 program_transform_name
743 prefix
744 exec_prefix
745 PACKAGE_URL
746 PACKAGE_BUGREPORT
747 PACKAGE_STRING
748 PACKAGE_VERSION
749 PACKAGE_TARNAME
750 PACKAGE_NAME
751 PATH_SEPARATOR
752 SHELL
753 WERROR_CFLAGS
754 WARN_CFLAGS
755 sim_scache
756 sim_inline
757 sim_hw
758 sim_hw_objs
759 sim_hw_cflags
760 sim_default_model'
761 ac_subst_files=''
762 ac_user_opts='
763 enable_option_checking
764 with_system_zlib
765 enable_plugins
766 enable_shared
767 enable_static
768 with_pic
769 enable_fast_install
770 with_gnu_ld
771 enable_libtool_lock
772 enable_maintainer_mode
773 enable_sim_inline
774 enable_sim_scache
775 enable_sim_default_model
776 enable_cgen_maint
777 enable_sim_hardware
778 enable_werror
779 enable_build_warnings
780 enable_sim_build_warnings
781 '
782 ac_precious_vars='build_alias
783 host_alias
784 target_alias
785 CC
786 CFLAGS
787 LDFLAGS
788 LIBS
789 CPPFLAGS
790 CPP'
791
792
793 # Initialize some variables set by options.
794 ac_init_help=
795 ac_init_version=false
796 ac_unrecognized_opts=
797 ac_unrecognized_sep=
798 # The variables have the same names as the options, with
799 # dashes changed to underlines.
800 cache_file=/dev/null
801 exec_prefix=NONE
802 no_create=
803 no_recursion=
804 prefix=NONE
805 program_prefix=NONE
806 program_suffix=NONE
807 program_transform_name=s,x,x,
808 silent=
809 site=
810 srcdir=
811 verbose=
812 x_includes=NONE
813 x_libraries=NONE
814
815 # Installation directory options.
816 # These are left unexpanded so users can "make install exec_prefix=/foo"
817 # and all the variables that are supposed to be based on exec_prefix
818 # by default will actually change.
819 # Use braces instead of parens because sh, perl, etc. also accept them.
820 # (The list follows the same order as the GNU Coding Standards.)
821 bindir='${exec_prefix}/bin'
822 sbindir='${exec_prefix}/sbin'
823 libexecdir='${exec_prefix}/libexec'
824 datarootdir='${prefix}/share'
825 datadir='${datarootdir}'
826 sysconfdir='${prefix}/etc'
827 sharedstatedir='${prefix}/com'
828 localstatedir='${prefix}/var'
829 includedir='${prefix}/include'
830 oldincludedir='/usr/include'
831 docdir='${datarootdir}/doc/${PACKAGE}'
832 infodir='${datarootdir}/info'
833 htmldir='${docdir}'
834 dvidir='${docdir}'
835 pdfdir='${docdir}'
836 psdir='${docdir}'
837 libdir='${exec_prefix}/lib'
838 localedir='${datarootdir}/locale'
839 mandir='${datarootdir}/man'
840
841 ac_prev=
842 ac_dashdash=
843 for ac_option
844 do
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
847 eval $ac_prev=\$ac_option
848 ac_prev=
849 continue
850 fi
851
852 case $ac_option in
853 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *=) ac_optarg= ;;
855 *) ac_optarg=yes ;;
856 esac
857
858 # Accept the important Cygnus configure options, so we can diagnose typos.
859
860 case $ac_dashdash$ac_option in
861 --)
862 ac_dashdash=yes ;;
863
864 -bindir | --bindir | --bindi | --bind | --bin | --bi)
865 ac_prev=bindir ;;
866 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
867 bindir=$ac_optarg ;;
868
869 -build | --build | --buil | --bui | --bu)
870 ac_prev=build_alias ;;
871 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
872 build_alias=$ac_optarg ;;
873
874 -cache-file | --cache-file | --cache-fil | --cache-fi \
875 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
876 ac_prev=cache_file ;;
877 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
878 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
879 cache_file=$ac_optarg ;;
880
881 --config-cache | -C)
882 cache_file=config.cache ;;
883
884 -datadir | --datadir | --datadi | --datad)
885 ac_prev=datadir ;;
886 -datadir=* | --datadir=* | --datadi=* | --datad=*)
887 datadir=$ac_optarg ;;
888
889 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
890 | --dataroo | --dataro | --datar)
891 ac_prev=datarootdir ;;
892 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
893 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
894 datarootdir=$ac_optarg ;;
895
896 -disable-* | --disable-*)
897 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
898 # Reject names that are not valid shell variable names.
899 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
900 as_fn_error $? "invalid feature name: $ac_useropt"
901 ac_useropt_orig=$ac_useropt
902 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
903 case $ac_user_opts in
904 *"
905 "enable_$ac_useropt"
906 "*) ;;
907 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
908 ac_unrecognized_sep=', ';;
909 esac
910 eval enable_$ac_useropt=no ;;
911
912 -docdir | --docdir | --docdi | --doc | --do)
913 ac_prev=docdir ;;
914 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915 docdir=$ac_optarg ;;
916
917 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918 ac_prev=dvidir ;;
919 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920 dvidir=$ac_optarg ;;
921
922 -enable-* | --enable-*)
923 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
924 # Reject names that are not valid shell variable names.
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926 as_fn_error $? "invalid feature name: $ac_useropt"
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931 "enable_$ac_useropt"
932 "*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
935 esac
936 eval enable_$ac_useropt=\$ac_optarg ;;
937
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
946
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
950
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
957
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
962
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
968
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
975
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
980
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
985
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
992
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
997
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1004
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1009
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1013
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1017
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1021
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1030
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1035
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1042
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1049
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1066
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1071
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1076
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1080
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1086
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1097
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1102
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1107
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1114
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1119
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1122
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1125
1126 -with-* | --with-*)
1127 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1130 as_fn_error $? "invalid package name: $ac_useropt"
1131 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in
1134 *"
1135 "with_$ac_useropt"
1136 "*) ;;
1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1138 ac_unrecognized_sep=', ';;
1139 esac
1140 eval with_$ac_useropt=\$ac_optarg ;;
1141
1142 -without-* | --without-*)
1143 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1144 # Reject names that are not valid shell variable names.
1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1146 as_fn_error $? "invalid package name: $ac_useropt"
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151 "with_$ac_useropt"
1152 "*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
1155 esac
1156 eval with_$ac_useropt=no ;;
1157
1158 --x)
1159 # Obsolete; use --with-x.
1160 with_x=yes ;;
1161
1162 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1163 | --x-incl | --x-inc | --x-in | --x-i)
1164 ac_prev=x_includes ;;
1165 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1166 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1167 x_includes=$ac_optarg ;;
1168
1169 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1170 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1171 ac_prev=x_libraries ;;
1172 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1173 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1174 x_libraries=$ac_optarg ;;
1175
1176 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1177 Try \`$0 --help' for more information"
1178 ;;
1179
1180 *=*)
1181 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1182 # Reject names that are not valid shell variable names.
1183 case $ac_envvar in #(
1184 '' | [0-9]* | *[!_$as_cr_alnum]* )
1185 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1186 esac
1187 eval $ac_envvar=\$ac_optarg
1188 export $ac_envvar ;;
1189
1190 *)
1191 # FIXME: should be removed in autoconf 3.0.
1192 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1193 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1194 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1195 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1196 ;;
1197
1198 esac
1199 done
1200
1201 if test -n "$ac_prev"; then
1202 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1203 as_fn_error $? "missing argument to $ac_option"
1204 fi
1205
1206 if test -n "$ac_unrecognized_opts"; then
1207 case $enable_option_checking in
1208 no) ;;
1209 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1210 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1211 esac
1212 fi
1213
1214 # Check all directory arguments for consistency.
1215 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1216 datadir sysconfdir sharedstatedir localstatedir includedir \
1217 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1218 libdir localedir mandir
1219 do
1220 eval ac_val=\$$ac_var
1221 # Remove trailing slashes.
1222 case $ac_val in
1223 */ )
1224 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1225 eval $ac_var=\$ac_val;;
1226 esac
1227 # Be sure to have absolute directory names.
1228 case $ac_val in
1229 [\\/$]* | ?:[\\/]* ) continue;;
1230 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1231 esac
1232 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1233 done
1234
1235 # There might be people who depend on the old broken behavior: `$host'
1236 # used to hold the argument of --host etc.
1237 # FIXME: To remove some day.
1238 build=$build_alias
1239 host=$host_alias
1240 target=$target_alias
1241
1242 # FIXME: To remove some day.
1243 if test "x$host_alias" != x; then
1244 if test "x$build_alias" = x; then
1245 cross_compiling=maybe
1246 elif test "x$build_alias" != "x$host_alias"; then
1247 cross_compiling=yes
1248 fi
1249 fi
1250
1251 ac_tool_prefix=
1252 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1253
1254 test "$silent" = yes && exec 6>/dev/null
1255
1256
1257 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1258 ac_ls_di=`ls -di .` &&
1259 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1260 as_fn_error $? "working directory cannot be determined"
1261 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1262 as_fn_error $? "pwd does not report name of working directory"
1263
1264
1265 # Find the source files, if location was not specified.
1266 if test -z "$srcdir"; then
1267 ac_srcdir_defaulted=yes
1268 # Try the directory containing this script, then the parent directory.
1269 ac_confdir=`$as_dirname -- "$as_myself" ||
1270 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1271 X"$as_myself" : 'X\(//\)[^/]' \| \
1272 X"$as_myself" : 'X\(//\)$' \| \
1273 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1274 $as_echo X"$as_myself" |
1275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)[^/].*/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\).*/{
1288 s//\1/
1289 q
1290 }
1291 s/.*/./; q'`
1292 srcdir=$ac_confdir
1293 if test ! -r "$srcdir/$ac_unique_file"; then
1294 srcdir=..
1295 fi
1296 else
1297 ac_srcdir_defaulted=no
1298 fi
1299 if test ! -r "$srcdir/$ac_unique_file"; then
1300 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1301 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1302 fi
1303 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1304 ac_abs_confdir=`(
1305 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1306 pwd)`
1307 # When building in place, set srcdir=.
1308 if test "$ac_abs_confdir" = "$ac_pwd"; then
1309 srcdir=.
1310 fi
1311 # Remove unnecessary trailing slashes from srcdir.
1312 # Double slashes in file names in object file debugging info
1313 # mess up M-x gdb in Emacs.
1314 case $srcdir in
1315 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1316 esac
1317 for ac_var in $ac_precious_vars; do
1318 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_env_${ac_var}_value=\$${ac_var}
1320 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1321 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1322 done
1323
1324 #
1325 # Report the --help message.
1326 #
1327 if test "$ac_init_help" = "long"; then
1328 # Omit some internal or obsolete options to make the list less imposing.
1329 # This message is too long to be a string in the A/UX 3.1 sh.
1330 cat <<_ACEOF
1331 \`configure' configures this package to adapt to many kinds of systems.
1332
1333 Usage: $0 [OPTION]... [VAR=VALUE]...
1334
1335 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1336 VAR=VALUE. See below for descriptions of some of the useful variables.
1337
1338 Defaults for the options are specified in brackets.
1339
1340 Configuration:
1341 -h, --help display this help and exit
1342 --help=short display options specific to this package
1343 --help=recursive display the short help of all the included packages
1344 -V, --version display version information and exit
1345 -q, --quiet, --silent do not print \`checking ...' messages
1346 --cache-file=FILE cache test results in FILE [disabled]
1347 -C, --config-cache alias for \`--cache-file=config.cache'
1348 -n, --no-create do not create output files
1349 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1350
1351 Installation directories:
1352 --prefix=PREFIX install architecture-independent files in PREFIX
1353 [$ac_default_prefix]
1354 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1355 [PREFIX]
1356
1357 By default, \`make install' will install all the files in
1358 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1359 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1360 for instance \`--prefix=\$HOME'.
1361
1362 For better control, use the options below.
1363
1364 Fine tuning of the installation directories:
1365 --bindir=DIR user executables [EPREFIX/bin]
1366 --sbindir=DIR system admin executables [EPREFIX/sbin]
1367 --libexecdir=DIR program executables [EPREFIX/libexec]
1368 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1369 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1370 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1371 --libdir=DIR object code libraries [EPREFIX/lib]
1372 --includedir=DIR C header files [PREFIX/include]
1373 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1374 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1375 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1376 --infodir=DIR info documentation [DATAROOTDIR/info]
1377 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1378 --mandir=DIR man documentation [DATAROOTDIR/man]
1379 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1380 --htmldir=DIR html documentation [DOCDIR]
1381 --dvidir=DIR dvi documentation [DOCDIR]
1382 --pdfdir=DIR pdf documentation [DOCDIR]
1383 --psdir=DIR ps documentation [DOCDIR]
1384 _ACEOF
1385
1386 cat <<\_ACEOF
1387
1388 Program names:
1389 --program-prefix=PREFIX prepend PREFIX to installed program names
1390 --program-suffix=SUFFIX append SUFFIX to installed program names
1391 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1392
1393 System types:
1394 --build=BUILD configure for building on BUILD [guessed]
1395 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1396 --target=TARGET configure for building compilers for TARGET [HOST]
1397 _ACEOF
1398 fi
1399
1400 if test -n "$ac_init_help"; then
1401
1402 cat <<\_ACEOF
1403
1404 Optional Features:
1405 --disable-option-checking ignore unrecognized --enable/--with options
1406 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1407 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1408 --enable-plugins Enable support for plugins
1409 --enable-shared[=PKGS] build shared libraries [default=yes]
1410 --enable-static[=PKGS] build static libraries [default=yes]
1411 --enable-fast-install[=PKGS]
1412 optimize for fast installation [default=yes]
1413 --disable-libtool-lock avoid locking (might break parallel builds)
1414 --enable-maintainer-mode
1415 enable make rules and dependencies not useful (and
1416 sometimes confusing) to the casual installer
1417 --enable-sim-inline=inlines
1418 Specify which functions should be inlined
1419 --enable-sim-scache=size
1420 Specify simulator execution cache size
1421 --enable-sim-default-model=model
1422 Specify default model to simulate
1423 --enable-cgen-maint=DIR build cgen generated files
1424 --enable-sim-hardware=LIST
1425 Specify the hardware to be included in the build.
1426 --enable-werror treat compile warnings as errors
1427 --enable-build-warnings enable build-time compiler warnings if gcc is used
1428 --enable-sim-build-warnings
1429 enable SIM specific build-time compiler warnings if
1430 gcc is used
1431
1432 Optional Packages:
1433 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1434 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1435 --with-system-zlib use installed libz
1436 --with-pic try to use only PIC/non-PIC objects [default=use
1437 both]
1438 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1439
1440 Some influential environment variables:
1441 CC C compiler command
1442 CFLAGS C compiler flags
1443 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1444 nonstandard directory <lib dir>
1445 LIBS libraries to pass to the linker, e.g. -l<library>
1446 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1447 you have headers in a nonstandard directory <include dir>
1448 CPP C preprocessor
1449
1450 Use these variables to override the choices made by `configure' or to help
1451 it to find libraries and programs with nonstandard names/locations.
1452
1453 Report bugs to the package provider.
1454 _ACEOF
1455 ac_status=$?
1456 fi
1457
1458 if test "$ac_init_help" = "recursive"; then
1459 # If there are subdirs, report their specific --help.
1460 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1461 test -d "$ac_dir" ||
1462 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1463 continue
1464 ac_builddir=.
1465
1466 case "$ac_dir" in
1467 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 *)
1469 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1470 # A ".." for each directory in $ac_dir_suffix.
1471 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1472 case $ac_top_builddir_sub in
1473 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1474 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1475 esac ;;
1476 esac
1477 ac_abs_top_builddir=$ac_pwd
1478 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1479 # for backward compatibility:
1480 ac_top_builddir=$ac_top_build_prefix
1481
1482 case $srcdir in
1483 .) # We are building in place.
1484 ac_srcdir=.
1485 ac_top_srcdir=$ac_top_builddir_sub
1486 ac_abs_top_srcdir=$ac_pwd ;;
1487 [\\/]* | ?:[\\/]* ) # Absolute name.
1488 ac_srcdir=$srcdir$ac_dir_suffix;
1489 ac_top_srcdir=$srcdir
1490 ac_abs_top_srcdir=$srcdir ;;
1491 *) # Relative name.
1492 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1493 ac_top_srcdir=$ac_top_build_prefix$srcdir
1494 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1495 esac
1496 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1497
1498 cd "$ac_dir" || { ac_status=$?; continue; }
1499 # Check for guested configure.
1500 if test -f "$ac_srcdir/configure.gnu"; then
1501 echo &&
1502 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1503 elif test -f "$ac_srcdir/configure"; then
1504 echo &&
1505 $SHELL "$ac_srcdir/configure" --help=recursive
1506 else
1507 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508 fi || ac_status=$?
1509 cd "$ac_pwd" || { ac_status=$?; break; }
1510 done
1511 fi
1512
1513 test -n "$ac_init_help" && exit $ac_status
1514 if $ac_init_version; then
1515 cat <<\_ACEOF
1516 configure
1517 generated by GNU Autoconf 2.69
1518
1519 Copyright (C) 2012 Free Software Foundation, Inc.
1520 This configure script is free software; the Free Software Foundation
1521 gives unlimited permission to copy, distribute and modify it.
1522 _ACEOF
1523 exit
1524 fi
1525
1526 ## ------------------------ ##
1527 ## Autoconf initialization. ##
1528 ## ------------------------ ##
1529
1530 # ac_fn_c_try_compile LINENO
1531 # --------------------------
1532 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1533 ac_fn_c_try_compile ()
1534 {
1535 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1536 rm -f conftest.$ac_objext
1537 if { { ac_try="$ac_compile"
1538 case "(($ac_try" in
1539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1540 *) ac_try_echo=$ac_try;;
1541 esac
1542 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1543 $as_echo "$ac_try_echo"; } >&5
1544 (eval "$ac_compile") 2>conftest.err
1545 ac_status=$?
1546 if test -s conftest.err; then
1547 grep -v '^ *+' conftest.err >conftest.er1
1548 cat conftest.er1 >&5
1549 mv -f conftest.er1 conftest.err
1550 fi
1551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1552 test $ac_status = 0; } && {
1553 test -z "$ac_c_werror_flag" ||
1554 test ! -s conftest.err
1555 } && test -s conftest.$ac_objext; then :
1556 ac_retval=0
1557 else
1558 $as_echo "$as_me: failed program was:" >&5
1559 sed 's/^/| /' conftest.$ac_ext >&5
1560
1561 ac_retval=1
1562 fi
1563 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1564 as_fn_set_status $ac_retval
1565
1566 } # ac_fn_c_try_compile
1567
1568 # ac_fn_c_try_cpp LINENO
1569 # ----------------------
1570 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1571 ac_fn_c_try_cpp ()
1572 {
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 if { { ac_try="$ac_cpp conftest.$ac_ext"
1575 case "(($ac_try" in
1576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1577 *) ac_try_echo=$ac_try;;
1578 esac
1579 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1580 $as_echo "$ac_try_echo"; } >&5
1581 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1582 ac_status=$?
1583 if test -s conftest.err; then
1584 grep -v '^ *+' conftest.err >conftest.er1
1585 cat conftest.er1 >&5
1586 mv -f conftest.er1 conftest.err
1587 fi
1588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1589 test $ac_status = 0; } > conftest.i && {
1590 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1591 test ! -s conftest.err
1592 }; then :
1593 ac_retval=0
1594 else
1595 $as_echo "$as_me: failed program was:" >&5
1596 sed 's/^/| /' conftest.$ac_ext >&5
1597
1598 ac_retval=1
1599 fi
1600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1601 as_fn_set_status $ac_retval
1602
1603 } # ac_fn_c_try_cpp
1604
1605 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1606 # -------------------------------------------------------
1607 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1608 # the include files in INCLUDES and setting the cache variable VAR
1609 # accordingly.
1610 ac_fn_c_check_header_mongrel ()
1611 {
1612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1613 if eval \${$3+:} false; then :
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1615 $as_echo_n "checking for $2... " >&6; }
1616 if eval \${$3+:} false; then :
1617 $as_echo_n "(cached) " >&6
1618 fi
1619 eval ac_res=\$$3
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1621 $as_echo "$ac_res" >&6; }
1622 else
1623 # Is the header compilable?
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1625 $as_echo_n "checking $2 usability... " >&6; }
1626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1627 /* end confdefs.h. */
1628 $4
1629 #include <$2>
1630 _ACEOF
1631 if ac_fn_c_try_compile "$LINENO"; then :
1632 ac_header_compiler=yes
1633 else
1634 ac_header_compiler=no
1635 fi
1636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1638 $as_echo "$ac_header_compiler" >&6; }
1639
1640 # Is the header present?
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1642 $as_echo_n "checking $2 presence... " >&6; }
1643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1644 /* end confdefs.h. */
1645 #include <$2>
1646 _ACEOF
1647 if ac_fn_c_try_cpp "$LINENO"; then :
1648 ac_header_preproc=yes
1649 else
1650 ac_header_preproc=no
1651 fi
1652 rm -f conftest.err conftest.i conftest.$ac_ext
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1654 $as_echo "$ac_header_preproc" >&6; }
1655
1656 # So? What about this header?
1657 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1658 yes:no: )
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1660 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663 ;;
1664 no:yes:* )
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1666 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1668 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1670 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1672 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1674 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1675 ;;
1676 esac
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1678 $as_echo_n "checking for $2... " >&6; }
1679 if eval \${$3+:} false; then :
1680 $as_echo_n "(cached) " >&6
1681 else
1682 eval "$3=\$ac_header_compiler"
1683 fi
1684 eval ac_res=\$$3
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1686 $as_echo "$ac_res" >&6; }
1687 fi
1688 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1689
1690 } # ac_fn_c_check_header_mongrel
1691
1692 # ac_fn_c_try_run LINENO
1693 # ----------------------
1694 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1695 # that executables *can* be run.
1696 ac_fn_c_try_run ()
1697 {
1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699 if { { ac_try="$ac_link"
1700 case "(($ac_try" in
1701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1703 esac
1704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705 $as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_link") 2>&5
1707 ac_status=$?
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1710 { { case "(($ac_try" in
1711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712 *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716 (eval "$ac_try") 2>&5
1717 ac_status=$?
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719 test $ac_status = 0; }; }; then :
1720 ac_retval=0
1721 else
1722 $as_echo "$as_me: program exited with status $ac_status" >&5
1723 $as_echo "$as_me: failed program was:" >&5
1724 sed 's/^/| /' conftest.$ac_ext >&5
1725
1726 ac_retval=$ac_status
1727 fi
1728 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1730 as_fn_set_status $ac_retval
1731
1732 } # ac_fn_c_try_run
1733
1734 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1735 # -------------------------------------------------------
1736 # Tests whether HEADER exists and can be compiled using the include files in
1737 # INCLUDES, setting the cache variable VAR accordingly.
1738 ac_fn_c_check_header_compile ()
1739 {
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1742 $as_echo_n "checking for $2... " >&6; }
1743 if eval \${$3+:} false; then :
1744 $as_echo_n "(cached) " >&6
1745 else
1746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1747 /* end confdefs.h. */
1748 $4
1749 #include <$2>
1750 _ACEOF
1751 if ac_fn_c_try_compile "$LINENO"; then :
1752 eval "$3=yes"
1753 else
1754 eval "$3=no"
1755 fi
1756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1757 fi
1758 eval ac_res=\$$3
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760 $as_echo "$ac_res" >&6; }
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762
1763 } # ac_fn_c_check_header_compile
1764
1765 # ac_fn_c_try_link LINENO
1766 # -----------------------
1767 # Try to link conftest.$ac_ext, and return whether this succeeded.
1768 ac_fn_c_try_link ()
1769 {
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 rm -f conftest.$ac_objext conftest$ac_exeext
1772 if { { ac_try="$ac_link"
1773 case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776 esac
1777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778 $as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>conftest.err
1780 ac_status=$?
1781 if test -s conftest.err; then
1782 grep -v '^ *+' conftest.err >conftest.er1
1783 cat conftest.er1 >&5
1784 mv -f conftest.er1 conftest.err
1785 fi
1786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1787 test $ac_status = 0; } && {
1788 test -z "$ac_c_werror_flag" ||
1789 test ! -s conftest.err
1790 } && test -s conftest$ac_exeext && {
1791 test "$cross_compiling" = yes ||
1792 test -x conftest$ac_exeext
1793 }; then :
1794 ac_retval=0
1795 else
1796 $as_echo "$as_me: failed program was:" >&5
1797 sed 's/^/| /' conftest.$ac_ext >&5
1798
1799 ac_retval=1
1800 fi
1801 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1802 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1803 # interfere with the next link command; also delete a directory that is
1804 # left behind by Apple's compiler. We do this before executing the actions.
1805 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1806 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1807 as_fn_set_status $ac_retval
1808
1809 } # ac_fn_c_try_link
1810
1811 # ac_fn_c_check_func LINENO FUNC VAR
1812 # ----------------------------------
1813 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1814 ac_fn_c_check_func ()
1815 {
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if eval \${$3+:} false; then :
1820 $as_echo_n "(cached) " >&6
1821 else
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823 /* end confdefs.h. */
1824 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1825 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1826 #define $2 innocuous_$2
1827
1828 /* System header to define __stub macros and hopefully few prototypes,
1829 which can conflict with char $2 (); below.
1830 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1831 <limits.h> exists even on freestanding compilers. */
1832
1833 #ifdef __STDC__
1834 # include <limits.h>
1835 #else
1836 # include <assert.h>
1837 #endif
1838
1839 #undef $2
1840
1841 /* Override any GCC internal prototype to avoid an error.
1842 Use char because int might match the return type of a GCC
1843 builtin and then its argument prototype would still apply. */
1844 #ifdef __cplusplus
1845 extern "C"
1846 #endif
1847 char $2 ();
1848 /* The GNU C library defines this for functions which it implements
1849 to always fail with ENOSYS. Some functions are actually named
1850 something starting with __ and the normal name is an alias. */
1851 #if defined __stub_$2 || defined __stub___$2
1852 choke me
1853 #endif
1854
1855 int
1856 main ()
1857 {
1858 return $2 ();
1859 ;
1860 return 0;
1861 }
1862 _ACEOF
1863 if ac_fn_c_try_link "$LINENO"; then :
1864 eval "$3=yes"
1865 else
1866 eval "$3=no"
1867 fi
1868 rm -f core conftest.err conftest.$ac_objext \
1869 conftest$ac_exeext conftest.$ac_ext
1870 fi
1871 eval ac_res=\$$3
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1873 $as_echo "$ac_res" >&6; }
1874 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1875
1876 } # ac_fn_c_check_func
1877 cat >config.log <<_ACEOF
1878 This file contains any messages produced by compilers while
1879 running configure, to aid debugging if configure makes a mistake.
1880
1881 It was created by $as_me, which was
1882 generated by GNU Autoconf 2.69. Invocation command line was
1883
1884 $ $0 $@
1885
1886 _ACEOF
1887 exec 5>>config.log
1888 {
1889 cat <<_ASUNAME
1890 ## --------- ##
1891 ## Platform. ##
1892 ## --------- ##
1893
1894 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1895 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1896 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1897 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1898 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1899
1900 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1901 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1902
1903 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1904 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1905 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1906 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1907 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1908 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1909 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1910
1911 _ASUNAME
1912
1913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1914 for as_dir in $PATH
1915 do
1916 IFS=$as_save_IFS
1917 test -z "$as_dir" && as_dir=.
1918 $as_echo "PATH: $as_dir"
1919 done
1920 IFS=$as_save_IFS
1921
1922 } >&5
1923
1924 cat >&5 <<_ACEOF
1925
1926
1927 ## ----------- ##
1928 ## Core tests. ##
1929 ## ----------- ##
1930
1931 _ACEOF
1932
1933
1934 # Keep a trace of the command line.
1935 # Strip out --no-create and --no-recursion so they do not pile up.
1936 # Strip out --silent because we don't want to record it for future runs.
1937 # Also quote any args containing shell meta-characters.
1938 # Make two passes to allow for proper duplicate-argument suppression.
1939 ac_configure_args=
1940 ac_configure_args0=
1941 ac_configure_args1=
1942 ac_must_keep_next=false
1943 for ac_pass in 1 2
1944 do
1945 for ac_arg
1946 do
1947 case $ac_arg in
1948 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1949 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1950 | -silent | --silent | --silen | --sile | --sil)
1951 continue ;;
1952 *\'*)
1953 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1954 esac
1955 case $ac_pass in
1956 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1957 2)
1958 as_fn_append ac_configure_args1 " '$ac_arg'"
1959 if test $ac_must_keep_next = true; then
1960 ac_must_keep_next=false # Got value, back to normal.
1961 else
1962 case $ac_arg in
1963 *=* | --config-cache | -C | -disable-* | --disable-* \
1964 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1965 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1966 | -with-* | --with-* | -without-* | --without-* | --x)
1967 case "$ac_configure_args0 " in
1968 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1969 esac
1970 ;;
1971 -* ) ac_must_keep_next=true ;;
1972 esac
1973 fi
1974 as_fn_append ac_configure_args " '$ac_arg'"
1975 ;;
1976 esac
1977 done
1978 done
1979 { ac_configure_args0=; unset ac_configure_args0;}
1980 { ac_configure_args1=; unset ac_configure_args1;}
1981
1982 # When interrupted or exit'd, cleanup temporary files, and complete
1983 # config.log. We remove comments because anyway the quotes in there
1984 # would cause problems or look ugly.
1985 # WARNING: Use '\'' to represent an apostrophe within the trap.
1986 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1987 trap 'exit_status=$?
1988 # Save into config.log some information that might help in debugging.
1989 {
1990 echo
1991
1992 $as_echo "## ---------------- ##
1993 ## Cache variables. ##
1994 ## ---------------- ##"
1995 echo
1996 # The following way of writing the cache mishandles newlines in values,
1997 (
1998 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1999 eval ac_val=\$$ac_var
2000 case $ac_val in #(
2001 *${as_nl}*)
2002 case $ac_var in #(
2003 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2004 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2005 esac
2006 case $ac_var in #(
2007 _ | IFS | as_nl) ;; #(
2008 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2009 *) { eval $ac_var=; unset $ac_var;} ;;
2010 esac ;;
2011 esac
2012 done
2013 (set) 2>&1 |
2014 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2015 *${as_nl}ac_space=\ *)
2016 sed -n \
2017 "s/'\''/'\''\\\\'\'''\''/g;
2018 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2019 ;; #(
2020 *)
2021 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2022 ;;
2023 esac |
2024 sort
2025 )
2026 echo
2027
2028 $as_echo "## ----------------- ##
2029 ## Output variables. ##
2030 ## ----------------- ##"
2031 echo
2032 for ac_var in $ac_subst_vars
2033 do
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
2039 done | sort
2040 echo
2041
2042 if test -n "$ac_subst_files"; then
2043 $as_echo "## ------------------- ##
2044 ## File substitutions. ##
2045 ## ------------------- ##"
2046 echo
2047 for ac_var in $ac_subst_files
2048 do
2049 eval ac_val=\$$ac_var
2050 case $ac_val in
2051 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2052 esac
2053 $as_echo "$ac_var='\''$ac_val'\''"
2054 done | sort
2055 echo
2056 fi
2057
2058 if test -s confdefs.h; then
2059 $as_echo "## ----------- ##
2060 ## confdefs.h. ##
2061 ## ----------- ##"
2062 echo
2063 cat confdefs.h
2064 echo
2065 fi
2066 test "$ac_signal" != 0 &&
2067 $as_echo "$as_me: caught signal $ac_signal"
2068 $as_echo "$as_me: exit $exit_status"
2069 } >&5
2070 rm -f core *.core core.conftest.* &&
2071 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2072 exit $exit_status
2073 ' 0
2074 for ac_signal in 1 2 13 15; do
2075 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2076 done
2077 ac_signal=0
2078
2079 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2080 rm -f -r conftest* confdefs.h
2081
2082 $as_echo "/* confdefs.h */" > confdefs.h
2083
2084 # Predefined preprocessor variables.
2085
2086 cat >>confdefs.h <<_ACEOF
2087 #define PACKAGE_NAME "$PACKAGE_NAME"
2088 _ACEOF
2089
2090 cat >>confdefs.h <<_ACEOF
2091 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2092 _ACEOF
2093
2094 cat >>confdefs.h <<_ACEOF
2095 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2096 _ACEOF
2097
2098 cat >>confdefs.h <<_ACEOF
2099 #define PACKAGE_STRING "$PACKAGE_STRING"
2100 _ACEOF
2101
2102 cat >>confdefs.h <<_ACEOF
2103 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2104 _ACEOF
2105
2106 cat >>confdefs.h <<_ACEOF
2107 #define PACKAGE_URL "$PACKAGE_URL"
2108 _ACEOF
2109
2110
2111 # Let the site file select an alternate cache file if it wants to.
2112 # Prefer an explicitly selected file to automatically selected ones.
2113 ac_site_file1=NONE
2114 ac_site_file2=NONE
2115 if test -n "$CONFIG_SITE"; then
2116 # We do not want a PATH search for config.site.
2117 case $CONFIG_SITE in #((
2118 -*) ac_site_file1=./$CONFIG_SITE;;
2119 */*) ac_site_file1=$CONFIG_SITE;;
2120 *) ac_site_file1=./$CONFIG_SITE;;
2121 esac
2122 elif test "x$prefix" != xNONE; then
2123 ac_site_file1=$prefix/share/config.site
2124 ac_site_file2=$prefix/etc/config.site
2125 else
2126 ac_site_file1=$ac_default_prefix/share/config.site
2127 ac_site_file2=$ac_default_prefix/etc/config.site
2128 fi
2129 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2130 do
2131 test "x$ac_site_file" = xNONE && continue
2132 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2134 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2135 sed 's/^/| /' "$ac_site_file" >&5
2136 . "$ac_site_file" \
2137 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2138 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2139 as_fn_error $? "failed to load site script $ac_site_file
2140 See \`config.log' for more details" "$LINENO" 5; }
2141 fi
2142 done
2143
2144 if test -r "$cache_file"; then
2145 # Some versions of bash will fail to source /dev/null (special files
2146 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2147 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2149 $as_echo "$as_me: loading cache $cache_file" >&6;}
2150 case $cache_file in
2151 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2152 *) . "./$cache_file";;
2153 esac
2154 fi
2155 else
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2157 $as_echo "$as_me: creating cache $cache_file" >&6;}
2158 >$cache_file
2159 fi
2160
2161 # Check that the precious variables saved in the cache have kept the same
2162 # value.
2163 ac_cache_corrupted=false
2164 for ac_var in $ac_precious_vars; do
2165 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2166 eval ac_new_set=\$ac_env_${ac_var}_set
2167 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2168 eval ac_new_val=\$ac_env_${ac_var}_value
2169 case $ac_old_set,$ac_new_set in
2170 set,)
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2172 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2173 ac_cache_corrupted=: ;;
2174 ,set)
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2176 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2177 ac_cache_corrupted=: ;;
2178 ,);;
2179 *)
2180 if test "x$ac_old_val" != "x$ac_new_val"; then
2181 # differences in whitespace do not lead to failure.
2182 ac_old_val_w=`echo x $ac_old_val`
2183 ac_new_val_w=`echo x $ac_new_val`
2184 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2186 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2187 ac_cache_corrupted=:
2188 else
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2190 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2191 eval $ac_var=\$ac_old_val
2192 fi
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2194 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2196 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2197 fi;;
2198 esac
2199 # Pass precious variables to config.status.
2200 if test "$ac_new_set" = set; then
2201 case $ac_new_val in
2202 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2203 *) ac_arg=$ac_var=$ac_new_val ;;
2204 esac
2205 case " $ac_configure_args " in
2206 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2207 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2208 esac
2209 fi
2210 done
2211 if $ac_cache_corrupted; then
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2215 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2216 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2217 fi
2218 ## -------------------- ##
2219 ## Main body of script. ##
2220 ## -------------------- ##
2221
2222 ac_ext=c
2223 ac_cpp='$CPP $CPPFLAGS'
2224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2227
2228
2229
2230
2231
2232
2233
2234 ac_aux_dir=
2235 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2236 if test -f "$ac_dir/install-sh"; then
2237 ac_aux_dir=$ac_dir
2238 ac_install_sh="$ac_aux_dir/install-sh -c"
2239 break
2240 elif test -f "$ac_dir/install.sh"; then
2241 ac_aux_dir=$ac_dir
2242 ac_install_sh="$ac_aux_dir/install.sh -c"
2243 break
2244 elif test -f "$ac_dir/shtool"; then
2245 ac_aux_dir=$ac_dir
2246 ac_install_sh="$ac_aux_dir/shtool install -c"
2247 break
2248 fi
2249 done
2250 if test -z "$ac_aux_dir"; then
2251 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2252 fi
2253
2254 # These three variables are undocumented and unsupported,
2255 # and are intended to be withdrawn in a future Autoconf release.
2256 # They can cause serious problems if a builder's source tree is in a directory
2257 # whose full name contains unusual characters.
2258 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2259 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2260 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2261
2262
2263 # Make sure we can run config.sub.
2264 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2265 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2266
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2268 $as_echo_n "checking build system type... " >&6; }
2269 if ${ac_cv_build+:} false; then :
2270 $as_echo_n "(cached) " >&6
2271 else
2272 ac_build_alias=$build_alias
2273 test "x$ac_build_alias" = x &&
2274 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2275 test "x$ac_build_alias" = x &&
2276 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2277 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2278 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2279
2280 fi
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2282 $as_echo "$ac_cv_build" >&6; }
2283 case $ac_cv_build in
2284 *-*-*) ;;
2285 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2286 esac
2287 build=$ac_cv_build
2288 ac_save_IFS=$IFS; IFS='-'
2289 set x $ac_cv_build
2290 shift
2291 build_cpu=$1
2292 build_vendor=$2
2293 shift; shift
2294 # Remember, the first character of IFS is used to create $*,
2295 # except with old shells:
2296 build_os=$*
2297 IFS=$ac_save_IFS
2298 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2299
2300
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2302 $as_echo_n "checking host system type... " >&6; }
2303 if ${ac_cv_host+:} false; then :
2304 $as_echo_n "(cached) " >&6
2305 else
2306 if test "x$host_alias" = x; then
2307 ac_cv_host=$ac_cv_build
2308 else
2309 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2310 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2311 fi
2312
2313 fi
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2315 $as_echo "$ac_cv_host" >&6; }
2316 case $ac_cv_host in
2317 *-*-*) ;;
2318 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2319 esac
2320 host=$ac_cv_host
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_host
2323 shift
2324 host_cpu=$1
2325 host_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 host_os=$*
2330 IFS=$ac_save_IFS
2331 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2335 $as_echo_n "checking target system type... " >&6; }
2336 if ${ac_cv_target+:} false; then :
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$target_alias" = x; then
2340 ac_cv_target=$ac_cv_host
2341 else
2342 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2343 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2344 fi
2345
2346 fi
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2348 $as_echo "$ac_cv_target" >&6; }
2349 case $ac_cv_target in
2350 *-*-*) ;;
2351 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2352 esac
2353 target=$ac_cv_target
2354 ac_save_IFS=$IFS; IFS='-'
2355 set x $ac_cv_target
2356 shift
2357 target_cpu=$1
2358 target_vendor=$2
2359 shift; shift
2360 # Remember, the first character of IFS is used to create $*,
2361 # except with old shells:
2362 target_os=$*
2363 IFS=$ac_save_IFS
2364 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2365
2366
2367 # The aliases save the names the user supplied, while $host etc.
2368 # will get canonicalized.
2369 test -n "$target_alias" &&
2370 test "$program_prefix$program_suffix$program_transform_name" = \
2371 NONENONEs,x,x, &&
2372 program_prefix=${target_alias}-
2373 ac_ext=c
2374 ac_cpp='$CPP $CPPFLAGS'
2375 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2376 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2377 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2378 if test -n "$ac_tool_prefix"; then
2379 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2380 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2382 $as_echo_n "checking for $ac_word... " >&6; }
2383 if ${ac_cv_prog_CC+:} false; then :
2384 $as_echo_n "(cached) " >&6
2385 else
2386 if test -n "$CC"; then
2387 ac_cv_prog_CC="$CC" # Let the user override the test.
2388 else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390 for as_dir in $PATH
2391 do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 for ac_exec_ext in '' $ac_executable_extensions; do
2395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2396 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2398 break 2
2399 fi
2400 done
2401 done
2402 IFS=$as_save_IFS
2403
2404 fi
2405 fi
2406 CC=$ac_cv_prog_CC
2407 if test -n "$CC"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2409 $as_echo "$CC" >&6; }
2410 else
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2412 $as_echo "no" >&6; }
2413 fi
2414
2415
2416 fi
2417 if test -z "$ac_cv_prog_CC"; then
2418 ac_ct_CC=$CC
2419 # Extract the first word of "gcc", so it can be a program name with args.
2420 set dummy gcc; ac_word=$2
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2422 $as_echo_n "checking for $ac_word... " >&6; }
2423 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2424 $as_echo_n "(cached) " >&6
2425 else
2426 if test -n "$ac_ct_CC"; then
2427 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2428 else
2429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2430 for as_dir in $PATH
2431 do
2432 IFS=$as_save_IFS
2433 test -z "$as_dir" && as_dir=.
2434 for ac_exec_ext in '' $ac_executable_extensions; do
2435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2436 ac_cv_prog_ac_ct_CC="gcc"
2437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2438 break 2
2439 fi
2440 done
2441 done
2442 IFS=$as_save_IFS
2443
2444 fi
2445 fi
2446 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2447 if test -n "$ac_ct_CC"; then
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2449 $as_echo "$ac_ct_CC" >&6; }
2450 else
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2452 $as_echo "no" >&6; }
2453 fi
2454
2455 if test "x$ac_ct_CC" = x; then
2456 CC=""
2457 else
2458 case $cross_compiling:$ac_tool_warned in
2459 yes:)
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2461 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2462 ac_tool_warned=yes ;;
2463 esac
2464 CC=$ac_ct_CC
2465 fi
2466 else
2467 CC="$ac_cv_prog_CC"
2468 fi
2469
2470 if test -z "$CC"; then
2471 if test -n "$ac_tool_prefix"; then
2472 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2473 set dummy ${ac_tool_prefix}cc; ac_word=$2
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2475 $as_echo_n "checking for $ac_word... " >&6; }
2476 if ${ac_cv_prog_CC+:} false; then :
2477 $as_echo_n "(cached) " >&6
2478 else
2479 if test -n "$CC"; then
2480 ac_cv_prog_CC="$CC" # Let the user override the test.
2481 else
2482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2483 for as_dir in $PATH
2484 do
2485 IFS=$as_save_IFS
2486 test -z "$as_dir" && as_dir=.
2487 for ac_exec_ext in '' $ac_executable_extensions; do
2488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2489 ac_cv_prog_CC="${ac_tool_prefix}cc"
2490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2491 break 2
2492 fi
2493 done
2494 done
2495 IFS=$as_save_IFS
2496
2497 fi
2498 fi
2499 CC=$ac_cv_prog_CC
2500 if test -n "$CC"; then
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2502 $as_echo "$CC" >&6; }
2503 else
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2505 $as_echo "no" >&6; }
2506 fi
2507
2508
2509 fi
2510 fi
2511 if test -z "$CC"; then
2512 # Extract the first word of "cc", so it can be a program name with args.
2513 set dummy cc; ac_word=$2
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2515 $as_echo_n "checking for $ac_word... " >&6; }
2516 if ${ac_cv_prog_CC+:} false; then :
2517 $as_echo_n "(cached) " >&6
2518 else
2519 if test -n "$CC"; then
2520 ac_cv_prog_CC="$CC" # Let the user override the test.
2521 else
2522 ac_prog_rejected=no
2523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2524 for as_dir in $PATH
2525 do
2526 IFS=$as_save_IFS
2527 test -z "$as_dir" && as_dir=.
2528 for ac_exec_ext in '' $ac_executable_extensions; do
2529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2530 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2531 ac_prog_rejected=yes
2532 continue
2533 fi
2534 ac_cv_prog_CC="cc"
2535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2536 break 2
2537 fi
2538 done
2539 done
2540 IFS=$as_save_IFS
2541
2542 if test $ac_prog_rejected = yes; then
2543 # We found a bogon in the path, so make sure we never use it.
2544 set dummy $ac_cv_prog_CC
2545 shift
2546 if test $# != 0; then
2547 # We chose a different compiler from the bogus one.
2548 # However, it has the same basename, so the bogon will be chosen
2549 # first if we set CC to just the basename; use the full file name.
2550 shift
2551 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2552 fi
2553 fi
2554 fi
2555 fi
2556 CC=$ac_cv_prog_CC
2557 if test -n "$CC"; then
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2559 $as_echo "$CC" >&6; }
2560 else
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2562 $as_echo "no" >&6; }
2563 fi
2564
2565
2566 fi
2567 if test -z "$CC"; then
2568 if test -n "$ac_tool_prefix"; then
2569 for ac_prog in cl.exe
2570 do
2571 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2572 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2574 $as_echo_n "checking for $ac_word... " >&6; }
2575 if ${ac_cv_prog_CC+:} false; then :
2576 $as_echo_n "(cached) " >&6
2577 else
2578 if test -n "$CC"; then
2579 ac_cv_prog_CC="$CC" # Let the user override the test.
2580 else
2581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2582 for as_dir in $PATH
2583 do
2584 IFS=$as_save_IFS
2585 test -z "$as_dir" && as_dir=.
2586 for ac_exec_ext in '' $ac_executable_extensions; do
2587 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2588 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2590 break 2
2591 fi
2592 done
2593 done
2594 IFS=$as_save_IFS
2595
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 test -n "$CC" && break
2609 done
2610 fi
2611 if test -z "$CC"; then
2612 ac_ct_CC=$CC
2613 for ac_prog in cl.exe
2614 do
2615 # Extract the first word of "$ac_prog", so it can be a program name with args.
2616 set dummy $ac_prog; ac_word=$2
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2618 $as_echo_n "checking for $ac_word... " >&6; }
2619 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2620 $as_echo_n "(cached) " >&6
2621 else
2622 if test -n "$ac_ct_CC"; then
2623 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2624 else
2625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2626 for as_dir in $PATH
2627 do
2628 IFS=$as_save_IFS
2629 test -z "$as_dir" && as_dir=.
2630 for ac_exec_ext in '' $ac_executable_extensions; do
2631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2632 ac_cv_prog_ac_ct_CC="$ac_prog"
2633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2634 break 2
2635 fi
2636 done
2637 done
2638 IFS=$as_save_IFS
2639
2640 fi
2641 fi
2642 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2643 if test -n "$ac_ct_CC"; then
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2645 $as_echo "$ac_ct_CC" >&6; }
2646 else
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2648 $as_echo "no" >&6; }
2649 fi
2650
2651
2652 test -n "$ac_ct_CC" && break
2653 done
2654
2655 if test "x$ac_ct_CC" = x; then
2656 CC=""
2657 else
2658 case $cross_compiling:$ac_tool_warned in
2659 yes:)
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2661 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2662 ac_tool_warned=yes ;;
2663 esac
2664 CC=$ac_ct_CC
2665 fi
2666 fi
2667
2668 fi
2669
2670
2671 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2672 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2673 as_fn_error $? "no acceptable C compiler found in \$PATH
2674 See \`config.log' for more details" "$LINENO" 5; }
2675
2676 # Provide some information about the compiler.
2677 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2678 set X $ac_compile
2679 ac_compiler=$2
2680 for ac_option in --version -v -V -qversion; do
2681 { { ac_try="$ac_compiler $ac_option >&5"
2682 case "(($ac_try" in
2683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2684 *) ac_try_echo=$ac_try;;
2685 esac
2686 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2687 $as_echo "$ac_try_echo"; } >&5
2688 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2689 ac_status=$?
2690 if test -s conftest.err; then
2691 sed '10a\
2692 ... rest of stderr output deleted ...
2693 10q' conftest.err >conftest.er1
2694 cat conftest.er1 >&5
2695 fi
2696 rm -f conftest.er1 conftest.err
2697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2698 test $ac_status = 0; }
2699 done
2700
2701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2702 /* end confdefs.h. */
2703
2704 int
2705 main ()
2706 {
2707
2708 ;
2709 return 0;
2710 }
2711 _ACEOF
2712 ac_clean_files_save=$ac_clean_files
2713 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2714 # Try to create an executable without -o first, disregard a.out.
2715 # It will help us diagnose broken compilers, and finding out an intuition
2716 # of exeext.
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2718 $as_echo_n "checking whether the C compiler works... " >&6; }
2719 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2720
2721 # The possible output files:
2722 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2723
2724 ac_rmfiles=
2725 for ac_file in $ac_files
2726 do
2727 case $ac_file in
2728 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2729 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2730 esac
2731 done
2732 rm -f $ac_rmfiles
2733
2734 if { { ac_try="$ac_link_default"
2735 case "(($ac_try" in
2736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2737 *) ac_try_echo=$ac_try;;
2738 esac
2739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2740 $as_echo "$ac_try_echo"; } >&5
2741 (eval "$ac_link_default") 2>&5
2742 ac_status=$?
2743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2744 test $ac_status = 0; }; then :
2745 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2746 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2747 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2748 # so that the user can short-circuit this test for compilers unknown to
2749 # Autoconf.
2750 for ac_file in $ac_files ''
2751 do
2752 test -f "$ac_file" || continue
2753 case $ac_file in
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2755 ;;
2756 [ab].out )
2757 # We found the default executable, but exeext='' is most
2758 # certainly right.
2759 break;;
2760 *.* )
2761 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2762 then :; else
2763 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2764 fi
2765 # We set ac_cv_exeext here because the later test for it is not
2766 # safe: cross compilers may not add the suffix if given an `-o'
2767 # argument, so we may need to know it at that point already.
2768 # Even if this section looks crufty: it has the advantage of
2769 # actually working.
2770 break;;
2771 * )
2772 break;;
2773 esac
2774 done
2775 test "$ac_cv_exeext" = no && ac_cv_exeext=
2776
2777 else
2778 ac_file=''
2779 fi
2780 if test -z "$ac_file"; then :
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2782 $as_echo "no" >&6; }
2783 $as_echo "$as_me: failed program was:" >&5
2784 sed 's/^/| /' conftest.$ac_ext >&5
2785
2786 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2788 as_fn_error 77 "C compiler cannot create executables
2789 See \`config.log' for more details" "$LINENO" 5; }
2790 else
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2792 $as_echo "yes" >&6; }
2793 fi
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2795 $as_echo_n "checking for C compiler default output file name... " >&6; }
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2797 $as_echo "$ac_file" >&6; }
2798 ac_exeext=$ac_cv_exeext
2799
2800 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2801 ac_clean_files=$ac_clean_files_save
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2803 $as_echo_n "checking for suffix of executables... " >&6; }
2804 if { { ac_try="$ac_link"
2805 case "(($ac_try" in
2806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2807 *) ac_try_echo=$ac_try;;
2808 esac
2809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2810 $as_echo "$ac_try_echo"; } >&5
2811 (eval "$ac_link") 2>&5
2812 ac_status=$?
2813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2814 test $ac_status = 0; }; then :
2815 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2816 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2817 # work properly (i.e., refer to `conftest.exe'), while it won't with
2818 # `rm'.
2819 for ac_file in conftest.exe conftest conftest.*; do
2820 test -f "$ac_file" || continue
2821 case $ac_file in
2822 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2823 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2824 break;;
2825 * ) break;;
2826 esac
2827 done
2828 else
2829 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2830 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2831 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2832 See \`config.log' for more details" "$LINENO" 5; }
2833 fi
2834 rm -f conftest conftest$ac_cv_exeext
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2836 $as_echo "$ac_cv_exeext" >&6; }
2837
2838 rm -f conftest.$ac_ext
2839 EXEEXT=$ac_cv_exeext
2840 ac_exeext=$EXEEXT
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2843 #include <stdio.h>
2844 int
2845 main ()
2846 {
2847 FILE *f = fopen ("conftest.out", "w");
2848 return ferror (f) || fclose (f) != 0;
2849
2850 ;
2851 return 0;
2852 }
2853 _ACEOF
2854 ac_clean_files="$ac_clean_files conftest.out"
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2858 $as_echo_n "checking whether we are cross compiling... " >&6; }
2859 if test "$cross_compiling" != yes; then
2860 { { ac_try="$ac_link"
2861 case "(($ac_try" in
2862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2864 esac
2865 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2866 $as_echo "$ac_try_echo"; } >&5
2867 (eval "$ac_link") 2>&5
2868 ac_status=$?
2869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2870 test $ac_status = 0; }
2871 if { ac_try='./conftest$ac_cv_exeext'
2872 { { case "(($ac_try" in
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2875 esac
2876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2877 $as_echo "$ac_try_echo"; } >&5
2878 (eval "$ac_try") 2>&5
2879 ac_status=$?
2880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2881 test $ac_status = 0; }; }; then
2882 cross_compiling=no
2883 else
2884 if test "$cross_compiling" = maybe; then
2885 cross_compiling=yes
2886 else
2887 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2888 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2889 as_fn_error $? "cannot run C compiled programs.
2890 If you meant to cross compile, use \`--host'.
2891 See \`config.log' for more details" "$LINENO" 5; }
2892 fi
2893 fi
2894 fi
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2896 $as_echo "$cross_compiling" >&6; }
2897
2898 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2899 ac_clean_files=$ac_clean_files_save
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2901 $as_echo_n "checking for suffix of object files... " >&6; }
2902 if ${ac_cv_objext+:} false; then :
2903 $as_echo_n "(cached) " >&6
2904 else
2905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2906 /* end confdefs.h. */
2907
2908 int
2909 main ()
2910 {
2911
2912 ;
2913 return 0;
2914 }
2915 _ACEOF
2916 rm -f conftest.o conftest.obj
2917 if { { ac_try="$ac_compile"
2918 case "(($ac_try" in
2919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2920 *) ac_try_echo=$ac_try;;
2921 esac
2922 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2923 $as_echo "$ac_try_echo"; } >&5
2924 (eval "$ac_compile") 2>&5
2925 ac_status=$?
2926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2927 test $ac_status = 0; }; then :
2928 for ac_file in conftest.o conftest.obj conftest.*; do
2929 test -f "$ac_file" || continue;
2930 case $ac_file in
2931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2932 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2933 break;;
2934 esac
2935 done
2936 else
2937 $as_echo "$as_me: failed program was:" >&5
2938 sed 's/^/| /' conftest.$ac_ext >&5
2939
2940 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2941 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2942 as_fn_error $? "cannot compute suffix of object files: cannot compile
2943 See \`config.log' for more details" "$LINENO" 5; }
2944 fi
2945 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2946 fi
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2948 $as_echo "$ac_cv_objext" >&6; }
2949 OBJEXT=$ac_cv_objext
2950 ac_objext=$OBJEXT
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2952 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2953 if ${ac_cv_c_compiler_gnu+:} false; then :
2954 $as_echo_n "(cached) " >&6
2955 else
2956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2957 /* end confdefs.h. */
2958
2959 int
2960 main ()
2961 {
2962 #ifndef __GNUC__
2963 choke me
2964 #endif
2965
2966 ;
2967 return 0;
2968 }
2969 _ACEOF
2970 if ac_fn_c_try_compile "$LINENO"; then :
2971 ac_compiler_gnu=yes
2972 else
2973 ac_compiler_gnu=no
2974 fi
2975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2976 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2977
2978 fi
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2980 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2981 if test $ac_compiler_gnu = yes; then
2982 GCC=yes
2983 else
2984 GCC=
2985 fi
2986 ac_test_CFLAGS=${CFLAGS+set}
2987 ac_save_CFLAGS=$CFLAGS
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2989 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2990 if ${ac_cv_prog_cc_g+:} false; then :
2991 $as_echo_n "(cached) " >&6
2992 else
2993 ac_save_c_werror_flag=$ac_c_werror_flag
2994 ac_c_werror_flag=yes
2995 ac_cv_prog_cc_g=no
2996 CFLAGS="-g"
2997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2998 /* end confdefs.h. */
2999
3000 int
3001 main ()
3002 {
3003
3004 ;
3005 return 0;
3006 }
3007 _ACEOF
3008 if ac_fn_c_try_compile "$LINENO"; then :
3009 ac_cv_prog_cc_g=yes
3010 else
3011 CFLAGS=""
3012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3013 /* end confdefs.h. */
3014
3015 int
3016 main ()
3017 {
3018
3019 ;
3020 return 0;
3021 }
3022 _ACEOF
3023 if ac_fn_c_try_compile "$LINENO"; then :
3024
3025 else
3026 ac_c_werror_flag=$ac_save_c_werror_flag
3027 CFLAGS="-g"
3028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3029 /* end confdefs.h. */
3030
3031 int
3032 main ()
3033 {
3034
3035 ;
3036 return 0;
3037 }
3038 _ACEOF
3039 if ac_fn_c_try_compile "$LINENO"; then :
3040 ac_cv_prog_cc_g=yes
3041 fi
3042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3043 fi
3044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045 fi
3046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 ac_c_werror_flag=$ac_save_c_werror_flag
3048 fi
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3050 $as_echo "$ac_cv_prog_cc_g" >&6; }
3051 if test "$ac_test_CFLAGS" = set; then
3052 CFLAGS=$ac_save_CFLAGS
3053 elif test $ac_cv_prog_cc_g = yes; then
3054 if test "$GCC" = yes; then
3055 CFLAGS="-g -O2"
3056 else
3057 CFLAGS="-g"
3058 fi
3059 else
3060 if test "$GCC" = yes; then
3061 CFLAGS="-O2"
3062 else
3063 CFLAGS=
3064 fi
3065 fi
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3067 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3068 if ${ac_cv_prog_cc_c89+:} false; then :
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_cv_prog_cc_c89=no
3072 ac_save_CC=$CC
3073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3074 /* end confdefs.h. */
3075 #include <stdarg.h>
3076 #include <stdio.h>
3077 struct stat;
3078 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3079 struct buf { int x; };
3080 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3081 static char *e (p, i)
3082 char **p;
3083 int i;
3084 {
3085 return p[i];
3086 }
3087 static char *f (char * (*g) (char **, int), char **p, ...)
3088 {
3089 char *s;
3090 va_list v;
3091 va_start (v,p);
3092 s = g (p, va_arg (v,int));
3093 va_end (v);
3094 return s;
3095 }
3096
3097 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3098 function prototypes and stuff, but not '\xHH' hex character constants.
3099 These don't provoke an error unfortunately, instead are silently treated
3100 as 'x'. The following induces an error, until -std is added to get
3101 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3102 array size at least. It's necessary to write '\x00'==0 to get something
3103 that's true only with -std. */
3104 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3105
3106 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3107 inside strings and character constants. */
3108 #define FOO(x) 'x'
3109 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3110
3111 int test (int i, double x);
3112 struct s1 {int (*f) (int a);};
3113 struct s2 {int (*f) (double a);};
3114 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3115 int argc;
3116 char **argv;
3117 int
3118 main ()
3119 {
3120 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3121 ;
3122 return 0;
3123 }
3124 _ACEOF
3125 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3126 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3127 do
3128 CC="$ac_save_CC $ac_arg"
3129 if ac_fn_c_try_compile "$LINENO"; then :
3130 ac_cv_prog_cc_c89=$ac_arg
3131 fi
3132 rm -f core conftest.err conftest.$ac_objext
3133 test "x$ac_cv_prog_cc_c89" != "xno" && break
3134 done
3135 rm -f conftest.$ac_ext
3136 CC=$ac_save_CC
3137
3138 fi
3139 # AC_CACHE_VAL
3140 case "x$ac_cv_prog_cc_c89" in
3141 x)
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3143 $as_echo "none needed" >&6; } ;;
3144 xno)
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3146 $as_echo "unsupported" >&6; } ;;
3147 *)
3148 CC="$CC $ac_cv_prog_cc_c89"
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3150 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3151 esac
3152 if test "x$ac_cv_prog_cc_c89" != xno; then :
3153
3154 fi
3155
3156 ac_ext=c
3157 ac_cpp='$CPP $CPPFLAGS'
3158 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3159 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3160 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3161
3162
3163 ac_ext=c
3164 ac_cpp='$CPP $CPPFLAGS'
3165 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3166 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3167 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3169 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3170 # On Suns, sometimes $CPP names a directory.
3171 if test -n "$CPP" && test -d "$CPP"; then
3172 CPP=
3173 fi
3174 if test -z "$CPP"; then
3175 if ${ac_cv_prog_CPP+:} false; then :
3176 $as_echo_n "(cached) " >&6
3177 else
3178 # Double quotes because CPP needs to be expanded
3179 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3180 do
3181 ac_preproc_ok=false
3182 for ac_c_preproc_warn_flag in '' yes
3183 do
3184 # Use a header file that comes with gcc, so configuring glibc
3185 # with a fresh cross-compiler works.
3186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3187 # <limits.h> exists even on freestanding compilers.
3188 # On the NeXT, cc -E runs the code through the compiler's parser,
3189 # not just through cpp. "Syntax error" is here to catch this case.
3190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3191 /* end confdefs.h. */
3192 #ifdef __STDC__
3193 # include <limits.h>
3194 #else
3195 # include <assert.h>
3196 #endif
3197 Syntax error
3198 _ACEOF
3199 if ac_fn_c_try_cpp "$LINENO"; then :
3200
3201 else
3202 # Broken: fails on valid input.
3203 continue
3204 fi
3205 rm -f conftest.err conftest.i conftest.$ac_ext
3206
3207 # OK, works on sane cases. Now check whether nonexistent headers
3208 # can be detected and how.
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210 /* end confdefs.h. */
3211 #include <ac_nonexistent.h>
3212 _ACEOF
3213 if ac_fn_c_try_cpp "$LINENO"; then :
3214 # Broken: success on invalid input.
3215 continue
3216 else
3217 # Passes both tests.
3218 ac_preproc_ok=:
3219 break
3220 fi
3221 rm -f conftest.err conftest.i conftest.$ac_ext
3222
3223 done
3224 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3225 rm -f conftest.i conftest.err conftest.$ac_ext
3226 if $ac_preproc_ok; then :
3227 break
3228 fi
3229
3230 done
3231 ac_cv_prog_CPP=$CPP
3232
3233 fi
3234 CPP=$ac_cv_prog_CPP
3235 else
3236 ac_cv_prog_CPP=$CPP
3237 fi
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3239 $as_echo "$CPP" >&6; }
3240 ac_preproc_ok=false
3241 for ac_c_preproc_warn_flag in '' yes
3242 do
3243 # Use a header file that comes with gcc, so configuring glibc
3244 # with a fresh cross-compiler works.
3245 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3246 # <limits.h> exists even on freestanding compilers.
3247 # On the NeXT, cc -E runs the code through the compiler's parser,
3248 # not just through cpp. "Syntax error" is here to catch this case.
3249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3250 /* end confdefs.h. */
3251 #ifdef __STDC__
3252 # include <limits.h>
3253 #else
3254 # include <assert.h>
3255 #endif
3256 Syntax error
3257 _ACEOF
3258 if ac_fn_c_try_cpp "$LINENO"; then :
3259
3260 else
3261 # Broken: fails on valid input.
3262 continue
3263 fi
3264 rm -f conftest.err conftest.i conftest.$ac_ext
3265
3266 # OK, works on sane cases. Now check whether nonexistent headers
3267 # can be detected and how.
3268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3269 /* end confdefs.h. */
3270 #include <ac_nonexistent.h>
3271 _ACEOF
3272 if ac_fn_c_try_cpp "$LINENO"; then :
3273 # Broken: success on invalid input.
3274 continue
3275 else
3276 # Passes both tests.
3277 ac_preproc_ok=:
3278 break
3279 fi
3280 rm -f conftest.err conftest.i conftest.$ac_ext
3281
3282 done
3283 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3284 rm -f conftest.i conftest.err conftest.$ac_ext
3285 if $ac_preproc_ok; then :
3286
3287 else
3288 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3291 See \`config.log' for more details" "$LINENO" 5; }
3292 fi
3293
3294 ac_ext=c
3295 ac_cpp='$CPP $CPPFLAGS'
3296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3299
3300
3301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3302 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3303 if ${ac_cv_path_GREP+:} false; then :
3304 $as_echo_n "(cached) " >&6
3305 else
3306 if test -z "$GREP"; then
3307 ac_path_GREP_found=false
3308 # Loop through the user's path and test for each of PROGNAME-LIST
3309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3310 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3311 do
3312 IFS=$as_save_IFS
3313 test -z "$as_dir" && as_dir=.
3314 for ac_prog in grep ggrep; do
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3317 as_fn_executable_p "$ac_path_GREP" || continue
3318 # Check for GNU ac_path_GREP and select it if it is found.
3319 # Check for GNU $ac_path_GREP
3320 case `"$ac_path_GREP" --version 2>&1` in
3321 *GNU*)
3322 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3323 *)
3324 ac_count=0
3325 $as_echo_n 0123456789 >"conftest.in"
3326 while :
3327 do
3328 cat "conftest.in" "conftest.in" >"conftest.tmp"
3329 mv "conftest.tmp" "conftest.in"
3330 cp "conftest.in" "conftest.nl"
3331 $as_echo 'GREP' >> "conftest.nl"
3332 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3333 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3334 as_fn_arith $ac_count + 1 && ac_count=$as_val
3335 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3336 # Best one so far, save it but keep looking for a better one
3337 ac_cv_path_GREP="$ac_path_GREP"
3338 ac_path_GREP_max=$ac_count
3339 fi
3340 # 10*(2^10) chars as input seems more than enough
3341 test $ac_count -gt 10 && break
3342 done
3343 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3344 esac
3345
3346 $ac_path_GREP_found && break 3
3347 done
3348 done
3349 done
3350 IFS=$as_save_IFS
3351 if test -z "$ac_cv_path_GREP"; then
3352 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3353 fi
3354 else
3355 ac_cv_path_GREP=$GREP
3356 fi
3357
3358 fi
3359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3360 $as_echo "$ac_cv_path_GREP" >&6; }
3361 GREP="$ac_cv_path_GREP"
3362
3363
3364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3365 $as_echo_n "checking for egrep... " >&6; }
3366 if ${ac_cv_path_EGREP+:} false; then :
3367 $as_echo_n "(cached) " >&6
3368 else
3369 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3370 then ac_cv_path_EGREP="$GREP -E"
3371 else
3372 if test -z "$EGREP"; then
3373 ac_path_EGREP_found=false
3374 # Loop through the user's path and test for each of PROGNAME-LIST
3375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3376 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3377 do
3378 IFS=$as_save_IFS
3379 test -z "$as_dir" && as_dir=.
3380 for ac_prog in egrep; do
3381 for ac_exec_ext in '' $ac_executable_extensions; do
3382 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3383 as_fn_executable_p "$ac_path_EGREP" || continue
3384 # Check for GNU ac_path_EGREP and select it if it is found.
3385 # Check for GNU $ac_path_EGREP
3386 case `"$ac_path_EGREP" --version 2>&1` in
3387 *GNU*)
3388 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3389 *)
3390 ac_count=0
3391 $as_echo_n 0123456789 >"conftest.in"
3392 while :
3393 do
3394 cat "conftest.in" "conftest.in" >"conftest.tmp"
3395 mv "conftest.tmp" "conftest.in"
3396 cp "conftest.in" "conftest.nl"
3397 $as_echo 'EGREP' >> "conftest.nl"
3398 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3399 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3400 as_fn_arith $ac_count + 1 && ac_count=$as_val
3401 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3402 # Best one so far, save it but keep looking for a better one
3403 ac_cv_path_EGREP="$ac_path_EGREP"
3404 ac_path_EGREP_max=$ac_count
3405 fi
3406 # 10*(2^10) chars as input seems more than enough
3407 test $ac_count -gt 10 && break
3408 done
3409 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3410 esac
3411
3412 $ac_path_EGREP_found && break 3
3413 done
3414 done
3415 done
3416 IFS=$as_save_IFS
3417 if test -z "$ac_cv_path_EGREP"; then
3418 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3419 fi
3420 else
3421 ac_cv_path_EGREP=$EGREP
3422 fi
3423
3424 fi
3425 fi
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3427 $as_echo "$ac_cv_path_EGREP" >&6; }
3428 EGREP="$ac_cv_path_EGREP"
3429
3430
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3432 $as_echo_n "checking for ANSI C header files... " >&6; }
3433 if ${ac_cv_header_stdc+:} false; then :
3434 $as_echo_n "(cached) " >&6
3435 else
3436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3437 /* end confdefs.h. */
3438 #include <stdlib.h>
3439 #include <stdarg.h>
3440 #include <string.h>
3441 #include <float.h>
3442
3443 int
3444 main ()
3445 {
3446
3447 ;
3448 return 0;
3449 }
3450 _ACEOF
3451 if ac_fn_c_try_compile "$LINENO"; then :
3452 ac_cv_header_stdc=yes
3453 else
3454 ac_cv_header_stdc=no
3455 fi
3456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3457
3458 if test $ac_cv_header_stdc = yes; then
3459 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3461 /* end confdefs.h. */
3462 #include <string.h>
3463
3464 _ACEOF
3465 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3466 $EGREP "memchr" >/dev/null 2>&1; then :
3467
3468 else
3469 ac_cv_header_stdc=no
3470 fi
3471 rm -f conftest*
3472
3473 fi
3474
3475 if test $ac_cv_header_stdc = yes; then
3476 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478 /* end confdefs.h. */
3479 #include <stdlib.h>
3480
3481 _ACEOF
3482 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3483 $EGREP "free" >/dev/null 2>&1; then :
3484
3485 else
3486 ac_cv_header_stdc=no
3487 fi
3488 rm -f conftest*
3489
3490 fi
3491
3492 if test $ac_cv_header_stdc = yes; then
3493 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3494 if test "$cross_compiling" = yes; then :
3495 :
3496 else
3497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3498 /* end confdefs.h. */
3499 #include <ctype.h>
3500 #include <stdlib.h>
3501 #if ((' ' & 0x0FF) == 0x020)
3502 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3503 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3504 #else
3505 # define ISLOWER(c) \
3506 (('a' <= (c) && (c) <= 'i') \
3507 || ('j' <= (c) && (c) <= 'r') \
3508 || ('s' <= (c) && (c) <= 'z'))
3509 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3510 #endif
3511
3512 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3513 int
3514 main ()
3515 {
3516 int i;
3517 for (i = 0; i < 256; i++)
3518 if (XOR (islower (i), ISLOWER (i))
3519 || toupper (i) != TOUPPER (i))
3520 return 2;
3521 return 0;
3522 }
3523 _ACEOF
3524 if ac_fn_c_try_run "$LINENO"; then :
3525
3526 else
3527 ac_cv_header_stdc=no
3528 fi
3529 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3530 conftest.$ac_objext conftest.beam conftest.$ac_ext
3531 fi
3532
3533 fi
3534 fi
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3536 $as_echo "$ac_cv_header_stdc" >&6; }
3537 if test $ac_cv_header_stdc = yes; then
3538
3539 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3540
3541 fi
3542
3543 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3544 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3545 inttypes.h stdint.h unistd.h
3546 do :
3547 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3548 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3549 "
3550 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3551 cat >>confdefs.h <<_ACEOF
3552 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3553 _ACEOF
3554
3555 fi
3556
3557 done
3558
3559
3560
3561 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3562 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3563 MINIX=yes
3564 else
3565 MINIX=
3566 fi
3567
3568
3569 if test "$MINIX" = yes; then
3570
3571 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3572
3573
3574 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3575
3576
3577 $as_echo "#define _MINIX 1" >>confdefs.h
3578
3579 fi
3580
3581
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3583 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3584 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3585 $as_echo_n "(cached) " >&6
3586 else
3587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3588 /* end confdefs.h. */
3589
3590 # define __EXTENSIONS__ 1
3591 $ac_includes_default
3592 int
3593 main ()
3594 {
3595
3596 ;
3597 return 0;
3598 }
3599 _ACEOF
3600 if ac_fn_c_try_compile "$LINENO"; then :
3601 ac_cv_safe_to_define___extensions__=yes
3602 else
3603 ac_cv_safe_to_define___extensions__=no
3604 fi
3605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3606 fi
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3608 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3609 test $ac_cv_safe_to_define___extensions__ = yes &&
3610 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3611
3612 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3613
3614 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3615
3616 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3617
3618 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3619
3620
3621 test "$program_prefix" != NONE &&
3622 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3623 # Use a double $ so make ignores it.
3624 test "$program_suffix" != NONE &&
3625 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3626 # Double any \ or $.
3627 # By default was `s,x,x', remove it if useless.
3628 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3629 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3630
3631 # Find a good install program. We prefer a C program (faster),
3632 # so one script is as good as another. But avoid the broken or
3633 # incompatible versions:
3634 # SysV /etc/install, /usr/sbin/install
3635 # SunOS /usr/etc/install
3636 # IRIX /sbin/install
3637 # AIX /bin/install
3638 # AmigaOS /C/install, which installs bootblocks on floppy discs
3639 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3640 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3641 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3642 # OS/2's system install, which has a completely different semantic
3643 # ./install, which can be erroneously created by make from ./install.sh.
3644 # Reject install programs that cannot install multiple files.
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3646 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3647 if test -z "$INSTALL"; then
3648 if ${ac_cv_path_install+:} false; then :
3649 $as_echo_n "(cached) " >&6
3650 else
3651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3652 for as_dir in $PATH
3653 do
3654 IFS=$as_save_IFS
3655 test -z "$as_dir" && as_dir=.
3656 # Account for people who put trailing slashes in PATH elements.
3657 case $as_dir/ in #((
3658 ./ | .// | /[cC]/* | \
3659 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3660 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3661 /usr/ucb/* ) ;;
3662 *)
3663 # OSF1 and SCO ODT 3.0 have their own names for install.
3664 # Don't use installbsd from OSF since it installs stuff as root
3665 # by default.
3666 for ac_prog in ginstall scoinst install; do
3667 for ac_exec_ext in '' $ac_executable_extensions; do
3668 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3669 if test $ac_prog = install &&
3670 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3671 # AIX install. It has an incompatible calling convention.
3672 :
3673 elif test $ac_prog = install &&
3674 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3675 # program-specific install script used by HP pwplus--don't use.
3676 :
3677 else
3678 rm -rf conftest.one conftest.two conftest.dir
3679 echo one > conftest.one
3680 echo two > conftest.two
3681 mkdir conftest.dir
3682 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3683 test -s conftest.one && test -s conftest.two &&
3684 test -s conftest.dir/conftest.one &&
3685 test -s conftest.dir/conftest.two
3686 then
3687 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3688 break 3
3689 fi
3690 fi
3691 fi
3692 done
3693 done
3694 ;;
3695 esac
3696
3697 done
3698 IFS=$as_save_IFS
3699
3700 rm -rf conftest.one conftest.two conftest.dir
3701
3702 fi
3703 if test "${ac_cv_path_install+set}" = set; then
3704 INSTALL=$ac_cv_path_install
3705 else
3706 # As a last resort, use the slow shell script. Don't cache a
3707 # value for INSTALL within a source directory, because that will
3708 # break other packages using the cache if that directory is
3709 # removed, or if the value is a relative name.
3710 INSTALL=$ac_install_sh
3711 fi
3712 fi
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3714 $as_echo "$INSTALL" >&6; }
3715
3716 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3717 # It thinks the first close brace ends the variable substitution.
3718 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3719
3720 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3721
3722 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3723
3724 rm -rf .tst 2>/dev/null
3725 mkdir .tst 2>/dev/null
3726 if test -d .tst; then
3727 am__leading_dot=.
3728 else
3729 am__leading_dot=_
3730 fi
3731 rmdir .tst 2>/dev/null
3732
3733 DEPDIR="${am__leading_dot}deps"
3734
3735 case `pwd` in
3736 *\ * | *\ *)
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3738 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3739 esac
3740
3741
3742
3743 macro_version='2.2.7a'
3744 macro_revision='1.3134'
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758 ltmain="$ac_aux_dir/ltmain.sh"
3759
3760 # Backslashify metacharacters that are still active within
3761 # double-quoted strings.
3762 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3763
3764 # Same as above, but do not quote variable references.
3765 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3766
3767 # Sed substitution to delay expansion of an escaped shell variable in a
3768 # double_quote_subst'ed string.
3769 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3770
3771 # Sed substitution to delay expansion of an escaped single quote.
3772 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3773
3774 # Sed substitution to avoid accidental globbing in evaled expressions
3775 no_glob_subst='s/\*/\\\*/g'
3776
3777 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3778 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3779 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3780
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3782 $as_echo_n "checking how to print strings... " >&6; }
3783 # Test print first, because it will be a builtin if present.
3784 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3785 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3786 ECHO='print -r --'
3787 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3788 ECHO='printf %s\n'
3789 else
3790 # Use this function as a fallback that always works.
3791 func_fallback_echo ()
3792 {
3793 eval 'cat <<_LTECHO_EOF
3794 $1
3795 _LTECHO_EOF'
3796 }
3797 ECHO='func_fallback_echo'
3798 fi
3799
3800 # func_echo_all arg...
3801 # Invoke $ECHO with all args, space-separated.
3802 func_echo_all ()
3803 {
3804 $ECHO ""
3805 }
3806
3807 case "$ECHO" in
3808 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3809 $as_echo "printf" >&6; } ;;
3810 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3811 $as_echo "print -r" >&6; } ;;
3812 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3813 $as_echo "cat" >&6; } ;;
3814 esac
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3830 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3831 if ${ac_cv_path_SED+:} false; then :
3832 $as_echo_n "(cached) " >&6
3833 else
3834 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3835 for ac_i in 1 2 3 4 5 6 7; do
3836 ac_script="$ac_script$as_nl$ac_script"
3837 done
3838 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3839 { ac_script=; unset ac_script;}
3840 if test -z "$SED"; then
3841 ac_path_SED_found=false
3842 # Loop through the user's path and test for each of PROGNAME-LIST
3843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3844 for as_dir in $PATH
3845 do
3846 IFS=$as_save_IFS
3847 test -z "$as_dir" && as_dir=.
3848 for ac_prog in sed gsed; do
3849 for ac_exec_ext in '' $ac_executable_extensions; do
3850 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3851 as_fn_executable_p "$ac_path_SED" || continue
3852 # Check for GNU ac_path_SED and select it if it is found.
3853 # Check for GNU $ac_path_SED
3854 case `"$ac_path_SED" --version 2>&1` in
3855 *GNU*)
3856 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3857 *)
3858 ac_count=0
3859 $as_echo_n 0123456789 >"conftest.in"
3860 while :
3861 do
3862 cat "conftest.in" "conftest.in" >"conftest.tmp"
3863 mv "conftest.tmp" "conftest.in"
3864 cp "conftest.in" "conftest.nl"
3865 $as_echo '' >> "conftest.nl"
3866 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3867 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3868 as_fn_arith $ac_count + 1 && ac_count=$as_val
3869 if test $ac_count -gt ${ac_path_SED_max-0}; then
3870 # Best one so far, save it but keep looking for a better one
3871 ac_cv_path_SED="$ac_path_SED"
3872 ac_path_SED_max=$ac_count
3873 fi
3874 # 10*(2^10) chars as input seems more than enough
3875 test $ac_count -gt 10 && break
3876 done
3877 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3878 esac
3879
3880 $ac_path_SED_found && break 3
3881 done
3882 done
3883 done
3884 IFS=$as_save_IFS
3885 if test -z "$ac_cv_path_SED"; then
3886 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3887 fi
3888 else
3889 ac_cv_path_SED=$SED
3890 fi
3891
3892 fi
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3894 $as_echo "$ac_cv_path_SED" >&6; }
3895 SED="$ac_cv_path_SED"
3896 rm -f conftest.sed
3897
3898 test -z "$SED" && SED=sed
3899 Xsed="$SED -e 1s/^X//"
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3912 $as_echo_n "checking for fgrep... " >&6; }
3913 if ${ac_cv_path_FGREP+:} false; then :
3914 $as_echo_n "(cached) " >&6
3915 else
3916 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3917 then ac_cv_path_FGREP="$GREP -F"
3918 else
3919 if test -z "$FGREP"; then
3920 ac_path_FGREP_found=false
3921 # Loop through the user's path and test for each of PROGNAME-LIST
3922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3923 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3924 do
3925 IFS=$as_save_IFS
3926 test -z "$as_dir" && as_dir=.
3927 for ac_prog in fgrep; do
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3930 as_fn_executable_p "$ac_path_FGREP" || continue
3931 # Check for GNU ac_path_FGREP and select it if it is found.
3932 # Check for GNU $ac_path_FGREP
3933 case `"$ac_path_FGREP" --version 2>&1` in
3934 *GNU*)
3935 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3936 *)
3937 ac_count=0
3938 $as_echo_n 0123456789 >"conftest.in"
3939 while :
3940 do
3941 cat "conftest.in" "conftest.in" >"conftest.tmp"
3942 mv "conftest.tmp" "conftest.in"
3943 cp "conftest.in" "conftest.nl"
3944 $as_echo 'FGREP' >> "conftest.nl"
3945 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3946 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3947 as_fn_arith $ac_count + 1 && ac_count=$as_val
3948 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3949 # Best one so far, save it but keep looking for a better one
3950 ac_cv_path_FGREP="$ac_path_FGREP"
3951 ac_path_FGREP_max=$ac_count
3952 fi
3953 # 10*(2^10) chars as input seems more than enough
3954 test $ac_count -gt 10 && break
3955 done
3956 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3957 esac
3958
3959 $ac_path_FGREP_found && break 3
3960 done
3961 done
3962 done
3963 IFS=$as_save_IFS
3964 if test -z "$ac_cv_path_FGREP"; then
3965 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3966 fi
3967 else
3968 ac_cv_path_FGREP=$FGREP
3969 fi
3970
3971 fi
3972 fi
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3974 $as_echo "$ac_cv_path_FGREP" >&6; }
3975 FGREP="$ac_cv_path_FGREP"
3976
3977
3978 test -z "$GREP" && GREP=grep
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998 # Check whether --with-gnu-ld was given.
3999 if test "${with_gnu_ld+set}" = set; then :
4000 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4001 else
4002 with_gnu_ld=no
4003 fi
4004
4005 ac_prog=ld
4006 if test "$GCC" = yes; then
4007 # Check if gcc -print-prog-name=ld gives a path.
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4009 $as_echo_n "checking for ld used by $CC... " >&6; }
4010 case $host in
4011 *-*-mingw*)
4012 # gcc leaves a trailing carriage return which upsets mingw
4013 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4014 *)
4015 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4016 esac
4017 case $ac_prog in
4018 # Accept absolute paths.
4019 [\\/]* | ?:[\\/]*)
4020 re_direlt='/[^/][^/]*/\.\./'
4021 # Canonicalize the pathname of ld
4022 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4023 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4024 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4025 done
4026 test -z "$LD" && LD="$ac_prog"
4027 ;;
4028 "")
4029 # If it fails, then pretend we aren't using GCC.
4030 ac_prog=ld
4031 ;;
4032 *)
4033 # If it is relative, then search for the first ld in PATH.
4034 with_gnu_ld=unknown
4035 ;;
4036 esac
4037 elif test "$with_gnu_ld" = yes; then
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4039 $as_echo_n "checking for GNU ld... " >&6; }
4040 else
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4042 $as_echo_n "checking for non-GNU ld... " >&6; }
4043 fi
4044 if ${lt_cv_path_LD+:} false; then :
4045 $as_echo_n "(cached) " >&6
4046 else
4047 if test -z "$LD"; then
4048 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4049 for ac_dir in $PATH; do
4050 IFS="$lt_save_ifs"
4051 test -z "$ac_dir" && ac_dir=.
4052 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4053 lt_cv_path_LD="$ac_dir/$ac_prog"
4054 # Check to see if the program is GNU ld. I'd rather use --version,
4055 # but apparently some variants of GNU ld only accept -v.
4056 # Break only if it was the GNU/non-GNU ld that we prefer.
4057 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4058 *GNU* | *'with BFD'*)
4059 test "$with_gnu_ld" != no && break
4060 ;;
4061 *)
4062 test "$with_gnu_ld" != yes && break
4063 ;;
4064 esac
4065 fi
4066 done
4067 IFS="$lt_save_ifs"
4068 else
4069 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4070 fi
4071 fi
4072
4073 LD="$lt_cv_path_LD"
4074 if test -n "$LD"; then
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4076 $as_echo "$LD" >&6; }
4077 else
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4079 $as_echo "no" >&6; }
4080 fi
4081 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4083 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4084 if ${lt_cv_prog_gnu_ld+:} false; then :
4085 $as_echo_n "(cached) " >&6
4086 else
4087 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4088 case `$LD -v 2>&1 </dev/null` in
4089 *GNU* | *'with BFD'*)
4090 lt_cv_prog_gnu_ld=yes
4091 ;;
4092 *)
4093 lt_cv_prog_gnu_ld=no
4094 ;;
4095 esac
4096 fi
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4098 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4099 with_gnu_ld=$lt_cv_prog_gnu_ld
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4110 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4111 if ${lt_cv_path_NM+:} false; then :
4112 $as_echo_n "(cached) " >&6
4113 else
4114 if test -n "$NM"; then
4115 # Let the user override the test.
4116 lt_cv_path_NM="$NM"
4117 else
4118 lt_nm_to_check="${ac_tool_prefix}nm"
4119 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4120 lt_nm_to_check="$lt_nm_to_check nm"
4121 fi
4122 for lt_tmp_nm in $lt_nm_to_check; do
4123 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4124 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4125 IFS="$lt_save_ifs"
4126 test -z "$ac_dir" && ac_dir=.
4127 tmp_nm="$ac_dir/$lt_tmp_nm"
4128 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4129 # Check to see if the nm accepts a BSD-compat flag.
4130 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4131 # nm: unknown option "B" ignored
4132 # Tru64's nm complains that /dev/null is an invalid object file
4133 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4134 */dev/null* | *'Invalid file or object type'*)
4135 lt_cv_path_NM="$tmp_nm -B"
4136 break
4137 ;;
4138 *)
4139 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4140 */dev/null*)
4141 lt_cv_path_NM="$tmp_nm -p"
4142 break
4143 ;;
4144 *)
4145 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4146 continue # so that we can try to find one that supports BSD flags
4147 ;;
4148 esac
4149 ;;
4150 esac
4151 fi
4152 done
4153 IFS="$lt_save_ifs"
4154 done
4155 : ${lt_cv_path_NM=no}
4156 fi
4157 fi
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4159 $as_echo "$lt_cv_path_NM" >&6; }
4160 if test "$lt_cv_path_NM" != "no"; then
4161 NM="$lt_cv_path_NM"
4162 else
4163 # Didn't find any BSD compatible name lister, look for dumpbin.
4164 if test -n "$DUMPBIN"; then :
4165 # Let the user override the test.
4166 else
4167 if test -n "$ac_tool_prefix"; then
4168 for ac_prog in dumpbin "link -dump"
4169 do
4170 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4171 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if ${ac_cv_prog_DUMPBIN+:} false; then :
4175 $as_echo_n "(cached) " >&6
4176 else
4177 if test -n "$DUMPBIN"; then
4178 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4179 else
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4182 do
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_exec_ext in '' $ac_executable_extensions; do
4186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4187 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 break 2
4190 fi
4191 done
4192 done
4193 IFS=$as_save_IFS
4194
4195 fi
4196 fi
4197 DUMPBIN=$ac_cv_prog_DUMPBIN
4198 if test -n "$DUMPBIN"; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4200 $as_echo "$DUMPBIN" >&6; }
4201 else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4204 fi
4205
4206
4207 test -n "$DUMPBIN" && break
4208 done
4209 fi
4210 if test -z "$DUMPBIN"; then
4211 ac_ct_DUMPBIN=$DUMPBIN
4212 for ac_prog in dumpbin "link -dump"
4213 do
4214 # Extract the first word of "$ac_prog", so it can be a program name with args.
4215 set dummy $ac_prog; ac_word=$2
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4217 $as_echo_n "checking for $ac_word... " >&6; }
4218 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4219 $as_echo_n "(cached) " >&6
4220 else
4221 if test -n "$ac_ct_DUMPBIN"; then
4222 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4223 else
4224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4225 for as_dir in $PATH
4226 do
4227 IFS=$as_save_IFS
4228 test -z "$as_dir" && as_dir=.
4229 for ac_exec_ext in '' $ac_executable_extensions; do
4230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4231 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4233 break 2
4234 fi
4235 done
4236 done
4237 IFS=$as_save_IFS
4238
4239 fi
4240 fi
4241 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4242 if test -n "$ac_ct_DUMPBIN"; then
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4244 $as_echo "$ac_ct_DUMPBIN" >&6; }
4245 else
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4247 $as_echo "no" >&6; }
4248 fi
4249
4250
4251 test -n "$ac_ct_DUMPBIN" && break
4252 done
4253
4254 if test "x$ac_ct_DUMPBIN" = x; then
4255 DUMPBIN=":"
4256 else
4257 case $cross_compiling:$ac_tool_warned in
4258 yes:)
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4260 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4261 ac_tool_warned=yes ;;
4262 esac
4263 DUMPBIN=$ac_ct_DUMPBIN
4264 fi
4265 fi
4266
4267 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4268 *COFF*)
4269 DUMPBIN="$DUMPBIN -symbols"
4270 ;;
4271 *)
4272 DUMPBIN=:
4273 ;;
4274 esac
4275 fi
4276
4277 if test "$DUMPBIN" != ":"; then
4278 NM="$DUMPBIN"
4279 fi
4280 fi
4281 test -z "$NM" && NM=nm
4282
4283
4284
4285
4286
4287
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4289 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4290 if ${lt_cv_nm_interface+:} false; then :
4291 $as_echo_n "(cached) " >&6
4292 else
4293 lt_cv_nm_interface="BSD nm"
4294 echo "int some_variable = 0;" > conftest.$ac_ext
4295 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4296 (eval "$ac_compile" 2>conftest.err)
4297 cat conftest.err >&5
4298 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4299 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4300 cat conftest.err >&5
4301 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4302 cat conftest.out >&5
4303 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4304 lt_cv_nm_interface="MS dumpbin"
4305 fi
4306 rm -f conftest*
4307 fi
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4309 $as_echo "$lt_cv_nm_interface" >&6; }
4310
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4312 $as_echo_n "checking whether ln -s works... " >&6; }
4313 LN_S=$as_ln_s
4314 if test "$LN_S" = "ln -s"; then
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4316 $as_echo "yes" >&6; }
4317 else
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4319 $as_echo "no, using $LN_S" >&6; }
4320 fi
4321
4322 # find the maximum length of command line arguments
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4324 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4325 if ${lt_cv_sys_max_cmd_len+:} false; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 i=0
4329 teststring="ABCD"
4330
4331 case $build_os in
4332 msdosdjgpp*)
4333 # On DJGPP, this test can blow up pretty badly due to problems in libc
4334 # (any single argument exceeding 2000 bytes causes a buffer overrun
4335 # during glob expansion). Even if it were fixed, the result of this
4336 # check would be larger than it should be.
4337 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4338 ;;
4339
4340 gnu*)
4341 # Under GNU Hurd, this test is not required because there is
4342 # no limit to the length of command line arguments.
4343 # Libtool will interpret -1 as no limit whatsoever
4344 lt_cv_sys_max_cmd_len=-1;
4345 ;;
4346
4347 cygwin* | mingw* | cegcc*)
4348 # On Win9x/ME, this test blows up -- it succeeds, but takes
4349 # about 5 minutes as the teststring grows exponentially.
4350 # Worse, since 9x/ME are not pre-emptively multitasking,
4351 # you end up with a "frozen" computer, even though with patience
4352 # the test eventually succeeds (with a max line length of 256k).
4353 # Instead, let's just punt: use the minimum linelength reported by
4354 # all of the supported platforms: 8192 (on NT/2K/XP).
4355 lt_cv_sys_max_cmd_len=8192;
4356 ;;
4357
4358 mint*)
4359 # On MiNT this can take a long time and run out of memory.
4360 lt_cv_sys_max_cmd_len=8192;
4361 ;;
4362
4363 amigaos*)
4364 # On AmigaOS with pdksh, this test takes hours, literally.
4365 # So we just punt and use a minimum line length of 8192.
4366 lt_cv_sys_max_cmd_len=8192;
4367 ;;
4368
4369 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4370 # This has been around since 386BSD, at least. Likely further.
4371 if test -x /sbin/sysctl; then
4372 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4373 elif test -x /usr/sbin/sysctl; then
4374 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4375 else
4376 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4377 fi
4378 # And add a safety zone
4379 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4380 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4381 ;;
4382
4383 interix*)
4384 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4385 lt_cv_sys_max_cmd_len=196608
4386 ;;
4387
4388 osf*)
4389 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4390 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4391 # nice to cause kernel panics so lets avoid the loop below.
4392 # First set a reasonable default.
4393 lt_cv_sys_max_cmd_len=16384
4394 #
4395 if test -x /sbin/sysconfig; then
4396 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4397 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4398 esac
4399 fi
4400 ;;
4401 sco3.2v5*)
4402 lt_cv_sys_max_cmd_len=102400
4403 ;;
4404 sysv5* | sco5v6* | sysv4.2uw2*)
4405 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4406 if test -n "$kargmax"; then
4407 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4408 else
4409 lt_cv_sys_max_cmd_len=32768
4410 fi
4411 ;;
4412 *)
4413 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4414 if test -n "$lt_cv_sys_max_cmd_len"; then
4415 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4416 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4417 else
4418 # Make teststring a little bigger before we do anything with it.
4419 # a 1K string should be a reasonable start.
4420 for i in 1 2 3 4 5 6 7 8 ; do
4421 teststring=$teststring$teststring
4422 done
4423 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4424 # If test is not a shell built-in, we'll probably end up computing a
4425 # maximum length that is only half of the actual maximum length, but
4426 # we can't tell.
4427 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4428 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4429 test $i != 17 # 1/2 MB should be enough
4430 do
4431 i=`expr $i + 1`
4432 teststring=$teststring$teststring
4433 done
4434 # Only check the string length outside the loop.
4435 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4436 teststring=
4437 # Add a significant safety factor because C++ compilers can tack on
4438 # massive amounts of additional arguments before passing them to the
4439 # linker. It appears as though 1/2 is a usable value.
4440 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4441 fi
4442 ;;
4443 esac
4444
4445 fi
4446
4447 if test -n $lt_cv_sys_max_cmd_len ; then
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4449 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4450 else
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4452 $as_echo "none" >&6; }
4453 fi
4454 max_cmd_len=$lt_cv_sys_max_cmd_len
4455
4456
4457
4458
4459
4460
4461 : ${CP="cp -f"}
4462 : ${MV="mv -f"}
4463 : ${RM="rm -f"}
4464
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4466 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4467 # Try some XSI features
4468 xsi_shell=no
4469 ( _lt_dummy="a/b/c"
4470 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4471 = c,a/b,, \
4472 && eval 'test $(( 1 + 1 )) -eq 2 \
4473 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4474 && xsi_shell=yes
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4476 $as_echo "$xsi_shell" >&6; }
4477
4478
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4480 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4481 lt_shell_append=no
4482 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4483 >/dev/null 2>&1 \
4484 && lt_shell_append=yes
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4486 $as_echo "$lt_shell_append" >&6; }
4487
4488
4489 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4490 lt_unset=unset
4491 else
4492 lt_unset=false
4493 fi
4494
4495
4496
4497
4498
4499 # test EBCDIC or ASCII
4500 case `echo X|tr X '\101'` in
4501 A) # ASCII based system
4502 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4503 lt_SP2NL='tr \040 \012'
4504 lt_NL2SP='tr \015\012 \040\040'
4505 ;;
4506 *) # EBCDIC based system
4507 lt_SP2NL='tr \100 \n'
4508 lt_NL2SP='tr \r\n \100\100'
4509 ;;
4510 esac
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4521 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4522 if ${lt_cv_ld_reload_flag+:} false; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 lt_cv_ld_reload_flag='-r'
4526 fi
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4528 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4529 reload_flag=$lt_cv_ld_reload_flag
4530 case $reload_flag in
4531 "" | " "*) ;;
4532 *) reload_flag=" $reload_flag" ;;
4533 esac
4534 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4535 case $host_os in
4536 darwin*)
4537 if test "$GCC" = yes; then
4538 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4539 else
4540 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4541 fi
4542 ;;
4543 esac
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553 if test -n "$ac_tool_prefix"; then
4554 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4555 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4557 $as_echo_n "checking for $ac_word... " >&6; }
4558 if ${ac_cv_prog_OBJDUMP+:} false; then :
4559 $as_echo_n "(cached) " >&6
4560 else
4561 if test -n "$OBJDUMP"; then
4562 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4563 else
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 for as_dir in $PATH
4566 do
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4571 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4574 fi
4575 done
4576 done
4577 IFS=$as_save_IFS
4578
4579 fi
4580 fi
4581 OBJDUMP=$ac_cv_prog_OBJDUMP
4582 if test -n "$OBJDUMP"; then
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4584 $as_echo "$OBJDUMP" >&6; }
4585 else
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4587 $as_echo "no" >&6; }
4588 fi
4589
4590
4591 fi
4592 if test -z "$ac_cv_prog_OBJDUMP"; then
4593 ac_ct_OBJDUMP=$OBJDUMP
4594 # Extract the first word of "objdump", so it can be a program name with args.
4595 set dummy objdump; ac_word=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4599 $as_echo_n "(cached) " >&6
4600 else
4601 if test -n "$ac_ct_OBJDUMP"; then
4602 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4603 else
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH
4606 do
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4611 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 break 2
4614 fi
4615 done
4616 done
4617 IFS=$as_save_IFS
4618
4619 fi
4620 fi
4621 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4622 if test -n "$ac_ct_OBJDUMP"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4624 $as_echo "$ac_ct_OBJDUMP" >&6; }
4625 else
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4628 fi
4629
4630 if test "x$ac_ct_OBJDUMP" = x; then
4631 OBJDUMP="false"
4632 else
4633 case $cross_compiling:$ac_tool_warned in
4634 yes:)
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4637 ac_tool_warned=yes ;;
4638 esac
4639 OBJDUMP=$ac_ct_OBJDUMP
4640 fi
4641 else
4642 OBJDUMP="$ac_cv_prog_OBJDUMP"
4643 fi
4644
4645 test -z "$OBJDUMP" && OBJDUMP=objdump
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4656 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4657 if ${lt_cv_deplibs_check_method+:} false; then :
4658 $as_echo_n "(cached) " >&6
4659 else
4660 lt_cv_file_magic_cmd='$MAGIC_CMD'
4661 lt_cv_file_magic_test_file=
4662 lt_cv_deplibs_check_method='unknown'
4663 # Need to set the preceding variable on all platforms that support
4664 # interlibrary dependencies.
4665 # 'none' -- dependencies not supported.
4666 # `unknown' -- same as none, but documents that we really don't know.
4667 # 'pass_all' -- all dependencies passed with no checks.
4668 # 'test_compile' -- check by making test program.
4669 # 'file_magic [[regex]]' -- check by looking for files in library path
4670 # which responds to the $file_magic_cmd with a given extended regex.
4671 # If you have `file' or equivalent on your system and you're not sure
4672 # whether `pass_all' will *always* work, you probably want this one.
4673
4674 case $host_os in
4675 aix[4-9]*)
4676 lt_cv_deplibs_check_method=pass_all
4677 ;;
4678
4679 beos*)
4680 lt_cv_deplibs_check_method=pass_all
4681 ;;
4682
4683 bsdi[45]*)
4684 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4685 lt_cv_file_magic_cmd='/usr/bin/file -L'
4686 lt_cv_file_magic_test_file=/shlib/libc.so
4687 ;;
4688
4689 cygwin*)
4690 # func_win32_libid is a shell function defined in ltmain.sh
4691 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4692 lt_cv_file_magic_cmd='func_win32_libid'
4693 ;;
4694
4695 mingw* | pw32*)
4696 # Base MSYS/MinGW do not provide the 'file' command needed by
4697 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4698 # unless we find 'file', for example because we are cross-compiling.
4699 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4700 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4701 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4702 lt_cv_file_magic_cmd='func_win32_libid'
4703 else
4704 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4705 lt_cv_file_magic_cmd='$OBJDUMP -f'
4706 fi
4707 ;;
4708
4709 cegcc*)
4710 # use the weaker test based on 'objdump'. See mingw*.
4711 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4712 lt_cv_file_magic_cmd='$OBJDUMP -f'
4713 ;;
4714
4715 darwin* | rhapsody*)
4716 lt_cv_deplibs_check_method=pass_all
4717 ;;
4718
4719 freebsd* | dragonfly*)
4720 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4721 case $host_cpu in
4722 i*86 )
4723 # Not sure whether the presence of OpenBSD here was a mistake.
4724 # Let's accept both of them until this is cleared up.
4725 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4726 lt_cv_file_magic_cmd=/usr/bin/file
4727 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4728 ;;
4729 esac
4730 else
4731 lt_cv_deplibs_check_method=pass_all
4732 fi
4733 ;;
4734
4735 gnu*)
4736 lt_cv_deplibs_check_method=pass_all
4737 ;;
4738
4739 haiku*)
4740 lt_cv_deplibs_check_method=pass_all
4741 ;;
4742
4743 hpux10.20* | hpux11*)
4744 lt_cv_file_magic_cmd=/usr/bin/file
4745 case $host_cpu in
4746 ia64*)
4747 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4748 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4749 ;;
4750 hppa*64*)
4751 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]'
4752 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4753 ;;
4754 *)
4755 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4756 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4757 ;;
4758 esac
4759 ;;
4760
4761 interix[3-9]*)
4762 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4763 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4764 ;;
4765
4766 irix5* | irix6* | nonstopux*)
4767 case $LD in
4768 *-32|*"-32 ") libmagic=32-bit;;
4769 *-n32|*"-n32 ") libmagic=N32;;
4770 *-64|*"-64 ") libmagic=64-bit;;
4771 *) libmagic=never-match;;
4772 esac
4773 lt_cv_deplibs_check_method=pass_all
4774 ;;
4775
4776 # This must be Linux ELF.
4777 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4778 lt_cv_deplibs_check_method=pass_all
4779 ;;
4780
4781 netbsd*)
4782 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4783 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4784 else
4785 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4786 fi
4787 ;;
4788
4789 newos6*)
4790 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4791 lt_cv_file_magic_cmd=/usr/bin/file
4792 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4793 ;;
4794
4795 *nto* | *qnx*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799 openbsd*)
4800 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4801 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4802 else
4803 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4804 fi
4805 ;;
4806
4807 osf3* | osf4* | osf5*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811 rdos*)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815 solaris*)
4816 lt_cv_deplibs_check_method=pass_all
4817 ;;
4818
4819 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4820 lt_cv_deplibs_check_method=pass_all
4821 ;;
4822
4823 sysv4 | sysv4.3*)
4824 case $host_vendor in
4825 motorola)
4826 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]'
4827 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4828 ;;
4829 ncr)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832 sequent)
4833 lt_cv_file_magic_cmd='/bin/file'
4834 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4835 ;;
4836 sni)
4837 lt_cv_file_magic_cmd='/bin/file'
4838 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4839 lt_cv_file_magic_test_file=/lib/libc.so
4840 ;;
4841 siemens)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844 pc)
4845 lt_cv_deplibs_check_method=pass_all
4846 ;;
4847 esac
4848 ;;
4849
4850 tpf*)
4851 lt_cv_deplibs_check_method=pass_all
4852 ;;
4853 esac
4854
4855 fi
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4857 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4858 file_magic_cmd=$lt_cv_file_magic_cmd
4859 deplibs_check_method=$lt_cv_deplibs_check_method
4860 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873 plugin_option=
4874 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4875 for plugin in $plugin_names; do
4876 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4877 if test x$plugin_so = x$plugin; then
4878 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4879 fi
4880 if test x$plugin_so != x$plugin; then
4881 plugin_option="--plugin $plugin_so"
4882 break
4883 fi
4884 done
4885
4886 if test -n "$ac_tool_prefix"; then
4887 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4888 set dummy ${ac_tool_prefix}ar; ac_word=$2
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4890 $as_echo_n "checking for $ac_word... " >&6; }
4891 if ${ac_cv_prog_AR+:} false; then :
4892 $as_echo_n "(cached) " >&6
4893 else
4894 if test -n "$AR"; then
4895 ac_cv_prog_AR="$AR" # Let the user override the test.
4896 else
4897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4898 for as_dir in $PATH
4899 do
4900 IFS=$as_save_IFS
4901 test -z "$as_dir" && as_dir=.
4902 for ac_exec_ext in '' $ac_executable_extensions; do
4903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4904 ac_cv_prog_AR="${ac_tool_prefix}ar"
4905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4906 break 2
4907 fi
4908 done
4909 done
4910 IFS=$as_save_IFS
4911
4912 fi
4913 fi
4914 AR=$ac_cv_prog_AR
4915 if test -n "$AR"; then
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4917 $as_echo "$AR" >&6; }
4918 else
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4920 $as_echo "no" >&6; }
4921 fi
4922
4923
4924 fi
4925 if test -z "$ac_cv_prog_AR"; then
4926 ac_ct_AR=$AR
4927 # Extract the first word of "ar", so it can be a program name with args.
4928 set dummy ar; ac_word=$2
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4930 $as_echo_n "checking for $ac_word... " >&6; }
4931 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4932 $as_echo_n "(cached) " >&6
4933 else
4934 if test -n "$ac_ct_AR"; then
4935 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4936 else
4937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4938 for as_dir in $PATH
4939 do
4940 IFS=$as_save_IFS
4941 test -z "$as_dir" && as_dir=.
4942 for ac_exec_ext in '' $ac_executable_extensions; do
4943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4944 ac_cv_prog_ac_ct_AR="ar"
4945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4946 break 2
4947 fi
4948 done
4949 done
4950 IFS=$as_save_IFS
4951
4952 fi
4953 fi
4954 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4955 if test -n "$ac_ct_AR"; then
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4957 $as_echo "$ac_ct_AR" >&6; }
4958 else
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4960 $as_echo "no" >&6; }
4961 fi
4962
4963 if test "x$ac_ct_AR" = x; then
4964 AR="false"
4965 else
4966 case $cross_compiling:$ac_tool_warned in
4967 yes:)
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4969 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4970 ac_tool_warned=yes ;;
4971 esac
4972 AR=$ac_ct_AR
4973 fi
4974 else
4975 AR="$ac_cv_prog_AR"
4976 fi
4977
4978 test -z "$AR" && AR=ar
4979 if test -n "$plugin_option"; then
4980 if $AR --help 2>&1 | grep -q "\--plugin"; then
4981 touch conftest.c
4982 $AR $plugin_option rc conftest.a conftest.c
4983 if test "$?" != 0; then
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4985 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4986 else
4987 AR="$AR $plugin_option"
4988 fi
4989 rm -f conftest.*
4990 fi
4991 fi
4992 test -z "$AR_FLAGS" && AR_FLAGS=cru
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004 if test -n "$ac_tool_prefix"; then
5005 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5006 set dummy ${ac_tool_prefix}strip; ac_word=$2
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008 $as_echo_n "checking for $ac_word... " >&6; }
5009 if ${ac_cv_prog_STRIP+:} false; then :
5010 $as_echo_n "(cached) " >&6
5011 else
5012 if test -n "$STRIP"; then
5013 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5014 else
5015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016 for as_dir in $PATH
5017 do
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
5020 for ac_exec_ext in '' $ac_executable_extensions; do
5021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5022 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5024 break 2
5025 fi
5026 done
5027 done
5028 IFS=$as_save_IFS
5029
5030 fi
5031 fi
5032 STRIP=$ac_cv_prog_STRIP
5033 if test -n "$STRIP"; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5035 $as_echo "$STRIP" >&6; }
5036 else
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038 $as_echo "no" >&6; }
5039 fi
5040
5041
5042 fi
5043 if test -z "$ac_cv_prog_STRIP"; then
5044 ac_ct_STRIP=$STRIP
5045 # Extract the first word of "strip", so it can be a program name with args.
5046 set dummy strip; ac_word=$2
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048 $as_echo_n "checking for $ac_word... " >&6; }
5049 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5050 $as_echo_n "(cached) " >&6
5051 else
5052 if test -n "$ac_ct_STRIP"; then
5053 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5054 else
5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056 for as_dir in $PATH
5057 do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5062 ac_cv_prog_ac_ct_STRIP="strip"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5064 break 2
5065 fi
5066 done
5067 done
5068 IFS=$as_save_IFS
5069
5070 fi
5071 fi
5072 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5073 if test -n "$ac_ct_STRIP"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5075 $as_echo "$ac_ct_STRIP" >&6; }
5076 else
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5079 fi
5080
5081 if test "x$ac_ct_STRIP" = x; then
5082 STRIP=":"
5083 else
5084 case $cross_compiling:$ac_tool_warned in
5085 yes:)
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5087 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5088 ac_tool_warned=yes ;;
5089 esac
5090 STRIP=$ac_ct_STRIP
5091 fi
5092 else
5093 STRIP="$ac_cv_prog_STRIP"
5094 fi
5095
5096 test -z "$STRIP" && STRIP=:
5097
5098
5099
5100
5101
5102
5103 if test -n "$ac_tool_prefix"; then
5104 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5105 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5107 $as_echo_n "checking for $ac_word... " >&6; }
5108 if ${ac_cv_prog_RANLIB+:} false; then :
5109 $as_echo_n "(cached) " >&6
5110 else
5111 if test -n "$RANLIB"; then
5112 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5113 else
5114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115 for as_dir in $PATH
5116 do
5117 IFS=$as_save_IFS
5118 test -z "$as_dir" && as_dir=.
5119 for ac_exec_ext in '' $ac_executable_extensions; do
5120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5121 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5123 break 2
5124 fi
5125 done
5126 done
5127 IFS=$as_save_IFS
5128
5129 fi
5130 fi
5131 RANLIB=$ac_cv_prog_RANLIB
5132 if test -n "$RANLIB"; then
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5134 $as_echo "$RANLIB" >&6; }
5135 else
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137 $as_echo "no" >&6; }
5138 fi
5139
5140
5141 fi
5142 if test -z "$ac_cv_prog_RANLIB"; then
5143 ac_ct_RANLIB=$RANLIB
5144 # Extract the first word of "ranlib", so it can be a program name with args.
5145 set dummy ranlib; ac_word=$2
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5147 $as_echo_n "checking for $ac_word... " >&6; }
5148 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5149 $as_echo_n "(cached) " >&6
5150 else
5151 if test -n "$ac_ct_RANLIB"; then
5152 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5153 else
5154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5155 for as_dir in $PATH
5156 do
5157 IFS=$as_save_IFS
5158 test -z "$as_dir" && as_dir=.
5159 for ac_exec_ext in '' $ac_executable_extensions; do
5160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5161 ac_cv_prog_ac_ct_RANLIB="ranlib"
5162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5163 break 2
5164 fi
5165 done
5166 done
5167 IFS=$as_save_IFS
5168
5169 fi
5170 fi
5171 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5172 if test -n "$ac_ct_RANLIB"; then
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5174 $as_echo "$ac_ct_RANLIB" >&6; }
5175 else
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5177 $as_echo "no" >&6; }
5178 fi
5179
5180 if test "x$ac_ct_RANLIB" = x; then
5181 RANLIB=":"
5182 else
5183 case $cross_compiling:$ac_tool_warned in
5184 yes:)
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5186 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5187 ac_tool_warned=yes ;;
5188 esac
5189 RANLIB=$ac_ct_RANLIB
5190 fi
5191 else
5192 RANLIB="$ac_cv_prog_RANLIB"
5193 fi
5194
5195 test -z "$RANLIB" && RANLIB=:
5196 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5197 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5198 RANLIB="$RANLIB $plugin_option"
5199 fi
5200 fi
5201
5202
5203
5204
5205
5206
5207 # Determine commands to create old-style static archives.
5208 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5209 old_postinstall_cmds='chmod 644 $oldlib'
5210 old_postuninstall_cmds=
5211
5212 if test -n "$RANLIB"; then
5213 case $host_os in
5214 openbsd*)
5215 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5216 ;;
5217 *)
5218 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5219 ;;
5220 esac
5221 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5222 fi
5223
5224 case $host_os in
5225 darwin*)
5226 lock_old_archive_extraction=yes ;;
5227 *)
5228 lock_old_archive_extraction=no ;;
5229 esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251 for ac_prog in gawk mawk nawk awk
5252 do
5253 # Extract the first word of "$ac_prog", so it can be a program name with args.
5254 set dummy $ac_prog; ac_word=$2
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5256 $as_echo_n "checking for $ac_word... " >&6; }
5257 if ${ac_cv_prog_AWK+:} false; then :
5258 $as_echo_n "(cached) " >&6
5259 else
5260 if test -n "$AWK"; then
5261 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5262 else
5263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5264 for as_dir in $PATH
5265 do
5266 IFS=$as_save_IFS
5267 test -z "$as_dir" && as_dir=.
5268 for ac_exec_ext in '' $ac_executable_extensions; do
5269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5270 ac_cv_prog_AWK="$ac_prog"
5271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5272 break 2
5273 fi
5274 done
5275 done
5276 IFS=$as_save_IFS
5277
5278 fi
5279 fi
5280 AWK=$ac_cv_prog_AWK
5281 if test -n "$AWK"; then
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5283 $as_echo "$AWK" >&6; }
5284 else
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5286 $as_echo "no" >&6; }
5287 fi
5288
5289
5290 test -n "$AWK" && break
5291 done
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311 # If no C compiler was specified, use CC.
5312 LTCC=${LTCC-"$CC"}
5313
5314 # If no C compiler flags were specified, use CFLAGS.
5315 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5316
5317 # Allow CC to be a program name with arguments.
5318 compiler=$CC
5319
5320
5321 # Check for command to grab the raw symbol name followed by C symbol from nm.
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5323 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5324 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5325 $as_echo_n "(cached) " >&6
5326 else
5327
5328 # These are sane defaults that work on at least a few old systems.
5329 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5330
5331 # Character class describing NM global symbol codes.
5332 symcode='[BCDEGRST]'
5333
5334 # Regexp to match symbols that can be accessed directly from C.
5335 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5336
5337 # Define system-specific variables.
5338 case $host_os in
5339 aix*)
5340 symcode='[BCDT]'
5341 ;;
5342 cygwin* | mingw* | pw32* | cegcc*)
5343 symcode='[ABCDGISTW]'
5344 ;;
5345 hpux*)
5346 if test "$host_cpu" = ia64; then
5347 symcode='[ABCDEGRST]'
5348 fi
5349 ;;
5350 irix* | nonstopux*)
5351 symcode='[BCDEGRST]'
5352 ;;
5353 osf*)
5354 symcode='[BCDEGQRST]'
5355 ;;
5356 solaris*)
5357 symcode='[BDRT]'
5358 ;;
5359 sco3.2v5*)
5360 symcode='[DT]'
5361 ;;
5362 sysv4.2uw2*)
5363 symcode='[DT]'
5364 ;;
5365 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5366 symcode='[ABDT]'
5367 ;;
5368 sysv4)
5369 symcode='[DFNSTU]'
5370 ;;
5371 esac
5372
5373 # If we're using GNU nm, then use its standard symbol codes.
5374 case `$NM -V 2>&1` in
5375 *GNU* | *'with BFD'*)
5376 symcode='[ABCDGIRSTW]' ;;
5377 esac
5378
5379 # Transform an extracted symbol line into a proper C declaration.
5380 # Some systems (esp. on ia64) link data and code symbols differently,
5381 # so use this general approach.
5382 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5383
5384 # Transform an extracted symbol line into symbol name and symbol address
5385 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5386 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'"
5387
5388 # Handle CRLF in mingw tool chain
5389 opt_cr=
5390 case $build_os in
5391 mingw*)
5392 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5393 ;;
5394 esac
5395
5396 # Try without a prefix underscore, then with it.
5397 for ac_symprfx in "" "_"; do
5398
5399 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5400 symxfrm="\\1 $ac_symprfx\\2 \\2"
5401
5402 # Write the raw and C identifiers.
5403 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5404 # Fake it for dumpbin and say T for any non-static function
5405 # and D for any global variable.
5406 # Also find C++ and __fastcall symbols from MSVC++,
5407 # which start with @ or ?.
5408 lt_cv_sys_global_symbol_pipe="$AWK '"\
5409 " {last_section=section; section=\$ 3};"\
5410 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5411 " \$ 0!~/External *\|/{next};"\
5412 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5413 " {if(hide[section]) next};"\
5414 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5415 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5416 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5417 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5418 " ' prfx=^$ac_symprfx"
5419 else
5420 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5421 fi
5422
5423 # Check to see that the pipe works correctly.
5424 pipe_works=no
5425
5426 rm -f conftest*
5427 cat > conftest.$ac_ext <<_LT_EOF
5428 #ifdef __cplusplus
5429 extern "C" {
5430 #endif
5431 char nm_test_var;
5432 void nm_test_func(void);
5433 void nm_test_func(void){}
5434 #ifdef __cplusplus
5435 }
5436 #endif
5437 int main(){nm_test_var='a';nm_test_func();return(0);}
5438 _LT_EOF
5439
5440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5441 (eval $ac_compile) 2>&5
5442 ac_status=$?
5443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5444 test $ac_status = 0; }; then
5445 # Now try to grab the symbols.
5446 nlist=conftest.nm
5447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5448 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5449 ac_status=$?
5450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5451 test $ac_status = 0; } && test -s "$nlist"; then
5452 # Try sorting and uniquifying the output.
5453 if sort "$nlist" | uniq > "$nlist"T; then
5454 mv -f "$nlist"T "$nlist"
5455 else
5456 rm -f "$nlist"T
5457 fi
5458
5459 # Make sure that we snagged all the symbols we need.
5460 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5461 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5462 cat <<_LT_EOF > conftest.$ac_ext
5463 #ifdef __cplusplus
5464 extern "C" {
5465 #endif
5466
5467 _LT_EOF
5468 # Now generate the symbol file.
5469 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5470
5471 cat <<_LT_EOF >> conftest.$ac_ext
5472
5473 /* The mapping between symbol names and symbols. */
5474 const struct {
5475 const char *name;
5476 void *address;
5477 }
5478 lt__PROGRAM__LTX_preloaded_symbols[] =
5479 {
5480 { "@PROGRAM@", (void *) 0 },
5481 _LT_EOF
5482 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5483 cat <<\_LT_EOF >> conftest.$ac_ext
5484 {0, (void *) 0}
5485 };
5486
5487 /* This works around a problem in FreeBSD linker */
5488 #ifdef FREEBSD_WORKAROUND
5489 static const void *lt_preloaded_setup() {
5490 return lt__PROGRAM__LTX_preloaded_symbols;
5491 }
5492 #endif
5493
5494 #ifdef __cplusplus
5495 }
5496 #endif
5497 _LT_EOF
5498 # Now try linking the two files.
5499 mv conftest.$ac_objext conftstm.$ac_objext
5500 lt_save_LIBS="$LIBS"
5501 lt_save_CFLAGS="$CFLAGS"
5502 LIBS="conftstm.$ac_objext"
5503 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5504 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5505 (eval $ac_link) 2>&5
5506 ac_status=$?
5507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5508 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5509 pipe_works=yes
5510 fi
5511 LIBS="$lt_save_LIBS"
5512 CFLAGS="$lt_save_CFLAGS"
5513 else
5514 echo "cannot find nm_test_func in $nlist" >&5
5515 fi
5516 else
5517 echo "cannot find nm_test_var in $nlist" >&5
5518 fi
5519 else
5520 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5521 fi
5522 else
5523 echo "$progname: failed program was:" >&5
5524 cat conftest.$ac_ext >&5
5525 fi
5526 rm -rf conftest* conftst*
5527
5528 # Do not use the global_symbol_pipe unless it works.
5529 if test "$pipe_works" = yes; then
5530 break
5531 else
5532 lt_cv_sys_global_symbol_pipe=
5533 fi
5534 done
5535
5536 fi
5537
5538 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5539 lt_cv_sys_global_symbol_to_cdecl=
5540 fi
5541 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5543 $as_echo "failed" >&6; }
5544 else
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5546 $as_echo "ok" >&6; }
5547 fi
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570 # Check whether --enable-libtool-lock was given.
5571 if test "${enable_libtool_lock+set}" = set; then :
5572 enableval=$enable_libtool_lock;
5573 fi
5574
5575 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5576
5577 # Some flags need to be propagated to the compiler or linker for good
5578 # libtool support.
5579 case $host in
5580 ia64-*-hpux*)
5581 # Find out which ABI we are using.
5582 echo 'int i;' > conftest.$ac_ext
5583 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5584 (eval $ac_compile) 2>&5
5585 ac_status=$?
5586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5587 test $ac_status = 0; }; then
5588 case `/usr/bin/file conftest.$ac_objext` in
5589 *ELF-32*)
5590 HPUX_IA64_MODE="32"
5591 ;;
5592 *ELF-64*)
5593 HPUX_IA64_MODE="64"
5594 ;;
5595 esac
5596 fi
5597 rm -rf conftest*
5598 ;;
5599 *-*-irix6*)
5600 # Find out which ABI we are using.
5601 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5603 (eval $ac_compile) 2>&5
5604 ac_status=$?
5605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5606 test $ac_status = 0; }; then
5607 if test "$lt_cv_prog_gnu_ld" = yes; then
5608 case `/usr/bin/file conftest.$ac_objext` in
5609 *32-bit*)
5610 LD="${LD-ld} -melf32bsmip"
5611 ;;
5612 *N32*)
5613 LD="${LD-ld} -melf32bmipn32"
5614 ;;
5615 *64-bit*)
5616 LD="${LD-ld} -melf64bmip"
5617 ;;
5618 esac
5619 else
5620 case `/usr/bin/file conftest.$ac_objext` in
5621 *32-bit*)
5622 LD="${LD-ld} -32"
5623 ;;
5624 *N32*)
5625 LD="${LD-ld} -n32"
5626 ;;
5627 *64-bit*)
5628 LD="${LD-ld} -64"
5629 ;;
5630 esac
5631 fi
5632 fi
5633 rm -rf conftest*
5634 ;;
5635
5636 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5637 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5638 # Find out which ABI we are using.
5639 echo 'int i;' > conftest.$ac_ext
5640 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5641 (eval $ac_compile) 2>&5
5642 ac_status=$?
5643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5644 test $ac_status = 0; }; then
5645 case `/usr/bin/file conftest.o` in
5646 *32-bit*)
5647 case $host in
5648 x86_64-*kfreebsd*-gnu)
5649 LD="${LD-ld} -m elf_i386_fbsd"
5650 ;;
5651 x86_64-*linux*)
5652 case `/usr/bin/file conftest.o` in
5653 *x86-64*)
5654 LD="${LD-ld} -m elf32_x86_64"
5655 ;;
5656 *)
5657 LD="${LD-ld} -m elf_i386"
5658 ;;
5659 esac
5660 ;;
5661 powerpc64le-*linux*)
5662 LD="${LD-ld} -m elf32lppclinux"
5663 ;;
5664 powerpc64-*linux*)
5665 LD="${LD-ld} -m elf32ppclinux"
5666 ;;
5667 s390x-*linux*)
5668 LD="${LD-ld} -m elf_s390"
5669 ;;
5670 sparc64-*linux*)
5671 LD="${LD-ld} -m elf32_sparc"
5672 ;;
5673 esac
5674 ;;
5675 *64-bit*)
5676 case $host in
5677 x86_64-*kfreebsd*-gnu)
5678 LD="${LD-ld} -m elf_x86_64_fbsd"
5679 ;;
5680 x86_64-*linux*)
5681 LD="${LD-ld} -m elf_x86_64"
5682 ;;
5683 powerpcle-*linux*)
5684 LD="${LD-ld} -m elf64lppc"
5685 ;;
5686 powerpc-*linux*)
5687 LD="${LD-ld} -m elf64ppc"
5688 ;;
5689 s390*-*linux*|s390*-*tpf*)
5690 LD="${LD-ld} -m elf64_s390"
5691 ;;
5692 sparc*-*linux*)
5693 LD="${LD-ld} -m elf64_sparc"
5694 ;;
5695 esac
5696 ;;
5697 esac
5698 fi
5699 rm -rf conftest*
5700 ;;
5701
5702 *-*-sco3.2v5*)
5703 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5704 SAVE_CFLAGS="$CFLAGS"
5705 CFLAGS="$CFLAGS -belf"
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5707 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5708 if ${lt_cv_cc_needs_belf+:} false; then :
5709 $as_echo_n "(cached) " >&6
5710 else
5711 ac_ext=c
5712 ac_cpp='$CPP $CPPFLAGS'
5713 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5714 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5715 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5716
5717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5718 /* end confdefs.h. */
5719
5720 int
5721 main ()
5722 {
5723
5724 ;
5725 return 0;
5726 }
5727 _ACEOF
5728 if ac_fn_c_try_link "$LINENO"; then :
5729 lt_cv_cc_needs_belf=yes
5730 else
5731 lt_cv_cc_needs_belf=no
5732 fi
5733 rm -f core conftest.err conftest.$ac_objext \
5734 conftest$ac_exeext conftest.$ac_ext
5735 ac_ext=c
5736 ac_cpp='$CPP $CPPFLAGS'
5737 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5738 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5739 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5740
5741 fi
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5743 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5744 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5745 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5746 CFLAGS="$SAVE_CFLAGS"
5747 fi
5748 ;;
5749 sparc*-*solaris*)
5750 # Find out which ABI we are using.
5751 echo 'int i;' > conftest.$ac_ext
5752 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5753 (eval $ac_compile) 2>&5
5754 ac_status=$?
5755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5756 test $ac_status = 0; }; then
5757 case `/usr/bin/file conftest.o` in
5758 *64-bit*)
5759 case $lt_cv_prog_gnu_ld in
5760 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5761 *)
5762 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5763 LD="${LD-ld} -64"
5764 fi
5765 ;;
5766 esac
5767 ;;
5768 esac
5769 fi
5770 rm -rf conftest*
5771 ;;
5772 esac
5773
5774 need_locks="$enable_libtool_lock"
5775
5776
5777 case $host_os in
5778 rhapsody* | darwin*)
5779 if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5781 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5783 $as_echo_n "checking for $ac_word... " >&6; }
5784 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5785 $as_echo_n "(cached) " >&6
5786 else
5787 if test -n "$DSYMUTIL"; then
5788 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5789 else
5790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791 for as_dir in $PATH
5792 do
5793 IFS=$as_save_IFS
5794 test -z "$as_dir" && as_dir=.
5795 for ac_exec_ext in '' $ac_executable_extensions; do
5796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5797 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5799 break 2
5800 fi
5801 done
5802 done
5803 IFS=$as_save_IFS
5804
5805 fi
5806 fi
5807 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5808 if test -n "$DSYMUTIL"; then
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5810 $as_echo "$DSYMUTIL" >&6; }
5811 else
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5813 $as_echo "no" >&6; }
5814 fi
5815
5816
5817 fi
5818 if test -z "$ac_cv_prog_DSYMUTIL"; then
5819 ac_ct_DSYMUTIL=$DSYMUTIL
5820 # Extract the first word of "dsymutil", so it can be a program name with args.
5821 set dummy dsymutil; ac_word=$2
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823 $as_echo_n "checking for $ac_word... " >&6; }
5824 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5825 $as_echo_n "(cached) " >&6
5826 else
5827 if test -n "$ac_ct_DSYMUTIL"; then
5828 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5829 else
5830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831 for as_dir in $PATH
5832 do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5837 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5840 fi
5841 done
5842 done
5843 IFS=$as_save_IFS
5844
5845 fi
5846 fi
5847 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5848 if test -n "$ac_ct_DSYMUTIL"; then
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5850 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5851 else
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853 $as_echo "no" >&6; }
5854 fi
5855
5856 if test "x$ac_ct_DSYMUTIL" = x; then
5857 DSYMUTIL=":"
5858 else
5859 case $cross_compiling:$ac_tool_warned in
5860 yes:)
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5862 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5863 ac_tool_warned=yes ;;
5864 esac
5865 DSYMUTIL=$ac_ct_DSYMUTIL
5866 fi
5867 else
5868 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5869 fi
5870
5871 if test -n "$ac_tool_prefix"; then
5872 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5873 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5875 $as_echo_n "checking for $ac_word... " >&6; }
5876 if ${ac_cv_prog_NMEDIT+:} false; then :
5877 $as_echo_n "(cached) " >&6
5878 else
5879 if test -n "$NMEDIT"; then
5880 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5881 else
5882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5883 for as_dir in $PATH
5884 do
5885 IFS=$as_save_IFS
5886 test -z "$as_dir" && as_dir=.
5887 for ac_exec_ext in '' $ac_executable_extensions; do
5888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 break 2
5892 fi
5893 done
5894 done
5895 IFS=$as_save_IFS
5896
5897 fi
5898 fi
5899 NMEDIT=$ac_cv_prog_NMEDIT
5900 if test -n "$NMEDIT"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5902 $as_echo "$NMEDIT" >&6; }
5903 else
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905 $as_echo "no" >&6; }
5906 fi
5907
5908
5909 fi
5910 if test -z "$ac_cv_prog_NMEDIT"; then
5911 ac_ct_NMEDIT=$NMEDIT
5912 # Extract the first word of "nmedit", so it can be a program name with args.
5913 set dummy nmedit; ac_word=$2
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5915 $as_echo_n "checking for $ac_word... " >&6; }
5916 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5917 $as_echo_n "(cached) " >&6
5918 else
5919 if test -n "$ac_ct_NMEDIT"; then
5920 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5921 else
5922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5923 for as_dir in $PATH
5924 do
5925 IFS=$as_save_IFS
5926 test -z "$as_dir" && as_dir=.
5927 for ac_exec_ext in '' $ac_executable_extensions; do
5928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5929 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5931 break 2
5932 fi
5933 done
5934 done
5935 IFS=$as_save_IFS
5936
5937 fi
5938 fi
5939 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5940 if test -n "$ac_ct_NMEDIT"; then
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5942 $as_echo "$ac_ct_NMEDIT" >&6; }
5943 else
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5945 $as_echo "no" >&6; }
5946 fi
5947
5948 if test "x$ac_ct_NMEDIT" = x; then
5949 NMEDIT=":"
5950 else
5951 case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957 NMEDIT=$ac_ct_NMEDIT
5958 fi
5959 else
5960 NMEDIT="$ac_cv_prog_NMEDIT"
5961 fi
5962
5963 if test -n "$ac_tool_prefix"; then
5964 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5965 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if ${ac_cv_prog_LIPO+:} false; then :
5969 $as_echo_n "(cached) " >&6
5970 else
5971 if test -n "$LIPO"; then
5972 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
5980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5981 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5984 fi
5985 done
5986 done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 LIPO=$ac_cv_prog_LIPO
5992 if test -n "$LIPO"; then
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5994 $as_echo "$LIPO" >&6; }
5995 else
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001 fi
6002 if test -z "$ac_cv_prog_LIPO"; then
6003 ac_ct_LIPO=$LIPO
6004 # Extract the first word of "lipo", so it can be a program name with args.
6005 set dummy lipo; ac_word=$2
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6007 $as_echo_n "checking for $ac_word... " >&6; }
6008 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6009 $as_echo_n "(cached) " >&6
6010 else
6011 if test -n "$ac_ct_LIPO"; then
6012 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6013 else
6014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 for as_dir in $PATH
6016 do
6017 IFS=$as_save_IFS
6018 test -z "$as_dir" && as_dir=.
6019 for ac_exec_ext in '' $ac_executable_extensions; do
6020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6021 ac_cv_prog_ac_ct_LIPO="lipo"
6022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 break 2
6024 fi
6025 done
6026 done
6027 IFS=$as_save_IFS
6028
6029 fi
6030 fi
6031 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6032 if test -n "$ac_ct_LIPO"; then
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6034 $as_echo "$ac_ct_LIPO" >&6; }
6035 else
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6037 $as_echo "no" >&6; }
6038 fi
6039
6040 if test "x$ac_ct_LIPO" = x; then
6041 LIPO=":"
6042 else
6043 case $cross_compiling:$ac_tool_warned in
6044 yes:)
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6046 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6047 ac_tool_warned=yes ;;
6048 esac
6049 LIPO=$ac_ct_LIPO
6050 fi
6051 else
6052 LIPO="$ac_cv_prog_LIPO"
6053 fi
6054
6055 if test -n "$ac_tool_prefix"; then
6056 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6057 set dummy ${ac_tool_prefix}otool; ac_word=$2
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059 $as_echo_n "checking for $ac_word... " >&6; }
6060 if ${ac_cv_prog_OTOOL+:} false; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063 if test -n "$OTOOL"; then
6064 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6065 else
6066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067 for as_dir in $PATH
6068 do
6069 IFS=$as_save_IFS
6070 test -z "$as_dir" && as_dir=.
6071 for ac_exec_ext in '' $ac_executable_extensions; do
6072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6073 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075 break 2
6076 fi
6077 done
6078 done
6079 IFS=$as_save_IFS
6080
6081 fi
6082 fi
6083 OTOOL=$ac_cv_prog_OTOOL
6084 if test -n "$OTOOL"; then
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6086 $as_echo "$OTOOL" >&6; }
6087 else
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089 $as_echo "no" >&6; }
6090 fi
6091
6092
6093 fi
6094 if test -z "$ac_cv_prog_OTOOL"; then
6095 ac_ct_OTOOL=$OTOOL
6096 # Extract the first word of "otool", so it can be a program name with args.
6097 set dummy otool; ac_word=$2
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6101 $as_echo_n "(cached) " >&6
6102 else
6103 if test -n "$ac_ct_OTOOL"; then
6104 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6108 do
6109 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6113 ac_cv_prog_ac_ct_OTOOL="otool"
6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 break 2
6116 fi
6117 done
6118 done
6119 IFS=$as_save_IFS
6120
6121 fi
6122 fi
6123 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6124 if test -n "$ac_ct_OTOOL"; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6126 $as_echo "$ac_ct_OTOOL" >&6; }
6127 else
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129 $as_echo "no" >&6; }
6130 fi
6131
6132 if test "x$ac_ct_OTOOL" = x; then
6133 OTOOL=":"
6134 else
6135 case $cross_compiling:$ac_tool_warned in
6136 yes:)
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6138 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6139 ac_tool_warned=yes ;;
6140 esac
6141 OTOOL=$ac_ct_OTOOL
6142 fi
6143 else
6144 OTOOL="$ac_cv_prog_OTOOL"
6145 fi
6146
6147 if test -n "$ac_tool_prefix"; then
6148 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6149 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6151 $as_echo_n "checking for $ac_word... " >&6; }
6152 if ${ac_cv_prog_OTOOL64+:} false; then :
6153 $as_echo_n "(cached) " >&6
6154 else
6155 if test -n "$OTOOL64"; then
6156 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6157 else
6158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6159 for as_dir in $PATH
6160 do
6161 IFS=$as_save_IFS
6162 test -z "$as_dir" && as_dir=.
6163 for ac_exec_ext in '' $ac_executable_extensions; do
6164 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6165 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6167 break 2
6168 fi
6169 done
6170 done
6171 IFS=$as_save_IFS
6172
6173 fi
6174 fi
6175 OTOOL64=$ac_cv_prog_OTOOL64
6176 if test -n "$OTOOL64"; then
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6178 $as_echo "$OTOOL64" >&6; }
6179 else
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6181 $as_echo "no" >&6; }
6182 fi
6183
6184
6185 fi
6186 if test -z "$ac_cv_prog_OTOOL64"; then
6187 ac_ct_OTOOL64=$OTOOL64
6188 # Extract the first word of "otool64", so it can be a program name with args.
6189 set dummy otool64; ac_word=$2
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6193 $as_echo_n "(cached) " >&6
6194 else
6195 if test -n "$ac_ct_OTOOL64"; then
6196 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6197 else
6198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199 for as_dir in $PATH
6200 do
6201 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=.
6203 for ac_exec_ext in '' $ac_executable_extensions; do
6204 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6205 ac_cv_prog_ac_ct_OTOOL64="otool64"
6206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6207 break 2
6208 fi
6209 done
6210 done
6211 IFS=$as_save_IFS
6212
6213 fi
6214 fi
6215 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6216 if test -n "$ac_ct_OTOOL64"; then
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6218 $as_echo "$ac_ct_OTOOL64" >&6; }
6219 else
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6221 $as_echo "no" >&6; }
6222 fi
6223
6224 if test "x$ac_ct_OTOOL64" = x; then
6225 OTOOL64=":"
6226 else
6227 case $cross_compiling:$ac_tool_warned in
6228 yes:)
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6230 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6231 ac_tool_warned=yes ;;
6232 esac
6233 OTOOL64=$ac_ct_OTOOL64
6234 fi
6235 else
6236 OTOOL64="$ac_cv_prog_OTOOL64"
6237 fi
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6266 $as_echo_n "checking for -single_module linker flag... " >&6; }
6267 if ${lt_cv_apple_cc_single_mod+:} false; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6270 lt_cv_apple_cc_single_mod=no
6271 if test -z "${LT_MULTI_MODULE}"; then
6272 # By default we will add the -single_module flag. You can override
6273 # by either setting the environment variable LT_MULTI_MODULE
6274 # non-empty at configure time, or by adding -multi_module to the
6275 # link flags.
6276 rm -rf libconftest.dylib*
6277 echo "int foo(void){return 1;}" > conftest.c
6278 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6279 -dynamiclib -Wl,-single_module conftest.c" >&5
6280 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6281 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6282 _lt_result=$?
6283 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6284 lt_cv_apple_cc_single_mod=yes
6285 else
6286 cat conftest.err >&5
6287 fi
6288 rm -rf libconftest.dylib*
6289 rm -f conftest.*
6290 fi
6291 fi
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6293 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6295 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6296 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6297 $as_echo_n "(cached) " >&6
6298 else
6299 lt_cv_ld_exported_symbols_list=no
6300 save_LDFLAGS=$LDFLAGS
6301 echo "_main" > conftest.sym
6302 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6304 /* end confdefs.h. */
6305
6306 int
6307 main ()
6308 {
6309
6310 ;
6311 return 0;
6312 }
6313 _ACEOF
6314 if ac_fn_c_try_link "$LINENO"; then :
6315 lt_cv_ld_exported_symbols_list=yes
6316 else
6317 lt_cv_ld_exported_symbols_list=no
6318 fi
6319 rm -f core conftest.err conftest.$ac_objext \
6320 conftest$ac_exeext conftest.$ac_ext
6321 LDFLAGS="$save_LDFLAGS"
6322
6323 fi
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6325 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6327 $as_echo_n "checking for -force_load linker flag... " >&6; }
6328 if ${lt_cv_ld_force_load+:} false; then :
6329 $as_echo_n "(cached) " >&6
6330 else
6331 lt_cv_ld_force_load=no
6332 cat > conftest.c << _LT_EOF
6333 int forced_loaded() { return 2;}
6334 _LT_EOF
6335 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6336 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6337 echo "$AR cru libconftest.a conftest.o" >&5
6338 $AR cru libconftest.a conftest.o 2>&5
6339 cat > conftest.c << _LT_EOF
6340 int main() { return 0;}
6341 _LT_EOF
6342 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6343 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6344 _lt_result=$?
6345 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6346 lt_cv_ld_force_load=yes
6347 else
6348 cat conftest.err >&5
6349 fi
6350 rm -f conftest.err libconftest.a conftest conftest.c
6351 rm -rf conftest.dSYM
6352
6353 fi
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6355 $as_echo "$lt_cv_ld_force_load" >&6; }
6356 case $host_os in
6357 rhapsody* | darwin1.[012])
6358 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6359 darwin1.*)
6360 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6361 darwin*) # darwin 5.x on
6362 # if running on 10.5 or later, the deployment target defaults
6363 # to the OS version, if on x86, and 10.4, the deployment
6364 # target defaults to 10.4. Don't you love it?
6365 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6366 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6367 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6368 10.[012][,.]*)
6369 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6370 10.*)
6371 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6372 esac
6373 ;;
6374 esac
6375 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6376 _lt_dar_single_mod='$single_module'
6377 fi
6378 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6379 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6380 else
6381 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6382 fi
6383 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6384 _lt_dsymutil='~$DSYMUTIL $lib || :'
6385 else
6386 _lt_dsymutil=
6387 fi
6388 ;;
6389 esac
6390
6391 for ac_header in dlfcn.h
6392 do :
6393 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6394 "
6395 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6396 cat >>confdefs.h <<_ACEOF
6397 #define HAVE_DLFCN_H 1
6398 _ACEOF
6399
6400 fi
6401
6402 done
6403
6404
6405
6406
6407
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6409 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6410 if ${ac_cv_c_bigendian+:} false; then :
6411 $as_echo_n "(cached) " >&6
6412 else
6413 ac_cv_c_bigendian=unknown
6414 # See if we're dealing with a universal compiler.
6415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6416 /* end confdefs.h. */
6417 #ifndef __APPLE_CC__
6418 not a universal capable compiler
6419 #endif
6420 typedef int dummy;
6421
6422 _ACEOF
6423 if ac_fn_c_try_compile "$LINENO"; then :
6424
6425 # Check for potential -arch flags. It is not universal unless
6426 # there are at least two -arch flags with different values.
6427 ac_arch=
6428 ac_prev=
6429 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6430 if test -n "$ac_prev"; then
6431 case $ac_word in
6432 i?86 | x86_64 | ppc | ppc64)
6433 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6434 ac_arch=$ac_word
6435 else
6436 ac_cv_c_bigendian=universal
6437 break
6438 fi
6439 ;;
6440 esac
6441 ac_prev=
6442 elif test "x$ac_word" = "x-arch"; then
6443 ac_prev=arch
6444 fi
6445 done
6446 fi
6447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6448 if test $ac_cv_c_bigendian = unknown; then
6449 # See if sys/param.h defines the BYTE_ORDER macro.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h. */
6452 #include <sys/types.h>
6453 #include <sys/param.h>
6454
6455 int
6456 main ()
6457 {
6458 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6459 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6460 && LITTLE_ENDIAN)
6461 bogus endian macros
6462 #endif
6463
6464 ;
6465 return 0;
6466 }
6467 _ACEOF
6468 if ac_fn_c_try_compile "$LINENO"; then :
6469 # It does; now see whether it defined to BIG_ENDIAN or not.
6470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6471 /* end confdefs.h. */
6472 #include <sys/types.h>
6473 #include <sys/param.h>
6474
6475 int
6476 main ()
6477 {
6478 #if BYTE_ORDER != BIG_ENDIAN
6479 not big endian
6480 #endif
6481
6482 ;
6483 return 0;
6484 }
6485 _ACEOF
6486 if ac_fn_c_try_compile "$LINENO"; then :
6487 ac_cv_c_bigendian=yes
6488 else
6489 ac_cv_c_bigendian=no
6490 fi
6491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6492 fi
6493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6494 fi
6495 if test $ac_cv_c_bigendian = unknown; then
6496 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6498 /* end confdefs.h. */
6499 #include <limits.h>
6500
6501 int
6502 main ()
6503 {
6504 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6505 bogus endian macros
6506 #endif
6507
6508 ;
6509 return 0;
6510 }
6511 _ACEOF
6512 if ac_fn_c_try_compile "$LINENO"; then :
6513 # It does; now see whether it defined to _BIG_ENDIAN or not.
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6516 #include <limits.h>
6517
6518 int
6519 main ()
6520 {
6521 #ifndef _BIG_ENDIAN
6522 not big endian
6523 #endif
6524
6525 ;
6526 return 0;
6527 }
6528 _ACEOF
6529 if ac_fn_c_try_compile "$LINENO"; then :
6530 ac_cv_c_bigendian=yes
6531 else
6532 ac_cv_c_bigendian=no
6533 fi
6534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6535 fi
6536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6537 fi
6538 if test $ac_cv_c_bigendian = unknown; then
6539 # Compile a test program.
6540 if test "$cross_compiling" = yes; then :
6541 # Try to guess by grepping values from an object file.
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6544 short int ascii_mm[] =
6545 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6546 short int ascii_ii[] =
6547 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6548 int use_ascii (int i) {
6549 return ascii_mm[i] + ascii_ii[i];
6550 }
6551 short int ebcdic_ii[] =
6552 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6553 short int ebcdic_mm[] =
6554 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6555 int use_ebcdic (int i) {
6556 return ebcdic_mm[i] + ebcdic_ii[i];
6557 }
6558 extern int foo;
6559
6560 int
6561 main ()
6562 {
6563 return use_ascii (foo) == use_ebcdic (foo);
6564 ;
6565 return 0;
6566 }
6567 _ACEOF
6568 if ac_fn_c_try_compile "$LINENO"; then :
6569 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6570 ac_cv_c_bigendian=yes
6571 fi
6572 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6573 if test "$ac_cv_c_bigendian" = unknown; then
6574 ac_cv_c_bigendian=no
6575 else
6576 # finding both strings is unlikely to happen, but who knows?
6577 ac_cv_c_bigendian=unknown
6578 fi
6579 fi
6580 fi
6581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6582 else
6583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6584 /* end confdefs.h. */
6585 $ac_includes_default
6586 int
6587 main ()
6588 {
6589
6590 /* Are we little or big endian? From Harbison&Steele. */
6591 union
6592 {
6593 long int l;
6594 char c[sizeof (long int)];
6595 } u;
6596 u.l = 1;
6597 return u.c[sizeof (long int) - 1] == 1;
6598
6599 ;
6600 return 0;
6601 }
6602 _ACEOF
6603 if ac_fn_c_try_run "$LINENO"; then :
6604 ac_cv_c_bigendian=no
6605 else
6606 ac_cv_c_bigendian=yes
6607 fi
6608 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6609 conftest.$ac_objext conftest.beam conftest.$ac_ext
6610 fi
6611
6612 fi
6613 fi
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6615 $as_echo "$ac_cv_c_bigendian" >&6; }
6616 case $ac_cv_c_bigendian in #(
6617 yes)
6618 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6619 ;; #(
6620 no)
6621 ;; #(
6622 universal)
6623
6624 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6625
6626 ;; #(
6627 *)
6628 as_fn_error $? "unknown endianness
6629 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6630 esac
6631
6632
6633
6634
6635 if test "x$cross_compiling" = "xno"; then
6636 : "${AR_FOR_BUILD:=\$(AR)}"
6637 : "${CC_FOR_BUILD:=\$(CC)}"
6638 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
6639 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6640 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6641 else
6642 : "${AR_FOR_BUILD:=ar}"
6643 : "${CC_FOR_BUILD:=gcc}"
6644 : "${RANLIB_FOR_BUILD:=ranlib}"
6645 : "${CFLAGS_FOR_BUILD:=-g -O}"
6646 : "${LDLFAGS_FOR_BUILD:=}"
6647 fi
6648
6649
6650
6651
6652
6653
6654
6655 if test -n "$ac_tool_prefix"; then
6656 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6657 set dummy ${ac_tool_prefix}ar; ac_word=$2
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6659 $as_echo_n "checking for $ac_word... " >&6; }
6660 if ${ac_cv_prog_AR+:} false; then :
6661 $as_echo_n "(cached) " >&6
6662 else
6663 if test -n "$AR"; then
6664 ac_cv_prog_AR="$AR" # Let the user override the test.
6665 else
6666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6667 for as_dir in $PATH
6668 do
6669 IFS=$as_save_IFS
6670 test -z "$as_dir" && as_dir=.
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6673 ac_cv_prog_AR="${ac_tool_prefix}ar"
6674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6675 break 2
6676 fi
6677 done
6678 done
6679 IFS=$as_save_IFS
6680
6681 fi
6682 fi
6683 AR=$ac_cv_prog_AR
6684 if test -n "$AR"; then
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6686 $as_echo "$AR" >&6; }
6687 else
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6689 $as_echo "no" >&6; }
6690 fi
6691
6692
6693 fi
6694 if test -z "$ac_cv_prog_AR"; then
6695 ac_ct_AR=$AR
6696 # Extract the first word of "ar", so it can be a program name with args.
6697 set dummy ar; ac_word=$2
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6699 $as_echo_n "checking for $ac_word... " >&6; }
6700 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6701 $as_echo_n "(cached) " >&6
6702 else
6703 if test -n "$ac_ct_AR"; then
6704 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6705 else
6706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707 for as_dir in $PATH
6708 do
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6713 ac_cv_prog_ac_ct_AR="ar"
6714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6716 fi
6717 done
6718 done
6719 IFS=$as_save_IFS
6720
6721 fi
6722 fi
6723 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6724 if test -n "$ac_ct_AR"; then
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6726 $as_echo "$ac_ct_AR" >&6; }
6727 else
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6729 $as_echo "no" >&6; }
6730 fi
6731
6732 if test "x$ac_ct_AR" = x; then
6733 AR=""
6734 else
6735 case $cross_compiling:$ac_tool_warned in
6736 yes:)
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6739 ac_tool_warned=yes ;;
6740 esac
6741 AR=$ac_ct_AR
6742 fi
6743 else
6744 AR="$ac_cv_prog_AR"
6745 fi
6746
6747 if test -n "$ac_tool_prefix"; then
6748 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6749 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6751 $as_echo_n "checking for $ac_word... " >&6; }
6752 if ${ac_cv_prog_RANLIB+:} false; then :
6753 $as_echo_n "(cached) " >&6
6754 else
6755 if test -n "$RANLIB"; then
6756 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6757 else
6758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759 for as_dir in $PATH
6760 do
6761 IFS=$as_save_IFS
6762 test -z "$as_dir" && as_dir=.
6763 for ac_exec_ext in '' $ac_executable_extensions; do
6764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6765 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6767 break 2
6768 fi
6769 done
6770 done
6771 IFS=$as_save_IFS
6772
6773 fi
6774 fi
6775 RANLIB=$ac_cv_prog_RANLIB
6776 if test -n "$RANLIB"; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6778 $as_echo "$RANLIB" >&6; }
6779 else
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6781 $as_echo "no" >&6; }
6782 fi
6783
6784
6785 fi
6786 if test -z "$ac_cv_prog_RANLIB"; then
6787 ac_ct_RANLIB=$RANLIB
6788 # Extract the first word of "ranlib", so it can be a program name with args.
6789 set dummy ranlib; ac_word=$2
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6791 $as_echo_n "checking for $ac_word... " >&6; }
6792 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6793 $as_echo_n "(cached) " >&6
6794 else
6795 if test -n "$ac_ct_RANLIB"; then
6796 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6797 else
6798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799 for as_dir in $PATH
6800 do
6801 IFS=$as_save_IFS
6802 test -z "$as_dir" && as_dir=.
6803 for ac_exec_ext in '' $ac_executable_extensions; do
6804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6805 ac_cv_prog_ac_ct_RANLIB="ranlib"
6806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6807 break 2
6808 fi
6809 done
6810 done
6811 IFS=$as_save_IFS
6812
6813 fi
6814 fi
6815 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6816 if test -n "$ac_ct_RANLIB"; then
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6818 $as_echo "$ac_ct_RANLIB" >&6; }
6819 else
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6821 $as_echo "no" >&6; }
6822 fi
6823
6824 if test "x$ac_ct_RANLIB" = x; then
6825 RANLIB=":"
6826 else
6827 case $cross_compiling:$ac_tool_warned in
6828 yes:)
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6831 ac_tool_warned=yes ;;
6832 esac
6833 RANLIB=$ac_ct_RANLIB
6834 fi
6835 else
6836 RANLIB="$ac_cv_prog_RANLIB"
6837 fi
6838
6839
6840 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6841 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6842 # is C99. So handle it ourselves.
6843 :
6844 C_DIALECT=
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6846 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6848 /* end confdefs.h. */
6849
6850 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6851 # error "C11 support not found"
6852 #endif
6853
6854 _ACEOF
6855 if ac_fn_c_try_compile "$LINENO"; then :
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6857 $as_echo "yes" >&6; }
6858 else
6859
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861 $as_echo "no" >&6; }
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6863 $as_echo_n "checking for -std=c11 support... " >&6; }
6864 ac_save_CC="$CC"
6865 CC="$CC -std=c11"
6866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6867 /* end confdefs.h. */
6868
6869 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6870 # error "C11 support not found"
6871 #endif
6872
6873 _ACEOF
6874 if ac_fn_c_try_compile "$LINENO"; then :
6875
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6877 $as_echo "yes" >&6; }
6878 CC="$ac_save_CC"
6879 C_DIALECT="-std=c11"
6880
6881 else
6882 as_fn_error $? "C11 is required" "$LINENO" 5
6883 fi
6884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6885 fi
6886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6887
6888
6889
6890 # Dependency checking.
6891 ac_config_commands="$ac_config_commands depdir"
6892
6893
6894 depcc="$CC" am_compiler_list=
6895
6896 am_depcomp=$ac_aux_dir/depcomp
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6898 $as_echo_n "checking dependency style of $depcc... " >&6; }
6899 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6900 $as_echo_n "(cached) " >&6
6901 else
6902 if test -f "$am_depcomp"; then
6903 # We make a subdir and do the tests there. Otherwise we can end up
6904 # making bogus files that we don't know about and never remove. For
6905 # instance it was reported that on HP-UX the gcc test will end up
6906 # making a dummy file named `D' -- because `-MD' means `put the output
6907 # in D'.
6908 mkdir conftest.dir
6909 # Copy depcomp to subdir because otherwise we won't find it if we're
6910 # using a relative directory.
6911 cp "$am_depcomp" conftest.dir
6912 cd conftest.dir
6913 # We will build objects and dependencies in a subdirectory because
6914 # it helps to detect inapplicable dependency modes. For instance
6915 # both Tru64's cc and ICC support -MD to output dependencies as a
6916 # side effect of compilation, but ICC will put the dependencies in
6917 # the current directory while Tru64 will put them in the object
6918 # directory.
6919 mkdir sub
6920
6921 am_cv_CC_dependencies_compiler_type=none
6922 if test "$am_compiler_list" = ""; then
6923 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6924 fi
6925 for depmode in $am_compiler_list; do
6926 if test $depmode = none; then break; fi
6927
6928 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6929 # Setup a source with many dependencies, because some compilers
6930 # like to wrap large dependency lists on column 80 (with \), and
6931 # we should not choose a depcomp mode which is confused by this.
6932 #
6933 # We need to recreate these files for each test, as the compiler may
6934 # overwrite some of them when testing with obscure command lines.
6935 # This happens at least with the AIX C compiler.
6936 : > sub/conftest.c
6937 for i in 1 2 3 4 5 6; do
6938 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6939 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6940 # Solaris 8's {/usr,}/bin/sh.
6941 touch sub/conftst$i.h
6942 done
6943 echo "include sub/conftest.Po" > confmf
6944
6945 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6946 # mode. It turns out that the SunPro C++ compiler does not properly
6947 # handle `-M -o', and we need to detect this.
6948 depcmd="depmode=$depmode \
6949 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6950 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6951 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6952 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6953 if env $depcmd > conftest.err 2>&1 &&
6954 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6955 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6956 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6957 # icc doesn't choke on unknown options, it will just issue warnings
6958 # or remarks (even with -Werror). So we grep stderr for any message
6959 # that says an option was ignored or not supported.
6960 # When given -MP, icc 7.0 and 7.1 complain thusly:
6961 # icc: Command line warning: ignoring option '-M'; no argument required
6962 # The diagnosis changed in icc 8.0:
6963 # icc: Command line remark: option '-MP' not supported
6964 if (grep 'ignoring option' conftest.err ||
6965 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6966 am_cv_CC_dependencies_compiler_type=$depmode
6967 $as_echo "$as_me:$LINENO: success" >&5
6968 break
6969 fi
6970 fi
6971 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6972 sed -e 's/^/| /' < conftest.err >&5
6973 done
6974
6975 cd ..
6976 rm -rf conftest.dir
6977 else
6978 am_cv_CC_dependencies_compiler_type=none
6979 fi
6980
6981 fi
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6983 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6984 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6985 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6986 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6987
6988 fi
6989
6990
6991 ALL_LINGUAS=
6992 # If we haven't got the data from the intl directory,
6993 # assume NLS is disabled.
6994 USE_NLS=no
6995 LIBINTL=
6996 LIBINTL_DEP=
6997 INCINTL=
6998 XGETTEXT=
6999 GMSGFMT=
7000 POSUB=
7001
7002 if test -f ../../intl/config.intl; then
7003 . ../../intl/config.intl
7004 fi
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7006 $as_echo_n "checking whether NLS is requested... " >&6; }
7007 if test x"$USE_NLS" != xyes; then
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7009 $as_echo "no" >&6; }
7010 else
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7012 $as_echo "yes" >&6; }
7013
7014 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7015
7016
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7018 $as_echo_n "checking for catalogs to be installed... " >&6; }
7019 # Look for .po and .gmo files in the source directory.
7020 CATALOGS=
7021 XLINGUAS=
7022 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7023 # If there aren't any .gmo files the shell will give us the
7024 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7025 # weeded out.
7026 case "$cat" in *\**)
7027 continue;;
7028 esac
7029 # The quadruple backslash is collapsed to a double backslash
7030 # by the backticks, then collapsed again by the double quotes,
7031 # leaving us with one backslash in the sed expression (right
7032 # before the dot that mustn't act as a wildcard).
7033 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7034 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7035 # The user is allowed to set LINGUAS to a list of languages to
7036 # install catalogs for. If it's empty that means "all of them."
7037 if test "x$LINGUAS" = x; then
7038 CATALOGS="$CATALOGS $cat"
7039 XLINGUAS="$XLINGUAS $lang"
7040 else
7041 case "$LINGUAS" in *$lang*)
7042 CATALOGS="$CATALOGS $cat"
7043 XLINGUAS="$XLINGUAS $lang"
7044 ;;
7045 esac
7046 fi
7047 done
7048 LINGUAS="$XLINGUAS"
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7050 $as_echo "$LINGUAS" >&6; }
7051
7052
7053 DATADIRNAME=share
7054
7055 INSTOBJEXT=.mo
7056
7057 GENCAT=gencat
7058
7059 CATOBJEXT=.gmo
7060
7061 fi
7062
7063 # Check for socket libraries
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7065 $as_echo_n "checking for bind in -lsocket... " >&6; }
7066 if ${ac_cv_lib_socket_bind+:} false; then :
7067 $as_echo_n "(cached) " >&6
7068 else
7069 ac_check_lib_save_LIBS=$LIBS
7070 LIBS="-lsocket $LIBS"
7071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7072 /* end confdefs.h. */
7073
7074 /* Override any GCC internal prototype to avoid an error.
7075 Use char because int might match the return type of a GCC
7076 builtin and then its argument prototype would still apply. */
7077 #ifdef __cplusplus
7078 extern "C"
7079 #endif
7080 char bind ();
7081 int
7082 main ()
7083 {
7084 return bind ();
7085 ;
7086 return 0;
7087 }
7088 _ACEOF
7089 if ac_fn_c_try_link "$LINENO"; then :
7090 ac_cv_lib_socket_bind=yes
7091 else
7092 ac_cv_lib_socket_bind=no
7093 fi
7094 rm -f core conftest.err conftest.$ac_objext \
7095 conftest$ac_exeext conftest.$ac_ext
7096 LIBS=$ac_check_lib_save_LIBS
7097 fi
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7099 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7100 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7101 cat >>confdefs.h <<_ACEOF
7102 #define HAVE_LIBSOCKET 1
7103 _ACEOF
7104
7105 LIBS="-lsocket $LIBS"
7106
7107 fi
7108
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7110 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7111 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7112 $as_echo_n "(cached) " >&6
7113 else
7114 ac_check_lib_save_LIBS=$LIBS
7115 LIBS="-lnsl $LIBS"
7116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7117 /* end confdefs.h. */
7118
7119 /* Override any GCC internal prototype to avoid an error.
7120 Use char because int might match the return type of a GCC
7121 builtin and then its argument prototype would still apply. */
7122 #ifdef __cplusplus
7123 extern "C"
7124 #endif
7125 char gethostbyname ();
7126 int
7127 main ()
7128 {
7129 return gethostbyname ();
7130 ;
7131 return 0;
7132 }
7133 _ACEOF
7134 if ac_fn_c_try_link "$LINENO"; then :
7135 ac_cv_lib_nsl_gethostbyname=yes
7136 else
7137 ac_cv_lib_nsl_gethostbyname=no
7138 fi
7139 rm -f core conftest.err conftest.$ac_objext \
7140 conftest$ac_exeext conftest.$ac_ext
7141 LIBS=$ac_check_lib_save_LIBS
7142 fi
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7144 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7145 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7146 cat >>confdefs.h <<_ACEOF
7147 #define HAVE_LIBNSL 1
7148 _ACEOF
7149
7150 LIBS="-lnsl $LIBS"
7151
7152 fi
7153
7154
7155 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7156 # using the same condition.
7157
7158 # Use the system's zlib library.
7159 zlibdir="-L\$(top_builddir)/../zlib"
7160 zlibinc="-I\$(top_srcdir)/../zlib"
7161
7162 # Check whether --with-system-zlib was given.
7163 if test "${with_system_zlib+set}" = set; then :
7164 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7165 zlibdir=
7166 zlibinc=
7167 fi
7168
7169 fi
7170
7171
7172
7173
7174
7175 # BFD uses libdl when when plugins enabled.
7176
7177 maybe_plugins=no
7178 for ac_header in dlfcn.h
7179 do :
7180 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7181 "
7182 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7183 cat >>confdefs.h <<_ACEOF
7184 #define HAVE_DLFCN_H 1
7185 _ACEOF
7186 maybe_plugins=yes
7187 fi
7188
7189 done
7190
7191 for ac_header in windows.h
7192 do :
7193 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7194 "
7195 if test "x$ac_cv_header_windows_h" = xyes; then :
7196 cat >>confdefs.h <<_ACEOF
7197 #define HAVE_WINDOWS_H 1
7198 _ACEOF
7199 maybe_plugins=yes
7200 fi
7201
7202 done
7203
7204
7205 # Check whether --enable-plugins was given.
7206 if test "${enable_plugins+set}" = set; then :
7207 enableval=$enable_plugins; case "${enableval}" in
7208 no) plugins=no ;;
7209 *) plugins=yes
7210 if test "$maybe_plugins" != "yes" ; then
7211 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7212 fi ;;
7213 esac
7214 else
7215 plugins=$maybe_plugins
7216
7217 fi
7218
7219 if test "$plugins" = "yes"; then
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7221 $as_echo_n "checking for library containing dlsym... " >&6; }
7222 if ${ac_cv_search_dlsym+:} false; then :
7223 $as_echo_n "(cached) " >&6
7224 else
7225 ac_func_search_save_LIBS=$LIBS
7226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7227 /* end confdefs.h. */
7228
7229 /* Override any GCC internal prototype to avoid an error.
7230 Use char because int might match the return type of a GCC
7231 builtin and then its argument prototype would still apply. */
7232 #ifdef __cplusplus
7233 extern "C"
7234 #endif
7235 char dlsym ();
7236 int
7237 main ()
7238 {
7239 return dlsym ();
7240 ;
7241 return 0;
7242 }
7243 _ACEOF
7244 for ac_lib in '' dl; do
7245 if test -z "$ac_lib"; then
7246 ac_res="none required"
7247 else
7248 ac_res=-l$ac_lib
7249 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7250 fi
7251 if ac_fn_c_try_link "$LINENO"; then :
7252 ac_cv_search_dlsym=$ac_res
7253 fi
7254 rm -f core conftest.err conftest.$ac_objext \
7255 conftest$ac_exeext
7256 if ${ac_cv_search_dlsym+:} false; then :
7257 break
7258 fi
7259 done
7260 if ${ac_cv_search_dlsym+:} false; then :
7261
7262 else
7263 ac_cv_search_dlsym=no
7264 fi
7265 rm conftest.$ac_ext
7266 LIBS=$ac_func_search_save_LIBS
7267 fi
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7269 $as_echo "$ac_cv_search_dlsym" >&6; }
7270 ac_res=$ac_cv_search_dlsym
7271 if test "$ac_res" != no; then :
7272 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7273
7274 fi
7275
7276 fi
7277
7278 if test "$plugins" = yes; then
7279 PLUGINS_TRUE=
7280 PLUGINS_FALSE='#'
7281 else
7282 PLUGINS_TRUE='#'
7283 PLUGINS_FALSE=
7284 fi
7285
7286
7287
7288
7289
7290 # Set options
7291 enable_dlopen=yes
7292
7293
7294
7295
7296 enable_win32_dll=no
7297
7298
7299 # Check whether --enable-shared was given.
7300 if test "${enable_shared+set}" = set; then :
7301 enableval=$enable_shared; p=${PACKAGE-default}
7302 case $enableval in
7303 yes) enable_shared=yes ;;
7304 no) enable_shared=no ;;
7305 *)
7306 enable_shared=no
7307 # Look at the argument we got. We use all the common list separators.
7308 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7309 for pkg in $enableval; do
7310 IFS="$lt_save_ifs"
7311 if test "X$pkg" = "X$p"; then
7312 enable_shared=yes
7313 fi
7314 done
7315 IFS="$lt_save_ifs"
7316 ;;
7317 esac
7318 else
7319 enable_shared=yes
7320 fi
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330 # Check whether --enable-static was given.
7331 if test "${enable_static+set}" = set; then :
7332 enableval=$enable_static; p=${PACKAGE-default}
7333 case $enableval in
7334 yes) enable_static=yes ;;
7335 no) enable_static=no ;;
7336 *)
7337 enable_static=no
7338 # Look at the argument we got. We use all the common list separators.
7339 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7340 for pkg in $enableval; do
7341 IFS="$lt_save_ifs"
7342 if test "X$pkg" = "X$p"; then
7343 enable_static=yes
7344 fi
7345 done
7346 IFS="$lt_save_ifs"
7347 ;;
7348 esac
7349 else
7350 enable_static=yes
7351 fi
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362 # Check whether --with-pic was given.
7363 if test "${with_pic+set}" = set; then :
7364 withval=$with_pic; pic_mode="$withval"
7365 else
7366 pic_mode=default
7367 fi
7368
7369
7370 test -z "$pic_mode" && pic_mode=default
7371
7372
7373
7374
7375
7376
7377
7378 # Check whether --enable-fast-install was given.
7379 if test "${enable_fast_install+set}" = set; then :
7380 enableval=$enable_fast_install; p=${PACKAGE-default}
7381 case $enableval in
7382 yes) enable_fast_install=yes ;;
7383 no) enable_fast_install=no ;;
7384 *)
7385 enable_fast_install=no
7386 # Look at the argument we got. We use all the common list separators.
7387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7388 for pkg in $enableval; do
7389 IFS="$lt_save_ifs"
7390 if test "X$pkg" = "X$p"; then
7391 enable_fast_install=yes
7392 fi
7393 done
7394 IFS="$lt_save_ifs"
7395 ;;
7396 esac
7397 else
7398 enable_fast_install=yes
7399 fi
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411 # This can be used to rebuild libtool when needed
7412 LIBTOOL_DEPS="$ltmain"
7413
7414 # Always use our own libtool.
7415 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442 test -z "$LN_S" && LN_S="ln -s"
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457 if test -n "${ZSH_VERSION+set}" ; then
7458 setopt NO_GLOB_SUBST
7459 fi
7460
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7462 $as_echo_n "checking for objdir... " >&6; }
7463 if ${lt_cv_objdir+:} false; then :
7464 $as_echo_n "(cached) " >&6
7465 else
7466 rm -f .libs 2>/dev/null
7467 mkdir .libs 2>/dev/null
7468 if test -d .libs; then
7469 lt_cv_objdir=.libs
7470 else
7471 # MS-DOS does not allow filenames that begin with a dot.
7472 lt_cv_objdir=_libs
7473 fi
7474 rmdir .libs 2>/dev/null
7475 fi
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7477 $as_echo "$lt_cv_objdir" >&6; }
7478 objdir=$lt_cv_objdir
7479
7480
7481
7482
7483
7484 cat >>confdefs.h <<_ACEOF
7485 #define LT_OBJDIR "$lt_cv_objdir/"
7486 _ACEOF
7487
7488
7489
7490
7491 case $host_os in
7492 aix3*)
7493 # AIX sometimes has problems with the GCC collect2 program. For some
7494 # reason, if we set the COLLECT_NAMES environment variable, the problems
7495 # vanish in a puff of smoke.
7496 if test "X${COLLECT_NAMES+set}" != Xset; then
7497 COLLECT_NAMES=
7498 export COLLECT_NAMES
7499 fi
7500 ;;
7501 esac
7502
7503 # Global variables:
7504 ofile=libtool
7505 can_build_shared=yes
7506
7507 # All known linkers require a `.a' archive for static linking (except MSVC,
7508 # which needs '.lib').
7509 libext=a
7510
7511 with_gnu_ld="$lt_cv_prog_gnu_ld"
7512
7513 old_CC="$CC"
7514 old_CFLAGS="$CFLAGS"
7515
7516 # Set sane defaults for various variables
7517 test -z "$CC" && CC=cc
7518 test -z "$LTCC" && LTCC=$CC
7519 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7520 test -z "$LD" && LD=ld
7521 test -z "$ac_objext" && ac_objext=o
7522
7523 for cc_temp in $compiler""; do
7524 case $cc_temp in
7525 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7526 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7527 \-*) ;;
7528 *) break;;
7529 esac
7530 done
7531 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7532
7533
7534 # Only perform the check for file, if the check method requires it
7535 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7536 case $deplibs_check_method in
7537 file_magic*)
7538 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7540 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7541 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7542 $as_echo_n "(cached) " >&6
7543 else
7544 case $MAGIC_CMD in
7545 [\\/*] | ?:[\\/]*)
7546 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7547 ;;
7548 *)
7549 lt_save_MAGIC_CMD="$MAGIC_CMD"
7550 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7551 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7552 for ac_dir in $ac_dummy; do
7553 IFS="$lt_save_ifs"
7554 test -z "$ac_dir" && ac_dir=.
7555 if test -f $ac_dir/${ac_tool_prefix}file; then
7556 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7557 if test -n "$file_magic_test_file"; then
7558 case $deplibs_check_method in
7559 "file_magic "*)
7560 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7561 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7562 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7563 $EGREP "$file_magic_regex" > /dev/null; then
7564 :
7565 else
7566 cat <<_LT_EOF 1>&2
7567
7568 *** Warning: the command libtool uses to detect shared libraries,
7569 *** $file_magic_cmd, produces output that libtool cannot recognize.
7570 *** The result is that libtool may fail to recognize shared libraries
7571 *** as such. This will affect the creation of libtool libraries that
7572 *** depend on shared libraries, but programs linked with such libtool
7573 *** libraries will work regardless of this problem. Nevertheless, you
7574 *** may want to report the problem to your system manager and/or to
7575 *** bug-libtool@gnu.org
7576
7577 _LT_EOF
7578 fi ;;
7579 esac
7580 fi
7581 break
7582 fi
7583 done
7584 IFS="$lt_save_ifs"
7585 MAGIC_CMD="$lt_save_MAGIC_CMD"
7586 ;;
7587 esac
7588 fi
7589
7590 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7591 if test -n "$MAGIC_CMD"; then
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7593 $as_echo "$MAGIC_CMD" >&6; }
7594 else
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7596 $as_echo "no" >&6; }
7597 fi
7598
7599
7600
7601
7602
7603 if test -z "$lt_cv_path_MAGIC_CMD"; then
7604 if test -n "$ac_tool_prefix"; then
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7606 $as_echo_n "checking for file... " >&6; }
7607 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7608 $as_echo_n "(cached) " >&6
7609 else
7610 case $MAGIC_CMD in
7611 [\\/*] | ?:[\\/]*)
7612 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7613 ;;
7614 *)
7615 lt_save_MAGIC_CMD="$MAGIC_CMD"
7616 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7617 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7618 for ac_dir in $ac_dummy; do
7619 IFS="$lt_save_ifs"
7620 test -z "$ac_dir" && ac_dir=.
7621 if test -f $ac_dir/file; then
7622 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7623 if test -n "$file_magic_test_file"; then
7624 case $deplibs_check_method in
7625 "file_magic "*)
7626 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7627 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7628 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7629 $EGREP "$file_magic_regex" > /dev/null; then
7630 :
7631 else
7632 cat <<_LT_EOF 1>&2
7633
7634 *** Warning: the command libtool uses to detect shared libraries,
7635 *** $file_magic_cmd, produces output that libtool cannot recognize.
7636 *** The result is that libtool may fail to recognize shared libraries
7637 *** as such. This will affect the creation of libtool libraries that
7638 *** depend on shared libraries, but programs linked with such libtool
7639 *** libraries will work regardless of this problem. Nevertheless, you
7640 *** may want to report the problem to your system manager and/or to
7641 *** bug-libtool@gnu.org
7642
7643 _LT_EOF
7644 fi ;;
7645 esac
7646 fi
7647 break
7648 fi
7649 done
7650 IFS="$lt_save_ifs"
7651 MAGIC_CMD="$lt_save_MAGIC_CMD"
7652 ;;
7653 esac
7654 fi
7655
7656 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7657 if test -n "$MAGIC_CMD"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7659 $as_echo "$MAGIC_CMD" >&6; }
7660 else
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662 $as_echo "no" >&6; }
7663 fi
7664
7665
7666 else
7667 MAGIC_CMD=:
7668 fi
7669 fi
7670
7671 fi
7672 ;;
7673 esac
7674
7675 # Use C for the default configuration in the libtool script
7676
7677 lt_save_CC="$CC"
7678 ac_ext=c
7679 ac_cpp='$CPP $CPPFLAGS'
7680 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7681 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7682 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7683
7684
7685 # Source file extension for C test sources.
7686 ac_ext=c
7687
7688 # Object file extension for compiled C test sources.
7689 objext=o
7690 objext=$objext
7691
7692 # Code to be used in simple compile tests
7693 lt_simple_compile_test_code="int some_variable = 0;"
7694
7695 # Code to be used in simple link tests
7696 lt_simple_link_test_code='int main(){return(0);}'
7697
7698
7699
7700
7701
7702
7703
7704 # If no C compiler was specified, use CC.
7705 LTCC=${LTCC-"$CC"}
7706
7707 # If no C compiler flags were specified, use CFLAGS.
7708 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7709
7710 # Allow CC to be a program name with arguments.
7711 compiler=$CC
7712
7713 # Save the default compiler, since it gets overwritten when the other
7714 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7715 compiler_DEFAULT=$CC
7716
7717 # save warnings/boilerplate of simple test code
7718 ac_outfile=conftest.$ac_objext
7719 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7720 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7721 _lt_compiler_boilerplate=`cat conftest.err`
7722 $RM conftest*
7723
7724 ac_outfile=conftest.$ac_objext
7725 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7726 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7727 _lt_linker_boilerplate=`cat conftest.err`
7728 $RM -r conftest*
7729
7730
7731 ## CAVEAT EMPTOR:
7732 ## There is no encapsulation within the following macros, do not change
7733 ## the running order or otherwise move them around unless you know exactly
7734 ## what you are doing...
7735 if test -n "$compiler"; then
7736
7737 lt_prog_compiler_no_builtin_flag=
7738
7739 if test "$GCC" = yes; then
7740 case $cc_basename in
7741 nvcc*)
7742 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7743 *)
7744 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7745 esac
7746
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7748 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7749 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7750 $as_echo_n "(cached) " >&6
7751 else
7752 lt_cv_prog_compiler_rtti_exceptions=no
7753 ac_outfile=conftest.$ac_objext
7754 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7755 lt_compiler_flag="-fno-rtti -fno-exceptions"
7756 # Insert the option either (1) after the last *FLAGS variable, or
7757 # (2) before a word containing "conftest.", or (3) at the end.
7758 # Note that $ac_compile itself does not contain backslashes and begins
7759 # with a dollar sign (not a hyphen), so the echo should work correctly.
7760 # The option is referenced via a variable to avoid confusing sed.
7761 lt_compile=`echo "$ac_compile" | $SED \
7762 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7763 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7764 -e 's:$: $lt_compiler_flag:'`
7765 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7766 (eval "$lt_compile" 2>conftest.err)
7767 ac_status=$?
7768 cat conftest.err >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 if (exit $ac_status) && test -s "$ac_outfile"; then
7771 # The compiler can only warn and ignore the option if not recognized
7772 # So say no if there are warnings other than the usual output.
7773 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7774 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7775 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7776 lt_cv_prog_compiler_rtti_exceptions=yes
7777 fi
7778 fi
7779 $RM conftest*
7780
7781 fi
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7783 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7784
7785 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7786 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7787 else
7788 :
7789 fi
7790
7791 fi
7792
7793
7794
7795
7796
7797
7798 lt_prog_compiler_wl=
7799 lt_prog_compiler_pic=
7800 lt_prog_compiler_static=
7801
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7803 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7804
7805 if test "$GCC" = yes; then
7806 lt_prog_compiler_wl='-Wl,'
7807 lt_prog_compiler_static='-static'
7808
7809 case $host_os in
7810 aix*)
7811 # All AIX code is PIC.
7812 if test "$host_cpu" = ia64; then
7813 # AIX 5 now supports IA64 processor
7814 lt_prog_compiler_static='-Bstatic'
7815 fi
7816 lt_prog_compiler_pic='-fPIC'
7817 ;;
7818
7819 amigaos*)
7820 case $host_cpu in
7821 powerpc)
7822 # see comment about AmigaOS4 .so support
7823 lt_prog_compiler_pic='-fPIC'
7824 ;;
7825 m68k)
7826 # FIXME: we need at least 68020 code to build shared libraries, but
7827 # adding the `-m68020' flag to GCC prevents building anything better,
7828 # like `-m68040'.
7829 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7830 ;;
7831 esac
7832 ;;
7833
7834 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7835 # PIC is the default for these OSes.
7836 ;;
7837
7838 mingw* | cygwin* | pw32* | os2* | cegcc*)
7839 # This hack is so that the source file can tell whether it is being
7840 # built for inclusion in a dll (and should export symbols for example).
7841 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7842 # (--disable-auto-import) libraries
7843 lt_prog_compiler_pic='-DDLL_EXPORT'
7844 ;;
7845
7846 darwin* | rhapsody*)
7847 # PIC is the default on this platform
7848 # Common symbols not allowed in MH_DYLIB files
7849 lt_prog_compiler_pic='-fno-common'
7850 ;;
7851
7852 haiku*)
7853 # PIC is the default for Haiku.
7854 # The "-static" flag exists, but is broken.
7855 lt_prog_compiler_static=
7856 ;;
7857
7858 hpux*)
7859 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7860 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7861 # sets the default TLS model and affects inlining.
7862 case $host_cpu in
7863 hppa*64*)
7864 # +Z the default
7865 ;;
7866 *)
7867 lt_prog_compiler_pic='-fPIC'
7868 ;;
7869 esac
7870 ;;
7871
7872 interix[3-9]*)
7873 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7874 # Instead, we relocate shared libraries at runtime.
7875 ;;
7876
7877 msdosdjgpp*)
7878 # Just because we use GCC doesn't mean we suddenly get shared libraries
7879 # on systems that don't support them.
7880 lt_prog_compiler_can_build_shared=no
7881 enable_shared=no
7882 ;;
7883
7884 *nto* | *qnx*)
7885 # QNX uses GNU C++, but need to define -shared option too, otherwise
7886 # it will coredump.
7887 lt_prog_compiler_pic='-fPIC -shared'
7888 ;;
7889
7890 sysv4*MP*)
7891 if test -d /usr/nec; then
7892 lt_prog_compiler_pic=-Kconform_pic
7893 fi
7894 ;;
7895
7896 *)
7897 lt_prog_compiler_pic='-fPIC'
7898 ;;
7899 esac
7900
7901 case $cc_basename in
7902 nvcc*) # Cuda Compiler Driver 2.2
7903 lt_prog_compiler_wl='-Xlinker '
7904 lt_prog_compiler_pic='-Xcompiler -fPIC'
7905 ;;
7906 esac
7907 else
7908 # PORTME Check for flag to pass linker flags through the system compiler.
7909 case $host_os in
7910 aix*)
7911 lt_prog_compiler_wl='-Wl,'
7912 if test "$host_cpu" = ia64; then
7913 # AIX 5 now supports IA64 processor
7914 lt_prog_compiler_static='-Bstatic'
7915 else
7916 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7917 fi
7918 ;;
7919
7920 mingw* | cygwin* | pw32* | os2* | cegcc*)
7921 # This hack is so that the source file can tell whether it is being
7922 # built for inclusion in a dll (and should export symbols for example).
7923 lt_prog_compiler_pic='-DDLL_EXPORT'
7924 ;;
7925
7926 hpux9* | hpux10* | hpux11*)
7927 lt_prog_compiler_wl='-Wl,'
7928 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7929 # not for PA HP-UX.
7930 case $host_cpu in
7931 hppa*64*|ia64*)
7932 # +Z the default
7933 ;;
7934 *)
7935 lt_prog_compiler_pic='+Z'
7936 ;;
7937 esac
7938 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7939 lt_prog_compiler_static='${wl}-a ${wl}archive'
7940 ;;
7941
7942 irix5* | irix6* | nonstopux*)
7943 lt_prog_compiler_wl='-Wl,'
7944 # PIC (with -KPIC) is the default.
7945 lt_prog_compiler_static='-non_shared'
7946 ;;
7947
7948 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7949 case $cc_basename in
7950 # old Intel for x86_64 which still supported -KPIC.
7951 ecc*)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_pic='-KPIC'
7954 lt_prog_compiler_static='-static'
7955 ;;
7956 # icc used to be incompatible with GCC.
7957 # ICC 10 doesn't accept -KPIC any more.
7958 icc* | ifort*)
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-fPIC'
7961 lt_prog_compiler_static='-static'
7962 ;;
7963 # Lahey Fortran 8.1.
7964 lf95*)
7965 lt_prog_compiler_wl='-Wl,'
7966 lt_prog_compiler_pic='--shared'
7967 lt_prog_compiler_static='--static'
7968 ;;
7969 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7970 # Portland Group compilers (*not* the Pentium gcc compiler,
7971 # which looks to be a dead project)
7972 lt_prog_compiler_wl='-Wl,'
7973 lt_prog_compiler_pic='-fpic'
7974 lt_prog_compiler_static='-Bstatic'
7975 ;;
7976 ccc*)
7977 lt_prog_compiler_wl='-Wl,'
7978 # All Alpha code is PIC.
7979 lt_prog_compiler_static='-non_shared'
7980 ;;
7981 xl* | bgxl* | bgf* | mpixl*)
7982 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7983 lt_prog_compiler_wl='-Wl,'
7984 lt_prog_compiler_pic='-qpic'
7985 lt_prog_compiler_static='-qstaticlink'
7986 ;;
7987 *)
7988 case `$CC -V 2>&1 | sed 5q` in
7989 *Sun\ F* | *Sun*Fortran*)
7990 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7991 lt_prog_compiler_pic='-KPIC'
7992 lt_prog_compiler_static='-Bstatic'
7993 lt_prog_compiler_wl=''
7994 ;;
7995 *Sun\ C*)
7996 # Sun C 5.9
7997 lt_prog_compiler_pic='-KPIC'
7998 lt_prog_compiler_static='-Bstatic'
7999 lt_prog_compiler_wl='-Wl,'
8000 ;;
8001 esac
8002 ;;
8003 esac
8004 ;;
8005
8006 newsos6)
8007 lt_prog_compiler_pic='-KPIC'
8008 lt_prog_compiler_static='-Bstatic'
8009 ;;
8010
8011 *nto* | *qnx*)
8012 # QNX uses GNU C++, but need to define -shared option too, otherwise
8013 # it will coredump.
8014 lt_prog_compiler_pic='-fPIC -shared'
8015 ;;
8016
8017 osf3* | osf4* | osf5*)
8018 lt_prog_compiler_wl='-Wl,'
8019 # All OSF/1 code is PIC.
8020 lt_prog_compiler_static='-non_shared'
8021 ;;
8022
8023 rdos*)
8024 lt_prog_compiler_static='-non_shared'
8025 ;;
8026
8027 solaris*)
8028 lt_prog_compiler_pic='-KPIC'
8029 lt_prog_compiler_static='-Bstatic'
8030 case $cc_basename in
8031 f77* | f90* | f95*)
8032 lt_prog_compiler_wl='-Qoption ld ';;
8033 *)
8034 lt_prog_compiler_wl='-Wl,';;
8035 esac
8036 ;;
8037
8038 sunos4*)
8039 lt_prog_compiler_wl='-Qoption ld '
8040 lt_prog_compiler_pic='-PIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 ;;
8043
8044 sysv4 | sysv4.2uw2* | sysv4.3*)
8045 lt_prog_compiler_wl='-Wl,'
8046 lt_prog_compiler_pic='-KPIC'
8047 lt_prog_compiler_static='-Bstatic'
8048 ;;
8049
8050 sysv4*MP*)
8051 if test -d /usr/nec ;then
8052 lt_prog_compiler_pic='-Kconform_pic'
8053 lt_prog_compiler_static='-Bstatic'
8054 fi
8055 ;;
8056
8057 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8058 lt_prog_compiler_wl='-Wl,'
8059 lt_prog_compiler_pic='-KPIC'
8060 lt_prog_compiler_static='-Bstatic'
8061 ;;
8062
8063 unicos*)
8064 lt_prog_compiler_wl='-Wl,'
8065 lt_prog_compiler_can_build_shared=no
8066 ;;
8067
8068 uts4*)
8069 lt_prog_compiler_pic='-pic'
8070 lt_prog_compiler_static='-Bstatic'
8071 ;;
8072
8073 *)
8074 lt_prog_compiler_can_build_shared=no
8075 ;;
8076 esac
8077 fi
8078
8079 case $host_os in
8080 # For platforms which do not support PIC, -DPIC is meaningless:
8081 *djgpp*)
8082 lt_prog_compiler_pic=
8083 ;;
8084 *)
8085 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8086 ;;
8087 esac
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8089 $as_echo "$lt_prog_compiler_pic" >&6; }
8090
8091
8092
8093
8094
8095
8096 #
8097 # Check to make sure the PIC flag actually works.
8098 #
8099 if test -n "$lt_prog_compiler_pic"; then
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8101 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8102 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8103 $as_echo_n "(cached) " >&6
8104 else
8105 lt_cv_prog_compiler_pic_works=no
8106 ac_outfile=conftest.$ac_objext
8107 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8108 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8109 # Insert the option either (1) after the last *FLAGS variable, or
8110 # (2) before a word containing "conftest.", or (3) at the end.
8111 # Note that $ac_compile itself does not contain backslashes and begins
8112 # with a dollar sign (not a hyphen), so the echo should work correctly.
8113 # The option is referenced via a variable to avoid confusing sed.
8114 lt_compile=`echo "$ac_compile" | $SED \
8115 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8116 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8117 -e 's:$: $lt_compiler_flag:'`
8118 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8119 (eval "$lt_compile" 2>conftest.err)
8120 ac_status=$?
8121 cat conftest.err >&5
8122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123 if (exit $ac_status) && test -s "$ac_outfile"; then
8124 # The compiler can only warn and ignore the option if not recognized
8125 # So say no if there are warnings other than the usual output.
8126 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8127 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8128 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8129 lt_cv_prog_compiler_pic_works=yes
8130 fi
8131 fi
8132 $RM conftest*
8133
8134 fi
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8136 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8137
8138 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8139 case $lt_prog_compiler_pic in
8140 "" | " "*) ;;
8141 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8142 esac
8143 else
8144 lt_prog_compiler_pic=
8145 lt_prog_compiler_can_build_shared=no
8146 fi
8147
8148 fi
8149
8150
8151
8152
8153
8154
8155 #
8156 # Check to make sure the static flag actually works.
8157 #
8158 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8160 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8161 if ${lt_cv_prog_compiler_static_works+:} false; then :
8162 $as_echo_n "(cached) " >&6
8163 else
8164 lt_cv_prog_compiler_static_works=no
8165 save_LDFLAGS="$LDFLAGS"
8166 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8167 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8168 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8169 # The linker can only warn and ignore the option if not recognized
8170 # So say no if there are warnings
8171 if test -s conftest.err; then
8172 # Append any errors to the config.log.
8173 cat conftest.err 1>&5
8174 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8175 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8176 if diff conftest.exp conftest.er2 >/dev/null; then
8177 lt_cv_prog_compiler_static_works=yes
8178 fi
8179 else
8180 lt_cv_prog_compiler_static_works=yes
8181 fi
8182 fi
8183 $RM -r conftest*
8184 LDFLAGS="$save_LDFLAGS"
8185
8186 fi
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8188 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8189
8190 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8191 :
8192 else
8193 lt_prog_compiler_static=
8194 fi
8195
8196
8197
8198
8199
8200
8201
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8203 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8204 if ${lt_cv_prog_compiler_c_o+:} false; then :
8205 $as_echo_n "(cached) " >&6
8206 else
8207 lt_cv_prog_compiler_c_o=no
8208 $RM -r conftest 2>/dev/null
8209 mkdir conftest
8210 cd conftest
8211 mkdir out
8212 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8213
8214 lt_compiler_flag="-o out/conftest2.$ac_objext"
8215 # Insert the option either (1) after the last *FLAGS variable, or
8216 # (2) before a word containing "conftest.", or (3) at the end.
8217 # Note that $ac_compile itself does not contain backslashes and begins
8218 # with a dollar sign (not a hyphen), so the echo should work correctly.
8219 lt_compile=`echo "$ac_compile" | $SED \
8220 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8221 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8222 -e 's:$: $lt_compiler_flag:'`
8223 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8224 (eval "$lt_compile" 2>out/conftest.err)
8225 ac_status=$?
8226 cat out/conftest.err >&5
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8229 then
8230 # The compiler can only warn and ignore the option if not recognized
8231 # So say no if there are warnings
8232 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8233 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8234 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8235 lt_cv_prog_compiler_c_o=yes
8236 fi
8237 fi
8238 chmod u+w . 2>&5
8239 $RM conftest*
8240 # SGI C++ compiler will create directory out/ii_files/ for
8241 # template instantiation
8242 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8243 $RM out/* && rmdir out
8244 cd ..
8245 $RM -r conftest
8246 $RM conftest*
8247
8248 fi
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8250 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8251
8252
8253
8254
8255
8256
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8258 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8259 if ${lt_cv_prog_compiler_c_o+:} false; then :
8260 $as_echo_n "(cached) " >&6
8261 else
8262 lt_cv_prog_compiler_c_o=no
8263 $RM -r conftest 2>/dev/null
8264 mkdir conftest
8265 cd conftest
8266 mkdir out
8267 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8268
8269 lt_compiler_flag="-o out/conftest2.$ac_objext"
8270 # Insert the option either (1) after the last *FLAGS variable, or
8271 # (2) before a word containing "conftest.", or (3) at the end.
8272 # Note that $ac_compile itself does not contain backslashes and begins
8273 # with a dollar sign (not a hyphen), so the echo should work correctly.
8274 lt_compile=`echo "$ac_compile" | $SED \
8275 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8276 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8277 -e 's:$: $lt_compiler_flag:'`
8278 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8279 (eval "$lt_compile" 2>out/conftest.err)
8280 ac_status=$?
8281 cat out/conftest.err >&5
8282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8283 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8284 then
8285 # The compiler can only warn and ignore the option if not recognized
8286 # So say no if there are warnings
8287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8288 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8289 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8290 lt_cv_prog_compiler_c_o=yes
8291 fi
8292 fi
8293 chmod u+w . 2>&5
8294 $RM conftest*
8295 # SGI C++ compiler will create directory out/ii_files/ for
8296 # template instantiation
8297 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8298 $RM out/* && rmdir out
8299 cd ..
8300 $RM -r conftest
8301 $RM conftest*
8302
8303 fi
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8305 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8306
8307
8308
8309
8310 hard_links="nottested"
8311 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8312 # do not overwrite the value of need_locks provided by the user
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8314 $as_echo_n "checking if we can lock with hard links... " >&6; }
8315 hard_links=yes
8316 $RM conftest*
8317 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8318 touch conftest.a
8319 ln conftest.a conftest.b 2>&5 || hard_links=no
8320 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8322 $as_echo "$hard_links" >&6; }
8323 if test "$hard_links" = no; then
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8325 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8326 need_locks=warn
8327 fi
8328 else
8329 need_locks=no
8330 fi
8331
8332
8333
8334
8335
8336
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8338 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8339
8340 runpath_var=
8341 allow_undefined_flag=
8342 always_export_symbols=no
8343 archive_cmds=
8344 archive_expsym_cmds=
8345 compiler_needs_object=no
8346 enable_shared_with_static_runtimes=no
8347 export_dynamic_flag_spec=
8348 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8349 hardcode_automatic=no
8350 hardcode_direct=no
8351 hardcode_direct_absolute=no
8352 hardcode_libdir_flag_spec=
8353 hardcode_libdir_flag_spec_ld=
8354 hardcode_libdir_separator=
8355 hardcode_minus_L=no
8356 hardcode_shlibpath_var=unsupported
8357 inherit_rpath=no
8358 link_all_deplibs=unknown
8359 module_cmds=
8360 module_expsym_cmds=
8361 old_archive_from_new_cmds=
8362 old_archive_from_expsyms_cmds=
8363 thread_safe_flag_spec=
8364 whole_archive_flag_spec=
8365 # include_expsyms should be a list of space-separated symbols to be *always*
8366 # included in the symbol list
8367 include_expsyms=
8368 # exclude_expsyms can be an extended regexp of symbols to exclude
8369 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8370 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8371 # as well as any symbol that contains `d'.
8372 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8373 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8374 # platforms (ab)use it in PIC code, but their linkers get confused if
8375 # the symbol is explicitly referenced. Since portable code cannot
8376 # rely on this symbol name, it's probably fine to never include it in
8377 # preloaded symbol tables.
8378 # Exclude shared library initialization/finalization symbols.
8379 extract_expsyms_cmds=
8380
8381 case $host_os in
8382 cygwin* | mingw* | pw32* | cegcc*)
8383 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8384 # When not using gcc, we currently assume that we are using
8385 # Microsoft Visual C++.
8386 if test "$GCC" != yes; then
8387 with_gnu_ld=no
8388 fi
8389 ;;
8390 interix*)
8391 # we just hope/assume this is gcc and not c89 (= MSVC++)
8392 with_gnu_ld=yes
8393 ;;
8394 openbsd*)
8395 with_gnu_ld=no
8396 ;;
8397 esac
8398
8399 ld_shlibs=yes
8400
8401 # On some targets, GNU ld is compatible enough with the native linker
8402 # that we're better off using the native interface for both.
8403 lt_use_gnu_ld_interface=no
8404 if test "$with_gnu_ld" = yes; then
8405 case $host_os in
8406 aix*)
8407 # The AIX port of GNU ld has always aspired to compatibility
8408 # with the native linker. However, as the warning in the GNU ld
8409 # block says, versions before 2.19.5* couldn't really create working
8410 # shared libraries, regardless of the interface used.
8411 case `$LD -v 2>&1` in
8412 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8413 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8414 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8415 *)
8416 lt_use_gnu_ld_interface=yes
8417 ;;
8418 esac
8419 ;;
8420 *)
8421 lt_use_gnu_ld_interface=yes
8422 ;;
8423 esac
8424 fi
8425
8426 if test "$lt_use_gnu_ld_interface" = yes; then
8427 # If archive_cmds runs LD, not CC, wlarc should be empty
8428 wlarc='${wl}'
8429
8430 # Set some defaults for GNU ld with shared library support. These
8431 # are reset later if shared libraries are not supported. Putting them
8432 # here allows them to be overridden if necessary.
8433 runpath_var=LD_RUN_PATH
8434 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8435 export_dynamic_flag_spec='${wl}--export-dynamic'
8436 # ancient GNU ld didn't support --whole-archive et. al.
8437 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8438 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8439 else
8440 whole_archive_flag_spec=
8441 fi
8442 supports_anon_versioning=no
8443 case `$LD -v 2>&1` in
8444 *GNU\ gold*) supports_anon_versioning=yes ;;
8445 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8446 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8447 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8448 *\ 2.11.*) ;; # other 2.11 versions
8449 *) supports_anon_versioning=yes ;;
8450 esac
8451
8452 # See if GNU ld supports shared libraries.
8453 case $host_os in
8454 aix[3-9]*)
8455 # On AIX/PPC, the GNU linker is very broken
8456 if test "$host_cpu" != ia64; then
8457 ld_shlibs=no
8458 cat <<_LT_EOF 1>&2
8459
8460 *** Warning: the GNU linker, at least up to release 2.19, is reported
8461 *** to be unable to reliably create shared libraries on AIX.
8462 *** Therefore, libtool is disabling shared libraries support. If you
8463 *** really care for shared libraries, you may want to install binutils
8464 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8465 *** You will then need to restart the configuration process.
8466
8467 _LT_EOF
8468 fi
8469 ;;
8470
8471 amigaos*)
8472 case $host_cpu in
8473 powerpc)
8474 # see comment about AmigaOS4 .so support
8475 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8476 archive_expsym_cmds=''
8477 ;;
8478 m68k)
8479 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)'
8480 hardcode_libdir_flag_spec='-L$libdir'
8481 hardcode_minus_L=yes
8482 ;;
8483 esac
8484 ;;
8485
8486 beos*)
8487 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8488 allow_undefined_flag=unsupported
8489 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8490 # support --undefined. This deserves some investigation. FIXME
8491 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8492 else
8493 ld_shlibs=no
8494 fi
8495 ;;
8496
8497 cygwin* | mingw* | pw32* | cegcc*)
8498 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8499 # as there is no search path for DLLs.
8500 hardcode_libdir_flag_spec='-L$libdir'
8501 export_dynamic_flag_spec='${wl}--export-all-symbols'
8502 allow_undefined_flag=unsupported
8503 always_export_symbols=no
8504 enable_shared_with_static_runtimes=yes
8505 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8506
8507 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8508 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8509 # If the export-symbols file already is a .def file (1st line
8510 # is EXPORTS), use it as is; otherwise, prepend...
8511 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8512 cp $export_symbols $output_objdir/$soname.def;
8513 else
8514 echo EXPORTS > $output_objdir/$soname.def;
8515 cat $export_symbols >> $output_objdir/$soname.def;
8516 fi~
8517 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8518 else
8519 ld_shlibs=no
8520 fi
8521 ;;
8522
8523 haiku*)
8524 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8525 link_all_deplibs=yes
8526 ;;
8527
8528 interix[3-9]*)
8529 hardcode_direct=no
8530 hardcode_shlibpath_var=no
8531 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8532 export_dynamic_flag_spec='${wl}-E'
8533 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8534 # Instead, shared libraries are loaded at an image base (0x10000000 by
8535 # default) and relocated if they conflict, which is a slow very memory
8536 # consuming and fragmenting process. To avoid this, we pick a random,
8537 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8538 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8539 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8540 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'
8541 ;;
8542
8543 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8544 tmp_diet=no
8545 if test "$host_os" = linux-dietlibc; then
8546 case $cc_basename in
8547 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8548 esac
8549 fi
8550 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8551 && test "$tmp_diet" = no
8552 then
8553 tmp_addflag=' $pic_flag'
8554 tmp_sharedflag='-shared'
8555 case $cc_basename,$host_cpu in
8556 pgcc*) # Portland Group C compiler
8557 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'
8558 tmp_addflag=' $pic_flag'
8559 ;;
8560 pgf77* | pgf90* | pgf95* | pgfortran*)
8561 # Portland Group f77 and f90 compilers
8562 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'
8563 tmp_addflag=' $pic_flag -Mnomain' ;;
8564 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8565 tmp_addflag=' -i_dynamic' ;;
8566 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8567 tmp_addflag=' -i_dynamic -nofor_main' ;;
8568 ifc* | ifort*) # Intel Fortran compiler
8569 tmp_addflag=' -nofor_main' ;;
8570 lf95*) # Lahey Fortran 8.1
8571 whole_archive_flag_spec=
8572 tmp_sharedflag='--shared' ;;
8573 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8574 tmp_sharedflag='-qmkshrobj'
8575 tmp_addflag= ;;
8576 nvcc*) # Cuda Compiler Driver 2.2
8577 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'
8578 compiler_needs_object=yes
8579 ;;
8580 esac
8581 case `$CC -V 2>&1 | sed 5q` in
8582 *Sun\ C*) # Sun C 5.9
8583 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'
8584 compiler_needs_object=yes
8585 tmp_sharedflag='-G' ;;
8586 *Sun\ F*) # Sun Fortran 8.3
8587 tmp_sharedflag='-G' ;;
8588 esac
8589 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8590
8591 if test "x$supports_anon_versioning" = xyes; then
8592 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8593 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8594 echo "local: *; };" >> $output_objdir/$libname.ver~
8595 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8596 fi
8597
8598 case $cc_basename in
8599 xlf* | bgf* | bgxlf* | mpixlf*)
8600 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8601 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8602 hardcode_libdir_flag_spec=
8603 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8604 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8605 if test "x$supports_anon_versioning" = xyes; then
8606 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8607 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8608 echo "local: *; };" >> $output_objdir/$libname.ver~
8609 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8610 fi
8611 ;;
8612 esac
8613 else
8614 ld_shlibs=no
8615 fi
8616 ;;
8617
8618 netbsd*)
8619 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8620 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8621 wlarc=
8622 else
8623 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8624 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8625 fi
8626 ;;
8627
8628 solaris*)
8629 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8630 ld_shlibs=no
8631 cat <<_LT_EOF 1>&2
8632
8633 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8634 *** create shared libraries on Solaris systems. Therefore, libtool
8635 *** is disabling shared libraries support. We urge you to upgrade GNU
8636 *** binutils to release 2.9.1 or newer. Another option is to modify
8637 *** your PATH or compiler configuration so that the native linker is
8638 *** used, and then restart.
8639
8640 _LT_EOF
8641 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8642 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8643 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8644 else
8645 ld_shlibs=no
8646 fi
8647 ;;
8648
8649 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8650 case `$LD -v 2>&1` in
8651 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8652 ld_shlibs=no
8653 cat <<_LT_EOF 1>&2
8654
8655 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8656 *** reliably create shared libraries on SCO systems. Therefore, libtool
8657 *** is disabling shared libraries support. We urge you to upgrade GNU
8658 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8659 *** your PATH or compiler configuration so that the native linker is
8660 *** used, and then restart.
8661
8662 _LT_EOF
8663 ;;
8664 *)
8665 # For security reasons, it is highly recommended that you always
8666 # use absolute paths for naming shared libraries, and exclude the
8667 # DT_RUNPATH tag from executables and libraries. But doing so
8668 # requires that you compile everything twice, which is a pain.
8669 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8670 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8671 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8673 else
8674 ld_shlibs=no
8675 fi
8676 ;;
8677 esac
8678 ;;
8679
8680 sunos4*)
8681 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8682 wlarc=
8683 hardcode_direct=yes
8684 hardcode_shlibpath_var=no
8685 ;;
8686
8687 *)
8688 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8690 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8691 else
8692 ld_shlibs=no
8693 fi
8694 ;;
8695 esac
8696
8697 if test "$ld_shlibs" = no; then
8698 runpath_var=
8699 hardcode_libdir_flag_spec=
8700 export_dynamic_flag_spec=
8701 whole_archive_flag_spec=
8702 fi
8703 else
8704 # PORTME fill in a description of your system's linker (not GNU ld)
8705 case $host_os in
8706 aix3*)
8707 allow_undefined_flag=unsupported
8708 always_export_symbols=yes
8709 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'
8710 # Note: this linker hardcodes the directories in LIBPATH if there
8711 # are no directories specified by -L.
8712 hardcode_minus_L=yes
8713 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8714 # Neither direct hardcoding nor static linking is supported with a
8715 # broken collect2.
8716 hardcode_direct=unsupported
8717 fi
8718 ;;
8719
8720 aix[4-9]*)
8721 if test "$host_cpu" = ia64; then
8722 # On IA64, the linker does run time linking by default, so we don't
8723 # have to do anything special.
8724 aix_use_runtimelinking=no
8725 exp_sym_flag='-Bexport'
8726 no_entry_flag=""
8727 else
8728 # If we're using GNU nm, then we don't want the "-C" option.
8729 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8730 # Also, AIX nm treats weak defined symbols like other global
8731 # defined symbols, whereas GNU nm marks them as "W".
8732 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8733 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'
8734 else
8735 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'
8736 fi
8737 aix_use_runtimelinking=no
8738
8739 # Test if we are trying to use run time linking or normal
8740 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8741 # need to do runtime linking.
8742 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8743 for ld_flag in $LDFLAGS; do
8744 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8745 aix_use_runtimelinking=yes
8746 break
8747 fi
8748 done
8749 ;;
8750 esac
8751
8752 exp_sym_flag='-bexport'
8753 no_entry_flag='-bnoentry'
8754 fi
8755
8756 # When large executables or shared objects are built, AIX ld can
8757 # have problems creating the table of contents. If linking a library
8758 # or program results in "error TOC overflow" add -mminimal-toc to
8759 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8760 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8761
8762 archive_cmds=''
8763 hardcode_direct=yes
8764 hardcode_direct_absolute=yes
8765 hardcode_libdir_separator=':'
8766 link_all_deplibs=yes
8767 file_list_spec='${wl}-f,'
8768
8769 if test "$GCC" = yes; then
8770 case $host_os in aix4.[012]|aix4.[012].*)
8771 # We only want to do this on AIX 4.2 and lower, the check
8772 # below for broken collect2 doesn't work under 4.3+
8773 collect2name=`${CC} -print-prog-name=collect2`
8774 if test -f "$collect2name" &&
8775 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8776 then
8777 # We have reworked collect2
8778 :
8779 else
8780 # We have old collect2
8781 hardcode_direct=unsupported
8782 # It fails to find uninstalled libraries when the uninstalled
8783 # path is not listed in the libpath. Setting hardcode_minus_L
8784 # to unsupported forces relinking
8785 hardcode_minus_L=yes
8786 hardcode_libdir_flag_spec='-L$libdir'
8787 hardcode_libdir_separator=
8788 fi
8789 ;;
8790 esac
8791 shared_flag='-shared'
8792 if test "$aix_use_runtimelinking" = yes; then
8793 shared_flag="$shared_flag "'${wl}-G'
8794 fi
8795 else
8796 # not using gcc
8797 if test "$host_cpu" = ia64; then
8798 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8799 # chokes on -Wl,-G. The following line is correct:
8800 shared_flag='-G'
8801 else
8802 if test "$aix_use_runtimelinking" = yes; then
8803 shared_flag='${wl}-G'
8804 else
8805 shared_flag='${wl}-bM:SRE'
8806 fi
8807 fi
8808 fi
8809
8810 export_dynamic_flag_spec='${wl}-bexpall'
8811 # It seems that -bexpall does not export symbols beginning with
8812 # underscore (_), so it is better to generate a list of symbols to export.
8813 always_export_symbols=yes
8814 if test "$aix_use_runtimelinking" = yes; then
8815 # Warning - without using the other runtime loading flags (-brtl),
8816 # -berok will link without error, but may produce a broken library.
8817 allow_undefined_flag='-berok'
8818 # Determine the default libpath from the value encoded in an
8819 # empty executable.
8820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8821 /* end confdefs.h. */
8822
8823 int
8824 main ()
8825 {
8826
8827 ;
8828 return 0;
8829 }
8830 _ACEOF
8831 if ac_fn_c_try_link "$LINENO"; then :
8832
8833 lt_aix_libpath_sed='
8834 /Import File Strings/,/^$/ {
8835 /^0/ {
8836 s/^0 *\(.*\)$/\1/
8837 p
8838 }
8839 }'
8840 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8841 # Check for a 64-bit object if we didn't find anything.
8842 if test -z "$aix_libpath"; then
8843 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8844 fi
8845 fi
8846 rm -f core conftest.err conftest.$ac_objext \
8847 conftest$ac_exeext conftest.$ac_ext
8848 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8849
8850 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8851 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"
8852 else
8853 if test "$host_cpu" = ia64; then
8854 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8855 allow_undefined_flag="-z nodefs"
8856 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"
8857 else
8858 # Determine the default libpath from the value encoded in an
8859 # empty executable.
8860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8861 /* end confdefs.h. */
8862
8863 int
8864 main ()
8865 {
8866
8867 ;
8868 return 0;
8869 }
8870 _ACEOF
8871 if ac_fn_c_try_link "$LINENO"; then :
8872
8873 lt_aix_libpath_sed='
8874 /Import File Strings/,/^$/ {
8875 /^0/ {
8876 s/^0 *\(.*\)$/\1/
8877 p
8878 }
8879 }'
8880 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8881 # Check for a 64-bit object if we didn't find anything.
8882 if test -z "$aix_libpath"; then
8883 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8884 fi
8885 fi
8886 rm -f core conftest.err conftest.$ac_objext \
8887 conftest$ac_exeext conftest.$ac_ext
8888 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8889
8890 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8891 # Warning - without using the other run time loading flags,
8892 # -berok will link without error, but may produce a broken library.
8893 no_undefined_flag=' ${wl}-bernotok'
8894 allow_undefined_flag=' ${wl}-berok'
8895 if test "$with_gnu_ld" = yes; then
8896 # We only use this code for GNU lds that support --whole-archive.
8897 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8898 else
8899 # Exported symbols can be pulled into shared objects from archives
8900 whole_archive_flag_spec='$convenience'
8901 fi
8902 archive_cmds_need_lc=yes
8903 # This is similar to how AIX traditionally builds its shared libraries.
8904 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'
8905 fi
8906 fi
8907 ;;
8908
8909 amigaos*)
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8915 ;;
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8920 ;;
8921 esac
8922 ;;
8923
8924 bsdi[45]*)
8925 export_dynamic_flag_spec=-rdynamic
8926 ;;
8927
8928 cygwin* | mingw* | pw32* | cegcc*)
8929 # When not using gcc, we currently assume that we are using
8930 # Microsoft Visual C++.
8931 # hardcode_libdir_flag_spec is actually meaningless, as there is
8932 # no search path for DLLs.
8933 hardcode_libdir_flag_spec=' '
8934 allow_undefined_flag=unsupported
8935 # Tell ltmain to make .lib files, not .a files.
8936 libext=lib
8937 # Tell ltmain to make .dll files, not .so files.
8938 shrext_cmds=".dll"
8939 # FIXME: Setting linknames here is a bad hack.
8940 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8941 # The linker will automatically build a .lib file if we build a DLL.
8942 old_archive_from_new_cmds='true'
8943 # FIXME: Should let the user specify the lib program.
8944 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8945 fix_srcfile_path='`cygpath -w "$srcfile"`'
8946 enable_shared_with_static_runtimes=yes
8947 ;;
8948
8949 darwin* | rhapsody*)
8950
8951
8952 archive_cmds_need_lc=no
8953 hardcode_direct=no
8954 hardcode_automatic=yes
8955 hardcode_shlibpath_var=unsupported
8956 if test "$lt_cv_ld_force_load" = "yes"; then
8957 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\"`'
8958 else
8959 whole_archive_flag_spec=''
8960 fi
8961 link_all_deplibs=yes
8962 allow_undefined_flag="$_lt_dar_allow_undefined"
8963 case $cc_basename in
8964 ifort*) _lt_dar_can_shared=yes ;;
8965 *) _lt_dar_can_shared=$GCC ;;
8966 esac
8967 if test "$_lt_dar_can_shared" = "yes"; then
8968 output_verbose_link_cmd=func_echo_all
8969 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8970 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8971 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}"
8972 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}"
8973
8974 else
8975 ld_shlibs=no
8976 fi
8977
8978 ;;
8979
8980 dgux*)
8981 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8982 hardcode_libdir_flag_spec='-L$libdir'
8983 hardcode_shlibpath_var=no
8984 ;;
8985
8986 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8987 # support. Future versions do this automatically, but an explicit c++rt0.o
8988 # does not break anything, and helps significantly (at the cost of a little
8989 # extra space).
8990 freebsd2.2*)
8991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8992 hardcode_libdir_flag_spec='-R$libdir'
8993 hardcode_direct=yes
8994 hardcode_shlibpath_var=no
8995 ;;
8996
8997 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8998 freebsd2.*)
8999 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9000 hardcode_direct=yes
9001 hardcode_minus_L=yes
9002 hardcode_shlibpath_var=no
9003 ;;
9004
9005 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9006 freebsd* | dragonfly*)
9007 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9008 hardcode_libdir_flag_spec='-R$libdir'
9009 hardcode_direct=yes
9010 hardcode_shlibpath_var=no
9011 ;;
9012
9013 hpux9*)
9014 if test "$GCC" = yes; then
9015 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'
9016 else
9017 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'
9018 fi
9019 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9020 hardcode_libdir_separator=:
9021 hardcode_direct=yes
9022
9023 # hardcode_minus_L: Not really in the search PATH,
9024 # but as the default location of the library.
9025 hardcode_minus_L=yes
9026 export_dynamic_flag_spec='${wl}-E'
9027 ;;
9028
9029 hpux10*)
9030 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9032 else
9033 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9034 fi
9035 if test "$with_gnu_ld" = no; then
9036 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9037 hardcode_libdir_flag_spec_ld='+b $libdir'
9038 hardcode_libdir_separator=:
9039 hardcode_direct=yes
9040 hardcode_direct_absolute=yes
9041 export_dynamic_flag_spec='${wl}-E'
9042 # hardcode_minus_L: Not really in the search PATH,
9043 # but as the default location of the library.
9044 hardcode_minus_L=yes
9045 fi
9046 ;;
9047
9048 hpux11*)
9049 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9050 case $host_cpu in
9051 hppa*64*)
9052 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9053 ;;
9054 ia64*)
9055 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9056 ;;
9057 *)
9058 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9059 ;;
9060 esac
9061 else
9062 case $host_cpu in
9063 hppa*64*)
9064 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9065 ;;
9066 ia64*)
9067 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9068 ;;
9069 *)
9070
9071 # Older versions of the 11.00 compiler do not understand -b yet
9072 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9074 $as_echo_n "checking if $CC understands -b... " >&6; }
9075 if ${lt_cv_prog_compiler__b+:} false; then :
9076 $as_echo_n "(cached) " >&6
9077 else
9078 lt_cv_prog_compiler__b=no
9079 save_LDFLAGS="$LDFLAGS"
9080 LDFLAGS="$LDFLAGS -b"
9081 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9082 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9083 # The linker can only warn and ignore the option if not recognized
9084 # So say no if there are warnings
9085 if test -s conftest.err; then
9086 # Append any errors to the config.log.
9087 cat conftest.err 1>&5
9088 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9089 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9090 if diff conftest.exp conftest.er2 >/dev/null; then
9091 lt_cv_prog_compiler__b=yes
9092 fi
9093 else
9094 lt_cv_prog_compiler__b=yes
9095 fi
9096 fi
9097 $RM -r conftest*
9098 LDFLAGS="$save_LDFLAGS"
9099
9100 fi
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9102 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9103
9104 if test x"$lt_cv_prog_compiler__b" = xyes; then
9105 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9106 else
9107 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9108 fi
9109
9110 ;;
9111 esac
9112 fi
9113 if test "$with_gnu_ld" = no; then
9114 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9115 hardcode_libdir_separator=:
9116
9117 case $host_cpu in
9118 hppa*64*|ia64*)
9119 hardcode_direct=no
9120 hardcode_shlibpath_var=no
9121 ;;
9122 *)
9123 hardcode_direct=yes
9124 hardcode_direct_absolute=yes
9125 export_dynamic_flag_spec='${wl}-E'
9126
9127 # hardcode_minus_L: Not really in the search PATH,
9128 # but as the default location of the library.
9129 hardcode_minus_L=yes
9130 ;;
9131 esac
9132 fi
9133 ;;
9134
9135 irix5* | irix6* | nonstopux*)
9136 if test "$GCC" = yes; then
9137 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'
9138 # Try to use the -exported_symbol ld option, if it does not
9139 # work, assume that -exports_file does not work either and
9140 # implicitly export all symbols.
9141 save_LDFLAGS="$LDFLAGS"
9142 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9144 /* end confdefs.h. */
9145 int foo(void) {}
9146 _ACEOF
9147 if ac_fn_c_try_link "$LINENO"; then :
9148 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'
9149
9150 fi
9151 rm -f core conftest.err conftest.$ac_objext \
9152 conftest$ac_exeext conftest.$ac_ext
9153 LDFLAGS="$save_LDFLAGS"
9154 else
9155 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'
9156 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'
9157 fi
9158 archive_cmds_need_lc='no'
9159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9160 hardcode_libdir_separator=:
9161 inherit_rpath=yes
9162 link_all_deplibs=yes
9163 ;;
9164
9165 netbsd*)
9166 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9167 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9168 else
9169 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9170 fi
9171 hardcode_libdir_flag_spec='-R$libdir'
9172 hardcode_direct=yes
9173 hardcode_shlibpath_var=no
9174 ;;
9175
9176 newsos6)
9177 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9178 hardcode_direct=yes
9179 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9180 hardcode_libdir_separator=:
9181 hardcode_shlibpath_var=no
9182 ;;
9183
9184 *nto* | *qnx*)
9185 ;;
9186
9187 openbsd*)
9188 if test -f /usr/libexec/ld.so; then
9189 hardcode_direct=yes
9190 hardcode_shlibpath_var=no
9191 hardcode_direct_absolute=yes
9192 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9193 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9194 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9195 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9196 export_dynamic_flag_spec='${wl}-E'
9197 else
9198 case $host_os in
9199 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9200 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9201 hardcode_libdir_flag_spec='-R$libdir'
9202 ;;
9203 *)
9204 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9205 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9206 ;;
9207 esac
9208 fi
9209 else
9210 ld_shlibs=no
9211 fi
9212 ;;
9213
9214 os2*)
9215 hardcode_libdir_flag_spec='-L$libdir'
9216 hardcode_minus_L=yes
9217 allow_undefined_flag=unsupported
9218 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'
9219 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9220 ;;
9221
9222 osf3*)
9223 if test "$GCC" = yes; then
9224 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9225 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'
9226 else
9227 allow_undefined_flag=' -expect_unresolved \*'
9228 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'
9229 fi
9230 archive_cmds_need_lc='no'
9231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9232 hardcode_libdir_separator=:
9233 ;;
9234
9235 osf4* | osf5*) # as osf3* with the addition of -msym flag
9236 if test "$GCC" = yes; then
9237 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9238 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'
9239 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9240 else
9241 allow_undefined_flag=' -expect_unresolved \*'
9242 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'
9243 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~
9244 $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'
9245
9246 # Both c and cxx compiler support -rpath directly
9247 hardcode_libdir_flag_spec='-rpath $libdir'
9248 fi
9249 archive_cmds_need_lc='no'
9250 hardcode_libdir_separator=:
9251 ;;
9252
9253 solaris*)
9254 no_undefined_flag=' -z defs'
9255 if test "$GCC" = yes; then
9256 wlarc='${wl}'
9257 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9258 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9259 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9260 else
9261 case `$CC -V 2>&1` in
9262 *"Compilers 5.0"*)
9263 wlarc=''
9264 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9265 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9266 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9267 ;;
9268 *)
9269 wlarc='${wl}'
9270 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9271 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9272 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9273 ;;
9274 esac
9275 fi
9276 hardcode_libdir_flag_spec='-R$libdir'
9277 hardcode_shlibpath_var=no
9278 case $host_os in
9279 solaris2.[0-5] | solaris2.[0-5].*) ;;
9280 *)
9281 # The compiler driver will combine and reorder linker options,
9282 # but understands `-z linker_flag'. GCC discards it without `$wl',
9283 # but is careful enough not to reorder.
9284 # Supported since Solaris 2.6 (maybe 2.5.1?)
9285 if test "$GCC" = yes; then
9286 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9287 else
9288 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9289 fi
9290 ;;
9291 esac
9292 link_all_deplibs=yes
9293 ;;
9294
9295 sunos4*)
9296 if test "x$host_vendor" = xsequent; then
9297 # Use $CC to link under sequent, because it throws in some extra .o
9298 # files that make .init and .fini sections work.
9299 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9300 else
9301 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9302 fi
9303 hardcode_libdir_flag_spec='-L$libdir'
9304 hardcode_direct=yes
9305 hardcode_minus_L=yes
9306 hardcode_shlibpath_var=no
9307 ;;
9308
9309 sysv4)
9310 case $host_vendor in
9311 sni)
9312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9313 hardcode_direct=yes # is this really true???
9314 ;;
9315 siemens)
9316 ## LD is ld it makes a PLAMLIB
9317 ## CC just makes a GrossModule.
9318 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9319 reload_cmds='$CC -r -o $output$reload_objs'
9320 hardcode_direct=no
9321 ;;
9322 motorola)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9325 ;;
9326 esac
9327 runpath_var='LD_RUN_PATH'
9328 hardcode_shlibpath_var=no
9329 ;;
9330
9331 sysv4.3*)
9332 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9333 hardcode_shlibpath_var=no
9334 export_dynamic_flag_spec='-Bexport'
9335 ;;
9336
9337 sysv4*MP*)
9338 if test -d /usr/nec; then
9339 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9340 hardcode_shlibpath_var=no
9341 runpath_var=LD_RUN_PATH
9342 hardcode_runpath_var=yes
9343 ld_shlibs=yes
9344 fi
9345 ;;
9346
9347 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9348 no_undefined_flag='${wl}-z,text'
9349 archive_cmds_need_lc=no
9350 hardcode_shlibpath_var=no
9351 runpath_var='LD_RUN_PATH'
9352
9353 if test "$GCC" = yes; then
9354 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9355 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9356 else
9357 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 fi
9360 ;;
9361
9362 sysv5* | sco3.2v5* | sco5v6*)
9363 # Note: We can NOT use -z defs as we might desire, because we do not
9364 # link with -lc, and that would cause any symbols used from libc to
9365 # always be unresolved, which means just about no library would
9366 # ever link correctly. If we're not using GNU ld we use -z text
9367 # though, which does catch some bad symbols but isn't as heavy-handed
9368 # as -z defs.
9369 no_undefined_flag='${wl}-z,text'
9370 allow_undefined_flag='${wl}-z,nodefs'
9371 archive_cmds_need_lc=no
9372 hardcode_shlibpath_var=no
9373 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9374 hardcode_libdir_separator=':'
9375 link_all_deplibs=yes
9376 export_dynamic_flag_spec='${wl}-Bexport'
9377 runpath_var='LD_RUN_PATH'
9378
9379 if test "$GCC" = yes; then
9380 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9381 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9382 else
9383 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9384 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 fi
9386 ;;
9387
9388 uts4*)
9389 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9390 hardcode_libdir_flag_spec='-L$libdir'
9391 hardcode_shlibpath_var=no
9392 ;;
9393
9394 *)
9395 ld_shlibs=no
9396 ;;
9397 esac
9398
9399 if test x$host_vendor = xsni; then
9400 case $host in
9401 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9402 export_dynamic_flag_spec='${wl}-Blargedynsym'
9403 ;;
9404 esac
9405 fi
9406 fi
9407
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9409 $as_echo "$ld_shlibs" >&6; }
9410 test "$ld_shlibs" = no && can_build_shared=no
9411
9412 with_gnu_ld=$with_gnu_ld
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428 #
9429 # Do we need to explicitly link libc?
9430 #
9431 case "x$archive_cmds_need_lc" in
9432 x|xyes)
9433 # Assume -lc should be added
9434 archive_cmds_need_lc=yes
9435
9436 if test "$enable_shared" = yes && test "$GCC" = yes; then
9437 case $archive_cmds in
9438 *'~'*)
9439 # FIXME: we may have to deal with multi-command sequences.
9440 ;;
9441 '$CC '*)
9442 # Test whether the compiler implicitly links with -lc since on some
9443 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9444 # to ld, don't add -lc before -lgcc.
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9446 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9447 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9448 $as_echo_n "(cached) " >&6
9449 else
9450 $RM conftest*
9451 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9452
9453 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9454 (eval $ac_compile) 2>&5
9455 ac_status=$?
9456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9457 test $ac_status = 0; } 2>conftest.err; then
9458 soname=conftest
9459 lib=conftest
9460 libobjs=conftest.$ac_objext
9461 deplibs=
9462 wl=$lt_prog_compiler_wl
9463 pic_flag=$lt_prog_compiler_pic
9464 compiler_flags=-v
9465 linker_flags=-v
9466 verstring=
9467 output_objdir=.
9468 libname=conftest
9469 lt_save_allow_undefined_flag=$allow_undefined_flag
9470 allow_undefined_flag=
9471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9472 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9473 ac_status=$?
9474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9475 test $ac_status = 0; }
9476 then
9477 lt_cv_archive_cmds_need_lc=no
9478 else
9479 lt_cv_archive_cmds_need_lc=yes
9480 fi
9481 allow_undefined_flag=$lt_save_allow_undefined_flag
9482 else
9483 cat conftest.err 1>&5
9484 fi
9485 $RM conftest*
9486
9487 fi
9488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9489 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9490 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9491 ;;
9492 esac
9493 fi
9494 ;;
9495 esac
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9654 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9655
9656 if test "$GCC" = yes; then
9657 case $host_os in
9658 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9659 *) lt_awk_arg="/^libraries:/" ;;
9660 esac
9661 case $host_os in
9662 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9663 *) lt_sed_strip_eq="s,=/,/,g" ;;
9664 esac
9665 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9666 case $lt_search_path_spec in
9667 *\;*)
9668 # if the path contains ";" then we assume it to be the separator
9669 # otherwise default to the standard path separator (i.e. ":") - it is
9670 # assumed that no part of a normal pathname contains ";" but that should
9671 # okay in the real world where ";" in dirpaths is itself problematic.
9672 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9673 ;;
9674 *)
9675 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9676 ;;
9677 esac
9678 # Ok, now we have the path, separated by spaces, we can step through it
9679 # and add multilib dir if necessary.
9680 lt_tmp_lt_search_path_spec=
9681 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9682 for lt_sys_path in $lt_search_path_spec; do
9683 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9684 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9685 else
9686 test -d "$lt_sys_path" && \
9687 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9688 fi
9689 done
9690 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9691 BEGIN {RS=" "; FS="/|\n";} {
9692 lt_foo="";
9693 lt_count=0;
9694 for (lt_i = NF; lt_i > 0; lt_i--) {
9695 if ($lt_i != "" && $lt_i != ".") {
9696 if ($lt_i == "..") {
9697 lt_count++;
9698 } else {
9699 if (lt_count == 0) {
9700 lt_foo="/" $lt_i lt_foo;
9701 } else {
9702 lt_count--;
9703 }
9704 }
9705 }
9706 }
9707 if (lt_foo != "") { lt_freq[lt_foo]++; }
9708 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9709 }'`
9710 # AWK program above erroneously prepends '/' to C:/dos/paths
9711 # for these hosts.
9712 case $host_os in
9713 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9714 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9715 esac
9716 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9717 else
9718 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9719 fi
9720 library_names_spec=
9721 libname_spec='lib$name'
9722 soname_spec=
9723 shrext_cmds=".so"
9724 postinstall_cmds=
9725 postuninstall_cmds=
9726 finish_cmds=
9727 finish_eval=
9728 shlibpath_var=
9729 shlibpath_overrides_runpath=unknown
9730 version_type=none
9731 dynamic_linker="$host_os ld.so"
9732 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9733 need_lib_prefix=unknown
9734 hardcode_into_libs=no
9735
9736 # when you set need_version to no, make sure it does not cause -set_version
9737 # flags to be left without arguments
9738 need_version=unknown
9739
9740 case $host_os in
9741 aix3*)
9742 version_type=linux
9743 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9744 shlibpath_var=LIBPATH
9745
9746 # AIX 3 has no versioning support, so we append a major version to the name.
9747 soname_spec='${libname}${release}${shared_ext}$major'
9748 ;;
9749
9750 aix[4-9]*)
9751 version_type=linux
9752 need_lib_prefix=no
9753 need_version=no
9754 hardcode_into_libs=yes
9755 if test "$host_cpu" = ia64; then
9756 # AIX 5 supports IA64
9757 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9758 shlibpath_var=LD_LIBRARY_PATH
9759 else
9760 # With GCC up to 2.95.x, collect2 would create an import file
9761 # for dependence libraries. The import file would start with
9762 # the line `#! .'. This would cause the generated library to
9763 # depend on `.', always an invalid library. This was fixed in
9764 # development snapshots of GCC prior to 3.0.
9765 case $host_os in
9766 aix4 | aix4.[01] | aix4.[01].*)
9767 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9768 echo ' yes '
9769 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9770 :
9771 else
9772 can_build_shared=no
9773 fi
9774 ;;
9775 esac
9776 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9777 # soname into executable. Probably we can add versioning support to
9778 # collect2, so additional links can be useful in future.
9779 if test "$aix_use_runtimelinking" = yes; then
9780 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9781 # instead of lib<name>.a to let people know that these are not
9782 # typical AIX shared libraries.
9783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9784 else
9785 # We preserve .a as extension for shared libraries through AIX4.2
9786 # and later when we are not doing run time linking.
9787 library_names_spec='${libname}${release}.a $libname.a'
9788 soname_spec='${libname}${release}${shared_ext}$major'
9789 fi
9790 shlibpath_var=LIBPATH
9791 fi
9792 ;;
9793
9794 amigaos*)
9795 case $host_cpu in
9796 powerpc)
9797 # Since July 2007 AmigaOS4 officially supports .so libraries.
9798 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9799 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9800 ;;
9801 m68k)
9802 library_names_spec='$libname.ixlibrary $libname.a'
9803 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9804 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'
9805 ;;
9806 esac
9807 ;;
9808
9809 beos*)
9810 library_names_spec='${libname}${shared_ext}'
9811 dynamic_linker="$host_os ld.so"
9812 shlibpath_var=LIBRARY_PATH
9813 ;;
9814
9815 bsdi[45]*)
9816 version_type=linux
9817 need_version=no
9818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9819 soname_spec='${libname}${release}${shared_ext}$major'
9820 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9821 shlibpath_var=LD_LIBRARY_PATH
9822 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9823 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9824 # the default ld.so.conf also contains /usr/contrib/lib and
9825 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9826 # libtool to hard-code these into programs
9827 ;;
9828
9829 cygwin* | mingw* | pw32* | cegcc*)
9830 version_type=windows
9831 shrext_cmds=".dll"
9832 need_version=no
9833 need_lib_prefix=no
9834
9835 case $GCC,$host_os in
9836 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9837 library_names_spec='$libname.dll.a'
9838 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9839 postinstall_cmds='base_file=`basename \${file}`~
9840 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9841 dldir=$destdir/`dirname \$dlpath`~
9842 test -d \$dldir || mkdir -p \$dldir~
9843 $install_prog $dir/$dlname \$dldir/$dlname~
9844 chmod a+x \$dldir/$dlname~
9845 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9846 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9847 fi'
9848 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9849 dlpath=$dir/\$dldll~
9850 $RM \$dlpath'
9851 shlibpath_overrides_runpath=yes
9852
9853 case $host_os in
9854 cygwin*)
9855 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9856 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9857
9858 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9859 ;;
9860 mingw* | cegcc*)
9861 # MinGW DLLs use traditional 'lib' prefix
9862 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9863 ;;
9864 pw32*)
9865 # pw32 DLLs use 'pw' prefix rather than 'lib'
9866 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9867 ;;
9868 esac
9869 ;;
9870
9871 *)
9872 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9873 ;;
9874 esac
9875 dynamic_linker='Win32 ld.exe'
9876 # FIXME: first we should search . and the directory the executable is in
9877 shlibpath_var=PATH
9878 ;;
9879
9880 darwin* | rhapsody*)
9881 dynamic_linker="$host_os dyld"
9882 version_type=darwin
9883 need_lib_prefix=no
9884 need_version=no
9885 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9886 soname_spec='${libname}${release}${major}$shared_ext'
9887 shlibpath_overrides_runpath=yes
9888 shlibpath_var=DYLD_LIBRARY_PATH
9889 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9890
9891 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9892 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9893 ;;
9894
9895 dgux*)
9896 version_type=linux
9897 need_lib_prefix=no
9898 need_version=no
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9900 soname_spec='${libname}${release}${shared_ext}$major'
9901 shlibpath_var=LD_LIBRARY_PATH
9902 ;;
9903
9904 freebsd* | dragonfly*)
9905 # DragonFly does not have aout. When/if they implement a new
9906 # versioning mechanism, adjust this.
9907 if test -x /usr/bin/objformat; then
9908 objformat=`/usr/bin/objformat`
9909 else
9910 case $host_os in
9911 freebsd[23].*) objformat=aout ;;
9912 *) objformat=elf ;;
9913 esac
9914 fi
9915 version_type=freebsd-$objformat
9916 case $version_type in
9917 freebsd-elf*)
9918 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9919 need_version=no
9920 need_lib_prefix=no
9921 ;;
9922 freebsd-*)
9923 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9924 need_version=yes
9925 ;;
9926 esac
9927 shlibpath_var=LD_LIBRARY_PATH
9928 case $host_os in
9929 freebsd2.*)
9930 shlibpath_overrides_runpath=yes
9931 ;;
9932 freebsd3.[01]* | freebsdelf3.[01]*)
9933 shlibpath_overrides_runpath=yes
9934 hardcode_into_libs=yes
9935 ;;
9936 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9937 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9938 shlibpath_overrides_runpath=no
9939 hardcode_into_libs=yes
9940 ;;
9941 *) # from 4.6 on, and DragonFly
9942 shlibpath_overrides_runpath=yes
9943 hardcode_into_libs=yes
9944 ;;
9945 esac
9946 ;;
9947
9948 haiku*)
9949 version_type=linux
9950 need_lib_prefix=no
9951 need_version=no
9952 dynamic_linker="$host_os runtime_loader"
9953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9954 soname_spec='${libname}${release}${shared_ext}$major'
9955 shlibpath_var=LIBRARY_PATH
9956 shlibpath_overrides_runpath=yes
9957 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9958 hardcode_into_libs=yes
9959 ;;
9960
9961 hpux9* | hpux10* | hpux11*)
9962 # Give a soname corresponding to the major version so that dld.sl refuses to
9963 # link against other versions.
9964 version_type=sunos
9965 need_lib_prefix=no
9966 need_version=no
9967 case $host_cpu in
9968 ia64*)
9969 shrext_cmds='.so'
9970 hardcode_into_libs=yes
9971 dynamic_linker="$host_os dld.so"
9972 shlibpath_var=LD_LIBRARY_PATH
9973 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9975 soname_spec='${libname}${release}${shared_ext}$major'
9976 if test "X$HPUX_IA64_MODE" = X32; then
9977 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9978 else
9979 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9980 fi
9981 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9982 ;;
9983 hppa*64*)
9984 shrext_cmds='.sl'
9985 hardcode_into_libs=yes
9986 dynamic_linker="$host_os dld.sl"
9987 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9988 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9990 soname_spec='${libname}${release}${shared_ext}$major'
9991 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9992 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9993 ;;
9994 *)
9995 shrext_cmds='.sl'
9996 dynamic_linker="$host_os dld.sl"
9997 shlibpath_var=SHLIB_PATH
9998 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10000 soname_spec='${libname}${release}${shared_ext}$major'
10001 ;;
10002 esac
10003 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10004 postinstall_cmds='chmod 555 $lib'
10005 # or fails outright, so override atomically:
10006 install_override_mode=555
10007 ;;
10008
10009 interix[3-9]*)
10010 version_type=linux
10011 need_lib_prefix=no
10012 need_version=no
10013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10014 soname_spec='${libname}${release}${shared_ext}$major'
10015 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10016 shlibpath_var=LD_LIBRARY_PATH
10017 shlibpath_overrides_runpath=no
10018 hardcode_into_libs=yes
10019 ;;
10020
10021 irix5* | irix6* | nonstopux*)
10022 case $host_os in
10023 nonstopux*) version_type=nonstopux ;;
10024 *)
10025 if test "$lt_cv_prog_gnu_ld" = yes; then
10026 version_type=linux
10027 else
10028 version_type=irix
10029 fi ;;
10030 esac
10031 need_lib_prefix=no
10032 need_version=no
10033 soname_spec='${libname}${release}${shared_ext}$major'
10034 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10035 case $host_os in
10036 irix5* | nonstopux*)
10037 libsuff= shlibsuff=
10038 ;;
10039 *)
10040 case $LD in # libtool.m4 will add one of these switches to LD
10041 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10042 libsuff= shlibsuff= libmagic=32-bit;;
10043 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10044 libsuff=32 shlibsuff=N32 libmagic=N32;;
10045 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10046 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10047 *) libsuff= shlibsuff= libmagic=never-match;;
10048 esac
10049 ;;
10050 esac
10051 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10052 shlibpath_overrides_runpath=no
10053 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10054 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10055 hardcode_into_libs=yes
10056 ;;
10057
10058 # No shared lib support for Linux oldld, aout, or coff.
10059 linux*oldld* | linux*aout* | linux*coff*)
10060 dynamic_linker=no
10061 ;;
10062
10063 # This must be Linux ELF.
10064 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10065 version_type=linux
10066 need_lib_prefix=no
10067 need_version=no
10068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10069 soname_spec='${libname}${release}${shared_ext}$major'
10070 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10071 shlibpath_var=LD_LIBRARY_PATH
10072 shlibpath_overrides_runpath=no
10073
10074 # Some binutils ld are patched to set DT_RUNPATH
10075 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10076 $as_echo_n "(cached) " >&6
10077 else
10078 lt_cv_shlibpath_overrides_runpath=no
10079 save_LDFLAGS=$LDFLAGS
10080 save_libdir=$libdir
10081 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10082 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10084 /* end confdefs.h. */
10085
10086 int
10087 main ()
10088 {
10089
10090 ;
10091 return 0;
10092 }
10093 _ACEOF
10094 if ac_fn_c_try_link "$LINENO"; then :
10095 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10096 lt_cv_shlibpath_overrides_runpath=yes
10097 fi
10098 fi
10099 rm -f core conftest.err conftest.$ac_objext \
10100 conftest$ac_exeext conftest.$ac_ext
10101 LDFLAGS=$save_LDFLAGS
10102 libdir=$save_libdir
10103
10104 fi
10105
10106 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10107
10108 # This implies no fast_install, which is unacceptable.
10109 # Some rework will be needed to allow for fast_install
10110 # before this can be enabled.
10111 hardcode_into_libs=yes
10112
10113 # Append ld.so.conf contents to the search path
10114 if test -f /etc/ld.so.conf; then
10115 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' ' '`
10116 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10117 fi
10118
10119 # We used to test for /lib/ld.so.1 and disable shared libraries on
10120 # powerpc, because MkLinux only supported shared libraries with the
10121 # GNU dynamic linker. Since this was broken with cross compilers,
10122 # most powerpc-linux boxes support dynamic linking these days and
10123 # people can always --disable-shared, the test was removed, and we
10124 # assume the GNU/Linux dynamic linker is in use.
10125 dynamic_linker='GNU/Linux ld.so'
10126 ;;
10127
10128 netbsd*)
10129 version_type=sunos
10130 need_lib_prefix=no
10131 need_version=no
10132 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10134 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10135 dynamic_linker='NetBSD (a.out) ld.so'
10136 else
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10138 soname_spec='${libname}${release}${shared_ext}$major'
10139 dynamic_linker='NetBSD ld.elf_so'
10140 fi
10141 shlibpath_var=LD_LIBRARY_PATH
10142 shlibpath_overrides_runpath=yes
10143 hardcode_into_libs=yes
10144 ;;
10145
10146 newsos6)
10147 version_type=linux
10148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10149 shlibpath_var=LD_LIBRARY_PATH
10150 shlibpath_overrides_runpath=yes
10151 ;;
10152
10153 *nto* | *qnx*)
10154 version_type=qnx
10155 need_lib_prefix=no
10156 need_version=no
10157 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10158 soname_spec='${libname}${release}${shared_ext}$major'
10159 shlibpath_var=LD_LIBRARY_PATH
10160 shlibpath_overrides_runpath=no
10161 hardcode_into_libs=yes
10162 dynamic_linker='ldqnx.so'
10163 ;;
10164
10165 openbsd*)
10166 version_type=sunos
10167 sys_lib_dlsearch_path_spec="/usr/lib"
10168 need_lib_prefix=no
10169 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10170 case $host_os in
10171 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10172 *) need_version=no ;;
10173 esac
10174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10175 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10176 shlibpath_var=LD_LIBRARY_PATH
10177 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10178 case $host_os in
10179 openbsd2.[89] | openbsd2.[89].*)
10180 shlibpath_overrides_runpath=no
10181 ;;
10182 *)
10183 shlibpath_overrides_runpath=yes
10184 ;;
10185 esac
10186 else
10187 shlibpath_overrides_runpath=yes
10188 fi
10189 ;;
10190
10191 os2*)
10192 libname_spec='$name'
10193 shrext_cmds=".dll"
10194 need_lib_prefix=no
10195 library_names_spec='$libname${shared_ext} $libname.a'
10196 dynamic_linker='OS/2 ld.exe'
10197 shlibpath_var=LIBPATH
10198 ;;
10199
10200 osf3* | osf4* | osf5*)
10201 version_type=osf
10202 need_lib_prefix=no
10203 need_version=no
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206 shlibpath_var=LD_LIBRARY_PATH
10207 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10208 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10209 ;;
10210
10211 rdos*)
10212 dynamic_linker=no
10213 ;;
10214
10215 solaris*)
10216 version_type=linux
10217 need_lib_prefix=no
10218 need_version=no
10219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10220 soname_spec='${libname}${release}${shared_ext}$major'
10221 shlibpath_var=LD_LIBRARY_PATH
10222 shlibpath_overrides_runpath=yes
10223 hardcode_into_libs=yes
10224 # ldd complains unless libraries are executable
10225 postinstall_cmds='chmod +x $lib'
10226 ;;
10227
10228 sunos4*)
10229 version_type=sunos
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10231 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 shlibpath_overrides_runpath=yes
10234 if test "$with_gnu_ld" = yes; then
10235 need_lib_prefix=no
10236 fi
10237 need_version=yes
10238 ;;
10239
10240 sysv4 | sysv4.3*)
10241 version_type=linux
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243 soname_spec='${libname}${release}${shared_ext}$major'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 case $host_vendor in
10246 sni)
10247 shlibpath_overrides_runpath=no
10248 need_lib_prefix=no
10249 runpath_var=LD_RUN_PATH
10250 ;;
10251 siemens)
10252 need_lib_prefix=no
10253 ;;
10254 motorola)
10255 need_lib_prefix=no
10256 need_version=no
10257 shlibpath_overrides_runpath=no
10258 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10259 ;;
10260 esac
10261 ;;
10262
10263 sysv4*MP*)
10264 if test -d /usr/nec ;then
10265 version_type=linux
10266 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10267 soname_spec='$libname${shared_ext}.$major'
10268 shlibpath_var=LD_LIBRARY_PATH
10269 fi
10270 ;;
10271
10272 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10273 version_type=freebsd-elf
10274 need_lib_prefix=no
10275 need_version=no
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10277 soname_spec='${libname}${release}${shared_ext}$major'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=yes
10280 hardcode_into_libs=yes
10281 if test "$with_gnu_ld" = yes; then
10282 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10283 else
10284 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10285 case $host_os in
10286 sco3.2v5*)
10287 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10288 ;;
10289 esac
10290 fi
10291 sys_lib_dlsearch_path_spec='/usr/lib'
10292 ;;
10293
10294 tpf*)
10295 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10296 version_type=linux
10297 need_lib_prefix=no
10298 need_version=no
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=no
10302 hardcode_into_libs=yes
10303 ;;
10304
10305 uts4*)
10306 version_type=linux
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10308 soname_spec='${libname}${release}${shared_ext}$major'
10309 shlibpath_var=LD_LIBRARY_PATH
10310 ;;
10311
10312 *)
10313 dynamic_linker=no
10314 ;;
10315 esac
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10317 $as_echo "$dynamic_linker" >&6; }
10318 test "$dynamic_linker" = no && can_build_shared=no
10319
10320 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10321 if test "$GCC" = yes; then
10322 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10323 fi
10324
10325 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10326 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10327 fi
10328 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10329 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10330 fi
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10424 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10425 hardcode_action=
10426 if test -n "$hardcode_libdir_flag_spec" ||
10427 test -n "$runpath_var" ||
10428 test "X$hardcode_automatic" = "Xyes" ; then
10429
10430 # We can hardcode non-existent directories.
10431 if test "$hardcode_direct" != no &&
10432 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10433 # have to relink, otherwise we might link with an installed library
10434 # when we should be linking with a yet-to-be-installed one
10435 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10436 test "$hardcode_minus_L" != no; then
10437 # Linking always hardcodes the temporary library directory.
10438 hardcode_action=relink
10439 else
10440 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10441 hardcode_action=immediate
10442 fi
10443 else
10444 # We cannot hardcode anything, or else we can only hardcode existing
10445 # directories.
10446 hardcode_action=unsupported
10447 fi
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10449 $as_echo "$hardcode_action" >&6; }
10450
10451 if test "$hardcode_action" = relink ||
10452 test "$inherit_rpath" = yes; then
10453 # Fast installation is not supported
10454 enable_fast_install=no
10455 elif test "$shlibpath_overrides_runpath" = yes ||
10456 test "$enable_shared" = no; then
10457 # Fast installation is not necessary
10458 enable_fast_install=needless
10459 fi
10460
10461
10462
10463
10464
10465
10466 if test "x$enable_dlopen" != xyes; then
10467 enable_dlopen=unknown
10468 enable_dlopen_self=unknown
10469 enable_dlopen_self_static=unknown
10470 else
10471 lt_cv_dlopen=no
10472 lt_cv_dlopen_libs=
10473
10474 case $host_os in
10475 beos*)
10476 lt_cv_dlopen="load_add_on"
10477 lt_cv_dlopen_libs=
10478 lt_cv_dlopen_self=yes
10479 ;;
10480
10481 mingw* | pw32* | cegcc*)
10482 lt_cv_dlopen="LoadLibrary"
10483 lt_cv_dlopen_libs=
10484 ;;
10485
10486 cygwin*)
10487 lt_cv_dlopen="dlopen"
10488 lt_cv_dlopen_libs=
10489 ;;
10490
10491 darwin*)
10492 # if libdl is installed we need to link against it
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10494 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10495 if ${ac_cv_lib_dl_dlopen+:} false; then :
10496 $as_echo_n "(cached) " >&6
10497 else
10498 ac_check_lib_save_LIBS=$LIBS
10499 LIBS="-ldl $LIBS"
10500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10501 /* end confdefs.h. */
10502
10503 /* Override any GCC internal prototype to avoid an error.
10504 Use char because int might match the return type of a GCC
10505 builtin and then its argument prototype would still apply. */
10506 #ifdef __cplusplus
10507 extern "C"
10508 #endif
10509 char dlopen ();
10510 int
10511 main ()
10512 {
10513 return dlopen ();
10514 ;
10515 return 0;
10516 }
10517 _ACEOF
10518 if ac_fn_c_try_link "$LINENO"; then :
10519 ac_cv_lib_dl_dlopen=yes
10520 else
10521 ac_cv_lib_dl_dlopen=no
10522 fi
10523 rm -f core conftest.err conftest.$ac_objext \
10524 conftest$ac_exeext conftest.$ac_ext
10525 LIBS=$ac_check_lib_save_LIBS
10526 fi
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10528 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10529 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10530 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10531 else
10532
10533 lt_cv_dlopen="dyld"
10534 lt_cv_dlopen_libs=
10535 lt_cv_dlopen_self=yes
10536
10537 fi
10538
10539 ;;
10540
10541 *)
10542 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10543 if test "x$ac_cv_func_shl_load" = xyes; then :
10544 lt_cv_dlopen="shl_load"
10545 else
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10547 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10548 if ${ac_cv_lib_dld_shl_load+:} false; then :
10549 $as_echo_n "(cached) " >&6
10550 else
10551 ac_check_lib_save_LIBS=$LIBS
10552 LIBS="-ldld $LIBS"
10553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10554 /* end confdefs.h. */
10555
10556 /* Override any GCC internal prototype to avoid an error.
10557 Use char because int might match the return type of a GCC
10558 builtin and then its argument prototype would still apply. */
10559 #ifdef __cplusplus
10560 extern "C"
10561 #endif
10562 char shl_load ();
10563 int
10564 main ()
10565 {
10566 return shl_load ();
10567 ;
10568 return 0;
10569 }
10570 _ACEOF
10571 if ac_fn_c_try_link "$LINENO"; then :
10572 ac_cv_lib_dld_shl_load=yes
10573 else
10574 ac_cv_lib_dld_shl_load=no
10575 fi
10576 rm -f core conftest.err conftest.$ac_objext \
10577 conftest$ac_exeext conftest.$ac_ext
10578 LIBS=$ac_check_lib_save_LIBS
10579 fi
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10581 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10582 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10583 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10584 else
10585 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10586 if test "x$ac_cv_func_dlopen" = xyes; then :
10587 lt_cv_dlopen="dlopen"
10588 else
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10590 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10591 if ${ac_cv_lib_dl_dlopen+:} false; then :
10592 $as_echo_n "(cached) " >&6
10593 else
10594 ac_check_lib_save_LIBS=$LIBS
10595 LIBS="-ldl $LIBS"
10596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10597 /* end confdefs.h. */
10598
10599 /* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
10602 #ifdef __cplusplus
10603 extern "C"
10604 #endif
10605 char dlopen ();
10606 int
10607 main ()
10608 {
10609 return dlopen ();
10610 ;
10611 return 0;
10612 }
10613 _ACEOF
10614 if ac_fn_c_try_link "$LINENO"; then :
10615 ac_cv_lib_dl_dlopen=yes
10616 else
10617 ac_cv_lib_dl_dlopen=no
10618 fi
10619 rm -f core conftest.err conftest.$ac_objext \
10620 conftest$ac_exeext conftest.$ac_ext
10621 LIBS=$ac_check_lib_save_LIBS
10622 fi
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10624 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10625 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10626 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10627 else
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10629 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10630 if ${ac_cv_lib_svld_dlopen+:} false; then :
10631 $as_echo_n "(cached) " >&6
10632 else
10633 ac_check_lib_save_LIBS=$LIBS
10634 LIBS="-lsvld $LIBS"
10635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10636 /* end confdefs.h. */
10637
10638 /* Override any GCC internal prototype to avoid an error.
10639 Use char because int might match the return type of a GCC
10640 builtin and then its argument prototype would still apply. */
10641 #ifdef __cplusplus
10642 extern "C"
10643 #endif
10644 char dlopen ();
10645 int
10646 main ()
10647 {
10648 return dlopen ();
10649 ;
10650 return 0;
10651 }
10652 _ACEOF
10653 if ac_fn_c_try_link "$LINENO"; then :
10654 ac_cv_lib_svld_dlopen=yes
10655 else
10656 ac_cv_lib_svld_dlopen=no
10657 fi
10658 rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
10660 LIBS=$ac_check_lib_save_LIBS
10661 fi
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10663 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10664 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10665 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10666 else
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10668 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10669 if ${ac_cv_lib_dld_dld_link+:} false; then :
10670 $as_echo_n "(cached) " >&6
10671 else
10672 ac_check_lib_save_LIBS=$LIBS
10673 LIBS="-ldld $LIBS"
10674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10675 /* end confdefs.h. */
10676
10677 /* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
10679 builtin and then its argument prototype would still apply. */
10680 #ifdef __cplusplus
10681 extern "C"
10682 #endif
10683 char dld_link ();
10684 int
10685 main ()
10686 {
10687 return dld_link ();
10688 ;
10689 return 0;
10690 }
10691 _ACEOF
10692 if ac_fn_c_try_link "$LINENO"; then :
10693 ac_cv_lib_dld_dld_link=yes
10694 else
10695 ac_cv_lib_dld_dld_link=no
10696 fi
10697 rm -f core conftest.err conftest.$ac_objext \
10698 conftest$ac_exeext conftest.$ac_ext
10699 LIBS=$ac_check_lib_save_LIBS
10700 fi
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10702 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10703 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10704 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10705 fi
10706
10707
10708 fi
10709
10710
10711 fi
10712
10713
10714 fi
10715
10716
10717 fi
10718
10719
10720 fi
10721
10722 ;;
10723 esac
10724
10725 if test "x$lt_cv_dlopen" != xno; then
10726 enable_dlopen=yes
10727 else
10728 enable_dlopen=no
10729 fi
10730
10731 case $lt_cv_dlopen in
10732 dlopen)
10733 save_CPPFLAGS="$CPPFLAGS"
10734 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10735
10736 save_LDFLAGS="$LDFLAGS"
10737 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10738
10739 save_LIBS="$LIBS"
10740 LIBS="$lt_cv_dlopen_libs $LIBS"
10741
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10743 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10744 if ${lt_cv_dlopen_self+:} false; then :
10745 $as_echo_n "(cached) " >&6
10746 else
10747 if test "$cross_compiling" = yes; then :
10748 lt_cv_dlopen_self=cross
10749 else
10750 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10751 lt_status=$lt_dlunknown
10752 cat > conftest.$ac_ext <<_LT_EOF
10753 #line 10753 "configure"
10754 #include "confdefs.h"
10755
10756 #if HAVE_DLFCN_H
10757 #include <dlfcn.h>
10758 #endif
10759
10760 #include <stdio.h>
10761
10762 #ifdef RTLD_GLOBAL
10763 # define LT_DLGLOBAL RTLD_GLOBAL
10764 #else
10765 # ifdef DL_GLOBAL
10766 # define LT_DLGLOBAL DL_GLOBAL
10767 # else
10768 # define LT_DLGLOBAL 0
10769 # endif
10770 #endif
10771
10772 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10773 find out it does not work in some platform. */
10774 #ifndef LT_DLLAZY_OR_NOW
10775 # ifdef RTLD_LAZY
10776 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10777 # else
10778 # ifdef DL_LAZY
10779 # define LT_DLLAZY_OR_NOW DL_LAZY
10780 # else
10781 # ifdef RTLD_NOW
10782 # define LT_DLLAZY_OR_NOW RTLD_NOW
10783 # else
10784 # ifdef DL_NOW
10785 # define LT_DLLAZY_OR_NOW DL_NOW
10786 # else
10787 # define LT_DLLAZY_OR_NOW 0
10788 # endif
10789 # endif
10790 # endif
10791 # endif
10792 #endif
10793
10794 /* When -fvisbility=hidden is used, assume the code has been annotated
10795 correspondingly for the symbols needed. */
10796 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10797 void fnord () __attribute__((visibility("default")));
10798 #endif
10799
10800 void fnord () { int i=42; }
10801 int main ()
10802 {
10803 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10804 int status = $lt_dlunknown;
10805
10806 if (self)
10807 {
10808 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10809 else
10810 {
10811 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10812 else puts (dlerror ());
10813 }
10814 /* dlclose (self); */
10815 }
10816 else
10817 puts (dlerror ());
10818
10819 return status;
10820 }
10821 _LT_EOF
10822 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10823 (eval $ac_link) 2>&5
10824 ac_status=$?
10825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10826 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10827 (./conftest; exit; ) >&5 2>/dev/null
10828 lt_status=$?
10829 case x$lt_status in
10830 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10831 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10832 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10833 esac
10834 else :
10835 # compilation failed
10836 lt_cv_dlopen_self=no
10837 fi
10838 fi
10839 rm -fr conftest*
10840
10841
10842 fi
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10844 $as_echo "$lt_cv_dlopen_self" >&6; }
10845
10846 if test "x$lt_cv_dlopen_self" = xyes; then
10847 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10849 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10850 if ${lt_cv_dlopen_self_static+:} false; then :
10851 $as_echo_n "(cached) " >&6
10852 else
10853 if test "$cross_compiling" = yes; then :
10854 lt_cv_dlopen_self_static=cross
10855 else
10856 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10857 lt_status=$lt_dlunknown
10858 cat > conftest.$ac_ext <<_LT_EOF
10859 #line 10859 "configure"
10860 #include "confdefs.h"
10861
10862 #if HAVE_DLFCN_H
10863 #include <dlfcn.h>
10864 #endif
10865
10866 #include <stdio.h>
10867
10868 #ifdef RTLD_GLOBAL
10869 # define LT_DLGLOBAL RTLD_GLOBAL
10870 #else
10871 # ifdef DL_GLOBAL
10872 # define LT_DLGLOBAL DL_GLOBAL
10873 # else
10874 # define LT_DLGLOBAL 0
10875 # endif
10876 #endif
10877
10878 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10879 find out it does not work in some platform. */
10880 #ifndef LT_DLLAZY_OR_NOW
10881 # ifdef RTLD_LAZY
10882 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10883 # else
10884 # ifdef DL_LAZY
10885 # define LT_DLLAZY_OR_NOW DL_LAZY
10886 # else
10887 # ifdef RTLD_NOW
10888 # define LT_DLLAZY_OR_NOW RTLD_NOW
10889 # else
10890 # ifdef DL_NOW
10891 # define LT_DLLAZY_OR_NOW DL_NOW
10892 # else
10893 # define LT_DLLAZY_OR_NOW 0
10894 # endif
10895 # endif
10896 # endif
10897 # endif
10898 #endif
10899
10900 /* When -fvisbility=hidden is used, assume the code has been annotated
10901 correspondingly for the symbols needed. */
10902 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10903 void fnord () __attribute__((visibility("default")));
10904 #endif
10905
10906 void fnord () { int i=42; }
10907 int main ()
10908 {
10909 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10910 int status = $lt_dlunknown;
10911
10912 if (self)
10913 {
10914 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10915 else
10916 {
10917 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10918 else puts (dlerror ());
10919 }
10920 /* dlclose (self); */
10921 }
10922 else
10923 puts (dlerror ());
10924
10925 return status;
10926 }
10927 _LT_EOF
10928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10929 (eval $ac_link) 2>&5
10930 ac_status=$?
10931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10932 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10933 (./conftest; exit; ) >&5 2>/dev/null
10934 lt_status=$?
10935 case x$lt_status in
10936 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10937 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10938 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10939 esac
10940 else :
10941 # compilation failed
10942 lt_cv_dlopen_self_static=no
10943 fi
10944 fi
10945 rm -fr conftest*
10946
10947
10948 fi
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10950 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10951 fi
10952
10953 CPPFLAGS="$save_CPPFLAGS"
10954 LDFLAGS="$save_LDFLAGS"
10955 LIBS="$save_LIBS"
10956 ;;
10957 esac
10958
10959 case $lt_cv_dlopen_self in
10960 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10961 *) enable_dlopen_self=unknown ;;
10962 esac
10963
10964 case $lt_cv_dlopen_self_static in
10965 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10966 *) enable_dlopen_self_static=unknown ;;
10967 esac
10968 fi
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986 striplib=
10987 old_striplib=
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10989 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10990 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10991 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10992 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10994 $as_echo "yes" >&6; }
10995 else
10996 # FIXME - insert some real tests, host_os isn't really good enough
10997 case $host_os in
10998 darwin*)
10999 if test -n "$STRIP" ; then
11000 striplib="$STRIP -x"
11001 old_striplib="$STRIP -S"
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11003 $as_echo "yes" >&6; }
11004 else
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11006 $as_echo "no" >&6; }
11007 fi
11008 ;;
11009 *)
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11011 $as_echo "no" >&6; }
11012 ;;
11013 esac
11014 fi
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027 # Report which library types will actually be built
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11029 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11031 $as_echo "$can_build_shared" >&6; }
11032
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11034 $as_echo_n "checking whether to build shared libraries... " >&6; }
11035 test "$can_build_shared" = "no" && enable_shared=no
11036
11037 # On AIX, shared libraries and static libraries use the same namespace, and
11038 # are all built from PIC.
11039 case $host_os in
11040 aix3*)
11041 test "$enable_shared" = yes && enable_static=no
11042 if test -n "$RANLIB"; then
11043 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11044 postinstall_cmds='$RANLIB $lib'
11045 fi
11046 ;;
11047
11048 aix[4-9]*)
11049 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11050 test "$enable_shared" = yes && enable_static=no
11051 fi
11052 ;;
11053 esac
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11055 $as_echo "$enable_shared" >&6; }
11056
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11058 $as_echo_n "checking whether to build static libraries... " >&6; }
11059 # Make sure either enable_shared or enable_static is yes.
11060 test "$enable_shared" = yes || enable_static=yes
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11062 $as_echo "$enable_static" >&6; }
11063
11064
11065
11066
11067 fi
11068 ac_ext=c
11069 ac_cpp='$CPP $CPPFLAGS'
11070 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11071 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11072 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11073
11074 CC="$lt_save_CC"
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088 ac_config_commands="$ac_config_commands libtool"
11089
11090
11091
11092
11093 # Only expand once:
11094
11095
11096
11097
11098
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11100 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11101 # Check whether --enable-maintainer-mode was given.
11102 if test "${enable_maintainer_mode+set}" = set; then :
11103 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11104 else
11105 USE_MAINTAINER_MODE=no
11106 fi
11107
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11109 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11110 if test $USE_MAINTAINER_MODE = yes; then
11111 MAINTAINER_MODE_TRUE=
11112 MAINTAINER_MODE_FALSE='#'
11113 else
11114 MAINTAINER_MODE_TRUE='#'
11115 MAINTAINER_MODE_FALSE=
11116 fi
11117
11118 MAINT=$MAINTAINER_MODE_TRUE
11119
11120
11121
11122
11123 sim_inline="-DDEFAULT_INLINE=0"
11124 # Check whether --enable-sim-inline was given.
11125 if test "${enable_sim_inline+set}" = set; then :
11126 enableval=$enable_sim_inline; sim_inline=""
11127 case "$enableval" in
11128 no) sim_inline="-DDEFAULT_INLINE=0";;
11129 0) sim_inline="-DDEFAULT_INLINE=0";;
11130 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11131 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11132 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11133 new_flag=""
11134 case "$x" in
11135 *_INLINE=*) new_flag="-D$x";;
11136 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11137 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11138 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11139 esac
11140 if test x"$sim_inline" = x""; then
11141 sim_inline="$new_flag"
11142 else
11143 sim_inline="$sim_inline $new_flag"
11144 fi
11145 done;;
11146 esac
11147 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11148 echo "Setting inline flags = $sim_inline" 6>&1
11149 fi
11150 fi
11151
11152
11153
11154
11155 default_sim_scache="16384"
11156 # Check whether --enable-sim-scache was given.
11157 if test "${enable_sim_scache+set}" = set; then :
11158 enableval=$enable_sim_scache; case "${enableval}" in
11159 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11160 no) sim_scache="-DWITH_SCACHE=0" ;;
11161 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
11162 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
11163 sim_scache="";;
11164 esac
11165 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11166 echo "Setting scache size = $sim_scache" 6>&1
11167 fi
11168 else
11169 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
11170 fi
11171
11172
11173
11174 default_sim_default_model="m32r/d"
11175 # Check whether --enable-sim-default-model was given.
11176 if test "${enable_sim_default_model+set}" = set; then :
11177 enableval=$enable_sim_default_model; case "${enableval}" in
11178 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
11179 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11180 esac
11181 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11182 echo "Setting default model = $sim_default_model" 6>&1
11183 fi
11184 else
11185 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
11186 fi
11187
11188
11189
11190 cgen_maint=no
11191 cgen=guile
11192 cgendir='$(srcdir)/../../cgen'
11193 # Check whether --enable-cgen-maint was given.
11194 if test "${enable_cgen_maint+set}" = set; then :
11195 enableval=$enable_cgen_maint; case "${enableval}" in
11196 yes) cgen_maint=yes ;;
11197 no) cgen_maint=no ;;
11198 *)
11199 # Argument is a directory where cgen can be found. In some
11200 # future world cgen could be installable, but right now this
11201 # is not the case. Instead we assume the directory is a path
11202 # to the cgen source tree.
11203 cgen_maint=yes
11204 if test -r ${enableval}/iformat.scm; then
11205 # This looks like a cgen source tree.
11206 cgendir=${enableval}
11207 else
11208 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11209 fi
11210 ;;
11211 esac
11212 fi
11213 if test x${cgen_maint} != xno ; then
11214 CGEN_MAINT=''
11215 else
11216 CGEN_MAINT='#'
11217 fi
11218
11219
11220
11221
11222
11223 case "${target_alias}" in
11224 m32r*-linux*)
11225 traps_obj=traps-linux.o
11226 sim_extra_cflags="-DM32R_LINUX"
11227 ;;
11228 *)
11229 traps_obj=traps.o
11230 sim_extra_cflags="-DM32R_ELF"
11231 ;;
11232 esac
11233
11234
11235
11236
11237 hardware="cfi core pal glue m32r_cache m32r_uart"
11238 sim_hw_cflags="-DWITH_HW=1"
11239 sim_hw="$hardware"
11240 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11241
11242 # Check whether --enable-sim-hardware was given.
11243 if test "${enable_sim_hardware+set}" = set; then :
11244 enableval=$enable_sim_hardware;
11245 else
11246 enable_sim_hardware="yes"
11247 fi
11248
11249 case ${enable_sim_hardware} in
11250 yes|no) ;;
11251 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11252 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11253 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11254 esac
11255
11256 if test "$enable_sim_hardware" = no; then
11257 sim_hw_objs=
11258 sim_hw_cflags="-DWITH_HW=0"
11259 sim_hw=
11260 else
11261 sim_hw_cflags="-DWITH_HW=1"
11262 # remove duplicates
11263 sim_hw=""
11264 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11265 for i in $hardware ; do
11266 case " $sim_hw " in
11267 *" $i "*) ;;
11268 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11269 esac
11270 done
11271 # mingw does not support sockser
11272 case ${host} in
11273 *mingw*) ;;
11274 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11275 # that you instatiate. Instead, other code will call into it directly.
11276 # At some point, we should convert it over.
11277 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11278 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
11279 ;;
11280 esac
11281 if test x"$silent" != x"yes"; then
11282 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11283 fi
11284 case " $hardware " in
11285 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11286 $as_echo_n "checking for log2 in -lm... " >&6; }
11287 if ${ac_cv_lib_m_log2+:} false; then :
11288 $as_echo_n "(cached) " >&6
11289 else
11290 ac_check_lib_save_LIBS=$LIBS
11291 LIBS="-lm $LIBS"
11292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11293 /* end confdefs.h. */
11294
11295 /* Override any GCC internal prototype to avoid an error.
11296 Use char because int might match the return type of a GCC
11297 builtin and then its argument prototype would still apply. */
11298 #ifdef __cplusplus
11299 extern "C"
11300 #endif
11301 char log2 ();
11302 int
11303 main ()
11304 {
11305 return log2 ();
11306 ;
11307 return 0;
11308 }
11309 _ACEOF
11310 if ac_fn_c_try_link "$LINENO"; then :
11311 ac_cv_lib_m_log2=yes
11312 else
11313 ac_cv_lib_m_log2=no
11314 fi
11315 rm -f core conftest.err conftest.$ac_objext \
11316 conftest$ac_exeext conftest.$ac_ext
11317 LIBS=$ac_check_lib_save_LIBS
11318 fi
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11320 $as_echo "$ac_cv_lib_m_log2" >&6; }
11321 if test "x$ac_cv_lib_m_log2" = xyes; then :
11322 cat >>confdefs.h <<_ACEOF
11323 #define HAVE_LIBM 1
11324 _ACEOF
11325
11326 LIBS="-lm $LIBS"
11327
11328 fi
11329 ;;
11330 esac
11331 fi
11332
11333
11334
11335 # Check whether --enable-werror was given.
11336 if test "${enable_werror+set}" = set; then :
11337 enableval=$enable_werror; case "${enableval}" in
11338 yes | y) ERROR_ON_WARNING="yes" ;;
11339 no | n) ERROR_ON_WARNING="no" ;;
11340 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11341 esac
11342 fi
11343
11344
11345 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11346 ERROR_ON_WARNING=yes
11347 fi
11348
11349 WERROR_CFLAGS=""
11350 if test "${ERROR_ON_WARNING}" = yes ; then
11351 WERROR_CFLAGS="-Werror"
11352 fi
11353
11354 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11355 -Wpointer-sign \
11356 -Wno-unused -Wunused-value -Wunused-function \
11357 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11358 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11359 -Wold-style-declaration -Wold-style-definition"
11360
11361 # Enable -Wno-format by default when using gcc on mingw since many
11362 # GCC versions complain about %I64.
11363 case "${host}" in
11364 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11365 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11366 esac
11367
11368 # Check whether --enable-build-warnings was given.
11369 if test "${enable_build_warnings+set}" = set; then :
11370 enableval=$enable_build_warnings; case "${enableval}" in
11371 yes) ;;
11372 no) build_warnings="-w";;
11373 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11374 build_warnings="${build_warnings} ${t}";;
11375 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11376 build_warnings="${t} ${build_warnings}";;
11377 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11378 esac
11379 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11380 echo "Setting compiler warning flags = $build_warnings" 6>&1
11381 fi
11382 fi
11383 # Check whether --enable-sim-build-warnings was given.
11384 if test "${enable_sim_build_warnings+set}" = set; then :
11385 enableval=$enable_sim_build_warnings; case "${enableval}" in
11386 yes) ;;
11387 no) build_warnings="-w";;
11388 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11389 build_warnings="${build_warnings} ${t}";;
11390 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11391 build_warnings="${t} ${build_warnings}";;
11392 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11393 esac
11394 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11395 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11396 fi
11397 fi
11398 WARN_CFLAGS=""
11399 if test "x${build_warnings}" != x -a "x$GCC" = xyes
11400 then
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11402 $as_echo_n "checking compiler warning flags... " >&6; }
11403 # Separate out the -Werror flag as some files just cannot be
11404 # compiled with it enabled.
11405 for w in ${build_warnings}; do
11406 case $w in
11407 -Werr*) WERROR_CFLAGS=-Werror ;;
11408 *) # Check that GCC accepts it
11409 saved_CFLAGS="$CFLAGS"
11410 CFLAGS="$CFLAGS -Werror $w"
11411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11412 /* end confdefs.h. */
11413
11414 int
11415 main ()
11416 {
11417
11418 ;
11419 return 0;
11420 }
11421 _ACEOF
11422 if ac_fn_c_try_compile "$LINENO"; then :
11423 WARN_CFLAGS="${WARN_CFLAGS} $w"
11424 fi
11425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11426 CFLAGS="$saved_CFLAGS"
11427 esac
11428 done
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11430 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11431 fi
11432
11433
11434 cgen_breaks=""
11435 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11436 cgen_breaks="break cgen_rtx_error";
11437 fi
11438
11439 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11440
11441 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11442
11443 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11444
11445 ac_config_commands="$ac_config_commands Makefile"
11446
11447 ac_config_commands="$ac_config_commands stamp-h"
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
11459 cat >confcache <<\_ACEOF
11460 # This file is a shell script that caches the results of configure
11461 # tests run on this system so they can be shared between configure
11462 # scripts and configure runs, see configure's option --config-cache.
11463 # It is not useful on other systems. If it contains results you don't
11464 # want to keep, you may remove or edit it.
11465 #
11466 # config.status only pays attention to the cache file if you give it
11467 # the --recheck option to rerun configure.
11468 #
11469 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11470 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11471 # following values.
11472
11473 _ACEOF
11474
11475 # The following way of writing the cache mishandles newlines in values,
11476 # but we know of no workaround that is simple, portable, and efficient.
11477 # So, we kill variables containing newlines.
11478 # Ultrix sh set writes to stderr and can't be redirected directly,
11479 # and sets the high bit in the cache file unless we assign to the vars.
11480 (
11481 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11482 eval ac_val=\$$ac_var
11483 case $ac_val in #(
11484 *${as_nl}*)
11485 case $ac_var in #(
11486 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11487 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11488 esac
11489 case $ac_var in #(
11490 _ | IFS | as_nl) ;; #(
11491 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11492 *) { eval $ac_var=; unset $ac_var;} ;;
11493 esac ;;
11494 esac
11495 done
11496
11497 (set) 2>&1 |
11498 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11499 *${as_nl}ac_space=\ *)
11500 # `set' does not quote correctly, so add quotes: double-quote
11501 # substitution turns \\\\ into \\, and sed turns \\ into \.
11502 sed -n \
11503 "s/'/'\\\\''/g;
11504 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11505 ;; #(
11506 *)
11507 # `set' quotes correctly as required by POSIX, so do not add quotes.
11508 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11509 ;;
11510 esac |
11511 sort
11512 ) |
11513 sed '
11514 /^ac_cv_env_/b end
11515 t clear
11516 :clear
11517 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11518 t end
11519 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11520 :end' >>confcache
11521 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11522 if test -w "$cache_file"; then
11523 if test "x$cache_file" != "x/dev/null"; then
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11525 $as_echo "$as_me: updating cache $cache_file" >&6;}
11526 if test ! -f "$cache_file" || test -h "$cache_file"; then
11527 cat confcache >"$cache_file"
11528 else
11529 case $cache_file in #(
11530 */* | ?:*)
11531 mv -f confcache "$cache_file"$$ &&
11532 mv -f "$cache_file"$$ "$cache_file" ;; #(
11533 *)
11534 mv -f confcache "$cache_file" ;;
11535 esac
11536 fi
11537 fi
11538 else
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11540 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11541 fi
11542 fi
11543 rm -f confcache
11544
11545 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11546 # Let make expand exec_prefix.
11547 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11548
11549 # Transform confdefs.h into DEFS.
11550 # Protect against shell expansion while executing Makefile rules.
11551 # Protect against Makefile macro expansion.
11552 #
11553 # If the first sed substitution is executed (which looks for macros that
11554 # take arguments), then branch to the quote section. Otherwise,
11555 # look for a macro that doesn't take arguments.
11556 ac_script='
11557 :mline
11558 /\\$/{
11559 N
11560 s,\\\n,,
11561 b mline
11562 }
11563 t clear
11564 :clear
11565 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11566 t quote
11567 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11568 t quote
11569 b any
11570 :quote
11571 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11572 s/\[/\\&/g
11573 s/\]/\\&/g
11574 s/\$/$$/g
11575 H
11576 :any
11577 ${
11578 g
11579 s/^\n//
11580 s/\n/ /g
11581 p
11582 }
11583 '
11584 DEFS=`sed -n "$ac_script" confdefs.h`
11585
11586
11587 ac_libobjs=
11588 ac_ltlibobjs=
11589 U=
11590 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11591 # 1. Remove the extension, and $U if already installed.
11592 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11593 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11594 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11595 # will be set to the directory where LIBOBJS objects are built.
11596 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11597 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11598 done
11599 LIBOBJS=$ac_libobjs
11600
11601 LTLIBOBJS=$ac_ltlibobjs
11602
11603
11604
11605 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11606 as_fn_error $? "conditional \"PLUGINS\" was never defined.
11607 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11608 fi
11609 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11610 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11611 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11612 fi
11613
11614 : "${CONFIG_STATUS=./config.status}"
11615 ac_write_fail=0
11616 ac_clean_files_save=$ac_clean_files
11617 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11619 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11620 as_write_fail=0
11621 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11622 #! $SHELL
11623 # Generated by $as_me.
11624 # Run this file to recreate the current configuration.
11625 # Compiler output produced by configure, useful for debugging
11626 # configure, is in config.log if it exists.
11627
11628 debug=false
11629 ac_cs_recheck=false
11630 ac_cs_silent=false
11631
11632 SHELL=\${CONFIG_SHELL-$SHELL}
11633 export SHELL
11634 _ASEOF
11635 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11636 ## -------------------- ##
11637 ## M4sh Initialization. ##
11638 ## -------------------- ##
11639
11640 # Be more Bourne compatible
11641 DUALCASE=1; export DUALCASE # for MKS sh
11642 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11643 emulate sh
11644 NULLCMD=:
11645 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11646 # is contrary to our usage. Disable this feature.
11647 alias -g '${1+"$@"}'='"$@"'
11648 setopt NO_GLOB_SUBST
11649 else
11650 case `(set -o) 2>/dev/null` in #(
11651 *posix*) :
11652 set -o posix ;; #(
11653 *) :
11654 ;;
11655 esac
11656 fi
11657
11658
11659 as_nl='
11660 '
11661 export as_nl
11662 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11663 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11664 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11665 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11666 # Prefer a ksh shell builtin over an external printf program on Solaris,
11667 # but without wasting forks for bash or zsh.
11668 if test -z "$BASH_VERSION$ZSH_VERSION" \
11669 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11670 as_echo='print -r --'
11671 as_echo_n='print -rn --'
11672 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11673 as_echo='printf %s\n'
11674 as_echo_n='printf %s'
11675 else
11676 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11677 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11678 as_echo_n='/usr/ucb/echo -n'
11679 else
11680 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11681 as_echo_n_body='eval
11682 arg=$1;
11683 case $arg in #(
11684 *"$as_nl"*)
11685 expr "X$arg" : "X\\(.*\\)$as_nl";
11686 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11687 esac;
11688 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11689 '
11690 export as_echo_n_body
11691 as_echo_n='sh -c $as_echo_n_body as_echo'
11692 fi
11693 export as_echo_body
11694 as_echo='sh -c $as_echo_body as_echo'
11695 fi
11696
11697 # The user is always right.
11698 if test "${PATH_SEPARATOR+set}" != set; then
11699 PATH_SEPARATOR=:
11700 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11701 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11702 PATH_SEPARATOR=';'
11703 }
11704 fi
11705
11706
11707 # IFS
11708 # We need space, tab and new line, in precisely that order. Quoting is
11709 # there to prevent editors from complaining about space-tab.
11710 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11711 # splitting by setting IFS to empty value.)
11712 IFS=" "" $as_nl"
11713
11714 # Find who we are. Look in the path if we contain no directory separator.
11715 as_myself=
11716 case $0 in #((
11717 *[\\/]* ) as_myself=$0 ;;
11718 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11719 for as_dir in $PATH
11720 do
11721 IFS=$as_save_IFS
11722 test -z "$as_dir" && as_dir=.
11723 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11724 done
11725 IFS=$as_save_IFS
11726
11727 ;;
11728 esac
11729 # We did not find ourselves, most probably we were run as `sh COMMAND'
11730 # in which case we are not to be found in the path.
11731 if test "x$as_myself" = x; then
11732 as_myself=$0
11733 fi
11734 if test ! -f "$as_myself"; then
11735 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11736 exit 1
11737 fi
11738
11739 # Unset variables that we do not need and which cause bugs (e.g. in
11740 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11741 # suppresses any "Segmentation fault" message there. '((' could
11742 # trigger a bug in pdksh 5.2.14.
11743 for as_var in BASH_ENV ENV MAIL MAILPATH
11744 do eval test x\${$as_var+set} = xset \
11745 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11746 done
11747 PS1='$ '
11748 PS2='> '
11749 PS4='+ '
11750
11751 # NLS nuisances.
11752 LC_ALL=C
11753 export LC_ALL
11754 LANGUAGE=C
11755 export LANGUAGE
11756
11757 # CDPATH.
11758 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11759
11760
11761 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11762 # ----------------------------------------
11763 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11764 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11765 # script with STATUS, using 1 if that was 0.
11766 as_fn_error ()
11767 {
11768 as_status=$1; test $as_status -eq 0 && as_status=1
11769 if test "$4"; then
11770 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11771 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11772 fi
11773 $as_echo "$as_me: error: $2" >&2
11774 as_fn_exit $as_status
11775 } # as_fn_error
11776
11777
11778 # as_fn_set_status STATUS
11779 # -----------------------
11780 # Set $? to STATUS, without forking.
11781 as_fn_set_status ()
11782 {
11783 return $1
11784 } # as_fn_set_status
11785
11786 # as_fn_exit STATUS
11787 # -----------------
11788 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11789 as_fn_exit ()
11790 {
11791 set +e
11792 as_fn_set_status $1
11793 exit $1
11794 } # as_fn_exit
11795
11796 # as_fn_unset VAR
11797 # ---------------
11798 # Portably unset VAR.
11799 as_fn_unset ()
11800 {
11801 { eval $1=; unset $1;}
11802 }
11803 as_unset=as_fn_unset
11804 # as_fn_append VAR VALUE
11805 # ----------------------
11806 # Append the text in VALUE to the end of the definition contained in VAR. Take
11807 # advantage of any shell optimizations that allow amortized linear growth over
11808 # repeated appends, instead of the typical quadratic growth present in naive
11809 # implementations.
11810 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11811 eval 'as_fn_append ()
11812 {
11813 eval $1+=\$2
11814 }'
11815 else
11816 as_fn_append ()
11817 {
11818 eval $1=\$$1\$2
11819 }
11820 fi # as_fn_append
11821
11822 # as_fn_arith ARG...
11823 # ------------------
11824 # Perform arithmetic evaluation on the ARGs, and store the result in the
11825 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11826 # must be portable across $(()) and expr.
11827 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11828 eval 'as_fn_arith ()
11829 {
11830 as_val=$(( $* ))
11831 }'
11832 else
11833 as_fn_arith ()
11834 {
11835 as_val=`expr "$@" || test $? -eq 1`
11836 }
11837 fi # as_fn_arith
11838
11839
11840 if expr a : '\(a\)' >/dev/null 2>&1 &&
11841 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11842 as_expr=expr
11843 else
11844 as_expr=false
11845 fi
11846
11847 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11848 as_basename=basename
11849 else
11850 as_basename=false
11851 fi
11852
11853 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11854 as_dirname=dirname
11855 else
11856 as_dirname=false
11857 fi
11858
11859 as_me=`$as_basename -- "$0" ||
11860 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11861 X"$0" : 'X\(//\)$' \| \
11862 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11863 $as_echo X/"$0" |
11864 sed '/^.*\/\([^/][^/]*\)\/*$/{
11865 s//\1/
11866 q
11867 }
11868 /^X\/\(\/\/\)$/{
11869 s//\1/
11870 q
11871 }
11872 /^X\/\(\/\).*/{
11873 s//\1/
11874 q
11875 }
11876 s/.*/./; q'`
11877
11878 # Avoid depending upon Character Ranges.
11879 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11880 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11881 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11882 as_cr_digits='0123456789'
11883 as_cr_alnum=$as_cr_Letters$as_cr_digits
11884
11885 ECHO_C= ECHO_N= ECHO_T=
11886 case `echo -n x` in #(((((
11887 -n*)
11888 case `echo 'xy\c'` in
11889 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11890 xy) ECHO_C='\c';;
11891 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11892 ECHO_T=' ';;
11893 esac;;
11894 *)
11895 ECHO_N='-n';;
11896 esac
11897
11898 rm -f conf$$ conf$$.exe conf$$.file
11899 if test -d conf$$.dir; then
11900 rm -f conf$$.dir/conf$$.file
11901 else
11902 rm -f conf$$.dir
11903 mkdir conf$$.dir 2>/dev/null
11904 fi
11905 if (echo >conf$$.file) 2>/dev/null; then
11906 if ln -s conf$$.file conf$$ 2>/dev/null; then
11907 as_ln_s='ln -s'
11908 # ... but there are two gotchas:
11909 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11910 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11911 # In both cases, we have to default to `cp -pR'.
11912 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11913 as_ln_s='cp -pR'
11914 elif ln conf$$.file conf$$ 2>/dev/null; then
11915 as_ln_s=ln
11916 else
11917 as_ln_s='cp -pR'
11918 fi
11919 else
11920 as_ln_s='cp -pR'
11921 fi
11922 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11923 rmdir conf$$.dir 2>/dev/null
11924
11925
11926 # as_fn_mkdir_p
11927 # -------------
11928 # Create "$as_dir" as a directory, including parents if necessary.
11929 as_fn_mkdir_p ()
11930 {
11931
11932 case $as_dir in #(
11933 -*) as_dir=./$as_dir;;
11934 esac
11935 test -d "$as_dir" || eval $as_mkdir_p || {
11936 as_dirs=
11937 while :; do
11938 case $as_dir in #(
11939 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11940 *) as_qdir=$as_dir;;
11941 esac
11942 as_dirs="'$as_qdir' $as_dirs"
11943 as_dir=`$as_dirname -- "$as_dir" ||
11944 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11945 X"$as_dir" : 'X\(//\)[^/]' \| \
11946 X"$as_dir" : 'X\(//\)$' \| \
11947 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11948 $as_echo X"$as_dir" |
11949 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11950 s//\1/
11951 q
11952 }
11953 /^X\(\/\/\)[^/].*/{
11954 s//\1/
11955 q
11956 }
11957 /^X\(\/\/\)$/{
11958 s//\1/
11959 q
11960 }
11961 /^X\(\/\).*/{
11962 s//\1/
11963 q
11964 }
11965 s/.*/./; q'`
11966 test -d "$as_dir" && break
11967 done
11968 test -z "$as_dirs" || eval "mkdir $as_dirs"
11969 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11970
11971
11972 } # as_fn_mkdir_p
11973 if mkdir -p . 2>/dev/null; then
11974 as_mkdir_p='mkdir -p "$as_dir"'
11975 else
11976 test -d ./-p && rmdir ./-p
11977 as_mkdir_p=false
11978 fi
11979
11980
11981 # as_fn_executable_p FILE
11982 # -----------------------
11983 # Test if FILE is an executable regular file.
11984 as_fn_executable_p ()
11985 {
11986 test -f "$1" && test -x "$1"
11987 } # as_fn_executable_p
11988 as_test_x='test -x'
11989 as_executable_p=as_fn_executable_p
11990
11991 # Sed expression to map a string onto a valid CPP name.
11992 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11993
11994 # Sed expression to map a string onto a valid variable name.
11995 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11996
11997
11998 exec 6>&1
11999 ## ----------------------------------- ##
12000 ## Main body of $CONFIG_STATUS script. ##
12001 ## ----------------------------------- ##
12002 _ASEOF
12003 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12004
12005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12006 # Save the log message, to keep $0 and so on meaningful, and to
12007 # report actual input values of CONFIG_FILES etc. instead of their
12008 # values after options handling.
12009 ac_log="
12010 This file was extended by $as_me, which was
12011 generated by GNU Autoconf 2.69. Invocation command line was
12012
12013 CONFIG_FILES = $CONFIG_FILES
12014 CONFIG_HEADERS = $CONFIG_HEADERS
12015 CONFIG_LINKS = $CONFIG_LINKS
12016 CONFIG_COMMANDS = $CONFIG_COMMANDS
12017 $ $0 $@
12018
12019 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12020 "
12021
12022 _ACEOF
12023
12024 case $ac_config_files in *"
12025 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12026 esac
12027
12028
12029
12030 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12031 # Files that config.status was made for.
12032 config_files="$ac_config_files"
12033 config_commands="$ac_config_commands"
12034
12035 _ACEOF
12036
12037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12038 ac_cs_usage="\
12039 \`$as_me' instantiates files and other configuration actions
12040 from templates according to the current configuration. Unless the files
12041 and actions are specified as TAGs, all are instantiated by default.
12042
12043 Usage: $0 [OPTION]... [TAG]...
12044
12045 -h, --help print this help, then exit
12046 -V, --version print version number and configuration settings, then exit
12047 --config print configuration, then exit
12048 -q, --quiet, --silent
12049 do not print progress messages
12050 -d, --debug don't remove temporary files
12051 --recheck update $as_me by reconfiguring in the same conditions
12052 --file=FILE[:TEMPLATE]
12053 instantiate the configuration file FILE
12054
12055 Configuration files:
12056 $config_files
12057
12058 Configuration commands:
12059 $config_commands
12060
12061 Report bugs to the package provider."
12062
12063 _ACEOF
12064 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12065 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12066 ac_cs_version="\\
12067 config.status
12068 configured by $0, generated by GNU Autoconf 2.69,
12069 with options \\"\$ac_cs_config\\"
12070
12071 Copyright (C) 2012 Free Software Foundation, Inc.
12072 This config.status script is free software; the Free Software Foundation
12073 gives unlimited permission to copy, distribute and modify it."
12074
12075 ac_pwd='$ac_pwd'
12076 srcdir='$srcdir'
12077 INSTALL='$INSTALL'
12078 AWK='$AWK'
12079 test -n "\$AWK" || AWK=awk
12080 _ACEOF
12081
12082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12083 # The default lists apply if the user does not specify any file.
12084 ac_need_defaults=:
12085 while test $# != 0
12086 do
12087 case $1 in
12088 --*=?*)
12089 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12090 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12091 ac_shift=:
12092 ;;
12093 --*=)
12094 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12095 ac_optarg=
12096 ac_shift=:
12097 ;;
12098 *)
12099 ac_option=$1
12100 ac_optarg=$2
12101 ac_shift=shift
12102 ;;
12103 esac
12104
12105 case $ac_option in
12106 # Handling of the options.
12107 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12108 ac_cs_recheck=: ;;
12109 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12110 $as_echo "$ac_cs_version"; exit ;;
12111 --config | --confi | --conf | --con | --co | --c )
12112 $as_echo "$ac_cs_config"; exit ;;
12113 --debug | --debu | --deb | --de | --d | -d )
12114 debug=: ;;
12115 --file | --fil | --fi | --f )
12116 $ac_shift
12117 case $ac_optarg in
12118 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12119 '') as_fn_error $? "missing file argument" ;;
12120 esac
12121 as_fn_append CONFIG_FILES " '$ac_optarg'"
12122 ac_need_defaults=false;;
12123 --he | --h | --help | --hel | -h )
12124 $as_echo "$ac_cs_usage"; exit ;;
12125 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12126 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12127 ac_cs_silent=: ;;
12128
12129 # This is an error.
12130 -*) as_fn_error $? "unrecognized option: \`$1'
12131 Try \`$0 --help' for more information." ;;
12132
12133 *) as_fn_append ac_config_targets " $1"
12134 ac_need_defaults=false ;;
12135
12136 esac
12137 shift
12138 done
12139
12140 ac_configure_extra_args=
12141
12142 if $ac_cs_silent; then
12143 exec 6>/dev/null
12144 ac_configure_extra_args="$ac_configure_extra_args --silent"
12145 fi
12146
12147 _ACEOF
12148 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12149 if \$ac_cs_recheck; then
12150 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12151 shift
12152 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12153 CONFIG_SHELL='$SHELL'
12154 export CONFIG_SHELL
12155 exec "\$@"
12156 fi
12157
12158 _ACEOF
12159 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12160 exec 5>>config.log
12161 {
12162 echo
12163 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12164 ## Running $as_me. ##
12165 _ASBOX
12166 $as_echo "$ac_log"
12167 } >&5
12168
12169 _ACEOF
12170 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12171 #
12172 # INIT-COMMANDS
12173 #
12174 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12175
12176
12177 # The HP-UX ksh and POSIX shell print the target directory to stdout
12178 # if CDPATH is set.
12179 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12180
12181 sed_quote_subst='$sed_quote_subst'
12182 double_quote_subst='$double_quote_subst'
12183 delay_variable_subst='$delay_variable_subst'
12184 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12185 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12186 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12187 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12188 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12189 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12190 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12191 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12192 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12193 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12194 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12195 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12196 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12197 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12198 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12199 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12200 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12201 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12202 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12203 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12204 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12205 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12206 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12207 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12208 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12209 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12210 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12211 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12212 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12213 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12214 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12215 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12216 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12217 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12218 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12219 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12220 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12221 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12222 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12223 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12224 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12225 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12226 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12227 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12228 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12229 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12230 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12231 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12232 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"`'
12233 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12234 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12235 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12236 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12237 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12238 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12239 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12240 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12241 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12242 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12243 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12244 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12245 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12246 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12247 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12248 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12249 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12250 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12251 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12252 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12253 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12254 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12255 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12256 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12257 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12258 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12259 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12260 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12261 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12262 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12263 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12264 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12265 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12266 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12267 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12268 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12269 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12270 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12271 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12272 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12273 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12274 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12275 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12276 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12277 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12278 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12279 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12280 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12281 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12282 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12283 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12284 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12285 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12286 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12287 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12288 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12289 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12290 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12291 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12292 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12293 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12294 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12295 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12296 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12297 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12298 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12299 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12300 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12301 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12302 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12303 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12304
12305 LTCC='$LTCC'
12306 LTCFLAGS='$LTCFLAGS'
12307 compiler='$compiler_DEFAULT'
12308
12309 # A function that is used when there is no print builtin or printf.
12310 func_fallback_echo ()
12311 {
12312 eval 'cat <<_LTECHO_EOF
12313 \$1
12314 _LTECHO_EOF'
12315 }
12316
12317 # Quote evaled strings.
12318 for var in SHELL \
12319 ECHO \
12320 SED \
12321 GREP \
12322 EGREP \
12323 FGREP \
12324 LD \
12325 NM \
12326 LN_S \
12327 lt_SP2NL \
12328 lt_NL2SP \
12329 reload_flag \
12330 OBJDUMP \
12331 deplibs_check_method \
12332 file_magic_cmd \
12333 AR \
12334 AR_FLAGS \
12335 STRIP \
12336 RANLIB \
12337 CC \
12338 CFLAGS \
12339 compiler \
12340 lt_cv_sys_global_symbol_pipe \
12341 lt_cv_sys_global_symbol_to_cdecl \
12342 lt_cv_sys_global_symbol_to_c_name_address \
12343 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12344 lt_prog_compiler_no_builtin_flag \
12345 lt_prog_compiler_wl \
12346 lt_prog_compiler_pic \
12347 lt_prog_compiler_static \
12348 lt_cv_prog_compiler_c_o \
12349 need_locks \
12350 DSYMUTIL \
12351 NMEDIT \
12352 LIPO \
12353 OTOOL \
12354 OTOOL64 \
12355 shrext_cmds \
12356 export_dynamic_flag_spec \
12357 whole_archive_flag_spec \
12358 compiler_needs_object \
12359 with_gnu_ld \
12360 allow_undefined_flag \
12361 no_undefined_flag \
12362 hardcode_libdir_flag_spec \
12363 hardcode_libdir_flag_spec_ld \
12364 hardcode_libdir_separator \
12365 fix_srcfile_path \
12366 exclude_expsyms \
12367 include_expsyms \
12368 file_list_spec \
12369 variables_saved_for_relink \
12370 libname_spec \
12371 library_names_spec \
12372 soname_spec \
12373 install_override_mode \
12374 finish_eval \
12375 old_striplib \
12376 striplib; do
12377 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12378 *[\\\\\\\`\\"\\\$]*)
12379 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12380 ;;
12381 *)
12382 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12383 ;;
12384 esac
12385 done
12386
12387 # Double-quote double-evaled strings.
12388 for var in reload_cmds \
12389 old_postinstall_cmds \
12390 old_postuninstall_cmds \
12391 old_archive_cmds \
12392 extract_expsyms_cmds \
12393 old_archive_from_new_cmds \
12394 old_archive_from_expsyms_cmds \
12395 archive_cmds \
12396 archive_expsym_cmds \
12397 module_cmds \
12398 module_expsym_cmds \
12399 export_symbols_cmds \
12400 prelink_cmds \
12401 postinstall_cmds \
12402 postuninstall_cmds \
12403 finish_cmds \
12404 sys_lib_search_path_spec \
12405 sys_lib_dlsearch_path_spec; do
12406 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12407 *[\\\\\\\`\\"\\\$]*)
12408 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12409 ;;
12410 *)
12411 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12412 ;;
12413 esac
12414 done
12415
12416 ac_aux_dir='$ac_aux_dir'
12417 xsi_shell='$xsi_shell'
12418 lt_shell_append='$lt_shell_append'
12419
12420 # See if we are running on zsh, and set the options which allow our
12421 # commands through without removal of \ escapes INIT.
12422 if test -n "\${ZSH_VERSION+set}" ; then
12423 setopt NO_GLOB_SUBST
12424 fi
12425
12426
12427 PACKAGE='$PACKAGE'
12428 VERSION='$VERSION'
12429 TIMESTAMP='$TIMESTAMP'
12430 RM='$RM'
12431 ofile='$ofile'
12432
12433
12434
12435
12436 _ACEOF
12437
12438 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12439
12440 # Handling of arguments.
12441 for ac_config_target in $ac_config_targets
12442 do
12443 case $ac_config_target in
12444 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
12445 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12446 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12447 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12448 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12449 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12450 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12451
12452 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12453 esac
12454 done
12455
12456
12457 # If the user did not use the arguments to specify the items to instantiate,
12458 # then the envvar interface is used. Set only those that are not.
12459 # We use the long form for the default assignment because of an extremely
12460 # bizarre bug on SunOS 4.1.3.
12461 if $ac_need_defaults; then
12462 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12463 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12464 fi
12465
12466 # Have a temporary directory for convenience. Make it in the build tree
12467 # simply because there is no reason against having it here, and in addition,
12468 # creating and moving files from /tmp can sometimes cause problems.
12469 # Hook for its removal unless debugging.
12470 # Note that there is a small window in which the directory will not be cleaned:
12471 # after its creation but before its name has been assigned to `$tmp'.
12472 $debug ||
12473 {
12474 tmp= ac_tmp=
12475 trap 'exit_status=$?
12476 : "${ac_tmp:=$tmp}"
12477 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12478 ' 0
12479 trap 'as_fn_exit 1' 1 2 13 15
12480 }
12481 # Create a (secure) tmp directory for tmp files.
12482
12483 {
12484 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12485 test -d "$tmp"
12486 } ||
12487 {
12488 tmp=./conf$$-$RANDOM
12489 (umask 077 && mkdir "$tmp")
12490 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12491 ac_tmp=$tmp
12492
12493 # Set up the scripts for CONFIG_FILES section.
12494 # No need to generate them if there are no CONFIG_FILES.
12495 # This happens for instance with `./config.status config.h'.
12496 if test -n "$CONFIG_FILES"; then
12497
12498
12499 ac_cr=`echo X | tr X '\015'`
12500 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12501 # But we know of no other shell where ac_cr would be empty at this
12502 # point, so we can use a bashism as a fallback.
12503 if test "x$ac_cr" = x; then
12504 eval ac_cr=\$\'\\r\'
12505 fi
12506 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12507 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12508 ac_cs_awk_cr='\\r'
12509 else
12510 ac_cs_awk_cr=$ac_cr
12511 fi
12512
12513 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12514 _ACEOF
12515
12516
12517 {
12518 echo "cat >conf$$subs.awk <<_ACEOF" &&
12519 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12520 echo "_ACEOF"
12521 } >conf$$subs.sh ||
12522 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12523 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12524 ac_delim='%!_!# '
12525 for ac_last_try in false false false false false :; do
12526 . ./conf$$subs.sh ||
12527 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12528
12529 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12530 if test $ac_delim_n = $ac_delim_num; then
12531 break
12532 elif $ac_last_try; then
12533 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12534 else
12535 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12536 fi
12537 done
12538 rm -f conf$$subs.sh
12539
12540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12541 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12542 _ACEOF
12543 sed -n '
12544 h
12545 s/^/S["/; s/!.*/"]=/
12546 p
12547 g
12548 s/^[^!]*!//
12549 :repl
12550 t repl
12551 s/'"$ac_delim"'$//
12552 t delim
12553 :nl
12554 h
12555 s/\(.\{148\}\)..*/\1/
12556 t more1
12557 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12558 p
12559 n
12560 b repl
12561 :more1
12562 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12563 p
12564 g
12565 s/.\{148\}//
12566 t nl
12567 :delim
12568 h
12569 s/\(.\{148\}\)..*/\1/
12570 t more2
12571 s/["\\]/\\&/g; s/^/"/; s/$/"/
12572 p
12573 b
12574 :more2
12575 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12576 p
12577 g
12578 s/.\{148\}//
12579 t delim
12580 ' <conf$$subs.awk | sed '
12581 /^[^""]/{
12582 N
12583 s/\n//
12584 }
12585 ' >>$CONFIG_STATUS || ac_write_fail=1
12586 rm -f conf$$subs.awk
12587 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12588 _ACAWK
12589 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12590 for (key in S) S_is_set[key] = 1
12591 FS = "\a"
12592
12593 }
12594 {
12595 line = $ 0
12596 nfields = split(line, field, "@")
12597 substed = 0
12598 len = length(field[1])
12599 for (i = 2; i < nfields; i++) {
12600 key = field[i]
12601 keylen = length(key)
12602 if (S_is_set[key]) {
12603 value = S[key]
12604 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12605 len += length(value) + length(field[++i])
12606 substed = 1
12607 } else
12608 len += 1 + keylen
12609 }
12610
12611 print line
12612 }
12613
12614 _ACAWK
12615 _ACEOF
12616 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12617 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12618 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12619 else
12620 cat
12621 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12622 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12623 _ACEOF
12624
12625 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12626 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12627 # trailing colons and then remove the whole line if VPATH becomes empty
12628 # (actually we leave an empty line to preserve line numbers).
12629 if test "x$srcdir" = x.; then
12630 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12631 h
12632 s///
12633 s/^/:/
12634 s/[ ]*$/:/
12635 s/:\$(srcdir):/:/g
12636 s/:\${srcdir}:/:/g
12637 s/:@srcdir@:/:/g
12638 s/^:*//
12639 s/:*$//
12640 x
12641 s/\(=[ ]*\).*/\1/
12642 G
12643 s/\n//
12644 s/^[^=]*=[ ]*$//
12645 }'
12646 fi
12647
12648 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12649 fi # test -n "$CONFIG_FILES"
12650
12651
12652 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
12653 shift
12654 for ac_tag
12655 do
12656 case $ac_tag in
12657 :[FHLC]) ac_mode=$ac_tag; continue;;
12658 esac
12659 case $ac_mode$ac_tag in
12660 :[FHL]*:*);;
12661 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
12662 :[FH]-) ac_tag=-:-;;
12663 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12664 esac
12665 ac_save_IFS=$IFS
12666 IFS=:
12667 set x $ac_tag
12668 IFS=$ac_save_IFS
12669 shift
12670 ac_file=$1
12671 shift
12672
12673 case $ac_mode in
12674 :L) ac_source=$1;;
12675 :[FH])
12676 ac_file_inputs=
12677 for ac_f
12678 do
12679 case $ac_f in
12680 -) ac_f="$ac_tmp/stdin";;
12681 *) # Look for the file first in the build tree, then in the source tree
12682 # (if the path is not absolute). The absolute path cannot be DOS-style,
12683 # because $ac_f cannot contain `:'.
12684 test -f "$ac_f" ||
12685 case $ac_f in
12686 [\\/$]*) false;;
12687 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12688 esac ||
12689 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12690 esac
12691 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12692 as_fn_append ac_file_inputs " '$ac_f'"
12693 done
12694
12695 # Let's still pretend it is `configure' which instantiates (i.e., don't
12696 # use $as_me), people would be surprised to read:
12697 # /* config.h. Generated by config.status. */
12698 configure_input='Generated from '`
12699 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12700 `' by configure.'
12701 if test x"$ac_file" != x-; then
12702 configure_input="$ac_file. $configure_input"
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12704 $as_echo "$as_me: creating $ac_file" >&6;}
12705 fi
12706 # Neutralize special characters interpreted by sed in replacement strings.
12707 case $configure_input in #(
12708 *\&* | *\|* | *\\* )
12709 ac_sed_conf_input=`$as_echo "$configure_input" |
12710 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12711 *) ac_sed_conf_input=$configure_input;;
12712 esac
12713
12714 case $ac_tag in
12715 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12716 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12717 esac
12718 ;;
12719 esac
12720
12721 ac_dir=`$as_dirname -- "$ac_file" ||
12722 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12723 X"$ac_file" : 'X\(//\)[^/]' \| \
12724 X"$ac_file" : 'X\(//\)$' \| \
12725 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12726 $as_echo X"$ac_file" |
12727 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12728 s//\1/
12729 q
12730 }
12731 /^X\(\/\/\)[^/].*/{
12732 s//\1/
12733 q
12734 }
12735 /^X\(\/\/\)$/{
12736 s//\1/
12737 q
12738 }
12739 /^X\(\/\).*/{
12740 s//\1/
12741 q
12742 }
12743 s/.*/./; q'`
12744 as_dir="$ac_dir"; as_fn_mkdir_p
12745 ac_builddir=.
12746
12747 case "$ac_dir" in
12748 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12749 *)
12750 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12751 # A ".." for each directory in $ac_dir_suffix.
12752 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12753 case $ac_top_builddir_sub in
12754 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12755 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12756 esac ;;
12757 esac
12758 ac_abs_top_builddir=$ac_pwd
12759 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12760 # for backward compatibility:
12761 ac_top_builddir=$ac_top_build_prefix
12762
12763 case $srcdir in
12764 .) # We are building in place.
12765 ac_srcdir=.
12766 ac_top_srcdir=$ac_top_builddir_sub
12767 ac_abs_top_srcdir=$ac_pwd ;;
12768 [\\/]* | ?:[\\/]* ) # Absolute name.
12769 ac_srcdir=$srcdir$ac_dir_suffix;
12770 ac_top_srcdir=$srcdir
12771 ac_abs_top_srcdir=$srcdir ;;
12772 *) # Relative name.
12773 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12774 ac_top_srcdir=$ac_top_build_prefix$srcdir
12775 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12776 esac
12777 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12778
12779
12780 case $ac_mode in
12781 :F)
12782 #
12783 # CONFIG_FILE
12784 #
12785
12786 case $INSTALL in
12787 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12788 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12789 esac
12790 _ACEOF
12791
12792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12793 # If the template does not know about datarootdir, expand it.
12794 # FIXME: This hack should be removed a few years after 2.60.
12795 ac_datarootdir_hack=; ac_datarootdir_seen=
12796 ac_sed_dataroot='
12797 /datarootdir/ {
12798 p
12799 q
12800 }
12801 /@datadir@/p
12802 /@docdir@/p
12803 /@infodir@/p
12804 /@localedir@/p
12805 /@mandir@/p'
12806 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12807 *datarootdir*) ac_datarootdir_seen=yes;;
12808 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12810 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12811 _ACEOF
12812 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12813 ac_datarootdir_hack='
12814 s&@datadir@&$datadir&g
12815 s&@docdir@&$docdir&g
12816 s&@infodir@&$infodir&g
12817 s&@localedir@&$localedir&g
12818 s&@mandir@&$mandir&g
12819 s&\\\${datarootdir}&$datarootdir&g' ;;
12820 esac
12821 _ACEOF
12822
12823 # Neutralize VPATH when `$srcdir' = `.'.
12824 # Shell code in configure.ac might set extrasub.
12825 # FIXME: do we really want to maintain this feature?
12826 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12827 ac_sed_extra="$ac_vpsub
12828 $extrasub
12829 _ACEOF
12830 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12831 :t
12832 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12833 s|@configure_input@|$ac_sed_conf_input|;t t
12834 s&@top_builddir@&$ac_top_builddir_sub&;t t
12835 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12836 s&@srcdir@&$ac_srcdir&;t t
12837 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12838 s&@top_srcdir@&$ac_top_srcdir&;t t
12839 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12840 s&@builddir@&$ac_builddir&;t t
12841 s&@abs_builddir@&$ac_abs_builddir&;t t
12842 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12843 s&@INSTALL@&$ac_INSTALL&;t t
12844 $ac_datarootdir_hack
12845 "
12846 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12847 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12848
12849 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12850 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12851 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12852 "$ac_tmp/out"`; test -z "$ac_out"; } &&
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12854 which seems to be undefined. Please make sure it is defined" >&5
12855 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12856 which seems to be undefined. Please make sure it is defined" >&2;}
12857
12858 rm -f "$ac_tmp/stdin"
12859 case $ac_file in
12860 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12861 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
12862 esac \
12863 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12864 ;;
12865
12866
12867 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12868 $as_echo "$as_me: executing $ac_file commands" >&6;}
12869 ;;
12870 esac
12871
12872
12873 case $ac_file$ac_mode in
12874 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
12875 "libtool":C)
12876
12877 # See if we are running on zsh, and set the options which allow our
12878 # commands through without removal of \ escapes.
12879 if test -n "${ZSH_VERSION+set}" ; then
12880 setopt NO_GLOB_SUBST
12881 fi
12882
12883 cfgfile="${ofile}T"
12884 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12885 $RM "$cfgfile"
12886
12887 cat <<_LT_EOF >> "$cfgfile"
12888 #! $SHELL
12889
12890 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12891 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12892 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12893 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12894 #
12895 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12896 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12897 # Written by Gordon Matzigkeit, 1996
12898 #
12899 # This file is part of GNU Libtool.
12900 #
12901 # GNU Libtool is free software; you can redistribute it and/or
12902 # modify it under the terms of the GNU General Public License as
12903 # published by the Free Software Foundation; either version 2 of
12904 # the License, or (at your option) any later version.
12905 #
12906 # As a special exception to the GNU General Public License,
12907 # if you distribute this file as part of a program or library that
12908 # is built using GNU Libtool, you may include this file under the
12909 # same distribution terms that you use for the rest of that program.
12910 #
12911 # GNU Libtool is distributed in the hope that it will be useful,
12912 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12913 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12914 # GNU General Public License for more details.
12915 #
12916 # You should have received a copy of the GNU General Public License
12917 # along with GNU Libtool; see the file COPYING. If not, a copy
12918 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12919 # obtained by writing to the Free Software Foundation, Inc.,
12920 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12921
12922
12923 # The names of the tagged configurations supported by this script.
12924 available_tags=""
12925
12926 # ### BEGIN LIBTOOL CONFIG
12927
12928 # Which release of libtool.m4 was used?
12929 macro_version=$macro_version
12930 macro_revision=$macro_revision
12931
12932 # Whether or not to build shared libraries.
12933 build_libtool_libs=$enable_shared
12934
12935 # Whether or not to build static libraries.
12936 build_old_libs=$enable_static
12937
12938 # What type of objects to build.
12939 pic_mode=$pic_mode
12940
12941 # Whether or not to optimize for fast installation.
12942 fast_install=$enable_fast_install
12943
12944 # Shell to use when invoking shell scripts.
12945 SHELL=$lt_SHELL
12946
12947 # An echo program that protects backslashes.
12948 ECHO=$lt_ECHO
12949
12950 # The host system.
12951 host_alias=$host_alias
12952 host=$host
12953 host_os=$host_os
12954
12955 # The build system.
12956 build_alias=$build_alias
12957 build=$build
12958 build_os=$build_os
12959
12960 # A sed program that does not truncate output.
12961 SED=$lt_SED
12962
12963 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12964 Xsed="\$SED -e 1s/^X//"
12965
12966 # A grep program that handles long lines.
12967 GREP=$lt_GREP
12968
12969 # An ERE matcher.
12970 EGREP=$lt_EGREP
12971
12972 # A literal string matcher.
12973 FGREP=$lt_FGREP
12974
12975 # A BSD- or MS-compatible name lister.
12976 NM=$lt_NM
12977
12978 # Whether we need soft or hard links.
12979 LN_S=$lt_LN_S
12980
12981 # What is the maximum length of a command?
12982 max_cmd_len=$max_cmd_len
12983
12984 # Object file suffix (normally "o").
12985 objext=$ac_objext
12986
12987 # Executable file suffix (normally "").
12988 exeext=$exeext
12989
12990 # whether the shell understands "unset".
12991 lt_unset=$lt_unset
12992
12993 # turn spaces into newlines.
12994 SP2NL=$lt_lt_SP2NL
12995
12996 # turn newlines into spaces.
12997 NL2SP=$lt_lt_NL2SP
12998
12999 # An object symbol dumper.
13000 OBJDUMP=$lt_OBJDUMP
13001
13002 # Method to check whether dependent libraries are shared objects.
13003 deplibs_check_method=$lt_deplibs_check_method
13004
13005 # Command to use when deplibs_check_method == "file_magic".
13006 file_magic_cmd=$lt_file_magic_cmd
13007
13008 # The archiver.
13009 AR=$lt_AR
13010 AR_FLAGS=$lt_AR_FLAGS
13011
13012 # A symbol stripping program.
13013 STRIP=$lt_STRIP
13014
13015 # Commands used to install an old-style archive.
13016 RANLIB=$lt_RANLIB
13017 old_postinstall_cmds=$lt_old_postinstall_cmds
13018 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13019
13020 # Whether to use a lock for old archive extraction.
13021 lock_old_archive_extraction=$lock_old_archive_extraction
13022
13023 # A C compiler.
13024 LTCC=$lt_CC
13025
13026 # LTCC compiler flags.
13027 LTCFLAGS=$lt_CFLAGS
13028
13029 # Take the output of nm and produce a listing of raw symbols and C names.
13030 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13031
13032 # Transform the output of nm in a proper C declaration.
13033 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13034
13035 # Transform the output of nm in a C name address pair.
13036 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13037
13038 # Transform the output of nm in a C name address pair when lib prefix is needed.
13039 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13040
13041 # The name of the directory that contains temporary libtool files.
13042 objdir=$objdir
13043
13044 # Used to examine libraries when file_magic_cmd begins with "file".
13045 MAGIC_CMD=$MAGIC_CMD
13046
13047 # Must we lock files when doing compilation?
13048 need_locks=$lt_need_locks
13049
13050 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13051 DSYMUTIL=$lt_DSYMUTIL
13052
13053 # Tool to change global to local symbols on Mac OS X.
13054 NMEDIT=$lt_NMEDIT
13055
13056 # Tool to manipulate fat objects and archives on Mac OS X.
13057 LIPO=$lt_LIPO
13058
13059 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13060 OTOOL=$lt_OTOOL
13061
13062 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13063 OTOOL64=$lt_OTOOL64
13064
13065 # Old archive suffix (normally "a").
13066 libext=$libext
13067
13068 # Shared library suffix (normally ".so").
13069 shrext_cmds=$lt_shrext_cmds
13070
13071 # The commands to extract the exported symbol list from a shared archive.
13072 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13073
13074 # Variables whose values should be saved in libtool wrapper scripts and
13075 # restored at link time.
13076 variables_saved_for_relink=$lt_variables_saved_for_relink
13077
13078 # Do we need the "lib" prefix for modules?
13079 need_lib_prefix=$need_lib_prefix
13080
13081 # Do we need a version for libraries?
13082 need_version=$need_version
13083
13084 # Library versioning type.
13085 version_type=$version_type
13086
13087 # Shared library runtime path variable.
13088 runpath_var=$runpath_var
13089
13090 # Shared library path variable.
13091 shlibpath_var=$shlibpath_var
13092
13093 # Is shlibpath searched before the hard-coded library search path?
13094 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13095
13096 # Format of library name prefix.
13097 libname_spec=$lt_libname_spec
13098
13099 # List of archive names. First name is the real one, the rest are links.
13100 # The last name is the one that the linker finds with -lNAME
13101 library_names_spec=$lt_library_names_spec
13102
13103 # The coded name of the library, if different from the real name.
13104 soname_spec=$lt_soname_spec
13105
13106 # Permission mode override for installation of shared libraries.
13107 install_override_mode=$lt_install_override_mode
13108
13109 # Command to use after installation of a shared archive.
13110 postinstall_cmds=$lt_postinstall_cmds
13111
13112 # Command to use after uninstallation of a shared archive.
13113 postuninstall_cmds=$lt_postuninstall_cmds
13114
13115 # Commands used to finish a libtool library installation in a directory.
13116 finish_cmds=$lt_finish_cmds
13117
13118 # As "finish_cmds", except a single script fragment to be evaled but
13119 # not shown.
13120 finish_eval=$lt_finish_eval
13121
13122 # Whether we should hardcode library paths into libraries.
13123 hardcode_into_libs=$hardcode_into_libs
13124
13125 # Compile-time system search path for libraries.
13126 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13127
13128 # Run-time system search path for libraries.
13129 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13130
13131 # Whether dlopen is supported.
13132 dlopen_support=$enable_dlopen
13133
13134 # Whether dlopen of programs is supported.
13135 dlopen_self=$enable_dlopen_self
13136
13137 # Whether dlopen of statically linked programs is supported.
13138 dlopen_self_static=$enable_dlopen_self_static
13139
13140 # Commands to strip libraries.
13141 old_striplib=$lt_old_striplib
13142 striplib=$lt_striplib
13143
13144
13145 # The linker used to build libraries.
13146 LD=$lt_LD
13147
13148 # How to create reloadable object files.
13149 reload_flag=$lt_reload_flag
13150 reload_cmds=$lt_reload_cmds
13151
13152 # Commands used to build an old-style archive.
13153 old_archive_cmds=$lt_old_archive_cmds
13154
13155 # A language specific compiler.
13156 CC=$lt_compiler
13157
13158 # Is the compiler the GNU compiler?
13159 with_gcc=$GCC
13160
13161 # Compiler flag to turn off builtin functions.
13162 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13163
13164 # How to pass a linker flag through the compiler.
13165 wl=$lt_lt_prog_compiler_wl
13166
13167 # Additional compiler flags for building library objects.
13168 pic_flag=$lt_lt_prog_compiler_pic
13169
13170 # Compiler flag to prevent dynamic linking.
13171 link_static_flag=$lt_lt_prog_compiler_static
13172
13173 # Does compiler simultaneously support -c and -o options?
13174 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13175
13176 # Whether or not to add -lc for building shared libraries.
13177 build_libtool_need_lc=$archive_cmds_need_lc
13178
13179 # Whether or not to disallow shared libs when runtime libs are static.
13180 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13181
13182 # Compiler flag to allow reflexive dlopens.
13183 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13184
13185 # Compiler flag to generate shared objects directly from archives.
13186 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13187
13188 # Whether the compiler copes with passing no objects directly.
13189 compiler_needs_object=$lt_compiler_needs_object
13190
13191 # Create an old-style archive from a shared archive.
13192 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13193
13194 # Create a temporary old-style archive to link instead of a shared archive.
13195 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13196
13197 # Commands used to build a shared archive.
13198 archive_cmds=$lt_archive_cmds
13199 archive_expsym_cmds=$lt_archive_expsym_cmds
13200
13201 # Commands used to build a loadable module if different from building
13202 # a shared archive.
13203 module_cmds=$lt_module_cmds
13204 module_expsym_cmds=$lt_module_expsym_cmds
13205
13206 # Whether we are building with GNU ld or not.
13207 with_gnu_ld=$lt_with_gnu_ld
13208
13209 # Flag that allows shared libraries with undefined symbols to be built.
13210 allow_undefined_flag=$lt_allow_undefined_flag
13211
13212 # Flag that enforces no undefined symbols.
13213 no_undefined_flag=$lt_no_undefined_flag
13214
13215 # Flag to hardcode \$libdir into a binary during linking.
13216 # This must work even if \$libdir does not exist
13217 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13218
13219 # If ld is used when linking, flag to hardcode \$libdir into a binary
13220 # during linking. This must work even if \$libdir does not exist.
13221 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13222
13223 # Whether we need a single "-rpath" flag with a separated argument.
13224 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13225
13226 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13227 # DIR into the resulting binary.
13228 hardcode_direct=$hardcode_direct
13229
13230 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13231 # DIR into the resulting binary and the resulting library dependency is
13232 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13233 # library is relocated.
13234 hardcode_direct_absolute=$hardcode_direct_absolute
13235
13236 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13237 # into the resulting binary.
13238 hardcode_minus_L=$hardcode_minus_L
13239
13240 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13241 # into the resulting binary.
13242 hardcode_shlibpath_var=$hardcode_shlibpath_var
13243
13244 # Set to "yes" if building a shared library automatically hardcodes DIR
13245 # into the library and all subsequent libraries and executables linked
13246 # against it.
13247 hardcode_automatic=$hardcode_automatic
13248
13249 # Set to yes if linker adds runtime paths of dependent libraries
13250 # to runtime path list.
13251 inherit_rpath=$inherit_rpath
13252
13253 # Whether libtool must link a program against all its dependency libraries.
13254 link_all_deplibs=$link_all_deplibs
13255
13256 # Fix the shell variable \$srcfile for the compiler.
13257 fix_srcfile_path=$lt_fix_srcfile_path
13258
13259 # Set to "yes" if exported symbols are required.
13260 always_export_symbols=$always_export_symbols
13261
13262 # The commands to list exported symbols.
13263 export_symbols_cmds=$lt_export_symbols_cmds
13264
13265 # Symbols that should not be listed in the preloaded symbols.
13266 exclude_expsyms=$lt_exclude_expsyms
13267
13268 # Symbols that must always be exported.
13269 include_expsyms=$lt_include_expsyms
13270
13271 # Commands necessary for linking programs (against libraries) with templates.
13272 prelink_cmds=$lt_prelink_cmds
13273
13274 # Specify filename containing input files.
13275 file_list_spec=$lt_file_list_spec
13276
13277 # How to hardcode a shared library path into an executable.
13278 hardcode_action=$hardcode_action
13279
13280 # ### END LIBTOOL CONFIG
13281
13282 _LT_EOF
13283
13284 case $host_os in
13285 aix3*)
13286 cat <<\_LT_EOF >> "$cfgfile"
13287 # AIX sometimes has problems with the GCC collect2 program. For some
13288 # reason, if we set the COLLECT_NAMES environment variable, the problems
13289 # vanish in a puff of smoke.
13290 if test "X${COLLECT_NAMES+set}" != Xset; then
13291 COLLECT_NAMES=
13292 export COLLECT_NAMES
13293 fi
13294 _LT_EOF
13295 ;;
13296 esac
13297
13298
13299 ltmain="$ac_aux_dir/ltmain.sh"
13300
13301
13302 # We use sed instead of cat because bash on DJGPP gets confused if
13303 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13304 # text mode, it properly converts lines to CR/LF. This bash problem
13305 # is reportedly fixed, but why not run on old versions too?
13306 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13307 || (rm -f "$cfgfile"; exit 1)
13308
13309 case $xsi_shell in
13310 yes)
13311 cat << \_LT_EOF >> "$cfgfile"
13312
13313 # func_dirname file append nondir_replacement
13314 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13315 # otherwise set result to NONDIR_REPLACEMENT.
13316 func_dirname ()
13317 {
13318 case ${1} in
13319 */*) func_dirname_result="${1%/*}${2}" ;;
13320 * ) func_dirname_result="${3}" ;;
13321 esac
13322 }
13323
13324 # func_basename file
13325 func_basename ()
13326 {
13327 func_basename_result="${1##*/}"
13328 }
13329
13330 # func_dirname_and_basename file append nondir_replacement
13331 # perform func_basename and func_dirname in a single function
13332 # call:
13333 # dirname: Compute the dirname of FILE. If nonempty,
13334 # add APPEND to the result, otherwise set result
13335 # to NONDIR_REPLACEMENT.
13336 # value returned in "$func_dirname_result"
13337 # basename: Compute filename of FILE.
13338 # value retuned in "$func_basename_result"
13339 # Implementation must be kept synchronized with func_dirname
13340 # and func_basename. For efficiency, we do not delegate to
13341 # those functions but instead duplicate the functionality here.
13342 func_dirname_and_basename ()
13343 {
13344 case ${1} in
13345 */*) func_dirname_result="${1%/*}${2}" ;;
13346 * ) func_dirname_result="${3}" ;;
13347 esac
13348 func_basename_result="${1##*/}"
13349 }
13350
13351 # func_stripname prefix suffix name
13352 # strip PREFIX and SUFFIX off of NAME.
13353 # PREFIX and SUFFIX must not contain globbing or regex special
13354 # characters, hashes, percent signs, but SUFFIX may contain a leading
13355 # dot (in which case that matches only a dot).
13356 func_stripname ()
13357 {
13358 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13359 # positional parameters, so assign one to ordinary parameter first.
13360 func_stripname_result=${3}
13361 func_stripname_result=${func_stripname_result#"${1}"}
13362 func_stripname_result=${func_stripname_result%"${2}"}
13363 }
13364
13365 # func_opt_split
13366 func_opt_split ()
13367 {
13368 func_opt_split_opt=${1%%=*}
13369 func_opt_split_arg=${1#*=}
13370 }
13371
13372 # func_lo2o object
13373 func_lo2o ()
13374 {
13375 case ${1} in
13376 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13377 *) func_lo2o_result=${1} ;;
13378 esac
13379 }
13380
13381 # func_xform libobj-or-source
13382 func_xform ()
13383 {
13384 func_xform_result=${1%.*}.lo
13385 }
13386
13387 # func_arith arithmetic-term...
13388 func_arith ()
13389 {
13390 func_arith_result=$(( $* ))
13391 }
13392
13393 # func_len string
13394 # STRING may not start with a hyphen.
13395 func_len ()
13396 {
13397 func_len_result=${#1}
13398 }
13399
13400 _LT_EOF
13401 ;;
13402 *) # Bourne compatible functions.
13403 cat << \_LT_EOF >> "$cfgfile"
13404
13405 # func_dirname file append nondir_replacement
13406 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13407 # otherwise set result to NONDIR_REPLACEMENT.
13408 func_dirname ()
13409 {
13410 # Extract subdirectory from the argument.
13411 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13412 if test "X$func_dirname_result" = "X${1}"; then
13413 func_dirname_result="${3}"
13414 else
13415 func_dirname_result="$func_dirname_result${2}"
13416 fi
13417 }
13418
13419 # func_basename file
13420 func_basename ()
13421 {
13422 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13423 }
13424
13425
13426 # func_stripname prefix suffix name
13427 # strip PREFIX and SUFFIX off of NAME.
13428 # PREFIX and SUFFIX must not contain globbing or regex special
13429 # characters, hashes, percent signs, but SUFFIX may contain a leading
13430 # dot (in which case that matches only a dot).
13431 # func_strip_suffix prefix name
13432 func_stripname ()
13433 {
13434 case ${2} in
13435 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13436 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13437 esac
13438 }
13439
13440 # sed scripts:
13441 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13442 my_sed_long_arg='1s/^-[^=]*=//'
13443
13444 # func_opt_split
13445 func_opt_split ()
13446 {
13447 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13448 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13449 }
13450
13451 # func_lo2o object
13452 func_lo2o ()
13453 {
13454 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13455 }
13456
13457 # func_xform libobj-or-source
13458 func_xform ()
13459 {
13460 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13461 }
13462
13463 # func_arith arithmetic-term...
13464 func_arith ()
13465 {
13466 func_arith_result=`expr "$@"`
13467 }
13468
13469 # func_len string
13470 # STRING may not start with a hyphen.
13471 func_len ()
13472 {
13473 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13474 }
13475
13476 _LT_EOF
13477 esac
13478
13479 case $lt_shell_append in
13480 yes)
13481 cat << \_LT_EOF >> "$cfgfile"
13482
13483 # func_append var value
13484 # Append VALUE to the end of shell variable VAR.
13485 func_append ()
13486 {
13487 eval "$1+=\$2"
13488 }
13489 _LT_EOF
13490 ;;
13491 *)
13492 cat << \_LT_EOF >> "$cfgfile"
13493
13494 # func_append var value
13495 # Append VALUE to the end of shell variable VAR.
13496 func_append ()
13497 {
13498 eval "$1=\$$1\$2"
13499 }
13500
13501 _LT_EOF
13502 ;;
13503 esac
13504
13505
13506 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13507 || (rm -f "$cfgfile"; exit 1)
13508
13509 mv -f "$cfgfile" "$ofile" ||
13510 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13511 chmod +x "$ofile"
13512
13513 ;;
13514 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13515 rm -f Makesim1.tmp Makesim2.tmp Makefile
13516 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13517 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13518 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13519 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13520 <Makefile.sim >Makefile
13521 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13522 ;;
13523 "stamp-h":C) echo > stamp-h ;;
13524
13525 esac
13526 done # for ac_tag
13527
13528
13529 as_fn_exit 0
13530 _ACEOF
13531 ac_clean_files=$ac_clean_files_save
13532
13533 test $ac_write_fail = 0 ||
13534 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13535
13536
13537 # configure is writing to config.log, and then calls config.status.
13538 # config.status does its own redirection, appending to config.log.
13539 # Unfortunately, on DOS this fails, as config.log is still kept open
13540 # by configure, so config.status won't be able to write to it; its
13541 # output is simply discarded. So we exec the FD to /dev/null,
13542 # effectively closing config.log, so it can be properly (re)opened and
13543 # appended to by config.status. When coming back to configure, we
13544 # need to make the FD available again.
13545 if test "$no_create" != yes; then
13546 ac_cs_success=:
13547 ac_config_status_args=
13548 test "$silent" = yes &&
13549 ac_config_status_args="$ac_config_status_args --quiet"
13550 exec 5>/dev/null
13551 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13552 exec 5>>config.log
13553 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13554 # would make configure fail if this is the last instruction.
13555 $ac_cs_success || as_fn_exit 1
13556 fi
13557 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13559 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13560 fi
13561
13562