]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/rl78/configure
sim: move dv-sockser define to CPPFLAGS
[thirdparty/binutils-gdb.git] / sim / rl78 / 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_default_model
636 sim_scache
637 sim_float
638 sim_endian
639 sim_bitsize
640 sim_alignment
641 cgen_breaks
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 lt_cv_dlopen_libs
646 OTOOL64
647 OTOOL
648 LIPO
649 NMEDIT
650 DSYMUTIL
651 AWK
652 STRIP
653 OBJDUMP
654 LN_S
655 NM
656 ac_ct_DUMPBIN
657 DUMPBIN
658 LD
659 FGREP
660 SED
661 LIBTOOL
662 PLUGINS_FALSE
663 PLUGINS_TRUE
664 zlibinc
665 zlibdir
666 CATOBJEXT
667 GENCAT
668 INSTOBJEXT
669 DATADIRNAME
670 CATALOGS
671 POSUB
672 GMSGFMT
673 XGETTEXT
674 INCINTL
675 LIBINTL_DEP
676 LIBINTL
677 USE_NLS
678 CCDEPMODE
679 DEPDIR
680 am__leading_dot
681 C_DIALECT
682 RANLIB
683 AR
684 LDFLAGS_FOR_BUILD
685 CFLAGS_FOR_BUILD
686 RANLIB_FOR_BUILD
687 CC_FOR_BUILD
688 AR_FOR_BUILD
689 INSTALL_DATA
690 INSTALL_SCRIPT
691 INSTALL_PROGRAM
692 EGREP
693 GREP
694 CPP
695 OBJEXT
696 EXEEXT
697 ac_ct_CC
698 CPPFLAGS
699 LDFLAGS
700 CFLAGS
701 CC
702 target_os
703 target_vendor
704 target_cpu
705 target
706 host_os
707 host_vendor
708 host_cpu
709 host
710 build_os
711 build_vendor
712 build_cpu
713 build
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 localstatedir
734 sharedstatedir
735 sysconfdir
736 datadir
737 datarootdir
738 libexecdir
739 sbindir
740 bindir
741 program_transform_name
742 prefix
743 exec_prefix
744 PACKAGE_URL
745 PACKAGE_BUGREPORT
746 PACKAGE_STRING
747 PACKAGE_VERSION
748 PACKAGE_TARNAME
749 PACKAGE_NAME
750 PATH_SEPARATOR
751 SHELL
752 WERROR_CFLAGS
753 WARN_CFLAGS
754 sim_inline
755 sim_hw
756 sim_hw_objs
757 sim_hw_cflags'
758 ac_subst_files=''
759 ac_user_opts='
760 enable_option_checking
761 with_system_zlib
762 enable_plugins
763 enable_shared
764 enable_static
765 with_pic
766 enable_fast_install
767 with_gnu_ld
768 enable_libtool_lock
769 enable_maintainer_mode
770 enable_sim_inline
771 enable_werror
772 enable_build_warnings
773 enable_sim_build_warnings
774 enable_sim_hardware
775 '
776 ac_precious_vars='build_alias
777 host_alias
778 target_alias
779 CC
780 CFLAGS
781 LDFLAGS
782 LIBS
783 CPPFLAGS
784 CPP'
785
786
787 # Initialize some variables set by options.
788 ac_init_help=
789 ac_init_version=false
790 ac_unrecognized_opts=
791 ac_unrecognized_sep=
792 # The variables have the same names as the options, with
793 # dashes changed to underlines.
794 cache_file=/dev/null
795 exec_prefix=NONE
796 no_create=
797 no_recursion=
798 prefix=NONE
799 program_prefix=NONE
800 program_suffix=NONE
801 program_transform_name=s,x,x,
802 silent=
803 site=
804 srcdir=
805 verbose=
806 x_includes=NONE
807 x_libraries=NONE
808
809 # Installation directory options.
810 # These are left unexpanded so users can "make install exec_prefix=/foo"
811 # and all the variables that are supposed to be based on exec_prefix
812 # by default will actually change.
813 # Use braces instead of parens because sh, perl, etc. also accept them.
814 # (The list follows the same order as the GNU Coding Standards.)
815 bindir='${exec_prefix}/bin'
816 sbindir='${exec_prefix}/sbin'
817 libexecdir='${exec_prefix}/libexec'
818 datarootdir='${prefix}/share'
819 datadir='${datarootdir}'
820 sysconfdir='${prefix}/etc'
821 sharedstatedir='${prefix}/com'
822 localstatedir='${prefix}/var'
823 includedir='${prefix}/include'
824 oldincludedir='/usr/include'
825 docdir='${datarootdir}/doc/${PACKAGE}'
826 infodir='${datarootdir}/info'
827 htmldir='${docdir}'
828 dvidir='${docdir}'
829 pdfdir='${docdir}'
830 psdir='${docdir}'
831 libdir='${exec_prefix}/lib'
832 localedir='${datarootdir}/locale'
833 mandir='${datarootdir}/man'
834
835 ac_prev=
836 ac_dashdash=
837 for ac_option
838 do
839 # If the previous option needs an argument, assign it.
840 if test -n "$ac_prev"; then
841 eval $ac_prev=\$ac_option
842 ac_prev=
843 continue
844 fi
845
846 case $ac_option in
847 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
848 *=) ac_optarg= ;;
849 *) ac_optarg=yes ;;
850 esac
851
852 # Accept the important Cygnus configure options, so we can diagnose typos.
853
854 case $ac_dashdash$ac_option in
855 --)
856 ac_dashdash=yes ;;
857
858 -bindir | --bindir | --bindi | --bind | --bin | --bi)
859 ac_prev=bindir ;;
860 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
861 bindir=$ac_optarg ;;
862
863 -build | --build | --buil | --bui | --bu)
864 ac_prev=build_alias ;;
865 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
866 build_alias=$ac_optarg ;;
867
868 -cache-file | --cache-file | --cache-fil | --cache-fi \
869 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
870 ac_prev=cache_file ;;
871 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
872 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
873 cache_file=$ac_optarg ;;
874
875 --config-cache | -C)
876 cache_file=config.cache ;;
877
878 -datadir | --datadir | --datadi | --datad)
879 ac_prev=datadir ;;
880 -datadir=* | --datadir=* | --datadi=* | --datad=*)
881 datadir=$ac_optarg ;;
882
883 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
884 | --dataroo | --dataro | --datar)
885 ac_prev=datarootdir ;;
886 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
887 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
888 datarootdir=$ac_optarg ;;
889
890 -disable-* | --disable-*)
891 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
892 # Reject names that are not valid shell variable names.
893 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
894 as_fn_error $? "invalid feature name: $ac_useropt"
895 ac_useropt_orig=$ac_useropt
896 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
897 case $ac_user_opts in
898 *"
899 "enable_$ac_useropt"
900 "*) ;;
901 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
902 ac_unrecognized_sep=', ';;
903 esac
904 eval enable_$ac_useropt=no ;;
905
906 -docdir | --docdir | --docdi | --doc | --do)
907 ac_prev=docdir ;;
908 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
909 docdir=$ac_optarg ;;
910
911 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
912 ac_prev=dvidir ;;
913 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
914 dvidir=$ac_optarg ;;
915
916 -enable-* | --enable-*)
917 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
918 # Reject names that are not valid shell variable names.
919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
920 as_fn_error $? "invalid feature name: $ac_useropt"
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
924 *"
925 "enable_$ac_useropt"
926 "*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
929 esac
930 eval enable_$ac_useropt=\$ac_optarg ;;
931
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
940
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
944
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
951
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
956
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
962
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
969
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
974
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
979
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
986
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
991
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
998
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1003
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1007
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1011
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1015
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1024
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1029
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1036
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1043
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1060
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1065
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1070
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1074
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1080
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1091
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1096
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1101
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1108
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1113
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1116
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1119
1120 -with-* | --with-*)
1121 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1124 as_fn_error $? "invalid package name: $ac_useropt"
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129 "with_$ac_useropt"
1130 "*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
1133 esac
1134 eval with_$ac_useropt=\$ac_optarg ;;
1135
1136 -without-* | --without-*)
1137 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1138 # Reject names that are not valid shell variable names.
1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1140 as_fn_error $? "invalid package name: $ac_useropt"
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145 "with_$ac_useropt"
1146 "*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
1149 esac
1150 eval with_$ac_useropt=no ;;
1151
1152 --x)
1153 # Obsolete; use --with-x.
1154 with_x=yes ;;
1155
1156 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1157 | --x-incl | --x-inc | --x-in | --x-i)
1158 ac_prev=x_includes ;;
1159 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1160 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1161 x_includes=$ac_optarg ;;
1162
1163 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1164 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1165 ac_prev=x_libraries ;;
1166 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1167 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1168 x_libraries=$ac_optarg ;;
1169
1170 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1171 Try \`$0 --help' for more information"
1172 ;;
1173
1174 *=*)
1175 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1176 # Reject names that are not valid shell variable names.
1177 case $ac_envvar in #(
1178 '' | [0-9]* | *[!_$as_cr_alnum]* )
1179 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1180 esac
1181 eval $ac_envvar=\$ac_optarg
1182 export $ac_envvar ;;
1183
1184 *)
1185 # FIXME: should be removed in autoconf 3.0.
1186 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1187 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1188 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1189 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1190 ;;
1191
1192 esac
1193 done
1194
1195 if test -n "$ac_prev"; then
1196 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1197 as_fn_error $? "missing argument to $ac_option"
1198 fi
1199
1200 if test -n "$ac_unrecognized_opts"; then
1201 case $enable_option_checking in
1202 no) ;;
1203 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1204 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1205 esac
1206 fi
1207
1208 # Check all directory arguments for consistency.
1209 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1210 datadir sysconfdir sharedstatedir localstatedir includedir \
1211 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1212 libdir localedir mandir
1213 do
1214 eval ac_val=\$$ac_var
1215 # Remove trailing slashes.
1216 case $ac_val in
1217 */ )
1218 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1219 eval $ac_var=\$ac_val;;
1220 esac
1221 # Be sure to have absolute directory names.
1222 case $ac_val in
1223 [\\/$]* | ?:[\\/]* ) continue;;
1224 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1225 esac
1226 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1227 done
1228
1229 # There might be people who depend on the old broken behavior: `$host'
1230 # used to hold the argument of --host etc.
1231 # FIXME: To remove some day.
1232 build=$build_alias
1233 host=$host_alias
1234 target=$target_alias
1235
1236 # FIXME: To remove some day.
1237 if test "x$host_alias" != x; then
1238 if test "x$build_alias" = x; then
1239 cross_compiling=maybe
1240 elif test "x$build_alias" != "x$host_alias"; then
1241 cross_compiling=yes
1242 fi
1243 fi
1244
1245 ac_tool_prefix=
1246 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1247
1248 test "$silent" = yes && exec 6>/dev/null
1249
1250
1251 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1252 ac_ls_di=`ls -di .` &&
1253 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1254 as_fn_error $? "working directory cannot be determined"
1255 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1256 as_fn_error $? "pwd does not report name of working directory"
1257
1258
1259 # Find the source files, if location was not specified.
1260 if test -z "$srcdir"; then
1261 ac_srcdir_defaulted=yes
1262 # Try the directory containing this script, then the parent directory.
1263 ac_confdir=`$as_dirname -- "$as_myself" ||
1264 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1265 X"$as_myself" : 'X\(//\)[^/]' \| \
1266 X"$as_myself" : 'X\(//\)$' \| \
1267 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1268 $as_echo X"$as_myself" |
1269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)[^/].*/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)$/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\).*/{
1282 s//\1/
1283 q
1284 }
1285 s/.*/./; q'`
1286 srcdir=$ac_confdir
1287 if test ! -r "$srcdir/$ac_unique_file"; then
1288 srcdir=..
1289 fi
1290 else
1291 ac_srcdir_defaulted=no
1292 fi
1293 if test ! -r "$srcdir/$ac_unique_file"; then
1294 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1295 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1296 fi
1297 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1298 ac_abs_confdir=`(
1299 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1300 pwd)`
1301 # When building in place, set srcdir=.
1302 if test "$ac_abs_confdir" = "$ac_pwd"; then
1303 srcdir=.
1304 fi
1305 # Remove unnecessary trailing slashes from srcdir.
1306 # Double slashes in file names in object file debugging info
1307 # mess up M-x gdb in Emacs.
1308 case $srcdir in
1309 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1310 esac
1311 for ac_var in $ac_precious_vars; do
1312 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_env_${ac_var}_value=\$${ac_var}
1314 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1316 done
1317
1318 #
1319 # Report the --help message.
1320 #
1321 if test "$ac_init_help" = "long"; then
1322 # Omit some internal or obsolete options to make the list less imposing.
1323 # This message is too long to be a string in the A/UX 3.1 sh.
1324 cat <<_ACEOF
1325 \`configure' configures this package to adapt to many kinds of systems.
1326
1327 Usage: $0 [OPTION]... [VAR=VALUE]...
1328
1329 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1330 VAR=VALUE. See below for descriptions of some of the useful variables.
1331
1332 Defaults for the options are specified in brackets.
1333
1334 Configuration:
1335 -h, --help display this help and exit
1336 --help=short display options specific to this package
1337 --help=recursive display the short help of all the included packages
1338 -V, --version display version information and exit
1339 -q, --quiet, --silent do not print \`checking ...' messages
1340 --cache-file=FILE cache test results in FILE [disabled]
1341 -C, --config-cache alias for \`--cache-file=config.cache'
1342 -n, --no-create do not create output files
1343 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1344
1345 Installation directories:
1346 --prefix=PREFIX install architecture-independent files in PREFIX
1347 [$ac_default_prefix]
1348 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1349 [PREFIX]
1350
1351 By default, \`make install' will install all the files in
1352 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1353 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1354 for instance \`--prefix=\$HOME'.
1355
1356 For better control, use the options below.
1357
1358 Fine tuning of the installation directories:
1359 --bindir=DIR user executables [EPREFIX/bin]
1360 --sbindir=DIR system admin executables [EPREFIX/sbin]
1361 --libexecdir=DIR program executables [EPREFIX/libexec]
1362 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1363 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1364 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1365 --libdir=DIR object code libraries [EPREFIX/lib]
1366 --includedir=DIR C header files [PREFIX/include]
1367 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1368 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1369 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1370 --infodir=DIR info documentation [DATAROOTDIR/info]
1371 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1372 --mandir=DIR man documentation [DATAROOTDIR/man]
1373 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1374 --htmldir=DIR html documentation [DOCDIR]
1375 --dvidir=DIR dvi documentation [DOCDIR]
1376 --pdfdir=DIR pdf documentation [DOCDIR]
1377 --psdir=DIR ps documentation [DOCDIR]
1378 _ACEOF
1379
1380 cat <<\_ACEOF
1381
1382 Program names:
1383 --program-prefix=PREFIX prepend PREFIX to installed program names
1384 --program-suffix=SUFFIX append SUFFIX to installed program names
1385 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1386
1387 System types:
1388 --build=BUILD configure for building on BUILD [guessed]
1389 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1390 --target=TARGET configure for building compilers for TARGET [HOST]
1391 _ACEOF
1392 fi
1393
1394 if test -n "$ac_init_help"; then
1395
1396 cat <<\_ACEOF
1397
1398 Optional Features:
1399 --disable-option-checking ignore unrecognized --enable/--with options
1400 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1401 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1402 --enable-plugins Enable support for plugins
1403 --enable-shared[=PKGS] build shared libraries [default=yes]
1404 --enable-static[=PKGS] build static libraries [default=yes]
1405 --enable-fast-install[=PKGS]
1406 optimize for fast installation [default=yes]
1407 --disable-libtool-lock avoid locking (might break parallel builds)
1408 --enable-maintainer-mode
1409 enable make rules and dependencies not useful (and
1410 sometimes confusing) to the casual installer
1411 --enable-sim-inline=inlines
1412 Specify which functions should be inlined
1413 --enable-werror treat compile warnings as errors
1414 --enable-build-warnings enable build-time compiler warnings if gcc is used
1415 --enable-sim-build-warnings
1416 enable SIM specific build-time compiler warnings if
1417 gcc is used
1418 --enable-sim-hardware=LIST
1419 Specify the hardware to be included in the build.
1420
1421 Optional Packages:
1422 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1423 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1424 --with-system-zlib use installed libz
1425 --with-pic try to use only PIC/non-PIC objects [default=use
1426 both]
1427 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1428
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CPP C preprocessor
1438
1439 Use these variables to override the choices made by `configure' or to help
1440 it to find libraries and programs with nonstandard names/locations.
1441
1442 Report bugs to the package provider.
1443 _ACEOF
1444 ac_status=$?
1445 fi
1446
1447 if test "$ac_init_help" = "recursive"; then
1448 # If there are subdirs, report their specific --help.
1449 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1450 test -d "$ac_dir" ||
1451 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1452 continue
1453 ac_builddir=.
1454
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 *)
1458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1470
1471 case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1500 fi
1501
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 configure
1506 generated by GNU Autoconf 2.69
1507
1508 Copyright (C) 2012 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1513 fi
1514
1515 ## ------------------------ ##
1516 ## Autoconf initialization. ##
1517 ## ------------------------ ##
1518
1519 # ac_fn_c_try_compile LINENO
1520 # --------------------------
1521 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1522 ac_fn_c_try_compile ()
1523 {
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1525 rm -f conftest.$ac_objext
1526 if { { ac_try="$ac_compile"
1527 case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530 esac
1531 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1532 $as_echo "$ac_try_echo"; } >&5
1533 (eval "$ac_compile") 2>conftest.err
1534 ac_status=$?
1535 if test -s conftest.err; then
1536 grep -v '^ *+' conftest.err >conftest.er1
1537 cat conftest.er1 >&5
1538 mv -f conftest.er1 conftest.err
1539 fi
1540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1541 test $ac_status = 0; } && {
1542 test -z "$ac_c_werror_flag" ||
1543 test ! -s conftest.err
1544 } && test -s conftest.$ac_objext; then :
1545 ac_retval=0
1546 else
1547 $as_echo "$as_me: failed program was:" >&5
1548 sed 's/^/| /' conftest.$ac_ext >&5
1549
1550 ac_retval=1
1551 fi
1552 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1553 as_fn_set_status $ac_retval
1554
1555 } # ac_fn_c_try_compile
1556
1557 # ac_fn_c_try_cpp LINENO
1558 # ----------------------
1559 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_cpp ()
1561 {
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 if { { ac_try="$ac_cpp conftest.$ac_ext"
1564 case "(($ac_try" in
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1567 esac
1568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1571 ac_status=$?
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1576 fi
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } > conftest.i && {
1579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 }; then :
1582 ac_retval=0
1583 else
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.$ac_ext >&5
1586
1587 ac_retval=1
1588 fi
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status $ac_retval
1591
1592 } # ac_fn_c_try_cpp
1593
1594 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1595 # -------------------------------------------------------
1596 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1597 # the include files in INCLUDES and setting the cache variable VAR
1598 # accordingly.
1599 ac_fn_c_check_header_mongrel ()
1600 {
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if eval \${$3+:} false; then :
1603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1604 $as_echo_n "checking for $2... " >&6; }
1605 if eval \${$3+:} false; then :
1606 $as_echo_n "(cached) " >&6
1607 fi
1608 eval ac_res=\$$3
1609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1610 $as_echo "$ac_res" >&6; }
1611 else
1612 # Is the header compilable?
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1614 $as_echo_n "checking $2 usability... " >&6; }
1615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1616 /* end confdefs.h. */
1617 $4
1618 #include <$2>
1619 _ACEOF
1620 if ac_fn_c_try_compile "$LINENO"; then :
1621 ac_header_compiler=yes
1622 else
1623 ac_header_compiler=no
1624 fi
1625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1627 $as_echo "$ac_header_compiler" >&6; }
1628
1629 # Is the header present?
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1631 $as_echo_n "checking $2 presence... " >&6; }
1632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1633 /* end confdefs.h. */
1634 #include <$2>
1635 _ACEOF
1636 if ac_fn_c_try_cpp "$LINENO"; then :
1637 ac_header_preproc=yes
1638 else
1639 ac_header_preproc=no
1640 fi
1641 rm -f conftest.err conftest.i conftest.$ac_ext
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1643 $as_echo "$ac_header_preproc" >&6; }
1644
1645 # So? What about this header?
1646 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1647 yes:no: )
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1649 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1651 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1652 ;;
1653 no:yes:* )
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1655 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1657 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1659 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1661 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1663 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1664 ;;
1665 esac
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1667 $as_echo_n "checking for $2... " >&6; }
1668 if eval \${$3+:} false; then :
1669 $as_echo_n "(cached) " >&6
1670 else
1671 eval "$3=\$ac_header_compiler"
1672 fi
1673 eval ac_res=\$$3
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1675 $as_echo "$ac_res" >&6; }
1676 fi
1677 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1678
1679 } # ac_fn_c_check_header_mongrel
1680
1681 # ac_fn_c_try_run LINENO
1682 # ----------------------
1683 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1684 # that executables *can* be run.
1685 ac_fn_c_try_run ()
1686 {
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 if { { ac_try="$ac_link"
1689 case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692 esac
1693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694 $as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_link") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1699 { { case "(($ac_try" in
1700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1701 *) ac_try_echo=$ac_try;;
1702 esac
1703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1704 $as_echo "$ac_try_echo"; } >&5
1705 (eval "$ac_try") 2>&5
1706 ac_status=$?
1707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1708 test $ac_status = 0; }; }; then :
1709 ac_retval=0
1710 else
1711 $as_echo "$as_me: program exited with status $ac_status" >&5
1712 $as_echo "$as_me: failed program was:" >&5
1713 sed 's/^/| /' conftest.$ac_ext >&5
1714
1715 ac_retval=$ac_status
1716 fi
1717 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1719 as_fn_set_status $ac_retval
1720
1721 } # ac_fn_c_try_run
1722
1723 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1724 # -------------------------------------------------------
1725 # Tests whether HEADER exists and can be compiled using the include files in
1726 # INCLUDES, setting the cache variable VAR accordingly.
1727 ac_fn_c_check_header_compile ()
1728 {
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1731 $as_echo_n "checking for $2... " >&6; }
1732 if eval \${$3+:} false; then :
1733 $as_echo_n "(cached) " >&6
1734 else
1735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1736 /* end confdefs.h. */
1737 $4
1738 #include <$2>
1739 _ACEOF
1740 if ac_fn_c_try_compile "$LINENO"; then :
1741 eval "$3=yes"
1742 else
1743 eval "$3=no"
1744 fi
1745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746 fi
1747 eval ac_res=\$$3
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1749 $as_echo "$ac_res" >&6; }
1750 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1751
1752 } # ac_fn_c_check_header_compile
1753
1754 # ac_fn_c_try_link LINENO
1755 # -----------------------
1756 # Try to link conftest.$ac_ext, and return whether this succeeded.
1757 ac_fn_c_try_link ()
1758 {
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 rm -f conftest.$ac_objext conftest$ac_exeext
1761 if { { ac_try="$ac_link"
1762 case "(($ac_try" in
1763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1764 *) ac_try_echo=$ac_try;;
1765 esac
1766 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1767 $as_echo "$ac_try_echo"; } >&5
1768 (eval "$ac_link") 2>conftest.err
1769 ac_status=$?
1770 if test -s conftest.err; then
1771 grep -v '^ *+' conftest.err >conftest.er1
1772 cat conftest.er1 >&5
1773 mv -f conftest.er1 conftest.err
1774 fi
1775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1776 test $ac_status = 0; } && {
1777 test -z "$ac_c_werror_flag" ||
1778 test ! -s conftest.err
1779 } && test -s conftest$ac_exeext && {
1780 test "$cross_compiling" = yes ||
1781 test -x conftest$ac_exeext
1782 }; then :
1783 ac_retval=0
1784 else
1785 $as_echo "$as_me: failed program was:" >&5
1786 sed 's/^/| /' conftest.$ac_ext >&5
1787
1788 ac_retval=1
1789 fi
1790 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1791 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1792 # interfere with the next link command; also delete a directory that is
1793 # left behind by Apple's compiler. We do this before executing the actions.
1794 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1795 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1796 as_fn_set_status $ac_retval
1797
1798 } # ac_fn_c_try_link
1799
1800 # ac_fn_c_check_func LINENO FUNC VAR
1801 # ----------------------------------
1802 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1803 ac_fn_c_check_func ()
1804 {
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1807 $as_echo_n "checking for $2... " >&6; }
1808 if eval \${$3+:} false; then :
1809 $as_echo_n "(cached) " >&6
1810 else
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1812 /* end confdefs.h. */
1813 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1814 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1815 #define $2 innocuous_$2
1816
1817 /* System header to define __stub macros and hopefully few prototypes,
1818 which can conflict with char $2 (); below.
1819 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1820 <limits.h> exists even on freestanding compilers. */
1821
1822 #ifdef __STDC__
1823 # include <limits.h>
1824 #else
1825 # include <assert.h>
1826 #endif
1827
1828 #undef $2
1829
1830 /* Override any GCC internal prototype to avoid an error.
1831 Use char because int might match the return type of a GCC
1832 builtin and then its argument prototype would still apply. */
1833 #ifdef __cplusplus
1834 extern "C"
1835 #endif
1836 char $2 ();
1837 /* The GNU C library defines this for functions which it implements
1838 to always fail with ENOSYS. Some functions are actually named
1839 something starting with __ and the normal name is an alias. */
1840 #if defined __stub_$2 || defined __stub___$2
1841 choke me
1842 #endif
1843
1844 int
1845 main ()
1846 {
1847 return $2 ();
1848 ;
1849 return 0;
1850 }
1851 _ACEOF
1852 if ac_fn_c_try_link "$LINENO"; then :
1853 eval "$3=yes"
1854 else
1855 eval "$3=no"
1856 fi
1857 rm -f core conftest.err conftest.$ac_objext \
1858 conftest$ac_exeext conftest.$ac_ext
1859 fi
1860 eval ac_res=\$$3
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862 $as_echo "$ac_res" >&6; }
1863 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1864
1865 } # ac_fn_c_check_func
1866 cat >config.log <<_ACEOF
1867 This file contains any messages produced by compilers while
1868 running configure, to aid debugging if configure makes a mistake.
1869
1870 It was created by $as_me, which was
1871 generated by GNU Autoconf 2.69. Invocation command line was
1872
1873 $ $0 $@
1874
1875 _ACEOF
1876 exec 5>>config.log
1877 {
1878 cat <<_ASUNAME
1879 ## --------- ##
1880 ## Platform. ##
1881 ## --------- ##
1882
1883 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1884 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1885 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1886 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1887 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1888
1889 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1890 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1891
1892 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1893 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1894 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1895 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1896 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1897 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1898 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1899
1900 _ASUNAME
1901
1902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1903 for as_dir in $PATH
1904 do
1905 IFS=$as_save_IFS
1906 test -z "$as_dir" && as_dir=.
1907 $as_echo "PATH: $as_dir"
1908 done
1909 IFS=$as_save_IFS
1910
1911 } >&5
1912
1913 cat >&5 <<_ACEOF
1914
1915
1916 ## ----------- ##
1917 ## Core tests. ##
1918 ## ----------- ##
1919
1920 _ACEOF
1921
1922
1923 # Keep a trace of the command line.
1924 # Strip out --no-create and --no-recursion so they do not pile up.
1925 # Strip out --silent because we don't want to record it for future runs.
1926 # Also quote any args containing shell meta-characters.
1927 # Make two passes to allow for proper duplicate-argument suppression.
1928 ac_configure_args=
1929 ac_configure_args0=
1930 ac_configure_args1=
1931 ac_must_keep_next=false
1932 for ac_pass in 1 2
1933 do
1934 for ac_arg
1935 do
1936 case $ac_arg in
1937 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1938 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1939 | -silent | --silent | --silen | --sile | --sil)
1940 continue ;;
1941 *\'*)
1942 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1943 esac
1944 case $ac_pass in
1945 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1946 2)
1947 as_fn_append ac_configure_args1 " '$ac_arg'"
1948 if test $ac_must_keep_next = true; then
1949 ac_must_keep_next=false # Got value, back to normal.
1950 else
1951 case $ac_arg in
1952 *=* | --config-cache | -C | -disable-* | --disable-* \
1953 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1954 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1955 | -with-* | --with-* | -without-* | --without-* | --x)
1956 case "$ac_configure_args0 " in
1957 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1958 esac
1959 ;;
1960 -* ) ac_must_keep_next=true ;;
1961 esac
1962 fi
1963 as_fn_append ac_configure_args " '$ac_arg'"
1964 ;;
1965 esac
1966 done
1967 done
1968 { ac_configure_args0=; unset ac_configure_args0;}
1969 { ac_configure_args1=; unset ac_configure_args1;}
1970
1971 # When interrupted or exit'd, cleanup temporary files, and complete
1972 # config.log. We remove comments because anyway the quotes in there
1973 # would cause problems or look ugly.
1974 # WARNING: Use '\'' to represent an apostrophe within the trap.
1975 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1976 trap 'exit_status=$?
1977 # Save into config.log some information that might help in debugging.
1978 {
1979 echo
1980
1981 $as_echo "## ---------------- ##
1982 ## Cache variables. ##
1983 ## ---------------- ##"
1984 echo
1985 # The following way of writing the cache mishandles newlines in values,
1986 (
1987 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1988 eval ac_val=\$$ac_var
1989 case $ac_val in #(
1990 *${as_nl}*)
1991 case $ac_var in #(
1992 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1993 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1994 esac
1995 case $ac_var in #(
1996 _ | IFS | as_nl) ;; #(
1997 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1998 *) { eval $ac_var=; unset $ac_var;} ;;
1999 esac ;;
2000 esac
2001 done
2002 (set) 2>&1 |
2003 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2004 *${as_nl}ac_space=\ *)
2005 sed -n \
2006 "s/'\''/'\''\\\\'\'''\''/g;
2007 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2008 ;; #(
2009 *)
2010 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2011 ;;
2012 esac |
2013 sort
2014 )
2015 echo
2016
2017 $as_echo "## ----------------- ##
2018 ## Output variables. ##
2019 ## ----------------- ##"
2020 echo
2021 for ac_var in $ac_subst_vars
2022 do
2023 eval ac_val=\$$ac_var
2024 case $ac_val in
2025 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2026 esac
2027 $as_echo "$ac_var='\''$ac_val'\''"
2028 done | sort
2029 echo
2030
2031 if test -n "$ac_subst_files"; then
2032 $as_echo "## ------------------- ##
2033 ## File substitutions. ##
2034 ## ------------------- ##"
2035 echo
2036 for ac_var in $ac_subst_files
2037 do
2038 eval ac_val=\$$ac_var
2039 case $ac_val in
2040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2041 esac
2042 $as_echo "$ac_var='\''$ac_val'\''"
2043 done | sort
2044 echo
2045 fi
2046
2047 if test -s confdefs.h; then
2048 $as_echo "## ----------- ##
2049 ## confdefs.h. ##
2050 ## ----------- ##"
2051 echo
2052 cat confdefs.h
2053 echo
2054 fi
2055 test "$ac_signal" != 0 &&
2056 $as_echo "$as_me: caught signal $ac_signal"
2057 $as_echo "$as_me: exit $exit_status"
2058 } >&5
2059 rm -f core *.core core.conftest.* &&
2060 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2061 exit $exit_status
2062 ' 0
2063 for ac_signal in 1 2 13 15; do
2064 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2065 done
2066 ac_signal=0
2067
2068 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2069 rm -f -r conftest* confdefs.h
2070
2071 $as_echo "/* confdefs.h */" > confdefs.h
2072
2073 # Predefined preprocessor variables.
2074
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_NAME "$PACKAGE_NAME"
2077 _ACEOF
2078
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2081 _ACEOF
2082
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2085 _ACEOF
2086
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_STRING "$PACKAGE_STRING"
2089 _ACEOF
2090
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2093 _ACEOF
2094
2095 cat >>confdefs.h <<_ACEOF
2096 #define PACKAGE_URL "$PACKAGE_URL"
2097 _ACEOF
2098
2099
2100 # Let the site file select an alternate cache file if it wants to.
2101 # Prefer an explicitly selected file to automatically selected ones.
2102 ac_site_file1=NONE
2103 ac_site_file2=NONE
2104 if test -n "$CONFIG_SITE"; then
2105 # We do not want a PATH search for config.site.
2106 case $CONFIG_SITE in #((
2107 -*) ac_site_file1=./$CONFIG_SITE;;
2108 */*) ac_site_file1=$CONFIG_SITE;;
2109 *) ac_site_file1=./$CONFIG_SITE;;
2110 esac
2111 elif test "x$prefix" != xNONE; then
2112 ac_site_file1=$prefix/share/config.site
2113 ac_site_file2=$prefix/etc/config.site
2114 else
2115 ac_site_file1=$ac_default_prefix/share/config.site
2116 ac_site_file2=$ac_default_prefix/etc/config.site
2117 fi
2118 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2119 do
2120 test "x$ac_site_file" = xNONE && continue
2121 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2123 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2124 sed 's/^/| /' "$ac_site_file" >&5
2125 . "$ac_site_file" \
2126 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2127 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2128 as_fn_error $? "failed to load site script $ac_site_file
2129 See \`config.log' for more details" "$LINENO" 5; }
2130 fi
2131 done
2132
2133 if test -r "$cache_file"; then
2134 # Some versions of bash will fail to source /dev/null (special files
2135 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2136 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2138 $as_echo "$as_me: loading cache $cache_file" >&6;}
2139 case $cache_file in
2140 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2141 *) . "./$cache_file";;
2142 esac
2143 fi
2144 else
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2146 $as_echo "$as_me: creating cache $cache_file" >&6;}
2147 >$cache_file
2148 fi
2149
2150 # Check that the precious variables saved in the cache have kept the same
2151 # value.
2152 ac_cache_corrupted=false
2153 for ac_var in $ac_precious_vars; do
2154 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2155 eval ac_new_set=\$ac_env_${ac_var}_set
2156 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2157 eval ac_new_val=\$ac_env_${ac_var}_value
2158 case $ac_old_set,$ac_new_set in
2159 set,)
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2161 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2162 ac_cache_corrupted=: ;;
2163 ,set)
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2165 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2166 ac_cache_corrupted=: ;;
2167 ,);;
2168 *)
2169 if test "x$ac_old_val" != "x$ac_new_val"; then
2170 # differences in whitespace do not lead to failure.
2171 ac_old_val_w=`echo x $ac_old_val`
2172 ac_new_val_w=`echo x $ac_new_val`
2173 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2175 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2176 ac_cache_corrupted=:
2177 else
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2179 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2180 eval $ac_var=\$ac_old_val
2181 fi
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2183 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2185 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2186 fi;;
2187 esac
2188 # Pass precious variables to config.status.
2189 if test "$ac_new_set" = set; then
2190 case $ac_new_val in
2191 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2192 *) ac_arg=$ac_var=$ac_new_val ;;
2193 esac
2194 case " $ac_configure_args " in
2195 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2196 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2197 esac
2198 fi
2199 done
2200 if $ac_cache_corrupted; then
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2202 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2204 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2205 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2206 fi
2207 ## -------------------- ##
2208 ## Main body of script. ##
2209 ## -------------------- ##
2210
2211 ac_ext=c
2212 ac_cpp='$CPP $CPPFLAGS'
2213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2216
2217
2218
2219
2220
2221
2222
2223 ac_aux_dir=
2224 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2225 if test -f "$ac_dir/install-sh"; then
2226 ac_aux_dir=$ac_dir
2227 ac_install_sh="$ac_aux_dir/install-sh -c"
2228 break
2229 elif test -f "$ac_dir/install.sh"; then
2230 ac_aux_dir=$ac_dir
2231 ac_install_sh="$ac_aux_dir/install.sh -c"
2232 break
2233 elif test -f "$ac_dir/shtool"; then
2234 ac_aux_dir=$ac_dir
2235 ac_install_sh="$ac_aux_dir/shtool install -c"
2236 break
2237 fi
2238 done
2239 if test -z "$ac_aux_dir"; then
2240 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2241 fi
2242
2243 # These three variables are undocumented and unsupported,
2244 # and are intended to be withdrawn in a future Autoconf release.
2245 # They can cause serious problems if a builder's source tree is in a directory
2246 # whose full name contains unusual characters.
2247 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2248 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2249 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2250
2251
2252 # Make sure we can run config.sub.
2253 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2254 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2255
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2257 $as_echo_n "checking build system type... " >&6; }
2258 if ${ac_cv_build+:} false; then :
2259 $as_echo_n "(cached) " >&6
2260 else
2261 ac_build_alias=$build_alias
2262 test "x$ac_build_alias" = x &&
2263 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2264 test "x$ac_build_alias" = x &&
2265 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2266 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2267 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2268
2269 fi
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2271 $as_echo "$ac_cv_build" >&6; }
2272 case $ac_cv_build in
2273 *-*-*) ;;
2274 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2275 esac
2276 build=$ac_cv_build
2277 ac_save_IFS=$IFS; IFS='-'
2278 set x $ac_cv_build
2279 shift
2280 build_cpu=$1
2281 build_vendor=$2
2282 shift; shift
2283 # Remember, the first character of IFS is used to create $*,
2284 # except with old shells:
2285 build_os=$*
2286 IFS=$ac_save_IFS
2287 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2288
2289
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2291 $as_echo_n "checking host system type... " >&6; }
2292 if ${ac_cv_host+:} false; then :
2293 $as_echo_n "(cached) " >&6
2294 else
2295 if test "x$host_alias" = x; then
2296 ac_cv_host=$ac_cv_build
2297 else
2298 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2299 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2300 fi
2301
2302 fi
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2304 $as_echo "$ac_cv_host" >&6; }
2305 case $ac_cv_host in
2306 *-*-*) ;;
2307 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2308 esac
2309 host=$ac_cv_host
2310 ac_save_IFS=$IFS; IFS='-'
2311 set x $ac_cv_host
2312 shift
2313 host_cpu=$1
2314 host_vendor=$2
2315 shift; shift
2316 # Remember, the first character of IFS is used to create $*,
2317 # except with old shells:
2318 host_os=$*
2319 IFS=$ac_save_IFS
2320 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2321
2322
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2324 $as_echo_n "checking target system type... " >&6; }
2325 if ${ac_cv_target+:} false; then :
2326 $as_echo_n "(cached) " >&6
2327 else
2328 if test "x$target_alias" = x; then
2329 ac_cv_target=$ac_cv_host
2330 else
2331 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2332 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2333 fi
2334
2335 fi
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2337 $as_echo "$ac_cv_target" >&6; }
2338 case $ac_cv_target in
2339 *-*-*) ;;
2340 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2341 esac
2342 target=$ac_cv_target
2343 ac_save_IFS=$IFS; IFS='-'
2344 set x $ac_cv_target
2345 shift
2346 target_cpu=$1
2347 target_vendor=$2
2348 shift; shift
2349 # Remember, the first character of IFS is used to create $*,
2350 # except with old shells:
2351 target_os=$*
2352 IFS=$ac_save_IFS
2353 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2354
2355
2356 # The aliases save the names the user supplied, while $host etc.
2357 # will get canonicalized.
2358 test -n "$target_alias" &&
2359 test "$program_prefix$program_suffix$program_transform_name" = \
2360 NONENONEs,x,x, &&
2361 program_prefix=${target_alias}-
2362 ac_ext=c
2363 ac_cpp='$CPP $CPPFLAGS'
2364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2367 if test -n "$ac_tool_prefix"; then
2368 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2369 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2371 $as_echo_n "checking for $ac_word... " >&6; }
2372 if ${ac_cv_prog_CC+:} false; then :
2373 $as_echo_n "(cached) " >&6
2374 else
2375 if test -n "$CC"; then
2376 ac_cv_prog_CC="$CC" # Let the user override the test.
2377 else
2378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379 for as_dir in $PATH
2380 do
2381 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2385 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2388 fi
2389 done
2390 done
2391 IFS=$as_save_IFS
2392
2393 fi
2394 fi
2395 CC=$ac_cv_prog_CC
2396 if test -n "$CC"; then
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2398 $as_echo "$CC" >&6; }
2399 else
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2401 $as_echo "no" >&6; }
2402 fi
2403
2404
2405 fi
2406 if test -z "$ac_cv_prog_CC"; then
2407 ac_ct_CC=$CC
2408 # Extract the first word of "gcc", so it can be a program name with args.
2409 set dummy gcc; ac_word=$2
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2411 $as_echo_n "checking for $ac_word... " >&6; }
2412 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2413 $as_echo_n "(cached) " >&6
2414 else
2415 if test -n "$ac_ct_CC"; then
2416 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2417 else
2418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 for as_dir in $PATH
2420 do
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
2424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2425 ac_cv_prog_ac_ct_CC="gcc"
2426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2427 break 2
2428 fi
2429 done
2430 done
2431 IFS=$as_save_IFS
2432
2433 fi
2434 fi
2435 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2436 if test -n "$ac_ct_CC"; then
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2438 $as_echo "$ac_ct_CC" >&6; }
2439 else
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2441 $as_echo "no" >&6; }
2442 fi
2443
2444 if test "x$ac_ct_CC" = x; then
2445 CC=""
2446 else
2447 case $cross_compiling:$ac_tool_warned in
2448 yes:)
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2451 ac_tool_warned=yes ;;
2452 esac
2453 CC=$ac_ct_CC
2454 fi
2455 else
2456 CC="$ac_cv_prog_CC"
2457 fi
2458
2459 if test -z "$CC"; then
2460 if test -n "$ac_tool_prefix"; then
2461 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2462 set dummy ${ac_tool_prefix}cc; ac_word=$2
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if ${ac_cv_prog_CC+:} false; then :
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$CC"; then
2469 ac_cv_prog_CC="$CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2478 ac_cv_prog_CC="${ac_tool_prefix}cc"
2479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2481 fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 CC=$ac_cv_prog_CC
2489 if test -n "$CC"; then
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2491 $as_echo "$CC" >&6; }
2492 else
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497
2498 fi
2499 fi
2500 if test -z "$CC"; then
2501 # Extract the first word of "cc", so it can be a program name with args.
2502 set dummy cc; ac_word=$2
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2504 $as_echo_n "checking for $ac_word... " >&6; }
2505 if ${ac_cv_prog_CC+:} false; then :
2506 $as_echo_n "(cached) " >&6
2507 else
2508 if test -n "$CC"; then
2509 ac_cv_prog_CC="$CC" # Let the user override the test.
2510 else
2511 ac_prog_rejected=no
2512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2513 for as_dir in $PATH
2514 do
2515 IFS=$as_save_IFS
2516 test -z "$as_dir" && as_dir=.
2517 for ac_exec_ext in '' $ac_executable_extensions; do
2518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2519 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2520 ac_prog_rejected=yes
2521 continue
2522 fi
2523 ac_cv_prog_CC="cc"
2524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2526 fi
2527 done
2528 done
2529 IFS=$as_save_IFS
2530
2531 if test $ac_prog_rejected = yes; then
2532 # We found a bogon in the path, so make sure we never use it.
2533 set dummy $ac_cv_prog_CC
2534 shift
2535 if test $# != 0; then
2536 # We chose a different compiler from the bogus one.
2537 # However, it has the same basename, so the bogon will be chosen
2538 # first if we set CC to just the basename; use the full file name.
2539 shift
2540 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2541 fi
2542 fi
2543 fi
2544 fi
2545 CC=$ac_cv_prog_CC
2546 if test -n "$CC"; then
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2548 $as_echo "$CC" >&6; }
2549 else
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2551 $as_echo "no" >&6; }
2552 fi
2553
2554
2555 fi
2556 if test -z "$CC"; then
2557 if test -n "$ac_tool_prefix"; then
2558 for ac_prog in cl.exe
2559 do
2560 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2561 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2563 $as_echo_n "checking for $ac_word... " >&6; }
2564 if ${ac_cv_prog_CC+:} false; then :
2565 $as_echo_n "(cached) " >&6
2566 else
2567 if test -n "$CC"; then
2568 ac_cv_prog_CC="$CC" # Let the user override the test.
2569 else
2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571 for as_dir in $PATH
2572 do
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
2575 for ac_exec_ext in '' $ac_executable_extensions; do
2576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2577 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2580 fi
2581 done
2582 done
2583 IFS=$as_save_IFS
2584
2585 fi
2586 fi
2587 CC=$ac_cv_prog_CC
2588 if test -n "$CC"; then
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2590 $as_echo "$CC" >&6; }
2591 else
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2593 $as_echo "no" >&6; }
2594 fi
2595
2596
2597 test -n "$CC" && break
2598 done
2599 fi
2600 if test -z "$CC"; then
2601 ac_ct_CC=$CC
2602 for ac_prog in cl.exe
2603 do
2604 # Extract the first word of "$ac_prog", so it can be a program name with args.
2605 set dummy $ac_prog; ac_word=$2
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2607 $as_echo_n "checking for $ac_word... " >&6; }
2608 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2609 $as_echo_n "(cached) " >&6
2610 else
2611 if test -n "$ac_ct_CC"; then
2612 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2613 else
2614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615 for as_dir in $PATH
2616 do
2617 IFS=$as_save_IFS
2618 test -z "$as_dir" && as_dir=.
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2621 ac_cv_prog_ac_ct_CC="$ac_prog"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624 fi
2625 done
2626 done
2627 IFS=$as_save_IFS
2628
2629 fi
2630 fi
2631 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2632 if test -n "$ac_ct_CC"; then
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2634 $as_echo "$ac_ct_CC" >&6; }
2635 else
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637 $as_echo "no" >&6; }
2638 fi
2639
2640
2641 test -n "$ac_ct_CC" && break
2642 done
2643
2644 if test "x$ac_ct_CC" = x; then
2645 CC=""
2646 else
2647 case $cross_compiling:$ac_tool_warned in
2648 yes:)
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2651 ac_tool_warned=yes ;;
2652 esac
2653 CC=$ac_ct_CC
2654 fi
2655 fi
2656
2657 fi
2658
2659
2660 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2661 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2662 as_fn_error $? "no acceptable C compiler found in \$PATH
2663 See \`config.log' for more details" "$LINENO" 5; }
2664
2665 # Provide some information about the compiler.
2666 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2667 set X $ac_compile
2668 ac_compiler=$2
2669 for ac_option in --version -v -V -qversion; do
2670 { { ac_try="$ac_compiler $ac_option >&5"
2671 case "(($ac_try" in
2672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2673 *) ac_try_echo=$ac_try;;
2674 esac
2675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2676 $as_echo "$ac_try_echo"; } >&5
2677 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2678 ac_status=$?
2679 if test -s conftest.err; then
2680 sed '10a\
2681 ... rest of stderr output deleted ...
2682 10q' conftest.err >conftest.er1
2683 cat conftest.er1 >&5
2684 fi
2685 rm -f conftest.er1 conftest.err
2686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2687 test $ac_status = 0; }
2688 done
2689
2690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2691 /* end confdefs.h. */
2692
2693 int
2694 main ()
2695 {
2696
2697 ;
2698 return 0;
2699 }
2700 _ACEOF
2701 ac_clean_files_save=$ac_clean_files
2702 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2703 # Try to create an executable without -o first, disregard a.out.
2704 # It will help us diagnose broken compilers, and finding out an intuition
2705 # of exeext.
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2707 $as_echo_n "checking whether the C compiler works... " >&6; }
2708 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2709
2710 # The possible output files:
2711 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2712
2713 ac_rmfiles=
2714 for ac_file in $ac_files
2715 do
2716 case $ac_file in
2717 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2718 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2719 esac
2720 done
2721 rm -f $ac_rmfiles
2722
2723 if { { ac_try="$ac_link_default"
2724 case "(($ac_try" in
2725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2726 *) ac_try_echo=$ac_try;;
2727 esac
2728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2729 $as_echo "$ac_try_echo"; } >&5
2730 (eval "$ac_link_default") 2>&5
2731 ac_status=$?
2732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2733 test $ac_status = 0; }; then :
2734 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2735 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2736 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2737 # so that the user can short-circuit this test for compilers unknown to
2738 # Autoconf.
2739 for ac_file in $ac_files ''
2740 do
2741 test -f "$ac_file" || continue
2742 case $ac_file in
2743 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2744 ;;
2745 [ab].out )
2746 # We found the default executable, but exeext='' is most
2747 # certainly right.
2748 break;;
2749 *.* )
2750 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2751 then :; else
2752 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2753 fi
2754 # We set ac_cv_exeext here because the later test for it is not
2755 # safe: cross compilers may not add the suffix if given an `-o'
2756 # argument, so we may need to know it at that point already.
2757 # Even if this section looks crufty: it has the advantage of
2758 # actually working.
2759 break;;
2760 * )
2761 break;;
2762 esac
2763 done
2764 test "$ac_cv_exeext" = no && ac_cv_exeext=
2765
2766 else
2767 ac_file=''
2768 fi
2769 if test -z "$ac_file"; then :
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2771 $as_echo "no" >&6; }
2772 $as_echo "$as_me: failed program was:" >&5
2773 sed 's/^/| /' conftest.$ac_ext >&5
2774
2775 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2776 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2777 as_fn_error 77 "C compiler cannot create executables
2778 See \`config.log' for more details" "$LINENO" 5; }
2779 else
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2781 $as_echo "yes" >&6; }
2782 fi
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2784 $as_echo_n "checking for C compiler default output file name... " >&6; }
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2786 $as_echo "$ac_file" >&6; }
2787 ac_exeext=$ac_cv_exeext
2788
2789 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2790 ac_clean_files=$ac_clean_files_save
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2792 $as_echo_n "checking for suffix of executables... " >&6; }
2793 if { { ac_try="$ac_link"
2794 case "(($ac_try" in
2795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796 *) ac_try_echo=$ac_try;;
2797 esac
2798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2799 $as_echo "$ac_try_echo"; } >&5
2800 (eval "$ac_link") 2>&5
2801 ac_status=$?
2802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2803 test $ac_status = 0; }; then :
2804 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2805 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2806 # work properly (i.e., refer to `conftest.exe'), while it won't with
2807 # `rm'.
2808 for ac_file in conftest.exe conftest conftest.*; do
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2812 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2813 break;;
2814 * ) break;;
2815 esac
2816 done
2817 else
2818 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2820 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2821 See \`config.log' for more details" "$LINENO" 5; }
2822 fi
2823 rm -f conftest conftest$ac_cv_exeext
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2825 $as_echo "$ac_cv_exeext" >&6; }
2826
2827 rm -f conftest.$ac_ext
2828 EXEEXT=$ac_cv_exeext
2829 ac_exeext=$EXEEXT
2830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2831 /* end confdefs.h. */
2832 #include <stdio.h>
2833 int
2834 main ()
2835 {
2836 FILE *f = fopen ("conftest.out", "w");
2837 return ferror (f) || fclose (f) != 0;
2838
2839 ;
2840 return 0;
2841 }
2842 _ACEOF
2843 ac_clean_files="$ac_clean_files conftest.out"
2844 # Check that the compiler produces executables we can run. If not, either
2845 # the compiler is broken, or we cross compile.
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2847 $as_echo_n "checking whether we are cross compiling... " >&6; }
2848 if test "$cross_compiling" != yes; then
2849 { { ac_try="$ac_link"
2850 case "(($ac_try" in
2851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2852 *) ac_try_echo=$ac_try;;
2853 esac
2854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2855 $as_echo "$ac_try_echo"; } >&5
2856 (eval "$ac_link") 2>&5
2857 ac_status=$?
2858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2859 test $ac_status = 0; }
2860 if { ac_try='./conftest$ac_cv_exeext'
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_try") 2>&5
2868 ac_status=$?
2869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2870 test $ac_status = 0; }; }; then
2871 cross_compiling=no
2872 else
2873 if test "$cross_compiling" = maybe; then
2874 cross_compiling=yes
2875 else
2876 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2877 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2878 as_fn_error $? "cannot run C compiled programs.
2879 If you meant to cross compile, use \`--host'.
2880 See \`config.log' for more details" "$LINENO" 5; }
2881 fi
2882 fi
2883 fi
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2885 $as_echo "$cross_compiling" >&6; }
2886
2887 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2888 ac_clean_files=$ac_clean_files_save
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2890 $as_echo_n "checking for suffix of object files... " >&6; }
2891 if ${ac_cv_objext+:} false; then :
2892 $as_echo_n "(cached) " >&6
2893 else
2894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2895 /* end confdefs.h. */
2896
2897 int
2898 main ()
2899 {
2900
2901 ;
2902 return 0;
2903 }
2904 _ACEOF
2905 rm -f conftest.o conftest.obj
2906 if { { ac_try="$ac_compile"
2907 case "(($ac_try" in
2908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2909 *) ac_try_echo=$ac_try;;
2910 esac
2911 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2912 $as_echo "$ac_try_echo"; } >&5
2913 (eval "$ac_compile") 2>&5
2914 ac_status=$?
2915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2916 test $ac_status = 0; }; then :
2917 for ac_file in conftest.o conftest.obj conftest.*; do
2918 test -f "$ac_file" || continue;
2919 case $ac_file in
2920 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2921 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2922 break;;
2923 esac
2924 done
2925 else
2926 $as_echo "$as_me: failed program was:" >&5
2927 sed 's/^/| /' conftest.$ac_ext >&5
2928
2929 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 as_fn_error $? "cannot compute suffix of object files: cannot compile
2932 See \`config.log' for more details" "$LINENO" 5; }
2933 fi
2934 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2935 fi
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2937 $as_echo "$ac_cv_objext" >&6; }
2938 OBJEXT=$ac_cv_objext
2939 ac_objext=$OBJEXT
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2941 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2942 if ${ac_cv_c_compiler_gnu+:} false; then :
2943 $as_echo_n "(cached) " >&6
2944 else
2945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2946 /* end confdefs.h. */
2947
2948 int
2949 main ()
2950 {
2951 #ifndef __GNUC__
2952 choke me
2953 #endif
2954
2955 ;
2956 return 0;
2957 }
2958 _ACEOF
2959 if ac_fn_c_try_compile "$LINENO"; then :
2960 ac_compiler_gnu=yes
2961 else
2962 ac_compiler_gnu=no
2963 fi
2964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2965 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2966
2967 fi
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2969 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2970 if test $ac_compiler_gnu = yes; then
2971 GCC=yes
2972 else
2973 GCC=
2974 fi
2975 ac_test_CFLAGS=${CFLAGS+set}
2976 ac_save_CFLAGS=$CFLAGS
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2978 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2979 if ${ac_cv_prog_cc_g+:} false; then :
2980 $as_echo_n "(cached) " >&6
2981 else
2982 ac_save_c_werror_flag=$ac_c_werror_flag
2983 ac_c_werror_flag=yes
2984 ac_cv_prog_cc_g=no
2985 CFLAGS="-g"
2986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2987 /* end confdefs.h. */
2988
2989 int
2990 main ()
2991 {
2992
2993 ;
2994 return 0;
2995 }
2996 _ACEOF
2997 if ac_fn_c_try_compile "$LINENO"; then :
2998 ac_cv_prog_cc_g=yes
2999 else
3000 CFLAGS=""
3001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3002 /* end confdefs.h. */
3003
3004 int
3005 main ()
3006 {
3007
3008 ;
3009 return 0;
3010 }
3011 _ACEOF
3012 if ac_fn_c_try_compile "$LINENO"; then :
3013
3014 else
3015 ac_c_werror_flag=$ac_save_c_werror_flag
3016 CFLAGS="-g"
3017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3018 /* end confdefs.h. */
3019
3020 int
3021 main ()
3022 {
3023
3024 ;
3025 return 0;
3026 }
3027 _ACEOF
3028 if ac_fn_c_try_compile "$LINENO"; then :
3029 ac_cv_prog_cc_g=yes
3030 fi
3031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3032 fi
3033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3034 fi
3035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3037 fi
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3039 $as_echo "$ac_cv_prog_cc_g" >&6; }
3040 if test "$ac_test_CFLAGS" = set; then
3041 CFLAGS=$ac_save_CFLAGS
3042 elif test $ac_cv_prog_cc_g = yes; then
3043 if test "$GCC" = yes; then
3044 CFLAGS="-g -O2"
3045 else
3046 CFLAGS="-g"
3047 fi
3048 else
3049 if test "$GCC" = yes; then
3050 CFLAGS="-O2"
3051 else
3052 CFLAGS=
3053 fi
3054 fi
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3056 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3057 if ${ac_cv_prog_cc_c89+:} false; then :
3058 $as_echo_n "(cached) " >&6
3059 else
3060 ac_cv_prog_cc_c89=no
3061 ac_save_CC=$CC
3062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3063 /* end confdefs.h. */
3064 #include <stdarg.h>
3065 #include <stdio.h>
3066 struct stat;
3067 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3068 struct buf { int x; };
3069 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3070 static char *e (p, i)
3071 char **p;
3072 int i;
3073 {
3074 return p[i];
3075 }
3076 static char *f (char * (*g) (char **, int), char **p, ...)
3077 {
3078 char *s;
3079 va_list v;
3080 va_start (v,p);
3081 s = g (p, va_arg (v,int));
3082 va_end (v);
3083 return s;
3084 }
3085
3086 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3087 function prototypes and stuff, but not '\xHH' hex character constants.
3088 These don't provoke an error unfortunately, instead are silently treated
3089 as 'x'. The following induces an error, until -std is added to get
3090 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3091 array size at least. It's necessary to write '\x00'==0 to get something
3092 that's true only with -std. */
3093 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3094
3095 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3096 inside strings and character constants. */
3097 #define FOO(x) 'x'
3098 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3099
3100 int test (int i, double x);
3101 struct s1 {int (*f) (int a);};
3102 struct s2 {int (*f) (double a);};
3103 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3104 int argc;
3105 char **argv;
3106 int
3107 main ()
3108 {
3109 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3110 ;
3111 return 0;
3112 }
3113 _ACEOF
3114 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3115 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3116 do
3117 CC="$ac_save_CC $ac_arg"
3118 if ac_fn_c_try_compile "$LINENO"; then :
3119 ac_cv_prog_cc_c89=$ac_arg
3120 fi
3121 rm -f core conftest.err conftest.$ac_objext
3122 test "x$ac_cv_prog_cc_c89" != "xno" && break
3123 done
3124 rm -f conftest.$ac_ext
3125 CC=$ac_save_CC
3126
3127 fi
3128 # AC_CACHE_VAL
3129 case "x$ac_cv_prog_cc_c89" in
3130 x)
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3132 $as_echo "none needed" >&6; } ;;
3133 xno)
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3135 $as_echo "unsupported" >&6; } ;;
3136 *)
3137 CC="$CC $ac_cv_prog_cc_c89"
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3139 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3140 esac
3141 if test "x$ac_cv_prog_cc_c89" != xno; then :
3142
3143 fi
3144
3145 ac_ext=c
3146 ac_cpp='$CPP $CPPFLAGS'
3147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3150
3151
3152 ac_ext=c
3153 ac_cpp='$CPP $CPPFLAGS'
3154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3158 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3159 # On Suns, sometimes $CPP names a directory.
3160 if test -n "$CPP" && test -d "$CPP"; then
3161 CPP=
3162 fi
3163 if test -z "$CPP"; then
3164 if ${ac_cv_prog_CPP+:} false; then :
3165 $as_echo_n "(cached) " >&6
3166 else
3167 # Double quotes because CPP needs to be expanded
3168 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3169 do
3170 ac_preproc_ok=false
3171 for ac_c_preproc_warn_flag in '' yes
3172 do
3173 # Use a header file that comes with gcc, so configuring glibc
3174 # with a fresh cross-compiler works.
3175 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3176 # <limits.h> exists even on freestanding compilers.
3177 # On the NeXT, cc -E runs the code through the compiler's parser,
3178 # not just through cpp. "Syntax error" is here to catch this case.
3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180 /* end confdefs.h. */
3181 #ifdef __STDC__
3182 # include <limits.h>
3183 #else
3184 # include <assert.h>
3185 #endif
3186 Syntax error
3187 _ACEOF
3188 if ac_fn_c_try_cpp "$LINENO"; then :
3189
3190 else
3191 # Broken: fails on valid input.
3192 continue
3193 fi
3194 rm -f conftest.err conftest.i conftest.$ac_ext
3195
3196 # OK, works on sane cases. Now check whether nonexistent headers
3197 # can be detected and how.
3198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3199 /* end confdefs.h. */
3200 #include <ac_nonexistent.h>
3201 _ACEOF
3202 if ac_fn_c_try_cpp "$LINENO"; then :
3203 # Broken: success on invalid input.
3204 continue
3205 else
3206 # Passes both tests.
3207 ac_preproc_ok=:
3208 break
3209 fi
3210 rm -f conftest.err conftest.i conftest.$ac_ext
3211
3212 done
3213 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3214 rm -f conftest.i conftest.err conftest.$ac_ext
3215 if $ac_preproc_ok; then :
3216 break
3217 fi
3218
3219 done
3220 ac_cv_prog_CPP=$CPP
3221
3222 fi
3223 CPP=$ac_cv_prog_CPP
3224 else
3225 ac_cv_prog_CPP=$CPP
3226 fi
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3228 $as_echo "$CPP" >&6; }
3229 ac_preproc_ok=false
3230 for ac_c_preproc_warn_flag in '' yes
3231 do
3232 # Use a header file that comes with gcc, so configuring glibc
3233 # with a fresh cross-compiler works.
3234 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3235 # <limits.h> exists even on freestanding compilers.
3236 # On the NeXT, cc -E runs the code through the compiler's parser,
3237 # not just through cpp. "Syntax error" is here to catch this case.
3238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239 /* end confdefs.h. */
3240 #ifdef __STDC__
3241 # include <limits.h>
3242 #else
3243 # include <assert.h>
3244 #endif
3245 Syntax error
3246 _ACEOF
3247 if ac_fn_c_try_cpp "$LINENO"; then :
3248
3249 else
3250 # Broken: fails on valid input.
3251 continue
3252 fi
3253 rm -f conftest.err conftest.i conftest.$ac_ext
3254
3255 # OK, works on sane cases. Now check whether nonexistent headers
3256 # can be detected and how.
3257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3258 /* end confdefs.h. */
3259 #include <ac_nonexistent.h>
3260 _ACEOF
3261 if ac_fn_c_try_cpp "$LINENO"; then :
3262 # Broken: success on invalid input.
3263 continue
3264 else
3265 # Passes both tests.
3266 ac_preproc_ok=:
3267 break
3268 fi
3269 rm -f conftest.err conftest.i conftest.$ac_ext
3270
3271 done
3272 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3273 rm -f conftest.i conftest.err conftest.$ac_ext
3274 if $ac_preproc_ok; then :
3275
3276 else
3277 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3278 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3279 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3280 See \`config.log' for more details" "$LINENO" 5; }
3281 fi
3282
3283 ac_ext=c
3284 ac_cpp='$CPP $CPPFLAGS'
3285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3288
3289
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3291 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3292 if ${ac_cv_path_GREP+:} false; then :
3293 $as_echo_n "(cached) " >&6
3294 else
3295 if test -z "$GREP"; then
3296 ac_path_GREP_found=false
3297 # Loop through the user's path and test for each of PROGNAME-LIST
3298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3299 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3300 do
3301 IFS=$as_save_IFS
3302 test -z "$as_dir" && as_dir=.
3303 for ac_prog in grep ggrep; do
3304 for ac_exec_ext in '' $ac_executable_extensions; do
3305 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3306 as_fn_executable_p "$ac_path_GREP" || continue
3307 # Check for GNU ac_path_GREP and select it if it is found.
3308 # Check for GNU $ac_path_GREP
3309 case `"$ac_path_GREP" --version 2>&1` in
3310 *GNU*)
3311 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3312 *)
3313 ac_count=0
3314 $as_echo_n 0123456789 >"conftest.in"
3315 while :
3316 do
3317 cat "conftest.in" "conftest.in" >"conftest.tmp"
3318 mv "conftest.tmp" "conftest.in"
3319 cp "conftest.in" "conftest.nl"
3320 $as_echo 'GREP' >> "conftest.nl"
3321 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3322 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3323 as_fn_arith $ac_count + 1 && ac_count=$as_val
3324 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3325 # Best one so far, save it but keep looking for a better one
3326 ac_cv_path_GREP="$ac_path_GREP"
3327 ac_path_GREP_max=$ac_count
3328 fi
3329 # 10*(2^10) chars as input seems more than enough
3330 test $ac_count -gt 10 && break
3331 done
3332 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3333 esac
3334
3335 $ac_path_GREP_found && break 3
3336 done
3337 done
3338 done
3339 IFS=$as_save_IFS
3340 if test -z "$ac_cv_path_GREP"; then
3341 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3342 fi
3343 else
3344 ac_cv_path_GREP=$GREP
3345 fi
3346
3347 fi
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3349 $as_echo "$ac_cv_path_GREP" >&6; }
3350 GREP="$ac_cv_path_GREP"
3351
3352
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3354 $as_echo_n "checking for egrep... " >&6; }
3355 if ${ac_cv_path_EGREP+:} false; then :
3356 $as_echo_n "(cached) " >&6
3357 else
3358 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3359 then ac_cv_path_EGREP="$GREP -E"
3360 else
3361 if test -z "$EGREP"; then
3362 ac_path_EGREP_found=false
3363 # Loop through the user's path and test for each of PROGNAME-LIST
3364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3365 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3366 do
3367 IFS=$as_save_IFS
3368 test -z "$as_dir" && as_dir=.
3369 for ac_prog in egrep; do
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3372 as_fn_executable_p "$ac_path_EGREP" || continue
3373 # Check for GNU ac_path_EGREP and select it if it is found.
3374 # Check for GNU $ac_path_EGREP
3375 case `"$ac_path_EGREP" --version 2>&1` in
3376 *GNU*)
3377 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3378 *)
3379 ac_count=0
3380 $as_echo_n 0123456789 >"conftest.in"
3381 while :
3382 do
3383 cat "conftest.in" "conftest.in" >"conftest.tmp"
3384 mv "conftest.tmp" "conftest.in"
3385 cp "conftest.in" "conftest.nl"
3386 $as_echo 'EGREP' >> "conftest.nl"
3387 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3388 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3389 as_fn_arith $ac_count + 1 && ac_count=$as_val
3390 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3391 # Best one so far, save it but keep looking for a better one
3392 ac_cv_path_EGREP="$ac_path_EGREP"
3393 ac_path_EGREP_max=$ac_count
3394 fi
3395 # 10*(2^10) chars as input seems more than enough
3396 test $ac_count -gt 10 && break
3397 done
3398 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3399 esac
3400
3401 $ac_path_EGREP_found && break 3
3402 done
3403 done
3404 done
3405 IFS=$as_save_IFS
3406 if test -z "$ac_cv_path_EGREP"; then
3407 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3408 fi
3409 else
3410 ac_cv_path_EGREP=$EGREP
3411 fi
3412
3413 fi
3414 fi
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3416 $as_echo "$ac_cv_path_EGREP" >&6; }
3417 EGREP="$ac_cv_path_EGREP"
3418
3419
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3421 $as_echo_n "checking for ANSI C header files... " >&6; }
3422 if ${ac_cv_header_stdc+:} false; then :
3423 $as_echo_n "(cached) " >&6
3424 else
3425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3426 /* end confdefs.h. */
3427 #include <stdlib.h>
3428 #include <stdarg.h>
3429 #include <string.h>
3430 #include <float.h>
3431
3432 int
3433 main ()
3434 {
3435
3436 ;
3437 return 0;
3438 }
3439 _ACEOF
3440 if ac_fn_c_try_compile "$LINENO"; then :
3441 ac_cv_header_stdc=yes
3442 else
3443 ac_cv_header_stdc=no
3444 fi
3445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3446
3447 if test $ac_cv_header_stdc = yes; then
3448 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3450 /* end confdefs.h. */
3451 #include <string.h>
3452
3453 _ACEOF
3454 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3455 $EGREP "memchr" >/dev/null 2>&1; then :
3456
3457 else
3458 ac_cv_header_stdc=no
3459 fi
3460 rm -f conftest*
3461
3462 fi
3463
3464 if test $ac_cv_header_stdc = yes; then
3465 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3467 /* end confdefs.h. */
3468 #include <stdlib.h>
3469
3470 _ACEOF
3471 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3472 $EGREP "free" >/dev/null 2>&1; then :
3473
3474 else
3475 ac_cv_header_stdc=no
3476 fi
3477 rm -f conftest*
3478
3479 fi
3480
3481 if test $ac_cv_header_stdc = yes; then
3482 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3483 if test "$cross_compiling" = yes; then :
3484 :
3485 else
3486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3487 /* end confdefs.h. */
3488 #include <ctype.h>
3489 #include <stdlib.h>
3490 #if ((' ' & 0x0FF) == 0x020)
3491 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3492 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3493 #else
3494 # define ISLOWER(c) \
3495 (('a' <= (c) && (c) <= 'i') \
3496 || ('j' <= (c) && (c) <= 'r') \
3497 || ('s' <= (c) && (c) <= 'z'))
3498 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3499 #endif
3500
3501 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3502 int
3503 main ()
3504 {
3505 int i;
3506 for (i = 0; i < 256; i++)
3507 if (XOR (islower (i), ISLOWER (i))
3508 || toupper (i) != TOUPPER (i))
3509 return 2;
3510 return 0;
3511 }
3512 _ACEOF
3513 if ac_fn_c_try_run "$LINENO"; then :
3514
3515 else
3516 ac_cv_header_stdc=no
3517 fi
3518 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3519 conftest.$ac_objext conftest.beam conftest.$ac_ext
3520 fi
3521
3522 fi
3523 fi
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3525 $as_echo "$ac_cv_header_stdc" >&6; }
3526 if test $ac_cv_header_stdc = yes; then
3527
3528 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3529
3530 fi
3531
3532 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3533 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3534 inttypes.h stdint.h unistd.h
3535 do :
3536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3537 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3538 "
3539 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3540 cat >>confdefs.h <<_ACEOF
3541 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3542 _ACEOF
3543
3544 fi
3545
3546 done
3547
3548
3549
3550 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3551 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3552 MINIX=yes
3553 else
3554 MINIX=
3555 fi
3556
3557
3558 if test "$MINIX" = yes; then
3559
3560 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3561
3562
3563 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3564
3565
3566 $as_echo "#define _MINIX 1" >>confdefs.h
3567
3568 fi
3569
3570
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3572 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3573 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3574 $as_echo_n "(cached) " >&6
3575 else
3576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3577 /* end confdefs.h. */
3578
3579 # define __EXTENSIONS__ 1
3580 $ac_includes_default
3581 int
3582 main ()
3583 {
3584
3585 ;
3586 return 0;
3587 }
3588 _ACEOF
3589 if ac_fn_c_try_compile "$LINENO"; then :
3590 ac_cv_safe_to_define___extensions__=yes
3591 else
3592 ac_cv_safe_to_define___extensions__=no
3593 fi
3594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3595 fi
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3597 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3598 test $ac_cv_safe_to_define___extensions__ = yes &&
3599 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3600
3601 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3602
3603 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3604
3605 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3606
3607 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3608
3609
3610 test "$program_prefix" != NONE &&
3611 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3612 # Use a double $ so make ignores it.
3613 test "$program_suffix" != NONE &&
3614 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3615 # Double any \ or $.
3616 # By default was `s,x,x', remove it if useless.
3617 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3618 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3619
3620 # Find a good install program. We prefer a C program (faster),
3621 # so one script is as good as another. But avoid the broken or
3622 # incompatible versions:
3623 # SysV /etc/install, /usr/sbin/install
3624 # SunOS /usr/etc/install
3625 # IRIX /sbin/install
3626 # AIX /bin/install
3627 # AmigaOS /C/install, which installs bootblocks on floppy discs
3628 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3629 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3630 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3631 # OS/2's system install, which has a completely different semantic
3632 # ./install, which can be erroneously created by make from ./install.sh.
3633 # Reject install programs that cannot install multiple files.
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3635 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3636 if test -z "$INSTALL"; then
3637 if ${ac_cv_path_install+:} false; then :
3638 $as_echo_n "(cached) " >&6
3639 else
3640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3641 for as_dir in $PATH
3642 do
3643 IFS=$as_save_IFS
3644 test -z "$as_dir" && as_dir=.
3645 # Account for people who put trailing slashes in PATH elements.
3646 case $as_dir/ in #((
3647 ./ | .// | /[cC]/* | \
3648 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3649 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3650 /usr/ucb/* ) ;;
3651 *)
3652 # OSF1 and SCO ODT 3.0 have their own names for install.
3653 # Don't use installbsd from OSF since it installs stuff as root
3654 # by default.
3655 for ac_prog in ginstall scoinst install; do
3656 for ac_exec_ext in '' $ac_executable_extensions; do
3657 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3658 if test $ac_prog = install &&
3659 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3660 # AIX install. It has an incompatible calling convention.
3661 :
3662 elif test $ac_prog = install &&
3663 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3664 # program-specific install script used by HP pwplus--don't use.
3665 :
3666 else
3667 rm -rf conftest.one conftest.two conftest.dir
3668 echo one > conftest.one
3669 echo two > conftest.two
3670 mkdir conftest.dir
3671 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3672 test -s conftest.one && test -s conftest.two &&
3673 test -s conftest.dir/conftest.one &&
3674 test -s conftest.dir/conftest.two
3675 then
3676 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3677 break 3
3678 fi
3679 fi
3680 fi
3681 done
3682 done
3683 ;;
3684 esac
3685
3686 done
3687 IFS=$as_save_IFS
3688
3689 rm -rf conftest.one conftest.two conftest.dir
3690
3691 fi
3692 if test "${ac_cv_path_install+set}" = set; then
3693 INSTALL=$ac_cv_path_install
3694 else
3695 # As a last resort, use the slow shell script. Don't cache a
3696 # value for INSTALL within a source directory, because that will
3697 # break other packages using the cache if that directory is
3698 # removed, or if the value is a relative name.
3699 INSTALL=$ac_install_sh
3700 fi
3701 fi
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3703 $as_echo "$INSTALL" >&6; }
3704
3705 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3706 # It thinks the first close brace ends the variable substitution.
3707 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3708
3709 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3710
3711 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3712
3713 rm -rf .tst 2>/dev/null
3714 mkdir .tst 2>/dev/null
3715 if test -d .tst; then
3716 am__leading_dot=.
3717 else
3718 am__leading_dot=_
3719 fi
3720 rmdir .tst 2>/dev/null
3721
3722 DEPDIR="${am__leading_dot}deps"
3723
3724 case `pwd` in
3725 *\ * | *\ *)
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3727 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3728 esac
3729
3730
3731
3732 macro_version='2.2.7a'
3733 macro_revision='1.3134'
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747 ltmain="$ac_aux_dir/ltmain.sh"
3748
3749 # Backslashify metacharacters that are still active within
3750 # double-quoted strings.
3751 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3752
3753 # Same as above, but do not quote variable references.
3754 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3755
3756 # Sed substitution to delay expansion of an escaped shell variable in a
3757 # double_quote_subst'ed string.
3758 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3759
3760 # Sed substitution to delay expansion of an escaped single quote.
3761 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3762
3763 # Sed substitution to avoid accidental globbing in evaled expressions
3764 no_glob_subst='s/\*/\\\*/g'
3765
3766 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3767 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3768 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3769
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3771 $as_echo_n "checking how to print strings... " >&6; }
3772 # Test print first, because it will be a builtin if present.
3773 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3774 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3775 ECHO='print -r --'
3776 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3777 ECHO='printf %s\n'
3778 else
3779 # Use this function as a fallback that always works.
3780 func_fallback_echo ()
3781 {
3782 eval 'cat <<_LTECHO_EOF
3783 $1
3784 _LTECHO_EOF'
3785 }
3786 ECHO='func_fallback_echo'
3787 fi
3788
3789 # func_echo_all arg...
3790 # Invoke $ECHO with all args, space-separated.
3791 func_echo_all ()
3792 {
3793 $ECHO ""
3794 }
3795
3796 case "$ECHO" in
3797 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3798 $as_echo "printf" >&6; } ;;
3799 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3800 $as_echo "print -r" >&6; } ;;
3801 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3802 $as_echo "cat" >&6; } ;;
3803 esac
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3819 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3820 if ${ac_cv_path_SED+:} false; then :
3821 $as_echo_n "(cached) " >&6
3822 else
3823 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3824 for ac_i in 1 2 3 4 5 6 7; do
3825 ac_script="$ac_script$as_nl$ac_script"
3826 done
3827 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3828 { ac_script=; unset ac_script;}
3829 if test -z "$SED"; then
3830 ac_path_SED_found=false
3831 # Loop through the user's path and test for each of PROGNAME-LIST
3832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833 for as_dir in $PATH
3834 do
3835 IFS=$as_save_IFS
3836 test -z "$as_dir" && as_dir=.
3837 for ac_prog in sed gsed; do
3838 for ac_exec_ext in '' $ac_executable_extensions; do
3839 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3840 as_fn_executable_p "$ac_path_SED" || continue
3841 # Check for GNU ac_path_SED and select it if it is found.
3842 # Check for GNU $ac_path_SED
3843 case `"$ac_path_SED" --version 2>&1` in
3844 *GNU*)
3845 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3846 *)
3847 ac_count=0
3848 $as_echo_n 0123456789 >"conftest.in"
3849 while :
3850 do
3851 cat "conftest.in" "conftest.in" >"conftest.tmp"
3852 mv "conftest.tmp" "conftest.in"
3853 cp "conftest.in" "conftest.nl"
3854 $as_echo '' >> "conftest.nl"
3855 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3856 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3857 as_fn_arith $ac_count + 1 && ac_count=$as_val
3858 if test $ac_count -gt ${ac_path_SED_max-0}; then
3859 # Best one so far, save it but keep looking for a better one
3860 ac_cv_path_SED="$ac_path_SED"
3861 ac_path_SED_max=$ac_count
3862 fi
3863 # 10*(2^10) chars as input seems more than enough
3864 test $ac_count -gt 10 && break
3865 done
3866 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3867 esac
3868
3869 $ac_path_SED_found && break 3
3870 done
3871 done
3872 done
3873 IFS=$as_save_IFS
3874 if test -z "$ac_cv_path_SED"; then
3875 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3876 fi
3877 else
3878 ac_cv_path_SED=$SED
3879 fi
3880
3881 fi
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3883 $as_echo "$ac_cv_path_SED" >&6; }
3884 SED="$ac_cv_path_SED"
3885 rm -f conftest.sed
3886
3887 test -z "$SED" && SED=sed
3888 Xsed="$SED -e 1s/^X//"
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3901 $as_echo_n "checking for fgrep... " >&6; }
3902 if ${ac_cv_path_FGREP+:} false; then :
3903 $as_echo_n "(cached) " >&6
3904 else
3905 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3906 then ac_cv_path_FGREP="$GREP -F"
3907 else
3908 if test -z "$FGREP"; then
3909 ac_path_FGREP_found=false
3910 # Loop through the user's path and test for each of PROGNAME-LIST
3911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3912 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3913 do
3914 IFS=$as_save_IFS
3915 test -z "$as_dir" && as_dir=.
3916 for ac_prog in fgrep; do
3917 for ac_exec_ext in '' $ac_executable_extensions; do
3918 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3919 as_fn_executable_p "$ac_path_FGREP" || continue
3920 # Check for GNU ac_path_FGREP and select it if it is found.
3921 # Check for GNU $ac_path_FGREP
3922 case `"$ac_path_FGREP" --version 2>&1` in
3923 *GNU*)
3924 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3925 *)
3926 ac_count=0
3927 $as_echo_n 0123456789 >"conftest.in"
3928 while :
3929 do
3930 cat "conftest.in" "conftest.in" >"conftest.tmp"
3931 mv "conftest.tmp" "conftest.in"
3932 cp "conftest.in" "conftest.nl"
3933 $as_echo 'FGREP' >> "conftest.nl"
3934 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3935 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3936 as_fn_arith $ac_count + 1 && ac_count=$as_val
3937 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3938 # Best one so far, save it but keep looking for a better one
3939 ac_cv_path_FGREP="$ac_path_FGREP"
3940 ac_path_FGREP_max=$ac_count
3941 fi
3942 # 10*(2^10) chars as input seems more than enough
3943 test $ac_count -gt 10 && break
3944 done
3945 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3946 esac
3947
3948 $ac_path_FGREP_found && break 3
3949 done
3950 done
3951 done
3952 IFS=$as_save_IFS
3953 if test -z "$ac_cv_path_FGREP"; then
3954 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3955 fi
3956 else
3957 ac_cv_path_FGREP=$FGREP
3958 fi
3959
3960 fi
3961 fi
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3963 $as_echo "$ac_cv_path_FGREP" >&6; }
3964 FGREP="$ac_cv_path_FGREP"
3965
3966
3967 test -z "$GREP" && GREP=grep
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987 # Check whether --with-gnu-ld was given.
3988 if test "${with_gnu_ld+set}" = set; then :
3989 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3990 else
3991 with_gnu_ld=no
3992 fi
3993
3994 ac_prog=ld
3995 if test "$GCC" = yes; then
3996 # Check if gcc -print-prog-name=ld gives a path.
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3998 $as_echo_n "checking for ld used by $CC... " >&6; }
3999 case $host in
4000 *-*-mingw*)
4001 # gcc leaves a trailing carriage return which upsets mingw
4002 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4003 *)
4004 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4005 esac
4006 case $ac_prog in
4007 # Accept absolute paths.
4008 [\\/]* | ?:[\\/]*)
4009 re_direlt='/[^/][^/]*/\.\./'
4010 # Canonicalize the pathname of ld
4011 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4012 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4013 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4014 done
4015 test -z "$LD" && LD="$ac_prog"
4016 ;;
4017 "")
4018 # If it fails, then pretend we aren't using GCC.
4019 ac_prog=ld
4020 ;;
4021 *)
4022 # If it is relative, then search for the first ld in PATH.
4023 with_gnu_ld=unknown
4024 ;;
4025 esac
4026 elif test "$with_gnu_ld" = yes; then
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4028 $as_echo_n "checking for GNU ld... " >&6; }
4029 else
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4031 $as_echo_n "checking for non-GNU ld... " >&6; }
4032 fi
4033 if ${lt_cv_path_LD+:} false; then :
4034 $as_echo_n "(cached) " >&6
4035 else
4036 if test -z "$LD"; then
4037 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4038 for ac_dir in $PATH; do
4039 IFS="$lt_save_ifs"
4040 test -z "$ac_dir" && ac_dir=.
4041 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4042 lt_cv_path_LD="$ac_dir/$ac_prog"
4043 # Check to see if the program is GNU ld. I'd rather use --version,
4044 # but apparently some variants of GNU ld only accept -v.
4045 # Break only if it was the GNU/non-GNU ld that we prefer.
4046 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4047 *GNU* | *'with BFD'*)
4048 test "$with_gnu_ld" != no && break
4049 ;;
4050 *)
4051 test "$with_gnu_ld" != yes && break
4052 ;;
4053 esac
4054 fi
4055 done
4056 IFS="$lt_save_ifs"
4057 else
4058 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4059 fi
4060 fi
4061
4062 LD="$lt_cv_path_LD"
4063 if test -n "$LD"; then
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4065 $as_echo "$LD" >&6; }
4066 else
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4068 $as_echo "no" >&6; }
4069 fi
4070 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4072 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4073 if ${lt_cv_prog_gnu_ld+:} false; then :
4074 $as_echo_n "(cached) " >&6
4075 else
4076 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4077 case `$LD -v 2>&1 </dev/null` in
4078 *GNU* | *'with BFD'*)
4079 lt_cv_prog_gnu_ld=yes
4080 ;;
4081 *)
4082 lt_cv_prog_gnu_ld=no
4083 ;;
4084 esac
4085 fi
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4087 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4088 with_gnu_ld=$lt_cv_prog_gnu_ld
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4099 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4100 if ${lt_cv_path_NM+:} false; then :
4101 $as_echo_n "(cached) " >&6
4102 else
4103 if test -n "$NM"; then
4104 # Let the user override the test.
4105 lt_cv_path_NM="$NM"
4106 else
4107 lt_nm_to_check="${ac_tool_prefix}nm"
4108 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4109 lt_nm_to_check="$lt_nm_to_check nm"
4110 fi
4111 for lt_tmp_nm in $lt_nm_to_check; do
4112 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4113 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4114 IFS="$lt_save_ifs"
4115 test -z "$ac_dir" && ac_dir=.
4116 tmp_nm="$ac_dir/$lt_tmp_nm"
4117 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4118 # Check to see if the nm accepts a BSD-compat flag.
4119 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4120 # nm: unknown option "B" ignored
4121 # Tru64's nm complains that /dev/null is an invalid object file
4122 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4123 */dev/null* | *'Invalid file or object type'*)
4124 lt_cv_path_NM="$tmp_nm -B"
4125 break
4126 ;;
4127 *)
4128 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4129 */dev/null*)
4130 lt_cv_path_NM="$tmp_nm -p"
4131 break
4132 ;;
4133 *)
4134 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4135 continue # so that we can try to find one that supports BSD flags
4136 ;;
4137 esac
4138 ;;
4139 esac
4140 fi
4141 done
4142 IFS="$lt_save_ifs"
4143 done
4144 : ${lt_cv_path_NM=no}
4145 fi
4146 fi
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4148 $as_echo "$lt_cv_path_NM" >&6; }
4149 if test "$lt_cv_path_NM" != "no"; then
4150 NM="$lt_cv_path_NM"
4151 else
4152 # Didn't find any BSD compatible name lister, look for dumpbin.
4153 if test -n "$DUMPBIN"; then :
4154 # Let the user override the test.
4155 else
4156 if test -n "$ac_tool_prefix"; then
4157 for ac_prog in dumpbin "link -dump"
4158 do
4159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4160 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162 $as_echo_n "checking for $ac_word... " >&6; }
4163 if ${ac_cv_prog_DUMPBIN+:} false; then :
4164 $as_echo_n "(cached) " >&6
4165 else
4166 if test -n "$DUMPBIN"; then
4167 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4168 else
4169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4170 for as_dir in $PATH
4171 do
4172 IFS=$as_save_IFS
4173 test -z "$as_dir" && as_dir=.
4174 for ac_exec_ext in '' $ac_executable_extensions; do
4175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4176 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4178 break 2
4179 fi
4180 done
4181 done
4182 IFS=$as_save_IFS
4183
4184 fi
4185 fi
4186 DUMPBIN=$ac_cv_prog_DUMPBIN
4187 if test -n "$DUMPBIN"; then
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4189 $as_echo "$DUMPBIN" >&6; }
4190 else
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4192 $as_echo "no" >&6; }
4193 fi
4194
4195
4196 test -n "$DUMPBIN" && break
4197 done
4198 fi
4199 if test -z "$DUMPBIN"; then
4200 ac_ct_DUMPBIN=$DUMPBIN
4201 for ac_prog in dumpbin "link -dump"
4202 do
4203 # Extract the first word of "$ac_prog", so it can be a program name with args.
4204 set dummy $ac_prog; ac_word=$2
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4206 $as_echo_n "checking for $ac_word... " >&6; }
4207 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4208 $as_echo_n "(cached) " >&6
4209 else
4210 if test -n "$ac_ct_DUMPBIN"; then
4211 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4212 else
4213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214 for as_dir in $PATH
4215 do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4220 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4222 break 2
4223 fi
4224 done
4225 done
4226 IFS=$as_save_IFS
4227
4228 fi
4229 fi
4230 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4231 if test -n "$ac_ct_DUMPBIN"; then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4233 $as_echo "$ac_ct_DUMPBIN" >&6; }
4234 else
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4237 fi
4238
4239
4240 test -n "$ac_ct_DUMPBIN" && break
4241 done
4242
4243 if test "x$ac_ct_DUMPBIN" = x; then
4244 DUMPBIN=":"
4245 else
4246 case $cross_compiling:$ac_tool_warned in
4247 yes:)
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4250 ac_tool_warned=yes ;;
4251 esac
4252 DUMPBIN=$ac_ct_DUMPBIN
4253 fi
4254 fi
4255
4256 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4257 *COFF*)
4258 DUMPBIN="$DUMPBIN -symbols"
4259 ;;
4260 *)
4261 DUMPBIN=:
4262 ;;
4263 esac
4264 fi
4265
4266 if test "$DUMPBIN" != ":"; then
4267 NM="$DUMPBIN"
4268 fi
4269 fi
4270 test -z "$NM" && NM=nm
4271
4272
4273
4274
4275
4276
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4278 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4279 if ${lt_cv_nm_interface+:} false; then :
4280 $as_echo_n "(cached) " >&6
4281 else
4282 lt_cv_nm_interface="BSD nm"
4283 echo "int some_variable = 0;" > conftest.$ac_ext
4284 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4285 (eval "$ac_compile" 2>conftest.err)
4286 cat conftest.err >&5
4287 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4288 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4289 cat conftest.err >&5
4290 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4291 cat conftest.out >&5
4292 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4293 lt_cv_nm_interface="MS dumpbin"
4294 fi
4295 rm -f conftest*
4296 fi
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4298 $as_echo "$lt_cv_nm_interface" >&6; }
4299
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4301 $as_echo_n "checking whether ln -s works... " >&6; }
4302 LN_S=$as_ln_s
4303 if test "$LN_S" = "ln -s"; then
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4305 $as_echo "yes" >&6; }
4306 else
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4308 $as_echo "no, using $LN_S" >&6; }
4309 fi
4310
4311 # find the maximum length of command line arguments
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4313 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4314 if ${lt_cv_sys_max_cmd_len+:} false; then :
4315 $as_echo_n "(cached) " >&6
4316 else
4317 i=0
4318 teststring="ABCD"
4319
4320 case $build_os in
4321 msdosdjgpp*)
4322 # On DJGPP, this test can blow up pretty badly due to problems in libc
4323 # (any single argument exceeding 2000 bytes causes a buffer overrun
4324 # during glob expansion). Even if it were fixed, the result of this
4325 # check would be larger than it should be.
4326 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4327 ;;
4328
4329 gnu*)
4330 # Under GNU Hurd, this test is not required because there is
4331 # no limit to the length of command line arguments.
4332 # Libtool will interpret -1 as no limit whatsoever
4333 lt_cv_sys_max_cmd_len=-1;
4334 ;;
4335
4336 cygwin* | mingw* | cegcc*)
4337 # On Win9x/ME, this test blows up -- it succeeds, but takes
4338 # about 5 minutes as the teststring grows exponentially.
4339 # Worse, since 9x/ME are not pre-emptively multitasking,
4340 # you end up with a "frozen" computer, even though with patience
4341 # the test eventually succeeds (with a max line length of 256k).
4342 # Instead, let's just punt: use the minimum linelength reported by
4343 # all of the supported platforms: 8192 (on NT/2K/XP).
4344 lt_cv_sys_max_cmd_len=8192;
4345 ;;
4346
4347 mint*)
4348 # On MiNT this can take a long time and run out of memory.
4349 lt_cv_sys_max_cmd_len=8192;
4350 ;;
4351
4352 amigaos*)
4353 # On AmigaOS with pdksh, this test takes hours, literally.
4354 # So we just punt and use a minimum line length of 8192.
4355 lt_cv_sys_max_cmd_len=8192;
4356 ;;
4357
4358 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4359 # This has been around since 386BSD, at least. Likely further.
4360 if test -x /sbin/sysctl; then
4361 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4362 elif test -x /usr/sbin/sysctl; then
4363 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4364 else
4365 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4366 fi
4367 # And add a safety zone
4368 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4369 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4370 ;;
4371
4372 interix*)
4373 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4374 lt_cv_sys_max_cmd_len=196608
4375 ;;
4376
4377 osf*)
4378 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4379 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4380 # nice to cause kernel panics so lets avoid the loop below.
4381 # First set a reasonable default.
4382 lt_cv_sys_max_cmd_len=16384
4383 #
4384 if test -x /sbin/sysconfig; then
4385 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4386 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4387 esac
4388 fi
4389 ;;
4390 sco3.2v5*)
4391 lt_cv_sys_max_cmd_len=102400
4392 ;;
4393 sysv5* | sco5v6* | sysv4.2uw2*)
4394 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4395 if test -n "$kargmax"; then
4396 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4397 else
4398 lt_cv_sys_max_cmd_len=32768
4399 fi
4400 ;;
4401 *)
4402 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4403 if test -n "$lt_cv_sys_max_cmd_len"; then
4404 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4405 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4406 else
4407 # Make teststring a little bigger before we do anything with it.
4408 # a 1K string should be a reasonable start.
4409 for i in 1 2 3 4 5 6 7 8 ; do
4410 teststring=$teststring$teststring
4411 done
4412 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4413 # If test is not a shell built-in, we'll probably end up computing a
4414 # maximum length that is only half of the actual maximum length, but
4415 # we can't tell.
4416 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4417 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4418 test $i != 17 # 1/2 MB should be enough
4419 do
4420 i=`expr $i + 1`
4421 teststring=$teststring$teststring
4422 done
4423 # Only check the string length outside the loop.
4424 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4425 teststring=
4426 # Add a significant safety factor because C++ compilers can tack on
4427 # massive amounts of additional arguments before passing them to the
4428 # linker. It appears as though 1/2 is a usable value.
4429 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4430 fi
4431 ;;
4432 esac
4433
4434 fi
4435
4436 if test -n $lt_cv_sys_max_cmd_len ; then
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4438 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4439 else
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4441 $as_echo "none" >&6; }
4442 fi
4443 max_cmd_len=$lt_cv_sys_max_cmd_len
4444
4445
4446
4447
4448
4449
4450 : ${CP="cp -f"}
4451 : ${MV="mv -f"}
4452 : ${RM="rm -f"}
4453
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4455 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4456 # Try some XSI features
4457 xsi_shell=no
4458 ( _lt_dummy="a/b/c"
4459 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4460 = c,a/b,, \
4461 && eval 'test $(( 1 + 1 )) -eq 2 \
4462 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4463 && xsi_shell=yes
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4465 $as_echo "$xsi_shell" >&6; }
4466
4467
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4469 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4470 lt_shell_append=no
4471 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4472 >/dev/null 2>&1 \
4473 && lt_shell_append=yes
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4475 $as_echo "$lt_shell_append" >&6; }
4476
4477
4478 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4479 lt_unset=unset
4480 else
4481 lt_unset=false
4482 fi
4483
4484
4485
4486
4487
4488 # test EBCDIC or ASCII
4489 case `echo X|tr X '\101'` in
4490 A) # ASCII based system
4491 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4492 lt_SP2NL='tr \040 \012'
4493 lt_NL2SP='tr \015\012 \040\040'
4494 ;;
4495 *) # EBCDIC based system
4496 lt_SP2NL='tr \100 \n'
4497 lt_NL2SP='tr \r\n \100\100'
4498 ;;
4499 esac
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4510 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4511 if ${lt_cv_ld_reload_flag+:} false; then :
4512 $as_echo_n "(cached) " >&6
4513 else
4514 lt_cv_ld_reload_flag='-r'
4515 fi
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4517 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4518 reload_flag=$lt_cv_ld_reload_flag
4519 case $reload_flag in
4520 "" | " "*) ;;
4521 *) reload_flag=" $reload_flag" ;;
4522 esac
4523 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4524 case $host_os in
4525 darwin*)
4526 if test "$GCC" = yes; then
4527 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4528 else
4529 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4530 fi
4531 ;;
4532 esac
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542 if test -n "$ac_tool_prefix"; then
4543 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4544 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4546 $as_echo_n "checking for $ac_word... " >&6; }
4547 if ${ac_cv_prog_OBJDUMP+:} false; then :
4548 $as_echo_n "(cached) " >&6
4549 else
4550 if test -n "$OBJDUMP"; then
4551 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4552 else
4553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554 for as_dir in $PATH
4555 do
4556 IFS=$as_save_IFS
4557 test -z "$as_dir" && as_dir=.
4558 for ac_exec_ext in '' $ac_executable_extensions; do
4559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4560 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4562 break 2
4563 fi
4564 done
4565 done
4566 IFS=$as_save_IFS
4567
4568 fi
4569 fi
4570 OBJDUMP=$ac_cv_prog_OBJDUMP
4571 if test -n "$OBJDUMP"; then
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4573 $as_echo "$OBJDUMP" >&6; }
4574 else
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4576 $as_echo "no" >&6; }
4577 fi
4578
4579
4580 fi
4581 if test -z "$ac_cv_prog_OBJDUMP"; then
4582 ac_ct_OBJDUMP=$OBJDUMP
4583 # Extract the first word of "objdump", so it can be a program name with args.
4584 set dummy objdump; ac_word=$2
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4586 $as_echo_n "checking for $ac_word... " >&6; }
4587 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589 else
4590 if test -n "$ac_ct_OBJDUMP"; then
4591 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4592 else
4593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594 for as_dir in $PATH
4595 do
4596 IFS=$as_save_IFS
4597 test -z "$as_dir" && as_dir=.
4598 for ac_exec_ext in '' $ac_executable_extensions; do
4599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4600 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4602 break 2
4603 fi
4604 done
4605 done
4606 IFS=$as_save_IFS
4607
4608 fi
4609 fi
4610 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4611 if test -n "$ac_ct_OBJDUMP"; then
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4613 $as_echo "$ac_ct_OBJDUMP" >&6; }
4614 else
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4616 $as_echo "no" >&6; }
4617 fi
4618
4619 if test "x$ac_ct_OBJDUMP" = x; then
4620 OBJDUMP="false"
4621 else
4622 case $cross_compiling:$ac_tool_warned in
4623 yes:)
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4626 ac_tool_warned=yes ;;
4627 esac
4628 OBJDUMP=$ac_ct_OBJDUMP
4629 fi
4630 else
4631 OBJDUMP="$ac_cv_prog_OBJDUMP"
4632 fi
4633
4634 test -z "$OBJDUMP" && OBJDUMP=objdump
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4645 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4646 if ${lt_cv_deplibs_check_method+:} false; then :
4647 $as_echo_n "(cached) " >&6
4648 else
4649 lt_cv_file_magic_cmd='$MAGIC_CMD'
4650 lt_cv_file_magic_test_file=
4651 lt_cv_deplibs_check_method='unknown'
4652 # Need to set the preceding variable on all platforms that support
4653 # interlibrary dependencies.
4654 # 'none' -- dependencies not supported.
4655 # `unknown' -- same as none, but documents that we really don't know.
4656 # 'pass_all' -- all dependencies passed with no checks.
4657 # 'test_compile' -- check by making test program.
4658 # 'file_magic [[regex]]' -- check by looking for files in library path
4659 # which responds to the $file_magic_cmd with a given extended regex.
4660 # If you have `file' or equivalent on your system and you're not sure
4661 # whether `pass_all' will *always* work, you probably want this one.
4662
4663 case $host_os in
4664 aix[4-9]*)
4665 lt_cv_deplibs_check_method=pass_all
4666 ;;
4667
4668 beos*)
4669 lt_cv_deplibs_check_method=pass_all
4670 ;;
4671
4672 bsdi[45]*)
4673 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4674 lt_cv_file_magic_cmd='/usr/bin/file -L'
4675 lt_cv_file_magic_test_file=/shlib/libc.so
4676 ;;
4677
4678 cygwin*)
4679 # func_win32_libid is a shell function defined in ltmain.sh
4680 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4681 lt_cv_file_magic_cmd='func_win32_libid'
4682 ;;
4683
4684 mingw* | pw32*)
4685 # Base MSYS/MinGW do not provide the 'file' command needed by
4686 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4687 # unless we find 'file', for example because we are cross-compiling.
4688 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4689 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4690 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4691 lt_cv_file_magic_cmd='func_win32_libid'
4692 else
4693 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4694 lt_cv_file_magic_cmd='$OBJDUMP -f'
4695 fi
4696 ;;
4697
4698 cegcc*)
4699 # use the weaker test based on 'objdump'. See mingw*.
4700 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4701 lt_cv_file_magic_cmd='$OBJDUMP -f'
4702 ;;
4703
4704 darwin* | rhapsody*)
4705 lt_cv_deplibs_check_method=pass_all
4706 ;;
4707
4708 freebsd* | dragonfly*)
4709 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4710 case $host_cpu in
4711 i*86 )
4712 # Not sure whether the presence of OpenBSD here was a mistake.
4713 # Let's accept both of them until this is cleared up.
4714 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4715 lt_cv_file_magic_cmd=/usr/bin/file
4716 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4717 ;;
4718 esac
4719 else
4720 lt_cv_deplibs_check_method=pass_all
4721 fi
4722 ;;
4723
4724 gnu*)
4725 lt_cv_deplibs_check_method=pass_all
4726 ;;
4727
4728 haiku*)
4729 lt_cv_deplibs_check_method=pass_all
4730 ;;
4731
4732 hpux10.20* | hpux11*)
4733 lt_cv_file_magic_cmd=/usr/bin/file
4734 case $host_cpu in
4735 ia64*)
4736 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4737 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4738 ;;
4739 hppa*64*)
4740 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]'
4741 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4742 ;;
4743 *)
4744 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4745 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4746 ;;
4747 esac
4748 ;;
4749
4750 interix[3-9]*)
4751 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4752 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4753 ;;
4754
4755 irix5* | irix6* | nonstopux*)
4756 case $LD in
4757 *-32|*"-32 ") libmagic=32-bit;;
4758 *-n32|*"-n32 ") libmagic=N32;;
4759 *-64|*"-64 ") libmagic=64-bit;;
4760 *) libmagic=never-match;;
4761 esac
4762 lt_cv_deplibs_check_method=pass_all
4763 ;;
4764
4765 # This must be Linux ELF.
4766 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4767 lt_cv_deplibs_check_method=pass_all
4768 ;;
4769
4770 netbsd*)
4771 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4772 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4773 else
4774 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4775 fi
4776 ;;
4777
4778 newos6*)
4779 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4780 lt_cv_file_magic_cmd=/usr/bin/file
4781 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4782 ;;
4783
4784 *nto* | *qnx*)
4785 lt_cv_deplibs_check_method=pass_all
4786 ;;
4787
4788 openbsd*)
4789 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4790 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4791 else
4792 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4793 fi
4794 ;;
4795
4796 osf3* | osf4* | osf5*)
4797 lt_cv_deplibs_check_method=pass_all
4798 ;;
4799
4800 rdos*)
4801 lt_cv_deplibs_check_method=pass_all
4802 ;;
4803
4804 solaris*)
4805 lt_cv_deplibs_check_method=pass_all
4806 ;;
4807
4808 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4809 lt_cv_deplibs_check_method=pass_all
4810 ;;
4811
4812 sysv4 | sysv4.3*)
4813 case $host_vendor in
4814 motorola)
4815 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]'
4816 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4817 ;;
4818 ncr)
4819 lt_cv_deplibs_check_method=pass_all
4820 ;;
4821 sequent)
4822 lt_cv_file_magic_cmd='/bin/file'
4823 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4824 ;;
4825 sni)
4826 lt_cv_file_magic_cmd='/bin/file'
4827 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4828 lt_cv_file_magic_test_file=/lib/libc.so
4829 ;;
4830 siemens)
4831 lt_cv_deplibs_check_method=pass_all
4832 ;;
4833 pc)
4834 lt_cv_deplibs_check_method=pass_all
4835 ;;
4836 esac
4837 ;;
4838
4839 tpf*)
4840 lt_cv_deplibs_check_method=pass_all
4841 ;;
4842 esac
4843
4844 fi
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4846 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4847 file_magic_cmd=$lt_cv_file_magic_cmd
4848 deplibs_check_method=$lt_cv_deplibs_check_method
4849 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862 plugin_option=
4863 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4864 for plugin in $plugin_names; do
4865 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4866 if test x$plugin_so = x$plugin; then
4867 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4868 fi
4869 if test x$plugin_so != x$plugin; then
4870 plugin_option="--plugin $plugin_so"
4871 break
4872 fi
4873 done
4874
4875 if test -n "$ac_tool_prefix"; then
4876 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4877 set dummy ${ac_tool_prefix}ar; ac_word=$2
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4879 $as_echo_n "checking for $ac_word... " >&6; }
4880 if ${ac_cv_prog_AR+:} false; then :
4881 $as_echo_n "(cached) " >&6
4882 else
4883 if test -n "$AR"; then
4884 ac_cv_prog_AR="$AR" # Let the user override the test.
4885 else
4886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4887 for as_dir in $PATH
4888 do
4889 IFS=$as_save_IFS
4890 test -z "$as_dir" && as_dir=.
4891 for ac_exec_ext in '' $ac_executable_extensions; do
4892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4893 ac_cv_prog_AR="${ac_tool_prefix}ar"
4894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4895 break 2
4896 fi
4897 done
4898 done
4899 IFS=$as_save_IFS
4900
4901 fi
4902 fi
4903 AR=$ac_cv_prog_AR
4904 if test -n "$AR"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4906 $as_echo "$AR" >&6; }
4907 else
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909 $as_echo "no" >&6; }
4910 fi
4911
4912
4913 fi
4914 if test -z "$ac_cv_prog_AR"; then
4915 ac_ct_AR=$AR
4916 # Extract the first word of "ar", so it can be a program name with args.
4917 set dummy ar; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4921 $as_echo_n "(cached) " >&6
4922 else
4923 if test -n "$ac_ct_AR"; then
4924 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4928 do
4929 IFS=$as_save_IFS
4930 test -z "$as_dir" && as_dir=.
4931 for ac_exec_ext in '' $ac_executable_extensions; do
4932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4933 ac_cv_prog_ac_ct_AR="ar"
4934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935 break 2
4936 fi
4937 done
4938 done
4939 IFS=$as_save_IFS
4940
4941 fi
4942 fi
4943 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4944 if test -n "$ac_ct_AR"; then
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4946 $as_echo "$ac_ct_AR" >&6; }
4947 else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4950 fi
4951
4952 if test "x$ac_ct_AR" = x; then
4953 AR="false"
4954 else
4955 case $cross_compiling:$ac_tool_warned in
4956 yes:)
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4959 ac_tool_warned=yes ;;
4960 esac
4961 AR=$ac_ct_AR
4962 fi
4963 else
4964 AR="$ac_cv_prog_AR"
4965 fi
4966
4967 test -z "$AR" && AR=ar
4968 if test -n "$plugin_option"; then
4969 if $AR --help 2>&1 | grep -q "\--plugin"; then
4970 touch conftest.c
4971 $AR $plugin_option rc conftest.a conftest.c
4972 if test "$?" != 0; then
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4974 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4975 else
4976 AR="$AR $plugin_option"
4977 fi
4978 rm -f conftest.*
4979 fi
4980 fi
4981 test -z "$AR_FLAGS" && AR_FLAGS=cru
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993 if test -n "$ac_tool_prefix"; then
4994 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4995 set dummy ${ac_tool_prefix}strip; ac_word=$2
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4997 $as_echo_n "checking for $ac_word... " >&6; }
4998 if ${ac_cv_prog_STRIP+:} false; then :
4999 $as_echo_n "(cached) " >&6
5000 else
5001 if test -n "$STRIP"; then
5002 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5003 else
5004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5005 for as_dir in $PATH
5006 do
5007 IFS=$as_save_IFS
5008 test -z "$as_dir" && as_dir=.
5009 for ac_exec_ext in '' $ac_executable_extensions; do
5010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5011 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5013 break 2
5014 fi
5015 done
5016 done
5017 IFS=$as_save_IFS
5018
5019 fi
5020 fi
5021 STRIP=$ac_cv_prog_STRIP
5022 if test -n "$STRIP"; then
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5024 $as_echo "$STRIP" >&6; }
5025 else
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5027 $as_echo "no" >&6; }
5028 fi
5029
5030
5031 fi
5032 if test -z "$ac_cv_prog_STRIP"; then
5033 ac_ct_STRIP=$STRIP
5034 # Extract the first word of "strip", so it can be a program name with args.
5035 set dummy strip; ac_word=$2
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5037 $as_echo_n "checking for $ac_word... " >&6; }
5038 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5039 $as_echo_n "(cached) " >&6
5040 else
5041 if test -n "$ac_ct_STRIP"; then
5042 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5043 else
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 for as_dir in $PATH
5046 do
5047 IFS=$as_save_IFS
5048 test -z "$as_dir" && as_dir=.
5049 for ac_exec_ext in '' $ac_executable_extensions; do
5050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5051 ac_cv_prog_ac_ct_STRIP="strip"
5052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 break 2
5054 fi
5055 done
5056 done
5057 IFS=$as_save_IFS
5058
5059 fi
5060 fi
5061 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5062 if test -n "$ac_ct_STRIP"; then
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5064 $as_echo "$ac_ct_STRIP" >&6; }
5065 else
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5067 $as_echo "no" >&6; }
5068 fi
5069
5070 if test "x$ac_ct_STRIP" = x; then
5071 STRIP=":"
5072 else
5073 case $cross_compiling:$ac_tool_warned in
5074 yes:)
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5077 ac_tool_warned=yes ;;
5078 esac
5079 STRIP=$ac_ct_STRIP
5080 fi
5081 else
5082 STRIP="$ac_cv_prog_STRIP"
5083 fi
5084
5085 test -z "$STRIP" && STRIP=:
5086
5087
5088
5089
5090
5091
5092 if test -n "$ac_tool_prefix"; then
5093 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5094 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5096 $as_echo_n "checking for $ac_word... " >&6; }
5097 if ${ac_cv_prog_RANLIB+:} false; then :
5098 $as_echo_n "(cached) " >&6
5099 else
5100 if test -n "$RANLIB"; then
5101 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5102 else
5103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5104 for as_dir in $PATH
5105 do
5106 IFS=$as_save_IFS
5107 test -z "$as_dir" && as_dir=.
5108 for ac_exec_ext in '' $ac_executable_extensions; do
5109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5110 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5112 break 2
5113 fi
5114 done
5115 done
5116 IFS=$as_save_IFS
5117
5118 fi
5119 fi
5120 RANLIB=$ac_cv_prog_RANLIB
5121 if test -n "$RANLIB"; then
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5123 $as_echo "$RANLIB" >&6; }
5124 else
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5127 fi
5128
5129
5130 fi
5131 if test -z "$ac_cv_prog_RANLIB"; then
5132 ac_ct_RANLIB=$RANLIB
5133 # Extract the first word of "ranlib", so it can be a program name with args.
5134 set dummy ranlib; ac_word=$2
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5136 $as_echo_n "checking for $ac_word... " >&6; }
5137 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5138 $as_echo_n "(cached) " >&6
5139 else
5140 if test -n "$ac_ct_RANLIB"; then
5141 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5142 else
5143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5144 for as_dir in $PATH
5145 do
5146 IFS=$as_save_IFS
5147 test -z "$as_dir" && as_dir=.
5148 for ac_exec_ext in '' $ac_executable_extensions; do
5149 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5150 ac_cv_prog_ac_ct_RANLIB="ranlib"
5151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5152 break 2
5153 fi
5154 done
5155 done
5156 IFS=$as_save_IFS
5157
5158 fi
5159 fi
5160 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5161 if test -n "$ac_ct_RANLIB"; then
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5163 $as_echo "$ac_ct_RANLIB" >&6; }
5164 else
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5166 $as_echo "no" >&6; }
5167 fi
5168
5169 if test "x$ac_ct_RANLIB" = x; then
5170 RANLIB=":"
5171 else
5172 case $cross_compiling:$ac_tool_warned in
5173 yes:)
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5175 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5176 ac_tool_warned=yes ;;
5177 esac
5178 RANLIB=$ac_ct_RANLIB
5179 fi
5180 else
5181 RANLIB="$ac_cv_prog_RANLIB"
5182 fi
5183
5184 test -z "$RANLIB" && RANLIB=:
5185 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5186 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5187 RANLIB="$RANLIB $plugin_option"
5188 fi
5189 fi
5190
5191
5192
5193
5194
5195
5196 # Determine commands to create old-style static archives.
5197 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5198 old_postinstall_cmds='chmod 644 $oldlib'
5199 old_postuninstall_cmds=
5200
5201 if test -n "$RANLIB"; then
5202 case $host_os in
5203 openbsd*)
5204 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5205 ;;
5206 *)
5207 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5208 ;;
5209 esac
5210 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5211 fi
5212
5213 case $host_os in
5214 darwin*)
5215 lock_old_archive_extraction=yes ;;
5216 *)
5217 lock_old_archive_extraction=no ;;
5218 esac
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240 for ac_prog in gawk mawk nawk awk
5241 do
5242 # Extract the first word of "$ac_prog", so it can be a program name with args.
5243 set dummy $ac_prog; ac_word=$2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5245 $as_echo_n "checking for $ac_word... " >&6; }
5246 if ${ac_cv_prog_AWK+:} false; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 if test -n "$AWK"; then
5250 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5251 else
5252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5253 for as_dir in $PATH
5254 do
5255 IFS=$as_save_IFS
5256 test -z "$as_dir" && as_dir=.
5257 for ac_exec_ext in '' $ac_executable_extensions; do
5258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5259 ac_cv_prog_AWK="$ac_prog"
5260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 break 2
5262 fi
5263 done
5264 done
5265 IFS=$as_save_IFS
5266
5267 fi
5268 fi
5269 AWK=$ac_cv_prog_AWK
5270 if test -n "$AWK"; then
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5272 $as_echo "$AWK" >&6; }
5273 else
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5275 $as_echo "no" >&6; }
5276 fi
5277
5278
5279 test -n "$AWK" && break
5280 done
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300 # If no C compiler was specified, use CC.
5301 LTCC=${LTCC-"$CC"}
5302
5303 # If no C compiler flags were specified, use CFLAGS.
5304 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5305
5306 # Allow CC to be a program name with arguments.
5307 compiler=$CC
5308
5309
5310 # Check for command to grab the raw symbol name followed by C symbol from nm.
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5312 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5313 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5314 $as_echo_n "(cached) " >&6
5315 else
5316
5317 # These are sane defaults that work on at least a few old systems.
5318 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5319
5320 # Character class describing NM global symbol codes.
5321 symcode='[BCDEGRST]'
5322
5323 # Regexp to match symbols that can be accessed directly from C.
5324 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5325
5326 # Define system-specific variables.
5327 case $host_os in
5328 aix*)
5329 symcode='[BCDT]'
5330 ;;
5331 cygwin* | mingw* | pw32* | cegcc*)
5332 symcode='[ABCDGISTW]'
5333 ;;
5334 hpux*)
5335 if test "$host_cpu" = ia64; then
5336 symcode='[ABCDEGRST]'
5337 fi
5338 ;;
5339 irix* | nonstopux*)
5340 symcode='[BCDEGRST]'
5341 ;;
5342 osf*)
5343 symcode='[BCDEGQRST]'
5344 ;;
5345 solaris*)
5346 symcode='[BDRT]'
5347 ;;
5348 sco3.2v5*)
5349 symcode='[DT]'
5350 ;;
5351 sysv4.2uw2*)
5352 symcode='[DT]'
5353 ;;
5354 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5355 symcode='[ABDT]'
5356 ;;
5357 sysv4)
5358 symcode='[DFNSTU]'
5359 ;;
5360 esac
5361
5362 # If we're using GNU nm, then use its standard symbol codes.
5363 case `$NM -V 2>&1` in
5364 *GNU* | *'with BFD'*)
5365 symcode='[ABCDGIRSTW]' ;;
5366 esac
5367
5368 # Transform an extracted symbol line into a proper C declaration.
5369 # Some systems (esp. on ia64) link data and code symbols differently,
5370 # so use this general approach.
5371 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5372
5373 # Transform an extracted symbol line into symbol name and symbol address
5374 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5375 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'"
5376
5377 # Handle CRLF in mingw tool chain
5378 opt_cr=
5379 case $build_os in
5380 mingw*)
5381 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5382 ;;
5383 esac
5384
5385 # Try without a prefix underscore, then with it.
5386 for ac_symprfx in "" "_"; do
5387
5388 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5389 symxfrm="\\1 $ac_symprfx\\2 \\2"
5390
5391 # Write the raw and C identifiers.
5392 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5393 # Fake it for dumpbin and say T for any non-static function
5394 # and D for any global variable.
5395 # Also find C++ and __fastcall symbols from MSVC++,
5396 # which start with @ or ?.
5397 lt_cv_sys_global_symbol_pipe="$AWK '"\
5398 " {last_section=section; section=\$ 3};"\
5399 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5400 " \$ 0!~/External *\|/{next};"\
5401 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5402 " {if(hide[section]) next};"\
5403 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5404 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5405 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5406 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5407 " ' prfx=^$ac_symprfx"
5408 else
5409 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5410 fi
5411
5412 # Check to see that the pipe works correctly.
5413 pipe_works=no
5414
5415 rm -f conftest*
5416 cat > conftest.$ac_ext <<_LT_EOF
5417 #ifdef __cplusplus
5418 extern "C" {
5419 #endif
5420 char nm_test_var;
5421 void nm_test_func(void);
5422 void nm_test_func(void){}
5423 #ifdef __cplusplus
5424 }
5425 #endif
5426 int main(){nm_test_var='a';nm_test_func();return(0);}
5427 _LT_EOF
5428
5429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5430 (eval $ac_compile) 2>&5
5431 ac_status=$?
5432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5433 test $ac_status = 0; }; then
5434 # Now try to grab the symbols.
5435 nlist=conftest.nm
5436 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5437 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5438 ac_status=$?
5439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5440 test $ac_status = 0; } && test -s "$nlist"; then
5441 # Try sorting and uniquifying the output.
5442 if sort "$nlist" | uniq > "$nlist"T; then
5443 mv -f "$nlist"T "$nlist"
5444 else
5445 rm -f "$nlist"T
5446 fi
5447
5448 # Make sure that we snagged all the symbols we need.
5449 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5450 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5451 cat <<_LT_EOF > conftest.$ac_ext
5452 #ifdef __cplusplus
5453 extern "C" {
5454 #endif
5455
5456 _LT_EOF
5457 # Now generate the symbol file.
5458 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5459
5460 cat <<_LT_EOF >> conftest.$ac_ext
5461
5462 /* The mapping between symbol names and symbols. */
5463 const struct {
5464 const char *name;
5465 void *address;
5466 }
5467 lt__PROGRAM__LTX_preloaded_symbols[] =
5468 {
5469 { "@PROGRAM@", (void *) 0 },
5470 _LT_EOF
5471 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5472 cat <<\_LT_EOF >> conftest.$ac_ext
5473 {0, (void *) 0}
5474 };
5475
5476 /* This works around a problem in FreeBSD linker */
5477 #ifdef FREEBSD_WORKAROUND
5478 static const void *lt_preloaded_setup() {
5479 return lt__PROGRAM__LTX_preloaded_symbols;
5480 }
5481 #endif
5482
5483 #ifdef __cplusplus
5484 }
5485 #endif
5486 _LT_EOF
5487 # Now try linking the two files.
5488 mv conftest.$ac_objext conftstm.$ac_objext
5489 lt_save_LIBS="$LIBS"
5490 lt_save_CFLAGS="$CFLAGS"
5491 LIBS="conftstm.$ac_objext"
5492 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5493 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5494 (eval $ac_link) 2>&5
5495 ac_status=$?
5496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5497 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5498 pipe_works=yes
5499 fi
5500 LIBS="$lt_save_LIBS"
5501 CFLAGS="$lt_save_CFLAGS"
5502 else
5503 echo "cannot find nm_test_func in $nlist" >&5
5504 fi
5505 else
5506 echo "cannot find nm_test_var in $nlist" >&5
5507 fi
5508 else
5509 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5510 fi
5511 else
5512 echo "$progname: failed program was:" >&5
5513 cat conftest.$ac_ext >&5
5514 fi
5515 rm -rf conftest* conftst*
5516
5517 # Do not use the global_symbol_pipe unless it works.
5518 if test "$pipe_works" = yes; then
5519 break
5520 else
5521 lt_cv_sys_global_symbol_pipe=
5522 fi
5523 done
5524
5525 fi
5526
5527 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5528 lt_cv_sys_global_symbol_to_cdecl=
5529 fi
5530 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5532 $as_echo "failed" >&6; }
5533 else
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5535 $as_echo "ok" >&6; }
5536 fi
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559 # Check whether --enable-libtool-lock was given.
5560 if test "${enable_libtool_lock+set}" = set; then :
5561 enableval=$enable_libtool_lock;
5562 fi
5563
5564 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5565
5566 # Some flags need to be propagated to the compiler or linker for good
5567 # libtool support.
5568 case $host in
5569 ia64-*-hpux*)
5570 # Find out which ABI we are using.
5571 echo 'int i;' > conftest.$ac_ext
5572 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5573 (eval $ac_compile) 2>&5
5574 ac_status=$?
5575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5576 test $ac_status = 0; }; then
5577 case `/usr/bin/file conftest.$ac_objext` in
5578 *ELF-32*)
5579 HPUX_IA64_MODE="32"
5580 ;;
5581 *ELF-64*)
5582 HPUX_IA64_MODE="64"
5583 ;;
5584 esac
5585 fi
5586 rm -rf conftest*
5587 ;;
5588 *-*-irix6*)
5589 # Find out which ABI we are using.
5590 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5591 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5592 (eval $ac_compile) 2>&5
5593 ac_status=$?
5594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5595 test $ac_status = 0; }; then
5596 if test "$lt_cv_prog_gnu_ld" = yes; then
5597 case `/usr/bin/file conftest.$ac_objext` in
5598 *32-bit*)
5599 LD="${LD-ld} -melf32bsmip"
5600 ;;
5601 *N32*)
5602 LD="${LD-ld} -melf32bmipn32"
5603 ;;
5604 *64-bit*)
5605 LD="${LD-ld} -melf64bmip"
5606 ;;
5607 esac
5608 else
5609 case `/usr/bin/file conftest.$ac_objext` in
5610 *32-bit*)
5611 LD="${LD-ld} -32"
5612 ;;
5613 *N32*)
5614 LD="${LD-ld} -n32"
5615 ;;
5616 *64-bit*)
5617 LD="${LD-ld} -64"
5618 ;;
5619 esac
5620 fi
5621 fi
5622 rm -rf conftest*
5623 ;;
5624
5625 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5626 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5627 # Find out which ABI we are using.
5628 echo 'int i;' > conftest.$ac_ext
5629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5630 (eval $ac_compile) 2>&5
5631 ac_status=$?
5632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5633 test $ac_status = 0; }; then
5634 case `/usr/bin/file conftest.o` in
5635 *32-bit*)
5636 case $host in
5637 x86_64-*kfreebsd*-gnu)
5638 LD="${LD-ld} -m elf_i386_fbsd"
5639 ;;
5640 x86_64-*linux*)
5641 case `/usr/bin/file conftest.o` in
5642 *x86-64*)
5643 LD="${LD-ld} -m elf32_x86_64"
5644 ;;
5645 *)
5646 LD="${LD-ld} -m elf_i386"
5647 ;;
5648 esac
5649 ;;
5650 powerpc64le-*linux*)
5651 LD="${LD-ld} -m elf32lppclinux"
5652 ;;
5653 powerpc64-*linux*)
5654 LD="${LD-ld} -m elf32ppclinux"
5655 ;;
5656 s390x-*linux*)
5657 LD="${LD-ld} -m elf_s390"
5658 ;;
5659 sparc64-*linux*)
5660 LD="${LD-ld} -m elf32_sparc"
5661 ;;
5662 esac
5663 ;;
5664 *64-bit*)
5665 case $host in
5666 x86_64-*kfreebsd*-gnu)
5667 LD="${LD-ld} -m elf_x86_64_fbsd"
5668 ;;
5669 x86_64-*linux*)
5670 LD="${LD-ld} -m elf_x86_64"
5671 ;;
5672 powerpcle-*linux*)
5673 LD="${LD-ld} -m elf64lppc"
5674 ;;
5675 powerpc-*linux*)
5676 LD="${LD-ld} -m elf64ppc"
5677 ;;
5678 s390*-*linux*|s390*-*tpf*)
5679 LD="${LD-ld} -m elf64_s390"
5680 ;;
5681 sparc*-*linux*)
5682 LD="${LD-ld} -m elf64_sparc"
5683 ;;
5684 esac
5685 ;;
5686 esac
5687 fi
5688 rm -rf conftest*
5689 ;;
5690
5691 *-*-sco3.2v5*)
5692 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5693 SAVE_CFLAGS="$CFLAGS"
5694 CFLAGS="$CFLAGS -belf"
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5696 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5697 if ${lt_cv_cc_needs_belf+:} false; then :
5698 $as_echo_n "(cached) " >&6
5699 else
5700 ac_ext=c
5701 ac_cpp='$CPP $CPPFLAGS'
5702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5705
5706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5707 /* end confdefs.h. */
5708
5709 int
5710 main ()
5711 {
5712
5713 ;
5714 return 0;
5715 }
5716 _ACEOF
5717 if ac_fn_c_try_link "$LINENO"; then :
5718 lt_cv_cc_needs_belf=yes
5719 else
5720 lt_cv_cc_needs_belf=no
5721 fi
5722 rm -f core conftest.err conftest.$ac_objext \
5723 conftest$ac_exeext conftest.$ac_ext
5724 ac_ext=c
5725 ac_cpp='$CPP $CPPFLAGS'
5726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5729
5730 fi
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5732 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5733 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5734 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5735 CFLAGS="$SAVE_CFLAGS"
5736 fi
5737 ;;
5738 sparc*-*solaris*)
5739 # Find out which ABI we are using.
5740 echo 'int i;' > conftest.$ac_ext
5741 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5742 (eval $ac_compile) 2>&5
5743 ac_status=$?
5744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5745 test $ac_status = 0; }; then
5746 case `/usr/bin/file conftest.o` in
5747 *64-bit*)
5748 case $lt_cv_prog_gnu_ld in
5749 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5750 *)
5751 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5752 LD="${LD-ld} -64"
5753 fi
5754 ;;
5755 esac
5756 ;;
5757 esac
5758 fi
5759 rm -rf conftest*
5760 ;;
5761 esac
5762
5763 need_locks="$enable_libtool_lock"
5764
5765
5766 case $host_os in
5767 rhapsody* | darwin*)
5768 if test -n "$ac_tool_prefix"; then
5769 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5770 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5772 $as_echo_n "checking for $ac_word... " >&6; }
5773 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5774 $as_echo_n "(cached) " >&6
5775 else
5776 if test -n "$DSYMUTIL"; then
5777 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5778 else
5779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5780 for as_dir in $PATH
5781 do
5782 IFS=$as_save_IFS
5783 test -z "$as_dir" && as_dir=.
5784 for ac_exec_ext in '' $ac_executable_extensions; do
5785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5786 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5788 break 2
5789 fi
5790 done
5791 done
5792 IFS=$as_save_IFS
5793
5794 fi
5795 fi
5796 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5797 if test -n "$DSYMUTIL"; then
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5799 $as_echo "$DSYMUTIL" >&6; }
5800 else
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5802 $as_echo "no" >&6; }
5803 fi
5804
5805
5806 fi
5807 if test -z "$ac_cv_prog_DSYMUTIL"; then
5808 ac_ct_DSYMUTIL=$DSYMUTIL
5809 # Extract the first word of "dsymutil", so it can be a program name with args.
5810 set dummy dsymutil; ac_word=$2
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812 $as_echo_n "checking for $ac_word... " >&6; }
5813 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5814 $as_echo_n "(cached) " >&6
5815 else
5816 if test -n "$ac_ct_DSYMUTIL"; then
5817 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5818 else
5819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820 for as_dir in $PATH
5821 do
5822 IFS=$as_save_IFS
5823 test -z "$as_dir" && as_dir=.
5824 for ac_exec_ext in '' $ac_executable_extensions; do
5825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5826 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828 break 2
5829 fi
5830 done
5831 done
5832 IFS=$as_save_IFS
5833
5834 fi
5835 fi
5836 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5837 if test -n "$ac_ct_DSYMUTIL"; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5839 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5840 else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }
5843 fi
5844
5845 if test "x$ac_ct_DSYMUTIL" = x; then
5846 DSYMUTIL=":"
5847 else
5848 case $cross_compiling:$ac_tool_warned in
5849 yes:)
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5851 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854 DSYMUTIL=$ac_ct_DSYMUTIL
5855 fi
5856 else
5857 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5858 fi
5859
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5864 $as_echo_n "checking for $ac_word... " >&6; }
5865 if ${ac_cv_prog_NMEDIT+:} false; then :
5866 $as_echo_n "(cached) " >&6
5867 else
5868 if test -n "$NMEDIT"; then
5869 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5873 do
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5878 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2
5881 fi
5882 done
5883 done
5884 IFS=$as_save_IFS
5885
5886 fi
5887 fi
5888 NMEDIT=$ac_cv_prog_NMEDIT
5889 if test -n "$NMEDIT"; then
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5891 $as_echo "$NMEDIT" >&6; }
5892 else
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5894 $as_echo "no" >&6; }
5895 fi
5896
5897
5898 fi
5899 if test -z "$ac_cv_prog_NMEDIT"; then
5900 ac_ct_NMEDIT=$NMEDIT
5901 # Extract the first word of "nmedit", so it can be a program name with args.
5902 set dummy nmedit; ac_word=$2
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5904 $as_echo_n "checking for $ac_word... " >&6; }
5905 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5906 $as_echo_n "(cached) " >&6
5907 else
5908 if test -n "$ac_ct_NMEDIT"; then
5909 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5913 do
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5918 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5921 fi
5922 done
5923 done
5924 IFS=$as_save_IFS
5925
5926 fi
5927 fi
5928 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5929 if test -n "$ac_ct_NMEDIT"; then
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5931 $as_echo "$ac_ct_NMEDIT" >&6; }
5932 else
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5934 $as_echo "no" >&6; }
5935 fi
5936
5937 if test "x$ac_ct_NMEDIT" = x; then
5938 NMEDIT=":"
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5943 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5944 ac_tool_warned=yes ;;
5945 esac
5946 NMEDIT=$ac_ct_NMEDIT
5947 fi
5948 else
5949 NMEDIT="$ac_cv_prog_NMEDIT"
5950 fi
5951
5952 if test -n "$ac_tool_prefix"; then
5953 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5954 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5956 $as_echo_n "checking for $ac_word... " >&6; }
5957 if ${ac_cv_prog_LIPO+:} false; then :
5958 $as_echo_n "(cached) " >&6
5959 else
5960 if test -n "$LIPO"; then
5961 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5962 else
5963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5964 for as_dir in $PATH
5965 do
5966 IFS=$as_save_IFS
5967 test -z "$as_dir" && as_dir=.
5968 for ac_exec_ext in '' $ac_executable_extensions; do
5969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5970 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5972 break 2
5973 fi
5974 done
5975 done
5976 IFS=$as_save_IFS
5977
5978 fi
5979 fi
5980 LIPO=$ac_cv_prog_LIPO
5981 if test -n "$LIPO"; then
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5983 $as_echo "$LIPO" >&6; }
5984 else
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5986 $as_echo "no" >&6; }
5987 fi
5988
5989
5990 fi
5991 if test -z "$ac_cv_prog_LIPO"; then
5992 ac_ct_LIPO=$LIPO
5993 # Extract the first word of "lipo", so it can be a program name with args.
5994 set dummy lipo; ac_word=$2
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996 $as_echo_n "checking for $ac_word... " >&6; }
5997 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
5998 $as_echo_n "(cached) " >&6
5999 else
6000 if test -n "$ac_ct_LIPO"; then
6001 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6002 else
6003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004 for as_dir in $PATH
6005 do
6006 IFS=$as_save_IFS
6007 test -z "$as_dir" && as_dir=.
6008 for ac_exec_ext in '' $ac_executable_extensions; do
6009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6010 ac_cv_prog_ac_ct_LIPO="lipo"
6011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6012 break 2
6013 fi
6014 done
6015 done
6016 IFS=$as_save_IFS
6017
6018 fi
6019 fi
6020 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6021 if test -n "$ac_ct_LIPO"; then
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6023 $as_echo "$ac_ct_LIPO" >&6; }
6024 else
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026 $as_echo "no" >&6; }
6027 fi
6028
6029 if test "x$ac_ct_LIPO" = x; then
6030 LIPO=":"
6031 else
6032 case $cross_compiling:$ac_tool_warned in
6033 yes:)
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6035 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6036 ac_tool_warned=yes ;;
6037 esac
6038 LIPO=$ac_ct_LIPO
6039 fi
6040 else
6041 LIPO="$ac_cv_prog_LIPO"
6042 fi
6043
6044 if test -n "$ac_tool_prefix"; then
6045 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6046 set dummy ${ac_tool_prefix}otool; ac_word=$2
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048 $as_echo_n "checking for $ac_word... " >&6; }
6049 if ${ac_cv_prog_OTOOL+:} false; then :
6050 $as_echo_n "(cached) " >&6
6051 else
6052 if test -n "$OTOOL"; then
6053 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6054 else
6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056 for as_dir in $PATH
6057 do
6058 IFS=$as_save_IFS
6059 test -z "$as_dir" && as_dir=.
6060 for ac_exec_ext in '' $ac_executable_extensions; do
6061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6062 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6064 break 2
6065 fi
6066 done
6067 done
6068 IFS=$as_save_IFS
6069
6070 fi
6071 fi
6072 OTOOL=$ac_cv_prog_OTOOL
6073 if test -n "$OTOOL"; then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6075 $as_echo "$OTOOL" >&6; }
6076 else
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6079 fi
6080
6081
6082 fi
6083 if test -z "$ac_cv_prog_OTOOL"; then
6084 ac_ct_OTOOL=$OTOOL
6085 # Extract the first word of "otool", so it can be a program name with args.
6086 set dummy otool; ac_word=$2
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088 $as_echo_n "checking for $ac_word... " >&6; }
6089 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6090 $as_echo_n "(cached) " >&6
6091 else
6092 if test -n "$ac_ct_OTOOL"; then
6093 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6094 else
6095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096 for as_dir in $PATH
6097 do
6098 IFS=$as_save_IFS
6099 test -z "$as_dir" && as_dir=.
6100 for ac_exec_ext in '' $ac_executable_extensions; do
6101 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6102 ac_cv_prog_ac_ct_OTOOL="otool"
6103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6104 break 2
6105 fi
6106 done
6107 done
6108 IFS=$as_save_IFS
6109
6110 fi
6111 fi
6112 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6113 if test -n "$ac_ct_OTOOL"; then
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6115 $as_echo "$ac_ct_OTOOL" >&6; }
6116 else
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118 $as_echo "no" >&6; }
6119 fi
6120
6121 if test "x$ac_ct_OTOOL" = x; then
6122 OTOOL=":"
6123 else
6124 case $cross_compiling:$ac_tool_warned in
6125 yes:)
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6127 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6128 ac_tool_warned=yes ;;
6129 esac
6130 OTOOL=$ac_ct_OTOOL
6131 fi
6132 else
6133 OTOOL="$ac_cv_prog_OTOOL"
6134 fi
6135
6136 if test -n "$ac_tool_prefix"; then
6137 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6138 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6140 $as_echo_n "checking for $ac_word... " >&6; }
6141 if ${ac_cv_prog_OTOOL64+:} false; then :
6142 $as_echo_n "(cached) " >&6
6143 else
6144 if test -n "$OTOOL64"; then
6145 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6146 else
6147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6148 for as_dir in $PATH
6149 do
6150 IFS=$as_save_IFS
6151 test -z "$as_dir" && as_dir=.
6152 for ac_exec_ext in '' $ac_executable_extensions; do
6153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6154 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6156 break 2
6157 fi
6158 done
6159 done
6160 IFS=$as_save_IFS
6161
6162 fi
6163 fi
6164 OTOOL64=$ac_cv_prog_OTOOL64
6165 if test -n "$OTOOL64"; then
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6167 $as_echo "$OTOOL64" >&6; }
6168 else
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6170 $as_echo "no" >&6; }
6171 fi
6172
6173
6174 fi
6175 if test -z "$ac_cv_prog_OTOOL64"; then
6176 ac_ct_OTOOL64=$OTOOL64
6177 # Extract the first word of "otool64", so it can be a program name with args.
6178 set dummy otool64; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184 if test -n "$ac_ct_OTOOL64"; then
6185 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6186 else
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 for as_dir in $PATH
6189 do
6190 IFS=$as_save_IFS
6191 test -z "$as_dir" && as_dir=.
6192 for ac_exec_ext in '' $ac_executable_extensions; do
6193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6194 ac_cv_prog_ac_ct_OTOOL64="otool64"
6195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6196 break 2
6197 fi
6198 done
6199 done
6200 IFS=$as_save_IFS
6201
6202 fi
6203 fi
6204 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6205 if test -n "$ac_ct_OTOOL64"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6207 $as_echo "$ac_ct_OTOOL64" >&6; }
6208 else
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210 $as_echo "no" >&6; }
6211 fi
6212
6213 if test "x$ac_ct_OTOOL64" = x; then
6214 OTOOL64=":"
6215 else
6216 case $cross_compiling:$ac_tool_warned in
6217 yes:)
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6219 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6220 ac_tool_warned=yes ;;
6221 esac
6222 OTOOL64=$ac_ct_OTOOL64
6223 fi
6224 else
6225 OTOOL64="$ac_cv_prog_OTOOL64"
6226 fi
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6255 $as_echo_n "checking for -single_module linker flag... " >&6; }
6256 if ${lt_cv_apple_cc_single_mod+:} false; then :
6257 $as_echo_n "(cached) " >&6
6258 else
6259 lt_cv_apple_cc_single_mod=no
6260 if test -z "${LT_MULTI_MODULE}"; then
6261 # By default we will add the -single_module flag. You can override
6262 # by either setting the environment variable LT_MULTI_MODULE
6263 # non-empty at configure time, or by adding -multi_module to the
6264 # link flags.
6265 rm -rf libconftest.dylib*
6266 echo "int foo(void){return 1;}" > conftest.c
6267 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6268 -dynamiclib -Wl,-single_module conftest.c" >&5
6269 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6270 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6271 _lt_result=$?
6272 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6273 lt_cv_apple_cc_single_mod=yes
6274 else
6275 cat conftest.err >&5
6276 fi
6277 rm -rf libconftest.dylib*
6278 rm -f conftest.*
6279 fi
6280 fi
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6282 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6284 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6285 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6286 $as_echo_n "(cached) " >&6
6287 else
6288 lt_cv_ld_exported_symbols_list=no
6289 save_LDFLAGS=$LDFLAGS
6290 echo "_main" > conftest.sym
6291 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6293 /* end confdefs.h. */
6294
6295 int
6296 main ()
6297 {
6298
6299 ;
6300 return 0;
6301 }
6302 _ACEOF
6303 if ac_fn_c_try_link "$LINENO"; then :
6304 lt_cv_ld_exported_symbols_list=yes
6305 else
6306 lt_cv_ld_exported_symbols_list=no
6307 fi
6308 rm -f core conftest.err conftest.$ac_objext \
6309 conftest$ac_exeext conftest.$ac_ext
6310 LDFLAGS="$save_LDFLAGS"
6311
6312 fi
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6314 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6316 $as_echo_n "checking for -force_load linker flag... " >&6; }
6317 if ${lt_cv_ld_force_load+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 lt_cv_ld_force_load=no
6321 cat > conftest.c << _LT_EOF
6322 int forced_loaded() { return 2;}
6323 _LT_EOF
6324 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6325 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6326 echo "$AR cru libconftest.a conftest.o" >&5
6327 $AR cru libconftest.a conftest.o 2>&5
6328 cat > conftest.c << _LT_EOF
6329 int main() { return 0;}
6330 _LT_EOF
6331 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6332 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6333 _lt_result=$?
6334 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6335 lt_cv_ld_force_load=yes
6336 else
6337 cat conftest.err >&5
6338 fi
6339 rm -f conftest.err libconftest.a conftest conftest.c
6340 rm -rf conftest.dSYM
6341
6342 fi
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6344 $as_echo "$lt_cv_ld_force_load" >&6; }
6345 case $host_os in
6346 rhapsody* | darwin1.[012])
6347 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6348 darwin1.*)
6349 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6350 darwin*) # darwin 5.x on
6351 # if running on 10.5 or later, the deployment target defaults
6352 # to the OS version, if on x86, and 10.4, the deployment
6353 # target defaults to 10.4. Don't you love it?
6354 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6355 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6356 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6357 10.[012][,.]*)
6358 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6359 10.*)
6360 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6361 esac
6362 ;;
6363 esac
6364 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6365 _lt_dar_single_mod='$single_module'
6366 fi
6367 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6368 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6369 else
6370 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6371 fi
6372 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6373 _lt_dsymutil='~$DSYMUTIL $lib || :'
6374 else
6375 _lt_dsymutil=
6376 fi
6377 ;;
6378 esac
6379
6380 for ac_header in dlfcn.h
6381 do :
6382 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6383 "
6384 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6385 cat >>confdefs.h <<_ACEOF
6386 #define HAVE_DLFCN_H 1
6387 _ACEOF
6388
6389 fi
6390
6391 done
6392
6393
6394
6395
6396
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6398 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6399 if ${ac_cv_c_bigendian+:} false; then :
6400 $as_echo_n "(cached) " >&6
6401 else
6402 ac_cv_c_bigendian=unknown
6403 # See if we're dealing with a universal compiler.
6404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6405 /* end confdefs.h. */
6406 #ifndef __APPLE_CC__
6407 not a universal capable compiler
6408 #endif
6409 typedef int dummy;
6410
6411 _ACEOF
6412 if ac_fn_c_try_compile "$LINENO"; then :
6413
6414 # Check for potential -arch flags. It is not universal unless
6415 # there are at least two -arch flags with different values.
6416 ac_arch=
6417 ac_prev=
6418 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6419 if test -n "$ac_prev"; then
6420 case $ac_word in
6421 i?86 | x86_64 | ppc | ppc64)
6422 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6423 ac_arch=$ac_word
6424 else
6425 ac_cv_c_bigendian=universal
6426 break
6427 fi
6428 ;;
6429 esac
6430 ac_prev=
6431 elif test "x$ac_word" = "x-arch"; then
6432 ac_prev=arch
6433 fi
6434 done
6435 fi
6436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6437 if test $ac_cv_c_bigendian = unknown; then
6438 # See if sys/param.h defines the BYTE_ORDER macro.
6439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6440 /* end confdefs.h. */
6441 #include <sys/types.h>
6442 #include <sys/param.h>
6443
6444 int
6445 main ()
6446 {
6447 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6448 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6449 && LITTLE_ENDIAN)
6450 bogus endian macros
6451 #endif
6452
6453 ;
6454 return 0;
6455 }
6456 _ACEOF
6457 if ac_fn_c_try_compile "$LINENO"; then :
6458 # It does; now see whether it defined to BIG_ENDIAN or not.
6459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6460 /* end confdefs.h. */
6461 #include <sys/types.h>
6462 #include <sys/param.h>
6463
6464 int
6465 main ()
6466 {
6467 #if BYTE_ORDER != BIG_ENDIAN
6468 not big endian
6469 #endif
6470
6471 ;
6472 return 0;
6473 }
6474 _ACEOF
6475 if ac_fn_c_try_compile "$LINENO"; then :
6476 ac_cv_c_bigendian=yes
6477 else
6478 ac_cv_c_bigendian=no
6479 fi
6480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6481 fi
6482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6483 fi
6484 if test $ac_cv_c_bigendian = unknown; then
6485 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6487 /* end confdefs.h. */
6488 #include <limits.h>
6489
6490 int
6491 main ()
6492 {
6493 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6494 bogus endian macros
6495 #endif
6496
6497 ;
6498 return 0;
6499 }
6500 _ACEOF
6501 if ac_fn_c_try_compile "$LINENO"; then :
6502 # It does; now see whether it defined to _BIG_ENDIAN or not.
6503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6504 /* end confdefs.h. */
6505 #include <limits.h>
6506
6507 int
6508 main ()
6509 {
6510 #ifndef _BIG_ENDIAN
6511 not big endian
6512 #endif
6513
6514 ;
6515 return 0;
6516 }
6517 _ACEOF
6518 if ac_fn_c_try_compile "$LINENO"; then :
6519 ac_cv_c_bigendian=yes
6520 else
6521 ac_cv_c_bigendian=no
6522 fi
6523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6524 fi
6525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6526 fi
6527 if test $ac_cv_c_bigendian = unknown; then
6528 # Compile a test program.
6529 if test "$cross_compiling" = yes; then :
6530 # Try to guess by grepping values from an object file.
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6533 short int ascii_mm[] =
6534 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6535 short int ascii_ii[] =
6536 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6537 int use_ascii (int i) {
6538 return ascii_mm[i] + ascii_ii[i];
6539 }
6540 short int ebcdic_ii[] =
6541 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6542 short int ebcdic_mm[] =
6543 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6544 int use_ebcdic (int i) {
6545 return ebcdic_mm[i] + ebcdic_ii[i];
6546 }
6547 extern int foo;
6548
6549 int
6550 main ()
6551 {
6552 return use_ascii (foo) == use_ebcdic (foo);
6553 ;
6554 return 0;
6555 }
6556 _ACEOF
6557 if ac_fn_c_try_compile "$LINENO"; then :
6558 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6559 ac_cv_c_bigendian=yes
6560 fi
6561 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6562 if test "$ac_cv_c_bigendian" = unknown; then
6563 ac_cv_c_bigendian=no
6564 else
6565 # finding both strings is unlikely to happen, but who knows?
6566 ac_cv_c_bigendian=unknown
6567 fi
6568 fi
6569 fi
6570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6571 else
6572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h. */
6574 $ac_includes_default
6575 int
6576 main ()
6577 {
6578
6579 /* Are we little or big endian? From Harbison&Steele. */
6580 union
6581 {
6582 long int l;
6583 char c[sizeof (long int)];
6584 } u;
6585 u.l = 1;
6586 return u.c[sizeof (long int) - 1] == 1;
6587
6588 ;
6589 return 0;
6590 }
6591 _ACEOF
6592 if ac_fn_c_try_run "$LINENO"; then :
6593 ac_cv_c_bigendian=no
6594 else
6595 ac_cv_c_bigendian=yes
6596 fi
6597 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6598 conftest.$ac_objext conftest.beam conftest.$ac_ext
6599 fi
6600
6601 fi
6602 fi
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6604 $as_echo "$ac_cv_c_bigendian" >&6; }
6605 case $ac_cv_c_bigendian in #(
6606 yes)
6607 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6608 ;; #(
6609 no)
6610 ;; #(
6611 universal)
6612
6613 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6614
6615 ;; #(
6616 *)
6617 as_fn_error $? "unknown endianness
6618 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6619 esac
6620
6621
6622
6623
6624 if test "x$cross_compiling" = "xno"; then
6625 : "${AR_FOR_BUILD:=\$(AR)}"
6626 : "${CC_FOR_BUILD:=\$(CC)}"
6627 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
6628 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6629 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6630 else
6631 : "${AR_FOR_BUILD:=ar}"
6632 : "${CC_FOR_BUILD:=gcc}"
6633 : "${RANLIB_FOR_BUILD:=ranlib}"
6634 : "${CFLAGS_FOR_BUILD:=-g -O}"
6635 : "${LDLFAGS_FOR_BUILD:=}"
6636 fi
6637
6638
6639
6640
6641
6642
6643
6644 if test -n "$ac_tool_prefix"; then
6645 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6646 set dummy ${ac_tool_prefix}ar; ac_word=$2
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6648 $as_echo_n "checking for $ac_word... " >&6; }
6649 if ${ac_cv_prog_AR+:} false; then :
6650 $as_echo_n "(cached) " >&6
6651 else
6652 if test -n "$AR"; then
6653 ac_cv_prog_AR="$AR" # Let the user override the test.
6654 else
6655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6656 for as_dir in $PATH
6657 do
6658 IFS=$as_save_IFS
6659 test -z "$as_dir" && as_dir=.
6660 for ac_exec_ext in '' $ac_executable_extensions; do
6661 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6662 ac_cv_prog_AR="${ac_tool_prefix}ar"
6663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6664 break 2
6665 fi
6666 done
6667 done
6668 IFS=$as_save_IFS
6669
6670 fi
6671 fi
6672 AR=$ac_cv_prog_AR
6673 if test -n "$AR"; then
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6675 $as_echo "$AR" >&6; }
6676 else
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6678 $as_echo "no" >&6; }
6679 fi
6680
6681
6682 fi
6683 if test -z "$ac_cv_prog_AR"; then
6684 ac_ct_AR=$AR
6685 # Extract the first word of "ar", so it can be a program name with args.
6686 set dummy ar; ac_word=$2
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6688 $as_echo_n "checking for $ac_word... " >&6; }
6689 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6690 $as_echo_n "(cached) " >&6
6691 else
6692 if test -n "$ac_ct_AR"; then
6693 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6694 else
6695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696 for as_dir in $PATH
6697 do
6698 IFS=$as_save_IFS
6699 test -z "$as_dir" && as_dir=.
6700 for ac_exec_ext in '' $ac_executable_extensions; do
6701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6702 ac_cv_prog_ac_ct_AR="ar"
6703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6704 break 2
6705 fi
6706 done
6707 done
6708 IFS=$as_save_IFS
6709
6710 fi
6711 fi
6712 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6713 if test -n "$ac_ct_AR"; then
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6715 $as_echo "$ac_ct_AR" >&6; }
6716 else
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6718 $as_echo "no" >&6; }
6719 fi
6720
6721 if test "x$ac_ct_AR" = x; then
6722 AR=""
6723 else
6724 case $cross_compiling:$ac_tool_warned in
6725 yes:)
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6727 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6728 ac_tool_warned=yes ;;
6729 esac
6730 AR=$ac_ct_AR
6731 fi
6732 else
6733 AR="$ac_cv_prog_AR"
6734 fi
6735
6736 if test -n "$ac_tool_prefix"; then
6737 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6738 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6740 $as_echo_n "checking for $ac_word... " >&6; }
6741 if ${ac_cv_prog_RANLIB+:} false; then :
6742 $as_echo_n "(cached) " >&6
6743 else
6744 if test -n "$RANLIB"; then
6745 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6746 else
6747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6748 for as_dir in $PATH
6749 do
6750 IFS=$as_save_IFS
6751 test -z "$as_dir" && as_dir=.
6752 for ac_exec_ext in '' $ac_executable_extensions; do
6753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6754 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6756 break 2
6757 fi
6758 done
6759 done
6760 IFS=$as_save_IFS
6761
6762 fi
6763 fi
6764 RANLIB=$ac_cv_prog_RANLIB
6765 if test -n "$RANLIB"; then
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6767 $as_echo "$RANLIB" >&6; }
6768 else
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6770 $as_echo "no" >&6; }
6771 fi
6772
6773
6774 fi
6775 if test -z "$ac_cv_prog_RANLIB"; then
6776 ac_ct_RANLIB=$RANLIB
6777 # Extract the first word of "ranlib", so it can be a program name with args.
6778 set dummy ranlib; ac_word=$2
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6780 $as_echo_n "checking for $ac_word... " >&6; }
6781 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6782 $as_echo_n "(cached) " >&6
6783 else
6784 if test -n "$ac_ct_RANLIB"; then
6785 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6786 else
6787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6788 for as_dir in $PATH
6789 do
6790 IFS=$as_save_IFS
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
6793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6794 ac_cv_prog_ac_ct_RANLIB="ranlib"
6795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6796 break 2
6797 fi
6798 done
6799 done
6800 IFS=$as_save_IFS
6801
6802 fi
6803 fi
6804 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6805 if test -n "$ac_ct_RANLIB"; then
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6807 $as_echo "$ac_ct_RANLIB" >&6; }
6808 else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6810 $as_echo "no" >&6; }
6811 fi
6812
6813 if test "x$ac_ct_RANLIB" = x; then
6814 RANLIB=":"
6815 else
6816 case $cross_compiling:$ac_tool_warned in
6817 yes:)
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6820 ac_tool_warned=yes ;;
6821 esac
6822 RANLIB=$ac_ct_RANLIB
6823 fi
6824 else
6825 RANLIB="$ac_cv_prog_RANLIB"
6826 fi
6827
6828
6829 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6830 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6831 # is C99. So handle it ourselves.
6832 :
6833 C_DIALECT=
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6835 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6837 /* end confdefs.h. */
6838
6839 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6840 # error "C11 support not found"
6841 #endif
6842
6843 _ACEOF
6844 if ac_fn_c_try_compile "$LINENO"; then :
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6846 $as_echo "yes" >&6; }
6847 else
6848
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6850 $as_echo "no" >&6; }
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6852 $as_echo_n "checking for -std=c11 support... " >&6; }
6853 ac_save_CC="$CC"
6854 CC="$CC -std=c11"
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6856 /* end confdefs.h. */
6857
6858 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6859 # error "C11 support not found"
6860 #endif
6861
6862 _ACEOF
6863 if ac_fn_c_try_compile "$LINENO"; then :
6864
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6866 $as_echo "yes" >&6; }
6867 CC="$ac_save_CC"
6868 C_DIALECT="-std=c11"
6869
6870 else
6871 as_fn_error $? "C11 is required" "$LINENO" 5
6872 fi
6873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6874 fi
6875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6876
6877
6878 ac_config_headers="$ac_config_headers config.h:config.in"
6879
6880
6881 # Dependency checking.
6882 ac_config_commands="$ac_config_commands depdir"
6883
6884
6885 depcc="$CC" am_compiler_list=
6886
6887 am_depcomp=$ac_aux_dir/depcomp
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6889 $as_echo_n "checking dependency style of $depcc... " >&6; }
6890 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6891 $as_echo_n "(cached) " >&6
6892 else
6893 if test -f "$am_depcomp"; then
6894 # We make a subdir and do the tests there. Otherwise we can end up
6895 # making bogus files that we don't know about and never remove. For
6896 # instance it was reported that on HP-UX the gcc test will end up
6897 # making a dummy file named `D' -- because `-MD' means `put the output
6898 # in D'.
6899 mkdir conftest.dir
6900 # Copy depcomp to subdir because otherwise we won't find it if we're
6901 # using a relative directory.
6902 cp "$am_depcomp" conftest.dir
6903 cd conftest.dir
6904 # We will build objects and dependencies in a subdirectory because
6905 # it helps to detect inapplicable dependency modes. For instance
6906 # both Tru64's cc and ICC support -MD to output dependencies as a
6907 # side effect of compilation, but ICC will put the dependencies in
6908 # the current directory while Tru64 will put them in the object
6909 # directory.
6910 mkdir sub
6911
6912 am_cv_CC_dependencies_compiler_type=none
6913 if test "$am_compiler_list" = ""; then
6914 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6915 fi
6916 for depmode in $am_compiler_list; do
6917 if test $depmode = none; then break; fi
6918
6919 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6920 # Setup a source with many dependencies, because some compilers
6921 # like to wrap large dependency lists on column 80 (with \), and
6922 # we should not choose a depcomp mode which is confused by this.
6923 #
6924 # We need to recreate these files for each test, as the compiler may
6925 # overwrite some of them when testing with obscure command lines.
6926 # This happens at least with the AIX C compiler.
6927 : > sub/conftest.c
6928 for i in 1 2 3 4 5 6; do
6929 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6930 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6931 # Solaris 8's {/usr,}/bin/sh.
6932 touch sub/conftst$i.h
6933 done
6934 echo "include sub/conftest.Po" > confmf
6935
6936 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6937 # mode. It turns out that the SunPro C++ compiler does not properly
6938 # handle `-M -o', and we need to detect this.
6939 depcmd="depmode=$depmode \
6940 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6941 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6942 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6943 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6944 if env $depcmd > conftest.err 2>&1 &&
6945 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6946 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6947 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6948 # icc doesn't choke on unknown options, it will just issue warnings
6949 # or remarks (even with -Werror). So we grep stderr for any message
6950 # that says an option was ignored or not supported.
6951 # When given -MP, icc 7.0 and 7.1 complain thusly:
6952 # icc: Command line warning: ignoring option '-M'; no argument required
6953 # The diagnosis changed in icc 8.0:
6954 # icc: Command line remark: option '-MP' not supported
6955 if (grep 'ignoring option' conftest.err ||
6956 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6957 am_cv_CC_dependencies_compiler_type=$depmode
6958 $as_echo "$as_me:$LINENO: success" >&5
6959 break
6960 fi
6961 fi
6962 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6963 sed -e 's/^/| /' < conftest.err >&5
6964 done
6965
6966 cd ..
6967 rm -rf conftest.dir
6968 else
6969 am_cv_CC_dependencies_compiler_type=none
6970 fi
6971
6972 fi
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6974 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6975 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6976 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6977 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6978
6979 fi
6980
6981
6982 ALL_LINGUAS=
6983 # If we haven't got the data from the intl directory,
6984 # assume NLS is disabled.
6985 USE_NLS=no
6986 LIBINTL=
6987 LIBINTL_DEP=
6988 INCINTL=
6989 XGETTEXT=
6990 GMSGFMT=
6991 POSUB=
6992
6993 if test -f ../../intl/config.intl; then
6994 . ../../intl/config.intl
6995 fi
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6997 $as_echo_n "checking whether NLS is requested... " >&6; }
6998 if test x"$USE_NLS" != xyes; then
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7000 $as_echo "no" >&6; }
7001 else
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7003 $as_echo "yes" >&6; }
7004
7005 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7006
7007
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7009 $as_echo_n "checking for catalogs to be installed... " >&6; }
7010 # Look for .po and .gmo files in the source directory.
7011 CATALOGS=
7012 XLINGUAS=
7013 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7014 # If there aren't any .gmo files the shell will give us the
7015 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7016 # weeded out.
7017 case "$cat" in *\**)
7018 continue;;
7019 esac
7020 # The quadruple backslash is collapsed to a double backslash
7021 # by the backticks, then collapsed again by the double quotes,
7022 # leaving us with one backslash in the sed expression (right
7023 # before the dot that mustn't act as a wildcard).
7024 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7025 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7026 # The user is allowed to set LINGUAS to a list of languages to
7027 # install catalogs for. If it's empty that means "all of them."
7028 if test "x$LINGUAS" = x; then
7029 CATALOGS="$CATALOGS $cat"
7030 XLINGUAS="$XLINGUAS $lang"
7031 else
7032 case "$LINGUAS" in *$lang*)
7033 CATALOGS="$CATALOGS $cat"
7034 XLINGUAS="$XLINGUAS $lang"
7035 ;;
7036 esac
7037 fi
7038 done
7039 LINGUAS="$XLINGUAS"
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7041 $as_echo "$LINGUAS" >&6; }
7042
7043
7044 DATADIRNAME=share
7045
7046 INSTOBJEXT=.mo
7047
7048 GENCAT=gencat
7049
7050 CATOBJEXT=.gmo
7051
7052 fi
7053
7054 # Check for socket libraries
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7056 $as_echo_n "checking for bind in -lsocket... " >&6; }
7057 if ${ac_cv_lib_socket_bind+:} false; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 ac_check_lib_save_LIBS=$LIBS
7061 LIBS="-lsocket $LIBS"
7062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7063 /* end confdefs.h. */
7064
7065 /* Override any GCC internal prototype to avoid an error.
7066 Use char because int might match the return type of a GCC
7067 builtin and then its argument prototype would still apply. */
7068 #ifdef __cplusplus
7069 extern "C"
7070 #endif
7071 char bind ();
7072 int
7073 main ()
7074 {
7075 return bind ();
7076 ;
7077 return 0;
7078 }
7079 _ACEOF
7080 if ac_fn_c_try_link "$LINENO"; then :
7081 ac_cv_lib_socket_bind=yes
7082 else
7083 ac_cv_lib_socket_bind=no
7084 fi
7085 rm -f core conftest.err conftest.$ac_objext \
7086 conftest$ac_exeext conftest.$ac_ext
7087 LIBS=$ac_check_lib_save_LIBS
7088 fi
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7090 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7091 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7092 cat >>confdefs.h <<_ACEOF
7093 #define HAVE_LIBSOCKET 1
7094 _ACEOF
7095
7096 LIBS="-lsocket $LIBS"
7097
7098 fi
7099
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7101 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7102 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7103 $as_echo_n "(cached) " >&6
7104 else
7105 ac_check_lib_save_LIBS=$LIBS
7106 LIBS="-lnsl $LIBS"
7107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7108 /* end confdefs.h. */
7109
7110 /* Override any GCC internal prototype to avoid an error.
7111 Use char because int might match the return type of a GCC
7112 builtin and then its argument prototype would still apply. */
7113 #ifdef __cplusplus
7114 extern "C"
7115 #endif
7116 char gethostbyname ();
7117 int
7118 main ()
7119 {
7120 return gethostbyname ();
7121 ;
7122 return 0;
7123 }
7124 _ACEOF
7125 if ac_fn_c_try_link "$LINENO"; then :
7126 ac_cv_lib_nsl_gethostbyname=yes
7127 else
7128 ac_cv_lib_nsl_gethostbyname=no
7129 fi
7130 rm -f core conftest.err conftest.$ac_objext \
7131 conftest$ac_exeext conftest.$ac_ext
7132 LIBS=$ac_check_lib_save_LIBS
7133 fi
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7135 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7136 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7137 cat >>confdefs.h <<_ACEOF
7138 #define HAVE_LIBNSL 1
7139 _ACEOF
7140
7141 LIBS="-lnsl $LIBS"
7142
7143 fi
7144
7145
7146 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7147 # using the same condition.
7148
7149 # Use the system's zlib library.
7150 zlibdir="-L\$(top_builddir)/../zlib"
7151 zlibinc="-I\$(top_srcdir)/../zlib"
7152
7153 # Check whether --with-system-zlib was given.
7154 if test "${with_system_zlib+set}" = set; then :
7155 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7156 zlibdir=
7157 zlibinc=
7158 fi
7159
7160 fi
7161
7162
7163
7164
7165
7166 # BFD uses libdl when when plugins enabled.
7167
7168 maybe_plugins=no
7169 for ac_header in dlfcn.h
7170 do :
7171 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7172 "
7173 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7174 cat >>confdefs.h <<_ACEOF
7175 #define HAVE_DLFCN_H 1
7176 _ACEOF
7177 maybe_plugins=yes
7178 fi
7179
7180 done
7181
7182 for ac_header in windows.h
7183 do :
7184 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7185 "
7186 if test "x$ac_cv_header_windows_h" = xyes; then :
7187 cat >>confdefs.h <<_ACEOF
7188 #define HAVE_WINDOWS_H 1
7189 _ACEOF
7190 maybe_plugins=yes
7191 fi
7192
7193 done
7194
7195
7196 # Check whether --enable-plugins was given.
7197 if test "${enable_plugins+set}" = set; then :
7198 enableval=$enable_plugins; case "${enableval}" in
7199 no) plugins=no ;;
7200 *) plugins=yes
7201 if test "$maybe_plugins" != "yes" ; then
7202 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7203 fi ;;
7204 esac
7205 else
7206 plugins=$maybe_plugins
7207
7208 fi
7209
7210 if test "$plugins" = "yes"; then
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7212 $as_echo_n "checking for library containing dlsym... " >&6; }
7213 if ${ac_cv_search_dlsym+:} false; then :
7214 $as_echo_n "(cached) " >&6
7215 else
7216 ac_func_search_save_LIBS=$LIBS
7217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7218 /* end confdefs.h. */
7219
7220 /* Override any GCC internal prototype to avoid an error.
7221 Use char because int might match the return type of a GCC
7222 builtin and then its argument prototype would still apply. */
7223 #ifdef __cplusplus
7224 extern "C"
7225 #endif
7226 char dlsym ();
7227 int
7228 main ()
7229 {
7230 return dlsym ();
7231 ;
7232 return 0;
7233 }
7234 _ACEOF
7235 for ac_lib in '' dl; do
7236 if test -z "$ac_lib"; then
7237 ac_res="none required"
7238 else
7239 ac_res=-l$ac_lib
7240 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7241 fi
7242 if ac_fn_c_try_link "$LINENO"; then :
7243 ac_cv_search_dlsym=$ac_res
7244 fi
7245 rm -f core conftest.err conftest.$ac_objext \
7246 conftest$ac_exeext
7247 if ${ac_cv_search_dlsym+:} false; then :
7248 break
7249 fi
7250 done
7251 if ${ac_cv_search_dlsym+:} false; then :
7252
7253 else
7254 ac_cv_search_dlsym=no
7255 fi
7256 rm conftest.$ac_ext
7257 LIBS=$ac_func_search_save_LIBS
7258 fi
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7260 $as_echo "$ac_cv_search_dlsym" >&6; }
7261 ac_res=$ac_cv_search_dlsym
7262 if test "$ac_res" != no; then :
7263 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7264
7265 fi
7266
7267 fi
7268
7269 if test "$plugins" = yes; then
7270 PLUGINS_TRUE=
7271 PLUGINS_FALSE='#'
7272 else
7273 PLUGINS_TRUE='#'
7274 PLUGINS_FALSE=
7275 fi
7276
7277
7278
7279
7280
7281 # Set options
7282 enable_dlopen=yes
7283
7284
7285
7286
7287 enable_win32_dll=no
7288
7289
7290 # Check whether --enable-shared was given.
7291 if test "${enable_shared+set}" = set; then :
7292 enableval=$enable_shared; p=${PACKAGE-default}
7293 case $enableval in
7294 yes) enable_shared=yes ;;
7295 no) enable_shared=no ;;
7296 *)
7297 enable_shared=no
7298 # Look at the argument we got. We use all the common list separators.
7299 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7300 for pkg in $enableval; do
7301 IFS="$lt_save_ifs"
7302 if test "X$pkg" = "X$p"; then
7303 enable_shared=yes
7304 fi
7305 done
7306 IFS="$lt_save_ifs"
7307 ;;
7308 esac
7309 else
7310 enable_shared=yes
7311 fi
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321 # Check whether --enable-static was given.
7322 if test "${enable_static+set}" = set; then :
7323 enableval=$enable_static; p=${PACKAGE-default}
7324 case $enableval in
7325 yes) enable_static=yes ;;
7326 no) enable_static=no ;;
7327 *)
7328 enable_static=no
7329 # Look at the argument we got. We use all the common list separators.
7330 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7331 for pkg in $enableval; do
7332 IFS="$lt_save_ifs"
7333 if test "X$pkg" = "X$p"; then
7334 enable_static=yes
7335 fi
7336 done
7337 IFS="$lt_save_ifs"
7338 ;;
7339 esac
7340 else
7341 enable_static=yes
7342 fi
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353 # Check whether --with-pic was given.
7354 if test "${with_pic+set}" = set; then :
7355 withval=$with_pic; pic_mode="$withval"
7356 else
7357 pic_mode=default
7358 fi
7359
7360
7361 test -z "$pic_mode" && pic_mode=default
7362
7363
7364
7365
7366
7367
7368
7369 # Check whether --enable-fast-install was given.
7370 if test "${enable_fast_install+set}" = set; then :
7371 enableval=$enable_fast_install; p=${PACKAGE-default}
7372 case $enableval in
7373 yes) enable_fast_install=yes ;;
7374 no) enable_fast_install=no ;;
7375 *)
7376 enable_fast_install=no
7377 # Look at the argument we got. We use all the common list separators.
7378 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7379 for pkg in $enableval; do
7380 IFS="$lt_save_ifs"
7381 if test "X$pkg" = "X$p"; then
7382 enable_fast_install=yes
7383 fi
7384 done
7385 IFS="$lt_save_ifs"
7386 ;;
7387 esac
7388 else
7389 enable_fast_install=yes
7390 fi
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402 # This can be used to rebuild libtool when needed
7403 LIBTOOL_DEPS="$ltmain"
7404
7405 # Always use our own libtool.
7406 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433 test -z "$LN_S" && LN_S="ln -s"
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448 if test -n "${ZSH_VERSION+set}" ; then
7449 setopt NO_GLOB_SUBST
7450 fi
7451
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7453 $as_echo_n "checking for objdir... " >&6; }
7454 if ${lt_cv_objdir+:} false; then :
7455 $as_echo_n "(cached) " >&6
7456 else
7457 rm -f .libs 2>/dev/null
7458 mkdir .libs 2>/dev/null
7459 if test -d .libs; then
7460 lt_cv_objdir=.libs
7461 else
7462 # MS-DOS does not allow filenames that begin with a dot.
7463 lt_cv_objdir=_libs
7464 fi
7465 rmdir .libs 2>/dev/null
7466 fi
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7468 $as_echo "$lt_cv_objdir" >&6; }
7469 objdir=$lt_cv_objdir
7470
7471
7472
7473
7474
7475 cat >>confdefs.h <<_ACEOF
7476 #define LT_OBJDIR "$lt_cv_objdir/"
7477 _ACEOF
7478
7479
7480
7481
7482 case $host_os in
7483 aix3*)
7484 # AIX sometimes has problems with the GCC collect2 program. For some
7485 # reason, if we set the COLLECT_NAMES environment variable, the problems
7486 # vanish in a puff of smoke.
7487 if test "X${COLLECT_NAMES+set}" != Xset; then
7488 COLLECT_NAMES=
7489 export COLLECT_NAMES
7490 fi
7491 ;;
7492 esac
7493
7494 # Global variables:
7495 ofile=libtool
7496 can_build_shared=yes
7497
7498 # All known linkers require a `.a' archive for static linking (except MSVC,
7499 # which needs '.lib').
7500 libext=a
7501
7502 with_gnu_ld="$lt_cv_prog_gnu_ld"
7503
7504 old_CC="$CC"
7505 old_CFLAGS="$CFLAGS"
7506
7507 # Set sane defaults for various variables
7508 test -z "$CC" && CC=cc
7509 test -z "$LTCC" && LTCC=$CC
7510 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7511 test -z "$LD" && LD=ld
7512 test -z "$ac_objext" && ac_objext=o
7513
7514 for cc_temp in $compiler""; do
7515 case $cc_temp in
7516 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7517 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7518 \-*) ;;
7519 *) break;;
7520 esac
7521 done
7522 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7523
7524
7525 # Only perform the check for file, if the check method requires it
7526 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7527 case $deplibs_check_method in
7528 file_magic*)
7529 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7531 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7532 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7533 $as_echo_n "(cached) " >&6
7534 else
7535 case $MAGIC_CMD in
7536 [\\/*] | ?:[\\/]*)
7537 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7538 ;;
7539 *)
7540 lt_save_MAGIC_CMD="$MAGIC_CMD"
7541 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7542 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7543 for ac_dir in $ac_dummy; do
7544 IFS="$lt_save_ifs"
7545 test -z "$ac_dir" && ac_dir=.
7546 if test -f $ac_dir/${ac_tool_prefix}file; then
7547 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7548 if test -n "$file_magic_test_file"; then
7549 case $deplibs_check_method in
7550 "file_magic "*)
7551 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7552 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7553 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7554 $EGREP "$file_magic_regex" > /dev/null; then
7555 :
7556 else
7557 cat <<_LT_EOF 1>&2
7558
7559 *** Warning: the command libtool uses to detect shared libraries,
7560 *** $file_magic_cmd, produces output that libtool cannot recognize.
7561 *** The result is that libtool may fail to recognize shared libraries
7562 *** as such. This will affect the creation of libtool libraries that
7563 *** depend on shared libraries, but programs linked with such libtool
7564 *** libraries will work regardless of this problem. Nevertheless, you
7565 *** may want to report the problem to your system manager and/or to
7566 *** bug-libtool@gnu.org
7567
7568 _LT_EOF
7569 fi ;;
7570 esac
7571 fi
7572 break
7573 fi
7574 done
7575 IFS="$lt_save_ifs"
7576 MAGIC_CMD="$lt_save_MAGIC_CMD"
7577 ;;
7578 esac
7579 fi
7580
7581 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7582 if test -n "$MAGIC_CMD"; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7584 $as_echo "$MAGIC_CMD" >&6; }
7585 else
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7587 $as_echo "no" >&6; }
7588 fi
7589
7590
7591
7592
7593
7594 if test -z "$lt_cv_path_MAGIC_CMD"; then
7595 if test -n "$ac_tool_prefix"; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7597 $as_echo_n "checking for file... " >&6; }
7598 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7599 $as_echo_n "(cached) " >&6
7600 else
7601 case $MAGIC_CMD in
7602 [\\/*] | ?:[\\/]*)
7603 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7604 ;;
7605 *)
7606 lt_save_MAGIC_CMD="$MAGIC_CMD"
7607 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7608 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7609 for ac_dir in $ac_dummy; do
7610 IFS="$lt_save_ifs"
7611 test -z "$ac_dir" && ac_dir=.
7612 if test -f $ac_dir/file; then
7613 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7614 if test -n "$file_magic_test_file"; then
7615 case $deplibs_check_method in
7616 "file_magic "*)
7617 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7618 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7619 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7620 $EGREP "$file_magic_regex" > /dev/null; then
7621 :
7622 else
7623 cat <<_LT_EOF 1>&2
7624
7625 *** Warning: the command libtool uses to detect shared libraries,
7626 *** $file_magic_cmd, produces output that libtool cannot recognize.
7627 *** The result is that libtool may fail to recognize shared libraries
7628 *** as such. This will affect the creation of libtool libraries that
7629 *** depend on shared libraries, but programs linked with such libtool
7630 *** libraries will work regardless of this problem. Nevertheless, you
7631 *** may want to report the problem to your system manager and/or to
7632 *** bug-libtool@gnu.org
7633
7634 _LT_EOF
7635 fi ;;
7636 esac
7637 fi
7638 break
7639 fi
7640 done
7641 IFS="$lt_save_ifs"
7642 MAGIC_CMD="$lt_save_MAGIC_CMD"
7643 ;;
7644 esac
7645 fi
7646
7647 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7648 if test -n "$MAGIC_CMD"; then
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7650 $as_echo "$MAGIC_CMD" >&6; }
7651 else
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7653 $as_echo "no" >&6; }
7654 fi
7655
7656
7657 else
7658 MAGIC_CMD=:
7659 fi
7660 fi
7661
7662 fi
7663 ;;
7664 esac
7665
7666 # Use C for the default configuration in the libtool script
7667
7668 lt_save_CC="$CC"
7669 ac_ext=c
7670 ac_cpp='$CPP $CPPFLAGS'
7671 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7672 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7673 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7674
7675
7676 # Source file extension for C test sources.
7677 ac_ext=c
7678
7679 # Object file extension for compiled C test sources.
7680 objext=o
7681 objext=$objext
7682
7683 # Code to be used in simple compile tests
7684 lt_simple_compile_test_code="int some_variable = 0;"
7685
7686 # Code to be used in simple link tests
7687 lt_simple_link_test_code='int main(){return(0);}'
7688
7689
7690
7691
7692
7693
7694
7695 # If no C compiler was specified, use CC.
7696 LTCC=${LTCC-"$CC"}
7697
7698 # If no C compiler flags were specified, use CFLAGS.
7699 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7700
7701 # Allow CC to be a program name with arguments.
7702 compiler=$CC
7703
7704 # Save the default compiler, since it gets overwritten when the other
7705 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7706 compiler_DEFAULT=$CC
7707
7708 # save warnings/boilerplate of simple test code
7709 ac_outfile=conftest.$ac_objext
7710 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7711 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7712 _lt_compiler_boilerplate=`cat conftest.err`
7713 $RM conftest*
7714
7715 ac_outfile=conftest.$ac_objext
7716 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7717 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7718 _lt_linker_boilerplate=`cat conftest.err`
7719 $RM -r conftest*
7720
7721
7722 ## CAVEAT EMPTOR:
7723 ## There is no encapsulation within the following macros, do not change
7724 ## the running order or otherwise move them around unless you know exactly
7725 ## what you are doing...
7726 if test -n "$compiler"; then
7727
7728 lt_prog_compiler_no_builtin_flag=
7729
7730 if test "$GCC" = yes; then
7731 case $cc_basename in
7732 nvcc*)
7733 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7734 *)
7735 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7736 esac
7737
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7739 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7740 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7741 $as_echo_n "(cached) " >&6
7742 else
7743 lt_cv_prog_compiler_rtti_exceptions=no
7744 ac_outfile=conftest.$ac_objext
7745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7746 lt_compiler_flag="-fno-rtti -fno-exceptions"
7747 # Insert the option either (1) after the last *FLAGS variable, or
7748 # (2) before a word containing "conftest.", or (3) at the end.
7749 # Note that $ac_compile itself does not contain backslashes and begins
7750 # with a dollar sign (not a hyphen), so the echo should work correctly.
7751 # The option is referenced via a variable to avoid confusing sed.
7752 lt_compile=`echo "$ac_compile" | $SED \
7753 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7754 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7755 -e 's:$: $lt_compiler_flag:'`
7756 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7757 (eval "$lt_compile" 2>conftest.err)
7758 ac_status=$?
7759 cat conftest.err >&5
7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761 if (exit $ac_status) && test -s "$ac_outfile"; then
7762 # The compiler can only warn and ignore the option if not recognized
7763 # So say no if there are warnings other than the usual output.
7764 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7765 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7766 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7767 lt_cv_prog_compiler_rtti_exceptions=yes
7768 fi
7769 fi
7770 $RM conftest*
7771
7772 fi
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7774 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7775
7776 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7777 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7778 else
7779 :
7780 fi
7781
7782 fi
7783
7784
7785
7786
7787
7788
7789 lt_prog_compiler_wl=
7790 lt_prog_compiler_pic=
7791 lt_prog_compiler_static=
7792
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7794 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7795
7796 if test "$GCC" = yes; then
7797 lt_prog_compiler_wl='-Wl,'
7798 lt_prog_compiler_static='-static'
7799
7800 case $host_os in
7801 aix*)
7802 # All AIX code is PIC.
7803 if test "$host_cpu" = ia64; then
7804 # AIX 5 now supports IA64 processor
7805 lt_prog_compiler_static='-Bstatic'
7806 fi
7807 lt_prog_compiler_pic='-fPIC'
7808 ;;
7809
7810 amigaos*)
7811 case $host_cpu in
7812 powerpc)
7813 # see comment about AmigaOS4 .so support
7814 lt_prog_compiler_pic='-fPIC'
7815 ;;
7816 m68k)
7817 # FIXME: we need at least 68020 code to build shared libraries, but
7818 # adding the `-m68020' flag to GCC prevents building anything better,
7819 # like `-m68040'.
7820 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7821 ;;
7822 esac
7823 ;;
7824
7825 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7826 # PIC is the default for these OSes.
7827 ;;
7828
7829 mingw* | cygwin* | pw32* | os2* | cegcc*)
7830 # This hack is so that the source file can tell whether it is being
7831 # built for inclusion in a dll (and should export symbols for example).
7832 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7833 # (--disable-auto-import) libraries
7834 lt_prog_compiler_pic='-DDLL_EXPORT'
7835 ;;
7836
7837 darwin* | rhapsody*)
7838 # PIC is the default on this platform
7839 # Common symbols not allowed in MH_DYLIB files
7840 lt_prog_compiler_pic='-fno-common'
7841 ;;
7842
7843 haiku*)
7844 # PIC is the default for Haiku.
7845 # The "-static" flag exists, but is broken.
7846 lt_prog_compiler_static=
7847 ;;
7848
7849 hpux*)
7850 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7851 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7852 # sets the default TLS model and affects inlining.
7853 case $host_cpu in
7854 hppa*64*)
7855 # +Z the default
7856 ;;
7857 *)
7858 lt_prog_compiler_pic='-fPIC'
7859 ;;
7860 esac
7861 ;;
7862
7863 interix[3-9]*)
7864 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7865 # Instead, we relocate shared libraries at runtime.
7866 ;;
7867
7868 msdosdjgpp*)
7869 # Just because we use GCC doesn't mean we suddenly get shared libraries
7870 # on systems that don't support them.
7871 lt_prog_compiler_can_build_shared=no
7872 enable_shared=no
7873 ;;
7874
7875 *nto* | *qnx*)
7876 # QNX uses GNU C++, but need to define -shared option too, otherwise
7877 # it will coredump.
7878 lt_prog_compiler_pic='-fPIC -shared'
7879 ;;
7880
7881 sysv4*MP*)
7882 if test -d /usr/nec; then
7883 lt_prog_compiler_pic=-Kconform_pic
7884 fi
7885 ;;
7886
7887 *)
7888 lt_prog_compiler_pic='-fPIC'
7889 ;;
7890 esac
7891
7892 case $cc_basename in
7893 nvcc*) # Cuda Compiler Driver 2.2
7894 lt_prog_compiler_wl='-Xlinker '
7895 lt_prog_compiler_pic='-Xcompiler -fPIC'
7896 ;;
7897 esac
7898 else
7899 # PORTME Check for flag to pass linker flags through the system compiler.
7900 case $host_os in
7901 aix*)
7902 lt_prog_compiler_wl='-Wl,'
7903 if test "$host_cpu" = ia64; then
7904 # AIX 5 now supports IA64 processor
7905 lt_prog_compiler_static='-Bstatic'
7906 else
7907 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7908 fi
7909 ;;
7910
7911 mingw* | cygwin* | pw32* | os2* | cegcc*)
7912 # This hack is so that the source file can tell whether it is being
7913 # built for inclusion in a dll (and should export symbols for example).
7914 lt_prog_compiler_pic='-DDLL_EXPORT'
7915 ;;
7916
7917 hpux9* | hpux10* | hpux11*)
7918 lt_prog_compiler_wl='-Wl,'
7919 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7920 # not for PA HP-UX.
7921 case $host_cpu in
7922 hppa*64*|ia64*)
7923 # +Z the default
7924 ;;
7925 *)
7926 lt_prog_compiler_pic='+Z'
7927 ;;
7928 esac
7929 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7930 lt_prog_compiler_static='${wl}-a ${wl}archive'
7931 ;;
7932
7933 irix5* | irix6* | nonstopux*)
7934 lt_prog_compiler_wl='-Wl,'
7935 # PIC (with -KPIC) is the default.
7936 lt_prog_compiler_static='-non_shared'
7937 ;;
7938
7939 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7940 case $cc_basename in
7941 # old Intel for x86_64 which still supported -KPIC.
7942 ecc*)
7943 lt_prog_compiler_wl='-Wl,'
7944 lt_prog_compiler_pic='-KPIC'
7945 lt_prog_compiler_static='-static'
7946 ;;
7947 # icc used to be incompatible with GCC.
7948 # ICC 10 doesn't accept -KPIC any more.
7949 icc* | ifort*)
7950 lt_prog_compiler_wl='-Wl,'
7951 lt_prog_compiler_pic='-fPIC'
7952 lt_prog_compiler_static='-static'
7953 ;;
7954 # Lahey Fortran 8.1.
7955 lf95*)
7956 lt_prog_compiler_wl='-Wl,'
7957 lt_prog_compiler_pic='--shared'
7958 lt_prog_compiler_static='--static'
7959 ;;
7960 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7961 # Portland Group compilers (*not* the Pentium gcc compiler,
7962 # which looks to be a dead project)
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_pic='-fpic'
7965 lt_prog_compiler_static='-Bstatic'
7966 ;;
7967 ccc*)
7968 lt_prog_compiler_wl='-Wl,'
7969 # All Alpha code is PIC.
7970 lt_prog_compiler_static='-non_shared'
7971 ;;
7972 xl* | bgxl* | bgf* | mpixl*)
7973 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7974 lt_prog_compiler_wl='-Wl,'
7975 lt_prog_compiler_pic='-qpic'
7976 lt_prog_compiler_static='-qstaticlink'
7977 ;;
7978 *)
7979 case `$CC -V 2>&1 | sed 5q` in
7980 *Sun\ F* | *Sun*Fortran*)
7981 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7982 lt_prog_compiler_pic='-KPIC'
7983 lt_prog_compiler_static='-Bstatic'
7984 lt_prog_compiler_wl=''
7985 ;;
7986 *Sun\ C*)
7987 # Sun C 5.9
7988 lt_prog_compiler_pic='-KPIC'
7989 lt_prog_compiler_static='-Bstatic'
7990 lt_prog_compiler_wl='-Wl,'
7991 ;;
7992 esac
7993 ;;
7994 esac
7995 ;;
7996
7997 newsos6)
7998 lt_prog_compiler_pic='-KPIC'
7999 lt_prog_compiler_static='-Bstatic'
8000 ;;
8001
8002 *nto* | *qnx*)
8003 # QNX uses GNU C++, but need to define -shared option too, otherwise
8004 # it will coredump.
8005 lt_prog_compiler_pic='-fPIC -shared'
8006 ;;
8007
8008 osf3* | osf4* | osf5*)
8009 lt_prog_compiler_wl='-Wl,'
8010 # All OSF/1 code is PIC.
8011 lt_prog_compiler_static='-non_shared'
8012 ;;
8013
8014 rdos*)
8015 lt_prog_compiler_static='-non_shared'
8016 ;;
8017
8018 solaris*)
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-Bstatic'
8021 case $cc_basename in
8022 f77* | f90* | f95*)
8023 lt_prog_compiler_wl='-Qoption ld ';;
8024 *)
8025 lt_prog_compiler_wl='-Wl,';;
8026 esac
8027 ;;
8028
8029 sunos4*)
8030 lt_prog_compiler_wl='-Qoption ld '
8031 lt_prog_compiler_pic='-PIC'
8032 lt_prog_compiler_static='-Bstatic'
8033 ;;
8034
8035 sysv4 | sysv4.2uw2* | sysv4.3*)
8036 lt_prog_compiler_wl='-Wl,'
8037 lt_prog_compiler_pic='-KPIC'
8038 lt_prog_compiler_static='-Bstatic'
8039 ;;
8040
8041 sysv4*MP*)
8042 if test -d /usr/nec ;then
8043 lt_prog_compiler_pic='-Kconform_pic'
8044 lt_prog_compiler_static='-Bstatic'
8045 fi
8046 ;;
8047
8048 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8049 lt_prog_compiler_wl='-Wl,'
8050 lt_prog_compiler_pic='-KPIC'
8051 lt_prog_compiler_static='-Bstatic'
8052 ;;
8053
8054 unicos*)
8055 lt_prog_compiler_wl='-Wl,'
8056 lt_prog_compiler_can_build_shared=no
8057 ;;
8058
8059 uts4*)
8060 lt_prog_compiler_pic='-pic'
8061 lt_prog_compiler_static='-Bstatic'
8062 ;;
8063
8064 *)
8065 lt_prog_compiler_can_build_shared=no
8066 ;;
8067 esac
8068 fi
8069
8070 case $host_os in
8071 # For platforms which do not support PIC, -DPIC is meaningless:
8072 *djgpp*)
8073 lt_prog_compiler_pic=
8074 ;;
8075 *)
8076 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8077 ;;
8078 esac
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8080 $as_echo "$lt_prog_compiler_pic" >&6; }
8081
8082
8083
8084
8085
8086
8087 #
8088 # Check to make sure the PIC flag actually works.
8089 #
8090 if test -n "$lt_prog_compiler_pic"; then
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8092 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8093 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8094 $as_echo_n "(cached) " >&6
8095 else
8096 lt_cv_prog_compiler_pic_works=no
8097 ac_outfile=conftest.$ac_objext
8098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8099 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8100 # Insert the option either (1) after the last *FLAGS variable, or
8101 # (2) before a word containing "conftest.", or (3) at the end.
8102 # Note that $ac_compile itself does not contain backslashes and begins
8103 # with a dollar sign (not a hyphen), so the echo should work correctly.
8104 # The option is referenced via a variable to avoid confusing sed.
8105 lt_compile=`echo "$ac_compile" | $SED \
8106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8108 -e 's:$: $lt_compiler_flag:'`
8109 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8110 (eval "$lt_compile" 2>conftest.err)
8111 ac_status=$?
8112 cat conftest.err >&5
8113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114 if (exit $ac_status) && test -s "$ac_outfile"; then
8115 # The compiler can only warn and ignore the option if not recognized
8116 # So say no if there are warnings other than the usual output.
8117 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8118 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8119 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8120 lt_cv_prog_compiler_pic_works=yes
8121 fi
8122 fi
8123 $RM conftest*
8124
8125 fi
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8127 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8128
8129 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8130 case $lt_prog_compiler_pic in
8131 "" | " "*) ;;
8132 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8133 esac
8134 else
8135 lt_prog_compiler_pic=
8136 lt_prog_compiler_can_build_shared=no
8137 fi
8138
8139 fi
8140
8141
8142
8143
8144
8145
8146 #
8147 # Check to make sure the static flag actually works.
8148 #
8149 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8151 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8152 if ${lt_cv_prog_compiler_static_works+:} false; then :
8153 $as_echo_n "(cached) " >&6
8154 else
8155 lt_cv_prog_compiler_static_works=no
8156 save_LDFLAGS="$LDFLAGS"
8157 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8158 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8159 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8160 # The linker can only warn and ignore the option if not recognized
8161 # So say no if there are warnings
8162 if test -s conftest.err; then
8163 # Append any errors to the config.log.
8164 cat conftest.err 1>&5
8165 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8166 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8167 if diff conftest.exp conftest.er2 >/dev/null; then
8168 lt_cv_prog_compiler_static_works=yes
8169 fi
8170 else
8171 lt_cv_prog_compiler_static_works=yes
8172 fi
8173 fi
8174 $RM -r conftest*
8175 LDFLAGS="$save_LDFLAGS"
8176
8177 fi
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8179 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8180
8181 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8182 :
8183 else
8184 lt_prog_compiler_static=
8185 fi
8186
8187
8188
8189
8190
8191
8192
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8194 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8195 if ${lt_cv_prog_compiler_c_o+:} false; then :
8196 $as_echo_n "(cached) " >&6
8197 else
8198 lt_cv_prog_compiler_c_o=no
8199 $RM -r conftest 2>/dev/null
8200 mkdir conftest
8201 cd conftest
8202 mkdir out
8203 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8204
8205 lt_compiler_flag="-o out/conftest2.$ac_objext"
8206 # Insert the option either (1) after the last *FLAGS variable, or
8207 # (2) before a word containing "conftest.", or (3) at the end.
8208 # Note that $ac_compile itself does not contain backslashes and begins
8209 # with a dollar sign (not a hyphen), so the echo should work correctly.
8210 lt_compile=`echo "$ac_compile" | $SED \
8211 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8212 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8213 -e 's:$: $lt_compiler_flag:'`
8214 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8215 (eval "$lt_compile" 2>out/conftest.err)
8216 ac_status=$?
8217 cat out/conftest.err >&5
8218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8220 then
8221 # The compiler can only warn and ignore the option if not recognized
8222 # So say no if there are warnings
8223 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8224 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8225 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8226 lt_cv_prog_compiler_c_o=yes
8227 fi
8228 fi
8229 chmod u+w . 2>&5
8230 $RM conftest*
8231 # SGI C++ compiler will create directory out/ii_files/ for
8232 # template instantiation
8233 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8234 $RM out/* && rmdir out
8235 cd ..
8236 $RM -r conftest
8237 $RM conftest*
8238
8239 fi
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8241 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8242
8243
8244
8245
8246
8247
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8249 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8250 if ${lt_cv_prog_compiler_c_o+:} false; then :
8251 $as_echo_n "(cached) " >&6
8252 else
8253 lt_cv_prog_compiler_c_o=no
8254 $RM -r conftest 2>/dev/null
8255 mkdir conftest
8256 cd conftest
8257 mkdir out
8258 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8259
8260 lt_compiler_flag="-o out/conftest2.$ac_objext"
8261 # Insert the option either (1) after the last *FLAGS variable, or
8262 # (2) before a word containing "conftest.", or (3) at the end.
8263 # Note that $ac_compile itself does not contain backslashes and begins
8264 # with a dollar sign (not a hyphen), so the echo should work correctly.
8265 lt_compile=`echo "$ac_compile" | $SED \
8266 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8267 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8268 -e 's:$: $lt_compiler_flag:'`
8269 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8270 (eval "$lt_compile" 2>out/conftest.err)
8271 ac_status=$?
8272 cat out/conftest.err >&5
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8275 then
8276 # The compiler can only warn and ignore the option if not recognized
8277 # So say no if there are warnings
8278 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8279 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8280 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8281 lt_cv_prog_compiler_c_o=yes
8282 fi
8283 fi
8284 chmod u+w . 2>&5
8285 $RM conftest*
8286 # SGI C++ compiler will create directory out/ii_files/ for
8287 # template instantiation
8288 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8289 $RM out/* && rmdir out
8290 cd ..
8291 $RM -r conftest
8292 $RM conftest*
8293
8294 fi
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8296 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8297
8298
8299
8300
8301 hard_links="nottested"
8302 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8303 # do not overwrite the value of need_locks provided by the user
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8305 $as_echo_n "checking if we can lock with hard links... " >&6; }
8306 hard_links=yes
8307 $RM conftest*
8308 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8309 touch conftest.a
8310 ln conftest.a conftest.b 2>&5 || hard_links=no
8311 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8313 $as_echo "$hard_links" >&6; }
8314 if test "$hard_links" = no; then
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8316 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8317 need_locks=warn
8318 fi
8319 else
8320 need_locks=no
8321 fi
8322
8323
8324
8325
8326
8327
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8329 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8330
8331 runpath_var=
8332 allow_undefined_flag=
8333 always_export_symbols=no
8334 archive_cmds=
8335 archive_expsym_cmds=
8336 compiler_needs_object=no
8337 enable_shared_with_static_runtimes=no
8338 export_dynamic_flag_spec=
8339 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8340 hardcode_automatic=no
8341 hardcode_direct=no
8342 hardcode_direct_absolute=no
8343 hardcode_libdir_flag_spec=
8344 hardcode_libdir_flag_spec_ld=
8345 hardcode_libdir_separator=
8346 hardcode_minus_L=no
8347 hardcode_shlibpath_var=unsupported
8348 inherit_rpath=no
8349 link_all_deplibs=unknown
8350 module_cmds=
8351 module_expsym_cmds=
8352 old_archive_from_new_cmds=
8353 old_archive_from_expsyms_cmds=
8354 thread_safe_flag_spec=
8355 whole_archive_flag_spec=
8356 # include_expsyms should be a list of space-separated symbols to be *always*
8357 # included in the symbol list
8358 include_expsyms=
8359 # exclude_expsyms can be an extended regexp of symbols to exclude
8360 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8361 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8362 # as well as any symbol that contains `d'.
8363 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8364 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8365 # platforms (ab)use it in PIC code, but their linkers get confused if
8366 # the symbol is explicitly referenced. Since portable code cannot
8367 # rely on this symbol name, it's probably fine to never include it in
8368 # preloaded symbol tables.
8369 # Exclude shared library initialization/finalization symbols.
8370 extract_expsyms_cmds=
8371
8372 case $host_os in
8373 cygwin* | mingw* | pw32* | cegcc*)
8374 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8375 # When not using gcc, we currently assume that we are using
8376 # Microsoft Visual C++.
8377 if test "$GCC" != yes; then
8378 with_gnu_ld=no
8379 fi
8380 ;;
8381 interix*)
8382 # we just hope/assume this is gcc and not c89 (= MSVC++)
8383 with_gnu_ld=yes
8384 ;;
8385 openbsd*)
8386 with_gnu_ld=no
8387 ;;
8388 esac
8389
8390 ld_shlibs=yes
8391
8392 # On some targets, GNU ld is compatible enough with the native linker
8393 # that we're better off using the native interface for both.
8394 lt_use_gnu_ld_interface=no
8395 if test "$with_gnu_ld" = yes; then
8396 case $host_os in
8397 aix*)
8398 # The AIX port of GNU ld has always aspired to compatibility
8399 # with the native linker. However, as the warning in the GNU ld
8400 # block says, versions before 2.19.5* couldn't really create working
8401 # shared libraries, regardless of the interface used.
8402 case `$LD -v 2>&1` in
8403 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8404 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8405 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8406 *)
8407 lt_use_gnu_ld_interface=yes
8408 ;;
8409 esac
8410 ;;
8411 *)
8412 lt_use_gnu_ld_interface=yes
8413 ;;
8414 esac
8415 fi
8416
8417 if test "$lt_use_gnu_ld_interface" = yes; then
8418 # If archive_cmds runs LD, not CC, wlarc should be empty
8419 wlarc='${wl}'
8420
8421 # Set some defaults for GNU ld with shared library support. These
8422 # are reset later if shared libraries are not supported. Putting them
8423 # here allows them to be overridden if necessary.
8424 runpath_var=LD_RUN_PATH
8425 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8426 export_dynamic_flag_spec='${wl}--export-dynamic'
8427 # ancient GNU ld didn't support --whole-archive et. al.
8428 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8429 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8430 else
8431 whole_archive_flag_spec=
8432 fi
8433 supports_anon_versioning=no
8434 case `$LD -v 2>&1` in
8435 *GNU\ gold*) supports_anon_versioning=yes ;;
8436 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8437 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8438 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8439 *\ 2.11.*) ;; # other 2.11 versions
8440 *) supports_anon_versioning=yes ;;
8441 esac
8442
8443 # See if GNU ld supports shared libraries.
8444 case $host_os in
8445 aix[3-9]*)
8446 # On AIX/PPC, the GNU linker is very broken
8447 if test "$host_cpu" != ia64; then
8448 ld_shlibs=no
8449 cat <<_LT_EOF 1>&2
8450
8451 *** Warning: the GNU linker, at least up to release 2.19, is reported
8452 *** to be unable to reliably create shared libraries on AIX.
8453 *** Therefore, libtool is disabling shared libraries support. If you
8454 *** really care for shared libraries, you may want to install binutils
8455 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8456 *** You will then need to restart the configuration process.
8457
8458 _LT_EOF
8459 fi
8460 ;;
8461
8462 amigaos*)
8463 case $host_cpu in
8464 powerpc)
8465 # see comment about AmigaOS4 .so support
8466 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8467 archive_expsym_cmds=''
8468 ;;
8469 m68k)
8470 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)'
8471 hardcode_libdir_flag_spec='-L$libdir'
8472 hardcode_minus_L=yes
8473 ;;
8474 esac
8475 ;;
8476
8477 beos*)
8478 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8479 allow_undefined_flag=unsupported
8480 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8481 # support --undefined. This deserves some investigation. FIXME
8482 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8483 else
8484 ld_shlibs=no
8485 fi
8486 ;;
8487
8488 cygwin* | mingw* | pw32* | cegcc*)
8489 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8490 # as there is no search path for DLLs.
8491 hardcode_libdir_flag_spec='-L$libdir'
8492 export_dynamic_flag_spec='${wl}--export-all-symbols'
8493 allow_undefined_flag=unsupported
8494 always_export_symbols=no
8495 enable_shared_with_static_runtimes=yes
8496 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8497
8498 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8499 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8500 # If the export-symbols file already is a .def file (1st line
8501 # is EXPORTS), use it as is; otherwise, prepend...
8502 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8503 cp $export_symbols $output_objdir/$soname.def;
8504 else
8505 echo EXPORTS > $output_objdir/$soname.def;
8506 cat $export_symbols >> $output_objdir/$soname.def;
8507 fi~
8508 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8509 else
8510 ld_shlibs=no
8511 fi
8512 ;;
8513
8514 haiku*)
8515 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8516 link_all_deplibs=yes
8517 ;;
8518
8519 interix[3-9]*)
8520 hardcode_direct=no
8521 hardcode_shlibpath_var=no
8522 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8523 export_dynamic_flag_spec='${wl}-E'
8524 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8525 # Instead, shared libraries are loaded at an image base (0x10000000 by
8526 # default) and relocated if they conflict, which is a slow very memory
8527 # consuming and fragmenting process. To avoid this, we pick a random,
8528 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8529 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8530 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8531 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'
8532 ;;
8533
8534 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8535 tmp_diet=no
8536 if test "$host_os" = linux-dietlibc; then
8537 case $cc_basename in
8538 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8539 esac
8540 fi
8541 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8542 && test "$tmp_diet" = no
8543 then
8544 tmp_addflag=' $pic_flag'
8545 tmp_sharedflag='-shared'
8546 case $cc_basename,$host_cpu in
8547 pgcc*) # Portland Group C compiler
8548 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'
8549 tmp_addflag=' $pic_flag'
8550 ;;
8551 pgf77* | pgf90* | pgf95* | pgfortran*)
8552 # Portland Group f77 and f90 compilers
8553 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'
8554 tmp_addflag=' $pic_flag -Mnomain' ;;
8555 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8556 tmp_addflag=' -i_dynamic' ;;
8557 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8558 tmp_addflag=' -i_dynamic -nofor_main' ;;
8559 ifc* | ifort*) # Intel Fortran compiler
8560 tmp_addflag=' -nofor_main' ;;
8561 lf95*) # Lahey Fortran 8.1
8562 whole_archive_flag_spec=
8563 tmp_sharedflag='--shared' ;;
8564 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8565 tmp_sharedflag='-qmkshrobj'
8566 tmp_addflag= ;;
8567 nvcc*) # Cuda Compiler Driver 2.2
8568 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'
8569 compiler_needs_object=yes
8570 ;;
8571 esac
8572 case `$CC -V 2>&1 | sed 5q` in
8573 *Sun\ C*) # Sun C 5.9
8574 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'
8575 compiler_needs_object=yes
8576 tmp_sharedflag='-G' ;;
8577 *Sun\ F*) # Sun Fortran 8.3
8578 tmp_sharedflag='-G' ;;
8579 esac
8580 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8581
8582 if test "x$supports_anon_versioning" = xyes; then
8583 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8584 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8585 echo "local: *; };" >> $output_objdir/$libname.ver~
8586 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8587 fi
8588
8589 case $cc_basename in
8590 xlf* | bgf* | bgxlf* | mpixlf*)
8591 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8592 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8593 hardcode_libdir_flag_spec=
8594 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8595 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8596 if test "x$supports_anon_versioning" = xyes; then
8597 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8598 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8599 echo "local: *; };" >> $output_objdir/$libname.ver~
8600 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8601 fi
8602 ;;
8603 esac
8604 else
8605 ld_shlibs=no
8606 fi
8607 ;;
8608
8609 netbsd*)
8610 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8611 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8612 wlarc=
8613 else
8614 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8615 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8616 fi
8617 ;;
8618
8619 solaris*)
8620 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8621 ld_shlibs=no
8622 cat <<_LT_EOF 1>&2
8623
8624 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8625 *** create shared libraries on Solaris systems. Therefore, libtool
8626 *** is disabling shared libraries support. We urge you to upgrade GNU
8627 *** binutils to release 2.9.1 or newer. Another option is to modify
8628 *** your PATH or compiler configuration so that the native linker is
8629 *** used, and then restart.
8630
8631 _LT_EOF
8632 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8633 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8634 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8635 else
8636 ld_shlibs=no
8637 fi
8638 ;;
8639
8640 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8641 case `$LD -v 2>&1` in
8642 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8643 ld_shlibs=no
8644 cat <<_LT_EOF 1>&2
8645
8646 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8647 *** reliably create shared libraries on SCO systems. Therefore, libtool
8648 *** is disabling shared libraries support. We urge you to upgrade GNU
8649 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8650 *** your PATH or compiler configuration so that the native linker is
8651 *** used, and then restart.
8652
8653 _LT_EOF
8654 ;;
8655 *)
8656 # For security reasons, it is highly recommended that you always
8657 # use absolute paths for naming shared libraries, and exclude the
8658 # DT_RUNPATH tag from executables and libraries. But doing so
8659 # requires that you compile everything twice, which is a pain.
8660 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8661 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8662 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8664 else
8665 ld_shlibs=no
8666 fi
8667 ;;
8668 esac
8669 ;;
8670
8671 sunos4*)
8672 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8673 wlarc=
8674 hardcode_direct=yes
8675 hardcode_shlibpath_var=no
8676 ;;
8677
8678 *)
8679 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8680 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8681 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8682 else
8683 ld_shlibs=no
8684 fi
8685 ;;
8686 esac
8687
8688 if test "$ld_shlibs" = no; then
8689 runpath_var=
8690 hardcode_libdir_flag_spec=
8691 export_dynamic_flag_spec=
8692 whole_archive_flag_spec=
8693 fi
8694 else
8695 # PORTME fill in a description of your system's linker (not GNU ld)
8696 case $host_os in
8697 aix3*)
8698 allow_undefined_flag=unsupported
8699 always_export_symbols=yes
8700 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'
8701 # Note: this linker hardcodes the directories in LIBPATH if there
8702 # are no directories specified by -L.
8703 hardcode_minus_L=yes
8704 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8705 # Neither direct hardcoding nor static linking is supported with a
8706 # broken collect2.
8707 hardcode_direct=unsupported
8708 fi
8709 ;;
8710
8711 aix[4-9]*)
8712 if test "$host_cpu" = ia64; then
8713 # On IA64, the linker does run time linking by default, so we don't
8714 # have to do anything special.
8715 aix_use_runtimelinking=no
8716 exp_sym_flag='-Bexport'
8717 no_entry_flag=""
8718 else
8719 # If we're using GNU nm, then we don't want the "-C" option.
8720 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8721 # Also, AIX nm treats weak defined symbols like other global
8722 # defined symbols, whereas GNU nm marks them as "W".
8723 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8724 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'
8725 else
8726 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'
8727 fi
8728 aix_use_runtimelinking=no
8729
8730 # Test if we are trying to use run time linking or normal
8731 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8732 # need to do runtime linking.
8733 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8734 for ld_flag in $LDFLAGS; do
8735 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8736 aix_use_runtimelinking=yes
8737 break
8738 fi
8739 done
8740 ;;
8741 esac
8742
8743 exp_sym_flag='-bexport'
8744 no_entry_flag='-bnoentry'
8745 fi
8746
8747 # When large executables or shared objects are built, AIX ld can
8748 # have problems creating the table of contents. If linking a library
8749 # or program results in "error TOC overflow" add -mminimal-toc to
8750 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8751 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8752
8753 archive_cmds=''
8754 hardcode_direct=yes
8755 hardcode_direct_absolute=yes
8756 hardcode_libdir_separator=':'
8757 link_all_deplibs=yes
8758 file_list_spec='${wl}-f,'
8759
8760 if test "$GCC" = yes; then
8761 case $host_os in aix4.[012]|aix4.[012].*)
8762 # We only want to do this on AIX 4.2 and lower, the check
8763 # below for broken collect2 doesn't work under 4.3+
8764 collect2name=`${CC} -print-prog-name=collect2`
8765 if test -f "$collect2name" &&
8766 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8767 then
8768 # We have reworked collect2
8769 :
8770 else
8771 # We have old collect2
8772 hardcode_direct=unsupported
8773 # It fails to find uninstalled libraries when the uninstalled
8774 # path is not listed in the libpath. Setting hardcode_minus_L
8775 # to unsupported forces relinking
8776 hardcode_minus_L=yes
8777 hardcode_libdir_flag_spec='-L$libdir'
8778 hardcode_libdir_separator=
8779 fi
8780 ;;
8781 esac
8782 shared_flag='-shared'
8783 if test "$aix_use_runtimelinking" = yes; then
8784 shared_flag="$shared_flag "'${wl}-G'
8785 fi
8786 else
8787 # not using gcc
8788 if test "$host_cpu" = ia64; then
8789 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8790 # chokes on -Wl,-G. The following line is correct:
8791 shared_flag='-G'
8792 else
8793 if test "$aix_use_runtimelinking" = yes; then
8794 shared_flag='${wl}-G'
8795 else
8796 shared_flag='${wl}-bM:SRE'
8797 fi
8798 fi
8799 fi
8800
8801 export_dynamic_flag_spec='${wl}-bexpall'
8802 # It seems that -bexpall does not export symbols beginning with
8803 # underscore (_), so it is better to generate a list of symbols to export.
8804 always_export_symbols=yes
8805 if test "$aix_use_runtimelinking" = yes; then
8806 # Warning - without using the other runtime loading flags (-brtl),
8807 # -berok will link without error, but may produce a broken library.
8808 allow_undefined_flag='-berok'
8809 # Determine the default libpath from the value encoded in an
8810 # empty executable.
8811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8812 /* end confdefs.h. */
8813
8814 int
8815 main ()
8816 {
8817
8818 ;
8819 return 0;
8820 }
8821 _ACEOF
8822 if ac_fn_c_try_link "$LINENO"; then :
8823
8824 lt_aix_libpath_sed='
8825 /Import File Strings/,/^$/ {
8826 /^0/ {
8827 s/^0 *\(.*\)$/\1/
8828 p
8829 }
8830 }'
8831 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8832 # Check for a 64-bit object if we didn't find anything.
8833 if test -z "$aix_libpath"; then
8834 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8835 fi
8836 fi
8837 rm -f core conftest.err conftest.$ac_objext \
8838 conftest$ac_exeext conftest.$ac_ext
8839 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8840
8841 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8842 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"
8843 else
8844 if test "$host_cpu" = ia64; then
8845 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8846 allow_undefined_flag="-z nodefs"
8847 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"
8848 else
8849 # Determine the default libpath from the value encoded in an
8850 # empty executable.
8851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8852 /* end confdefs.h. */
8853
8854 int
8855 main ()
8856 {
8857
8858 ;
8859 return 0;
8860 }
8861 _ACEOF
8862 if ac_fn_c_try_link "$LINENO"; then :
8863
8864 lt_aix_libpath_sed='
8865 /Import File Strings/,/^$/ {
8866 /^0/ {
8867 s/^0 *\(.*\)$/\1/
8868 p
8869 }
8870 }'
8871 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8872 # Check for a 64-bit object if we didn't find anything.
8873 if test -z "$aix_libpath"; then
8874 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8875 fi
8876 fi
8877 rm -f core conftest.err conftest.$ac_objext \
8878 conftest$ac_exeext conftest.$ac_ext
8879 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8880
8881 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8882 # Warning - without using the other run time loading flags,
8883 # -berok will link without error, but may produce a broken library.
8884 no_undefined_flag=' ${wl}-bernotok'
8885 allow_undefined_flag=' ${wl}-berok'
8886 if test "$with_gnu_ld" = yes; then
8887 # We only use this code for GNU lds that support --whole-archive.
8888 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8889 else
8890 # Exported symbols can be pulled into shared objects from archives
8891 whole_archive_flag_spec='$convenience'
8892 fi
8893 archive_cmds_need_lc=yes
8894 # This is similar to how AIX traditionally builds its shared libraries.
8895 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'
8896 fi
8897 fi
8898 ;;
8899
8900 amigaos*)
8901 case $host_cpu in
8902 powerpc)
8903 # see comment about AmigaOS4 .so support
8904 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8905 archive_expsym_cmds=''
8906 ;;
8907 m68k)
8908 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)'
8909 hardcode_libdir_flag_spec='-L$libdir'
8910 hardcode_minus_L=yes
8911 ;;
8912 esac
8913 ;;
8914
8915 bsdi[45]*)
8916 export_dynamic_flag_spec=-rdynamic
8917 ;;
8918
8919 cygwin* | mingw* | pw32* | cegcc*)
8920 # When not using gcc, we currently assume that we are using
8921 # Microsoft Visual C++.
8922 # hardcode_libdir_flag_spec is actually meaningless, as there is
8923 # no search path for DLLs.
8924 hardcode_libdir_flag_spec=' '
8925 allow_undefined_flag=unsupported
8926 # Tell ltmain to make .lib files, not .a files.
8927 libext=lib
8928 # Tell ltmain to make .dll files, not .so files.
8929 shrext_cmds=".dll"
8930 # FIXME: Setting linknames here is a bad hack.
8931 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8932 # The linker will automatically build a .lib file if we build a DLL.
8933 old_archive_from_new_cmds='true'
8934 # FIXME: Should let the user specify the lib program.
8935 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8936 fix_srcfile_path='`cygpath -w "$srcfile"`'
8937 enable_shared_with_static_runtimes=yes
8938 ;;
8939
8940 darwin* | rhapsody*)
8941
8942
8943 archive_cmds_need_lc=no
8944 hardcode_direct=no
8945 hardcode_automatic=yes
8946 hardcode_shlibpath_var=unsupported
8947 if test "$lt_cv_ld_force_load" = "yes"; then
8948 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\"`'
8949 else
8950 whole_archive_flag_spec=''
8951 fi
8952 link_all_deplibs=yes
8953 allow_undefined_flag="$_lt_dar_allow_undefined"
8954 case $cc_basename in
8955 ifort*) _lt_dar_can_shared=yes ;;
8956 *) _lt_dar_can_shared=$GCC ;;
8957 esac
8958 if test "$_lt_dar_can_shared" = "yes"; then
8959 output_verbose_link_cmd=func_echo_all
8960 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8961 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8962 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}"
8963 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}"
8964
8965 else
8966 ld_shlibs=no
8967 fi
8968
8969 ;;
8970
8971 dgux*)
8972 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8973 hardcode_libdir_flag_spec='-L$libdir'
8974 hardcode_shlibpath_var=no
8975 ;;
8976
8977 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8978 # support. Future versions do this automatically, but an explicit c++rt0.o
8979 # does not break anything, and helps significantly (at the cost of a little
8980 # extra space).
8981 freebsd2.2*)
8982 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8983 hardcode_libdir_flag_spec='-R$libdir'
8984 hardcode_direct=yes
8985 hardcode_shlibpath_var=no
8986 ;;
8987
8988 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8989 freebsd2.*)
8990 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8991 hardcode_direct=yes
8992 hardcode_minus_L=yes
8993 hardcode_shlibpath_var=no
8994 ;;
8995
8996 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8997 freebsd* | dragonfly*)
8998 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8999 hardcode_libdir_flag_spec='-R$libdir'
9000 hardcode_direct=yes
9001 hardcode_shlibpath_var=no
9002 ;;
9003
9004 hpux9*)
9005 if test "$GCC" = yes; then
9006 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'
9007 else
9008 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'
9009 fi
9010 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9011 hardcode_libdir_separator=:
9012 hardcode_direct=yes
9013
9014 # hardcode_minus_L: Not really in the search PATH,
9015 # but as the default location of the library.
9016 hardcode_minus_L=yes
9017 export_dynamic_flag_spec='${wl}-E'
9018 ;;
9019
9020 hpux10*)
9021 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9022 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9023 else
9024 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9025 fi
9026 if test "$with_gnu_ld" = no; then
9027 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9028 hardcode_libdir_flag_spec_ld='+b $libdir'
9029 hardcode_libdir_separator=:
9030 hardcode_direct=yes
9031 hardcode_direct_absolute=yes
9032 export_dynamic_flag_spec='${wl}-E'
9033 # hardcode_minus_L: Not really in the search PATH,
9034 # but as the default location of the library.
9035 hardcode_minus_L=yes
9036 fi
9037 ;;
9038
9039 hpux11*)
9040 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9041 case $host_cpu in
9042 hppa*64*)
9043 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9044 ;;
9045 ia64*)
9046 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9047 ;;
9048 *)
9049 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9050 ;;
9051 esac
9052 else
9053 case $host_cpu in
9054 hppa*64*)
9055 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9056 ;;
9057 ia64*)
9058 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9059 ;;
9060 *)
9061
9062 # Older versions of the 11.00 compiler do not understand -b yet
9063 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9065 $as_echo_n "checking if $CC understands -b... " >&6; }
9066 if ${lt_cv_prog_compiler__b+:} false; then :
9067 $as_echo_n "(cached) " >&6
9068 else
9069 lt_cv_prog_compiler__b=no
9070 save_LDFLAGS="$LDFLAGS"
9071 LDFLAGS="$LDFLAGS -b"
9072 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9073 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9074 # The linker can only warn and ignore the option if not recognized
9075 # So say no if there are warnings
9076 if test -s conftest.err; then
9077 # Append any errors to the config.log.
9078 cat conftest.err 1>&5
9079 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9080 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9081 if diff conftest.exp conftest.er2 >/dev/null; then
9082 lt_cv_prog_compiler__b=yes
9083 fi
9084 else
9085 lt_cv_prog_compiler__b=yes
9086 fi
9087 fi
9088 $RM -r conftest*
9089 LDFLAGS="$save_LDFLAGS"
9090
9091 fi
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9093 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9094
9095 if test x"$lt_cv_prog_compiler__b" = xyes; then
9096 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9097 else
9098 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9099 fi
9100
9101 ;;
9102 esac
9103 fi
9104 if test "$with_gnu_ld" = no; then
9105 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9106 hardcode_libdir_separator=:
9107
9108 case $host_cpu in
9109 hppa*64*|ia64*)
9110 hardcode_direct=no
9111 hardcode_shlibpath_var=no
9112 ;;
9113 *)
9114 hardcode_direct=yes
9115 hardcode_direct_absolute=yes
9116 export_dynamic_flag_spec='${wl}-E'
9117
9118 # hardcode_minus_L: Not really in the search PATH,
9119 # but as the default location of the library.
9120 hardcode_minus_L=yes
9121 ;;
9122 esac
9123 fi
9124 ;;
9125
9126 irix5* | irix6* | nonstopux*)
9127 if test "$GCC" = yes; then
9128 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'
9129 # Try to use the -exported_symbol ld option, if it does not
9130 # work, assume that -exports_file does not work either and
9131 # implicitly export all symbols.
9132 save_LDFLAGS="$LDFLAGS"
9133 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h. */
9136 int foo(void) {}
9137 _ACEOF
9138 if ac_fn_c_try_link "$LINENO"; then :
9139 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'
9140
9141 fi
9142 rm -f core conftest.err conftest.$ac_objext \
9143 conftest$ac_exeext conftest.$ac_ext
9144 LDFLAGS="$save_LDFLAGS"
9145 else
9146 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'
9147 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'
9148 fi
9149 archive_cmds_need_lc='no'
9150 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9151 hardcode_libdir_separator=:
9152 inherit_rpath=yes
9153 link_all_deplibs=yes
9154 ;;
9155
9156 netbsd*)
9157 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9159 else
9160 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9161 fi
9162 hardcode_libdir_flag_spec='-R$libdir'
9163 hardcode_direct=yes
9164 hardcode_shlibpath_var=no
9165 ;;
9166
9167 newsos6)
9168 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9169 hardcode_direct=yes
9170 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9171 hardcode_libdir_separator=:
9172 hardcode_shlibpath_var=no
9173 ;;
9174
9175 *nto* | *qnx*)
9176 ;;
9177
9178 openbsd*)
9179 if test -f /usr/libexec/ld.so; then
9180 hardcode_direct=yes
9181 hardcode_shlibpath_var=no
9182 hardcode_direct_absolute=yes
9183 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9184 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9185 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9186 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9187 export_dynamic_flag_spec='${wl}-E'
9188 else
9189 case $host_os in
9190 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9191 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9192 hardcode_libdir_flag_spec='-R$libdir'
9193 ;;
9194 *)
9195 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9196 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9197 ;;
9198 esac
9199 fi
9200 else
9201 ld_shlibs=no
9202 fi
9203 ;;
9204
9205 os2*)
9206 hardcode_libdir_flag_spec='-L$libdir'
9207 hardcode_minus_L=yes
9208 allow_undefined_flag=unsupported
9209 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'
9210 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9211 ;;
9212
9213 osf3*)
9214 if test "$GCC" = yes; then
9215 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9216 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'
9217 else
9218 allow_undefined_flag=' -expect_unresolved \*'
9219 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'
9220 fi
9221 archive_cmds_need_lc='no'
9222 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9223 hardcode_libdir_separator=:
9224 ;;
9225
9226 osf4* | osf5*) # as osf3* with the addition of -msym flag
9227 if test "$GCC" = yes; then
9228 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9229 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'
9230 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9231 else
9232 allow_undefined_flag=' -expect_unresolved \*'
9233 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'
9234 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~
9235 $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'
9236
9237 # Both c and cxx compiler support -rpath directly
9238 hardcode_libdir_flag_spec='-rpath $libdir'
9239 fi
9240 archive_cmds_need_lc='no'
9241 hardcode_libdir_separator=:
9242 ;;
9243
9244 solaris*)
9245 no_undefined_flag=' -z defs'
9246 if test "$GCC" = yes; then
9247 wlarc='${wl}'
9248 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9249 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9250 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9251 else
9252 case `$CC -V 2>&1` in
9253 *"Compilers 5.0"*)
9254 wlarc=''
9255 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9256 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9257 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9258 ;;
9259 *)
9260 wlarc='${wl}'
9261 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9262 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9263 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9264 ;;
9265 esac
9266 fi
9267 hardcode_libdir_flag_spec='-R$libdir'
9268 hardcode_shlibpath_var=no
9269 case $host_os in
9270 solaris2.[0-5] | solaris2.[0-5].*) ;;
9271 *)
9272 # The compiler driver will combine and reorder linker options,
9273 # but understands `-z linker_flag'. GCC discards it without `$wl',
9274 # but is careful enough not to reorder.
9275 # Supported since Solaris 2.6 (maybe 2.5.1?)
9276 if test "$GCC" = yes; then
9277 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9278 else
9279 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9280 fi
9281 ;;
9282 esac
9283 link_all_deplibs=yes
9284 ;;
9285
9286 sunos4*)
9287 if test "x$host_vendor" = xsequent; then
9288 # Use $CC to link under sequent, because it throws in some extra .o
9289 # files that make .init and .fini sections work.
9290 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9291 else
9292 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9293 fi
9294 hardcode_libdir_flag_spec='-L$libdir'
9295 hardcode_direct=yes
9296 hardcode_minus_L=yes
9297 hardcode_shlibpath_var=no
9298 ;;
9299
9300 sysv4)
9301 case $host_vendor in
9302 sni)
9303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 hardcode_direct=yes # is this really true???
9305 ;;
9306 siemens)
9307 ## LD is ld it makes a PLAMLIB
9308 ## CC just makes a GrossModule.
9309 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9310 reload_cmds='$CC -r -o $output$reload_objs'
9311 hardcode_direct=no
9312 ;;
9313 motorola)
9314 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9315 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9316 ;;
9317 esac
9318 runpath_var='LD_RUN_PATH'
9319 hardcode_shlibpath_var=no
9320 ;;
9321
9322 sysv4.3*)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_shlibpath_var=no
9325 export_dynamic_flag_spec='-Bexport'
9326 ;;
9327
9328 sysv4*MP*)
9329 if test -d /usr/nec; then
9330 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9331 hardcode_shlibpath_var=no
9332 runpath_var=LD_RUN_PATH
9333 hardcode_runpath_var=yes
9334 ld_shlibs=yes
9335 fi
9336 ;;
9337
9338 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9339 no_undefined_flag='${wl}-z,text'
9340 archive_cmds_need_lc=no
9341 hardcode_shlibpath_var=no
9342 runpath_var='LD_RUN_PATH'
9343
9344 if test "$GCC" = yes; then
9345 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9346 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 else
9348 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9349 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 fi
9351 ;;
9352
9353 sysv5* | sco3.2v5* | sco5v6*)
9354 # Note: We can NOT use -z defs as we might desire, because we do not
9355 # link with -lc, and that would cause any symbols used from libc to
9356 # always be unresolved, which means just about no library would
9357 # ever link correctly. If we're not using GNU ld we use -z text
9358 # though, which does catch some bad symbols but isn't as heavy-handed
9359 # as -z defs.
9360 no_undefined_flag='${wl}-z,text'
9361 allow_undefined_flag='${wl}-z,nodefs'
9362 archive_cmds_need_lc=no
9363 hardcode_shlibpath_var=no
9364 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9365 hardcode_libdir_separator=':'
9366 link_all_deplibs=yes
9367 export_dynamic_flag_spec='${wl}-Bexport'
9368 runpath_var='LD_RUN_PATH'
9369
9370 if test "$GCC" = yes; then
9371 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9372 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9373 else
9374 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9375 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 fi
9377 ;;
9378
9379 uts4*)
9380 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9381 hardcode_libdir_flag_spec='-L$libdir'
9382 hardcode_shlibpath_var=no
9383 ;;
9384
9385 *)
9386 ld_shlibs=no
9387 ;;
9388 esac
9389
9390 if test x$host_vendor = xsni; then
9391 case $host in
9392 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9393 export_dynamic_flag_spec='${wl}-Blargedynsym'
9394 ;;
9395 esac
9396 fi
9397 fi
9398
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9400 $as_echo "$ld_shlibs" >&6; }
9401 test "$ld_shlibs" = no && can_build_shared=no
9402
9403 with_gnu_ld=$with_gnu_ld
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419 #
9420 # Do we need to explicitly link libc?
9421 #
9422 case "x$archive_cmds_need_lc" in
9423 x|xyes)
9424 # Assume -lc should be added
9425 archive_cmds_need_lc=yes
9426
9427 if test "$enable_shared" = yes && test "$GCC" = yes; then
9428 case $archive_cmds in
9429 *'~'*)
9430 # FIXME: we may have to deal with multi-command sequences.
9431 ;;
9432 '$CC '*)
9433 # Test whether the compiler implicitly links with -lc since on some
9434 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9435 # to ld, don't add -lc before -lgcc.
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9437 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9438 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 $RM conftest*
9442 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9443
9444 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9445 (eval $ac_compile) 2>&5
9446 ac_status=$?
9447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9448 test $ac_status = 0; } 2>conftest.err; then
9449 soname=conftest
9450 lib=conftest
9451 libobjs=conftest.$ac_objext
9452 deplibs=
9453 wl=$lt_prog_compiler_wl
9454 pic_flag=$lt_prog_compiler_pic
9455 compiler_flags=-v
9456 linker_flags=-v
9457 verstring=
9458 output_objdir=.
9459 libname=conftest
9460 lt_save_allow_undefined_flag=$allow_undefined_flag
9461 allow_undefined_flag=
9462 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9463 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9464 ac_status=$?
9465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9466 test $ac_status = 0; }
9467 then
9468 lt_cv_archive_cmds_need_lc=no
9469 else
9470 lt_cv_archive_cmds_need_lc=yes
9471 fi
9472 allow_undefined_flag=$lt_save_allow_undefined_flag
9473 else
9474 cat conftest.err 1>&5
9475 fi
9476 $RM conftest*
9477
9478 fi
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9480 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9481 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9482 ;;
9483 esac
9484 fi
9485 ;;
9486 esac
9487
9488
9489
9490
9491
9492
9493
9494
9495
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9645 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9646
9647 if test "$GCC" = yes; then
9648 case $host_os in
9649 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9650 *) lt_awk_arg="/^libraries:/" ;;
9651 esac
9652 case $host_os in
9653 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9654 *) lt_sed_strip_eq="s,=/,/,g" ;;
9655 esac
9656 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9657 case $lt_search_path_spec in
9658 *\;*)
9659 # if the path contains ";" then we assume it to be the separator
9660 # otherwise default to the standard path separator (i.e. ":") - it is
9661 # assumed that no part of a normal pathname contains ";" but that should
9662 # okay in the real world where ";" in dirpaths is itself problematic.
9663 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9664 ;;
9665 *)
9666 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9667 ;;
9668 esac
9669 # Ok, now we have the path, separated by spaces, we can step through it
9670 # and add multilib dir if necessary.
9671 lt_tmp_lt_search_path_spec=
9672 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9673 for lt_sys_path in $lt_search_path_spec; do
9674 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9675 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9676 else
9677 test -d "$lt_sys_path" && \
9678 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9679 fi
9680 done
9681 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9682 BEGIN {RS=" "; FS="/|\n";} {
9683 lt_foo="";
9684 lt_count=0;
9685 for (lt_i = NF; lt_i > 0; lt_i--) {
9686 if ($lt_i != "" && $lt_i != ".") {
9687 if ($lt_i == "..") {
9688 lt_count++;
9689 } else {
9690 if (lt_count == 0) {
9691 lt_foo="/" $lt_i lt_foo;
9692 } else {
9693 lt_count--;
9694 }
9695 }
9696 }
9697 }
9698 if (lt_foo != "") { lt_freq[lt_foo]++; }
9699 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9700 }'`
9701 # AWK program above erroneously prepends '/' to C:/dos/paths
9702 # for these hosts.
9703 case $host_os in
9704 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9705 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9706 esac
9707 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9708 else
9709 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9710 fi
9711 library_names_spec=
9712 libname_spec='lib$name'
9713 soname_spec=
9714 shrext_cmds=".so"
9715 postinstall_cmds=
9716 postuninstall_cmds=
9717 finish_cmds=
9718 finish_eval=
9719 shlibpath_var=
9720 shlibpath_overrides_runpath=unknown
9721 version_type=none
9722 dynamic_linker="$host_os ld.so"
9723 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9724 need_lib_prefix=unknown
9725 hardcode_into_libs=no
9726
9727 # when you set need_version to no, make sure it does not cause -set_version
9728 # flags to be left without arguments
9729 need_version=unknown
9730
9731 case $host_os in
9732 aix3*)
9733 version_type=linux
9734 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9735 shlibpath_var=LIBPATH
9736
9737 # AIX 3 has no versioning support, so we append a major version to the name.
9738 soname_spec='${libname}${release}${shared_ext}$major'
9739 ;;
9740
9741 aix[4-9]*)
9742 version_type=linux
9743 need_lib_prefix=no
9744 need_version=no
9745 hardcode_into_libs=yes
9746 if test "$host_cpu" = ia64; then
9747 # AIX 5 supports IA64
9748 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9749 shlibpath_var=LD_LIBRARY_PATH
9750 else
9751 # With GCC up to 2.95.x, collect2 would create an import file
9752 # for dependence libraries. The import file would start with
9753 # the line `#! .'. This would cause the generated library to
9754 # depend on `.', always an invalid library. This was fixed in
9755 # development snapshots of GCC prior to 3.0.
9756 case $host_os in
9757 aix4 | aix4.[01] | aix4.[01].*)
9758 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9759 echo ' yes '
9760 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9761 :
9762 else
9763 can_build_shared=no
9764 fi
9765 ;;
9766 esac
9767 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9768 # soname into executable. Probably we can add versioning support to
9769 # collect2, so additional links can be useful in future.
9770 if test "$aix_use_runtimelinking" = yes; then
9771 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9772 # instead of lib<name>.a to let people know that these are not
9773 # typical AIX shared libraries.
9774 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9775 else
9776 # We preserve .a as extension for shared libraries through AIX4.2
9777 # and later when we are not doing run time linking.
9778 library_names_spec='${libname}${release}.a $libname.a'
9779 soname_spec='${libname}${release}${shared_ext}$major'
9780 fi
9781 shlibpath_var=LIBPATH
9782 fi
9783 ;;
9784
9785 amigaos*)
9786 case $host_cpu in
9787 powerpc)
9788 # Since July 2007 AmigaOS4 officially supports .so libraries.
9789 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9791 ;;
9792 m68k)
9793 library_names_spec='$libname.ixlibrary $libname.a'
9794 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9795 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'
9796 ;;
9797 esac
9798 ;;
9799
9800 beos*)
9801 library_names_spec='${libname}${shared_ext}'
9802 dynamic_linker="$host_os ld.so"
9803 shlibpath_var=LIBRARY_PATH
9804 ;;
9805
9806 bsdi[45]*)
9807 version_type=linux
9808 need_version=no
9809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9810 soname_spec='${libname}${release}${shared_ext}$major'
9811 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9812 shlibpath_var=LD_LIBRARY_PATH
9813 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9814 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9815 # the default ld.so.conf also contains /usr/contrib/lib and
9816 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9817 # libtool to hard-code these into programs
9818 ;;
9819
9820 cygwin* | mingw* | pw32* | cegcc*)
9821 version_type=windows
9822 shrext_cmds=".dll"
9823 need_version=no
9824 need_lib_prefix=no
9825
9826 case $GCC,$host_os in
9827 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9828 library_names_spec='$libname.dll.a'
9829 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9830 postinstall_cmds='base_file=`basename \${file}`~
9831 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9832 dldir=$destdir/`dirname \$dlpath`~
9833 test -d \$dldir || mkdir -p \$dldir~
9834 $install_prog $dir/$dlname \$dldir/$dlname~
9835 chmod a+x \$dldir/$dlname~
9836 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9837 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9838 fi'
9839 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9840 dlpath=$dir/\$dldll~
9841 $RM \$dlpath'
9842 shlibpath_overrides_runpath=yes
9843
9844 case $host_os in
9845 cygwin*)
9846 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9847 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9848
9849 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9850 ;;
9851 mingw* | cegcc*)
9852 # MinGW DLLs use traditional 'lib' prefix
9853 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9854 ;;
9855 pw32*)
9856 # pw32 DLLs use 'pw' prefix rather than 'lib'
9857 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9858 ;;
9859 esac
9860 ;;
9861
9862 *)
9863 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9864 ;;
9865 esac
9866 dynamic_linker='Win32 ld.exe'
9867 # FIXME: first we should search . and the directory the executable is in
9868 shlibpath_var=PATH
9869 ;;
9870
9871 darwin* | rhapsody*)
9872 dynamic_linker="$host_os dyld"
9873 version_type=darwin
9874 need_lib_prefix=no
9875 need_version=no
9876 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9877 soname_spec='${libname}${release}${major}$shared_ext'
9878 shlibpath_overrides_runpath=yes
9879 shlibpath_var=DYLD_LIBRARY_PATH
9880 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9881
9882 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9883 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9884 ;;
9885
9886 dgux*)
9887 version_type=linux
9888 need_lib_prefix=no
9889 need_version=no
9890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9891 soname_spec='${libname}${release}${shared_ext}$major'
9892 shlibpath_var=LD_LIBRARY_PATH
9893 ;;
9894
9895 freebsd* | dragonfly*)
9896 # DragonFly does not have aout. When/if they implement a new
9897 # versioning mechanism, adjust this.
9898 if test -x /usr/bin/objformat; then
9899 objformat=`/usr/bin/objformat`
9900 else
9901 case $host_os in
9902 freebsd[23].*) objformat=aout ;;
9903 *) objformat=elf ;;
9904 esac
9905 fi
9906 version_type=freebsd-$objformat
9907 case $version_type in
9908 freebsd-elf*)
9909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9910 need_version=no
9911 need_lib_prefix=no
9912 ;;
9913 freebsd-*)
9914 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9915 need_version=yes
9916 ;;
9917 esac
9918 shlibpath_var=LD_LIBRARY_PATH
9919 case $host_os in
9920 freebsd2.*)
9921 shlibpath_overrides_runpath=yes
9922 ;;
9923 freebsd3.[01]* | freebsdelf3.[01]*)
9924 shlibpath_overrides_runpath=yes
9925 hardcode_into_libs=yes
9926 ;;
9927 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9928 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9929 shlibpath_overrides_runpath=no
9930 hardcode_into_libs=yes
9931 ;;
9932 *) # from 4.6 on, and DragonFly
9933 shlibpath_overrides_runpath=yes
9934 hardcode_into_libs=yes
9935 ;;
9936 esac
9937 ;;
9938
9939 haiku*)
9940 version_type=linux
9941 need_lib_prefix=no
9942 need_version=no
9943 dynamic_linker="$host_os runtime_loader"
9944 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9945 soname_spec='${libname}${release}${shared_ext}$major'
9946 shlibpath_var=LIBRARY_PATH
9947 shlibpath_overrides_runpath=yes
9948 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9949 hardcode_into_libs=yes
9950 ;;
9951
9952 hpux9* | hpux10* | hpux11*)
9953 # Give a soname corresponding to the major version so that dld.sl refuses to
9954 # link against other versions.
9955 version_type=sunos
9956 need_lib_prefix=no
9957 need_version=no
9958 case $host_cpu in
9959 ia64*)
9960 shrext_cmds='.so'
9961 hardcode_into_libs=yes
9962 dynamic_linker="$host_os dld.so"
9963 shlibpath_var=LD_LIBRARY_PATH
9964 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 if test "X$HPUX_IA64_MODE" = X32; then
9968 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9969 else
9970 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9971 fi
9972 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9973 ;;
9974 hppa*64*)
9975 shrext_cmds='.sl'
9976 hardcode_into_libs=yes
9977 dynamic_linker="$host_os dld.sl"
9978 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9979 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9981 soname_spec='${libname}${release}${shared_ext}$major'
9982 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9983 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9984 ;;
9985 *)
9986 shrext_cmds='.sl'
9987 dynamic_linker="$host_os dld.sl"
9988 shlibpath_var=SHLIB_PATH
9989 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 ;;
9993 esac
9994 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9995 postinstall_cmds='chmod 555 $lib'
9996 # or fails outright, so override atomically:
9997 install_override_mode=555
9998 ;;
9999
10000 interix[3-9]*)
10001 version_type=linux
10002 need_lib_prefix=no
10003 need_version=no
10004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10005 soname_spec='${libname}${release}${shared_ext}$major'
10006 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10007 shlibpath_var=LD_LIBRARY_PATH
10008 shlibpath_overrides_runpath=no
10009 hardcode_into_libs=yes
10010 ;;
10011
10012 irix5* | irix6* | nonstopux*)
10013 case $host_os in
10014 nonstopux*) version_type=nonstopux ;;
10015 *)
10016 if test "$lt_cv_prog_gnu_ld" = yes; then
10017 version_type=linux
10018 else
10019 version_type=irix
10020 fi ;;
10021 esac
10022 need_lib_prefix=no
10023 need_version=no
10024 soname_spec='${libname}${release}${shared_ext}$major'
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10026 case $host_os in
10027 irix5* | nonstopux*)
10028 libsuff= shlibsuff=
10029 ;;
10030 *)
10031 case $LD in # libtool.m4 will add one of these switches to LD
10032 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10033 libsuff= shlibsuff= libmagic=32-bit;;
10034 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10035 libsuff=32 shlibsuff=N32 libmagic=N32;;
10036 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10037 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10038 *) libsuff= shlibsuff= libmagic=never-match;;
10039 esac
10040 ;;
10041 esac
10042 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10043 shlibpath_overrides_runpath=no
10044 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10045 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10046 hardcode_into_libs=yes
10047 ;;
10048
10049 # No shared lib support for Linux oldld, aout, or coff.
10050 linux*oldld* | linux*aout* | linux*coff*)
10051 dynamic_linker=no
10052 ;;
10053
10054 # This must be Linux ELF.
10055 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10056 version_type=linux
10057 need_lib_prefix=no
10058 need_version=no
10059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10060 soname_spec='${libname}${release}${shared_ext}$major'
10061 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10062 shlibpath_var=LD_LIBRARY_PATH
10063 shlibpath_overrides_runpath=no
10064
10065 # Some binutils ld are patched to set DT_RUNPATH
10066 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10067 $as_echo_n "(cached) " >&6
10068 else
10069 lt_cv_shlibpath_overrides_runpath=no
10070 save_LDFLAGS=$LDFLAGS
10071 save_libdir=$libdir
10072 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10073 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10075 /* end confdefs.h. */
10076
10077 int
10078 main ()
10079 {
10080
10081 ;
10082 return 0;
10083 }
10084 _ACEOF
10085 if ac_fn_c_try_link "$LINENO"; then :
10086 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10087 lt_cv_shlibpath_overrides_runpath=yes
10088 fi
10089 fi
10090 rm -f core conftest.err conftest.$ac_objext \
10091 conftest$ac_exeext conftest.$ac_ext
10092 LDFLAGS=$save_LDFLAGS
10093 libdir=$save_libdir
10094
10095 fi
10096
10097 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10098
10099 # This implies no fast_install, which is unacceptable.
10100 # Some rework will be needed to allow for fast_install
10101 # before this can be enabled.
10102 hardcode_into_libs=yes
10103
10104 # Append ld.so.conf contents to the search path
10105 if test -f /etc/ld.so.conf; then
10106 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' ' '`
10107 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10108 fi
10109
10110 # We used to test for /lib/ld.so.1 and disable shared libraries on
10111 # powerpc, because MkLinux only supported shared libraries with the
10112 # GNU dynamic linker. Since this was broken with cross compilers,
10113 # most powerpc-linux boxes support dynamic linking these days and
10114 # people can always --disable-shared, the test was removed, and we
10115 # assume the GNU/Linux dynamic linker is in use.
10116 dynamic_linker='GNU/Linux ld.so'
10117 ;;
10118
10119 netbsd*)
10120 version_type=sunos
10121 need_lib_prefix=no
10122 need_version=no
10123 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10125 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10126 dynamic_linker='NetBSD (a.out) ld.so'
10127 else
10128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10129 soname_spec='${libname}${release}${shared_ext}$major'
10130 dynamic_linker='NetBSD ld.elf_so'
10131 fi
10132 shlibpath_var=LD_LIBRARY_PATH
10133 shlibpath_overrides_runpath=yes
10134 hardcode_into_libs=yes
10135 ;;
10136
10137 newsos6)
10138 version_type=linux
10139 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 shlibpath_overrides_runpath=yes
10142 ;;
10143
10144 *nto* | *qnx*)
10145 version_type=qnx
10146 need_lib_prefix=no
10147 need_version=no
10148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10149 soname_spec='${libname}${release}${shared_ext}$major'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 shlibpath_overrides_runpath=no
10152 hardcode_into_libs=yes
10153 dynamic_linker='ldqnx.so'
10154 ;;
10155
10156 openbsd*)
10157 version_type=sunos
10158 sys_lib_dlsearch_path_spec="/usr/lib"
10159 need_lib_prefix=no
10160 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10161 case $host_os in
10162 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10163 *) need_version=no ;;
10164 esac
10165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10166 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10167 shlibpath_var=LD_LIBRARY_PATH
10168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10169 case $host_os in
10170 openbsd2.[89] | openbsd2.[89].*)
10171 shlibpath_overrides_runpath=no
10172 ;;
10173 *)
10174 shlibpath_overrides_runpath=yes
10175 ;;
10176 esac
10177 else
10178 shlibpath_overrides_runpath=yes
10179 fi
10180 ;;
10181
10182 os2*)
10183 libname_spec='$name'
10184 shrext_cmds=".dll"
10185 need_lib_prefix=no
10186 library_names_spec='$libname${shared_ext} $libname.a'
10187 dynamic_linker='OS/2 ld.exe'
10188 shlibpath_var=LIBPATH
10189 ;;
10190
10191 osf3* | osf4* | osf5*)
10192 version_type=osf
10193 need_lib_prefix=no
10194 need_version=no
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10199 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10200 ;;
10201
10202 rdos*)
10203 dynamic_linker=no
10204 ;;
10205
10206 solaris*)
10207 version_type=linux
10208 need_lib_prefix=no
10209 need_version=no
10210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10211 soname_spec='${libname}${release}${shared_ext}$major'
10212 shlibpath_var=LD_LIBRARY_PATH
10213 shlibpath_overrides_runpath=yes
10214 hardcode_into_libs=yes
10215 # ldd complains unless libraries are executable
10216 postinstall_cmds='chmod +x $lib'
10217 ;;
10218
10219 sunos4*)
10220 version_type=sunos
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10222 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10223 shlibpath_var=LD_LIBRARY_PATH
10224 shlibpath_overrides_runpath=yes
10225 if test "$with_gnu_ld" = yes; then
10226 need_lib_prefix=no
10227 fi
10228 need_version=yes
10229 ;;
10230
10231 sysv4 | sysv4.3*)
10232 version_type=linux
10233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10234 soname_spec='${libname}${release}${shared_ext}$major'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 case $host_vendor in
10237 sni)
10238 shlibpath_overrides_runpath=no
10239 need_lib_prefix=no
10240 runpath_var=LD_RUN_PATH
10241 ;;
10242 siemens)
10243 need_lib_prefix=no
10244 ;;
10245 motorola)
10246 need_lib_prefix=no
10247 need_version=no
10248 shlibpath_overrides_runpath=no
10249 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10250 ;;
10251 esac
10252 ;;
10253
10254 sysv4*MP*)
10255 if test -d /usr/nec ;then
10256 version_type=linux
10257 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10258 soname_spec='$libname${shared_ext}.$major'
10259 shlibpath_var=LD_LIBRARY_PATH
10260 fi
10261 ;;
10262
10263 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10264 version_type=freebsd-elf
10265 need_lib_prefix=no
10266 need_version=no
10267 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10268 soname_spec='${libname}${release}${shared_ext}$major'
10269 shlibpath_var=LD_LIBRARY_PATH
10270 shlibpath_overrides_runpath=yes
10271 hardcode_into_libs=yes
10272 if test "$with_gnu_ld" = yes; then
10273 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10274 else
10275 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10276 case $host_os in
10277 sco3.2v5*)
10278 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10279 ;;
10280 esac
10281 fi
10282 sys_lib_dlsearch_path_spec='/usr/lib'
10283 ;;
10284
10285 tpf*)
10286 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10287 version_type=linux
10288 need_lib_prefix=no
10289 need_version=no
10290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 shlibpath_overrides_runpath=no
10293 hardcode_into_libs=yes
10294 ;;
10295
10296 uts4*)
10297 version_type=linux
10298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10299 soname_spec='${libname}${release}${shared_ext}$major'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 ;;
10302
10303 *)
10304 dynamic_linker=no
10305 ;;
10306 esac
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10308 $as_echo "$dynamic_linker" >&6; }
10309 test "$dynamic_linker" = no && can_build_shared=no
10310
10311 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10312 if test "$GCC" = yes; then
10313 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10314 fi
10315
10316 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10317 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10318 fi
10319 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10320 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10321 fi
10322
10323
10324
10325
10326
10327
10328
10329
10330
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10415 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10416 hardcode_action=
10417 if test -n "$hardcode_libdir_flag_spec" ||
10418 test -n "$runpath_var" ||
10419 test "X$hardcode_automatic" = "Xyes" ; then
10420
10421 # We can hardcode non-existent directories.
10422 if test "$hardcode_direct" != no &&
10423 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10424 # have to relink, otherwise we might link with an installed library
10425 # when we should be linking with a yet-to-be-installed one
10426 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10427 test "$hardcode_minus_L" != no; then
10428 # Linking always hardcodes the temporary library directory.
10429 hardcode_action=relink
10430 else
10431 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10432 hardcode_action=immediate
10433 fi
10434 else
10435 # We cannot hardcode anything, or else we can only hardcode existing
10436 # directories.
10437 hardcode_action=unsupported
10438 fi
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10440 $as_echo "$hardcode_action" >&6; }
10441
10442 if test "$hardcode_action" = relink ||
10443 test "$inherit_rpath" = yes; then
10444 # Fast installation is not supported
10445 enable_fast_install=no
10446 elif test "$shlibpath_overrides_runpath" = yes ||
10447 test "$enable_shared" = no; then
10448 # Fast installation is not necessary
10449 enable_fast_install=needless
10450 fi
10451
10452
10453
10454
10455
10456
10457 if test "x$enable_dlopen" != xyes; then
10458 enable_dlopen=unknown
10459 enable_dlopen_self=unknown
10460 enable_dlopen_self_static=unknown
10461 else
10462 lt_cv_dlopen=no
10463 lt_cv_dlopen_libs=
10464
10465 case $host_os in
10466 beos*)
10467 lt_cv_dlopen="load_add_on"
10468 lt_cv_dlopen_libs=
10469 lt_cv_dlopen_self=yes
10470 ;;
10471
10472 mingw* | pw32* | cegcc*)
10473 lt_cv_dlopen="LoadLibrary"
10474 lt_cv_dlopen_libs=
10475 ;;
10476
10477 cygwin*)
10478 lt_cv_dlopen="dlopen"
10479 lt_cv_dlopen_libs=
10480 ;;
10481
10482 darwin*)
10483 # if libdl is installed we need to link against it
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10485 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10486 if ${ac_cv_lib_dl_dlopen+:} false; then :
10487 $as_echo_n "(cached) " >&6
10488 else
10489 ac_check_lib_save_LIBS=$LIBS
10490 LIBS="-ldl $LIBS"
10491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10492 /* end confdefs.h. */
10493
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497 #ifdef __cplusplus
10498 extern "C"
10499 #endif
10500 char dlopen ();
10501 int
10502 main ()
10503 {
10504 return dlopen ();
10505 ;
10506 return 0;
10507 }
10508 _ACEOF
10509 if ac_fn_c_try_link "$LINENO"; then :
10510 ac_cv_lib_dl_dlopen=yes
10511 else
10512 ac_cv_lib_dl_dlopen=no
10513 fi
10514 rm -f core conftest.err conftest.$ac_objext \
10515 conftest$ac_exeext conftest.$ac_ext
10516 LIBS=$ac_check_lib_save_LIBS
10517 fi
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10519 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10520 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10521 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10522 else
10523
10524 lt_cv_dlopen="dyld"
10525 lt_cv_dlopen_libs=
10526 lt_cv_dlopen_self=yes
10527
10528 fi
10529
10530 ;;
10531
10532 *)
10533 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10534 if test "x$ac_cv_func_shl_load" = xyes; then :
10535 lt_cv_dlopen="shl_load"
10536 else
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10538 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10539 if ${ac_cv_lib_dld_shl_load+:} false; then :
10540 $as_echo_n "(cached) " >&6
10541 else
10542 ac_check_lib_save_LIBS=$LIBS
10543 LIBS="-ldld $LIBS"
10544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10545 /* end confdefs.h. */
10546
10547 /* Override any GCC internal prototype to avoid an error.
10548 Use char because int might match the return type of a GCC
10549 builtin and then its argument prototype would still apply. */
10550 #ifdef __cplusplus
10551 extern "C"
10552 #endif
10553 char shl_load ();
10554 int
10555 main ()
10556 {
10557 return shl_load ();
10558 ;
10559 return 0;
10560 }
10561 _ACEOF
10562 if ac_fn_c_try_link "$LINENO"; then :
10563 ac_cv_lib_dld_shl_load=yes
10564 else
10565 ac_cv_lib_dld_shl_load=no
10566 fi
10567 rm -f core conftest.err conftest.$ac_objext \
10568 conftest$ac_exeext conftest.$ac_ext
10569 LIBS=$ac_check_lib_save_LIBS
10570 fi
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10572 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10573 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10574 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10575 else
10576 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10577 if test "x$ac_cv_func_dlopen" = xyes; then :
10578 lt_cv_dlopen="dlopen"
10579 else
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10581 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10582 if ${ac_cv_lib_dl_dlopen+:} false; then :
10583 $as_echo_n "(cached) " >&6
10584 else
10585 ac_check_lib_save_LIBS=$LIBS
10586 LIBS="-ldl $LIBS"
10587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10588 /* end confdefs.h. */
10589
10590 /* Override any GCC internal prototype to avoid an error.
10591 Use char because int might match the return type of a GCC
10592 builtin and then its argument prototype would still apply. */
10593 #ifdef __cplusplus
10594 extern "C"
10595 #endif
10596 char dlopen ();
10597 int
10598 main ()
10599 {
10600 return dlopen ();
10601 ;
10602 return 0;
10603 }
10604 _ACEOF
10605 if ac_fn_c_try_link "$LINENO"; then :
10606 ac_cv_lib_dl_dlopen=yes
10607 else
10608 ac_cv_lib_dl_dlopen=no
10609 fi
10610 rm -f core conftest.err conftest.$ac_objext \
10611 conftest$ac_exeext conftest.$ac_ext
10612 LIBS=$ac_check_lib_save_LIBS
10613 fi
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10615 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10616 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10617 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10618 else
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10620 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10621 if ${ac_cv_lib_svld_dlopen+:} false; then :
10622 $as_echo_n "(cached) " >&6
10623 else
10624 ac_check_lib_save_LIBS=$LIBS
10625 LIBS="-lsvld $LIBS"
10626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10627 /* end confdefs.h. */
10628
10629 /* Override any GCC internal prototype to avoid an error.
10630 Use char because int might match the return type of a GCC
10631 builtin and then its argument prototype would still apply. */
10632 #ifdef __cplusplus
10633 extern "C"
10634 #endif
10635 char dlopen ();
10636 int
10637 main ()
10638 {
10639 return dlopen ();
10640 ;
10641 return 0;
10642 }
10643 _ACEOF
10644 if ac_fn_c_try_link "$LINENO"; then :
10645 ac_cv_lib_svld_dlopen=yes
10646 else
10647 ac_cv_lib_svld_dlopen=no
10648 fi
10649 rm -f core conftest.err conftest.$ac_objext \
10650 conftest$ac_exeext conftest.$ac_ext
10651 LIBS=$ac_check_lib_save_LIBS
10652 fi
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10654 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10655 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10656 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10657 else
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10659 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10660 if ${ac_cv_lib_dld_dld_link+:} false; then :
10661 $as_echo_n "(cached) " >&6
10662 else
10663 ac_check_lib_save_LIBS=$LIBS
10664 LIBS="-ldld $LIBS"
10665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10666 /* end confdefs.h. */
10667
10668 /* Override any GCC internal prototype to avoid an error.
10669 Use char because int might match the return type of a GCC
10670 builtin and then its argument prototype would still apply. */
10671 #ifdef __cplusplus
10672 extern "C"
10673 #endif
10674 char dld_link ();
10675 int
10676 main ()
10677 {
10678 return dld_link ();
10679 ;
10680 return 0;
10681 }
10682 _ACEOF
10683 if ac_fn_c_try_link "$LINENO"; then :
10684 ac_cv_lib_dld_dld_link=yes
10685 else
10686 ac_cv_lib_dld_dld_link=no
10687 fi
10688 rm -f core conftest.err conftest.$ac_objext \
10689 conftest$ac_exeext conftest.$ac_ext
10690 LIBS=$ac_check_lib_save_LIBS
10691 fi
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10693 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10694 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10695 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10696 fi
10697
10698
10699 fi
10700
10701
10702 fi
10703
10704
10705 fi
10706
10707
10708 fi
10709
10710
10711 fi
10712
10713 ;;
10714 esac
10715
10716 if test "x$lt_cv_dlopen" != xno; then
10717 enable_dlopen=yes
10718 else
10719 enable_dlopen=no
10720 fi
10721
10722 case $lt_cv_dlopen in
10723 dlopen)
10724 save_CPPFLAGS="$CPPFLAGS"
10725 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10726
10727 save_LDFLAGS="$LDFLAGS"
10728 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10729
10730 save_LIBS="$LIBS"
10731 LIBS="$lt_cv_dlopen_libs $LIBS"
10732
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10734 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10735 if ${lt_cv_dlopen_self+:} false; then :
10736 $as_echo_n "(cached) " >&6
10737 else
10738 if test "$cross_compiling" = yes; then :
10739 lt_cv_dlopen_self=cross
10740 else
10741 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10742 lt_status=$lt_dlunknown
10743 cat > conftest.$ac_ext <<_LT_EOF
10744 #line 10744 "configure"
10745 #include "confdefs.h"
10746
10747 #if HAVE_DLFCN_H
10748 #include <dlfcn.h>
10749 #endif
10750
10751 #include <stdio.h>
10752
10753 #ifdef RTLD_GLOBAL
10754 # define LT_DLGLOBAL RTLD_GLOBAL
10755 #else
10756 # ifdef DL_GLOBAL
10757 # define LT_DLGLOBAL DL_GLOBAL
10758 # else
10759 # define LT_DLGLOBAL 0
10760 # endif
10761 #endif
10762
10763 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10764 find out it does not work in some platform. */
10765 #ifndef LT_DLLAZY_OR_NOW
10766 # ifdef RTLD_LAZY
10767 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10768 # else
10769 # ifdef DL_LAZY
10770 # define LT_DLLAZY_OR_NOW DL_LAZY
10771 # else
10772 # ifdef RTLD_NOW
10773 # define LT_DLLAZY_OR_NOW RTLD_NOW
10774 # else
10775 # ifdef DL_NOW
10776 # define LT_DLLAZY_OR_NOW DL_NOW
10777 # else
10778 # define LT_DLLAZY_OR_NOW 0
10779 # endif
10780 # endif
10781 # endif
10782 # endif
10783 #endif
10784
10785 /* When -fvisbility=hidden is used, assume the code has been annotated
10786 correspondingly for the symbols needed. */
10787 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10788 void fnord () __attribute__((visibility("default")));
10789 #endif
10790
10791 void fnord () { int i=42; }
10792 int main ()
10793 {
10794 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10795 int status = $lt_dlunknown;
10796
10797 if (self)
10798 {
10799 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10800 else
10801 {
10802 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10803 else puts (dlerror ());
10804 }
10805 /* dlclose (self); */
10806 }
10807 else
10808 puts (dlerror ());
10809
10810 return status;
10811 }
10812 _LT_EOF
10813 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10814 (eval $ac_link) 2>&5
10815 ac_status=$?
10816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10817 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10818 (./conftest; exit; ) >&5 2>/dev/null
10819 lt_status=$?
10820 case x$lt_status in
10821 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10822 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10823 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10824 esac
10825 else :
10826 # compilation failed
10827 lt_cv_dlopen_self=no
10828 fi
10829 fi
10830 rm -fr conftest*
10831
10832
10833 fi
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10835 $as_echo "$lt_cv_dlopen_self" >&6; }
10836
10837 if test "x$lt_cv_dlopen_self" = xyes; then
10838 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10840 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10841 if ${lt_cv_dlopen_self_static+:} false; then :
10842 $as_echo_n "(cached) " >&6
10843 else
10844 if test "$cross_compiling" = yes; then :
10845 lt_cv_dlopen_self_static=cross
10846 else
10847 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10848 lt_status=$lt_dlunknown
10849 cat > conftest.$ac_ext <<_LT_EOF
10850 #line 10850 "configure"
10851 #include "confdefs.h"
10852
10853 #if HAVE_DLFCN_H
10854 #include <dlfcn.h>
10855 #endif
10856
10857 #include <stdio.h>
10858
10859 #ifdef RTLD_GLOBAL
10860 # define LT_DLGLOBAL RTLD_GLOBAL
10861 #else
10862 # ifdef DL_GLOBAL
10863 # define LT_DLGLOBAL DL_GLOBAL
10864 # else
10865 # define LT_DLGLOBAL 0
10866 # endif
10867 #endif
10868
10869 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10870 find out it does not work in some platform. */
10871 #ifndef LT_DLLAZY_OR_NOW
10872 # ifdef RTLD_LAZY
10873 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10874 # else
10875 # ifdef DL_LAZY
10876 # define LT_DLLAZY_OR_NOW DL_LAZY
10877 # else
10878 # ifdef RTLD_NOW
10879 # define LT_DLLAZY_OR_NOW RTLD_NOW
10880 # else
10881 # ifdef DL_NOW
10882 # define LT_DLLAZY_OR_NOW DL_NOW
10883 # else
10884 # define LT_DLLAZY_OR_NOW 0
10885 # endif
10886 # endif
10887 # endif
10888 # endif
10889 #endif
10890
10891 /* When -fvisbility=hidden is used, assume the code has been annotated
10892 correspondingly for the symbols needed. */
10893 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10894 void fnord () __attribute__((visibility("default")));
10895 #endif
10896
10897 void fnord () { int i=42; }
10898 int main ()
10899 {
10900 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10901 int status = $lt_dlunknown;
10902
10903 if (self)
10904 {
10905 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10906 else
10907 {
10908 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10909 else puts (dlerror ());
10910 }
10911 /* dlclose (self); */
10912 }
10913 else
10914 puts (dlerror ());
10915
10916 return status;
10917 }
10918 _LT_EOF
10919 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10920 (eval $ac_link) 2>&5
10921 ac_status=$?
10922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10923 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10924 (./conftest; exit; ) >&5 2>/dev/null
10925 lt_status=$?
10926 case x$lt_status in
10927 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10928 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10929 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10930 esac
10931 else :
10932 # compilation failed
10933 lt_cv_dlopen_self_static=no
10934 fi
10935 fi
10936 rm -fr conftest*
10937
10938
10939 fi
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10941 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10942 fi
10943
10944 CPPFLAGS="$save_CPPFLAGS"
10945 LDFLAGS="$save_LDFLAGS"
10946 LIBS="$save_LIBS"
10947 ;;
10948 esac
10949
10950 case $lt_cv_dlopen_self in
10951 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10952 *) enable_dlopen_self=unknown ;;
10953 esac
10954
10955 case $lt_cv_dlopen_self_static in
10956 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10957 *) enable_dlopen_self_static=unknown ;;
10958 esac
10959 fi
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977 striplib=
10978 old_striplib=
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10980 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10981 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10982 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10983 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10985 $as_echo "yes" >&6; }
10986 else
10987 # FIXME - insert some real tests, host_os isn't really good enough
10988 case $host_os in
10989 darwin*)
10990 if test -n "$STRIP" ; then
10991 striplib="$STRIP -x"
10992 old_striplib="$STRIP -S"
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10994 $as_echo "yes" >&6; }
10995 else
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10997 $as_echo "no" >&6; }
10998 fi
10999 ;;
11000 *)
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11002 $as_echo "no" >&6; }
11003 ;;
11004 esac
11005 fi
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018 # Report which library types will actually be built
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11020 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11022 $as_echo "$can_build_shared" >&6; }
11023
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11025 $as_echo_n "checking whether to build shared libraries... " >&6; }
11026 test "$can_build_shared" = "no" && enable_shared=no
11027
11028 # On AIX, shared libraries and static libraries use the same namespace, and
11029 # are all built from PIC.
11030 case $host_os in
11031 aix3*)
11032 test "$enable_shared" = yes && enable_static=no
11033 if test -n "$RANLIB"; then
11034 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11035 postinstall_cmds='$RANLIB $lib'
11036 fi
11037 ;;
11038
11039 aix[4-9]*)
11040 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11041 test "$enable_shared" = yes && enable_static=no
11042 fi
11043 ;;
11044 esac
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11046 $as_echo "$enable_shared" >&6; }
11047
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11049 $as_echo_n "checking whether to build static libraries... " >&6; }
11050 # Make sure either enable_shared or enable_static is yes.
11051 test "$enable_shared" = yes || enable_static=yes
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11053 $as_echo "$enable_static" >&6; }
11054
11055
11056
11057
11058 fi
11059 ac_ext=c
11060 ac_cpp='$CPP $CPPFLAGS'
11061 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11062 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11063 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11064
11065 CC="$lt_save_CC"
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079 ac_config_commands="$ac_config_commands libtool"
11080
11081
11082
11083
11084 # Only expand once:
11085
11086
11087
11088
11089
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11091 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11092 # Check whether --enable-maintainer-mode was given.
11093 if test "${enable_maintainer_mode+set}" = set; then :
11094 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11095 else
11096 USE_MAINTAINER_MODE=no
11097 fi
11098
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11100 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11101 if test $USE_MAINTAINER_MODE = yes; then
11102 MAINTAINER_MODE_TRUE=
11103 MAINTAINER_MODE_FALSE='#'
11104 else
11105 MAINTAINER_MODE_TRUE='#'
11106 MAINTAINER_MODE_FALSE=
11107 fi
11108
11109 MAINT=$MAINTAINER_MODE_TRUE
11110
11111
11112
11113
11114 sim_inline="-DDEFAULT_INLINE=0"
11115 # Check whether --enable-sim-inline was given.
11116 if test "${enable_sim_inline+set}" = set; then :
11117 enableval=$enable_sim_inline; sim_inline=""
11118 case "$enableval" in
11119 no) sim_inline="-DDEFAULT_INLINE=0";;
11120 0) sim_inline="-DDEFAULT_INLINE=0";;
11121 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11122 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11123 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11124 new_flag=""
11125 case "$x" in
11126 *_INLINE=*) new_flag="-D$x";;
11127 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11128 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11129 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11130 esac
11131 if test x"$sim_inline" = x""; then
11132 sim_inline="$new_flag"
11133 else
11134 sim_inline="$sim_inline $new_flag"
11135 fi
11136 done;;
11137 esac
11138 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11139 echo "Setting inline flags = $sim_inline" 6>&1
11140 fi
11141 fi
11142
11143
11144
11145
11146
11147
11148 # Check whether --enable-werror was given.
11149 if test "${enable_werror+set}" = set; then :
11150 enableval=$enable_werror; case "${enableval}" in
11151 yes | y) ERROR_ON_WARNING="yes" ;;
11152 no | n) ERROR_ON_WARNING="no" ;;
11153 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11154 esac
11155 fi
11156
11157
11158 # Enable -Werror by default when using gcc
11159 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11160 ERROR_ON_WARNING=yes
11161 fi
11162
11163 WERROR_CFLAGS=""
11164 if test "${ERROR_ON_WARNING}" = yes ; then
11165 WERROR_CFLAGS="-Werror"
11166 fi
11167
11168 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11169 -Wpointer-sign \
11170 -Wno-unused -Wunused-value -Wunused-function \
11171 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11172 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11173 -Wold-style-declaration -Wold-style-definition"
11174
11175 # Enable -Wno-format by default when using gcc on mingw since many
11176 # GCC versions complain about %I64.
11177 case "${host}" in
11178 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11179 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11180 esac
11181
11182 # Check whether --enable-build-warnings was given.
11183 if test "${enable_build_warnings+set}" = set; then :
11184 enableval=$enable_build_warnings; case "${enableval}" in
11185 yes) ;;
11186 no) build_warnings="-w";;
11187 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11188 build_warnings="${build_warnings} ${t}";;
11189 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11190 build_warnings="${t} ${build_warnings}";;
11191 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11192 esac
11193 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11194 echo "Setting compiler warning flags = $build_warnings" 6>&1
11195 fi
11196 fi
11197 # Check whether --enable-sim-build-warnings was given.
11198 if test "${enable_sim_build_warnings+set}" = set; then :
11199 enableval=$enable_sim_build_warnings; case "${enableval}" in
11200 yes) ;;
11201 no) build_warnings="-w";;
11202 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11203 build_warnings="${build_warnings} ${t}";;
11204 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11205 build_warnings="${t} ${build_warnings}";;
11206 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11207 esac
11208 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11209 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11210 fi
11211 fi
11212 WARN_CFLAGS=""
11213 if test "x${build_warnings}" != x -a "x$GCC" = xyes
11214 then
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11216 $as_echo_n "checking compiler warning flags... " >&6; }
11217 # Separate out the -Werror flag as some files just cannot be
11218 # compiled with it enabled.
11219 for w in ${build_warnings}; do
11220 case $w in
11221 -Werr*) WERROR_CFLAGS=-Werror ;;
11222 *) # Check that GCC accepts it
11223 saved_CFLAGS="$CFLAGS"
11224 CFLAGS="$CFLAGS -Werror $w"
11225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11226 /* end confdefs.h. */
11227
11228 int
11229 main ()
11230 {
11231
11232 ;
11233 return 0;
11234 }
11235 _ACEOF
11236 if ac_fn_c_try_compile "$LINENO"; then :
11237 WARN_CFLAGS="${WARN_CFLAGS} $w"
11238 fi
11239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11240 CFLAGS="$saved_CFLAGS"
11241 esac
11242 done
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11244 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11245 fi
11246
11247
11248 hardware="cfi core pal glue "
11249 sim_hw_cflags="-DWITH_HW=1"
11250 sim_hw="$hardware"
11251 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11252
11253 # Check whether --enable-sim-hardware was given.
11254 if test "${enable_sim_hardware+set}" = set; then :
11255 enableval=$enable_sim_hardware;
11256 else
11257 enable_sim_hardware="yes"
11258 fi
11259
11260 case ${enable_sim_hardware} in
11261 yes|no) ;;
11262 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11263 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11264 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11265 esac
11266
11267 if test "$enable_sim_hardware" = no; then
11268 sim_hw_objs=
11269 sim_hw_cflags="-DWITH_HW=0"
11270 sim_hw=
11271 else
11272 sim_hw_cflags="-DWITH_HW=1"
11273 # remove duplicates
11274 sim_hw=""
11275 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11276 for i in $hardware ; do
11277 case " $sim_hw " in
11278 *" $i "*) ;;
11279 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11280 esac
11281 done
11282 # mingw does not support sockser
11283 case ${host} in
11284 *mingw*) ;;
11285 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11286 # that you instatiate. Instead, other code will call into it directly.
11287 # At some point, we should convert it over.
11288 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11289 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
11290 ;;
11291 esac
11292 if test x"$silent" != x"yes"; then
11293 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11294 fi
11295 case " $hardware " in
11296 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11297 $as_echo_n "checking for log2 in -lm... " >&6; }
11298 if ${ac_cv_lib_m_log2+:} false; then :
11299 $as_echo_n "(cached) " >&6
11300 else
11301 ac_check_lib_save_LIBS=$LIBS
11302 LIBS="-lm $LIBS"
11303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11304 /* end confdefs.h. */
11305
11306 /* Override any GCC internal prototype to avoid an error.
11307 Use char because int might match the return type of a GCC
11308 builtin and then its argument prototype would still apply. */
11309 #ifdef __cplusplus
11310 extern "C"
11311 #endif
11312 char log2 ();
11313 int
11314 main ()
11315 {
11316 return log2 ();
11317 ;
11318 return 0;
11319 }
11320 _ACEOF
11321 if ac_fn_c_try_link "$LINENO"; then :
11322 ac_cv_lib_m_log2=yes
11323 else
11324 ac_cv_lib_m_log2=no
11325 fi
11326 rm -f core conftest.err conftest.$ac_objext \
11327 conftest$ac_exeext conftest.$ac_ext
11328 LIBS=$ac_check_lib_save_LIBS
11329 fi
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11331 $as_echo "$ac_cv_lib_m_log2" >&6; }
11332 if test "x$ac_cv_lib_m_log2" = xyes; then :
11333 cat >>confdefs.h <<_ACEOF
11334 #define HAVE_LIBM 1
11335 _ACEOF
11336
11337 LIBS="-lm $LIBS"
11338
11339 fi
11340 ;;
11341 esac
11342 fi
11343
11344
11345 cgen_breaks=""
11346 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11347 cgen_breaks="break cgen_rtx_error";
11348 fi
11349
11350 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11351
11352 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11353
11354 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11355
11356 ac_config_commands="$ac_config_commands Makefile"
11357
11358 ac_config_commands="$ac_config_commands stamp-h"
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372 cat >confcache <<\_ACEOF
11373 # This file is a shell script that caches the results of configure
11374 # tests run on this system so they can be shared between configure
11375 # scripts and configure runs, see configure's option --config-cache.
11376 # It is not useful on other systems. If it contains results you don't
11377 # want to keep, you may remove or edit it.
11378 #
11379 # config.status only pays attention to the cache file if you give it
11380 # the --recheck option to rerun configure.
11381 #
11382 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11383 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11384 # following values.
11385
11386 _ACEOF
11387
11388 # The following way of writing the cache mishandles newlines in values,
11389 # but we know of no workaround that is simple, portable, and efficient.
11390 # So, we kill variables containing newlines.
11391 # Ultrix sh set writes to stderr and can't be redirected directly,
11392 # and sets the high bit in the cache file unless we assign to the vars.
11393 (
11394 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11395 eval ac_val=\$$ac_var
11396 case $ac_val in #(
11397 *${as_nl}*)
11398 case $ac_var in #(
11399 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11400 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11401 esac
11402 case $ac_var in #(
11403 _ | IFS | as_nl) ;; #(
11404 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11405 *) { eval $ac_var=; unset $ac_var;} ;;
11406 esac ;;
11407 esac
11408 done
11409
11410 (set) 2>&1 |
11411 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11412 *${as_nl}ac_space=\ *)
11413 # `set' does not quote correctly, so add quotes: double-quote
11414 # substitution turns \\\\ into \\, and sed turns \\ into \.
11415 sed -n \
11416 "s/'/'\\\\''/g;
11417 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11418 ;; #(
11419 *)
11420 # `set' quotes correctly as required by POSIX, so do not add quotes.
11421 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11422 ;;
11423 esac |
11424 sort
11425 ) |
11426 sed '
11427 /^ac_cv_env_/b end
11428 t clear
11429 :clear
11430 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11431 t end
11432 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11433 :end' >>confcache
11434 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11435 if test -w "$cache_file"; then
11436 if test "x$cache_file" != "x/dev/null"; then
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11438 $as_echo "$as_me: updating cache $cache_file" >&6;}
11439 if test ! -f "$cache_file" || test -h "$cache_file"; then
11440 cat confcache >"$cache_file"
11441 else
11442 case $cache_file in #(
11443 */* | ?:*)
11444 mv -f confcache "$cache_file"$$ &&
11445 mv -f "$cache_file"$$ "$cache_file" ;; #(
11446 *)
11447 mv -f confcache "$cache_file" ;;
11448 esac
11449 fi
11450 fi
11451 else
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11453 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11454 fi
11455 fi
11456 rm -f confcache
11457
11458 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11459 # Let make expand exec_prefix.
11460 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11461
11462 DEFS=-DHAVE_CONFIG_H
11463
11464 ac_libobjs=
11465 ac_ltlibobjs=
11466 U=
11467 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11468 # 1. Remove the extension, and $U if already installed.
11469 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11470 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11471 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11472 # will be set to the directory where LIBOBJS objects are built.
11473 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11474 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11475 done
11476 LIBOBJS=$ac_libobjs
11477
11478 LTLIBOBJS=$ac_ltlibobjs
11479
11480
11481
11482 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11483 as_fn_error $? "conditional \"PLUGINS\" was never defined.
11484 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11485 fi
11486 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11487 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11488 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11489 fi
11490
11491 : "${CONFIG_STATUS=./config.status}"
11492 ac_write_fail=0
11493 ac_clean_files_save=$ac_clean_files
11494 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11496 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11497 as_write_fail=0
11498 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11499 #! $SHELL
11500 # Generated by $as_me.
11501 # Run this file to recreate the current configuration.
11502 # Compiler output produced by configure, useful for debugging
11503 # configure, is in config.log if it exists.
11504
11505 debug=false
11506 ac_cs_recheck=false
11507 ac_cs_silent=false
11508
11509 SHELL=\${CONFIG_SHELL-$SHELL}
11510 export SHELL
11511 _ASEOF
11512 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11513 ## -------------------- ##
11514 ## M4sh Initialization. ##
11515 ## -------------------- ##
11516
11517 # Be more Bourne compatible
11518 DUALCASE=1; export DUALCASE # for MKS sh
11519 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11520 emulate sh
11521 NULLCMD=:
11522 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11523 # is contrary to our usage. Disable this feature.
11524 alias -g '${1+"$@"}'='"$@"'
11525 setopt NO_GLOB_SUBST
11526 else
11527 case `(set -o) 2>/dev/null` in #(
11528 *posix*) :
11529 set -o posix ;; #(
11530 *) :
11531 ;;
11532 esac
11533 fi
11534
11535
11536 as_nl='
11537 '
11538 export as_nl
11539 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11540 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11541 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11542 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11543 # Prefer a ksh shell builtin over an external printf program on Solaris,
11544 # but without wasting forks for bash or zsh.
11545 if test -z "$BASH_VERSION$ZSH_VERSION" \
11546 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11547 as_echo='print -r --'
11548 as_echo_n='print -rn --'
11549 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11550 as_echo='printf %s\n'
11551 as_echo_n='printf %s'
11552 else
11553 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11554 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11555 as_echo_n='/usr/ucb/echo -n'
11556 else
11557 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11558 as_echo_n_body='eval
11559 arg=$1;
11560 case $arg in #(
11561 *"$as_nl"*)
11562 expr "X$arg" : "X\\(.*\\)$as_nl";
11563 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11564 esac;
11565 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11566 '
11567 export as_echo_n_body
11568 as_echo_n='sh -c $as_echo_n_body as_echo'
11569 fi
11570 export as_echo_body
11571 as_echo='sh -c $as_echo_body as_echo'
11572 fi
11573
11574 # The user is always right.
11575 if test "${PATH_SEPARATOR+set}" != set; then
11576 PATH_SEPARATOR=:
11577 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11578 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11579 PATH_SEPARATOR=';'
11580 }
11581 fi
11582
11583
11584 # IFS
11585 # We need space, tab and new line, in precisely that order. Quoting is
11586 # there to prevent editors from complaining about space-tab.
11587 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11588 # splitting by setting IFS to empty value.)
11589 IFS=" "" $as_nl"
11590
11591 # Find who we are. Look in the path if we contain no directory separator.
11592 as_myself=
11593 case $0 in #((
11594 *[\\/]* ) as_myself=$0 ;;
11595 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11596 for as_dir in $PATH
11597 do
11598 IFS=$as_save_IFS
11599 test -z "$as_dir" && as_dir=.
11600 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11601 done
11602 IFS=$as_save_IFS
11603
11604 ;;
11605 esac
11606 # We did not find ourselves, most probably we were run as `sh COMMAND'
11607 # in which case we are not to be found in the path.
11608 if test "x$as_myself" = x; then
11609 as_myself=$0
11610 fi
11611 if test ! -f "$as_myself"; then
11612 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11613 exit 1
11614 fi
11615
11616 # Unset variables that we do not need and which cause bugs (e.g. in
11617 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11618 # suppresses any "Segmentation fault" message there. '((' could
11619 # trigger a bug in pdksh 5.2.14.
11620 for as_var in BASH_ENV ENV MAIL MAILPATH
11621 do eval test x\${$as_var+set} = xset \
11622 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11623 done
11624 PS1='$ '
11625 PS2='> '
11626 PS4='+ '
11627
11628 # NLS nuisances.
11629 LC_ALL=C
11630 export LC_ALL
11631 LANGUAGE=C
11632 export LANGUAGE
11633
11634 # CDPATH.
11635 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11636
11637
11638 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11639 # ----------------------------------------
11640 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11641 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11642 # script with STATUS, using 1 if that was 0.
11643 as_fn_error ()
11644 {
11645 as_status=$1; test $as_status -eq 0 && as_status=1
11646 if test "$4"; then
11647 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11648 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11649 fi
11650 $as_echo "$as_me: error: $2" >&2
11651 as_fn_exit $as_status
11652 } # as_fn_error
11653
11654
11655 # as_fn_set_status STATUS
11656 # -----------------------
11657 # Set $? to STATUS, without forking.
11658 as_fn_set_status ()
11659 {
11660 return $1
11661 } # as_fn_set_status
11662
11663 # as_fn_exit STATUS
11664 # -----------------
11665 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11666 as_fn_exit ()
11667 {
11668 set +e
11669 as_fn_set_status $1
11670 exit $1
11671 } # as_fn_exit
11672
11673 # as_fn_unset VAR
11674 # ---------------
11675 # Portably unset VAR.
11676 as_fn_unset ()
11677 {
11678 { eval $1=; unset $1;}
11679 }
11680 as_unset=as_fn_unset
11681 # as_fn_append VAR VALUE
11682 # ----------------------
11683 # Append the text in VALUE to the end of the definition contained in VAR. Take
11684 # advantage of any shell optimizations that allow amortized linear growth over
11685 # repeated appends, instead of the typical quadratic growth present in naive
11686 # implementations.
11687 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11688 eval 'as_fn_append ()
11689 {
11690 eval $1+=\$2
11691 }'
11692 else
11693 as_fn_append ()
11694 {
11695 eval $1=\$$1\$2
11696 }
11697 fi # as_fn_append
11698
11699 # as_fn_arith ARG...
11700 # ------------------
11701 # Perform arithmetic evaluation on the ARGs, and store the result in the
11702 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11703 # must be portable across $(()) and expr.
11704 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11705 eval 'as_fn_arith ()
11706 {
11707 as_val=$(( $* ))
11708 }'
11709 else
11710 as_fn_arith ()
11711 {
11712 as_val=`expr "$@" || test $? -eq 1`
11713 }
11714 fi # as_fn_arith
11715
11716
11717 if expr a : '\(a\)' >/dev/null 2>&1 &&
11718 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11719 as_expr=expr
11720 else
11721 as_expr=false
11722 fi
11723
11724 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11725 as_basename=basename
11726 else
11727 as_basename=false
11728 fi
11729
11730 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11731 as_dirname=dirname
11732 else
11733 as_dirname=false
11734 fi
11735
11736 as_me=`$as_basename -- "$0" ||
11737 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11738 X"$0" : 'X\(//\)$' \| \
11739 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11740 $as_echo X/"$0" |
11741 sed '/^.*\/\([^/][^/]*\)\/*$/{
11742 s//\1/
11743 q
11744 }
11745 /^X\/\(\/\/\)$/{
11746 s//\1/
11747 q
11748 }
11749 /^X\/\(\/\).*/{
11750 s//\1/
11751 q
11752 }
11753 s/.*/./; q'`
11754
11755 # Avoid depending upon Character Ranges.
11756 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11757 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11758 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11759 as_cr_digits='0123456789'
11760 as_cr_alnum=$as_cr_Letters$as_cr_digits
11761
11762 ECHO_C= ECHO_N= ECHO_T=
11763 case `echo -n x` in #(((((
11764 -n*)
11765 case `echo 'xy\c'` in
11766 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11767 xy) ECHO_C='\c';;
11768 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11769 ECHO_T=' ';;
11770 esac;;
11771 *)
11772 ECHO_N='-n';;
11773 esac
11774
11775 rm -f conf$$ conf$$.exe conf$$.file
11776 if test -d conf$$.dir; then
11777 rm -f conf$$.dir/conf$$.file
11778 else
11779 rm -f conf$$.dir
11780 mkdir conf$$.dir 2>/dev/null
11781 fi
11782 if (echo >conf$$.file) 2>/dev/null; then
11783 if ln -s conf$$.file conf$$ 2>/dev/null; then
11784 as_ln_s='ln -s'
11785 # ... but there are two gotchas:
11786 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11787 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11788 # In both cases, we have to default to `cp -pR'.
11789 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11790 as_ln_s='cp -pR'
11791 elif ln conf$$.file conf$$ 2>/dev/null; then
11792 as_ln_s=ln
11793 else
11794 as_ln_s='cp -pR'
11795 fi
11796 else
11797 as_ln_s='cp -pR'
11798 fi
11799 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11800 rmdir conf$$.dir 2>/dev/null
11801
11802
11803 # as_fn_mkdir_p
11804 # -------------
11805 # Create "$as_dir" as a directory, including parents if necessary.
11806 as_fn_mkdir_p ()
11807 {
11808
11809 case $as_dir in #(
11810 -*) as_dir=./$as_dir;;
11811 esac
11812 test -d "$as_dir" || eval $as_mkdir_p || {
11813 as_dirs=
11814 while :; do
11815 case $as_dir in #(
11816 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11817 *) as_qdir=$as_dir;;
11818 esac
11819 as_dirs="'$as_qdir' $as_dirs"
11820 as_dir=`$as_dirname -- "$as_dir" ||
11821 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11822 X"$as_dir" : 'X\(//\)[^/]' \| \
11823 X"$as_dir" : 'X\(//\)$' \| \
11824 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11825 $as_echo X"$as_dir" |
11826 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11827 s//\1/
11828 q
11829 }
11830 /^X\(\/\/\)[^/].*/{
11831 s//\1/
11832 q
11833 }
11834 /^X\(\/\/\)$/{
11835 s//\1/
11836 q
11837 }
11838 /^X\(\/\).*/{
11839 s//\1/
11840 q
11841 }
11842 s/.*/./; q'`
11843 test -d "$as_dir" && break
11844 done
11845 test -z "$as_dirs" || eval "mkdir $as_dirs"
11846 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11847
11848
11849 } # as_fn_mkdir_p
11850 if mkdir -p . 2>/dev/null; then
11851 as_mkdir_p='mkdir -p "$as_dir"'
11852 else
11853 test -d ./-p && rmdir ./-p
11854 as_mkdir_p=false
11855 fi
11856
11857
11858 # as_fn_executable_p FILE
11859 # -----------------------
11860 # Test if FILE is an executable regular file.
11861 as_fn_executable_p ()
11862 {
11863 test -f "$1" && test -x "$1"
11864 } # as_fn_executable_p
11865 as_test_x='test -x'
11866 as_executable_p=as_fn_executable_p
11867
11868 # Sed expression to map a string onto a valid CPP name.
11869 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11870
11871 # Sed expression to map a string onto a valid variable name.
11872 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11873
11874
11875 exec 6>&1
11876 ## ----------------------------------- ##
11877 ## Main body of $CONFIG_STATUS script. ##
11878 ## ----------------------------------- ##
11879 _ASEOF
11880 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11881
11882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11883 # Save the log message, to keep $0 and so on meaningful, and to
11884 # report actual input values of CONFIG_FILES etc. instead of their
11885 # values after options handling.
11886 ac_log="
11887 This file was extended by $as_me, which was
11888 generated by GNU Autoconf 2.69. Invocation command line was
11889
11890 CONFIG_FILES = $CONFIG_FILES
11891 CONFIG_HEADERS = $CONFIG_HEADERS
11892 CONFIG_LINKS = $CONFIG_LINKS
11893 CONFIG_COMMANDS = $CONFIG_COMMANDS
11894 $ $0 $@
11895
11896 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11897 "
11898
11899 _ACEOF
11900
11901 case $ac_config_files in *"
11902 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11903 esac
11904
11905 case $ac_config_headers in *"
11906 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11907 esac
11908
11909
11910 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11911 # Files that config.status was made for.
11912 config_files="$ac_config_files"
11913 config_headers="$ac_config_headers"
11914 config_commands="$ac_config_commands"
11915
11916 _ACEOF
11917
11918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11919 ac_cs_usage="\
11920 \`$as_me' instantiates files and other configuration actions
11921 from templates according to the current configuration. Unless the files
11922 and actions are specified as TAGs, all are instantiated by default.
11923
11924 Usage: $0 [OPTION]... [TAG]...
11925
11926 -h, --help print this help, then exit
11927 -V, --version print version number and configuration settings, then exit
11928 --config print configuration, then exit
11929 -q, --quiet, --silent
11930 do not print progress messages
11931 -d, --debug don't remove temporary files
11932 --recheck update $as_me by reconfiguring in the same conditions
11933 --file=FILE[:TEMPLATE]
11934 instantiate the configuration file FILE
11935 --header=FILE[:TEMPLATE]
11936 instantiate the configuration header FILE
11937
11938 Configuration files:
11939 $config_files
11940
11941 Configuration headers:
11942 $config_headers
11943
11944 Configuration commands:
11945 $config_commands
11946
11947 Report bugs to the package provider."
11948
11949 _ACEOF
11950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11951 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11952 ac_cs_version="\\
11953 config.status
11954 configured by $0, generated by GNU Autoconf 2.69,
11955 with options \\"\$ac_cs_config\\"
11956
11957 Copyright (C) 2012 Free Software Foundation, Inc.
11958 This config.status script is free software; the Free Software Foundation
11959 gives unlimited permission to copy, distribute and modify it."
11960
11961 ac_pwd='$ac_pwd'
11962 srcdir='$srcdir'
11963 INSTALL='$INSTALL'
11964 AWK='$AWK'
11965 test -n "\$AWK" || AWK=awk
11966 _ACEOF
11967
11968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11969 # The default lists apply if the user does not specify any file.
11970 ac_need_defaults=:
11971 while test $# != 0
11972 do
11973 case $1 in
11974 --*=?*)
11975 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11976 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11977 ac_shift=:
11978 ;;
11979 --*=)
11980 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11981 ac_optarg=
11982 ac_shift=:
11983 ;;
11984 *)
11985 ac_option=$1
11986 ac_optarg=$2
11987 ac_shift=shift
11988 ;;
11989 esac
11990
11991 case $ac_option in
11992 # Handling of the options.
11993 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11994 ac_cs_recheck=: ;;
11995 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11996 $as_echo "$ac_cs_version"; exit ;;
11997 --config | --confi | --conf | --con | --co | --c )
11998 $as_echo "$ac_cs_config"; exit ;;
11999 --debug | --debu | --deb | --de | --d | -d )
12000 debug=: ;;
12001 --file | --fil | --fi | --f )
12002 $ac_shift
12003 case $ac_optarg in
12004 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12005 '') as_fn_error $? "missing file argument" ;;
12006 esac
12007 as_fn_append CONFIG_FILES " '$ac_optarg'"
12008 ac_need_defaults=false;;
12009 --header | --heade | --head | --hea )
12010 $ac_shift
12011 case $ac_optarg in
12012 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12013 esac
12014 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12015 ac_need_defaults=false;;
12016 --he | --h)
12017 # Conflict between --help and --header
12018 as_fn_error $? "ambiguous option: \`$1'
12019 Try \`$0 --help' for more information.";;
12020 --help | --hel | -h )
12021 $as_echo "$ac_cs_usage"; exit ;;
12022 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12023 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12024 ac_cs_silent=: ;;
12025
12026 # This is an error.
12027 -*) as_fn_error $? "unrecognized option: \`$1'
12028 Try \`$0 --help' for more information." ;;
12029
12030 *) as_fn_append ac_config_targets " $1"
12031 ac_need_defaults=false ;;
12032
12033 esac
12034 shift
12035 done
12036
12037 ac_configure_extra_args=
12038
12039 if $ac_cs_silent; then
12040 exec 6>/dev/null
12041 ac_configure_extra_args="$ac_configure_extra_args --silent"
12042 fi
12043
12044 _ACEOF
12045 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12046 if \$ac_cs_recheck; then
12047 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12048 shift
12049 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12050 CONFIG_SHELL='$SHELL'
12051 export CONFIG_SHELL
12052 exec "\$@"
12053 fi
12054
12055 _ACEOF
12056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12057 exec 5>>config.log
12058 {
12059 echo
12060 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12061 ## Running $as_me. ##
12062 _ASBOX
12063 $as_echo "$ac_log"
12064 } >&5
12065
12066 _ACEOF
12067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12068 #
12069 # INIT-COMMANDS
12070 #
12071 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12072
12073
12074 # The HP-UX ksh and POSIX shell print the target directory to stdout
12075 # if CDPATH is set.
12076 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12077
12078 sed_quote_subst='$sed_quote_subst'
12079 double_quote_subst='$double_quote_subst'
12080 delay_variable_subst='$delay_variable_subst'
12081 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12082 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12083 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12084 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12085 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12086 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12087 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12088 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12089 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12090 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12091 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12092 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12093 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12094 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12095 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12096 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12097 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12098 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12099 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12100 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12101 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12102 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12103 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12104 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12105 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12106 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12107 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12108 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12109 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12110 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12111 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12112 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12113 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12114 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12115 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12116 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12117 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12118 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12119 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12120 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12121 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12122 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12123 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12124 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12125 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12126 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12127 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12128 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12129 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"`'
12130 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12131 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12132 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12133 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12134 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12135 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12136 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12137 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12138 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12139 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12140 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12141 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12142 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12143 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12144 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12145 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12146 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12147 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12148 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12149 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12150 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12151 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12152 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12153 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12154 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12155 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12156 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12157 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12158 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12159 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12160 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12161 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12162 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12163 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12164 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12165 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12166 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12167 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12168 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12169 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12170 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12171 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12172 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12173 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12174 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12175 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12176 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12177 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12178 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12179 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12180 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12181 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12182 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12183 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12184 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12185 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12186 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12187 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12188 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12189 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12190 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12191 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12192 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12193 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12194 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12195 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12196 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12197 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12198 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12199 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12200 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12201
12202 LTCC='$LTCC'
12203 LTCFLAGS='$LTCFLAGS'
12204 compiler='$compiler_DEFAULT'
12205
12206 # A function that is used when there is no print builtin or printf.
12207 func_fallback_echo ()
12208 {
12209 eval 'cat <<_LTECHO_EOF
12210 \$1
12211 _LTECHO_EOF'
12212 }
12213
12214 # Quote evaled strings.
12215 for var in SHELL \
12216 ECHO \
12217 SED \
12218 GREP \
12219 EGREP \
12220 FGREP \
12221 LD \
12222 NM \
12223 LN_S \
12224 lt_SP2NL \
12225 lt_NL2SP \
12226 reload_flag \
12227 OBJDUMP \
12228 deplibs_check_method \
12229 file_magic_cmd \
12230 AR \
12231 AR_FLAGS \
12232 STRIP \
12233 RANLIB \
12234 CC \
12235 CFLAGS \
12236 compiler \
12237 lt_cv_sys_global_symbol_pipe \
12238 lt_cv_sys_global_symbol_to_cdecl \
12239 lt_cv_sys_global_symbol_to_c_name_address \
12240 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12241 lt_prog_compiler_no_builtin_flag \
12242 lt_prog_compiler_wl \
12243 lt_prog_compiler_pic \
12244 lt_prog_compiler_static \
12245 lt_cv_prog_compiler_c_o \
12246 need_locks \
12247 DSYMUTIL \
12248 NMEDIT \
12249 LIPO \
12250 OTOOL \
12251 OTOOL64 \
12252 shrext_cmds \
12253 export_dynamic_flag_spec \
12254 whole_archive_flag_spec \
12255 compiler_needs_object \
12256 with_gnu_ld \
12257 allow_undefined_flag \
12258 no_undefined_flag \
12259 hardcode_libdir_flag_spec \
12260 hardcode_libdir_flag_spec_ld \
12261 hardcode_libdir_separator \
12262 fix_srcfile_path \
12263 exclude_expsyms \
12264 include_expsyms \
12265 file_list_spec \
12266 variables_saved_for_relink \
12267 libname_spec \
12268 library_names_spec \
12269 soname_spec \
12270 install_override_mode \
12271 finish_eval \
12272 old_striplib \
12273 striplib; do
12274 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12275 *[\\\\\\\`\\"\\\$]*)
12276 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12277 ;;
12278 *)
12279 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12280 ;;
12281 esac
12282 done
12283
12284 # Double-quote double-evaled strings.
12285 for var in reload_cmds \
12286 old_postinstall_cmds \
12287 old_postuninstall_cmds \
12288 old_archive_cmds \
12289 extract_expsyms_cmds \
12290 old_archive_from_new_cmds \
12291 old_archive_from_expsyms_cmds \
12292 archive_cmds \
12293 archive_expsym_cmds \
12294 module_cmds \
12295 module_expsym_cmds \
12296 export_symbols_cmds \
12297 prelink_cmds \
12298 postinstall_cmds \
12299 postuninstall_cmds \
12300 finish_cmds \
12301 sys_lib_search_path_spec \
12302 sys_lib_dlsearch_path_spec; do
12303 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12304 *[\\\\\\\`\\"\\\$]*)
12305 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12306 ;;
12307 *)
12308 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12309 ;;
12310 esac
12311 done
12312
12313 ac_aux_dir='$ac_aux_dir'
12314 xsi_shell='$xsi_shell'
12315 lt_shell_append='$lt_shell_append'
12316
12317 # See if we are running on zsh, and set the options which allow our
12318 # commands through without removal of \ escapes INIT.
12319 if test -n "\${ZSH_VERSION+set}" ; then
12320 setopt NO_GLOB_SUBST
12321 fi
12322
12323
12324 PACKAGE='$PACKAGE'
12325 VERSION='$VERSION'
12326 TIMESTAMP='$TIMESTAMP'
12327 RM='$RM'
12328 ofile='$ofile'
12329
12330
12331
12332
12333 _ACEOF
12334
12335 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12336
12337 # Handling of arguments.
12338 for ac_config_target in $ac_config_targets
12339 do
12340 case $ac_config_target in
12341 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
12342 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
12343 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12344 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12345 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12346 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12347 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12348 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12349
12350 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12351 esac
12352 done
12353
12354
12355 # If the user did not use the arguments to specify the items to instantiate,
12356 # then the envvar interface is used. Set only those that are not.
12357 # We use the long form for the default assignment because of an extremely
12358 # bizarre bug on SunOS 4.1.3.
12359 if $ac_need_defaults; then
12360 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12361 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12362 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12363 fi
12364
12365 # Have a temporary directory for convenience. Make it in the build tree
12366 # simply because there is no reason against having it here, and in addition,
12367 # creating and moving files from /tmp can sometimes cause problems.
12368 # Hook for its removal unless debugging.
12369 # Note that there is a small window in which the directory will not be cleaned:
12370 # after its creation but before its name has been assigned to `$tmp'.
12371 $debug ||
12372 {
12373 tmp= ac_tmp=
12374 trap 'exit_status=$?
12375 : "${ac_tmp:=$tmp}"
12376 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12377 ' 0
12378 trap 'as_fn_exit 1' 1 2 13 15
12379 }
12380 # Create a (secure) tmp directory for tmp files.
12381
12382 {
12383 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12384 test -d "$tmp"
12385 } ||
12386 {
12387 tmp=./conf$$-$RANDOM
12388 (umask 077 && mkdir "$tmp")
12389 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12390 ac_tmp=$tmp
12391
12392 # Set up the scripts for CONFIG_FILES section.
12393 # No need to generate them if there are no CONFIG_FILES.
12394 # This happens for instance with `./config.status config.h'.
12395 if test -n "$CONFIG_FILES"; then
12396
12397
12398 ac_cr=`echo X | tr X '\015'`
12399 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12400 # But we know of no other shell where ac_cr would be empty at this
12401 # point, so we can use a bashism as a fallback.
12402 if test "x$ac_cr" = x; then
12403 eval ac_cr=\$\'\\r\'
12404 fi
12405 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12406 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12407 ac_cs_awk_cr='\\r'
12408 else
12409 ac_cs_awk_cr=$ac_cr
12410 fi
12411
12412 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12413 _ACEOF
12414
12415
12416 {
12417 echo "cat >conf$$subs.awk <<_ACEOF" &&
12418 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12419 echo "_ACEOF"
12420 } >conf$$subs.sh ||
12421 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12422 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12423 ac_delim='%!_!# '
12424 for ac_last_try in false false false false false :; do
12425 . ./conf$$subs.sh ||
12426 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12427
12428 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12429 if test $ac_delim_n = $ac_delim_num; then
12430 break
12431 elif $ac_last_try; then
12432 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12433 else
12434 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12435 fi
12436 done
12437 rm -f conf$$subs.sh
12438
12439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12440 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12441 _ACEOF
12442 sed -n '
12443 h
12444 s/^/S["/; s/!.*/"]=/
12445 p
12446 g
12447 s/^[^!]*!//
12448 :repl
12449 t repl
12450 s/'"$ac_delim"'$//
12451 t delim
12452 :nl
12453 h
12454 s/\(.\{148\}\)..*/\1/
12455 t more1
12456 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12457 p
12458 n
12459 b repl
12460 :more1
12461 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12462 p
12463 g
12464 s/.\{148\}//
12465 t nl
12466 :delim
12467 h
12468 s/\(.\{148\}\)..*/\1/
12469 t more2
12470 s/["\\]/\\&/g; s/^/"/; s/$/"/
12471 p
12472 b
12473 :more2
12474 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12475 p
12476 g
12477 s/.\{148\}//
12478 t delim
12479 ' <conf$$subs.awk | sed '
12480 /^[^""]/{
12481 N
12482 s/\n//
12483 }
12484 ' >>$CONFIG_STATUS || ac_write_fail=1
12485 rm -f conf$$subs.awk
12486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12487 _ACAWK
12488 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12489 for (key in S) S_is_set[key] = 1
12490 FS = "\a"
12491
12492 }
12493 {
12494 line = $ 0
12495 nfields = split(line, field, "@")
12496 substed = 0
12497 len = length(field[1])
12498 for (i = 2; i < nfields; i++) {
12499 key = field[i]
12500 keylen = length(key)
12501 if (S_is_set[key]) {
12502 value = S[key]
12503 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12504 len += length(value) + length(field[++i])
12505 substed = 1
12506 } else
12507 len += 1 + keylen
12508 }
12509
12510 print line
12511 }
12512
12513 _ACAWK
12514 _ACEOF
12515 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12516 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12517 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12518 else
12519 cat
12520 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12521 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12522 _ACEOF
12523
12524 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12525 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12526 # trailing colons and then remove the whole line if VPATH becomes empty
12527 # (actually we leave an empty line to preserve line numbers).
12528 if test "x$srcdir" = x.; then
12529 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12530 h
12531 s///
12532 s/^/:/
12533 s/[ ]*$/:/
12534 s/:\$(srcdir):/:/g
12535 s/:\${srcdir}:/:/g
12536 s/:@srcdir@:/:/g
12537 s/^:*//
12538 s/:*$//
12539 x
12540 s/\(=[ ]*\).*/\1/
12541 G
12542 s/\n//
12543 s/^[^=]*=[ ]*$//
12544 }'
12545 fi
12546
12547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12548 fi # test -n "$CONFIG_FILES"
12549
12550 # Set up the scripts for CONFIG_HEADERS section.
12551 # No need to generate them if there are no CONFIG_HEADERS.
12552 # This happens for instance with `./config.status Makefile'.
12553 if test -n "$CONFIG_HEADERS"; then
12554 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12555 BEGIN {
12556 _ACEOF
12557
12558 # Transform confdefs.h into an awk script `defines.awk', embedded as
12559 # here-document in config.status, that substitutes the proper values into
12560 # config.h.in to produce config.h.
12561
12562 # Create a delimiter string that does not exist in confdefs.h, to ease
12563 # handling of long lines.
12564 ac_delim='%!_!# '
12565 for ac_last_try in false false :; do
12566 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12567 if test -z "$ac_tt"; then
12568 break
12569 elif $ac_last_try; then
12570 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12571 else
12572 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12573 fi
12574 done
12575
12576 # For the awk script, D is an array of macro values keyed by name,
12577 # likewise P contains macro parameters if any. Preserve backslash
12578 # newline sequences.
12579
12580 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12581 sed -n '
12582 s/.\{148\}/&'"$ac_delim"'/g
12583 t rset
12584 :rset
12585 s/^[ ]*#[ ]*define[ ][ ]*/ /
12586 t def
12587 d
12588 :def
12589 s/\\$//
12590 t bsnl
12591 s/["\\]/\\&/g
12592 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12593 D["\1"]=" \3"/p
12594 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12595 d
12596 :bsnl
12597 s/["\\]/\\&/g
12598 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12599 D["\1"]=" \3\\\\\\n"\\/p
12600 t cont
12601 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12602 t cont
12603 d
12604 :cont
12605 n
12606 s/.\{148\}/&'"$ac_delim"'/g
12607 t clear
12608 :clear
12609 s/\\$//
12610 t bsnlc
12611 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12612 d
12613 :bsnlc
12614 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12615 b cont
12616 ' <confdefs.h | sed '
12617 s/'"$ac_delim"'/"\\\
12618 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12619
12620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12621 for (key in D) D_is_set[key] = 1
12622 FS = "\a"
12623 }
12624 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12625 line = \$ 0
12626 split(line, arg, " ")
12627 if (arg[1] == "#") {
12628 defundef = arg[2]
12629 mac1 = arg[3]
12630 } else {
12631 defundef = substr(arg[1], 2)
12632 mac1 = arg[2]
12633 }
12634 split(mac1, mac2, "(") #)
12635 macro = mac2[1]
12636 prefix = substr(line, 1, index(line, defundef) - 1)
12637 if (D_is_set[macro]) {
12638 # Preserve the white space surrounding the "#".
12639 print prefix "define", macro P[macro] D[macro]
12640 next
12641 } else {
12642 # Replace #undef with comments. This is necessary, for example,
12643 # in the case of _POSIX_SOURCE, which is predefined and required
12644 # on some systems where configure will not decide to define it.
12645 if (defundef == "undef") {
12646 print "/*", prefix defundef, macro, "*/"
12647 next
12648 }
12649 }
12650 }
12651 { print }
12652 _ACAWK
12653 _ACEOF
12654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12655 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12656 fi # test -n "$CONFIG_HEADERS"
12657
12658
12659 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12660 shift
12661 for ac_tag
12662 do
12663 case $ac_tag in
12664 :[FHLC]) ac_mode=$ac_tag; continue;;
12665 esac
12666 case $ac_mode$ac_tag in
12667 :[FHL]*:*);;
12668 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
12669 :[FH]-) ac_tag=-:-;;
12670 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12671 esac
12672 ac_save_IFS=$IFS
12673 IFS=:
12674 set x $ac_tag
12675 IFS=$ac_save_IFS
12676 shift
12677 ac_file=$1
12678 shift
12679
12680 case $ac_mode in
12681 :L) ac_source=$1;;
12682 :[FH])
12683 ac_file_inputs=
12684 for ac_f
12685 do
12686 case $ac_f in
12687 -) ac_f="$ac_tmp/stdin";;
12688 *) # Look for the file first in the build tree, then in the source tree
12689 # (if the path is not absolute). The absolute path cannot be DOS-style,
12690 # because $ac_f cannot contain `:'.
12691 test -f "$ac_f" ||
12692 case $ac_f in
12693 [\\/$]*) false;;
12694 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12695 esac ||
12696 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12697 esac
12698 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12699 as_fn_append ac_file_inputs " '$ac_f'"
12700 done
12701
12702 # Let's still pretend it is `configure' which instantiates (i.e., don't
12703 # use $as_me), people would be surprised to read:
12704 # /* config.h. Generated by config.status. */
12705 configure_input='Generated from '`
12706 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12707 `' by configure.'
12708 if test x"$ac_file" != x-; then
12709 configure_input="$ac_file. $configure_input"
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12711 $as_echo "$as_me: creating $ac_file" >&6;}
12712 fi
12713 # Neutralize special characters interpreted by sed in replacement strings.
12714 case $configure_input in #(
12715 *\&* | *\|* | *\\* )
12716 ac_sed_conf_input=`$as_echo "$configure_input" |
12717 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12718 *) ac_sed_conf_input=$configure_input;;
12719 esac
12720
12721 case $ac_tag in
12722 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12723 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12724 esac
12725 ;;
12726 esac
12727
12728 ac_dir=`$as_dirname -- "$ac_file" ||
12729 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12730 X"$ac_file" : 'X\(//\)[^/]' \| \
12731 X"$ac_file" : 'X\(//\)$' \| \
12732 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12733 $as_echo X"$ac_file" |
12734 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12735 s//\1/
12736 q
12737 }
12738 /^X\(\/\/\)[^/].*/{
12739 s//\1/
12740 q
12741 }
12742 /^X\(\/\/\)$/{
12743 s//\1/
12744 q
12745 }
12746 /^X\(\/\).*/{
12747 s//\1/
12748 q
12749 }
12750 s/.*/./; q'`
12751 as_dir="$ac_dir"; as_fn_mkdir_p
12752 ac_builddir=.
12753
12754 case "$ac_dir" in
12755 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12756 *)
12757 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12758 # A ".." for each directory in $ac_dir_suffix.
12759 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12760 case $ac_top_builddir_sub in
12761 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12762 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12763 esac ;;
12764 esac
12765 ac_abs_top_builddir=$ac_pwd
12766 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12767 # for backward compatibility:
12768 ac_top_builddir=$ac_top_build_prefix
12769
12770 case $srcdir in
12771 .) # We are building in place.
12772 ac_srcdir=.
12773 ac_top_srcdir=$ac_top_builddir_sub
12774 ac_abs_top_srcdir=$ac_pwd ;;
12775 [\\/]* | ?:[\\/]* ) # Absolute name.
12776 ac_srcdir=$srcdir$ac_dir_suffix;
12777 ac_top_srcdir=$srcdir
12778 ac_abs_top_srcdir=$srcdir ;;
12779 *) # Relative name.
12780 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12781 ac_top_srcdir=$ac_top_build_prefix$srcdir
12782 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12783 esac
12784 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12785
12786
12787 case $ac_mode in
12788 :F)
12789 #
12790 # CONFIG_FILE
12791 #
12792
12793 case $INSTALL in
12794 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12795 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12796 esac
12797 _ACEOF
12798
12799 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12800 # If the template does not know about datarootdir, expand it.
12801 # FIXME: This hack should be removed a few years after 2.60.
12802 ac_datarootdir_hack=; ac_datarootdir_seen=
12803 ac_sed_dataroot='
12804 /datarootdir/ {
12805 p
12806 q
12807 }
12808 /@datadir@/p
12809 /@docdir@/p
12810 /@infodir@/p
12811 /@localedir@/p
12812 /@mandir@/p'
12813 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12814 *datarootdir*) ac_datarootdir_seen=yes;;
12815 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12817 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12818 _ACEOF
12819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12820 ac_datarootdir_hack='
12821 s&@datadir@&$datadir&g
12822 s&@docdir@&$docdir&g
12823 s&@infodir@&$infodir&g
12824 s&@localedir@&$localedir&g
12825 s&@mandir@&$mandir&g
12826 s&\\\${datarootdir}&$datarootdir&g' ;;
12827 esac
12828 _ACEOF
12829
12830 # Neutralize VPATH when `$srcdir' = `.'.
12831 # Shell code in configure.ac might set extrasub.
12832 # FIXME: do we really want to maintain this feature?
12833 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12834 ac_sed_extra="$ac_vpsub
12835 $extrasub
12836 _ACEOF
12837 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12838 :t
12839 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12840 s|@configure_input@|$ac_sed_conf_input|;t t
12841 s&@top_builddir@&$ac_top_builddir_sub&;t t
12842 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12843 s&@srcdir@&$ac_srcdir&;t t
12844 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12845 s&@top_srcdir@&$ac_top_srcdir&;t t
12846 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12847 s&@builddir@&$ac_builddir&;t t
12848 s&@abs_builddir@&$ac_abs_builddir&;t t
12849 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12850 s&@INSTALL@&$ac_INSTALL&;t t
12851 $ac_datarootdir_hack
12852 "
12853 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12854 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12855
12856 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12857 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12858 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12859 "$ac_tmp/out"`; test -z "$ac_out"; } &&
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12861 which seems to be undefined. Please make sure it is defined" >&5
12862 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12863 which seems to be undefined. Please make sure it is defined" >&2;}
12864
12865 rm -f "$ac_tmp/stdin"
12866 case $ac_file in
12867 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12868 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
12869 esac \
12870 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12871 ;;
12872 :H)
12873 #
12874 # CONFIG_HEADER
12875 #
12876 if test x"$ac_file" != x-; then
12877 {
12878 $as_echo "/* $configure_input */" \
12879 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
12880 } >"$ac_tmp/config.h" \
12881 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12882 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12884 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12885 else
12886 rm -f "$ac_file"
12887 mv "$ac_tmp/config.h" "$ac_file" \
12888 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12889 fi
12890 else
12891 $as_echo "/* $configure_input */" \
12892 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
12893 || as_fn_error $? "could not create -" "$LINENO" 5
12894 fi
12895 ;;
12896
12897 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12898 $as_echo "$as_me: executing $ac_file commands" >&6;}
12899 ;;
12900 esac
12901
12902
12903 case $ac_file$ac_mode in
12904 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
12905 "libtool":C)
12906
12907 # See if we are running on zsh, and set the options which allow our
12908 # commands through without removal of \ escapes.
12909 if test -n "${ZSH_VERSION+set}" ; then
12910 setopt NO_GLOB_SUBST
12911 fi
12912
12913 cfgfile="${ofile}T"
12914 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12915 $RM "$cfgfile"
12916
12917 cat <<_LT_EOF >> "$cfgfile"
12918 #! $SHELL
12919
12920 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12921 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12922 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12923 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12924 #
12925 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12926 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12927 # Written by Gordon Matzigkeit, 1996
12928 #
12929 # This file is part of GNU Libtool.
12930 #
12931 # GNU Libtool is free software; you can redistribute it and/or
12932 # modify it under the terms of the GNU General Public License as
12933 # published by the Free Software Foundation; either version 2 of
12934 # the License, or (at your option) any later version.
12935 #
12936 # As a special exception to the GNU General Public License,
12937 # if you distribute this file as part of a program or library that
12938 # is built using GNU Libtool, you may include this file under the
12939 # same distribution terms that you use for the rest of that program.
12940 #
12941 # GNU Libtool is distributed in the hope that it will be useful,
12942 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12943 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12944 # GNU General Public License for more details.
12945 #
12946 # You should have received a copy of the GNU General Public License
12947 # along with GNU Libtool; see the file COPYING. If not, a copy
12948 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12949 # obtained by writing to the Free Software Foundation, Inc.,
12950 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12951
12952
12953 # The names of the tagged configurations supported by this script.
12954 available_tags=""
12955
12956 # ### BEGIN LIBTOOL CONFIG
12957
12958 # Which release of libtool.m4 was used?
12959 macro_version=$macro_version
12960 macro_revision=$macro_revision
12961
12962 # Whether or not to build shared libraries.
12963 build_libtool_libs=$enable_shared
12964
12965 # Whether or not to build static libraries.
12966 build_old_libs=$enable_static
12967
12968 # What type of objects to build.
12969 pic_mode=$pic_mode
12970
12971 # Whether or not to optimize for fast installation.
12972 fast_install=$enable_fast_install
12973
12974 # Shell to use when invoking shell scripts.
12975 SHELL=$lt_SHELL
12976
12977 # An echo program that protects backslashes.
12978 ECHO=$lt_ECHO
12979
12980 # The host system.
12981 host_alias=$host_alias
12982 host=$host
12983 host_os=$host_os
12984
12985 # The build system.
12986 build_alias=$build_alias
12987 build=$build
12988 build_os=$build_os
12989
12990 # A sed program that does not truncate output.
12991 SED=$lt_SED
12992
12993 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12994 Xsed="\$SED -e 1s/^X//"
12995
12996 # A grep program that handles long lines.
12997 GREP=$lt_GREP
12998
12999 # An ERE matcher.
13000 EGREP=$lt_EGREP
13001
13002 # A literal string matcher.
13003 FGREP=$lt_FGREP
13004
13005 # A BSD- or MS-compatible name lister.
13006 NM=$lt_NM
13007
13008 # Whether we need soft or hard links.
13009 LN_S=$lt_LN_S
13010
13011 # What is the maximum length of a command?
13012 max_cmd_len=$max_cmd_len
13013
13014 # Object file suffix (normally "o").
13015 objext=$ac_objext
13016
13017 # Executable file suffix (normally "").
13018 exeext=$exeext
13019
13020 # whether the shell understands "unset".
13021 lt_unset=$lt_unset
13022
13023 # turn spaces into newlines.
13024 SP2NL=$lt_lt_SP2NL
13025
13026 # turn newlines into spaces.
13027 NL2SP=$lt_lt_NL2SP
13028
13029 # An object symbol dumper.
13030 OBJDUMP=$lt_OBJDUMP
13031
13032 # Method to check whether dependent libraries are shared objects.
13033 deplibs_check_method=$lt_deplibs_check_method
13034
13035 # Command to use when deplibs_check_method == "file_magic".
13036 file_magic_cmd=$lt_file_magic_cmd
13037
13038 # The archiver.
13039 AR=$lt_AR
13040 AR_FLAGS=$lt_AR_FLAGS
13041
13042 # A symbol stripping program.
13043 STRIP=$lt_STRIP
13044
13045 # Commands used to install an old-style archive.
13046 RANLIB=$lt_RANLIB
13047 old_postinstall_cmds=$lt_old_postinstall_cmds
13048 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13049
13050 # Whether to use a lock for old archive extraction.
13051 lock_old_archive_extraction=$lock_old_archive_extraction
13052
13053 # A C compiler.
13054 LTCC=$lt_CC
13055
13056 # LTCC compiler flags.
13057 LTCFLAGS=$lt_CFLAGS
13058
13059 # Take the output of nm and produce a listing of raw symbols and C names.
13060 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13061
13062 # Transform the output of nm in a proper C declaration.
13063 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13064
13065 # Transform the output of nm in a C name address pair.
13066 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13067
13068 # Transform the output of nm in a C name address pair when lib prefix is needed.
13069 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13070
13071 # The name of the directory that contains temporary libtool files.
13072 objdir=$objdir
13073
13074 # Used to examine libraries when file_magic_cmd begins with "file".
13075 MAGIC_CMD=$MAGIC_CMD
13076
13077 # Must we lock files when doing compilation?
13078 need_locks=$lt_need_locks
13079
13080 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13081 DSYMUTIL=$lt_DSYMUTIL
13082
13083 # Tool to change global to local symbols on Mac OS X.
13084 NMEDIT=$lt_NMEDIT
13085
13086 # Tool to manipulate fat objects and archives on Mac OS X.
13087 LIPO=$lt_LIPO
13088
13089 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13090 OTOOL=$lt_OTOOL
13091
13092 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13093 OTOOL64=$lt_OTOOL64
13094
13095 # Old archive suffix (normally "a").
13096 libext=$libext
13097
13098 # Shared library suffix (normally ".so").
13099 shrext_cmds=$lt_shrext_cmds
13100
13101 # The commands to extract the exported symbol list from a shared archive.
13102 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13103
13104 # Variables whose values should be saved in libtool wrapper scripts and
13105 # restored at link time.
13106 variables_saved_for_relink=$lt_variables_saved_for_relink
13107
13108 # Do we need the "lib" prefix for modules?
13109 need_lib_prefix=$need_lib_prefix
13110
13111 # Do we need a version for libraries?
13112 need_version=$need_version
13113
13114 # Library versioning type.
13115 version_type=$version_type
13116
13117 # Shared library runtime path variable.
13118 runpath_var=$runpath_var
13119
13120 # Shared library path variable.
13121 shlibpath_var=$shlibpath_var
13122
13123 # Is shlibpath searched before the hard-coded library search path?
13124 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13125
13126 # Format of library name prefix.
13127 libname_spec=$lt_libname_spec
13128
13129 # List of archive names. First name is the real one, the rest are links.
13130 # The last name is the one that the linker finds with -lNAME
13131 library_names_spec=$lt_library_names_spec
13132
13133 # The coded name of the library, if different from the real name.
13134 soname_spec=$lt_soname_spec
13135
13136 # Permission mode override for installation of shared libraries.
13137 install_override_mode=$lt_install_override_mode
13138
13139 # Command to use after installation of a shared archive.
13140 postinstall_cmds=$lt_postinstall_cmds
13141
13142 # Command to use after uninstallation of a shared archive.
13143 postuninstall_cmds=$lt_postuninstall_cmds
13144
13145 # Commands used to finish a libtool library installation in a directory.
13146 finish_cmds=$lt_finish_cmds
13147
13148 # As "finish_cmds", except a single script fragment to be evaled but
13149 # not shown.
13150 finish_eval=$lt_finish_eval
13151
13152 # Whether we should hardcode library paths into libraries.
13153 hardcode_into_libs=$hardcode_into_libs
13154
13155 # Compile-time system search path for libraries.
13156 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13157
13158 # Run-time system search path for libraries.
13159 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13160
13161 # Whether dlopen is supported.
13162 dlopen_support=$enable_dlopen
13163
13164 # Whether dlopen of programs is supported.
13165 dlopen_self=$enable_dlopen_self
13166
13167 # Whether dlopen of statically linked programs is supported.
13168 dlopen_self_static=$enable_dlopen_self_static
13169
13170 # Commands to strip libraries.
13171 old_striplib=$lt_old_striplib
13172 striplib=$lt_striplib
13173
13174
13175 # The linker used to build libraries.
13176 LD=$lt_LD
13177
13178 # How to create reloadable object files.
13179 reload_flag=$lt_reload_flag
13180 reload_cmds=$lt_reload_cmds
13181
13182 # Commands used to build an old-style archive.
13183 old_archive_cmds=$lt_old_archive_cmds
13184
13185 # A language specific compiler.
13186 CC=$lt_compiler
13187
13188 # Is the compiler the GNU compiler?
13189 with_gcc=$GCC
13190
13191 # Compiler flag to turn off builtin functions.
13192 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13193
13194 # How to pass a linker flag through the compiler.
13195 wl=$lt_lt_prog_compiler_wl
13196
13197 # Additional compiler flags for building library objects.
13198 pic_flag=$lt_lt_prog_compiler_pic
13199
13200 # Compiler flag to prevent dynamic linking.
13201 link_static_flag=$lt_lt_prog_compiler_static
13202
13203 # Does compiler simultaneously support -c and -o options?
13204 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13205
13206 # Whether or not to add -lc for building shared libraries.
13207 build_libtool_need_lc=$archive_cmds_need_lc
13208
13209 # Whether or not to disallow shared libs when runtime libs are static.
13210 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13211
13212 # Compiler flag to allow reflexive dlopens.
13213 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13214
13215 # Compiler flag to generate shared objects directly from archives.
13216 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13217
13218 # Whether the compiler copes with passing no objects directly.
13219 compiler_needs_object=$lt_compiler_needs_object
13220
13221 # Create an old-style archive from a shared archive.
13222 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13223
13224 # Create a temporary old-style archive to link instead of a shared archive.
13225 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13226
13227 # Commands used to build a shared archive.
13228 archive_cmds=$lt_archive_cmds
13229 archive_expsym_cmds=$lt_archive_expsym_cmds
13230
13231 # Commands used to build a loadable module if different from building
13232 # a shared archive.
13233 module_cmds=$lt_module_cmds
13234 module_expsym_cmds=$lt_module_expsym_cmds
13235
13236 # Whether we are building with GNU ld or not.
13237 with_gnu_ld=$lt_with_gnu_ld
13238
13239 # Flag that allows shared libraries with undefined symbols to be built.
13240 allow_undefined_flag=$lt_allow_undefined_flag
13241
13242 # Flag that enforces no undefined symbols.
13243 no_undefined_flag=$lt_no_undefined_flag
13244
13245 # Flag to hardcode \$libdir into a binary during linking.
13246 # This must work even if \$libdir does not exist
13247 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13248
13249 # If ld is used when linking, flag to hardcode \$libdir into a binary
13250 # during linking. This must work even if \$libdir does not exist.
13251 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13252
13253 # Whether we need a single "-rpath" flag with a separated argument.
13254 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13255
13256 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13257 # DIR into the resulting binary.
13258 hardcode_direct=$hardcode_direct
13259
13260 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13261 # DIR into the resulting binary and the resulting library dependency is
13262 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13263 # library is relocated.
13264 hardcode_direct_absolute=$hardcode_direct_absolute
13265
13266 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13267 # into the resulting binary.
13268 hardcode_minus_L=$hardcode_minus_L
13269
13270 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13271 # into the resulting binary.
13272 hardcode_shlibpath_var=$hardcode_shlibpath_var
13273
13274 # Set to "yes" if building a shared library automatically hardcodes DIR
13275 # into the library and all subsequent libraries and executables linked
13276 # against it.
13277 hardcode_automatic=$hardcode_automatic
13278
13279 # Set to yes if linker adds runtime paths of dependent libraries
13280 # to runtime path list.
13281 inherit_rpath=$inherit_rpath
13282
13283 # Whether libtool must link a program against all its dependency libraries.
13284 link_all_deplibs=$link_all_deplibs
13285
13286 # Fix the shell variable \$srcfile for the compiler.
13287 fix_srcfile_path=$lt_fix_srcfile_path
13288
13289 # Set to "yes" if exported symbols are required.
13290 always_export_symbols=$always_export_symbols
13291
13292 # The commands to list exported symbols.
13293 export_symbols_cmds=$lt_export_symbols_cmds
13294
13295 # Symbols that should not be listed in the preloaded symbols.
13296 exclude_expsyms=$lt_exclude_expsyms
13297
13298 # Symbols that must always be exported.
13299 include_expsyms=$lt_include_expsyms
13300
13301 # Commands necessary for linking programs (against libraries) with templates.
13302 prelink_cmds=$lt_prelink_cmds
13303
13304 # Specify filename containing input files.
13305 file_list_spec=$lt_file_list_spec
13306
13307 # How to hardcode a shared library path into an executable.
13308 hardcode_action=$hardcode_action
13309
13310 # ### END LIBTOOL CONFIG
13311
13312 _LT_EOF
13313
13314 case $host_os in
13315 aix3*)
13316 cat <<\_LT_EOF >> "$cfgfile"
13317 # AIX sometimes has problems with the GCC collect2 program. For some
13318 # reason, if we set the COLLECT_NAMES environment variable, the problems
13319 # vanish in a puff of smoke.
13320 if test "X${COLLECT_NAMES+set}" != Xset; then
13321 COLLECT_NAMES=
13322 export COLLECT_NAMES
13323 fi
13324 _LT_EOF
13325 ;;
13326 esac
13327
13328
13329 ltmain="$ac_aux_dir/ltmain.sh"
13330
13331
13332 # We use sed instead of cat because bash on DJGPP gets confused if
13333 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13334 # text mode, it properly converts lines to CR/LF. This bash problem
13335 # is reportedly fixed, but why not run on old versions too?
13336 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13337 || (rm -f "$cfgfile"; exit 1)
13338
13339 case $xsi_shell in
13340 yes)
13341 cat << \_LT_EOF >> "$cfgfile"
13342
13343 # func_dirname file append nondir_replacement
13344 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13345 # otherwise set result to NONDIR_REPLACEMENT.
13346 func_dirname ()
13347 {
13348 case ${1} in
13349 */*) func_dirname_result="${1%/*}${2}" ;;
13350 * ) func_dirname_result="${3}" ;;
13351 esac
13352 }
13353
13354 # func_basename file
13355 func_basename ()
13356 {
13357 func_basename_result="${1##*/}"
13358 }
13359
13360 # func_dirname_and_basename file append nondir_replacement
13361 # perform func_basename and func_dirname in a single function
13362 # call:
13363 # dirname: Compute the dirname of FILE. If nonempty,
13364 # add APPEND to the result, otherwise set result
13365 # to NONDIR_REPLACEMENT.
13366 # value returned in "$func_dirname_result"
13367 # basename: Compute filename of FILE.
13368 # value retuned in "$func_basename_result"
13369 # Implementation must be kept synchronized with func_dirname
13370 # and func_basename. For efficiency, we do not delegate to
13371 # those functions but instead duplicate the functionality here.
13372 func_dirname_and_basename ()
13373 {
13374 case ${1} in
13375 */*) func_dirname_result="${1%/*}${2}" ;;
13376 * ) func_dirname_result="${3}" ;;
13377 esac
13378 func_basename_result="${1##*/}"
13379 }
13380
13381 # func_stripname prefix suffix name
13382 # strip PREFIX and SUFFIX off of NAME.
13383 # PREFIX and SUFFIX must not contain globbing or regex special
13384 # characters, hashes, percent signs, but SUFFIX may contain a leading
13385 # dot (in which case that matches only a dot).
13386 func_stripname ()
13387 {
13388 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13389 # positional parameters, so assign one to ordinary parameter first.
13390 func_stripname_result=${3}
13391 func_stripname_result=${func_stripname_result#"${1}"}
13392 func_stripname_result=${func_stripname_result%"${2}"}
13393 }
13394
13395 # func_opt_split
13396 func_opt_split ()
13397 {
13398 func_opt_split_opt=${1%%=*}
13399 func_opt_split_arg=${1#*=}
13400 }
13401
13402 # func_lo2o object
13403 func_lo2o ()
13404 {
13405 case ${1} in
13406 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13407 *) func_lo2o_result=${1} ;;
13408 esac
13409 }
13410
13411 # func_xform libobj-or-source
13412 func_xform ()
13413 {
13414 func_xform_result=${1%.*}.lo
13415 }
13416
13417 # func_arith arithmetic-term...
13418 func_arith ()
13419 {
13420 func_arith_result=$(( $* ))
13421 }
13422
13423 # func_len string
13424 # STRING may not start with a hyphen.
13425 func_len ()
13426 {
13427 func_len_result=${#1}
13428 }
13429
13430 _LT_EOF
13431 ;;
13432 *) # Bourne compatible functions.
13433 cat << \_LT_EOF >> "$cfgfile"
13434
13435 # func_dirname file append nondir_replacement
13436 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13437 # otherwise set result to NONDIR_REPLACEMENT.
13438 func_dirname ()
13439 {
13440 # Extract subdirectory from the argument.
13441 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13442 if test "X$func_dirname_result" = "X${1}"; then
13443 func_dirname_result="${3}"
13444 else
13445 func_dirname_result="$func_dirname_result${2}"
13446 fi
13447 }
13448
13449 # func_basename file
13450 func_basename ()
13451 {
13452 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13453 }
13454
13455
13456 # func_stripname prefix suffix name
13457 # strip PREFIX and SUFFIX off of NAME.
13458 # PREFIX and SUFFIX must not contain globbing or regex special
13459 # characters, hashes, percent signs, but SUFFIX may contain a leading
13460 # dot (in which case that matches only a dot).
13461 # func_strip_suffix prefix name
13462 func_stripname ()
13463 {
13464 case ${2} in
13465 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13466 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13467 esac
13468 }
13469
13470 # sed scripts:
13471 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13472 my_sed_long_arg='1s/^-[^=]*=//'
13473
13474 # func_opt_split
13475 func_opt_split ()
13476 {
13477 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13478 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13479 }
13480
13481 # func_lo2o object
13482 func_lo2o ()
13483 {
13484 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13485 }
13486
13487 # func_xform libobj-or-source
13488 func_xform ()
13489 {
13490 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13491 }
13492
13493 # func_arith arithmetic-term...
13494 func_arith ()
13495 {
13496 func_arith_result=`expr "$@"`
13497 }
13498
13499 # func_len string
13500 # STRING may not start with a hyphen.
13501 func_len ()
13502 {
13503 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13504 }
13505
13506 _LT_EOF
13507 esac
13508
13509 case $lt_shell_append in
13510 yes)
13511 cat << \_LT_EOF >> "$cfgfile"
13512
13513 # func_append var value
13514 # Append VALUE to the end of shell variable VAR.
13515 func_append ()
13516 {
13517 eval "$1+=\$2"
13518 }
13519 _LT_EOF
13520 ;;
13521 *)
13522 cat << \_LT_EOF >> "$cfgfile"
13523
13524 # func_append var value
13525 # Append VALUE to the end of shell variable VAR.
13526 func_append ()
13527 {
13528 eval "$1=\$$1\$2"
13529 }
13530
13531 _LT_EOF
13532 ;;
13533 esac
13534
13535
13536 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13537 || (rm -f "$cfgfile"; exit 1)
13538
13539 mv -f "$cfgfile" "$ofile" ||
13540 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13541 chmod +x "$ofile"
13542
13543 ;;
13544 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13545 rm -f Makesim1.tmp Makesim2.tmp Makefile
13546 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13547 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13548 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13549 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13550 <Makefile.sim >Makefile
13551 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13552 ;;
13553 "stamp-h":C) echo > stamp-h ;;
13554
13555 esac
13556 done # for ac_tag
13557
13558
13559 as_fn_exit 0
13560 _ACEOF
13561 ac_clean_files=$ac_clean_files_save
13562
13563 test $ac_write_fail = 0 ||
13564 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13565
13566
13567 # configure is writing to config.log, and then calls config.status.
13568 # config.status does its own redirection, appending to config.log.
13569 # Unfortunately, on DOS this fails, as config.log is still kept open
13570 # by configure, so config.status won't be able to write to it; its
13571 # output is simply discarded. So we exec the FD to /dev/null,
13572 # effectively closing config.log, so it can be properly (re)opened and
13573 # appended to by config.status. When coming back to configure, we
13574 # need to make the FD available again.
13575 if test "$no_create" != yes; then
13576 ac_cs_success=:
13577 ac_config_status_args=
13578 test "$silent" = yes &&
13579 ac_config_status_args="$ac_config_status_args --quiet"
13580 exec 5>/dev/null
13581 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13582 exec 5>>config.log
13583 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13584 # would make configure fail if this is the last instruction.
13585 $ac_cs_success || as_fn_exit 1
13586 fi
13587 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13589 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13590 fi
13591
13592